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: #425563;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.box-sizing-reset {
  box-sizing: border-box;
}
.box-model-reset {
  margin: 0;
  padding: 0;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-reset {
  float: none;
  width: auto;
  margin: 0;
}
.inline-block {
  display: inline-block;
}
.ie7 .inline-block {
  *display: inline;
  zoom: 1;
}
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/media-manager/bigplay.png) top left no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}
.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}
.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/media-manager/loading.gif) center center no-repeat;
}
.mejs-container .mejs-controls {
  position: absolute;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/media-manager/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
}
.mejs-controls .mejs-button span {
  cursor: pointer;
  display: block;
  font-size: 0px;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  height: 16px;
  width: 16px;
  background: transparent url(../images/media-manager/controls.png) 0 0 no-repeat;
}
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px ;
  overflow: hidden;
  text-align: center;
  padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
  font-size: 11px;
  color: #fff;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}
.mejs-controls .mejs-play span {
  background-position: 0 0;
}
.mejs-controls .mejs-pause span {
  background-position: 0 -16px;
}
.mejs-controls .mejs-stop span {
  background-position: -112px 0;
}
.mejs-controls div.mejs-time-rail {
  width: 200px;
  padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E, endColorstr=#3C3C3C);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91, endColorstr=#4EB7D4);
  width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#C8C8C8);
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  visibility: hidden;
  position: absolute;
  display: block;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
  visibility: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs-controls .mejs-fullscreen-button span {
  background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen span {
  background-position: -32px -16px;
}
.mejs-controls .mejs-mute span {
  background-position: -16px -16px;
}
.mejs-controls .mejs-unmute span {
  background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px ;
}
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-controls .mejs-captions-button span {
  background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/media-manager/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0px 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
}
.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
  overflow: hidden;
  border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/media-manager/background.png);
  background: rgba(20, 20, 20, 0.8);
}
.mejs-clear {
  clear: both;
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off span {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on span {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off span {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on span {
  background-position: -80px 0;
}
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/*==== SET MAIN VARIABLES TO CONTROL PAGE STRUCTURE ====*/
/*==== SET MAIN DESIGN VARIABLES ====*/
#pecr-compliance-banner input:focus-visible,
#pecr-compliance-banner a:focus-visible,
#back-to-top:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
#container button:focus-visible,
#container a:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
  outline: 3px solid #212b32 !important;
}
#container .contrast-controls input:focus-visible {
  outline: 8px solid #ffeb3b !important;
}
#container a:focus-visible img {
  outline: 8px solid #ffeb3b !important;
  outline-offset: 4px !important;
  border: 2px solid #000;
}
#container input[type="search"]:focus-visible {
  border: 1px solid #212b32 !important;
  box-shadow: inset 0 0 0 2px !important;
  outline: 5px solid #ffeb3b !important;
  outline-offset: 0 !important;
}
#container .previous:focus-visible,
#container .play-pause:focus-visible,
#container .next:focus-visible {
  opacity: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#container .previous:focus-visible:before,
#container .play-pause:focus-visible:before,
#container .next:focus-visible: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;
  font-weight: 900;
  text-indent: 0;
}
#container .next:focus-visible:before {
  content: "\f054";
}
#container .play-pause:focus-visible {
  filter: invert(0) !important;
}
#container .play-pause:focus-visible:before {
  content: "\f04c";
}
#container .play-pause.paused:focus-visible:before {
  content: "\f04b";
}
.site-credits-container li a:focus-visible span {
  color: #000 !important;
}
.cta-plus:focus-visible:before,
#accessibility-controls .menu-item a:focus-visible:before,
.search-toggle:focus-visible:before,
.submit-wrap:has(input:focus-visible):before {
  background-color: #ffeb3b !important;
  color: #000 !important;
}
.gradient1 {
  background-image: linear-gradient(to bottom, #005eb8, #41b6e6);
}
.gradient2 {
  background-image: linear-gradient(to bottom, #00a499, rgba(0, 164, 153, 0.6));
}
.gradient3 {
  background-image: linear-gradient(to right, #003087, #005eb8);
}
.gradient4 {
  background-image: linear-gradient(to right, #ae2573, #7c2855);
}
.gradient5 {
  background-image: linear-gradient(to right, #0072ce, rgba(0, 164, 153, 0.8));
}
.gradient6 {
  background-image: linear-gradient(to bottom, #41b6e6, #005eb8);
}
.gradient7 {
  background-image: linear-gradient(to bottom, #003087, #005eb8);
}
.solid-purple {
  background: #ae2573;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
h3 {
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
}
h4 {
  line-height: 1;
}
h5 {
  line-height: 1;
}
h6 {
  line-height: 1;
}
p {
  margin: 0.6em 0;
  line-height: 140%;
  font-size: 1.6rem;
  color: black;
}
blockquote {
  margin: 1.25em 0;
  padding: 1.5em 1.5em 1.5em 2em;
  background: #f6f6f6;
  position: relative;
  font-family: 'Frutiger W01';
  font-size: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
blockquote:before {
  content: '';
  width: 15px;
  height: 12px;
  background: url('/base-install/images/arrows/open-quote.png');
  filter: contrast(1) brightness(0);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.5em;
  top: 0.5em;
}
blockquote:after {
  content: '';
  width: 15px;
  height: 12px;
  background: url('/base-install/images/arrows/close-quote.png');
  filter: contrast(1) brightness(0);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
ul,
ol {
  margin: 0.1em 0;
  padding: 0 3em;
}
ul li,
ol li {
  margin: 0.2em 0;
  font-size: 1.6rem;
  line-height: 1.4;
  color: black;
}
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v28/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts//fa-solid-900.eot');
  src: url('../fonts//fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-solid-900.woff2') format('woff2'), url('../fonts//fa-solid-900.woff') format('woff'), url('../fonts//fa-solid-900.ttf') format('truetype'), url('../fonts//fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts//fa-light-300.eot');
  src: url('../fonts//fa-light-300.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-light-300.woff2') format('woff2'), url('../fonts//fa-light-300.woff') format('woff'), url('../fonts//fa-light-300.ttf') format('truetype'), url('../fonts//fa-light-300.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts//fa-brands-400.eot');
  src: url('../fonts//fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-brands-400.woff2') format('woff2'), url('../fonts//fa-brands-400.woff') format('woff'), url('../fonts//fa-brands-400.ttf') format('truetype'), url('../fonts//fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts//fa-regular-400.eot');
  src: url('../fonts//fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-regular-400.woff2') format('woff2'), url('../fonts//fa-regular-400.woff') format('woff'), url('../fonts//fa-regular-400.ttf') format('truetype'), url('../fonts//fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts//fa-solid-900.eot');
  src: url('../fonts//fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts//fa-solid-900.woff2') format('woff2'), url('../fonts//fa-solid-900.woff') format('woff'), url('../fonts//fa-solid-900.ttf') format('truetype'), url('../fonts//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;
}
/*
  This mixin can be used to set the object-fit:
  .object-fit(contain);
  or object-fit and object-position:
  .object-fit(cover, top);
*/
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-45Light.svg#29f3ff8a-1719-4e25-a757-53ee1a1114a5") format("svg");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-46LightItalic.svg#cd75c3e3-c5b7-4a25-9498-cabe4e8a9076") format("svg");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-56Italic.svg#141c0322-57c4-48ca-abb4-31688d659f7d") format("svg");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-66BoldItalic.svg#8ad009ab-a7e5-4acb-8ca5-326d2a759924") format("svg");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-75Black.svg#1c437efb-925e-4bc5-96d0-c706bb400696") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-76BlackItalic.svg#24df08f2-b418-49de-8eca-745947092d72") format("svg");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Frutiger W01";
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.eot?#iefix");
  src: url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.eot?#iefix") format("eot"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.woff2") format("woff2"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.woff") format("woff"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.ttf") format("truetype"), url("https://assets.nhs.uk/fonts/FrutigerLTW01-95UltraBlack.svg#3b96d0b6-5de6-4fb0-9884-b645e55d01c4") format("svg");
  font-style: normal;
  font-weight: 900;
}
.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: #005eb8;
  text-decoration: none;
  font-size: 1.6rem;
}
a[href*="@"] {
  line-break: anywhere;
}
.main-editor-output a {
  text-decoration: underline;
  display: inline-block;
  min-height: 24px;
}
.main-editor-output a:hover {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none !important;
}
#main-content a:active {
  color: #fff !important;
  background-color: #005eb8 !important;
}
a:visited {
  color: #00376c;
}
.cta-blue {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #167fab;
  color: #167fab;
  text-decoration: none;
  border-radius: 8px;
  width: 50%;
  z-index: 9999;
  position: relative;
}
.cta-blue:hover,
.cta-blue:focus,
.cta-blue:active {
  background: #167fab;
  color: #fff;
  text-decoration: none;
}
.cta-purple {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #ae2573;
  color: #ae2573;
  text-decoration: none;
  border-radius: 8px;
  width: 50%;
  z-index: 9999;
  position: relative;
}
.cta-purple:hover,
.cta-purple:focus,
.cta-purple:active {
  background: #ae2573;
  color: #fff;
  text-decoration: none;
}
.cta-blue-full {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #167fab;
  text-decoration: none !important;
  border-radius: 8px;
  background: #167fab;
  color: #fff !important;
  z-index: 9999;
  position: relative;
}
.cta-blue-full:hover,
.cta-blue-full:active {
  color: #167fab !important;
  text-decoration: none;
  background: transparent;
}
.cta-purple-full {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #ae2573;
  text-decoration: none !important;
  border-radius: 8px;
  background: #ae2573;
  color: #fff !important;
  z-index: 9999;
  position: relative;
}
.cta-purple-full:hover,
.cta-purple-full:active {
  color: #ae2573 !important;
  text-decoration: none;
  background: transparent;
}
.cta-purple-dk-full {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #7c2855;
  text-decoration: none !important;
  border-radius: 8px;
  background: #7c2855;
  color: #fff !important;
  z-index: 9999;
  position: relative;
}
.cta-purple-dk-full:hover,
.cta-purple-dk-full:active {
  color: #7c2855 !important;
  text-decoration: none;
  background: transparent;
}
table {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  table {
    font-size: 90%;
  }
}
table th,
table td {
  padding: 1em 0.75em 1em 0.75em;
}
@media only screen and (max-width: 700px) {
  table th,
  table td {
    padding: 0.3em;
  }
}
table th {
  background: #005eb8;
  color: #fff;
  text-align: left;
}
table thead th {
  border-right: solid 2px #4086ca;
}
table thead th:last-child {
  border-right: none;
}
table tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
table tbody tr:hover td {
  background: #f3f3f3;
}
table tbody tr td {
  border-bottom: solid 2px #fff;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
.pfb-name input[type="textbox"] {
  box-sizing: border-box;
  border: 1.5px solid #eee;
  padding: 0.8em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
}
.pfb-name input[type="textbox"]:hover,
.pfb-name input[type="textbox"]:focus {
  outline: none;
}
#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 input[type="text"]:focus,
#container input[type="password"]:focus,
#container input[type="tel"]:focus,
#container input[type="url"]:focus,
#container input[type="email"]:focus,
#container input[type="search"]:focus,
#container input[type="number"]:focus,
#container textarea:focus {
  outline: 1px dotted;
  outline-offset: 3px;
}
#container label {
  margin: 0.5em 0 0.2em 0;
  display: block;
  vertical-align: top;
}
#container input[type="text"],
#container input[type="search"],
#container input[type="password"],
#container input[type="tel"],
#container input[type="url"],
#container input[type="email"],
#container input[type="number"] {
  border: 1.5px solid #666666;
  padding: 0.8em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  box-sizing: border-box;
}
#container input[type="text"]::-moz-placeholder, #container input[type="search"]::-moz-placeholder, #container input[type="password"]::-moz-placeholder, #container input[type="tel"]::-moz-placeholder, #container input[type="url"]::-moz-placeholder, #container input[type="email"]::-moz-placeholder, #container input[type="number"]::-moz-placeholder {
  color: #000;
}
#container input[type="text"]::placeholder,
#container input[type="search"]::placeholder,
#container input[type="password"]::placeholder,
#container input[type="tel"]::placeholder,
#container input[type="url"]::placeholder,
#container input[type="email"]::placeholder,
#container input[type="number"]::placeholder {
  color: #000;
}
#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 {
  outline: 1px dotted;
  outline-offset: 3px;
}
#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 {
  outline: 1px dotted;
  outline-offset: 3px;
}
#container textarea {
  box-sizing: border-box;
  border: 1.5px solid #666666;
  padding: 0.8em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  min-height: 8em;
  resize: vertical;
}
#container textarea::-moz-placeholder {
  color: #000;
}
#container textarea::placeholder {
  color: #000;
}
#container textarea:focus {
  outline: 1px dotted;
  outline-offset: 3px;
}
#container textarea:focus {
  outline: 1px dotted;
  outline-offset: 3px;
}
#container .col select {
  width: 100%;
}
#container button,
#container input[type="submit"] {
  border: none;
  background: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
#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: #00376c;
  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 dotted;
  outline-offset: 3px;
}
#container .checkbox_label {
  margin: 0;
  float: left;
}
#container ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container :-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container ::-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
#container :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
ul.ui-autocomplete {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #bbb;
  width: 250px;
  margin: 1em 0;
  padding: 0;
}
ul.ui-autocomplete li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ui-autocomplete a {
  display: block;
  padding: 0.5em;
}
ul.ui-autocomplete a:hover,
ul.ui-autocomplete a:focus {
  background: #f6f6f6;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: 0 !important;
  background: url(/base-install/images/arrows/arrow-down.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  border: none;
  background-color: #f6f6f6;
  padding: 0.8em 2.5em 0.8em 1em;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  border: 1.5px solid #e6e6e6;
}
select:focus {
  outline: 1px dotted !important;
  outline-offset: 3px;
}
* {
  box-sizing: border-box;
}
.content-container {
  margin: 0 auto;
  width: 96%;
  max-width: 1366px;
}
@media only screen and (max-width: 700px) {
  .site-nav-row .content-container {
    width: 100%;
  }
}
.content-container .main-cols-container {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.main-content .content-container {
  width: 100%;
  max-width: none;
}
.main-content .content-container .site-content-top-row .placement-row-wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.main-content .content-container .main-cols-container {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
/*#main-content {
	.main-wrapper {
		width: 100%;
		max-width: 100%;
		margin: 0;
		#site-content-top-row,
		#site-content-bottom-row {
			.placement-row-1-up {
				.page-placement {
					float: none;
					margin: 0 auto;
					width:@default-site-width;
					max-width:@max-site-width;
					&.wide {
						width: 100%;
						max-width: 100%;
						margin: 0;
						padding: 0;
						.placement-inner {
							margin: 0;
						}
					}
				}
			}
		}
		#content-wrapper {
			&.layout_0_0 {
				.placement-row {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					&.placement-row-1-up {
						width: 100%;
						max-width: 100%;
						margin: 0;
						.page-placement {
							float: none;
							margin: 0 auto;
							width:@default-site-width;
							max-width:@max-site-width;
							&.wide {
								width: 100%;
								max-width: 100%;
								margin: 0;
								padding: 0;
								.placement-inner {
									margin: 0;
								}
							}
						}
					}
				}
				#site-article-footer-row {
					#footer-links {
						margin: 0 auto;
						width:@default-site-width;
						max-width:@max-site-width;
					}
				}
			}
			&.layout_0_1,
			&.layout_1_0,
			&.layout_1_1 {
				margin: 0 auto;
				width:@default-site-width;
				max-width:@max-site-width;
			}
		}
	}
}*/
.left .layout_col_inner {
  padding-right: 1em;
}
.page-style-1 .left .layout_col_inner {
  padding-right: 1.5em;
}
@media only screen and (max-width: 700px) {
  .page-style-1 .left .layout_col_inner {
    padding-right: 0;
  }
}
.right .layout_col_inner {
  padding-left: 0.5em;
}
.page-style-1 .right .layout_col_inner {
  padding-left: 1.5em;
}
@media only screen and (max-width: 700px) {
  .page-style-1 .right .layout_col_inner {
    padding-left: 0;
  }
}
.col {
  float: left;
}
.left {
  margin-left: -100%;
}
.wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .wrapper {
    float: none;
    width: auto;
  }
}
.page-style-1 .wrapper .middle {
  padding: 0 2em;
}
@media only screen and (max-width: 700px) {
  .page-style-1 .wrapper .middle {
    padding: 0;
  }
}
/*------------------- 2 column layouts -------------------*/
.layout_1_0 .left {
  width: 29.16666667%;
}
.layout_1_0 .middle {
  margin-left: 29.16666667%;
}
.layout_0_1 .right {
  width: 29.16666667%;
  margin-left: -29.16666667%;
}
.layout_0_1 .middle {
  margin-right: 29.16666667%;
}
@media only screen and (max-width: 1100px) {
  .layout_0_1 .left .page-placement,
  .layout_1_0 .left .page-placement,
  .layout_0_1 .right .page-placement,
  .layout_1_0 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 920px) {
  .layout_0_1 .left,
  .layout_1_0 .left,
  .layout_0_1 .right,
  .layout_1_0 .right {
    width: 33.33333333%;
  }
  .layout_0_1 .middle .page-placement,
  .layout_1_0 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .layout_0_1 .right {
    margin-left: -33.33333333%;
  }
  .layout_0_1 .middle {
    margin-right: 33.33333333%;
  }
  .layout_1_0 .middle {
    margin-left: 33.33333333%;
  }
}
/*------------------- 3 column layouts -------------------*/
.layout_1_1 .left,
.layout_1_1 .right {
  width: 20.83333333%;
}
.layout_1_1 .middle {
  margin: 0 20.83333333%;
}
.layout_1_1 .right {
  margin-left: -20.83333333%;
}
@media only screen and (max-width: 1366px) {
  .layout_1_1 .left .page-placement,
  .layout_1_1 .right .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .layout_1_1 .left,
  .layout_1_1 .right {
    width: 25%;
  }
  .layout_1_1 .middle {
    margin: 0 25%;
  }
  .layout_1_1 .middle .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .layout_1_1 .right {
    margin-left: -25%;
  }
}
@media only screen and (max-width: 700px) {
  .left .layout_col_inner {
    padding-right: 0;
  }
  .right .layout_col_inner {
    padding-left: 0;
  }
  .layout_1_0 .middle,
  .layout_0_1 .middle,
  .layout_1_1 .middle {
    margin: 0;
  }
  #container .page-placement {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  #container .col {
    margin: 0;
    float: none;
    width: auto;
    clear: both;
  }
}
/*------------------- IE6 Fixes -------------------*/
.ie6 .middle {
  padding: 0;
  margin: 0;
}
.ie6 .left {
  margin-left: -980px;
  padding: 0;
}
.ie6 .right {
  margin-left: -206px;
  padding: 0;
}
.ie6 .layout_0_0 .middle {
  width: 980px;
}
.ie6 .layout_1_1 .left {
  width: 200px;
}
.ie6 .layout_1_1 .middle {
  margin: 0 210px;
}
.ie6 .layout_1_1 .right {
  width: 200px;
}
.ie6 .layout_1_0 {
  width: 980px;
}
.ie6 .layout_1_0 .left {
  width: 240px;
}
.ie6 .layout_1_0 .middle {
  margin-left: 240px;
}
.ie6 .layout_0_1 .middle {
  margin-right: 240px;
}
.ie6 .layout_0_1 .right {
  width: 240px;
  margin-left: -250px;
}
.main-article-area-7 .placement-row-wrapper {
  margin-bottom: 0.8em;
}
.home-page .main-article-area-7 .placement-row-wrapper:first-child {
  margin-bottom: 0;
}
.home-page .site-content-top-row .placement-row-wrapper {
  margin-bottom: 0.8em;
}
.page-placement {
  float: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.placement-inner {
  margin: 0 0.5em;
}
/*
.flexbox-legacy,
.flexbox{
	.placement-row{
		.flexbox();
	}
	.page-placement{
		.flexbox();
	}
	.placement-inner{
		.flex(1);
	}
}
*/
.placement-row-1-up .page-placement {
  width: 100%;
}
.placement-row-2-up .page-placement {
  width: 50%;
}
.placement-row-3-up .page-placement {
  width: 33.33333333%;
}
.placement-row-4-up .page-placement {
  width: 25%;
}
.placement-row-5-up .page-placement {
  width: 20%;
}
.placement-row-6-up .page-placement {
  width: 16.66666667%;
}
.placement-row-7-up .page-placement {
  width: 14.28571429%;
}
.placement-row-8-up .page-placement {
  width: 12.5%;
}
.placement-row-9-up .page-placement {
  width: 11.11111111%;
}
.placement-row-10-up .page-placement {
  width: 10%;
}
.placement-row-11-up .page-placement {
  width: 9.09090909%;
}
.placement-row-12-up .page-placement {
  width: 8.33333333%;
}
.ie7 .col .placement-row-2-up .page-placement {
  width: 49%;
}
.ie7 .col .placement-row-3-up .page-placement {
  width: 31%;
}
html,
body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
html.slideout-open,
body.slideout-open {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 140%;
}
#container {
  overflow: clip;
}
.container {
  position: relative;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.container::-webkit-scrollbar {
  width: 0 !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .container {
    -webkit-overflow-scrolling: auto;
  }
}
@media (max-width: 900px) {
  #site-banner-row .content-container {
    margin: 0 0 !important;
    width: inherit;
  }
  #site-banner-row .placement-row {
    display: flex !important;
  }
  #site-banner-row .placement-row .page-placement .placement-inner {
    margin: 0 0 !important;
    display: flex !important;
  }
  #site-banner-row .placement-row .page-placement .placement-inner .access-button:before {
    display: none;
  }
  #site-banner-row .placement-row .page-placement:first-child {
    z-index: 1;
  }
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.access-button {
  position: relative;
  height: 46px;
  padding: 0 1em;
  display: flex;
  align-items: center;
  padding-left: 2.5em;
}
.access-button:before {
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.access-button button,
.access-button a {
  font-size: 1.5rem;
}
#container .access-button button,
#container .access-button a {
  color: #425563;
  padding: 0;
  background: none;
}
#container .access-button button:hover,
#container .access-button a:hover {
  text-decoration: underline;
}
.access-button button:before,
.access-button 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: "\f29a";
  display: inline-block;
  color: #41b6e6;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(-50%, -50%);
}
.access-button button:focus,
.access-button a:focus,
.access-button button:active,
.access-button a:active {
  background: transparent;
}
.access-button.open {
  display: none;
}
#accessibility-controls {
  display: none;
}
#accessibility-controls .content-container {
  display: flex;
  justify-content: flex-end;
}
#accessibility-controls .content-container #google_translate_element {
  display: flex;
  align-items: center;
}
#accessibility-controls .content-container .access-controls-wrapper {
  *zoom: 1;
  padding: 1.2em 0.5em;
}
#accessibility-controls .content-container .access-controls-wrapper:before,
#accessibility-controls .content-container .access-controls-wrapper:after {
  content: " ";
  display: table;
}
#accessibility-controls .content-container .access-controls-wrapper:after {
  clear: both;
}
#accessibility-controls .content-container .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 80%;
  float: left;
  display: flex;
  align-items: center;
}
#accessibility-controls .content-container .access-controls-wrapper ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 1em;
  font-size: 1.4rem;
  color: #425563;
}
#accessibility-controls .content-container .access-controls-wrapper ol li a {
  font-size: 1.4rem;
  color: #425563;
}
#accessibility-controls #accessbar form {
  float: left;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  padding: 0;
}
#accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  *display: inline;
  zoom: 1;
}
.ie7 #accessibility-controls #accessbar input[type="submit"] {
  float: left;
  text-transform: capitalize;
  margin-right: 0.2em;
}
#accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #bbb;
}
#accessibility-controls .access-options-label {
  float: left;
  margin-right: 0.2em;
}
#accessibility-controls.open {
  display: block;
  border-bottom: 1px solid #eee;
}
#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;
}
.gtranslate_wrapper {
  display: flex;
  align-items: center;
}
#site-header-row .logo-container {
  float: left;
  margin-left: 0.5em;
}
@media only screen and (max-width: 700px) {
  #site-header-row .logo-container {
    float: none;
  }
}
#site-header-row .placement-row-1 {
  margin-left: auto;
}
.logo-container #logo {
  width: 128px;
  display: block;
}
@media (max-width: 900px) {
  .logo-container #logo {
    margin-left: auto;
    margin-right: auto;
    width: 88px;
    height: 44px;
  }
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
.site-banner-row {
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 3px;
  position: relative;
  z-index: 3999;
  border-top: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 900px) {
  .site-banner-row {
    display: none;
  }
}
.site-banner-row.menu-open {
  display: block;
}
.site-banner-row .placement-row {
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.site-banner-row .placement-row:first-child .page-placement {
  padding-bottom: 0;
  padding-top: 0;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] {
  position: relative;
  width: auto !important;
  margin-left: auto;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner {
  display: flex;
  align-items: center;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search {
  display: none;
  transition: all 0.2s ease;
  opacity: 0;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .search-inputs {
  position: relative;
  background: #eee;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .search-inputs label {
  display: none !important;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .search-inputs input[type="search"] {
  border-radius: 0 !important;
  width: 0 !important;
  background: #eee;
  padding: 1.2em !important;
  transition: all 0.2s ease;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .search-inputs .submit-wrap input[type="submit"] {
  height: 100%;
  width: 55px !important;
  border: none;
  background: #eee !important;
  font-size: 0;
  color: transparent !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search .advanced-search {
  display: none !important;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search.open {
  display: block;
  opacity: 1;
  transition: all 0.2s ease;
}
.site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search.open input[type="search"] {
  width: 16em !important;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 700px) {
  .site-banner-row .placement-row [data-placement-class="SiteSearch"] .placement-inner .site-search.open input[type="search"] {
    width: 23em !important;
  }
}
.site-banner-row .placement-row .page-placement {
  width: auto;
}
.site-banner-row .placement-row.open {
  transition: all 0.2s ease;
}
.site-banner-row .placement-row.open [data-placement-class="MegaMenu"] .mega-menu-top-level a {
  padding: 1em 1em !important;
}
.site-header-row {
  padding: 1.5em;
  position: relative;
  max-height: 103px;
  min-height: 103px;
}
@media (max-width: 900px) {
  .site-header-row {
    padding: 0.5em;
    min-height: auto;
    max-height: none;
  }
  .site-header-row .placement-row.placement-row-2-up {
    display: flex !important;
    flex-direction: row;
  }
  .site-header-row .placement-row.placement-row-2-up .type-textcontent:first-child img {
    height: 32px !important;
    width: auto !important;
  }
  .site-header-row .placement-row.placement-row-2-up .type-textcontent:last-child img {
    height: 42px !important;
    width: auto !important;
  }
  .site-header-row .mobile-search-toggle-wrap {
    display: none;
  }
}
.site-header-row .site-header-row-inner .content-container {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .site-header-row .site-header-row-inner .content-container {
    width: 100%;
  }
}
.site-header-row .site-header-row-inner .content-container .placement-row-wrapper {
  margin-left: auto;
}
@media (max-width: 900px) {
  .site-header-row .care-image .content-main-image img {
    max-width: 125px;
  }
}
.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 {
  font-size: 80%;
  margin: 0.5em;
}
@media only screen and (max-width: 700px) {
  #footer-links {
    display: none;
  }
}
.home-page #footer-links {
  display: none;
}
#footer-links p {
  margin: 0.5em;
}
#footer-links p a {
  padding: 2px 1em 2px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
#footer-links p a.ref-page-top {
  background-image: url("../images/page-utils/page-top-k.png");
}
#footer-links p a.ref-page-top:hover,
#footer-links p a.ref-page-top:focus,
#footer-links p a.ref-page-top:active {
  background-image: url("../images/page-utils/page-top.png");
}
#footer-links p a.ref-contact {
  background-image: url("../images/page-utils/contact-k.png");
}
#footer-links p a.ref-contact:hover,
#footer-links p a.ref-contact:focus,
#footer-links p a.ref-contact:active {
  background-image: url("../images/page-utils/contact.png");
}
#footer-links p a.ref-print {
  background-image: url("../images/page-utils/print-k.png");
}
#footer-links p a.ref-print:hover,
#footer-links p a.ref-print:focus,
#footer-links p a.ref-print:active {
  background-image: url("../images/page-utils/print.png");
}
#footer-links p a.ref-email {
  background-image: url("../images/page-utils/email-k.png");
}
#footer-links p a.ref-email:hover,
#footer-links p a.ref-email:focus,
#footer-links p a.ref-email:active {
  background-image: url("../images/page-utils/email.png");
}
#footer-links p a.ref-sitemap {
  background-image: url("../images/page-utils/sitemap-k.png");
}
#footer-links p a.ref-sitemap:hover,
#footer-links p a.ref-sitemap:focus,
#footer-links p a.ref-sitemap:active {
  background-image: url("../images/page-utils/sitemap.png");
}
@media only screen and (max-width: 700px) {
  #footer-links p a {
    float: left;
    width: 50%;
    padding-bottom: 0.2em;
  }
}
#footer-links .page-utils-links-wrap a {
  font-size: 1.5rem;
  color: #425563;
}
#site-footer-row {
  bottom: 0;
  left: 0;
  right: 0;
}
#site-footer-row * {
  color: #425563;
}
#site-footer-row * {
  color: #425563;
}
#site-footer-row .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#site-footer-row .client-credits,
#site-footer-row #verseone-credits {
  width: 50%;
  float: left;
  font-size: 80%;
  padding: 0 0.5em;
}
#site-footer-row .client-credits p,
#site-footer-row #verseone-credits p {
  color: #fff;
}
#site-footer-row .client-credits p a,
#site-footer-row #verseone-credits p a {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  #site-footer-row .client-credits,
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row #verseone-credits {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #site-footer-row #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .site-footer {
  position: relative;
}
#site-footer-row .site-footer:before {
  content: "";
  background: rgba(232, 237, 238, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  #site-footer-row .site-footer:before {
    width: 97.6vw;
  }
}
.ie7 #site-footer-row .client-credits,
.ie7 #site-footer-row #verseone-credits {
  width: auto;
}
.ie7 #site-footer-row #verseone-credits {
  float: right;
}
.site-credits-container {
  height: 5.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .site-credits-container {
    height: auto;
  }
}
.site-credits-container:before {
  content: "";
  background: #005eb8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .site-credits-container:before {
    width: 97.6vw;
  }
}
#site-nav-row {
  background-color: #f6f6f6;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 900px) {
  #container #site-nav-row [data-placement-class="SiteSearch"] {
    display: none !important;
  }
}
#site-nav-row .page-placement {
  padding: 0;
}
#site-nav-row .page-placement .placement-inner {
  margin: 0;
}
#site-nav-row .mobile-search {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
@media (max-width: 900px) {
  #site-nav-row .mobile-search.open {
    visibility: visible;
    opacity: 1;
  }
}
#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: #005eb8;
  color: #fff;
}
#top-nav:hover > li > a.current,
#top-nav:focus > li > a.current,
#top-nav:active > li > a.current {
  background: transparent;
  font-weight: bold;
  color: #425563;
}
#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: #005eb8;
  color: #fff;
}
@media (max-width: 900px) {
  #top-nav:hover > li > a.current,
  #top-nav:focus > li > a.current,
  #top-nav:active > li > a.current {
    color: #fff;
  }
}
#top-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#top-nav > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#top-nav > li > a {
  padding: 1em 1.25em;
  text-align: center;
  text-decoration: none;
  color: #425563;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 900px) {
  #top-nav > li > a {
    color: #fff;
  }
}
#top-nav {
  *zoom: 1;
}
#top-nav:before,
#top-nav:after {
  content: " ";
  display: table;
}
#top-nav:after {
  clear: both;
}
@media (max-width: 900px) {
  #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;
}
.mobile-nav-toggle-wrap:before {
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .mobile-nav-toggle-wrap {
    display: block;
  }
}
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  background-repeat: no-repeat;
  background-size: 100%;
  *zoom: 1;
  display: block;
  width: 100%;
  border-bottom: none;
  color: #005eb8;
  font-size: 46px;
  outline: none !important;
  position: relative;
  padding: 0.25em 0.1em 0.25em 0.25em;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:before,
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  content: " ";
  display: table;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  clear: both;
}
.page-style-1 .mobile-nav-toggle-wrap .mobile-nav-toggle {
  color: #ae2573;
}
.page-style-1-home.page-style-1 .mobile-nav-toggle-wrap .mobile-nav-toggle {
  color: #fff;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:active,
.mobile-nav-toggle-wrap .mobile-nav-toggle:focus {
  background: transparent;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon {
  float: left;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}
.open.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #005eb8;
}
.page-style-1 .open.mobile-nav-toggle-wrap .mobile-nav-toggle .nav-icon:before {
  color: #ae2573;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 1.5em;
}
.mobile-nav-toggle-wrap.open .mobile-nav-toggle {
  background: none;
  padding-right: 0.25em;
}
.mobile-search-toggle-wrap {
  display: none;
  margin-left: auto;
}
.mobile-search-toggle-wrap:before {
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .mobile-search-toggle-wrap {
    display: block;
  }
}
.mobile-search-toggle-wrap .mobile-search-toggle {
  background-repeat: no-repeat;
  background-size: 100%;
  *zoom: 1;
  display: block;
  width: 100%;
  border-bottom: none;
  color: #425563;
  font-size: 46px;
  outline: none !important;
  padding: 0 0.25em;
  position: relative;
}
.mobile-search-toggle-wrap .mobile-search-toggle:before,
.mobile-search-toggle-wrap .mobile-search-toggle:after {
  content: " ";
  display: table;
}
.mobile-search-toggle-wrap .mobile-search-toggle:after {
  clear: both;
}
.mobile-search-toggle-wrap .mobile-search-toggle:focus,
.mobile-search-toggle-wrap .mobile-search-toggle:active {
  background: transparent;
}
.mobile-search-toggle-wrap .mobile-search-toggle .search-icon {
  float: left;
}
.mobile-search-toggle-wrap .mobile-search-toggle .search-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  color: #41b6e6;
}
.page-style-1 .mobile-search-toggle-wrap .mobile-search-toggle .search-icon:before {
  color: #ae2573;
}
.open.mobile-search-toggle-wrap .mobile-search-toggle .search-icon {
  padding: 0 0.25em;
}
.open.mobile-search-toggle-wrap .mobile-search-toggle .search-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #005eb8;
}
.mobile-search-toggle-wrap .mobile-search-toggle .button-text {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 1.5em;
}
.mobile-search-toggle-wrap.open .mobile-search-toggle {
  background: none;
  padding: 0;
}
.desktop-search-toggle-wrap {
  margin-left: auto;
  right: 0;
  /* border: 1px solid red; */
  height: 46px;
  width: 46px;
}
.desktop-search-toggle-wrap:before {
  content: "";
  background: #eee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 900px) {
  .desktop-search-toggle-wrap {
    display: block;
  }
}
#container .desktop-search-toggle-wrap .desktop-search-toggle {
  background: none;
  padding: 0;
  *zoom: 1;
  width: 100%;
  border-bottom: none;
  color: #425563;
  font-size: 46px;
  display: flex;
  align-items: center;
  height: 100%;
  outline: none !important;
  padding: 0 0.25em;
  position: relative;
}
#container .desktop-search-toggle-wrap .desktop-search-toggle:before,
#container .desktop-search-toggle-wrap .desktop-search-toggle:after {
  content: " ";
  display: table;
}
#container .desktop-search-toggle-wrap .desktop-search-toggle:after {
  clear: both;
}
.desktop-search-toggle-wrap .desktop-search-toggle:focus,
.desktop-search-toggle-wrap .desktop-search-toggle:active {
  background: transparent;
  outline: 1px dotted !important;
}
.desktop-search-toggle-wrap .desktop-search-toggle .search-icon {
  float: left;
  display: flex;
}
.desktop-search-toggle-wrap .desktop-search-toggle .search-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
}
.open.desktop-search-toggle-wrap .desktop-search-toggle .search-icon {
  padding: 0 0.25em;
}
.open.desktop-search-toggle-wrap .desktop-search-toggle .search-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  cfont-size: 18px;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
}
.desktop-search-toggle-wrap .desktop-search-toggle .button-text {
  display: block;
  float: left;
  line-height: 32px;
  padding: 0 1.5em;
}
.desktop-search-toggle-wrap.open .desktop-search-toggle {
  background: none;
  padding: 0;
}
@media (max-width: 900px) {
  html #container .page-placement.accessable-img {
    display: none !important;
  }
}
.mega-menu-wrapper {
  position: relative;
  width: auto;
  max-width: none;
}
@media (max-width: 900px) {
  .mega-menu-wrapper {
    display: block;
    position: fixed !important;
    top: 70px;
    right: -100%;
    bottom: 0;
    background: #005eb8 !important;
    padding: 1em;
    width: 100%;
    transition: all 0.6s ease-in-out;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    z-index: -1;
    left: 100%;
  }
}
@media (max-width: 400px) {
  .mega-menu-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.mega-menu-wrapper.menu-open {
  right: 0;
  left: 15vw;
  transition: all 0.6s ease-in-out;
}
.mega-menu-wrapper #top-nav {
  position: relative;
  padding: 0 0.5em;
  display: flex;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav {
    height: calc(100vh - 150px);
    overflow-y: auto;
    display: block;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .mega-menu-wrapper #top-nav {
    overflow-y: scroll;
  }
}
.mega-menu-wrapper #top-nav li {
  z-index: 999;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li {
    position: relative;
    padding: 0.5rem 0;
  }
  .mega-menu-wrapper #top-nav li:before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 94%;
    position: absolute;
    height: 1px;
    right: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.mega-menu-wrapper #top-nav li > a {
  z-index: 9998;
  position: relative;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li > a {
    padding: 1em 0.75em;
    margin-right: 4.5em;
  }
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li.has-children {
    position: relative;
  }
}
.mega-menu-wrapper #top-nav li.has-children > a {
  position: relative;
}
.mega-menu-wrapper #top-nav li.has-children > a:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0dd";
  display: inline-block;
  font-weight: 900;
  position: relative;
  top: -3px;
  margin-left: 0.3em;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li.has-children > a:after {
    display: none;
  }
}
.mega-menu-wrapper #top-nav li.has-children .mobile-megamenu-viewer {
  display: none;
  position: absolute;
  right: 0;
  top: 0.6em;
  right: 1em;
  width: 42px;
  height: 42px;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li.has-children .mobile-megamenu-viewer {
    display: block;
  }
  .mega-menu-wrapper #top-nav li.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: "\f067";
    display: inline-block;
    border: 1.5px solid #fff;
    padding: 0.35em;
    position: absolute;
    right: 0;
    color: #fff;
    width: 24px;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 2.2rem;
    top: 0;
    font-weight: bold;
    z-index: 9999;
    border-radius: 5px;
  }
  .mega-menu-wrapper #top-nav li.has-children .mobile-megamenu-viewer.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: "\f068";
    display: inline-block;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .mega-menu-wrapper #top-nav li.has-children .mobile-megamenu-viewer:focus-visible:before {
    color: #000;
    background-color: #ffeb3b;
    outline: 3px solid #000;
  }
}
.mega-menu-wrapper #top-nav li.menu-item-1 .mega-menu {
  margin-left: 0;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li:last-child > a {
    padding-right: 0.75em;
  }
}
.mega-menu-wrapper #top-nav li:last-child > a.current {
  padding-right: 0.75em;
}
.mega-menu-wrapper #top-nav li:last-child .mega-menu {
  margin-right: 0;
}
.mega-menu-wrapper #top-nav li .mega-menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0.5em;
  right: 0.5em;
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.mega-menu-wrapper #top-nav li .mega-menu.focus-open {
  display: block !important;
}
.mega-menu-wrapper #top-nav li .mega-menu.focus-closed {
  display: none !important;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu {
    display: none;
    left: 0;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    transition: all 0.2 ease;
    padding-left: 5rem;
  }
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu.closed {
    display: none !important;
    height: 0;
    opacity: 0;
  }
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu.show {
    display: block !important;
    height: auto;
    opacity: 1;
    transition: all 0.2 ease;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column {
  display: table-cell;
  text-align: left;
  padding: 0 2em 0 0;
  margin: 0;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column {
    padding: 0 1em 0 0;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column:last-child {
  padding-right: 0;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column li {
  display: block;
  text-align: left;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item {
  display: block;
  text-align: left;
  padding-bottom: 2em;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item {
    padding-bottom: 0;
  }
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item:before {
    display: none;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a {
  border-bottom: solid 1px rgba(0, 94, 184, 0.2);
  padding-bottom: 0.2rem !important;
  transition: all 0.2s ease;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:hover,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:focus,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:active {
  text-decoration: none !important;
  transform: translateX(2px);
}
@media only screen and (min-width: 701px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:hover,
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:focus,
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a:active {
    color: #005eb8 !important;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.default,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item > a.all-children-link {
  font-weight: 600;
  font-size: 1.7rem;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a {
  display: block;
  text-align: left;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 10px;
  color: #425563 !important;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus-visible {
  color: #000 !important;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.current {
  background: transparent;
  color: #425563;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a.megamenu-show-children {
  font-style: italic;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:hover,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus,
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:active {
  background: transparent;
  color: #425563;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a {
    color: #fff !important;
    font-size: 1.5rem !important;
  }
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item a:focus-visible {
    color: #000 !important;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap {
  padding: 0;
  margin: 0;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap {
    display: none;
  }
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a {
  color: #6b6b6b !important;
  font-size: 1.5rem;
}
.mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a:focus-visible {
  color: #000 !important;
}
@media (max-width: 900px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a {
    color: #fff !important;
  }
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap .subsubmenu-item a:focus-visible {
    color: #000 !important;
  }
}
.show-mega-menu {
  display: block !important;
}
#site-banner-row [data-placement-class="MegaMenu"] [data-placement-class="SiteSearch"] {
  background-color: #ffffff14;
  padding: 0.5em;
  float: none;
}
#site-banner-row [data-placement-class="MegaMenu"] [data-placement-class="SiteSearch"] #site-search-index-search-1 {
  width: 100% !important;
}
#site-banner-row [data-placement-class="MegaMenu"] [data-placement-class="SiteSearch"] .desktop-search-toggle .search-icon:before {
  color: white;
}
#site-banner-row [data-placement-class="MegaMenu"] [data-placement-class="SiteSearch"] .access-button .acc-dropdown-toggle,
#site-banner-row [data-placement-class="MegaMenu"] [data-placement-class="SiteSearch"] .access-button .acc-dropdown-toggle:before {
  color: white;
}
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .access-controls-wrapper ol li,
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .access-controls-wrapper ol a,
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .access-controls-wrapper ol span {
  color: white;
}
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .gtranslate_wrapper > a {
  color: white;
}
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .gtranslate_wrapper > a span {
  color: white !important;
}
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .gt_white_content {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 6px 16px;
}
#site-banner-row [data-placement-class="MegaMenu"] #accessibility-controls .gt_white_content .gt_languages {
  overflow-x: auto;
  max-height: none;
  overflow-y: auto;
}
@media only screen and (max-width: 700px) {
  #container #site-banner-row .mat-specific-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  .mat-specific-nav .menu {
    display: flex;
  }
  .mat-specific-nav .menu > li > a {
    font-size: 1.35rem !important;
    padding: 1em 0.65em;
  }
}
.mat-specific-nav .menu > li > a {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease;
  padding: 1em 1.25em;
  text-align: center;
  text-decoration: none;
  color: #425563;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid transparent;
}
.mat-specific-nav .menu > li > a.current {
  background: none;
  border-bottom-color: #7857ab;
}
.mat-specific-nav .menu > li > a:hover {
  background: #7857ab;
  color: #fff;
}
.mat-specific-nav .menu .output-level-2 {
  display: none;
}
.content-container.breadcrumb {
  width: 100%;
  padding: 1em 0.5em 0.8em 0.5em;
  margin: 0 0.5em;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .content-container.breadcrumb {
    display: none;
  }
}
.content-container.breadcrumb:before {
  content: '';
  background: #eee;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .content-container.breadcrumb:before {
    width: 97.6vw;
  }
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
  float: none;
}
.content-container.breadcrumb #breadcrumbs .now_viewing {
  display: none;
}
.content-container.breadcrumb #breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  margin-right: 0.3em;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.content-container.breadcrumb #breadcrumbs li.go-home {
  padding-left: 0.75em;
}
.content-container.breadcrumb #breadcrumbs li:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-left: 0.5em;
  margin-right: 0.2em;
  position: relative;
  top: 0;
}
.content-container.breadcrumb #breadcrumbs li a {
  color: #425563;
  text-decoration: none;
  font-size: 1.2rem;
}
.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: #005eb8;
  font-size: 1.2rem;
}
.content-container.breadcrumb #breadcrumbs li.current:before {
  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;
}
.layout_1_0 .type-menuplacement,
.layout_0_1 .type-menuplacement,
.layout_1_1 .type-menuplacement {
  margin-bottom: 2em;
}
.crf-page-style .layout_1_0 .type-menuplacement .placement-inner,
.crf-page-style .layout_0_1 .type-menuplacement .placement-inner,
.crf-page-style .layout_1_1 .type-menuplacement .placement-inner {
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 700px) {
  .layout_1_0 .type-menuplacement,
  .layout_0_1 .type-menuplacement,
  .layout_1_1 .type-menuplacement {
    display: none !important;
  }
  .layout_1_0 .type-menuplacement .standard-list,
  .layout_0_1 .type-menuplacement .standard-list,
  .layout_1_1 .type-menuplacement .standard-list {
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
  }
}
.layout_1_0 .type-menuplacement .menu-headline,
.layout_0_1 .type-menuplacement .menu-headline,
.layout_1_1 .type-menuplacement .menu-headline {
  background: #005eb8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.8rem;
}
.page-style-1 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-1 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-1 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #005eb8;
}
.page-style-2 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-2 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-2 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #1990c1;
}
.page-style-3 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-3 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-3 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #00a499;
}
.page-style-4 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-4 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-4 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #006747;
}
.page-style-5 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-5 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-5 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #da291c;
}
.page-style-6 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-6 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-6 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #ae2573;
}
.page-style-7 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-7 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-7 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #ed8b00;
}
.page-style-8 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-8 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-8 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #7c2855;
}
.page-style-9 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-9 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-9 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #003087;
}
.page-style-10 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-10 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-10 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #00a499;
}
.page-style-11 .layout_1_0 .type-menuplacement .menu-headline,
.page-style-11 .layout_0_1 .type-menuplacement .menu-headline,
.page-style-11 .layout_1_1 .type-menuplacement .menu-headline {
  background-color: #330072;
}
.layout_1_0 .type-menuplacement .menu-headline h2,
.layout_0_1 .type-menuplacement .menu-headline h2,
.layout_1_1 .type-menuplacement .menu-headline h2 {
  display: flex;
  margin: 0;
  font-size: 1.3rem;
}
.layout_1_0 .type-menuplacement .menu-headline h2 a,
.layout_0_1 .type-menuplacement .menu-headline h2 a,
.layout_1_1 .type-menuplacement .menu-headline h2 a {
  color: #fff;
  padding: 0.8rem;
  font-weight: bold;
}
.layout_1_0 .type-menuplacement .menu .menu-item,
.layout_0_1 .type-menuplacement .menu .menu-item,
.layout_1_1 .type-menuplacement .menu .menu-item {
  position: relative;
}
.layout_1_0 .type-menuplacement .menu .menu-item a,
.layout_0_1 .type-menuplacement .menu .menu-item a,
.layout_1_1 .type-menuplacement .menu .menu-item a {
  color: #005eb8;
  padding: 0.8em 2em 0.8em 0.75em;
}
.layout_1_0 .type-menuplacement .menu .menu-item.has-children > a,
.layout_0_1 .type-menuplacement .menu .menu-item.has-children > a,
.layout_1_1 .type-menuplacement .menu .menu-item.has-children > a {
  position: relative;
}
.layout_1_0 .type-menuplacement .menu .menu-item.has-children > a:after,
.layout_0_1 .type-menuplacement .menu .menu-item.has-children > a:after,
.layout_1_1 .type-menuplacement .menu .menu-item.has-children > a:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.layout_1_0 .type-menuplacement .menu .menu-item.has-children > a.current:after,
.layout_0_1 .type-menuplacement .menu .menu-item.has-children > a.current:after,
.layout_1_1 .type-menuplacement .menu .menu-item.has-children > a.current: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-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background: #005eb8;
  color: #fff;
}
.page-style-1 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-1 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-1 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #005eb8;
}
.page-style-1 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-1 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-1 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-1 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-1 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-1 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-1 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-1 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-1 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #004e99;
}
.page-style-2 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-2 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-2 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #1990c1;
}
.page-style-2 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-2 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-2 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-2 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-2 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-2 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-2 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-2 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-2 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #167ca6;
}
.page-style-3 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-3 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-3 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #00a499;
}
.page-style-3 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-3 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-3 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-3 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-3 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-3 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-3 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-3 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-3 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #00857c;
}
.page-style-4 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-4 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-4 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #006747;
}
.page-style-4 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-4 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-4 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-4 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-4 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-4 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-4 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-4 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-4 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #004832;
}
.page-style-5 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-5 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-5 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #da291c;
}
.page-style-5 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-5 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-5 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-5 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-5 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-5 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-5 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-5 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-5 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #bf2419;
}
.page-style-6 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-6 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-6 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #ae2573;
}
.page-style-6 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-6 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-6 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-6 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-6 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-6 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-6 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-6 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-6 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #952062;
}
.page-style-7 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-7 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-7 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #ed8b00;
}
.page-style-7 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-7 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-7 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-7 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-7 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-7 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-7 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-7 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-7 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #ce7900;
}
.page-style-8 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-8 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-8 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #7c2855;
}
.page-style-8 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-8 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-8 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-8 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-8 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-8 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-8 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-8 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-8 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #652145;
}
.page-style-9 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-9 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-9 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #003087;
}
.page-style-9 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-9 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-9 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-9 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-9 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-9 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-9 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-9 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-9 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #002568;
}
.page-style-10 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-10 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-10 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #00a499;
}
.page-style-10 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-10 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-10 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-10 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-10 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-10 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-10 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-10 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-10 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #00857c;
}
.page-style-11 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-11 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.page-style-11 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  background-color: #330072;
}
.page-style-11 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-11 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-11 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.page-style-11 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-11 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-11 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:focus,
.page-style-11 .layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-11 .layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active,
.page-style-11 .layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:active {
  background-color: #250053;
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:hover {
  background: #0072ce;
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a:after,
.layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a:after,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > 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: "\f107";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current,
.layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current {
  background: #eeeeee;
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current .output-level-4,
.layout_0_1 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current .output-level-4,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded.menu-current .output-level-4 {
  background: #eeeeee;
}
.layout_1_0 .type-menuplacement .menu .menu-item.menu-current,
.layout_0_1 .type-menuplacement .menu .menu-item.menu-current,
.layout_1_1 .type-menuplacement .menu .menu-item.menu-current {
  background: #eeeeee;
}
.layout_1_0 .type-menuplacement .menu .menu-item.menu-current .output-level-2,
.layout_0_1 .type-menuplacement .menu .menu-item.menu-current .output-level-2,
.layout_1_1 .type-menuplacement .menu .menu-item.menu-current .output-level-2 {
  background: #eeeeee;
}
.layout_1_0 .type-menuplacement .menu > .menu-item,
.layout_0_1 .type-menuplacement .menu > .menu-item,
.layout_1_1 .type-menuplacement .menu > .menu-item {
  border-bottom: 1px solid #eee;
}
.side-navigation {
  margin-bottom: 2em;
}
.crf-page-style .side-navigation .placement-inner {
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 700px) {
  .side-navigation {
    display: none !important;
  }
  .side-navigation .standard-list {
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
  }
}
.side-navigation .menu-headline {
  background: #005eb8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.8rem;
}
.page-style-1 .side-navigation .menu-headline {
  background-color: #005eb8;
}
.page-style-2 .side-navigation .menu-headline {
  background-color: #1990c1;
}
.page-style-3 .side-navigation .menu-headline {
  background-color: #00a499;
}
.page-style-4 .side-navigation .menu-headline {
  background-color: #006747;
}
.page-style-5 .side-navigation .menu-headline {
  background-color: #da291c;
}
.page-style-6 .side-navigation .menu-headline {
  background-color: #ae2573;
}
.page-style-7 .side-navigation .menu-headline {
  background-color: #ed8b00;
}
.page-style-8 .side-navigation .menu-headline {
  background-color: #7c2855;
}
.page-style-9 .side-navigation .menu-headline {
  background-color: #003087;
}
.page-style-10 .side-navigation .menu-headline {
  background-color: #00a499;
}
.page-style-11 .side-navigation .menu-headline {
  background-color: #330072;
}
.side-navigation .menu-headline h2 {
  display: flex;
  margin: 0;
  font-size: 1.3rem;
}
.side-navigation .menu-headline h2 a {
  color: #fff;
  padding: 0.8rem;
  font-weight: bold;
}
.side-navigation .menu .menu-item {
  position: relative;
}
.side-navigation .menu .menu-item a {
  color: #005eb8;
  padding: 0.8em 2em 0.8em 0.75em;
}
.side-navigation .menu .menu-item.has-children > a {
  position: relative;
}
.side-navigation .menu .menu-item.has-children > a:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.side-navigation .menu .menu-item.has-children > a.current: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-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.side-navigation .menu .menu-item.nav-item-expanded > a {
  background: #005eb8;
  color: #fff;
}
.page-style-1 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #005eb8;
}
.page-style-1 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-1 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-1 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #004e99;
}
.page-style-2 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #1990c1;
}
.page-style-2 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-2 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-2 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #167ca6;
}
.page-style-3 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #00a499;
}
.page-style-3 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-3 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-3 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #00857c;
}
.page-style-4 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #006747;
}
.page-style-4 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-4 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-4 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #004832;
}
.page-style-5 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #da291c;
}
.page-style-5 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-5 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-5 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #bf2419;
}
.page-style-6 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #ae2573;
}
.page-style-6 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-6 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-6 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #952062;
}
.page-style-7 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #ed8b00;
}
.page-style-7 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-7 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-7 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #ce7900;
}
.page-style-8 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #7c2855;
}
.page-style-8 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-8 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-8 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #652145;
}
.page-style-9 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #003087;
}
.page-style-9 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-9 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-9 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #002568;
}
.page-style-10 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #00a499;
}
.page-style-10 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-10 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-10 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #00857c;
}
.page-style-11 .side-navigation .menu .menu-item.nav-item-expanded > a {
  background-color: #330072;
}
.page-style-11 .side-navigation .menu .menu-item.nav-item-expanded > a:hover,
.page-style-11 .side-navigation .menu .menu-item.nav-item-expanded > a:focus,
.page-style-11 .side-navigation .menu .menu-item.nav-item-expanded > a:active {
  background-color: #250053;
}
.side-navigation .menu .menu-item.nav-item-expanded > a:hover {
  background: #0072ce;
}
.side-navigation .menu .menu-item.nav-item-expanded > 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: "\f107";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
.side-navigation .menu .menu-item.nav-item-expanded.menu-current {
  background: #eeeeee;
}
.side-navigation .menu .menu-item.nav-item-expanded.menu-current .output-level-4 {
  background: #eeeeee;
}
.side-navigation .menu .menu-item.menu-current {
  background: #eeeeee;
}
.side-navigation .menu .menu-item.menu-current .output-level-2 {
  background: #eeeeee;
}
.side-navigation .menu > .menu-item {
  border-bottom: 1px solid #eee;
}
.menu,
.menu li,
.menu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu a.current,
.menu li a.current,
.menu ol a.current,
.menu a:hover,
.menu li a:hover,
.menu ol a:hover,
.menu a:focus,
.menu li a:focus,
.menu ol a:focus {
  background: #eee;
}
.standard-list li,
.description-list li {
  float: left;
}
@media only screen and (max-width: 700px) {
  .standard-list li,
  .description-list li {
    float: none;
    width: auto;
  }
}
.standard-list a,
.description-list a {
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
.standard-list .icon-display .menu-item-img,
.description-list .icon-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .icon-display .menu-item-img,
.ie7 .description-list .icon-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.standard-list .thumbnail-display .menu-item-img,
.description-list .thumbnail-display .menu-item-img {
  display: inline-block;
  width: 30px;
  margin-right: 0.2em;
}
.ie7 .standard-list .thumbnail-display .menu-item-img,
.ie7 .description-list .thumbnail-display .menu-item-img {
  *display: inline;
  zoom: 1;
}
.col .standard-list li,
.col .description-list li {
  float: none;
  display: block;
}
.col .standard-list a,
.col .description-list a {
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 0.5em 1em;
}
.col .standard-list ol a,
.col .description-list ol a {
  padding-left: 2em;
}
.col .standard-list ol ol a,
.col .description-list ol ol a {
  padding-left: 3em;
}
.col .standard-list ol ol ol a,
.col .description-list ol ol ol a {
  padding-left: 4em;
}
.col .standard-list .icon-display a,
.col .description-list .icon-display a,
.col .standard-list .thumbnail-display a,
.col .description-list .thumbnail-display a {
  *zoom: 1;
}
.col .standard-list .icon-display a:before,
.col .description-list .icon-display a:before,
.col .standard-list .thumbnail-display a:before,
.col .description-list .thumbnail-display a:before,
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  content: " ";
  display: table;
}
.col .standard-list .icon-display a:after,
.col .description-list .icon-display a:after,
.col .standard-list .thumbnail-display a:after,
.col .description-list .thumbnail-display a:after {
  clear: both;
}
.col .standard-list .icon-display .menu-item-img,
.col .description-list .icon-display .menu-item-img,
.col .standard-list .thumbnail-display .menu-item-img,
.col .description-list .thumbnail-display .menu-item-img {
  float: right;
}
.description-list .menu-item-desc {
  font-size: 80%;
  text-align: center;
}
.description-list .menu-item-desc p {
  margin-top: 0.2em;
}
.col .description-list .menu-item-desc {
  text-align: left;
  padding-left: 1em;
}
.col .description-list .output-level-2 .menu-item-desc {
  padding-left: 2em;
}
.col .description-list .output-level-3 .menu-item-desc {
  padding-left: 3em;
}
.col .description-list .output-level-4 .menu-item-desc {
  padding-left: 4em;
}
.pod-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pod-menu .menu-pod {
  display: table-cell;
  text-align: center;
  padding: 1em;
}
.pod-menu .content-item-container {
  border: 1px solid #999;
}
.pod-menu .pod-content {
  padding: 0 0.8em;
}
@media only screen and (max-width: 700px) {
  .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: 700px) {
  .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;
}
.quick-links {
  padding-bottom: 4em;
  padding-top: 1em;
}
@media only screen and (max-width: 700px) {
  .quick-links {
    padding-bottom: 3em;
  }
}
.quick-links .content-headline {
  color: #005eb8;
}
.quick-links .content-headline h2 {
  font-size: 2.5rem;
}
.quick-links .menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
@media only screen and (max-width: 700px) {
  .quick-links .menu {
    justify-content: flex-start;
  }
}
.quick-links .menu .menu-item {
  border-radius: 0.8rem;
  background: #fff;
  flex: 1 0 auto;
  margin: 1em;
}
.quick-links .menu .menu-item:hover,
.quick-links .menu .menu-item:active,
.quick-links .menu .menu-item:focus {
  border-radius: 0.8rem;
}
.quick-links .menu .menu-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: relative;
  min-height: 6.2rem;
  border-radius: 0.8rem;
  z-index: 0;
}
.quick-links .menu .menu-item a .main-image-wrapper {
  left: 0;
  top: 0;
  bottom: 0;
  height: 6.2rem;
  min-width: 6.2rem;
  max-width: 6.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  flex: 1;
  background-image: linear-gradient(to bottom, #00a499, rgba(0, 164, 153, 0.6));
}
.quick-links .menu .menu-item a .main-link-text {
  padding-left: 0.75em;
  padding-right: 0.75em;
  flex-wrap: nowrap;
  color: #425563;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
}
.quick-links .menu .menu-item a .menu-item-desc {
  display: none;
}
.footer-nav .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-nav .menu .menu-item a {
  padding-left: 0;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .footer-nav .content-headline h2 {
    margin-bottom: 0.25em;
  }
}
.footer-socials .main-editor-output > p img {
  margin: 0.25em;
}
.footer-socials ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  .footer-socials ul {
    justify-content: space-around;
    padding: 0 6em;
  }
}
.footer-socials ul li {
  padding: 0.5em;
}
.footer-socials ul li:last-child {
  padding-right: 0;
}
.manual-list-with-description .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4em;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  .manual-list-with-description .menu {
    justify-content: center;
  }
}
.manual-list-with-description .menu .menu-item {
  flex: 1 0 35rem;
  max-width: 39.5rem;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  position: relative;
  max-height: 24.5rem;
  overflow: hidden;
  margin-bottom: 3em;
}
.manual-list-with-description .menu .menu-item a {
  padding: 0;
}
.manual-list-with-description .menu .menu-item a .main-image-wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.manual-list-with-description .menu .menu-item a .main-image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.2s ease 0.2s;
}
.manual-list-with-description .menu .menu-item a .main-link-text {
  padding: 2em 2em 2em 1em;
  max-height: 8rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 2rem;
  color: #425563;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: max-height 0.2s ease 0.2s;
}
.manual-list-with-description .menu .menu-item a .main-link-text: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;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: bold;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.manual-list-with-description .menu .menu-item:hover a .main-image-wrapper img {
  transform: scale(1.1);
  transition: all 0.2s ease 0.2s;
}
.manual-list-with-description .menu .menu-item:hover a .main-link-text {
  max-height: 10rem;
  background-image: linear-gradient(to bottom, #005eb8, #41b6e6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2rem;
  color: #425563;
  display: flex;
  align-items: center;
  transition: max-height 0.2s ease 0.2s;
  color: #fff;
  font-weight: bold;
}
.manual-list-with-description .menu .menu-item:hover a .main-link-text: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;
  position: absolute;
  top: 50%;
  bottom: 0;
  font-weight: bold;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.3s ease 0.1s;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.mobile-nav {
  display: none;
}
.mobile-nav h2 {
  padding-left: 0.5em !important;
}
@media only screen and (max-width: 700px) {
  .mobile-nav {
    display: block;
  }
}
.placement-row:has(.footer-socials) {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 700px) {
  .placement-row:has(.footer-socials) {
    flex-direction: column;
  }
}
.placement-row:has(.footer-socials) .footer-socials {
  flex: 0 1 30%;
}
@media only screen and (max-width: 700px) {
  .placement-row:has(.footer-socials) .footer-socials {
    flex: 0 1 100%;
  }
}
.placement-row:has(.footer-socials) .type-menuplacement {
  flex: 0 1 60%;
}
@media only screen and (max-width: 700px) {
  .placement-row:has(.footer-socials) .type-menuplacement {
    flex: 0 1 100%;
  }
}
.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 a {
  display: inline-block;
  min-height: 24px;
}
.sitemap li .top-level {
  margin-bottom: 0.5em;
}
.sitemap li ol {
  padding-left: 1.5em;
}
@media only screen and (min-width: 701px) {
  .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: 700px) {
  .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;
}
.board-profile .single-content {
  padding: 2em 0;
}
.board-profile .single-content .content-wrapper-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .board-profile .single-content .content-wrapper-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.board-profile .single-content .content-wrapper-inner .content-main-image {
  height: 20rem;
  min-width: 20rem;
  flex: 0;
}
.board-profile .single-content .content-wrapper-inner .content-main-image img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.board-profile .single-content .content-wrapper-inner .main-editor-output {
  padding-left: 2em;
  align-self: flex-start;
}
.board-profile .content-items-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 2em 0;
}
.board-profile .content-items-list .list-content-item {
  flex: 1 0 48%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 1em 0;
  background: #fff;
  margin: 0.5em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 0.5em;
}
.board-profile .content-items-list .content-item-container {
  margin-right: 1em;
}
.board-profile .content-items-list .content-item-container figure {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 9rem;
  width: 9rem;
}
.board-profile .content-items-list .content-item-container figure img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.board-profile .results-totals-count {
  display: none;
}
.board-profile .back-to-list {
  border: none;
  background: #41b6e6;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  position: relative;
  top: 1em;
}
.board-profile .back-to-list:hover,
.board-profile .back-to-list:focus,
.board-profile .back-to-list:active {
  background: #1990c1;
  text-decoration: none;
}
.board-profile .back-to-list: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;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.advanced-search {
  font-size: 80%;
}
@media only screen and (min-width: 701px) {
  .search-type-options {
    display: inline-block;
    width: 32.66666667%;
  }
}
@media only screen and (max-width: 700px) {
  .search-type-options {
    display: inline-block;
    width: 49%;
  }
}
#container .main-content .site-search .content-headline {
  display: block;
}
#container .main-content .site-search .type-select-buttons,
#container .main-content .site-search .category-search-filter {
  margin-top: 0.6em;
}
#container .main-content .site-search input[type="checkbox"] {
  margin: 0.2em 0.4em;
}
#container .main-content .site-search .type-select-buttons input[type="radio"] {
  float: none;
  margin: 0 0.4em;
}
#container .main-content .site-search .type-select-buttons label {
  display: inline;
  margin-right: 0.7em;
}
#container .site-search .content-headline {
  display: none;
}
#container .site-search input[type="submit"],
#container .site-search input[type="search"],
#container .site-search input[type="text"] {
  width: auto;
  z-index: 1;
}
#container .site-search .global-pagination {
  padding: 1em 0;
}
#container .site-search .global-pagination .per-page-label,
#container .site-search .global-pagination input[type="submit"] {
  margin-left: 0.5em;
}
#container .site-search .global-pagination select {
  width: auto;
}
#container .site-search .input-name-pagination-page,
#container .site-search .input-name-pagination-per-page {
  display: inline-block;
}
.ie7 #container .site-search .input-name-pagination-page,
.ie7 #container .site-search .input-name-pagination-per-page {
  *display: inline;
  zoom: 1;
}
#container .site-search .site-search-results,
#container .site-search .search-result-item,
#container .site-search .page-url-list,
#container .site-search .page-url-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .site-search .search-result-item {
  position: relative;
  padding: 1em;
}
#container .site-search .search-result-item:nth-child(odd) {
  background: #f6f6f6;
}
#container .site-search .search-result-item h3 {
  margin-top: 0;
}
#container .site-search .entity-type {
  float: right;
  font-size: 80%;
  text-transform: capitalize;
  margin-right: 115px;
}
#container .site-search .search-ranking-bar {
  position: absolute;
  top: 1.3em;
  right: 1em;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  width: 100px;
  border: 1px solid #999;
}
#container .site-search .search-ranking-bar .search-ranking-score {
  height: 8px;
  background: #999;
}
#container .site-search .page-url-list {
  font-size: 90%;
}
@media only screen and (max-width: 700px) {
  #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;
  }
}
.site-search .search-inputs {
  position: relative;
  background: #eee;
}
.site-search .search-inputs label {
  display: none !important;
}
.site-search .search-inputs input[type="search"] {
  width: 100% !important;
  background: #eee;
  padding: 1.2em !important;
}
.site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}
.site-search .search-inputs .submit-wrap:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  font-weight: bold;
  position: absolute;
}
.site-search .search-inputs .submit-wrap input[type="submit"] {
  height: 100%;
  width: 55px !important;
  border: none;
  background: #eee !important;
  font-size: 0;
  color: transparent !important;
}
.site-search .advanced-search {
  display: none !important;
}
#site-search-form .type-select-buttons .search-type-options {
  padding: 0.8em;
  background: #f6f6f6;
  margin: 0.2em;
}
@media only screen and (max-width: 700px) {
  #site-search-form .type-select-buttons .search-type-options {
    width: 100%;
  }
}
.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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: #005eb8;
  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-wrap: wrap;
  *zoom: 1;
}
.a-to-z-letters:before,
.a-to-z-letters:after {
  content: " ";
  display: table;
}
.a-to-z-letters:after {
  clear: both;
}
.a-to-z-letters li {
  display: inline-block;
  font-size: 1.15em;
  margin: 0.25em 0.125em;
  flex: 1 1 auto;
  text-align: center;
}
.a-to-z-letters li a {
  display: block;
  padding: 0.5em;
  background-color: #005eb8;
  color: #fff;
  transition: opacity 0.25s ease-in-out;
}
.a-to-z-letters li a:hover,
.a-to-z-letters li a:focus,
.a-to-z-letters li a:active {
  opacity: 0.6;
  text-decoration: none;
}
.a-to-z-pages {
  margin-top: 1em;
}
.a-to-z-pages li {
  margin: 0.1em 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .placement-row .type-droplet .a-to-z-letters {
    display: flex;
    gap: 0;
  }
  .placement-row .type-droplet .a-to-z-letters > li {
    flex: 1 0 3em;
    margin: 0.1em;
  }
}
.placement-row .type-droplet .a-to-z-letters li .no-folders:hover,
.placement-row .type-droplet .a-to-z-letters li .no-folders:focus {
  background-color: #a6a6a6 !important;
  cursor: default;
}
.index-list,
.index-item,
.category-list,
.category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.faq-list .index-item {
  padding: 0.1em 0;
}
.faq-list .back-to-top {
  display: none;
  float: right;
  font-size: 80%;
}
.faq-list .content-items-list .list-content-item {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: solid 1px #ddd;
}
.faq-list .content-items-list .list-content-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.faq-list .content-items-list .list-content-item .content-item-container > h3 {
  margin-top: 0;
}
.faq-category-list li {
  display: inline-block;
  font-size: 90%;
  margin-right: 0.5em;
  border: 1px solid #bbb;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 0.1em 0.3em;
}
.ie7 .faq-category-list li {
  *display: inline;
  zoom: 1;
}
.faq-index-list .index-list {
  padding: 1em;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
.faq-index-list .index-list .index-item {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em 40px;
  min-height: 28px;
  position: relative;
}
.faq-index-list .index-list .index-item:hover:before,
.faq-index-list .index-list .index-item:focus:before,
.faq-index-list .index-list .index-item:active:before {
  font-weight: 900;
}
.faq-index-list .index-list .index-item:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: inline-block;
  color: #005eb8;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.faq-index-list .index-list .index-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/*------------- Events Calendar ----------------*/
.events-calendar-top {
  *zoom: 1;
  padding-bottom: 0em;
}
.events-calendar-top:before,
.events-calendar-top:after {
  content: " ";
  display: table;
}
.events-calendar-top:after {
  clear: both;
}
.events-calendar-top ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.events-calendar-top ol li {
  float: left;
  margin-right: 0.8em;
}
.events-calendar-top ol li a {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
.events-calendar-top ol li a.month-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-month.png");
}
.events-calendar-top ol li a.week-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-week.png");
}
.events-calendar-top ol li a.day-view,
.events-calendar-top ol li a.today-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view-day.png");
}
.events-calendar-top ol li a.all-types-view {
  background-image: url("../images/events-calendar/view-nav-icons/event-types-view.png");
}
.events-calendar-top ol li a.all-events-view {
  background-image: url("../images/events-calendar/view-nav-icons/calendar-view.png");
}
#container .event-calendar-time-navigation .content-headline {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: none;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: 1em 0;
  padding: 0 1em;
}
.event-key {
  *zoom: 1;
  margin-top: 0.3em;
}
.event-key:before,
.event-key:after {
  content: " ";
  display: table;
}
.event-key:after {
  clear: both;
}
.event-key .event-key-table {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-key .event-key-table li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 1em;
}
.event-key .event-key-table span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
}
.ie7 .event-key .event-key-table span {
  *display: inline;
  zoom: 1;
}
.event-key .event-key-table .event-type-name {
  display: inline-block;
}
.type-eventscalendar .venue-itinerary-form {
  display: none;
}
/*------------- Month View ----------------*/
.activity-calendar {
  /*--- Mini calendar for mobile and columns ---*/
  /*--- In a column or mulitple placement row ---*/
}
.activity-calendar .content-headline {
  border-bottom: none !important;
}
.activity-calendar .content-headline h2 {
  margin-top: 0;
  text-align: center;
}
.activity-calendar .prev-year {
  float: left;
  margin-right: 1em;
}
.activity-calendar .prev-year:before {
  content: "<<";
}
.activity-calendar .next-year {
  float: right;
  margin-left: 1em;
}
.activity-calendar .next-year:after {
  content: ">>";
}
.activity-calendar .prev-month {
  float: left;
}
.activity-calendar .prev-month:before {
  content: "<";
}
.activity-calendar .next-month {
  float: right;
}
.activity-calendar .next-month:after {
  content: ">";
}
.activity-calendar .ac-calendar {
  margin: 0.8em 0;
}
.activity-calendar .days-head {
  *zoom: 1;
}
.activity-calendar .days-head:before,
.activity-calendar .days-head:after {
  content: " ";
  display: table;
}
.activity-calendar .days-head:after {
  clear: both;
}
.activity-calendar .days-head td {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 14.28571429%;
  padding: 0 0.4em;
}
.ie7 .activity-calendar .days-head {
  margin-top: 2.2em;
}
.activity-calendar .days-head {
  text-align: center;
}
.activity-calendar .days-head th {
  text-align: center;
}
.activity-calendar .days-head td {
  height: 80px;
  border: 1px solid #ddd !important;
  border-right: 0;
  border-top: 0;
  vertical-align: top;
}
.activity-calendar .days-head td .ac-day-inner {
  text-align: left;
}
.activity-calendar .days-head td .ac-day-inner p {
  margin: 0;
}
.activity-calendar .days-head td .ac-day-inner a {
  text-decoration: none !important;
}
.activity-calendar .days-head tr:nth-child(2n) td {
  background: none;
}
.activity-calendar .days-head tr:hover td {
  background: none;
}
.activity-calendar .ac-calendar-lead {
  background: #fefefe !important;
}
.activity-calendar .ac-activity {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50% !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border: 0;
  margin: 0.3em 0.3em 0 0;
  color: rgba(0, 0, 0, 0);
}
.ie7 .activity-calendar .ac-activity {
  *display: inline;
  zoom: 1;
}
.activity-calendar .ac-activity:hover,
.activity-calendar .ac-activity:active,
.activity-calendar .ac-activity:focus {
  color: rgba(0, 0, 0, 0);
}
.activity-calendar .ac-activity.event-name {
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-bottom: solid 4px;
  color: #425563;
  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: #425563;
}
.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: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  display: block;
  float: left;
}
.older-posts:hover,
.older-posts:focus,
.older-posts:active {
  background: #00376c;
  text-decoration: none;
}
.older-posts:visited {
  color: #fff;
}
.newer-posts {
  border: none;
  background: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  float: right;
  display: block;
}
.newer-posts:hover,
.newer-posts:focus,
.newer-posts:active {
  background: #00376c;
  text-decoration: none;
}
.newer-posts:visited {
  color: #fff;
}
.colored-bg.type-blog .content-wrapper-inner {
  padding: 0 !important;
}
.type-blog .list-content .content-main-image {
  width: auto;
  float: left;
  margin: 0;
}
.ie8 .type-blog .list-content .content-main-image,
.ie7 .type-blog .list-content .content-main-image {
  width: 220px;
  height: 132px;
  overflow: hidden;
}
.type-blog .list-content .content-main-image > a {
  display: block;
}
@media only screen and (max-width: 700px) {
  .type-blog .list-content .content-main-image {
    float: none;
  }
}
.type-blog .list-content .content-main-image img {
  width: 220px;
}
@media only screen and (max-width: 700px) {
  .type-blog .list-content .content-main-image img {
    width: auto;
  }
}
.type-blog .content-main-image {
  /*width: 220px;
		float: left;
		margin: 0.8em 1.2em 1em 0;*/
}
.type-blog .post-title {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .type-blog .post-title {
    margin: 0.6em 0 0 0;
  }
}
.type-blog .post-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin: 1em 0 1em 0;
  padding: 0.8em 0 0.7em 0;
}
.type-blog .post-meta .posted-on {
  font-weight: 400;
}
.type-blog .post-meta .blog-comment-number {
  float: right;
}
.type-blog .post {
  padding: 0 0 1.75em 0;
  margin-bottom: 1.75em;
  border-bottom: solid 1px #ddd;
}
.type-blog .post:last-child {
  border-bottom: none;
}
.type-blog .post.single-post {
  background-color: transparent;
}
.type-blog .post.single-post .text,
.type-blog .post.single-post header {
  margin-left: 0;
}
.type-blog .post .post-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .type-blog .post .post-title {
    font-size: 20px;
  }
}
.type-blog .post .post-title a {
  transition: all 0.4s;
}
.type-blog .post header,
.type-blog .post .text {
  margin-left: 235px;
}
@media only screen and (max-width: 700px) {
  .type-blog .post header,
  .type-blog .post .text {
    margin-left: 0;
  }
}
.type-blog .post.no-image header,
.type-blog .post.no-image .text {
  margin-left: 0;
}
.type-blog .post .more-link {
  border: none;
  background: #999;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  float: left;
  margin: 10px 0 10px 5px;
  position: relative;
}
.type-blog .post .more-link:hover,
.type-blog .post .more-link:focus,
.type-blog .post .more-link:active {
  background: #737373;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .type-blog .post .more-link {
    padding: 0;
  }
}
/*--- Blog search ---*/
#container .blog-search legend {
  display: none;
}
#container .blog-search input[type="search"],
#container .blog-search input[type="text"] {
  background: #f6f6f6;
  border-radius: 0;
  padding: 0.5em;
}
#container .blog-search input[type="submit"] {
  width: auto;
  text-indent: -9999px;
  background-image: url("/base-install/images/_site/icons/search-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"]:active {
  opacity: 0.6;
}
#container .blog-search input[type="submit"]:focus,
#container .blog-search input[type="submit"]:focus-visible {
  background-color: #ffeb3b !important;
  color: #000 !important;
  outline: 3px solid #212b32 !important;
}
/*--- 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: 700px) {
  #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 #005eb8;
}
#container #main-content .type-blogarchives .archives .archives-list .archive-list-item ol.archives-list.month {
  margin-left: 1.8em;
}
.prev-btn {
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.prev-btn: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;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.next-btn {
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.next-btn: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;
  line-height: 0.7;
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
/*------------- Single blog post  ----------------*/
#container .single-post {
  position: relative;
  padding: 0;
}
#container .single-post .template-navigation-link a.back-to-blog-home {
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
#container .single-post .template-navigation-link a.back-to-blog-home:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#container .single-post .template-navigation-link a.back-to-blog-home:hover,
#container .single-post .template-navigation-link a.back-to-blog-home:focus,
#container .single-post .template-navigation-link a.back-to-blog-home:active {
  background: #c8c8c8;
  text-decoration: none;
}
#container .single-post .template-navigation-link a.back-to-blog-home:hover,
#container .single-post .template-navigation-link a.back-to-blog-home:focus,
#container .single-post .template-navigation-link a.back-to-blog-home:active {
  text-decoration: none;
}
#container .single-post .content-main-image {
  max-width: 40%;
  float: right;
  margin: 0 0 1em 1em;
}
@media only screen and (max-width: 700px) {
  #container .single-post .content-main-image {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
  #container .single-post .content-main-image img {
    width: auto;
  }
}
#container .single-post .content-headline.post-title {
  float: none;
  padding: 0;
  border: none !important;
}
#container .single-post .content-headline.post-title h2 {
  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: #005eb8 !important;
  font-weight: 400;
}
.blog-comment-toggle .button-text {
  transition: all 0.4s;
  font-size: 16px;
}
.blog-comment-toggle .button-text {
  display: inline-block;
}
.ie7 .blog-comment-toggle .button-text {
  *display: inline;
  zoom: 1;
}
.blog-comment-toggle:hover,
.blog-comment-toggle:focus,
.blog-comment-toggle:active {
  outline: none;
}
.blog-comment-toggle:hover .blog-comment-toggle-icon,
.blog-comment-toggle:focus .blog-comment-toggle-icon,
.blog-comment-toggle:active .blog-comment-toggle-icon {
  transform: translateY(-4px);
}
#blog-comments {
  padding: 1em;
  background: #f6f6f6;
}
#blog-comments h3 {
  margin: 0 0 1em 0;
}
#blog-comments .comment-content .comment-author {
  font-weight: bold;
}
#blog-comments .comment-content p {
  margin: 0 0 0 0;
}
#blog-comments .comments-list {
  clear: both;
}
#blog-comments .comments-list .blog-cmt {
  margin: 1em 0 0 0;
  padding: 1em;
  background: #eeeeee;
}
#blog-comments #blg-cmt-frm {
  clear: both;
}
.ie7 #blog-comments #blg-cmt-frm {
  display: block;
}
#blog-comments #blg-cmt-frm .row.comment-website {
  display: none;
}
#blog-comments #blg-cmt-frm .row {
  border-top: none;
  padding: 0.5em 1.5em;
}
#blog-comments #blg-cmt-frm input[type="submit"] {
  padding: 0.6em 1em;
  float: right;
}
.comments-list,
.comments-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-blogsminilist .content-wrapper-inner {
  display: flex;
  justify-content: center;
  scrollbar-color: #005eb8 #f2f2f2;
  scrollbar-width: thin;
}
@media only screen and (max-width: 700px) {
  .type-blogsminilist .content-wrapper-inner {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-blogsminilist .content-wrapper-inner {
    display: block;
  }
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list {
  display: inline-flex;
  /* flex-wrap: nowrap; */
}
@media (max-width: 900px) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list {
    flex-wrap: wrap;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list {
    display: flex;
  }
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post {
  min-height: 39rem;
  max-height: 39rem;
  position: relative;
  flex: 1 1 25%;
  transition: all 0.5s ease 0.1s;
  margin: 1em;
  width: 32rem;
}
@media only screen and (max-width: 700px) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post {
    margin: 1em 1em 1em 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 25%;
  }
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #fff;
  position: absolute;
  background: #ae2573;
  top: 0;
  right: 0;
  height: 4.2rem;
  width: 4.2rem;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  color: #fff;
  padding: 2em;
  z-index: 2;
  opacity: 0;
  margin-bottom: -5em;
  transition: all 0.2s ease 0.2s;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .blog-post-summary {
  color: #fff;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-footer {
  display: none;
}
@media only screen and (max-width: 700px) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
    opacity: 1;
    bottom: 5em;
  }
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .content-main-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .content-main-image:before {
  content: "";
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0, rgba(0, 0, 0, 0.49) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .content-main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: center center";
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:has(a:focus-visible),
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:hover {
  flex: 1 1 40%;
  transition: all 0.5s ease 0.1s;
  max-width: 44rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:has(a:focus-visible),
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:hover {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
  }
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:has(a:focus-visible) .blog-post-detail-wrapper,
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:hover .blog-post-detail-wrapper {
  opacity: 1;
  transition: all 0.8s ease 0.3s;
  margin-bottom: 0;
  background: #005eb8;
}
@media only screen and (max-width: 700px) {
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post {
    flex: 1 1 40%;
    width: 31rem;
  }
}
.type-blogsminilist .news-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-blogsminilist .news-details .blog-page-link a {
  opacity: 1;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  text-decoration: none !important;
  border-radius: 8px;
  background: #fff;
  color: #fff !important;
  z-index: 9999;
  color: #005eb8 !important;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  transition: opacity 0.2s ease 0.4s;
  text-align: left;
  font-weight: bold;
  padding-right: 2em;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: #bbb 0px 0px 2px;
}
.type-blogsminilist .news-details .blog-page-link a:hover,
.type-blogsminilist .news-details .blog-page-link a:active {
  color: #fff !important;
  text-decoration: none;
  background: transparent;
}
.type-blogsminilist .news-details .blog-page-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: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0.5em;
  transform: translateY(-42%);
  text-align: right;
  font-weight: bold;
}
.type-blogsminilist .news-details .blog-page-link a:hover {
  background: #005eb8;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-blogsminilist .news-details .blog-page-link {
    display: none;
  }
}
.type-blogsminilist .content-headline h3 {
  color: #005eb8;
  margin-bottom: 0.5em;
}
.transition-all {
  transition: all 0.2s ease 0.2s;
}
.poll-question,
.poll-question li,
.poll-results,
.poll-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-poll input[type="submit"] {
  margin-top: 1em;
}
.type-poll .poll-result-answer {
  padding-bottom: 0.5em;
}
.poll-result-bar {
  width: 100%;
  border: 1px solid #bbb;
  overflow: hidden;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 1em;
}
.poll-result-bar div {
  background: #bbb;
  height: 100%;
  border-radius: 0 6px 6px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie7 .poll-question input[type="radio"] {
  float: left;
  position: relative;
  top: 8px;
}
.ie7 .poll-question label {
  float: left;
}
.ie7 .type-poll input[type="submit"] {
  clear: left;
}
/*1120*/
.form-in-new-window {
  margin: 0.5em 0;
}
.form-in-new-window fieldset {
  padding: 0;
}
.form-in-new-window legend {
  margin-top: 1em;
  font-weight: 700;
  padding: 0.3em 0;
}
.form-in-new-window p.labelman {
  margin: 0;
  padding: 0.6em 0;
  border-top: solid 3px #eee;
}
.form-in-new-window .labelman {
  font-size: 85%;
  color: red;
}
.form-in-new-window label .labelman {
  color: red;
  font-size: 18px;
  font-weight: 700;
}
.form-in-new-window table .labelman {
  font-size: 18px;
  font-weight: 700;
}
.form-in-new-window input[type='text'],
.form-in-new-window input[type='password'],
.form-in-new-window input[type='tel'],
.form-in-new-window input[type='url'],
.form-in-new-window input[type='email'],
.form-in-new-window input[type="search"],
.form-in-new-window input[type='number'],
.form-in-new-window textarea {
  width: 100%;
  -webkit-appearance: none;
}
.ie7 .form-in-new-window input[type='text'],
.ie7 .form-in-new-window input[type='password'],
.ie7 .form-in-new-window input[type='tel'],
.ie7 .form-in-new-window input[type='url'],
.ie7 .form-in-new-window input[type='email'],
.ie7 .form-in-new-window input[type="search"],
.ie7 .form-in-new-window input[type='number'],
.ie7 .form-in-new-window textarea {
  width: 96%;
}
.form-in-new-window label {
  margin: 0.5em 0 0.2em 0;
  display: block;
}
.form-in-new-window input[type='text'],
.form-in-new-window input[type='search'],
.form-in-new-window input[type='password'],
.form-in-new-window input[type='tel'],
.form-in-new-window input[type='url'],
.form-in-new-window input[type='email'],
.form-in-new-window input[type='number'] {
  border: 1.5px solid #666666;
  padding: 0.8em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-in-new-window input[type='text']::-moz-placeholder, .form-in-new-window input[type='search']::-moz-placeholder, .form-in-new-window input[type='password']::-moz-placeholder, .form-in-new-window input[type='tel']::-moz-placeholder, .form-in-new-window input[type='url']::-moz-placeholder, .form-in-new-window input[type='email']::-moz-placeholder, .form-in-new-window input[type='number']::-moz-placeholder {
  color: #000;
}
.form-in-new-window input[type='text']::placeholder,
.form-in-new-window input[type='search']::placeholder,
.form-in-new-window input[type='password']::placeholder,
.form-in-new-window input[type='tel']::placeholder,
.form-in-new-window input[type='url']::placeholder,
.form-in-new-window input[type='email']::placeholder,
.form-in-new-window input[type='number']::placeholder {
  color: #000;
}
.form-in-new-window input[type='text']:focus,
.form-in-new-window input[type='search']:focus,
.form-in-new-window input[type='password']:focus,
.form-in-new-window input[type='tel']:focus,
.form-in-new-window input[type='url']:focus,
.form-in-new-window input[type='email']:focus,
.form-in-new-window input[type='number']:focus {
  outline: 1px dotted;
  outline-offset: 3px;
}
.form-in-new-window textarea {
  box-sizing: border-box;
  border: 1.5px solid #666666;
  padding: 0.8em;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  min-height: 8em;
  resize: vertical;
}
.form-in-new-window textarea::-moz-placeholder {
  color: #000;
}
.form-in-new-window textarea::placeholder {
  color: #000;
}
.form-in-new-window textarea:focus {
  outline: 1px dotted;
  outline-offset: 3px;
}
.form-in-new-window .col select {
  width: 100%;
}
.form-in-new-window button,
.form-in-new-window input[type="submit"],
.form-in-new-window input[type="button"] {
  border: none;
  background: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
.form-in-new-window button:hover,
.form-in-new-window input[type="submit"]:hover,
.form-in-new-window input[type="button"]:hover,
.form-in-new-window button:focus,
.form-in-new-window input[type="submit"]:focus,
.form-in-new-window input[type="button"]:focus,
.form-in-new-window button:active,
.form-in-new-window input[type="submit"]:active,
.form-in-new-window input[type="button"]:active {
  background: #00376c;
  text-decoration: none;
}
.form-in-new-window input[type='checkbox'],
.form-in-new-window input[type='radio'] {
  clear: left;
  float: left;
  margin: 0.2em 0.7em;
}
.form-in-new-window input[type='checkbox']:focus,
.form-in-new-window input[type='radio']:focus {
  outline: 1px solid #212121;
}
.form-in-new-window .checkbox_label {
  margin: 0 0 0 26px !important;
  float: none !important;
  width: auto !important;
  display: block !important;
}
.form-in-new-window ::-webkit-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window :-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window ::-moz-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window :-ms-input-placeholder {
  color: #999;
  font-family: Helvetica;
  font-size: 1em;
}
.form-in-new-window form {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 0 1em;
}
.form-in-new-window {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  background-image: none;
}
.form-in-new-window .logo-container {
  display: none;
}
.form-in-new-window .content-container {
  width: 100%;
}
.form-in-new-window legend {
  padding: 0;
  color: #425563;
}
.form-in-new-window .labelman {
  border-top: none !important;
}
.form-in-new-window h1 {
  border-bottom: 5px solid #333;
  line-height: normal;
  margin-bottom: 0;
}
.form-in-new-window .progressborder {
  margin-top: 1em;
}
.form-in-new-window .logo-on-form {
  margin-top: 1.5em;
}
.form-in-new-window .button_row {
  border-top: solid 3px #eee;
}
.form-in-new-window .button_row input {
  width: auto;
  display: block;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window .button_row input {
    /*width: 100%;
				float: none !important;*/
  }
}
@media only screen and (max-width: 700px) {
  .form-in-new-window .button_row a[title="Edit previous Page"] {
    /*width: 100%;
					margin-bottom: 2em;
					padding: 0.7em 0 !important;
					text-align: center;*/
  }
}
@media only screen and (max-width: 700px) {
  .form-in-new-window table {
    font-size: 70% !important;
  }
}
.form-in-new-window form .row {
  *zoom: 1;
  padding: 0.5em 0;
}
.form-in-new-window form .row:before,
.form-in-new-window form .row:after {
  content: " ";
  display: table;
}
.form-in-new-window form .row:after {
  clear: both;
}
.form-in-new-window form .row label {
  margin-top: 0;
  vertical-align: top;
}
.form-in-new-window form .row table th {
  text-align: left;
}
.form-in-new-window form .row table th input[type="submit"] {
  border: none;
  background: #fff;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  color: #425563;
}
.form-in-new-window form .row table th input[type="submit"]:hover,
.form-in-new-window form .row table th input[type="submit"]:focus,
.form-in-new-window form .row table th input[type="submit"]:active {
  background: #d9d9d9;
  text-decoration: none;
}
.form-in-new-window form .row table tr {
  padding: 0.5em 0;
}
.form-in-new-window form .button_row {
  *zoom: 1;
  margin: 0;
  padding: 1em 0;
  border-top: solid 3px #eee;
}
.form-in-new-window form .button_row:before,
.form-in-new-window form .button_row:after {
  content: " ";
  display: table;
}
.form-in-new-window form .button_row:after {
  clear: both;
}
.ie7 .form-in-new-window form .button_row {
  margin: 0;
}
.form-in-new-window form .button_row input {
  float: right;
  margin-top: 0.4em;
  line-height: 1.4;
}
.form-in-new-window form .button_row input#segment_summary,
.form-in-new-window form .button_row input#save_and_edit_later {
  float: left;
  margin-right: 1em;
  border: none;
  background: #333;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  line-height: 1.4;
}
.form-in-new-window form .button_row input#segment_summary:hover,
.form-in-new-window form .button_row input#save_and_edit_later:hover,
.form-in-new-window form .button_row input#segment_summary:focus,
.form-in-new-window form .button_row input#save_and_edit_later:focus,
.form-in-new-window form .button_row input#segment_summary:active,
.form-in-new-window form .button_row input#save_and_edit_later:active {
  background: #0d0d0d;
  text-decoration: none;
}
.form-in-new-window form .button_row a[title="Edit previous Page"] {
  border: none;
  background: #333;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  float: left;
  margin-right: 1em;
  margin-top: 0.4em;
  text-decoration: none !important;
}
.form-in-new-window form .button_row a[title="Edit previous Page"]:hover,
.form-in-new-window form .button_row a[title="Edit previous Page"]:focus,
.form-in-new-window form .button_row a[title="Edit previous Page"]:active {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window form .button_row {
    border: none;
    background: none;
  }
  .form-in-new-window form .button_row input {
    padding: 0.7em !important;
  }
}
.form-in-new-window #form_summary_legend {
  margin: 1em 0;
}
.form-in-new-window #form_summary_legend legend {
  float: left;
  margin: 0.6em 2em 0.6em 0;
}
.form-in-new-window #form_summary_legend .incomplete,
.form-in-new-window #form_summary_legend .maybe,
.form-in-new-window #form_summary_legend .done {
  float: left;
  margin-right: 2.5em;
}
.form-in-new-window #form_summary_legend img {
  margin-right: 0.5em;
  margin-top: -0.4em;
}
.form-in-new-window table#form_summary tbody th {
  text-align: left;
}
.form-in-new-window table#form_summary tr.button_row form {
  padding: 0.5em;
}
.form-in-new-window table#form_summary tr.button_row form #markAsComplete {
  float: right;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window table#form_summary tr.button_row form #markAsComplete {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
.form-in-new-window table#form_summary tr.button_row form #edit_later {
  margin-right: 1em;
  border: none;
  background: #333;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
.form-in-new-window table#form_summary tr.button_row form #edit_later:hover,
.form-in-new-window table#form_summary tr.button_row form #edit_later:focus,
.form-in-new-window table#form_summary tr.button_row form #edit_later:active {
  background: #0d0d0d;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window table#form_summary tr.button_row form #edit_later {
    padding: 0.8em 0;
    margin: 0.5em 0;
  }
}
.form-in-new-window table#form_summary tr.button_row form a {
  display: inline-block;
  margin-right: 1em;
}
.ie7 .form-in-new-window table#form_summary tr.button_row form a {
  *display: inline;
  zoom: 1;
}
.form-in-new-window .progressborder {
  border: 1px solid #bbb;
}
.form-in-new-window .progressborder .progressbar {
  padding: 0.5em;
  text-align: right;
}
.form-in-new-window .progressborder p {
  margin: 0;
}
.form-in-new-window #form_complete input[type="email"] {
  float: left;
  width: 60%;
  margin-right: 0.8em;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window #form_complete input[type="email"] {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
.form-in-new-window #form_complete .input-name-forms-finished-email {
  margin-top: 2em;
}
.form-in-new-window .progressborder {
  margin-bottom: 1.5em;
}
.form-in-new-window .progressborder .progressbar {
  background: #ddd;
}
/*- Only when a form is in a single placement row, and not in mobile view, use row layout -*/
.form-in-new-window .form fieldset,
.form-in-new-window .form legend {
  border: none !important;
}
.form-in-new-window .form .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.form-in-new-window .form label,
.form-in-new-window .form .label {
  display: table-cell;
  width: 26%;
  vertical-align: top;
}
.form-in-new-window .form .field {
  display: table-cell;
  padding: 0 0 0 2em;
  width: 74%;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window .form .field {
    width: 100%;
    padding: 0;
  }
}
.form-in-new-window .form .field br {
  display: none;
}
.form-in-new-window .form .field label {
  display: inline;
  padding-left: 0.5em;
}
.ie7 .form-in-new-window .form .field {
  padding: 0;
  width: 99%;
}
.form-in-new-window .form select {
  width: auto;
}
@media only screen and (max-width: 700px) {
  .form-in-new-window .form .row,
  .form-in-new-window .form label,
  .form-in-new-window .form .label {
    width: auto;
    display: block;
  }
  .form-in-new-window .form .field {
    display: block;
    padding: 0;
  }
  .form-in-new-window .form select {
    width: 100%;
  }
  .form-in-new-window .form .button_row input {
    margin-bottom: 0.5em;
  }
}
/*TEMPORARY FIX FOR FORMS THING*/
.form-in-new-window .main-editor-output #container.form-auth-wrapper {
  display: none;
}
.form-in-new-window #classic-form-0 .matrixQuestions thead tr td,
.form-in-new-window #classic-form-0 .matrixQuestions thead tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 1em;
  font-weight: 400;
}
.form-in-new-window #classic-form-0 .matrixQuestions thead tr th:last-child {
  border-right: none;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr:nth-child(even) td {
  background: 0 0;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr:focus th,
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr:hover th {
  background: #eaeaea;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr:focus td,
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr:hover td {
  background: #f2f2f2;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr td,
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr th {
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr th {
  width: 50%;
  padding: 1em;
  background: #f2f2f2;
  color: #444;
  font-weight: 400;
}
.form-in-new-window #classic-form-0 .matrixQuestions tbody tr td {
  border-left: solid 1px #ddd;
}
.form-in-new-window #classic-form-0 table caption {
  text-align: left;
}
.form-in-new-window #classic-form-0 table tbody tr th {
  background: #f2f2f2;
  color: #444;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  padding: 0.5em;
  font-weight: 400;
}
.form-in-new-window #classic-form-0 table tbody tr th:last-child {
  border-right: none;
}
.form-in-new-window #classic-form-0 table tbody tr th input[value="Add A Row"],
.form-in-new-window #classic-form-0 table tbody tr td input[value="Add A Row"] {
  background-image: url(/base-install/images/_site/icons/add.png) !important;
  background-color: #ffffff !important;
}
.form-in-new-window #classic-form-0 table tbody tr input[type=submit] {
  text-indent: -9999px;
  background-repeat: no-repeat !important;
  background-position: center center!important;
  background-size: 70% !important;
}
.form-in-new-window #classic-form-0 table tbody tr input[type=submit]:active,
.form-in-new-window #classic-form-0 table tbody tr input[type=submit]:focus,
.form-in-new-window #classic-form-0 table tbody tr input[type=submit]:hover {
  background-color: #ddd;
}
.form-in-new-window #classic-form-0 table tbody tr:nth-child(even) td {
  background: 0 0;
}
.form-in-new-window #classic-form-0 table tbody tr:focus th,
.form-in-new-window #classic-form-0 table tbody tr:hover th {
  background: #eaeaea;
}
.form-in-new-window #classic-form-0 table tbody tr:focus td,
.form-in-new-window #classic-form-0 table tbody tr:hover td {
  background: #f2f2f2;
}
.form-in-new-window #classic-form-0 table tbody tr td {
  transition: background 0.3s ease-in-out;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
.form-in-new-window #classic-form-0 table tbody tr td br {
  display: none;
}
.form-in-new-window #classic-form-0 table tbody tr td input[value=Delete] {
  background-color: #f2f2f2;
  background-image: url(/base-install/images/_site/icons/remove.png) !important;
}
.form-in-new-window #classic-form-0 table tbody tr td select {
  float: left;
  padding: 0.2em 0;
}
.form-in-new-window #classic-form-0 table tbody tr td .form-date-input-year {
  float: left;
  width: 70px;
}
.form-in-new-window #classic-form-0 table tbody tr td:first-child {
  border-left: none;
}
.form-in-new-window legend {
  color: #444444;
}
.form_window_container #form_window_head {
  margin-top: 1em;
  padding-top: 160px;
  background-image: url("/base-install/images/main-logo/company-logo.png");
  background-position: left 32px;
  background-repeat: no-repeat;
}
.form_window_container #form_window_head h1 {
  margin: 0;
  border: none;
  font-weight: 700;
  font-size: 22px;
  padding: 0.4em 0.4em 0.3em 0.4em;
  margin-top: 0.5em;
  color: #425563;
}
.form_window_container form {
  margin-top: 0;
  padding: 0;
}
/*1120*/
.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;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] {
  background: rgba(0, 94, 184, 0.05);
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] .placement-inner {
  margin: 0 auto !important;
  width: 96%;
  max-width: 1366px;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] .content-headline h2,
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] .content-headline h3 {
  color: #425563;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form legend {
  display: none;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-row {
  position: relative;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-row label {
  display: none !important;
}
#container .page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-row input[type="search"],
#container .page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-row input[type="text"] {
  width: 100%;
  border-radius: 5px;
  padding: 0.75em;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-row button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 5px 5px 0 !important;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .media-search-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;
  margin-right: 0.75em;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search-wrap {
  padding: 1.22em 0;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search-toggle-wrap .adv-search-toggle {
  color: #005eb8;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search-toggle-wrap .adv-search-toggle.open:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  margin-left: 0.66em;
  color: #c0392b;
  position: relative;
  top: 1px;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1em;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search.open {
  display: flex;
  margin-top: 0.55em;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options {
  flex: 0 0 auto;
  margin-right: 1.2em;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options input {
  display: none;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options input:checked + label {
  background: #005eb8;
  color: #fff;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options input:checked + label {
  background: #005eb8;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options input:checked + label:before {
  color: #fff;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options label {
  border-radius: 5px;
  padding: 0.33em 0.66em;
  background: #f6f6f6;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options label {
  background: #fff;
}
.page-placement[data-placement-class="MediaBrowserSearch"] form .adv-search .media-search-type-options label:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  color: #ddd;
  font-weight: 900;
  margin-right: 0.66em;
  transition: color 0.25s ease;
}
.page-placement[data-placement-class="MediaBrowser"] .content-headline,
.page-placement[data-placement-class="MediaBrowser"] .folder-breadcrumb {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser-pl {
  padding-top: 0.5em;
}
.page-placement[data-placement-class="MediaBrowser"] form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 1em 2em 1em;
  width: 100%;
}
.page-placement[data-placement-class="MediaBrowser"] form .results-filter-options {
  flex: 1 1 auto;
}
.page-placement[data-placement-class="MediaBrowser"] form .mb-pagination.top {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-placement[data-placement-class="MediaBrowser"] .input-name-media-browser-list-search {
  display: none !important;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs {
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  background: #e6eff8;
  border-radius: 10px;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs input[type="search"] {
  margin: 1em 0;
  font-size: 1.4em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs input[type="submit"] {
  font-size: 1.3em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter-wrap {
  flex: 0 0 auto;
  padding-left: 0.5em;
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 0.5em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter:last-child {
  margin-right: 0;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter input {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter input:checked + label {
  background: #005eb8;
  color: #fff;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter input:checked + label {
  background: #005eb8;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter input:checked + label:before {
  color: #fff;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter label {
  border-radius: 5px;
  padding: 0.67em 1em;
  background: #f6f6f6;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
  margin: 0 !important;
}
#site-content-top-row .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter label {
  background: #fff;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter label:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  color: #ddd;
  font-weight: 900;
  margin-right: 0.66em;
  transition: color 0.25s ease;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-row {
  position: relative;
  display: block;
  flex: 1 1 60%;
  max-width: 620px;
  margin-bottom: 0.5em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-row label {
  display: none !important;
}
#container .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-row input[type="search"],
#container .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-row input[type="text"] {
  width: 100%;
  border-radius: 5px;
  padding: 0.75em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-row button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 5px 5px 0 !important;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-search-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;
  margin-right: 0.75em;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a {
  flex: 0 0 auto;
  margin-right: 1em;
  padding: 0.5em 1em 0.5em 0.75em;
  border-radius: 8px;
  border: solid 1px #eee;
  color: #425563;
  transition: opacity 0.25s ease;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a:hover,
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a:focus,
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a:active {
  text-decoration: none;
  opacity: 0.6;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #f6f6f6;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-current:before {
  background: #27ae60;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-underreview:before {
  background: #f39c12;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-expired:before {
  background: #c0392b;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-archived:before {
  background: #000;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-all {
  padding-left: 1em;
}
.page-placement[data-placement-class="MediaBrowser"] .results-filter-options .status-filters a.ms-all:before {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination .results-totals-count .total-results {
  font-weight: 700;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.top .page-nav-count,
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.top a {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom .results-totals-count {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom .page-nav-count {
  order: 1;
  margin-right: auto;
  /*+ a.goto-prev-page,
					+ a.goto-next-page {
						margin-left: auto;
					}*/
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom .page-nav-count span {
  font-weight: 700;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom a.goto-next-page {
  padding-left: 1em;
  order: 3;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom a.goto-next-page:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  display: inline-block;
  position: relative;
  top: 1px;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom a.goto-prev-page {
  order: 2;
}
.page-placement[data-placement-class="MediaBrowser"] .mb-pagination.bottom a.goto-prev-page:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  display: inline-block;
  position: relative;
  top: 0px;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser {
  width: 100%;
  margin: 0 1em;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table {
  font-size: 0.875em;
  line-height: 1.5;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th {
  font-size: 1.5625em;
  font-weight: 700;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th a {
  display: block;
  white-space: nowrap;
  font-size: 100%;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th a.mb-sort.asc: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: "\f0d8";
  display: inline-block;
  font-weight: 900;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th a.mb-sort.desc: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: "\f0d7";
  display: inline-block;
  font-weight: 900;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .media-status {
  font-size: 0;
  color: transparent;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .media-status:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  position: relative;
  top: 2px;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-media-title-wrap {
  position: relative;
  padding-right: 2em;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-media-title-wrap a.vw-fl {
  max-width: 270px;
  display: block;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-media-title-wrap .favourite-icon-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-status-wrap {
  text-align: center;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .ms-current:before {
  background: #27ae60;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .ms-underreview:before,
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .ms-under-review:before {
  background: #f39c12;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .ms-expired:before {
  background: #c0392b;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td .ms-archived:before {
  background: #000;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap {
  text-align: center;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap a {
  display: inline-block;
  padding: 0.35em 1em;
  border-radius: 8px;
  border: 1px solid #005eb8;
  transition: color 0.25s ease, background 0.25s ease;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap a:hover,
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap a:focus,
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap a:active {
  color: #fff;
  background: #005eb8;
  text-decoration: none;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table tbody td.mb-download-link-wrap 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: "\f33d";
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .results-filter-options {
    display: none;
  }
  .media-history {
    display: none;
  }
  .media-display-table th:nth-child(3),
  .media-display-table td:nth-child(3) {
    display: none;
  }
  .media-display-table th:nth-child(4),
  .media-display-table td:nth-child(4) {
    display: none;
  }
  .media-display-table th:nth-child(5),
  .media-display-table td:nth-child(5) {
    display: none;
  }
}
.type-mediabrowserfolders .content-headline {
  display: none;
}
.type-mediabrowserfolders form {
  display: none;
}
.type-mediabrowserfolders .back-to-top-folder {
  display: block;
  padding: 1em;
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #005eb8;
  color: #005eb8;
  text-decoration: none;
  border-radius: 8px;
  width: 50%;
  z-index: 9999;
  position: relative;
  margin: 1em;
}
.type-mediabrowserfolders .back-to-top-folder:hover,
.type-mediabrowserfolders .back-to-top-folder:focus,
.type-mediabrowserfolders .back-to-top-folder:active {
  background: #005eb8;
  color: #fff;
  text-decoration: none;
}
.type-mediabrowserfolders .back-to-top-folder:hover,
.type-mediabrowserfolders .back-to-top-folder:focus,
.type-mediabrowserfolders .back-to-top-folder:active {
  color: #fff;
}
.type-mediabrowserfolders .back-to-top-folder: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: "\f341";
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}
.type-mediabrowserfolders .md-lst-wrp ul,
.type-mediabrowserfolders .md-lst-wrp li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-mediabrowserfolders .md-lst-wrp > .mb-folders-list > .mb-folder-item {
  padding: 0.5em 1em;
  position: relative;
}
.type-mediabrowserfolders .md-lst-wrp .root-folder {
  padding: 0.5em 1em;
  position: relative;
}
.type-mediabrowserfolders .md-lst-wrp .root-folder > .vw-fldr {
  padding: 1em;
  top: 0.25em;
}
.type-mediabrowserfolders .md-lst-wrp .root-folder > .vw-fldr:after,
.type-mediabrowserfolders .md-lst-wrp .root-folder > .vw-fldr:before {
  display: none;
}
.type-mediabrowserfolders .md-lst-wrp .root-folder > .xpnd-fldr,
.type-mediabrowserfolders .md-lst-wrp .root-folder > .vw-fldr {
  font-size: 125%;
}
.type-mediabrowserfolders .md-lst-wrp .root-folder > .xpnd-fldr:before {
  content: "\f07c";
  color: #005eb8;
}
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr {
  color: black;
  flex: 0 0 calc(100% - 34px);
  text-decoration: underline;
  font-weight: bold;
  padding-left: 3em;
  position: relative;
}
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr:hover,
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr:focus,
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr:active {
  text-decoration: none;
  background: none;
}
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr:before {
  content: '';
  border-top: dashed 1px #425563;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 1.75em;
  height: 50%;
  /* background: red; */
  width: 13px;
}
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr: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: "\f07b";
  display: inline-block;
  color: #005eb8;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.type-mediabrowserfolders .md-lst-wrp a.vw-fldr.active-fldr: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: "\f07c";
  display: inline-block;
  color: #005eb8;
  font-weight: bold;
}
.type-mediabrowserfolders .md-lst-wrp .xpnd-fldr {
  padding-right: 0.5em;
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  display: none;
}
.type-mediabrowserfolders .md-lst-wrp .xpnd-fldr: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;
  color: #005eb8;
  font-weight: bold;
}
.type-mediabrowserfolders .md-lst-wrp .xpnd-fldr.loaded:before {
  color: #005eb8;
}
.type-mediabrowserfolders .md-lst-wrp .xpnd-fldr.open:before {
  content: "\f07c";
}
.type-mediabrowserfolders .mb-folders-list.sub-list {
  margin-top: 1em;
  padding: 0 1em;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr {
  padding: 0.33em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr:before {
  content: '';
  border-left: dashed 1px #425563;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.8em;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr:first-child:before {
  top: 50%;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr:last-child:before {
  bottom: 50%;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr ul {
  padding: 0.33em 0 0 1.75em;
  position: relative;
  flex: 0 0 100%;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1em;
  left: 0.375em;
  border-left: dotted 2px #eee;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr ul li {
  padding: 0.33em 0;
  position: relative;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr ul li:before {
  display: block;
  position: absolute;
  content: "";
  top: 1.1em;
  margin-top: -1px;
  margin-right: 2px;
  right: 100%;
  width: 18px;
  border-top: dotted 2px #eee;
}
#file-viewer ul,
#file-viewer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#file-viewer .media-status {
  flex: 0 0 auto;
  margin-right: 1em;
  padding: 0.5em 1em 0.5em 0.75em;
  border-radius: 8px;
  border: solid 1px #eee;
  color: #425563;
  transition: opacity 0.25s ease;
  margin-bottom: 0.5em;
}
#file-viewer .media-status:hover,
#file-viewer .media-status:focus,
#file-viewer .media-status:active {
  text-decoration: none;
  opacity: 0.6;
}
#file-viewer .media-status span {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
#file-viewer .media-status span:before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #f6f6f6;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
#file-viewer .media-status .ms-current span:before {
  background: #27ae60;
}
#file-viewer .media-status .ms-underreview span:before {
  background: #f39c12;
}
#file-viewer .media-status .ms-expired span:before {
  background: #c0392b;
}
#file-viewer .media-status .ms-archived span:before {
  background: #000;
}
#file-viewer .media-status .ms-all {
  padding-left: 1em;
}
#file-viewer .media-status .ms-all span:before {
  display: none;
}
.status-download-information {
  float: right;
  width: 50%;
}
.media-information {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .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");
}
/* Replacement code below */
[data-placement-class="MediaBrowser"] .content-wrapper-inner {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -1em;
}
@media only screen and (max-width: 700px) {
  [data-placement-class="MediaBrowser"] .content-wrapper-inner {
    margin: 0;
  }
}
[data-placement-class="MediaBrowser"] section {
  flex: 1 0 16em;
  padding: 1em 1.5em;
  background: #d9e7f4;
  margin: 1em;
  border-radius: 10px;
}
@media only screen and (max-width: 700px) {
  [data-placement-class="MediaBrowser"] section {
    margin: 1em 0;
    flex: 1 0 100%;
  }
}
[data-placement-class="MediaBrowser"] section h3 {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 1.5625em;
  font-weight: 700;
  padding: 1em 0;
}
.status-download-information {
  float: right;
  width: 50%;
}
.media-information {
  float: left;
  width: 50%;
}
.media-information li {
  font-weight: bold;
}
.media-information li span {
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .status-download-information,
  .media-information {
    float: none;
    width: auto;
  }
}
.media-history {
  clear: both;
  margin-top: 1em;
  float: left;
  width: 100%;
  flex: 1 1 100% !important;
}
.media-history h3 {
  padding: 0.25em 1em;
}
.ie7 .media-history {
  float: none;
}
.media-history .results-count {
  display: none;
}
.media-display-table {
  width: 100%;
  border-collapse: inherit;
}
@media only screen and (max-width: 700px) {
  .media-display-table {
    font-size: 90%;
  }
}
.media-display-table th h3,
.media-display-table td h3,
.media-display-table th h2,
.media-display-table td h2 {
  margin: 0;
}
.media-display-table th {
  padding: 1.2em 1.2em 1.2em 1em;
}
@media only screen and (max-width: 700px) {
  .media-display-table th {
    padding: 0.3em;
  }
}
.media-display-table td {
  padding: 1.25em 1em 1.25em 1em;
}
@media only screen and (max-width: 700px) {
  .media-display-table td {
    padding: 0.3em;
  }
}
.media-display-table th {
  background: #eee;
  color: #425563;
  text-align: left;
}
.media-display-table thead th {
  border-right: 1px solid rgba(153, 153, 153, 0.4);
  font-family: "Helvetica", sans-serif;
  font-weight: 300;
}
.media-display-table thead th:last-child {
  border-right: none;
}
.media-display-table tbody tr td {
  border-right: 1px solid rgba(153, 153, 153, 0.4);
  border-collapse: separate;
  font-size: 1.125em;
  line-height: 1.44;
  font-size: 1.4em;
}
.media-display-table tbody tr td:last-child {
  border-right: none;
}
.media-display-table tbody tr:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0;
}
.media-display-table tbody tr:hover td {
  background: #fff;
}
.media-display-table tbody tr td {
  border-bottom: solid 1px transparent;
  border-top: solid 1px rgba(153, 153, 153, 0.4);
}
.media-display-table tbody tr:last-child td {
  border-bottom: solid 2px transparent;
}
.search-field-wrap {
  flex: 0 0 auto;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .search-field-wrap {
    margin-right: 0;
  }
}
.search-field-wrap input {
  display: none;
}
.search-field-wrap input:checked + label {
  background: #005eb8;
  color: #fff;
}
.search-field-wrap input:checked + label:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  color: #666;
  font-weight: 900;
  margin-right: 0.66em;
  transition: color 0.25s ease;
}
#site-content-top-row .search-field-wrap input:checked + label {
  background: #005eb8;
}
.search-field-wrap input:checked + label:before {
  color: #fff;
}
.search-field-wrap:first-of-type {
  margin-left: 0.5em;
}
.search-field-wrap:last-of-type {
  margin-right: 0.5em;
}
.search-field-wrap label {
  border-radius: 5px;
  background: #f6f6f6;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
  padding: 0.8em 1.2em;
  margin: 0 0.5em !important;
  font-size: 1.3em;
}
@media only screen and (max-width: 700px) {
  .search-field-wrap label {
    margin: 0.5em 0.5em 0.25em 0;
  }
}
#site-content-top-row .search-field-wrap label {
  background: #fff;
}
.search-field-wrap label:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  color: #666;
  font-weight: 900;
  margin-right: 0.66em;
  transition: color 0.25s ease;
}
.background-props {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doc.pdf {
  padding-left: 0.5em;
}
.doc.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;
  content: '';
  background: url("../images/media-browser/pdf.png");
  font-weight: 900;
  left: -0.35em;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doc.docx {
  padding-left: 0.5em;
}
.doc.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;
  content: '';
  font-weight: 900;
  left: -0.35em;
  position: relative;
  background: url("../images/media-browser/doc.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doc.ppt {
  padding-left: 0.5em;
}
.doc.ppt: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;
  content: '';
  font-weight: 900;
  left: -0.35em;
  position: relative;
  background: url("../images/media-browser/ppt.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.doc.xls {
  padding-left: 0.5em;
}
.doc.xls: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;
  content: '';
  font-weight: 900;
  left: -0.35em;
  position: relative;
  background: url("../images/media-browser/xls.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.type-listdocuments .list-content-item:last-child .media-download {
  margin-bottom: 1em;
}
.type-listdocuments a.media-download {
  display: flex;
  align-items: center;
  padding: 0.25em 0;
  color: #005eb8 !important;
  text-decoration: underline;
  font-weight: bold;
}
.type-listdocuments a.media-download:hover,
.type-listdocuments a.media-download:focus,
.type-listdocuments a.media-download:active {
  text-decoration: none;
  background: transparent !important;
}
.type-listdocuments a.media-download:before {
  content: '';
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.type-textcontent .type-listdocuments a.media-download:before {
  min-height: 25px;
  max-height: 25px;
  min-width: 20px;
  max-width: 20px;
}
.type-listdocuments .page-nav {
  display: inline;
}
.content-wrapper-paginator-options {
  position: relative;
  width: 100%;
}
.content-wrapper-paginator-options a {
  text-decoration: underline;
}
.content-wrapper-paginator-options a:hover,
.content-wrapper-paginator-options a:focus,
.content-wrapper-paginator-options a:active {
  text-decoration: none;
}
.content-wrapper-paginator-options .goto-prev-page {
  position: absolute;
  left: 1em;
  bottom: 0;
}
.content-wrapper-paginator-options .goto-prev-page:before {
  content: '<<';
}
.content-wrapper-paginator-options .goto-next-page {
  position: absolute;
  right: 1em;
  bottom: 0;
}
.content-wrapper-paginator-options .goto-next-page:after {
  content: '>>';
}
.content-wrapper-paginator-options .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.content-wrapper-paginator-options .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1em;
  font-weight: bold;
}
/*================== FORUM ==================*/
.type-forum {
  /*---- This list the existing threads in toto ----*/
  /*---- Then display an individual thread ----*/
}
.mini-view .type-forum,
.home-page .type-forum {
  padding: 3em 0;
}
.mini-view .type-forum .placement-inner,
.home-page .type-forum .placement-inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: center;
}
.type-forum .content-headline h2 {
  font-size: 1.25em;
  font-weight: 700;
}
.mini-view .type-forum .content-headline,
.home-page .type-forum .content-headline {
  display: none;
}
.type-forum .search-form {
  float: right;
}
.type-forum .forum-threads {
  margin-top: 25px;
  margin-bottom: 50px;
}
.type-forum .forum-threads .jump-to-submission-form {
  margin-top: 5px;
  margin-bottom: 5px;
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #545454;
  color: #545454;
  text-decoration: none;
  border-radius: 8px;
  width: 50%;
  z-index: 9999;
  position: relative;
  padding: 0.75em 1.2em;
  width: inherit;
}
.mini-view .type-forum .forum-threads .jump-to-submission-form,
.home-page .type-forum .forum-threads .jump-to-submission-form {
  display: none;
}
.type-forum .forum-threads .jump-to-submission-form:hover,
.type-forum .forum-threads .jump-to-submission-form:focus,
.type-forum .forum-threads .jump-to-submission-form:active {
  background: #545454;
  color: #fff;
  text-decoration: none;
}
.mini-view .type-forum .forum-search-form,
.home-page .type-forum .forum-search-form {
  display: none;
}
.type-forum .forum-search-form fieldset {
  padding: 0.5em 0;
}
.type-forum .forum-search-form fieldset legend {
  font-size: 120%;
  font-weight: bold;
  background: #fff;
  padding: 0.2em 1em;
  display: none;
}
.type-forum .forum-search-form fieldset .row {
  padding: 1em 1em 0.5em 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
}
.type-forum .forum-search-form fieldset .row > * {
  flex: 0 0 20em;
}
.type-forum .forum-search-form fieldset .row label {
  display: flex;
  align-items: center;
  padding: 0 0.5em 0 0;
  flex-basis: auto;
}
.type-forum .forum-search-form fieldset .row textarea {
  width: 90%;
  min-height: 120px;
}
@media only screen and (max-width: 700px) {
  .type-forum .forum-search-form fieldset .row textarea {
    width: 100%;
  }
}
.type-forum .forum-search-form fieldset .row .forum-label-wrap {
  padding-right: 1em;
}
.type-forum .forum-search-form fieldset .row input {
  margin-right: 0.5em;
}
.type-forum .forum-search-form fieldset .row input[type="submit"] {
  flex: 0 1 auto;
}
#container .type-forum .forum-search-form fieldset .row select {
  width: 100%;
  margin-top: 0;
}
.type-forum .forum-search-form fieldset .submission-author-details {
  padding: 0.2em 1em;
}
.type-forum .forum-search-form fieldset .submission-author-details .row {
  padding: 0;
  display: inline-block;
  width: 32%;
}
.type-forum .forum-search-form fieldset .submission-subject-details {
  padding: 0.2em 1em;
}
.type-forum .forum-search-form fieldset .submission-subject-details .row {
  padding: 0;
  display: inline-block;
  width: 39%;
}
.type-forum .forum-search-form fieldset .submission-subject-details .row:first-child {
  width: 20%;
}
.type-forum .forum-listings {
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
.type-forum .forum-listings.forum-topics .forum-item-count:not(th):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: "\f03a";
  display: inline-block;
}
.type-forum .forum-listings.thread-listings .forum-item-info {
  width: auto;
}
.type-forum .forum-listings caption {
  text-align: right;
  font-weight: bold;
  padding: 0 0 1em 0;
  font-size: 0.875em;
  line-height: 1.5;
}
.type-forum .forum-listings caption: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: "\f06e";
  display: inline-block;
  color: red;
  padding-right: 0.25em;
}
.type-forum .forum-listings caption a {
  text-decoration: underline;
  display: block;
}
.type-forum .forum-listings caption a:focus,
.type-forum .forum-listings caption a:hover,
.type-forum .forum-listings caption a:active {
  text-decoration-thickness: 2px;
}
.mini-view .type-forum .forum-listings caption,
.home-page .type-forum .forum-listings caption {
  display: none;
}
.mini-view .type-forum .forum-listings thead,
.home-page .type-forum .forum-listings thead {
  display: none;
}
.type-forum .forum-listings thead tr th {
  padding: 0.5em 1em;
  background: #ebe1f2;
  border-bottom: none;
  border-left: none;
  border-right: none;
  color: #425563;
}
.type-forum .forum-listings thead tr th:first-child {
  border-left: none;
  border-radius: 8px 0 0 8px;
}
.type-forum .forum-listings thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.type-forum .forum-listings tbody tr {
  border-bottom: none;
}
.mini-view .type-forum .forum-listings tbody tr,
.home-page .type-forum .forum-listings tbody tr {
  margin: 0.25em 0;
}
.mini-view .type-forum .forum-listings tbody tr:hover,
.home-page .type-forum .forum-listings tbody tr:hover,
.mini-view .type-forum .forum-listings tbody tr:focus,
.home-page .type-forum .forum-listings tbody tr:focus,
.mini-view .type-forum .forum-listings tbody tr:active,
.home-page .type-forum .forum-listings tbody tr:active {
  background: transparent;
}
.mini-view .type-forum .forum-listings tbody tr:hover td,
.home-page .type-forum .forum-listings tbody tr:hover td,
.mini-view .type-forum .forum-listings tbody tr:focus td,
.home-page .type-forum .forum-listings tbody tr:focus td,
.mini-view .type-forum .forum-listings tbody tr:active td,
.home-page .type-forum .forum-listings tbody tr:active td {
  position: relative;
}
.mini-view .type-forum .forum-listings tbody tr:hover td:before,
.home-page .type-forum .forum-listings tbody tr:hover td:before,
.mini-view .type-forum .forum-listings tbody tr:focus td:before,
.home-page .type-forum .forum-listings tbody tr:focus td:before,
.mini-view .type-forum .forum-listings tbody tr:active td:before,
.home-page .type-forum .forum-listings tbody tr:active td:before {
  content: '';
  background: #f6f6f6;
  top: 50%;
  transform: translateY(-50%);
  bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  height: 65%;
  width: 100%;
  z-index: -1;
}
.type-forum .forum-listings tbody tr td {
  padding: 2em 1em;
  border-left: none;
  border-bottom: 1px solid #eee;
  min-height: 3em;
}
.mini-view .type-forum .forum-listings tbody tr td,
.home-page .type-forum .forum-listings tbody tr td {
  padding: 0.75em 1em 0.75em 0;
  border-bottom: none;
  background: transparent;
}
.type-forum .forum-listings tbody tr td:first-child {
  border-left: none;
}
.type-forum .forum-listings tbody tr:last-child td {
  border-bottom: none;
}
.type-forum .forum-listings .forum-item-info h3 {
  font-weight: 500;
}
.type-forum .forum-listings .forum-item-info a {
  text-decoration: underline;
  padding-left: 1em;
}
.type-forum .forum-listings .forum-item-info a:focus,
.type-forum .forum-listings .forum-item-info a:hover,
.type-forum .forum-listings .forum-item-info a:active {
  text-decoration-thickness: 2px;
}
@media only screen and (max-width: 700px) {
  .type-forum .forum-listings .forum-item-info a {
    padding-left: 0;
  }
}
.type-forum .forum-listings .forum-item-info 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: "\f036";
  display: inline-block;
  margin-right: 10px;
  /*

                    content: '';
                    position: absolute;
                    // background: @tertiary-blue;
                    height: 20px;
                    width: 20px;
                    border-radius: 8px;
                    border: 5px solid @tertiary;
                    top: 50%;
                    bottom: 0;
                    left: 0;
                    transform: translateY(-50%);

                    */
}
.type-forum .forum-listings .forum-item-author {
  width: 15%;
}
.type-forum .forum-listings .forum-item-count:not(th) {
  width: auto;
  text-align: left;
  font-weight: bold;
}
.type-forum .forum-listings .forum-item-count:not(th):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: "\f086";
  display: inline-block;
  color: #003087;
  font-size: 1.2em;
  padding-left: 0.25em;
}
.type-forum .forum-listings .forum-item-created a,
.type-forum .forum-listings .forum-item-last-post a {
  text-decoration: underline;
}
.type-forum .forum-listings .forum-item-created a:focus,
.type-forum .forum-listings .forum-item-last-post a:focus,
.type-forum .forum-listings .forum-item-created a:hover,
.type-forum .forum-listings .forum-item-last-post a:hover,
.type-forum .forum-listings .forum-item-created a:active,
.type-forum .forum-listings .forum-item-last-post a:active {
  text-decoration-thickness: 2px;
}
.type-forum .forum-listings .forum-item-created {
  width: auto;
}
.type-forum .forum-listings .forum-item-last-post {
  width: 35%;
}
.mini-view .type-forum .forum-listings .forum-item-last-post,
.home-page .type-forum .forum-listings .forum-item-last-post {
  display: none;
}
.type-forum .thread-header h3 {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.5;
  display: block;
  text-align: right;
}
.type-forum .thread-header h3: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: "\f06e";
  display: inline-block;
  color: red;
  padding-right: 0.25em;
}
.type-forum .thread-header h3 a {
  display: block;
  text-decoration: underline;
  font-weight: 400;
}
.type-forum .thread-header h3 a:focus,
.type-forum .thread-header h3 a:hover,
.type-forum .thread-header h3 a:active {
  text-decoration-thickness: 2px;
}
.type-forum .display-forum-thread .forum-thread {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3em;
  border-radius: 10px;
}
.type-forum .display-forum-thread .forum-thread:nth-child(odd) {
  background: #ebe1f2;
}
.type-forum .display-forum-thread .forum-thread .forum-author-meta {
  width: 10%;
  top: 0;
  left: 0;
  bottom: 0;
}
.type-forum .display-forum-thread .forum-thread .forum-author-meta .author-details {
  font-weight: bold;
  text-align: left;
  display: block;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta {
  top: 0;
  right: 0;
  font-size: 90%;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta .forum-thread-reply-likes .like-content {
  position: absolute;
  top: 1em;
  right: 1em;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta datetime {
  font-weight: bold;
  padding: 0 1em 0 0;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta .back-to-top {
  display: none;
}
.type-forum .display-forum-thread .forum-thread .forum-thread-message {
  margin: 0;
  padding: 0.5em 5em 0.5em 0;
}
.type-forum .display-forum-thread .forum-thread .forum-thread-message p {
  margin: 0.5em 0;
}
.type-forum .display-forum-thread .forum-thread.post-reply {
  border-top: none;
}
.type-forum .forum-submission-form {
  margin: 1em 0 0.5em 0;
}
.mini-view .type-forum .forum-submission-form,
.home-page .type-forum .forum-submission-form {
  display: none;
}
.type-forum .forum-submission-form #forum-message-form fieldset {
  padding: 0.5em;
}
.type-forum .forum-submission-form #forum-message-form fieldset legend {
  font-size: 1.5625em;
  font-weight: 700;
  text-transform: uppercase;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row {
  padding: 0.25em 1em 0.5em 1em;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .type-forum .forum-submission-form #forum-message-form fieldset .row {
    flex-wrap: wrap;
    padding: 0.25em 0 0.5em 0;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset .row:first-of-type {
  border-top: 1px solid #eee;
  padding-top: 3em;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row label {
  display: block;
  padding: 0 0 0.5em 0;
  min-width: 14em;
  font-weight: bold;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row input {
  display: block;
  width: 90%;
  border-radius: 0;
}
@media only screen and (max-width: 700px) {
  .type-forum .forum-submission-form #forum-message-form fieldset .row input {
    width: 100%;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset .row textarea {
  width: 90%;
  min-height: 120px;
}
@media only screen and (max-width: 700px) {
  .type-forum .forum-submission-form #forum-message-form fieldset .row textarea {
    width: 100%;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset .controls {
  text-align: right;
  padding: 1em 1em 0.5em 1em;
}
.type-forum .forum-submission-form #forum-message-form fieldset .submission-author-details {
  padding: 0.2em 1em;
}
.type-forum .forum-submission-form #forum-message-form fieldset .submission-author-details .row {
  padding: 0;
  display: inline-block;
  width: 32%;
}
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details {
  padding: 0.2em 1em;
}
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details .row {
  padding: 0;
  display: inline-block;
  width: 39%;
}
.type-forum .forum-submission-form #forum-message-form fieldset .submission-subject-details .row:first-child {
  width: 20%;
}
.type-forum #forum-reply-attempt-success {
  padding: 2em;
  background: #dff3e7;
  border: 1px solid #f6f6f6;
}
.type-forum #forum-reply-attempt-success a {
  text-decoration: underline;
}
.type-forum #forum-reply-attempt-success a:focus,
.type-forum #forum-reply-attempt-success a:hover,
.type-forum #forum-reply-attempt-success a:active {
  text-decoration-thickness: 2px;
}
div[class*="cke_editor_forum-message-comment"] {
  width: 100%;
}
.type-listforumthreads .placement-inner {
  display: block;
  padding: 3em 2em;
}
@media only screen and (max-width: 700px) {
  .type-listforumthreads .placement-inner {
    padding: 0 1em;
  }
}
.type-listforumthreads .cta-fixed {
  display: none;
}
.type-listforumthreads .content-items-list {
  width: 100%;
}
.type-listforumthreads .content-items-list .list-content-item {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin: 0.75em 0;
  padding-right: 0.75em;
  box-sizing: content-box;
  position: relative;
}
.type-listforumthreads .content-items-list .list-content-item:hover,
.type-listforumthreads .content-items-list .list-content-item:focus,
.type-listforumthreads .content-items-list .list-content-item:active {
  background: rgba(246, 246, 246, 0.5);
}
.type-listforumthreads .content-items-list .list-content-item a {
  padding-left: 1em;
  padding: 0.75em 0.5em 0.75em 0.5em;
  width: 100%;
}
.type-listforumthreads .content-items-list .list-content-item a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  width: 100%;
  height: 100%;
}
.type-listforumthreads .content-items-list .list-content-item:nth-child(4n + 1) {
  border-left: 5px solid #003087;
}
.type-listforumthreads .content-items-list .list-content-item:nth-child(4n + 2) {
  border-left: 5px solid #F29D35;
}
.type-listforumthreads .content-items-list .list-content-item:nth-child(4n + 3) {
  border-left: 5px solid red;
}
.type-listforumthreads .content-items-list .list-content-item:nth-child(4n + 4) {
  border-left: 5px solid #ebe1f2;
}
.type-listforumthreads .content-items-list .list-content-item:last-child {
  border-bottom: none;
}
.type-listforumthreads .content-items-list .list-content-item > h3 {
  margin: 0;
  font-weight: bold;
  font-size: inherit;
  font-size: 1.2em;
}
.type-listforumthreads .content-items-list .list-content-item > h3 a {
  color: #425563;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.5;
}
.type-listforumthreads .content-items-list .list-content-item > h3 a:hover,
.type-listforumthreads .content-items-list .list-content-item > h3 a:focus {
  text-decoration: underline;
}
.type-listforumthreads .content-items-list .list-content-item .favourite-container,
.type-listforumthreads .content-items-list .list-content-item .content-item-container {
  display: none;
}
.type-listforumthreads .content-wrapper-paginator-options {
  display: none;
}
.type-listforumthreads .list-content-item .list-item-comments {
  margin-left: auto;
}
.type-listforumthreads .list-content-item .list-item-comments .item-comments {
  font-weight: bold;
}
.type-listforumthreads .list-content-item .list-item-comments .item-comments: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: "\f075";
  display: inline-block;
  margin-left: 8px;
}
#breadcrumbs {
  float: left;
}
.favourite-container,
.breadcrumb .favourite-icon-wrap {
  float: right;
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.ie7 .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
.favourite-object {
  display: none !important;
  height: 16px;
  width: 16px;
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object:hover,
.favourite-object:focus,
.favourite-object:active {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this {
  background-image: url("../images/favourites/list-favourite.png");
}
.favourite-object.unfavourite-this:hover,
.favourite-object.unfavourite-this:focus,
.favourite-object.unfavourite-this:active {
  background-image: url("../images/favourites/list-unfavourite.png");
}
.favourite-object.favourite-page {
  height: 24px;
  width: 24px;
  background-image: url("../images/favourites/favourite-page.gif");
}
.favourite-object.favourite-page:hover,
.favourite-object.favourite-page:focus,
.favourite-object.favourite-page:active {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this {
  background-image: url("../images/favourites/unfavourite-page.png");
}
.favourite-object.favourite-page.unfavourite-this:hover,
.favourite-object.favourite-page.unfavourite-this:focus,
.favourite-object.favourite-page.unfavourite-this:active {
  background-image: url("../images/favourites/favourite-page.gif");
}
.middle .favourite-object.favourite-page {
  display: none;
}
#container .favourites-list .favourite-icon-wrap a {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}
.ie7 #container .favourites-list .favourite-icon-wrap a {
  *display: inline;
  zoom: 1;
}
#container .favourites-list .list-content-item {
  line-height: 24px;
  padding: 0.2em 0;
}
#container .favourites-list .list-content-item a {
  vertical-align: middle;
}
.type-loginplacement .labelman {
  float: left;
  color: #c0392b;
  font-weight: 900;
  margin-right: 0.25em;
}
.fee-page-activator {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8500;
}
@media only screen and (max-width: 700px) {
  .fee-page-activator {
    display: none;
  }
}
.fee-page-activator a {
  display: inline-block;
  background: #f6f6f6;
  border-left: solid 1px #eee;
  border-bottom: solid 1px #eee;
  border-radius: 0 0 0 6px;
  padding: 0.3em 0.6em 0.45em 0.8em;
  position: relative;
}
.fee-page-activator a:hover,
.fee-page-activator a:focus,
.fee-page-activator a:active {
  background: #27ae60;
}
.fee-page-activator a:hover:before,
.fee-page-activator a:focus:before,
.fee-page-activator a:active:before {
  color: #fff;
}
.fee-page-activator a:hover .btn-txt,
.fee-page-activator a:focus .btn-txt,
.fee-page-activator a:active .btn-txt {
  right: 0;
}
.fee-page-activator 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: "\f044";
  display: inline-block;
}
.fee-page-activator a.fee-mode-on {
  background: #27ae60;
}
.fee-page-activator a.fee-mode-on:before {
  color: #fff;
}
.fee-page-activator a.fee-mode-on:hover,
.fee-page-activator a.fee-mode-on:focus,
.fee-page-activator a.fee-mode-on:active {
  background: #c0392b;
}
.fee-page-activator a .btn-txt {
  font-size: 0.875em;
  line-height: 1.5;
  position: absolute;
  top: 100%;
  right: -130px;
  background: rgba(51, 51, 51, 0.6);
  padding: 0.3em 0.6em;
  color: #fff;
  width: 130px;
  text-align: center;
  transition: right 0.25s ease;
  border-radius: 6px 0 0 6px;
}
html .fee-controls-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 0.25;
  transition: opacity 0.25s ease;
  z-index: 9990;
}
@media only screen and (max-width: 700px) {
  html .fee-controls-wrapper {
    display: none !important;
  }
}
html .fee-controls-wrapper .fee-controls-form {
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.5em;
  width: auto;
  background: #f6f6f6;
  border: solid 1px #eee !important;
  border-radius: 0 0 0 6px;
}
html .fee-controls-wrapper .fee-controls-form button:last-child {
  margin-bottom: 0;
}
html .fee-controls-wrapper .fee-controls-form button:before {
  margin-left: -0.35em;
}
html .fee-controls-wrapper .fee-controls-form button.btn-remove {
  background: #c0392b !important;
}
.page-placement {
  position: relative;
}
.page-placement.has-edit-controls {
  transition: box-shadow 0.25s ease;
}
.page-placement.has-edit-controls:hover,
.page-placement.has-edit-controls:focus,
.page-placement.has-edit-controls:active {
  box-shadow: 0 0 0 1px #fff, 0 0 12px rgba(0, 0, 0, 0.3);
}
.page-placement.has-edit-controls:hover .fee-controls-wrapper,
.page-placement.has-edit-controls:focus .fee-controls-wrapper,
.page-placement.has-edit-controls:active .fee-controls-wrapper {
  opacity: 1;
}
html.fee-active .page-placement,
html.fee-active .content-container.breadcrumb,
html.fee-active .logo-container,
html.fee-active .accessibility-toggle-wrap,
html.fee-active .favourite-icon-wrap {
  opacity: 0.3;
}
html.fee-active .page-placement:before,
html.fee-active .content-container.breadcrumb:before,
html.fee-active .logo-container:before,
html.fee-active .accessibility-toggle-wrap:before,
html.fee-active .favourite-icon-wrap:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
  z-index: 100;
}
html.fee-active .page-placement.has-edit-controls,
html.fee-active .content-container.breadcrumb.has-edit-controls,
html.fee-active .logo-container.has-edit-controls,
html.fee-active .accessibility-toggle-wrap.has-edit-controls,
html.fee-active .favourite-icon-wrap.has-edit-controls {
  opacity: 1;
}
html.fee-active .page-placement.has-edit-controls:before,
html.fee-active .content-container.breadcrumb.has-edit-controls:before,
html.fee-active .logo-container.has-edit-controls:before,
html.fee-active .accessibility-toggle-wrap.has-edit-controls:before,
html.fee-active .favourite-icon-wrap.has-edit-controls:before {
  display: none;
}
.fee-editor-controls .actn-btn {
  font-size: 1.4em !important;
}
#fee-editor-overlay .fee-editor .fee-title h1 {
  font-size: 1.9rem !important;
}
.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: 701px) {
  .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 #bbb;
}
.ui-tabs-nav,
.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-tabs-hide {
  display: none;
}
.single-property-wrapper .ui-tabs-nav {
  margin-top: 1em;
  border-bottom: 1px solid #bbb;
}
.single-property-wrapper .ui-tabs-nav li {
  display: inline-block;
  margin: 0 0.2em;
}
.ie7 .single-property-wrapper .ui-tabs-nav li {
  *display: inline;
  zoom: 1;
}
.single-property-wrapper .ui-tabs-nav li.ui-tabs-selected {
  position: relative;
  top: 1px;
  background: #fff;
}
.single-property-wrapper .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  border: 1px solid #bbb;
  border-bottom: 0;
  padding: 0.4em 0.8em;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-property-wrapper .ui-tabs-nav li a:hover,
.single-property-wrapper .ui-tabs-nav li a:focus {
  background: #eee;
}
#property-photos-tab .gallery-wrapper {
  *zoom: 1;
}
#property-photos-tab .gallery-wrapper:before,
#property-photos-tab .gallery-wrapper:after {
  content: " ";
  display: table;
}
#property-photos-tab .gallery-wrapper:after {
  clear: both;
}
#property-photos-tab .gallery-wrapper li {
  margin: 0 0.5em 0.5em 0;
  float: left;
}
#property-photos-tab .gallery-wrapper img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 700px) {
  #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: 701px) {
  #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');
}
.type-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  background-color: rgba(187, 187, 187, 0.6);
  z-index: 999999;
  display: none;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: 480px;
  margin-top: -240px;
  margin-left: -320px;
  border: solid 1.5em #fff;
}
@media only screen and (max-width: 700px) {
  .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;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list {
  *zoom: 1;
  margin: 0.5em 0;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:before,
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:after {
  content: " ";
  display: table;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list:after {
  clear: both;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item {
  *zoom: 1;
  clear: both;
  padding: 0.7em 0 0.7em 1.5em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:before,
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:after {
  content: " ";
  display: table;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:after {
  clear: both;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item:nth-child(odd) {
  background: #f6f6f6;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .top-level label {
  font-weight: bold;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  background-image: url("../images/topic-subscriptions/page.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 18px;
  height: 21px;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .go-to-page a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item input {
  clear: none;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item label {
  margin: 0;
  display: inline;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:first-child {
  margin-top: 0.7em;
}
.topic-subscription-settings-wrapper #topic-subscriptions-form .topic-subscription-map .topic-list .topic-item .topic-item:nth-child(odd) {
  background: transparent;
}
.resource-booking .time-period-nav ul,
.resource-booking .time-period-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resource-booking .time-period-nav .month-selector {
  text-align: center;
}
.resource-booking .time-period-nav .month-selector #month-select {
  width: auto;
}
.resource-booking .time-period-nav .month-selector label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.resource-booking .time-period-nav .month-selector label .focusable:active,
.resource-booking .time-period-nav .month-selector label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.resource-booking .time-period-nav ul {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}
.resource-booking .time-period-nav li {
  display: table-cell;
}
.resource-booking .time-period-nav .date-info {
  text-align: center;
}
.resource-booking .time-period-nav .previous-time,
.resource-booking .time-period-nav .next-time {
  width: 100px;
}
.resource-booking .time-period-nav .next-time {
  text-align: right;
}
.resource-display header h3 {
  text-align: center;
}
.resource-booking .rb-alert {
  position: fixed;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  top: 0;
  background: #425563;
  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 #425563;
}
.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: 700px) {
  #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 #425563;
  }
  #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: #425563;
  top: 0;
  left: 100%;
  width: 300px;
  padding: 0.5em;
  border: solid 1px #425563;
}
.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 #425563;
  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: 700px) {
  .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: 700px) {
  .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: 700px) {
  .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: 700px) {
  #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: #005eb8;
}
#container #main-content .pb-menu .process-list .process-entry-link {
  padding: 1em;
  margin: 0 -1em;
  display: block;
  text-decoration: none;
  color: #425563;
  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: #005eb8;
  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 #f1f1f1;
  font-weight: 400;
  padding: 0.25em 0;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details ul li b {
  font-weight: 700;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status {
  display: inline-block;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status .process-status {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 4px;
}
#container #main-content .pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status .process-status.open {
  background: #37B6E8;
  color: #ffffff;
}
#container #main-content .pbm-wrapper .content-headline h2 {
  margin: 0.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: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.4em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 700px) {
  #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 #425563;
  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: #5a7588;
}
#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;
}
.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 #bbb;
  border-top: none;
}
.report-tree-placeholder .rt-nodes {
  list-style-type: none;
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.report-tree-placeholder .rt-nodes:before,
.report-tree-placeholder .rt-nodes:after {
  content: " ";
  display: table;
}
.report-tree-placeholder .rt-nodes:after {
  clear: both;
}
.report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
.report-tree-placeholder .rt-nodes li {
  display: block;
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
}
@media only screen and (max-width: 700px) {
  .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 #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease-out;
  min-height: 90px;
  background: white;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  background-color: #005eb8;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f6f6;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 700px) {
  .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: 700px) {
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f6f6f6;
  border: solid 1px #bbb;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #bbb;
  background: #eee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .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: #425563;
}
.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: 700px) {
  .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 #bbb;
  border-top: none;
}
.report-repair .report-tree-placeholder .rt-nodes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.report-repair .report-tree-placeholder .rt-nodes {
  list-style-type: none;
  *zoom: 1;
  padding: 0;
  margin: 0;
}
.report-repair .report-tree-placeholder .rt-nodes:before,
.report-repair .report-tree-placeholder .rt-nodes:after {
  content: " ";
  display: table;
}
.report-repair .report-tree-placeholder .rt-nodes:after {
  clear: both;
}
.report-repair .report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li {
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
  flex: 1 1 300px;
}
@media only screen and (max-width: 700px) {
  .report-repair .report-tree-placeholder .rt-nodes li {
    transition: none;
    width: auto;
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded {
  width: auto;
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded li.expanded {
  margin-left: -0.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
  overflow: hidden;
  position: relative;
  border: solid 1px #eee;
  margin: 0.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: #005eb8;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f6f6;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 700px) {
  .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: 700px) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f8f8f8;
  border: solid 1px #bbb;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #bbb;
  background: #eee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .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: #425563;
}
.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: 700px) {
  .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 #005eb8;
  background: rgba(0, 94, 184, 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: #005eb8;
  margin: 0.4em 0;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #bbb;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot:first-child .repair-slot-body {
  border-top: none;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot.preferred-slot .repair-slot-body:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  display: inline-block;
  color: #005eb8;
  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: #6d899e;
  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: #005eb8;
  color: white;
  border-color: #005eb8;
  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: #425563;
}
.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: #005eb8;
  margin: 0 0.2em;
}
.service-map-wrapper .map-wrapper .map-wrapper-inner {
  min-height: 300px;
}
.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;
  display: flex;
  align-items: center;
  gap: 1em;
}
.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 {
  flex: 1 0 auto;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap {
  font-size: 1.4rem;
  margin: 0.5em 0 1em 0;
  font-weight: bold;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-prev-page {
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-prev-page:hover,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-prev-page:focus,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-prev-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-prev-page:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-next-page {
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-next-page:hover,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-next-page:focus,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-next-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap .goto-next-page: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;
  line-height: 0.7;
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.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: 700px) {
  .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: #425563;
}
.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: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.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: #c8c8c8;
  text-decoration: none;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-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: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.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: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  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: #00376c;
  text-decoration: none;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .list-info h3 {
  display: 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: #425563;
  padding: 0;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .list-info .total-count {
  float: right;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 0.5em;
  table-layout: auto;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr {
  border-bottom: 1px solid #f6f6f6;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n+1) td,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(2n) td {
  border: none !important;
  background-color: transparent !important;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td {
  padding: 1em;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .folder-name,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .folder-name {
  display: flex;
  align-items: center;
  background: url("../images/_site/icons/folder-icon.png") no-repeat left center;
  height: 36px;
  padding-left: 2em;
  background-size: 3%;
}
.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: flex;
  align-items: center;
  background: url("../images/_site/icons/document.png") no-repeat left center;
  min-height: 36px;
  padding-left: 1.5em;
  background-size: 3% !important;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pdf,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pdf {
  background: url("../images/_site/icons/pdf.png") no-repeat left center;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-doc,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-doc,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-docx,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-docx {
  background: url("../images/_site/icons/word.png") no-repeat left center;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xls,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xls,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-xlsx,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-xlsx {
  background: url("../images/_site/icons/excel.png") no-repeat left center;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-ppt,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-ppt,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th .file-name.file-type-pptx,
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td .file-name.file-type-pptx {
  background: url("../images/_site/icons/powerpoint.png") no-repeat left center;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr:nth-child(even) {
  background: #f6f6f6;
}
.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: #005eb8;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table td a:visited {
  color: #005eb8;
}
.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: #425563;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a {
  color: #005eb8;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody th a:visited {
  color: #005eb8;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list footer {
  font-size: 90%;
  margin-bottom: 2em;
}
.container .main-content .media-viewer-wrapper .content-wrapper-inner .results-list thead th:first-child {
  text-align: left;
}
.file-list-wrap,
.controls-wrap {
  /*.page-nav {
		.btn;
		float: left;
		margin: 0 0.5em;
		&.goto-prev-page {
			margin-left: 0;
		}
	}*/
  /*.page-nav-count, 
	.results-totals-count {
		margin-top: 0.4em;
		float: left;
	}*/
}
.file-list-wrap .controls-wrap,
.controls-wrap .controls-wrap {
  *zoom: 1;
  text-align: center;
}
.file-list-wrap .controls-wrap:before,
.controls-wrap .controls-wrap:before,
.file-list-wrap .controls-wrap:after,
.controls-wrap .controls-wrap:after {
  content: " ";
  display: table;
}
.file-list-wrap .controls-wrap:after,
.controls-wrap .controls-wrap:after {
  clear: both;
}
.file-list-wrap .controls-wrap .page-nav,
.controls-wrap .controls-wrap .page-nav {
  border: none;
  background: #005eb8;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
.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: #00376c;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .goto-prev-page,
.controls-wrap .controls-wrap .goto-prev-page {
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  float: left;
}
.file-list-wrap .controls-wrap .goto-prev-page:hover,
.controls-wrap .controls-wrap .goto-prev-page:hover,
.file-list-wrap .controls-wrap .goto-prev-page:focus,
.controls-wrap .controls-wrap .goto-prev-page:focus,
.file-list-wrap .controls-wrap .goto-prev-page:active,
.controls-wrap .controls-wrap .goto-prev-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .goto-prev-page:before,
.controls-wrap .controls-wrap .goto-prev-page:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.file-list-wrap .controls-wrap .goto-next-page,
.controls-wrap .controls-wrap .goto-next-page {
  float: right;
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.file-list-wrap .controls-wrap .goto-next-page:hover,
.controls-wrap .controls-wrap .goto-next-page:hover,
.file-list-wrap .controls-wrap .goto-next-page:focus,
.controls-wrap .controls-wrap .goto-next-page:focus,
.file-list-wrap .controls-wrap .goto-next-page:active,
.controls-wrap .controls-wrap .goto-next-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.file-list-wrap .controls-wrap .goto-next-page:after,
.controls-wrap .controls-wrap .goto-next-page: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;
  line-height: 0.7;
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.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;
}
@media only screen and (max-width: 700px) {
  .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;
  }
}
@media only screen and (max-width: 700px) {
  .file-list-wrap .file-listings table tbody tr td:nth-child(3),
  .controls-wrap .file-listings table tbody tr td:nth-child(3),
  .file-list-wrap .file-listings table tbody tr td:nth-child(4),
  .controls-wrap .file-listings table tbody tr td:nth-child(4) {
    display: none;
  }
}
/*==== APPLICATION STATUS STYLES ====*/
/* !Indicators such as arrow, app states, etc ----*/
#indicators .app-slider-arrow-left {
  background-image: url("../images/_site/icon/icon-chevron-left.png");
  background-position: center center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev {
  background-image: url("../images/slideshows/app-slider/prev-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev:hover,
#app-slider-controls .prev:focus,
#app-slider-controls .prev:active {
  background-image: url("../images/slideshows/app-slider/prev-hover-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .prev.disabled {
  background-image: url("../images/slideshows/app-slider/prev-disabled-32.png");
  background-position: left center;
  background-repeat: no-repeat;
}
#app-slider-controls .next {
  background-image: url("../images/slideshows/app-slider/next-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next:hover,
#app-slider-controls .next:focus,
#app-slider-controls .next:active {
  background-image: url("../images/slideshows/app-slider/next-hover-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#app-slider-controls .next.disabled {
  background-image: url("../images/slideshows/app-slider/next-disabled-32.png");
  background-position: right center;
  background-repeat: no-repeat;
}
#container .application-status-wrapper .applications-information thead th {
  text-align: center;
}
#container .application-status-wrapper .applications-information .favourite-status {
  position: relative;
}
#container .application-status-wrapper .applications-information td {
  text-align: center;
}
#container .application-status-wrapper .applications-information td:first-child {
  width: 15%;
}
#container .application-status-wrapper .applications-information td .status-online {
  background: #27ae60;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-online:hover,
#container .application-status-wrapper .applications-information td .status-online:focus,
#container .application-status-wrapper .applications-information td .status-online:active {
  background: #2ecf72;
}
#container .application-status-wrapper .applications-information td .status-warning {
  background: #f39c12;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-warning:hover,
#container .application-status-wrapper .applications-information td .status-warning:focus,
#container .application-status-wrapper .applications-information td .status-warning:active {
  background: #f5ac39;
}
#container .application-status-wrapper .applications-information td .status-offline {
  background: #c0392b;
  transition: background 0.3s ease-out;
}
#container .application-status-wrapper .applications-information td .status-offline:hover,
#container .application-status-wrapper .applications-information td .status-offline:focus,
#container .application-status-wrapper .applications-information td .status-offline:active {
  background: #9f2f24;
}
#container .application-status-wrapper .applications-information td .status-offline a {
  cursor: default;
  cursor: not-allowed;
}
#container .application-status-wrapper .applications-information td .link-to-application {
  text-align: center;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper {
  width: 80px;
  height: 80px;
  margin: 1em 0;
  overflow: hidden;
  display: inline-block;
}
.ie7 #container .application-status-wrapper .applications-information td .app-image-wrapper {
  *display: inline;
  zoom: 1;
}
#container .application-status-wrapper .applications-information td .app-image-wrapper img {
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.ie8 #container .application-status-wrapper .applications-information td .app-image-wrapper img {
  top: 0;
  transform: translate(0, 0);
}
.application-status-wrapper .content-items-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.application-status-wrapper .content-items-list .list-content-item {
  transition: transform 0.25s ease-in-out;
  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: 700px) {
  .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);
  box-shadow: #bbb 0px 0px 2px;
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out;
}
.application-status-wrapper .content-items-list .list-content-item .application-item-name {
  color: #425563;
  text-align: center;
  display: block;
  margin-top: 0.5em;
  text-decoration: none !important;
}
.application-status-wrapper .all-app-link {
  text-align: center;
}
.application-status-wrapper .all-app-link a {
  background: transparent;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #545454;
  color: #545454;
  text-decoration: none;
  border-radius: 8px;
  width: 50%;
  z-index: 9999;
  position: relative;
}
.application-status-wrapper .all-app-link a:hover,
.application-status-wrapper .all-app-link a:focus,
.application-status-wrapper .all-app-link a:active {
  background: #545454;
  color: #fff;
  text-decoration: none;
}
.type-consultantdirectoryplacement .single-content .content-headline h2 {
  color: black;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner {
  justify-content: center;
  position: relative;
  padding-bottom: 4em;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: black;
  flex: 1 0 25%;
  padding-left: 0.5em;
  flex-wrap: wrap;
  line-height: 1.2;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info:nth-child(odd) {
  background: #f6f6f6;
}
@media only screen and (max-width: 700px) {
  .type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info {
    flex: 1 0 100%;
  }
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info h3 {
  font-size: 1.8rem;
  color: #005eb8;
  margin-right: 1em;
  position: relative;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info h3: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: "\:";
  display: inline-block;
  font-weight: bold;
  position: absolute;
  right: -8px;
  bottom: 1px;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.last-modified {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  display: flex;
  flex-direction: row;
  margin-top: 2em;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 700px) {
  .type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.last-modified {
    display: none;
  }
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.last-modified h3 {
  font-size: 1.6rem;
  padding-right: 1em;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.profile-profile .profile-heading {
  align-self: flex-start;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.profile-profile .profile-editor {
  padding-left: 0.75em;
  padding-top: 0.5em;
}
@media only screen and (max-width: 700px) {
  .type-consultantdirectoryplacement .single-content .content-wrapper-inner .profile-info.profile-profile .profile-editor {
    padding-left: 0;
  }
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 2em;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav a {
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav 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: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav a:hover,
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav a:focus,
.type-consultantdirectoryplacement .single-content .content-wrapper-inner .template-nav a:active {
  background: #c8c8c8;
  text-decoration: none;
}
.type-consultantdirectoryplacement .consultant-directory-wrapper .directory-search .consultant-a-z .a-to-z-letters {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .consultant-directory-wrapper .directory-search .consultant-a-z .a-to-z-letters li {
  flex: 1 1 60px;
  text-align: center;
  margin: 0.125em;
}
.type-consultantdirectoryplacement .consultant-directory-wrapper .directory-search .consultant-a-z .a-to-z-letters li a {
  color: #fff !important;
  background: #005eb8;
}
.type-consultantdirectoryplacement .standard-pagination {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-consultantdirectoryplacement .standard-pagination .goto-next-page {
  order: 2;
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  margin: 0 0.5em;
}
.type-consultantdirectoryplacement .standard-pagination .goto-next-page:hover,
.type-consultantdirectoryplacement .standard-pagination .goto-next-page:focus,
.type-consultantdirectoryplacement .standard-pagination .goto-next-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.type-consultantdirectoryplacement .standard-pagination .goto-next-page: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;
  line-height: 0.7;
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.type-consultantdirectoryplacement .standard-pagination .goto-prev-page {
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
  margin: 0 0.5em;
}
.type-consultantdirectoryplacement .standard-pagination .goto-prev-page:hover,
.type-consultantdirectoryplacement .standard-pagination .goto-prev-page:focus,
.type-consultantdirectoryplacement .standard-pagination .goto-prev-page:active {
  background: #c8c8c8;
  text-decoration: none;
}
.type-consultantdirectoryplacement .standard-pagination .goto-prev-page:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.type-consultantdirectoryplacement .standard-pagination .page-nav-count {
  order: 1;
}
.type-consultantdirectoryplacement .standard-pagination .results-totals-count {
  order: 0;
}
.type-servicelist .service-list-wrapper .content-items-list {
  margin-bottom: 2em;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item {
  background: #f6f6f6;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header {
  background: #005eb8;
  position: relative;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header: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;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 1em;
  font-size: 2em;
  font-weight: bold;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col .type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header:before {
  top: 0.3em;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header h3 {
  display: flex;
  align-items: center;
  padding: 0.5em;
  margin-bottom: 0;
  position: relative;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header h3 a {
  color: #fff;
  padding: 0;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header h3 a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header.open {
  border-bottom: none;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .service-header.open:before {
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: #fff;
  color: #005eb8;
}
.type-servicelist .service-list-wrapper .content-items-list .list-content-item .content-item-container {
  padding: 1em;
  display: none;
}
.type-servicelist .service-list-wrapper .results-feedback {
  display: none;
}
.type-servicelist .service-list-pagination .next-link {
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.type-servicelist .service-list-pagination .next-link:hover,
.type-servicelist .service-list-pagination .next-link:focus,
.type-servicelist .service-list-pagination .next-link:active {
  background: #c8c8c8;
  text-decoration: none;
}
.type-servicelist .service-list-pagination .next-link: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;
  line-height: 0.7;
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.type-servicelist .service-list-pagination .previous-link {
  margin-top: 2em;
  border: none;
  background: #eee;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #425563;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
  border-radius: 4px;
  border: 1.5px solid #eee !important;
}
.type-servicelist .service-list-pagination .previous-link:hover,
.type-servicelist .service-list-pagination .previous-link:focus,
.type-servicelist .service-list-pagination .previous-link:active {
  background: #c8c8c8;
  text-decoration: none;
}
.type-servicelist .service-list-pagination .previous-link:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  line-height: 0.7;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.type-servicelist .view-service .service-link {
  border: solid 2px #167fab;
  text-decoration: none !important;
  background: #167fab;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  color: #fff !important;
  width: 100%;
  z-index: 9999;
  position: relative;
  width: auto;
}
.type-servicelist .view-service .service-link:hover,
.type-servicelist .view-service .service-link:active {
  color: #167fab !important;
  text-decoration: none;
  background: transparent;
}
.service-a-z .content-headline h2 {
  color: #005eb8;
}
.type-listpages .content-items-list .list-content-item h3 {
  display: flex;
  align-items: center;
  background: #005eb8;
  padding: 0.5em;
  margin-bottom: 0;
}
.type-listpages .content-items-list .list-content-item h3 a {
  color: #fff;
  padding: 0;
}
.type-listpages .content-wrapper-paginator-options {
  padding: 0.5em;
  margin-top: 1em;
}
.type-listpages .content-wrapper-paginator-options .results-totals-count {
  font-size: 1.6rem;
  font-weight: bold;
}
.reg-toolkit-wrapper .rt-back {
  display: inline-block;
  margin: 0.5em 0;
}
.reg-toolkit-wrapper .reg-toolkit-search {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
.reg-toolkit-wrapper .reg-toolkit-search form legend {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row label {
  display: none;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="search"],
.reg-toolkit-wrapper .reg-toolkit-search form .row .field-value input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type {
  float: left;
}
.reg-toolkit-wrapper .reg-toolkit-search form .row .rt_search_type label {
  display: block;
}
.reg-toolkit-wrapper .reg-toolkit-search form .btn_row {
  clear: both;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border: solid 1px #ddd;
  border-radius: 2px;
  border-top: solid 4px #c0392b;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row.login-enabled {
  border-top: solid 4px #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
  float: right;
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
    float: none;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions legend {
  display: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 90%;
  }
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate {
  border: none;
  background: #27ae60;
  padding: 0.8em 1.2em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
#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: #c0392b;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies h3 {
  margin: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies {
  overflow: hidden;
  font-size: 90%;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
  float: left;
  width: 33.333%;
  padding-right: 1em;
  padding-left: 1em;
  border-right: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:first-child {
  padding-left: 0;
}
.reg-toolkit-wrapper .logged-as-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .logged-as-wrapper .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .form .row .field input[type="text"],
.reg-toolkit-wrapper .form .row .field input[type="password"],
.reg-toolkit-wrapper .form .row .field input[type="email"] {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: solid 1px #bbb;
}
.mimic-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.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 #eee;
  font-size: 16px;
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"] input,
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] input {
  margin-left: 0.5em;
}
/*==== RECURRING EVENTS ====*/
.type-recurringeventsearch .content-headline h2 {
  font-size: 1.5em;
}
.birth-and-beyond .type-recurringeventsearch .content-headline h2 {
  color: white;
}
.type-recurringeventsearch #event-search-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.25em;
  font-size: 14px;
}
.type-recurringeventsearch #event-search-form fieldset,
.type-recurringeventsearch #event-search-form legend {
  border: 1px solid #ddd;
  border-radius: 0.4em;
}
.type-recurringeventsearch #event-search-form fieldset {
  background-color: white;
  padding: 0.4em;
}
.birth-and-beyond .type-recurringeventsearch #event-search-form fieldset {
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
}
.birth-and-beyond .type-recurringeventsearch #event-search-form fieldset label,
.birth-and-beyond .type-recurringeventsearch #event-search-form fieldset .field-label,
.birth-and-beyond .type-recurringeventsearch #event-search-form fieldset .input-label {
  color: black;
}
.type-recurringeventsearch #event-search-form legend {
  background-color: #004255;
  color: white;
  border: 1px solid #ccc;
  margin-left: 5px;
  padding: 0.2em 0.8em;
  font-weight: 700;
  font-size: 0.8em;
}
.type-recurringeventsearch #event-search-form .show-adv-search {
  border-radius: 5px;
  padding: 5px 8px;
  max-width: 250px;
  width: -moz-fit-content;
  width: fit-content;
}
.type-recurringeventsearch #event-search-form .show-adv-search: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: "\f055";
  display: inline-block;
  margin-left: 10px;
}
.type-recurringeventsearch #event-search-form .show-adv-search.adv-search-open:after {
  content: '\f056';
}
#container .type-recurringeventsearch #event-search-form .show-adv-search {
  background-color: black;
  color: white;
}
#container .type-recurringeventsearch #event-search-form .show-adv-search:focus,
#container .type-recurringeventsearch #event-search-form .show-adv-search:hover {
  background-color: #004255 !important;
  color: white !important;
}
.type-recurringeventsearch #event-search-form .adv-search-container {
  gap: 0.5em;
  flex-wrap: wrap;
  display: none;
}
@media only screen and (max-width: 700px) {
  .type-recurringeventsearch #event-search-form .adv-search-container {
    flex-direction: column;
  }
}
.type-recurringeventsearch #event-search-form .adv-search-container.adv-search-open {
  display: flex;
}
.type-recurringeventsearch #event-search-form input[type="checkbox"],
.type-recurringeventsearch #event-search-form input[type="radio"] {
  clear: none;
  float: none;
  margin: 0 0.4em 0 0;
}
.type-recurringeventsearch #event-search-form ul,
.type-recurringeventsearch #event-search-form ol {
  list-style-type: none;
  padding: 0;
  margin: 0.4em;
}
.type-recurringeventsearch #event-search-form .row {
  margin: 0.4em;
}
.type-recurringeventsearch #event-search-form .actn-btn-row {
  padding: 0.4em 0;
  flex: 1 0 100%;
}
.type-recurringeventsearch #event-search-form .actn-btn-row .actn-btn.actn-primary.actn-search {
  background-color: #522b88;
}
.type-recurringeventsearch #event-search-form label {
  color: grey;
}
.type-recurringeventsearch #event-search-form label:hover {
  cursor: pointer;
}
.type-recurringeventsearch #event-search-form .event-name-filter {
  flex-grow: 2;
}
.type-recurringeventsearch #event-search-form .event-venue-filter .online-filter > .row {
  display: flex;
  gap: 1em;
}
.type-recurringeventsearch #event-search-form .event-venue-filter .online-filter .CustomComboBoxField {
  padding: 0.5em 2.25em 0.5em 0.75em;
}
.type-recurringeventsearch #event-search-form .event-organiser-filter {
  display: none;
}
#container .type-recurringeventsearch .actn-btn.actn-secondary {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
.birth-and-beyond #container .type-recurringeventsearch .actn-btn.actn-secondary {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.type-listrecurringevents .recurring-event-list-wrap > .content-item-inner > 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: "\f053";
  display: inline-block;
  margin-right: 10px;
}
.type-listrecurringevents .recurring-event-list-wrap .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(24em, 1fr));
  grid-gap: 2.4em;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #F2F8F8;
  box-shadow: 0 1px 12px -4px rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  display: grid;
  transition: all 0.2s ease;
  grid-template-areas: "cardtop" "cardbottom";
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item {
    overflow: visible;
  }
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:hover {
  background-color: white;
  transform: translateY(-2px);
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.3);
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:before,
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 6px;
  background-color: #007873;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header,
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image {
  grid-area: cardtop;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  align-self: end;
  padding: 0.8rem 1.6rem;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 {
  order: 2;
  flex: 0 0 100%;
  font-size: 1.6em;
  margin: 0.4em 0;
  line-height: 1.2;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link {
  display: flex;
  align-items: center;
  font-size: inherit;
}
#container .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:focus,
#container .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:hover {
  background-color: transparent !important;
  color: #004255 !important;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:focus:before,
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:hover:before {
  border-color: #007873;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:focus:before,
  .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:hover:before {
    border-color: rgba(0, 120, 115, 0.2);
  }
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px 6px 6px 6px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link: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: auto;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header .list-item-description {
  order: 1;
  display: block;
  flex: 0 0 100%;
  padding: 0.4em 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 66, 85, 0.6);
  font-size: 0.8em;
  font-weight: 700;
  margin: 0.4em 0 0 0;
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image {
  order: 1;
  flex: 1 0 100%;
  background-color: #7857AB;
  z-index: 1;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image .main-img-wrap {
  display: block;
  height: 16em;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image .main-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  opacity: 0.85;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details {
  order: 3;
  grid-area: cardbottom;
  padding: 0 1.6rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-organiser {
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-price-lines {
  margin-top: auto;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: -1.6rem;
  padding: 1.6rem;
  background-color: #004255;
  display: flex;
  align-items: center;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-price-lines * {
  color: white;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-price-lines h4 {
  margin-top: 0;
  margin-right: 10px;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-price-lines .content-items-list-price {
  margin-left: auto;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details > section {
  margin: 0.4em 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-types .event-types-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-types .event-types-item .event-item-type-info {
  display: inline-block;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-types .event-type-marker {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 12px;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-types .event-type-name {
  margin: 0 0.8em 0.4em 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol {
  padding: 0;
  margin: 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li .item-info.list-item-venue {
  font-size: 75%;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li {
    font-size: 1.3rem;
  }
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li:after {
  content: " | ";
  font-weight: 400;
  color: silver;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li:last-child:after {
  content: "";
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 66, 85, 0.6);
  font-size: 0.8em;
  font-weight: 700;
  margin: 0.4em 0 0 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .org-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 140px;
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-summary .rec-event-summary ul {
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-summary .rec-event-summary p {
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-summary .rec-event-summary p:first-of-type {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.type-listrecurringevents .content-wrapper-paginator-options {
  margin: 1.6em 0.4em;
  padding: 0.8em 0.4em;
  border-top: 1px solid silver;
  text-align: center;
}
.type-listrecurringevents .content-wrapper-paginator-options .input-name-event-list-pagination- {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.type-listrecurringevents .content-wrapper-paginator-options .input-name-event-list-pagination- .focusable:active,
.type-listrecurringevents .content-wrapper-paginator-options .input-name-event-list-pagination- .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner {
  padding: 1.5em;
  background-color: white;
  margin: 1em;
  border-radius: 10px;
  border: 1px solid silver;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap > .content-wrapper-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner h3 {
  font-size: 1.8em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .org-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  max-width: 140px;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner > .content-headline {
  order: 0;
  padding-left: 1.6em;
  padding-right: 1.6em;
  flex: 1 0 20em;
  height: 100%;
  border-left: 4px solid orange;
  background-color: #e8f7f6;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-content-main-image {
  order: -1;
  flex: 1 0 20em;
  text-align: center;
  max-height: 400px;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-content-main-image img {
  width: 100%;
  border-radius: 10px;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .favourite-container {
  display: none;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-types {
  order: 3;
  flex: 0 2 12em;
  list-style: inside;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-top: 0.4em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-types .event-types-item {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0.25em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-types .event-types-item .event-type-marker {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 20px;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-types .event-types-item .event-item-type-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-summary {
  order: 1;
  flex: 2 0 22em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-organiser {
  order: 2;
  flex: 0 0 12em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .event-occurrence {
  order: 4;
  width: 100%;
  border-top: 1px solid silver;
  margin-top: 2em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .media-viewer-wrapper {
  order: 6;
  flex-basis: 100%;
  margin-top: 1.5em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .media-viewer-wrapper .content-headline {
  display: block !important;
  padding-left: 0 !important;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .media-viewer-wrapper .folder-list-wrap tbody tr a,
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .media-viewer-wrapper .file-list-wrap tbody tr a {
  background-size: 30px!important;
  padding-left: 40px!important;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-head {
  margin-bottom: 0;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-list .event-occurrence-item {
  border-bottom: 1px solid #ebe4e0;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-list .event-occurrence-item.joined .event-occurrence-details-list {
  background-color: rgba(0, 120, 115, 0.1);
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-list .event-occurrence-item.joined .event-occurrence-details-list .event-places {
  display: none;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-list .event-occurrence-item.passed {
  display: none;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list {
    flex-wrap: wrap;
  }
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item {
  flex: 0 1 8em;
  padding: 0.4em 0.8em;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item .detail-info * {
    word-break: break-word;
  }
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-date-time {
  flex-grow: 2;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-date-time {
    flex-basis: 100%;
  }
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-venues {
  flex-grow: 2;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-venues .detail-info {
  line-height: 120%;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-venues .detail-info > *:not(.venue-name) {
  font-size: 80%;
  font-style: italic;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-venues .detail-info .venue-name {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-due-date {
  display: none;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-online-meeting-link .online-meeting-link {
  text-decoration: underline;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-online-meeting-link .online-meeting-link:hover,
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-online-meeting-link .online-meeting-link:focus {
  text-decoration-thickness: 2px;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item.event-action {
    flex-basis: 100%;
  }
}
#container .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item .actn-cancel-booking {
  background-color: black;
  padding: 0.25em 0.5em;
  font-size: 12px;
}
#container .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-details-item .actn-cancel-booking: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: 2px;
}
.type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-head {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-head {
    font-size: 12px;
  }
}
.atss {
  z-index: 8600 !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.payment-panel-open:before {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 8000;
}
.outer-panel-wrapper .outer-panel {
  position: fixed;
  right: -30vw;
  width: 30vw;
  top: 0;
  bottom: 0;
  height: 100vh;
  background-color: #c8c8ff;
  padding: 2em;
  z-index: 9000;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1024px) {
  .outer-panel-wrapper .outer-panel {
    right: -70vw;
    width: 70vw;
  }
}
.outer-panel-wrapper .outer-panel:before {
  content: '';
  height: 25px;
  width: 25px;
  border: 8px solid rgba(243, 243, 243, 0.5);
  /* Light grey */
  border-top: 8px solid #005eb8;
  /* Blue */
  border-radius: 25px;
  transition: opacity 0.2s ease;
  animation: spin 2s linear infinite;
  font-size: 10px;
  position: absolute;
  opacity: 0;
}
.outer-panel-wrapper .outer-panel:after {
  content: 'LOADING';
  position: absolute;
  transition: opacity 0.2s ease;
  font-size: 12px;
  margin-top: 75px;
  opacity: 0;
}
.outer-panel-wrapper .outer-panel.loading {
  right: -20vw;
}
.outer-panel-wrapper .outer-panel.loading:after {
  opacity: 1;
}
.outer-panel-wrapper .outer-panel.loading:before {
  opacity: 1;
}
.outer-panel-wrapper .outer-panel.panel-open:not(.loading) {
  right: -10px;
}
.outer-panel-wrapper .outer-panel.panel-open:not(.loading):before {
  opacity: 0;
  display: none;
}
.outer-panel-wrapper .outer-panel.panel-open:not(.loading):after {
  opacity: 0;
  display: none;
}
.outer-panel-wrapper .outer-panel .close-panel-link {
  position: absolute;
  top: 0;
  left: 0;
}
.outer-panel-wrapper .outer-panel .close-panel-link span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.outer-panel-wrapper .outer-panel .close-panel-link span .focusable:active,
.outer-panel-wrapper .outer-panel .close-panel-link span .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.outer-panel-wrapper .outer-panel .close-panel-link:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  font-size: 30px;
  padding: 1em;
}
.outer-panel-wrapper .outer-panel .close-panel-link:hover {
  cursor: pointer;
}
.outer-panel-wrapper .outer-panel .close-panel-link:focus {
  background-color: white;
}
.outer-panel-wrapper .outer-panel .close-panel-link:hover,
.outer-panel-wrapper .outer-panel .close-panel-link:focus {
  color: black;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel {
  margin-left: auto;
  margin-right: auto;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel .payment-summary: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: "\f2f7";
  display: inline-block;
  font-size: 75px;
  color: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel .payment-summary p {
  font-size: 1.25em;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel .payment-summary .amount {
  font-size: 1.25em;
  font-weight: bold;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel .payment-summary .item-name {
  font-size: 1.25em;
}
.outer-panel-wrapper .outer-panel .stripe-payment-panel #payment-element {
  margin-bottom: 0.5em;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] .code-closed + div {
  display: none;
}
#container .outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] button.actn-btn {
  background: transparent;
  border: 1px solid white;
  margin-bottom: 0.8em;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form {
  display: flex;
  align-items: center;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form button.remove-discount-btn {
  background: #696969;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form.discount-failed + .info-text {
  color: red;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form.discount-failed + .info-text:before {
  content: "\f06a";
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form.discount-success + .info-text {
  color: green;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div form.discount-success + .info-text:before {
  content: "\f058";
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div .info-text {
  font-size: 13px;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div .info-text:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
  margin-right: 10px;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] > div .info-text:empty:before {
  display: none;
}
.outer-panel-wrapper .outer-panel section[data-placement*="discount-wrapper"] button h4 {
  margin: 0;
}
.fee-controls-wrapper .actn-btn.btn-create {
  margin-right: 30px;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner {
  display: grid;
  grid-template-columns: 30% 0.5fr 1fr;
  grid-template-rows: min-content 1fr;
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "course-image course-title course-title" "course-details course-details course-details";
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap > .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-template-areas: "course-image" "course-title" "course-details";
  }
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-content-main-image {
  grid-area: course-image;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .content-headline {
  grid-area: course-title;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-description {
  display: none;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  grid-template-rows: min-content min-content min-content min-content;
  gap: 10px 20px;
  grid-auto-flow: row;
  grid-template-areas: "course-summary course-type" "course-summary course-organiser" "course-occurrences course-occurrences" "course-documents course-documents";
  grid-area: course-details;
}
@media only screen and (max-width: 700px) {
  .type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details {
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content min-content min-content;
    grid-template-areas: "course-type" "course-organiser" "course-summary" "course-occurrences" "course-documents";
  }
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-summary {
  grid-area: course-summary;
  padding-right: 20px;
  border-right: 1px solid silver;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-types {
  grid-area: course-type;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .list-item-organiser {
  grid-area: course-organiser;
  display: none;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .event-occurrence {
  grid-area: course-occurrences;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-item-details .media-viewer-wrapper {
  grid-area: course-documents;
}
.slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 320px;
}
.slider .individual-slides {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 320px;
  width: 100%;
}
.slider .slide-img-wrapper img {
  width: 100%;
  height: auto;
}
.slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  padding: 1em;
}
.no-rgba .slider .slide-overlay {
  background: #fff;
}
.slider .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
}
.slider-controls,
.slider-controls li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.slideshow-wrapper {
  position: relative;
}
.slider-controls {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 9999;
  padding: 0.3em;
}
.slider-controls li {
  display: inline-block;
}
.ie7 .slider-controls li {
  *display: inline;
  zoom: 1;
}
.slider-controls .previous,
.slider-controls .play-pause,
.slider-controls .paused,
.slider-controls .next {
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-controls a {
  display: block;
  text-indent: -99999px;
  width: 21px;
  height: 21px;
}
.slider-controls a.previous {
  background-image: url("../images/slideshows/controls1-16px-w/arrow-left.png");
  z-index: 100;
}
.slider-controls a.previous:focus,
.slider-controls a.previous:hover,
.slider-controls a.previous:active {
  background-image: url("../images/slideshows/controls1-16px-w/arrow-left.png");
  background-color: transparent;
}
.slider-controls a.play-pause {
  background-image: url("../images/slideshows/controls1-16px-k/pause.png");
  margin: 0 3px;
}
.slider-controls a.play-pause:focus,
.slider-controls a.play-pause:hover,
.slider-controls a.play-pause:active {
  background-image: url("../images/slideshows/controls1-16px-w/pause.png");
}
.slider-controls a.play-pause.paused {
  background-image: url("../images/slideshows/controls1-16px-k/play.png");
}
.slider-controls a.play-pause.paused:focus,
.slider-controls a.play-pause.paused:hover,
.slider-controls a.play-pause.paused:active {
  background-image: url("../images/slideshows/controls1-16px-w/play.png");
}
.slider-controls a.next {
  background-image: url("../images/slideshows/controls1-16px-w/arrow-right.png");
  z-index: 100;
}
.slider-controls a.next:focus,
.slider-controls a.next:hover,
.slider-controls a.next:active {
  background-image: url("../images/slideshows/controls1-16px-w/arrow-right.png");
  background-color: transparent;
}
.homepage-slideshow {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider {
    height: 490px;
  }
}
.homepage-slideshow .slider .individual-slides {
  z-index: 0 !important;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides {
    height: 490px;
  }
}
.homepage-slideshow .slider .individual-slides:before {
  content: "";
  background: #41b6e6;
  width: 20%;
  right: -5%;
  top: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  transform: skewX(-20deg);
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides:before {
    display: none;
  }
}
.homepage-slideshow .slider .individual-slides:after {
  content: "";
  background: rgba(0, 94, 184, 0.5);
  width: 50%;
  right: -40%;
  top: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  transform: skewX(25deg);
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides:after {
    width: 30%;
    left: 110%;
  }
}
.homepage-slideshow .slider .individual-slides .slide-img-wrapper {
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-img-wrapper {
    height: 50%;
    margin-left: 0;
  }
}
.homepage-slideshow .slider .individual-slides .slide-img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-img-wrapper img {
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.homepage-slideshow .slider .individual-slides .slide-text-container {
  display: none !important;
}
.homepage-slideshow .slider .individual-slides .slide-overlay {
  background: #003087;
  transform: skewX(-20deg);
  padding-top: 2em;
  width: 45%;
}
@media (max-width: 1100px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay {
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay {
  transform: skewX(20deg);
  padding-left: 2em;
  width: 70%;
  color: #fff;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay {
    width: 100vw;
    padding: 1.5em;
  }
}
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay h2 {
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay h2 {
    font-size: 2.5rem;
  }
}
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay p {
  color: #fff;
}
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  text-decoration: none !important;
  border-radius: 8px;
  background: #fff;
  color: #fff !important;
  z-index: 9999;
  position: relative;
  color: #005eb8 !important;
  font-weight: bold;
  width: 100%;
  margin: 1em 0;
}
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white:hover,
.homepage-slideshow .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white:active {
  color: #fff !important;
  text-decoration: none;
  background: transparent;
}
.homepage-slideshow .slider .individual-slides .slide-overlay:before {
  content: "";
  background: rgba(0, 94, 184, 0.5);
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay:before {
    display: none;
  }
}
.homepage-slideshow .slider .individual-slides .slide-overlay:after {
  content: "";
  background: rgba(0, 94, 184, 0.5);
  width: 50%;
  right: -10%;
  top: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  transform: skewX(40deg);
}
@media (max-width: 900px) {
  .homepage-slideshow .slider .individual-slides .slide-overlay:after {
    width: 80%;
    right: -15%;
  }
}
.homepage-slideshow .decoration-left {
  position: absolute;
  bottom: 2.35rem;
  left: 6rem;
  z-index: 0;
}
.homepage-slideshow .decoration-left ul {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 5px;
}
@media (max-width: 900px) {
  .homepage-slideshow .decoration-left {
    left: 4rem;
  }
}
.homepage-slideshow .decoration-left a {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  text-indent: -9999px;
  margin: 0.3rem;
}
.homepage-slideshow .decoration-left a.activeSlide {
  background: rgba(255, 255, 255, 0.5);
}
.homepage-slideshow .slider-controls {
  position: absolute;
  bottom: 2rem;
  left: auto;
  z-index: 0;
  background-color: rgba(0, 94, 184, 0.5);
}
@media (max-width: 900px) {
  .homepage-slideshow .slider-controls {
    left: 2rem;
  }
}
.homepage-slideshow .slider-controls .play-pause {
  filter: invert(1);
}
.homepage-slideshow .slider-controls .play-pause:hover {
  filter: none;
}
.homepage-slideshow .slider-controls .play-pause:active,
.homepage-slideshow .slider-controls .play-pause:focus {
  background-color: none;
}
.homepage-slideshow .slider-controls .next {
  padding: 0;
  opacity: 0.6;
}
.slideshow-cta {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta {
    overflow-x: visible !important;
  }
  .slideshow-cta > .placement-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .slideshow-cta::-webkit-scrollbar {
    width: 0 !important;
  }
}
.slideshow-cta:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta:before {
    width: 97.6vw;
  }
}
.slideshow-cta .placement-row {
  display: flex;
}
.slideshow-cta:before {
  background: #ae2573;
}
.slideshow-cta .slider {
  height: 400px;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider {
    height: 633px;
  }
}
.slideshow-cta .slider .individual-slides {
  z-index: 0 !important;
  height: 400px;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides {
    height: 633px;
  }
}
.slideshow-cta .slider .individual-slides:before {
  content: "";
  background: rgba(174, 37, 115, 0.5);
  width: 15%;
  left: 5%;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(25deg);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides:before {
    width: 35%;
    left: 20%;
    z-index: 0;
  }
}
.slideshow-cta .slider .individual-slides:after {
  content: "";
  background: #ae2573;
  width: 15%;
  left: -7%;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(-20deg);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides:after {
    content: "";
    background: rgba(174, 37, 115, 0.5);
    width: 30%;
    left: 110%;
    top: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    transform: skewX(25deg);
    display: none;
  }
}
.slideshow-cta .slider .individual-slides .slide-img-wrapper {
  max-width: 100rem;
  height: 100%;
}
.slideshow-cta .slider .individual-slides .slide-img-wrapper img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides .slide-img-wrapper img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    -o-object-position: center center;
    object-position: center center;
  }
}
.slideshow-cta .slider .individual-slides .slide-text-container {
  display: none !important;
}
.slideshow-cta .slider .individual-slides .slide-overlay {
  background: #ae2573;
  transform: skewX(-20deg);
  padding-top: 2em;
  left: 62%;
  width: 44%;
  padding: 4em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides .slide-overlay {
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0;
    transform: skewX(0);
    background: rgba(174, 37, 115, 0.8);
  }
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay {
  transform: skewX(20deg);
  padding-left: 2em;
  width: 90%;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay {
    width: 100%;
    padding-left: 1.5em;
    transform: skewX(0);
  }
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay h2 {
  color: #fff;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay h2:before {
  content: "";
  background: url("/media/images/versions/img94joktmu7523.png?bev=433.png") no-repeat;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  left: -0.8rem;
  background-size: 100%;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay h2 {
    font-size: 2.5rem;
    align-items: flex-start;
  }
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay p {
  color: #fff;
  line-height: 1.4;
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  text-decoration: none !important;
  border-radius: 8px;
  background: #fff;
  color: #fff !important;
  z-index: 9999;
  position: relative;
  color: #005eb8 !important;
  font-weight: bold;
  width: 100%;
  margin: 1em 0;
}
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white:hover,
.slideshow-cta .slider .individual-slides .slide-overlay .slide-text-overlay .cta-white:active {
  color: #fff !important;
  text-decoration: none;
  background: transparent;
}
.slideshow-cta .slider .individual-slides .slide-overlay:before {
  content: "";
  background: rgba(174, 37, 115, 0.5);
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(40deg);
}
.slideshow-cta .decoration-left {
  position: absolute;
  bottom: 3rem;
  right: 6rem;
  z-index: 99;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta .decoration-left {
    display: none;
  }
}
.slideshow-cta .decoration-left a {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  text-indent: -9999px;
  margin: 0.3rem;
}
.slideshow-cta .decoration-left a.activeSlide {
  background: #333333;
}
.slideshow-cta.ss-left .individual-slides:before {
  content: "";
  background: rgba(174, 37, 115, 0.5);
  width: 15%;
  left: 70%;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(-25deg);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides:before {
    width: 35%;
    left: 70%;
    z-index: 0;
    display: none;
  }
}
.slideshow-cta.ss-left .individual-slides:after {
  content: "";
  background: #ae2573;
  width: 12%;
  left: 94%;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(20deg);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides:after {
    content: "";
    background: rgba(174, 37, 115, 0.5);
    width: 30%;
    left: 110%;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    transform: skewX(25deg);
    display: none;
  }
}
.slideshow-cta.ss-left .individual-slides .slide-img-wrapper {
  margin-left: auto;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides .slide-img-wrapper {
    height: 50%;
  }
}
.slideshow-cta.ss-left .individual-slides .slide-text-container {
  display: none !important;
}
.slideshow-cta.ss-left .individual-slides .slide-overlay {
  background: #ae2573;
  transform: skewX(20deg);
  padding-top: 2em;
  right: 62% !important;
  left: 0 !important;
  width: 40%;
  padding: 4em;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides .slide-overlay {
    width: 100%;
    transform: skewX(0);
  }
}
.slideshow-cta.ss-left .individual-slides .slide-overlay .slide-text-overlay {
  transform: skewX(-20deg);
  padding-left: 0;
  width: 70%;
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides .slide-overlay .slide-text-overlay {
    width: 100%;
    transform: skewX(0);
  }
}
.slideshow-cta.ss-left .individual-slides .slide-overlay .slide-text-overlay h2 {
  color: #fff;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}
.slideshow-cta.ss-left .individual-slides .slide-overlay .slide-text-overlay h2:before {
  content: "";
  background: url("/media/images/versions/img94joktmu7523.png?bev=433.png") no-repeat;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  left: -0.8rem;
  background-size: 100%;
}
.slideshow-cta.ss-left .individual-slides .slide-overlay .slide-text-overlay p {
  color: #fff;
  line-height: 1.4;
}
.slideshow-cta.ss-left .individual-slides .slide-overlay:before {
  content: "";
  background: rgba(174, 37, 115, 0.5);
  width: 40%;
  left: 68%;
  top: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  transform: skewX(-40deg);
}
@media only screen and (max-width: 700px) {
  .slideshow-cta.ss-left .individual-slides .slide-overlay:before {
    display: none;
  }
}
.slideshow-purple .cta-white {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  text-decoration: none !important;
  border-radius: 8px;
  background: #fff;
  color: #fff !important;
  z-index: 9999;
  position: relative;
  color: #ae2573 !important;
  font-weight: bold;
  width: 100%;
}
.slideshow-purple .cta-white:hover,
.slideshow-purple .cta-white:active {
  color: #fff !important;
  text-decoration: none;
  background: transparent;
}
@media only screen and (max-width: 700px) {
  .type-slideshow:not(.homepage-slideshow)  ul.slider {
    height: 240px !important;
  }
  .type-slideshow:not(.homepage-slideshow)  ul.slider li.individual-slides {
    background-color: #41b6e6 !important;
    display: flex !important;
    align-items: center;
    max-height: 100%;
  }
  .type-slideshow:not(.homepage-slideshow)  ul.slider li.individual-slides img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .type-slideshow:not(.homepage-slideshow)  .decoration-left {
    display: none;
  }
  .type-slideshow:not(.homepage-slideshow)  .slider-controls {
    bottom: 25px;
  }
}
.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-w/arrow-left.png");
  z-index: 100;
  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/arrow-left.png");
  background-color: transparent;
}
.jcarousel-next {
  right: -20px;
}
.jcarousel-next .carousel-control {
  background-image: url("../images/slideshows/controls1-16px-w/arrow-right.png");
  z-index: 100;
  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/arrow-right.png");
  background-color: transparent;
}
@media only screen and (max-width: 450px) {
  #container .main-cols-container {
    width: 100%;
  }
  #container .main-cols-container .picture-row-tall.blue-row {
    background-color: #005eb8;
  }
  #container .main-cols-container .picture-row-tall.blue-row:before {
    background-image: none;
  }
}
.no-headline .content-headline {
  display: none;
}
.cta-box-blue {
  z-index: 0;
  position: relative;
}
.cta-box-blue .main-editor-output h2 {
  color: #1990c1;
}
.cta-box-blue .cta-plus {
  background: #1990c1;
  width: 4.2rem;
  height: 4.2rem;
  color: transparent;
  position: relative;
  border-bottom-right-radius: 8px;
  visibility: hidden;
}
.cta-box-blue .cta-plus:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  visibility: visible;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 0;
  background: #1990c1;
  transform: translate(-50%, -50%);
}
.cta-box-purple {
  z-index: 0;
  position: relative;
}
.cta-box-purple .main-editor-output h2 {
  color: #ae2573;
}
.cta-box-purple .cta-plus {
  background: #ae2573;
  width: 4.2rem;
  height: 4.2rem;
  color: transparent;
  position: relative;
  border-bottom-right-radius: 8px;
  visibility: hidden;
}
.cta-box-purple .cta-plus:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  visibility: visible;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 8px 0;
  background: #ae2573;
  transform: translate(-50%, -50%);
}
.cta-box .placement-inner {
  background: #fff;
  position: relative;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 1em 3em 2em 3em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: #bbb 0px 0px 2px;
}
.cta-box .placement-inner .main-editor-output p {
  line-height: 1.5;
}
.cta-box .cta-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-collection .list-content-item {
  margin: 2em 0;
}
.cta-collection .list-content-item .placement-inner {
  background: #fff;
  position: relative;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 1em 3em 2em 3em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: #bbb 0px 0px 2px;
}
.cta-collection .list-content-item .placement-inner .main-editor-output p {
  line-height: 1.5;
}
.cta-collection .list-content-item .cta-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cta-collection .list-content-item .item-headline {
  display: none;
}
.cta-collection .list-content-item .content-wrapper-inner {
  background: #fff;
  position: relative;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 1em 2em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: #bbb 0px 0px 2px;
}
.cta-collection .list-content-item .content-wrapper-inner .main-editor-output p {
  line-height: 1.5;
}
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output h2 {
  color: #005eb8;
}
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output .cta-plus {
  background: #005eb8;
  width: 4.2rem;
  height: 4.2rem;
  border-bottom-right-radius: 6px;
  z-index: 1;
  font-size: 0;
}
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output .cta-plus:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  transform: translate(-50%, -50%);
}
.cta-collection .list-content-item:nth-child(even) .content-wrapper-inner .main-editor-output h2 {
  color: #ae2573;
}
.cta-collection .list-content-item:nth-child(even) .content-wrapper-inner .main-editor-output .cta-plus {
  background: #ae2573;
  width: 4.2rem;
  height: 4.2rem;
  color: transparent;
  border-bottom-right-radius: 6px;
  z-index: 1;
}
.cta-collection .list-content-item:nth-child(even) .content-wrapper-inner .main-editor-output .cta-plus:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.border-radius {
  border-radius: 8px;
}
.box-shadow {
  box-shadow: #bbb 0px 0px 2px;
}
.picture-row-tall {
  position: relative;
  min-height: 62rem;
  padding: 4em 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .picture-row-tall {
    padding: 0;
  }
}
.picture-row-tall .placement-row {
  display: flex;
  flex-wrap: wrap;
}
.picture-row-tall .placement-row .page-placement {
  min-width: 30rem;
}
.picture-row-tall .page-placement {
  z-index: 3;
}
.picture-row-tall .page-placement.picture-placement-tall {
  z-index: 1;
}
.picture-row-tall .picture-placement-tall .content-main-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 60%;
  width: 40%;
  overflow: hidden;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .picture-row-tall .picture-placement-tall .content-main-image img {
    display: none;
  }
}
.picture-row-short {
  position: relative;
  min-height: 43rem;
  padding: 4em;
  display: flex;
  align-items: center;
}
.picture-row-short .placement-row {
  display: flex;
  flex-wrap: wrap;
}
.picture-row-short .placement-row .page-placement {
  min-width: 30rem;
}
.picture-row-short .picture-placement-short .content-main-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .picture-row-short .picture-placement-short .content-main-image img {
    display: none;
  }
}
.picture-row-short.purple-row:before {
  background-image: linear-gradient(to right, #ae2573, #7c2855);
}
.pic-row-flex .placement-row {
  display: flex;
  flex-wrap: wrap;
}
.pic-row-flex .placement-row .page-placement {
  min-width: 30rem;
}
.purple-row-gradient {
  position: relative;
}
.purple-row-gradient:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .purple-row-gradient:before {
    width: 97.6vw;
  }
}
.purple-row-gradient .placement-row {
  display: flex;
}
.purple-row-gradient:before {
  background-image: linear-gradient(to right, #ae2573, #7c2855);
}
.purple-row {
  position: relative;
}
.purple-row:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .purple-row:before {
    width: 97.6vw;
  }
}
.purple-row .placement-row {
  display: flex;
}
.purple-row:before {
  background: #ae2573;
}
.purple-row .cta-box {
  z-index: 2;
}
.blue-row {
  position: relative;
}
.blue-row:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .blue-row:before {
    width: 97.6vw;
  }
}
.blue-row .placement-row {
  display: flex;
}
.blue-row:before {
  background-image: linear-gradient(to right, #003087, #005eb8);
}
.site-nav-row .blue-row:before {
  background: #005eb8;
}
.blue-row-light {
  position: relative;
  background-color: #005eb8;
}
.blue-row-light:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .blue-row-light:before {
    width: 97.6vw;
  }
}
.blue-row-light .placement-row {
  display: flex;
}
.blue-row-light:before {
  background-image: none;
  background-color: #005eb8;
}
.grey-row {
  position: relative;
}
.grey-row:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .grey-row:before {
    width: 97.6vw;
  }
}
.grey-row .placement-row {
  display: flex;
}
.grey-row:before {
  background: rgba(232, 237, 238, 0.7) !important;
  z-index: -1;
}
.coloured-row {
  position: relative;
}
.coloured-row:before {
  content: "";
  background-image: linear-gradient(to right, #ae2573, #7c2855);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  width: 99vw;
  left: 50%;
  transform: translateX(-50vw);
}
@media only screen and (max-width: 700px) {
  .coloured-row:before {
    width: 97.6vw;
  }
}
.coloured-row .placement-row {
  display: flex;
}
.accordion-base {
  margin: 1em 0 1em 0;
  padding: 0;
}
.accordion-base .placement-inner {
  padding: 0;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .accordion-base .placement-inner {
    margin: 0;
  }
}
#container .accordion-base .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none;
  transition: border-radius 0.33s ease;
}
.accordion-base .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f105";
}
.accordion-base .placement-inner .content-item {
  margin: 0;
  background: #fff;
}
.accordion-base .placement-inner .content-item .content-item-inner {
  padding: 0;
  border: none;
}
.accordion-base .placement-inner .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  color: #005eb8;
  cursor: pointer;
  margin: 0;
}
.accordion-base .placement-inner .content-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 2em;
  font-weight: bold;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.col .accordion-base .placement-inner .content-headline:before {
  top: 0.3em;
}
.accordion-base .placement-inner .content-headline.open {
  border-bottom: none;
}
.accordion-base .placement-inner .content-headline.open:before {
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: #fff;
}
.accordion-base .placement-inner .content-headline h2,
.accordion-base .placement-inner .content-headline h3 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #005eb8;
  padding-bottom: 0.1em;
  padding-right: 1.5em;
}
.accordion-base .placement-inner .content-headline button {
  width: 100%;
  text-align: left;
  background: transparent !important;
  padding: 0 !important;
}
.accordion-base .placement-inner .content-headline button:focus {
  outline: 0;
}
.accordion-base .placement-inner .content-headline:hover:before {
  background: rgba(255, 255, 255, 0.25);
}
.accordion-base .placement-inner .favourite-container {
  position: absolute;
  top: 1.85em;
  right: 3.5em;
}
.accordion-base .placement-inner .content-wrapper-inner {
  display: none;
  border-top: none;
}
.accordion-color-1 .actn-show-content:hover .content-headline,
.accordion-color-1 .actn-show-content:focus .content-headline,
.accordion-color-1 .actn-show-content:active .content-headline {
  background: #d9e7f4;
}
.accordion-color-1 .actn-show-content:hover .content-headline h2,
.accordion-color-1 .actn-show-content:focus .content-headline h2,
.accordion-color-1 .actn-show-content:active .content-headline h2,
.accordion-color-1 .actn-show-content:hover .content-headline h3,
.accordion-color-1 .actn-show-content:focus .content-headline h3,
.accordion-color-1 .actn-show-content:active .content-headline h3 {
  color: #005eb8 !important;
  letter-spacing: 1px;
}
.accordion-color-1 .actn-show-content:focus {
  outline: 1px dotted #005eb8 !important;
  outline-offset: 2px !important;
}
.accordion-color-1 .actn-show-content:focus .content-headline h2,
.accordion-color-1 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-1 .content-headline h2 {
  color: #005eb8;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #005eb8;
}
.accordion-color-1 .content-headline:before {
  color: #005eb8 !important;
}
.accordion-color-2 .actn-show-content:hover .content-headline,
.accordion-color-2 .actn-show-content:focus .content-headline,
.accordion-color-2 .actn-show-content:active .content-headline {
  background: #e3f4fb;
}
.accordion-color-2 .actn-show-content:hover .content-headline h2,
.accordion-color-2 .actn-show-content:focus .content-headline h2,
.accordion-color-2 .actn-show-content:active .content-headline h2,
.accordion-color-2 .actn-show-content:hover .content-headline h3,
.accordion-color-2 .actn-show-content:focus .content-headline h3,
.accordion-color-2 .actn-show-content:active .content-headline h3 {
  color: #41b6e6 !important;
  letter-spacing: 1px;
}
.accordion-color-2 .actn-show-content:focus {
  outline: 1px dotted #41b6e6 !important;
  outline-offset: 2px !important;
}
.accordion-color-2 .actn-show-content:focus .content-headline h2,
.accordion-color-2 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-2 .content-headline h2 {
  color: #41b6e6;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #41b6e6;
}
.accordion-color-2 .content-headline:before {
  color: #41b6e6 !important;
}
.accordion-color-3 .actn-show-content:hover .content-headline,
.accordion-color-3 .actn-show-content:focus .content-headline,
.accordion-color-3 .actn-show-content:active .content-headline {
  background: #d9e8e3;
}
.accordion-color-3 .actn-show-content:hover .content-headline h2,
.accordion-color-3 .actn-show-content:focus .content-headline h2,
.accordion-color-3 .actn-show-content:active .content-headline h2,
.accordion-color-3 .actn-show-content:hover .content-headline h3,
.accordion-color-3 .actn-show-content:focus .content-headline h3,
.accordion-color-3 .actn-show-content:active .content-headline h3 {
  color: #006747 !important;
  letter-spacing: 1px;
}
.accordion-color-3 .actn-show-content:focus {
  outline: 1px dotted #006747 !important;
  outline-offset: 2px !important;
}
.accordion-color-3 .actn-show-content:focus .content-headline h2,
.accordion-color-3 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-3 .content-headline h2 {
  color: #006747;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #006747;
}
.accordion-color-3 .content-headline:before {
  color: #006747 !important;
}
.accordion-color-4 .actn-show-content:hover .content-headline,
.accordion-color-4 .actn-show-content:focus .content-headline,
.accordion-color-4 .actn-show-content:active .content-headline {
  background: #f3deea;
}
.accordion-color-4 .actn-show-content:hover .content-headline h2,
.accordion-color-4 .actn-show-content:focus .content-headline h2,
.accordion-color-4 .actn-show-content:active .content-headline h2,
.accordion-color-4 .actn-show-content:hover .content-headline h3,
.accordion-color-4 .actn-show-content:focus .content-headline h3,
.accordion-color-4 .actn-show-content:active .content-headline h3 {
  color: #ae2573 !important;
  letter-spacing: 1px;
}
.accordion-color-4 .actn-show-content:focus {
  outline: 1px dotted #ae2573 !important;
  outline-offset: 2px !important;
}
.accordion-color-4 .actn-show-content:focus .content-headline h2,
.accordion-color-4 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-4 .content-headline h2 {
  color: #ae2573;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #ae2573;
}
.accordion-color-4 .content-headline:before {
  color: #ae2573 !important;
}
.accordion-color-5 .actn-show-content:hover .content-headline,
.accordion-color-5 .actn-show-content:focus .content-headline,
.accordion-color-5 .actn-show-content:active .content-headline {
  background: #fceed9;
}
.accordion-color-5 .actn-show-content:hover .content-headline h2,
.accordion-color-5 .actn-show-content:focus .content-headline h2,
.accordion-color-5 .actn-show-content:active .content-headline h2,
.accordion-color-5 .actn-show-content:hover .content-headline h3,
.accordion-color-5 .actn-show-content:focus .content-headline h3,
.accordion-color-5 .actn-show-content:active .content-headline h3 {
  color: #ed8b00 !important;
  letter-spacing: 1px;
}
.accordion-color-5 .actn-show-content:focus {
  outline: 1px dotted #ed8b00 !important;
  outline-offset: 2px !important;
}
.accordion-color-5 .actn-show-content:focus .content-headline h2,
.accordion-color-5 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-5 .content-headline h2 {
  color: #ed8b00;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #ed8b00;
}
.accordion-color-5 .content-headline:before {
  color: #ed8b00 !important;
}
.accordion-color-8 .actn-show-content:hover .content-headline,
.accordion-color-8 .actn-show-content:focus .content-headline,
.accordion-color-8 .actn-show-content:active .content-headline {
  background: #ebdfe6;
}
.accordion-color-8 .actn-show-content:hover .content-headline h2,
.accordion-color-8 .actn-show-content:focus .content-headline h2,
.accordion-color-8 .actn-show-content:active .content-headline h2,
.accordion-color-8 .actn-show-content:hover .content-headline h3,
.accordion-color-8 .actn-show-content:focus .content-headline h3,
.accordion-color-8 .actn-show-content:active .content-headline h3 {
  color: #7c2855 !important;
  letter-spacing: 1px;
}
.accordion-color-8 .actn-show-content:focus {
  outline: 1px dotted #7c2855 !important;
  outline-offset: 2px !important;
}
.accordion-color-8 .actn-show-content:focus .content-headline h2,
.accordion-color-8 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-color-8 .content-headline h2 {
  color: #7c2855;
  letter-spacing: 1px;
  padding-bottom: 0.5em !important;
  border-bottom: 1px solid #7c2855;
}
.accordion-color-8 .content-headline:before {
  color: #7c2855 !important;
}
.accordion-fill-1 .actn-show-content:hover .content-headline,
.accordion-fill-1 .actn-show-content:focus .content-headline,
.accordion-fill-1 .actn-show-content:active .content-headline {
  background: #00519f;
}
.accordion-fill-1 .actn-show-content:hover .content-headline h2,
.accordion-fill-1 .actn-show-content:focus .content-headline h2,
.accordion-fill-1 .actn-show-content:active .content-headline h2,
.accordion-fill-1 .actn-show-content:hover .content-headline h3,
.accordion-fill-1 .actn-show-content:focus .content-headline h3,
.accordion-fill-1 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-1 .actn-show-content:focus {
  outline: 1px dotted #005eb8 !important;
  outline-offset: 2px !important;
}
.accordion-fill-1 .actn-show-content:focus .content-headline h2,
.accordion-fill-1 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-1 .content-headline {
  background: #005eb8;
}
.accordion-fill-1 .content-headline h2,
.accordion-fill-1 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-1 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-1 .content-headline.open:before {
  color: #005eb8 !important;
}
.accordion-fill-1 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-2 .actn-show-content:hover .content-headline,
.accordion-fill-2 .actn-show-content:focus .content-headline,
.accordion-fill-2 .actn-show-content:active .content-headline {
  background: #167fab;
}
.accordion-fill-2 .actn-show-content:hover .content-headline h2,
.accordion-fill-2 .actn-show-content:focus .content-headline h2,
.accordion-fill-2 .actn-show-content:active .content-headline h2,
.accordion-fill-2 .actn-show-content:hover .content-headline h3,
.accordion-fill-2 .actn-show-content:focus .content-headline h3,
.accordion-fill-2 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-2 .actn-show-content:focus {
  outline: 1px dotted #1990c1 !important;
  outline-offset: 2px !important;
}
.accordion-fill-2 .actn-show-content:focus .content-headline h2,
.accordion-fill-2 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-2 .content-headline {
  background: #1990c1;
}
.accordion-fill-2 .content-headline h2,
.accordion-fill-2 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-2 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-2 .content-headline.open:before {
  color: #1990c1 !important;
}
.accordion-fill-2 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-3 .actn-show-content:hover .content-headline,
.accordion-fill-3 .actn-show-content:focus .content-headline,
.accordion-fill-3 .actn-show-content:active .content-headline {
  background: #004e35;
}
.accordion-fill-3 .actn-show-content:hover .content-headline h2,
.accordion-fill-3 .actn-show-content:focus .content-headline h2,
.accordion-fill-3 .actn-show-content:active .content-headline h2,
.accordion-fill-3 .actn-show-content:hover .content-headline h3,
.accordion-fill-3 .actn-show-content:focus .content-headline h3,
.accordion-fill-3 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-3 .actn-show-content:focus {
  outline: 1px dotted #006747 !important;
  outline-offset: 2px !important;
}
.accordion-fill-3 .actn-show-content:focus .content-headline h2,
.accordion-fill-3 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-3 .content-headline {
  background: #006747;
}
.accordion-fill-3 .content-headline h2,
.accordion-fill-3 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-3 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-3 .content-headline.open:before {
  color: #006747 !important;
}
.accordion-fill-3 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-4 .actn-show-content:hover .content-headline,
.accordion-fill-4 .actn-show-content:focus .content-headline,
.accordion-fill-4 .actn-show-content:active .content-headline {
  background: #992165;
}
.accordion-fill-4 .actn-show-content:hover .content-headline h2,
.accordion-fill-4 .actn-show-content:focus .content-headline h2,
.accordion-fill-4 .actn-show-content:active .content-headline h2,
.accordion-fill-4 .actn-show-content:hover .content-headline h3,
.accordion-fill-4 .actn-show-content:focus .content-headline h3,
.accordion-fill-4 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-4 .actn-show-content:focus {
  outline: 1px dotted #ae2573 !important;
  outline-offset: 2px !important;
}
.accordion-fill-4 .actn-show-content:focus .content-headline h2,
.accordion-fill-4 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-4 .content-headline {
  background: #ae2573;
}
.accordion-fill-4 .content-headline h2,
.accordion-fill-4 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-4 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-4 .content-headline.open:before {
  color: #ae2573 !important;
}
.accordion-fill-4 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-5 .content-headline h3,
.accordion-fill-5 .content-headline h2 {
  color: #425563 !important;
}
.accordion-fill-6 .actn-show-content:hover .content-headline,
.accordion-fill-6 .actn-show-content:focus .content-headline,
.accordion-fill-6 .actn-show-content:active .content-headline {
  background: #d47c00;
}
.accordion-fill-6 .actn-show-content:hover .content-headline h2,
.accordion-fill-6 .actn-show-content:focus .content-headline h2,
.accordion-fill-6 .actn-show-content:active .content-headline h2,
.accordion-fill-6 .actn-show-content:hover .content-headline h3,
.accordion-fill-6 .actn-show-content:focus .content-headline h3,
.accordion-fill-6 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-6 .actn-show-content:focus {
  outline: 1px dotted #ed8b00 !important;
  outline-offset: 2px !important;
}
.accordion-fill-6 .actn-show-content:focus .content-headline h2,
.accordion-fill-6 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-6 .content-headline {
  background: #ed8b00;
}
.accordion-fill-6 .content-headline h2,
.accordion-fill-6 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-6 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-6 .content-headline.open:before {
  color: #ed8b00 !important;
}
.accordion-fill-6 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-7 .actn-show-content:hover .content-headline,
.accordion-fill-7 .actn-show-content:focus .content-headline,
.accordion-fill-7 .actn-show-content:active .content-headline {
  background: #c32519;
}
.accordion-fill-7 .actn-show-content:hover .content-headline h2,
.accordion-fill-7 .actn-show-content:focus .content-headline h2,
.accordion-fill-7 .actn-show-content:active .content-headline h2,
.accordion-fill-7 .actn-show-content:hover .content-headline h3,
.accordion-fill-7 .actn-show-content:focus .content-headline h3,
.accordion-fill-7 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-7 .actn-show-content:focus {
  outline: 1px dotted #da291c !important;
  outline-offset: 2px !important;
}
.accordion-fill-7 .actn-show-content:focus .content-headline h2,
.accordion-fill-7 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-7 .content-headline {
  background: #da291c;
}
.accordion-fill-7 .content-headline h2,
.accordion-fill-7 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-7 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-7 .content-headline.open:before {
  color: #da291c !important;
}
.accordion-fill-7 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-8 .actn-show-content:hover .content-headline,
.accordion-fill-8 .actn-show-content:focus .content-headline,
.accordion-fill-8 .actn-show-content:active .content-headline {
  background: #416711;
}
.accordion-fill-8 .actn-show-content:hover .content-headline h2,
.accordion-fill-8 .actn-show-content:focus .content-headline h2,
.accordion-fill-8 .actn-show-content:active .content-headline h2,
.accordion-fill-8 .actn-show-content:hover .content-headline h3,
.accordion-fill-8 .actn-show-content:focus .content-headline h3,
.accordion-fill-8 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-8 .actn-show-content:focus {
  outline: 1px dotted #4f7d15 !important;
  outline-offset: 2px !important;
}
.accordion-fill-8 .actn-show-content:focus .content-headline h2,
.accordion-fill-8 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-8 .content-headline {
  background: #4f7d15;
}
.accordion-fill-8 .content-headline h2,
.accordion-fill-8 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-8 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-8 .content-headline.open:before {
  color: #4f7d15 !important;
}
.accordion-fill-8 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-9 .actn-show-content:hover .content-headline,
.accordion-fill-9 .actn-show-content:focus .content-headline,
.accordion-fill-9 .actn-show-content:active .content-headline {
  background: #692248;
}
.accordion-fill-9 .actn-show-content:hover .content-headline h2,
.accordion-fill-9 .actn-show-content:focus .content-headline h2,
.accordion-fill-9 .actn-show-content:active .content-headline h2,
.accordion-fill-9 .actn-show-content:hover .content-headline h3,
.accordion-fill-9 .actn-show-content:focus .content-headline h3,
.accordion-fill-9 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-9 .actn-show-content:focus {
  outline: 1px dotted #7c2855 !important;
  outline-offset: 2px !important;
}
.accordion-fill-9 .actn-show-content:focus .content-headline h2,
.accordion-fill-9 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-9 .content-headline {
  background: #7c2855;
}
.accordion-fill-9 .content-headline h2,
.accordion-fill-9 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-9 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-9 .content-headline.open:before {
  color: #7c2855 !important;
}
.accordion-fill-9 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-10 .actn-show-content:hover .content-headline,
.accordion-fill-10 .actn-show-content:focus .content-headline,
.accordion-fill-10 .actn-show-content:active .content-headline {
  background: #00276e;
}
.accordion-fill-10 .actn-show-content:hover .content-headline h2,
.accordion-fill-10 .actn-show-content:focus .content-headline h2,
.accordion-fill-10 .actn-show-content:active .content-headline h2,
.accordion-fill-10 .actn-show-content:hover .content-headline h3,
.accordion-fill-10 .actn-show-content:focus .content-headline h3,
.accordion-fill-10 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-10 .actn-show-content:focus {
  outline: 1px dotted #003087 !important;
  outline-offset: 2px !important;
}
.accordion-fill-10 .actn-show-content:focus .content-headline h2,
.accordion-fill-10 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-10 .content-headline {
  background: #003087;
}
.accordion-fill-10 .content-headline h2,
.accordion-fill-10 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-10 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-10 .content-headline.open:before {
  color: #003087 !important;
}
.accordion-fill-10 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-11 .actn-show-content:hover .content-headline,
.accordion-fill-11 .actn-show-content:focus .content-headline,
.accordion-fill-11 .actn-show-content:active .content-headline {
  background: #008b81;
}
.accordion-fill-11 .actn-show-content:hover .content-headline h2,
.accordion-fill-11 .actn-show-content:focus .content-headline h2,
.accordion-fill-11 .actn-show-content:active .content-headline h2,
.accordion-fill-11 .actn-show-content:hover .content-headline h3,
.accordion-fill-11 .actn-show-content:focus .content-headline h3,
.accordion-fill-11 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-11 .actn-show-content:focus {
  outline: 1px dotted #00a499 !important;
  outline-offset: 2px !important;
}
.accordion-fill-11 .actn-show-content:focus .content-headline h2,
.accordion-fill-11 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-11 .content-headline {
  background: #00a499;
}
.accordion-fill-11 .content-headline h2,
.accordion-fill-11 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-11 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-11 .content-headline.open:before {
  color: #00a499 !important;
}
.accordion-fill-11 .content-headline.open:hover:before {
  color: #fff !important;
}
.accordion-fill-12 .actn-show-content:hover .content-headline,
.accordion-fill-12 .actn-show-content:focus .content-headline,
.accordion-fill-12 .actn-show-content:active .content-headline {
  background: #280059;
}
.accordion-fill-12 .actn-show-content:hover .content-headline h2,
.accordion-fill-12 .actn-show-content:focus .content-headline h2,
.accordion-fill-12 .actn-show-content:active .content-headline h2,
.accordion-fill-12 .actn-show-content:hover .content-headline h3,
.accordion-fill-12 .actn-show-content:focus .content-headline h3,
.accordion-fill-12 .actn-show-content:active .content-headline h3 {
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-12 .actn-show-content:focus {
  outline: 1px dotted #330072 !important;
  outline-offset: 2px !important;
}
.accordion-fill-12 .actn-show-content:focus .content-headline h2,
.accordion-fill-12 .actn-show-content:focus .content-headline h3 {
  text-decoration: underline !important;
}
.accordion-fill-12 .content-headline {
  background: #330072;
}
.accordion-fill-12 .content-headline h2,
.accordion-fill-12 .content-headline h3 {
  color: #fff !important;
  letter-spacing: 1px;
  padding-left: 0.5em !important;
}
.accordion-fill-12 .content-headline:before {
  color: #fff !important;
}
.accordion-fill-12 .content-headline.open:before {
  color: #330072 !important;
}
.accordion-fill-12 .content-headline.open:hover:before {
  color: #fff !important;
}
.crown-image {
  position: relative;
  display: flex;
  align-items: center;
}
.crown-image:before {
  content: "";
  background: url("/media/images/versions/img94joktmu7523.png?bev=433.png") no-repeat;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  left: -0.8rem;
  background-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cqc-img {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .cqc-img {
    display: none;
  }
}
.hospital-links {
  position: relative;
  margin-bottom: 5rem;
}
.hospital-links .content-headline {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .hospital-links .content-headline {
    width: auto;
  }
}
.hospital-links .content-headline h2,
.hospital-links .content-headline h3,
.hospital-links .content-headline h4,
.hospital-links .content-headline h5,
.hospital-links .content-headline h6,
.hospital-links .content-headline p,
.hospital-links .content-headline li,
.hospital-links .content-headline a {
  color: #fff;
}
.hospital-links .content-items-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1em;
  margin-right: -1em;
  top: 1em;
  padding-bottom: 20px;
  scrollbar-color: white #00519f;
  scrollbar-width: thin;
}
@media only screen and (max-width: 700px) {
  .hospital-links .content-items-list {
    margin: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.hospital-links .content-items-list .list-content-item {
  flex: 0 1 17em;
  background: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  position: relative;
  min-height: 43rem;
  margin: 0.75em;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .hospital-links .content-items-list .list-content-item {
    margin: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .hospital-links .content-items-list .list-content-item {
    flex: 0 0 17em;
  }
}
.hospital-links .content-items-list .list-content-item:before {
  content: "";
  background-image: url("/base-install/images/_site/icons/Symbol.png");
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: -2em;
  left: 2em;
  z-index: 9999;
  background-color: #fff;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 42px;
  transform: translateY(-3em);
  opacity: 0;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible):before,
.hospital-links .content-items-list .list-content-item:hover:before {
  content: "";
  background-image: url("/base-install/images/_site/icons/Symbol.png");
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  top: 1em;
  left: 2em;
  z-index: 9999;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  line-height: 42px;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease 0.3s;
  background-size: 65%;
  background-position: center;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output {
  background-image: linear-gradient(to bottom, #003087, #005eb8);
  top: 20%;
  transition: top 0.4s ease 0.2s;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output ul li,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output ul li {
  color: #fff;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output .more-link,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output .more-link {
  opacity: 1;
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #fff;
  text-decoration: none !important;
  border-radius: 8px;
  background: #fff;
  color: #fff !important;
  z-index: 9999;
  color: #005eb8 !important;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  transition: opacity 0.2s ease 0.4s;
  text-align: left;
  font-weight: bold;
  position: relative;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output .more-link:hover,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output .more-link:hover,
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output .more-link:active,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output .more-link:active {
  color: #fff !important;
  text-decoration: none;
  background: transparent;
}
.hospital-links .content-items-list .list-content-item:has(a:focus-visible) .main-editor-output .more-link:before,
.hospital-links .content-items-list .list-content-item:hover .main-editor-output .more-link:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  transform: translateY(-42%);
  text-align: right;
  font-weight: bold;
}
.hospital-links .content-items-list .list-content-item .item-headline {
  display: none;
}
.hospital-links .content-items-list .list-content-item .content-main-image img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.hospital-links .content-items-list .list-content-item .main-editor-output {
  padding: 1em;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: top 0.2s ease 0.2s, color 0 ease 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hospital-links .content-items-list .list-content-item .main-editor-output h2 {
  font-size: 2rem;
  min-height: 5.2rem;
  margin-top: 0.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.hospital-links .content-items-list .list-content-item .main-editor-output ul {
  padding: 0;
  list-style: none;
  border-top: 1px solid #eee;
  padding: 0.8em 0;
}
.hospital-links .content-items-list .list-content-item .main-editor-output ul li {
  font-size: 1.5rem;
}
.hospital-links .content-items-list .list-content-item .main-editor-output .more-link {
  opacity: 0;
}
.hospital-links .content-items-list .list-content-item .main-editor-output .more-link:hover,
.hospital-links .content-items-list .list-content-item .main-editor-output .more-link:focus-visible {
  background: #005eb8;
}
.hospital-links .content-items-list .list-content-item .main-editor-output .more-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.vacancy-placement {
  z-index: 0;
  position: relative;
}
.vacancy-placement .content-wrapper {
  margin: 2em 0.5em 0 0.5em;
  background: #fff;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 8px;
  padding: 1em 3em 2em 3em;
}
@media only screen and (max-width: 700px) {
  .vacancy-placement .content-wrapper {
    margin: 0;
  }
}
.vacancy-placement .content-wrapper .content-headline h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #005eb8;
}
.vacancy-placement .content-wrapper .main-editor-output ul {
  display: flex;
  list-style: none;
  padding: 0.8em 0;
  justify-content: flex-start;
  align-items: center;
}
.vacancy-placement .content-wrapper .main-editor-output ul li {
  font-size: 2rem;
}
.vacancy-placement .content-wrapper .main-editor-output ul li:last-child {
  padding-left: 1em;
}
.vacancy-placement .content-wrapper .main-editor-output p:last-child {
  padding-top: 1.2em;
}
.bx-wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .bx-wrapper {
    flex-direction: column;
  }
}
.bx-wrapper .bx-viewport {
  height: 475px !important;
  overflow: visible !important;
}
.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 700px) {
  .bx-wrapper .bx-controls {
    position: relative;
    margin: 0 auto !important;
    padding: 0.5em;
  }
}
.bx-wrapper .bx-controls-direction {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .bx-wrapper .bx-controls-direction {
    flex-direction: row;
  }
}
.bx-wrapper .bx-controls-direction a {
  padding: 1em;
  background: #005eb8;
  color: transparent;
  margin-bottom: 1px;
  border-radius: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 0.25em;
  position: relative;
}
.bx-wrapper .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;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    margin-right: 0.5em;
  }
}
.bx-wrapper .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;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: absolute;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bx-wrapper .bx-pager {
  display: none;
}
.side-tab-1 {
  top: 525px;
  position: absolute;
  transform: rotate(-90deg);
  right: -6.8em;
  padding: 0;
  z-index: 999;
  opacity: 1;
  animation: fadein 2s 6s;
  position: fixed;
}
@media only screen and (max-width: 700px) {
  .side-tab-1 {
    display: none !important;
  }
}
.side-tab-1 .content-item-inner {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 1em;
  align-items: center;
  width: 20rem;
  height: 3pc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.side-tab-1 .content-item-inner .content-headline h2 {
  display: none;
  font-size: 1.4rem;
  color: #fff;
}
.side-tab-1 .content-item-inner .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-tab-1 .content-item-inner .content-wrapper-inner .content-main-image img {
  transform: rotate(90deg);
}
.side-tab-1 .content-item-inner .content-wrapper-inner .main-editor-output h2 a {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.side-tab-1 .content-item-inner .content-wrapper-inner .main-editor-output h2 a:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.side-tab-1 .content-item-inner .content-wrapper-inner .main-editor-output h2 a:hover {
  text-decoration: none;
}
.side-tab-1 .content-item-inner {
  background: #7c2855;
}
.side-tab-1 .content-item-inner:hover {
  background: #692248;
}
.side-tab-2 {
  top: 750px;
  position: absolute;
  transform: rotate(-90deg);
  right: -6.8em;
  padding: 0;
  z-index: 999;
  opacity: 1;
  animation: fadein 2s 6s;
  position: fixed;
}
@media only screen and (max-width: 700px) {
  .side-tab-2 {
    display: none !important;
  }
}
.side-tab-2 .content-item-inner {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 1em;
  align-items: center;
  width: 20rem;
  height: 3pc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.side-tab-2 .content-item-inner .content-headline h2 {
  display: none;
  font-size: 1.4rem;
  color: #fff;
}
.side-tab-2 .content-item-inner .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-tab-2 .content-item-inner .content-wrapper-inner .content-main-image img {
  transform: rotate(90deg);
}
.side-tab-2 .content-item-inner .content-wrapper-inner .main-editor-output h2 a {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.side-tab-2 .content-item-inner .content-wrapper-inner .main-editor-output h2 a:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.side-tab-2 .content-item-inner .content-wrapper-inner .main-editor-output h2 a:hover {
  text-decoration: none;
}
.side-tab-2 .content-item-inner {
  background: #00a499;
}
.side-tab-2 .content-item-inner:hover {
  background: #008b81;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.side-tab {
  position: absolute;
  transform: rotate(-90deg);
  right: -6.8em;
  padding: 0;
  z-index: 999;
  opacity: 1;
  animation: fadein 2s 6s;
}
@media only screen and (max-width: 700px) {
  .side-tab {
    display: none !important;
  }
}
.side-tab .content-item-inner {
  justify-content: center;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 1em;
  align-items: center;
  width: 20rem;
  height: 3pc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.side-tab .content-item-inner .content-headline h2 {
  display: none;
  font-size: 1.4rem;
  color: #fff;
}
.side-tab .content-item-inner .content-wrapper-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-tab .content-item-inner .content-wrapper-inner .content-main-image img {
  transform: rotate(90deg);
}
.side-tab .content-item-inner .content-wrapper-inner .main-editor-output h2 a {
  font-size: 1.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.side-tab .content-item-inner .content-wrapper-inner .main-editor-output h2 a:before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.side-tab .content-item-inner .content-wrapper-inner .main-editor-output h2 a:hover {
  text-decoration: none;
}
.header-color-1 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #005eb8;
  border-radius: 4px;
}
.header-color-1 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-1 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #005eb8;
  border-radius: 4px;
}
.header-color-1 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-1 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-2 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #1990c1;
  border-radius: 4px;
}
.header-color-2 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-2 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #1990c1;
  border-radius: 4px;
}
.header-color-2 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-2 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-3 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #00a499;
  border-radius: 4px;
}
.header-color-3 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-3 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #00a499;
  border-radius: 4px;
}
.header-color-3 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-3 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-4 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #006747;
  border-radius: 4px;
}
.header-color-4 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-4 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #006747;
  border-radius: 4px;
}
.header-color-4 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-4 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-5 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #da291c;
  border-radius: 4px;
}
.header-color-5 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-5 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #da291c;
  border-radius: 4px;
}
.header-color-5 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-5 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-6 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #ae2573;
  border-radius: 4px;
}
.header-color-6 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-6 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #ae2573;
  border-radius: 4px;
}
.header-color-6 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-6 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-7 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #ed8b00;
  border-radius: 4px;
}
.header-color-7 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-7 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #ed8b00;
  border-radius: 4px;
}
.header-color-7 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-7 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-8 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #7c2855;
  border-radius: 4px;
}
.header-color-8 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-8 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #7c2855;
  border-radius: 4px;
}
.header-color-8 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-8 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-9 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #003087;
  border-radius: 4px;
}
.header-color-9 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-9 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #003087;
  border-radius: 4px;
}
.header-color-9 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-9 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-10 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #00a499;
  border-radius: 4px;
}
.header-color-10 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-10 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #00a499;
  border-radius: 4px;
}
.header-color-10 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-10 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-11 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #330072;
  border-radius: 4px;
}
.header-color-11 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-11 .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  background: #330072;
  border-radius: 4px;
}
.header-color-11 .content-headline h2 {
  color: #fff;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .col .header-color-11 .content-headline h2 {
    font-size: 2.4rem;
  }
}
.header-color-b-text .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  border-radius: 4px;
}
.header-color-b-text .content-headline h2 {
  color: #005eb8 !important;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-b-text .content-wrapper-inner h2 {
  color: #005eb8 !important;
}
/* V1SR-9499 - new placement style */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .compat-object-fit {
    opacity: 1;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
  }
  .compat-object-fit img {
    opacity: 0;
  }
}
.flowing-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.flowing-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.flowing-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .flowing-menu ol > li {
    flex: 0 0 100%;
  }
}
.flowing-menu ol > li a {
  width: 100%;
}
.flowing-menu ol > li .main-image-wrapper 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";
}
.flowing-menu ol > li > a:hover .title-desc-wrap,
.flowing-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.flowing-menu ol > li > a:hover .title-desc-wrap:after,
.flowing-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.flowing-menu ol > li > a:hover .main-link-text,
.flowing-menu ol > li > a:focus-visible .main-link-text,
.flowing-menu ol > li > a:hover .title-desc-wrap:after,
.flowing-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.flowing-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.flowing-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.flowing-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.flowing-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.flowing-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.flowing-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.flowing-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .flowing-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .flowing-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.flowing-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.footer-socials .main-editor-output {
  display: flex;
  flex-direction: column;
}
.footer-socials .main-editor-output p {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .footer-socials .main-editor-output p {
    flex-direction: column;
  }
  .footer-socials .main-editor-output ul {
    padding: 0 0;
  }
}
#site-article-footer-row #footer-links .footer-links-wrapper {
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
}
#site-article-footer-row #footer-links .footer-links-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 1 1 auto;
}
#site-article-footer-row #footer-links .footer-links-wrapper li a {
  width: 100%;
}
#container .page-placement.fixed-cta {
  position: fixed;
  bottom: 0;
  padding: 0;
  z-index: 10000;
  left: 3em;
  width: 3.2rem;
}
html:not(.site-area-2) #container .page-placement.fixed-cta {
  display: none;
}
@media only screen and (max-width: 700px) {
  html:not(.site-area-2) #container .page-placement.fixed-cta {
    display: none !important;
  }
}
@media only screen and (max-width: 700px) {
  #container .page-placement.fixed-cta {
    left: 0;
  }
}
#container .page-placement.fixed-cta .placement-inner {
  padding: 0;
  margin: 0;
}
#container .page-placement.fixed-cta .placement-inner p {
  margin: 0;
  position: relative;
}
#container .page-placement.fixed-cta .placement-inner p:before {
  content: "";
  background: url("/media/images/versions/img94joktmu722118.png?bev=9782") no-repeat;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  left: 1em;
  top: 50%;
  transform: translateY(-32%);
  background-size: 100%;
  z-index: 3;
}
#container .page-placement.fixed-cta .placement-inner p .cta-blue-full {
  position: relative;
  display: inline-block;
  align-items: center;
  width: 20em;
  padding-left: 4.5em;
  text-align: left;
  border-radius: 6px 6px 0 0;
  z-index: 2;
  font-size: 1.4rem;
  overflow: hidden;
  bottom: -0.5em;
  text-decoration: none !important;
  background: #005eb8;
}
@media only screen and (max-width: 700px) {
  #container .page-placement.fixed-cta .placement-inner p .cta-blue-full {
    border-radius: 0 6px 6px 0;
  }
}
#container .page-placement.fixed-cta .placement-inner p .cta-blue-full:hover,
#container .page-placement.fixed-cta .placement-inner p .cta-blue-full:focus,
#container .page-placement.fixed-cta .placement-inner p .cta-blue-full:active {
  background: #004485;
  color: #e6e6e6 !important;
}
#container .page-placement.fixed-cta .placement-inner p .cta-blue-full:before {
  content: "";
  position: absolute;
  transform: rotate(-77deg);
  height: 201%;
  width: 661px;
  background-color: rgba(255, 255, 255, 0.05);
  left: -62%;
  bottom: -70%;
  z-index: 0;
}
.solid-bg-1 {
  overflow: hidden;
}
.solid-bg-1 .placement-inner {
  padding: 2em 1em 2em 2em;
  border-radius: 8px;
  background: #fff7e9;
}
.col .solid-bg-1 .placement-inner {
  padding: 1em 1em 2em 2em;
}
[data-placement-class="MediaBrowserFolders"].solid-bg-1 .placement-inner {
  padding: 0;
}
.solid-bg-1 * {
  color: #425563 !important;
}
.solid-bg-2 {
  overflow: hidden;
}
.solid-bg-2 .placement-inner {
  padding: 2em 1em 2em 2em;
  border-radius: 8px;
  background: #005eb8;
}
.col .solid-bg-2 .placement-inner {
  padding: 1em 1em 2em 2em;
}
[data-placement-class="MediaBrowserFolders"].solid-bg-2 .placement-inner {
  padding: 0;
}
.solid-bg-2 * {
  color: #fff !important;
}
.solid-bg-3 {
  overflow: hidden;
}
.solid-bg-3 .placement-inner {
  padding: 2em 1em 2em 2em;
  border-radius: 8px;
  background: #fdf4f4;
}
.col .solid-bg-3 .placement-inner {
  padding: 1em 1em 2em 2em;
}
[data-placement-class="MediaBrowserFolders"].solid-bg-3 .placement-inner {
  padding: 0;
}
.solid-bg-3 * {
  color: #425563 !important;
}
.header-color-b-text .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  border-radius: 4px;
}
.header-color-b-text .content-headline h2 {
  color: #005eb8 !important;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-b-text .content-wrapper-inner h2 {
  color: #005eb8 !important;
}
.header-color-p-text .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  border-radius: 4px;
}
.header-color-p-text .content-headline h2 {
  color: #ae2573 !important;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.header-color-p-text .content-wrapper-inner h2 {
  color: #ae2573 !important;
}
.register,
.forgot-password {
  border: none;
  margin-left: 5px;
  background: #005eb8;
  padding: 0.7em 1.1em;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  max-height: 3.3em;
}
.register:hover,
.forgot-password:hover,
.register:active,
.forgot-password:active,
.register:focus,
.forgot-password:focus,
.register:visited,
.forgot-password:visited {
  background-color: #003087;
  color: white !important;
}
.metadata-info.info-textcontent {
  display: none;
}
.accordion-base .placement-inner .content-headline:before {
  transform: translateY(-50%) rotate(90deg);
}
blockquote:after {
  top: 0.5em;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .content-main-image:before {
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0, rgba(0, 0, 0, 0.1) 100%);
}
blockquote {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.primary-menu.no-image ol > li > a:hover .title-desc-wrap,
.primary-menu.no-image ol > li > a:active .title-desc-wrap,
.primary-menu.no-image ol > li > a:focus .title-desc-wrap {
  height: 80px;
}
.primary-menu.no-image ol > li > a:hover .title-desc-wrap .main-link-text,
.primary-menu.no-image ol > li > a:active .title-desc-wrap .main-link-text,
.primary-menu.no-image ol > li > a:focus .title-desc-wrap .main-link-text {
  text-decoration: underline;
}
.primary-menu.no-image .standard-list-menu ol > li {
  min-height: 80px;
}
.pink-menu.no-image .standard-list-menu ol > li {
  min-height: 80px;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .blog-post-summary {
  display: none;
}
#fee-editor-overlay .fee-editor {
  overflow: inherit;
}
.page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th {
  font-size: 1.2625em;
}
.flowing-menu.blue-varient ol > li > a:hover .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8, #41b6e6);
}
.flowing-menu.blue-varient ol > li > a .title-desc-wrap {
  height: 50px;
  background-image: linear-gradient(to bottom, #005eb8, #41b6e6);
}
.flowing-menu.blue-varient * {
  color: white;
}
.my-applications-carousel .content-item-inner h2 {
  display: none;
}
.services-atoz li {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(3em, 1fr));
  gap: 0.4em;
}
@media only screen and (max-width: 1315px) {
  .type-blogsminilist .content-wrapper-inner {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post {
    flex: 1 1 40%;
    width: 31rem;
  }
  .type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
    opacity: 1;
    bottom: 5em;
    background: #005eb8;
  }
}
body {
  font-size: 1.4em;
}
.type-blogsminilist .news-details .blog-page-link a {
  z-index: 9;
}
.type-blog.hide-blog-name .blog-name,
.type-blogsminilist.hide-blog-name .blog-name,
.type-blogsminilist.hide-blog-name .content-headline,
.type-blogsminilist.hide-blog-name .news-info {
  display: none;
}
.megamenu-show-all-children {
  display: none !important;
}
.two-grid.flowing-menu ol > li {
  flex: 1 0 22em;
}
.type-menuplacement.flowing-menu.with-description ol > li > a .menu-item-desc {
  display: none;
}
.flowing-menu.with-description ol > li > a:hover .menu-item-desc {
  display: inline-block;
  transition: 0.4s ease all;
}
.flowing-menu.with-description ol > li > a:hover .menu-item-desc p {
  color: white;
}
.flowing-menu.with-description ol > li > a:hover .main-link-text {
  display: none;
}
.flowing-menu.with-description ol > li > a:hover .title-desc-wrap {
  padding-left: 1em;
  padding-right: 3em;
}
.cta-blue-full {
  display: inline-block;
  padding: 0.5em 1.2em;
  text-align: center;
  border: solid 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 8px;
  color: #fff !important;
  width: 100%;
  z-index: 9999;
  position: relative;
}
.hide-media-status #media-browser-pl .results-filter-options,
.hide-media-status #media-browser-pl .status-download-information .media-status {
  display: none;
}
.page-placement[data-placement-class="MediaBrowser"] .search-field-wrap input:not(:checked) + label:before {
  content: "\f111";
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs input[type="submit"] {
  margin-left: 1em;
  margin-top: 1em;
}
.page-placement[data-placement-class="MediaBrowser"] .media-search-inputs input[type="search"] {
  width: 80% !important;
}
.a-to-z-letters .no-folders {
  background-color: #a6a6a6 !important;
}
.header-color-ich .main-editor-output h3,
.header-color-ich .main-editor-output h3 strong {
  color: #005eb8 !important;
}
.accordion-fill-11 .content-headline h2,
.accordion-base .placement-inner .content-headline h2 {
  font-size: 1.8rem;
  padding-right: 2.5em;
}
@media only screen and (max-width: 1250px) {
  .accordion-base .placement-inner .content-headline h2,
  .accordion-base .placement-inner .content-headline h3 {
    font-size: 1.5rem;
  }
}
#container .accordion-base .placement-inner .actn-show-content {
  padding-bottom: 4.6em;
}
@media all and (-ms-high-contrast: none) {
  .profile-menu.flowing-menu ol > li.main-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.profile-menu.flowing-menu ol > li {
  flex: 1 0 15em;
}
.profile-menu.flowing-menu span.main-link-text {
  font-size: 0.9em !important;
}
.flowing-menu ol > li > a .title-desc-wrap:after {
  right: 0.5em;
  width: 24px;
  height: 24px;
}
.type-blog .post .more-link {
  background: #005eb8;
}
.bx-wrapper .bx-controls-direction a:hover,
.bx-wrapper .bx-controls-direction a:focus,
.bx-wrapper .bx-controls-direction a:active,
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output .cta-plus:focus,
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output .cta-plus:hover,
.cta-collection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output .cta-plus:active {
  background: #0373ce;
}
.type-blogsminilist .content-wrapper-inner .blog-posts-list .blog-posts-post:before {
  display: none !important;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container a {
    display: none !important;
  }
  html.page-style-1 .maternity-quicklinks .menu .menu-item a .main-link-text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 820px) {
  html.page-style-1 #site-header-row {
    z-index: 99;
  }
  .page-style-1 .maternity-side-nav-accordion {
    display: none;
  }
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a,
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 a {
    color: #566f82 !important;
    border-bottom: none !important;
    font-size: 100% !important;
    font-weight: 600 !important;
  }
}
html.page-style-1 #site-nav-row.menu-open {
  z-index: 1;
  overflow-y: auto;
  padding-bottom: 15em;
}
.layout_1_0 .type-menuplacement .menu .menu-item.nav-item-expanded > a,
.layout_1_1 .type-menuplacement .menu .menu-item.nav-item-expanded > a {
  color: white !important;
}
.testimony-group .content-items-list .list-content-item .main-editor-output {
  background-position: top 2em left 1em, top 3em left 36em;
}
.usr-feedback.msg-info.email-link.enter-details p:first-child {
  display: none;
}
.homepage-slideshow.blue-row-placement .individual-slides {
  background-color: #005eb8 !important;
}
@media only screen and (max-width: 900px) {
  .homepage-slideshow .slider-controls {
    right: 2rem;
    left: auto;
  }
  .homepage-slideshow .slider,
  .homepage-slideshow .slider .individual-slides {
    height: 600px !important;
  }
  .homepage-slideshow .slider .individual-slides .slide-img-wrapper {
    height: 45%;
  }
  .homepage-slideshow .slider .individual-slides .slide-overlay {
    top: 45%;
  }
  #site-footer-row {
    position: static;
    height: auto;
  }
  .container {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .layout_1_0 .type-menuplacement .menu .menu-item.has-children > a:after,
  .layout_1_1 .type-menuplacement .menu .menu-item.has-children > a:after {
    right: 1em;
  }
}
#container .accordion-base .single-post .content-wrapper-inner {
  display: block;
}
#container .accordion-base .single-post .content-wrapper-inner .post-title {
  background: transparent;
  cursor: default;
}
#container .accordion-base .single-post .content-wrapper-inner .post-title:before {
  display: none;
}
#container .accordion-base .single-post .content-wrapper-inner .post-title h2 {
  color: #425563 !important;
  padding-left: 0 !important;
}
@media only screen and (max-width: 700px) {
  #container .type-blog .single-post .content-main-image {
    max-width: 100% !important;
  }
}
.login-forgot-password-wrapper fieldset legend {
  font-size: 1.6rem;
  font-weight: bold;
}
.login-forgot-password-wrapper .information {
  background: #f8fafa;
  padding: 1em 2.5em;
  margin: 1em 0;
}
.login-wrapper .notification.error {
  font-size: 1.6rem;
  font-weight: bold;
  color: red;
  background: #f8fafa;
  padding: 1em 2.5em;
  margin: 1em 0;
}
.login-wrapper .notification {
  font-size: 1.6rem;
  font-weight: bold;
  background: #f8fafa;
  padding: 1em 2.5em;
  margin: 1em 0;
}
.site-nav-row {
  overflow-x: auto !important;
}
@media only screen and (max-width: 700px) {
  .container {
    overflow-x: visible;
  }
  .bx-wrapper {
    overflow-x: hidden;
  }
  .slideshow-cta {
    overflow-x: hidden;
    margin: 0 -2vw !important;
  }
  .homepage-slideshow {
    overflow-x: hidden;
  }
}
.custom-media-table .folder-listings thead tr th:last-child {
  display: none;
}
.custom-media-table .folder-listings tbody tr td {
  display: none;
}
/* Light blue header-color-4 placement */
/* V1SR-9340 - header images */
#container .contains-care-and-accessable-images {
  display: flex;
  align-items: center;
}
#container .contains-care-and-accessable-images .care-image {
  width: auto;
}
#container .contains-care-and-accessable-images .care-image img {
  height: auto;
  width: 184px;
  max-width: none;
}
#container .contains-care-and-accessable-images .accessable-img {
  width: auto;
}
#container .contains-care-and-accessable-images .accessable-img .main-editor-output p {
  margin: 0;
}
/* V1SR-9734 */
@media (min-width: 769px) {
  .cta-box form {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .cta-box form .row {
    display: block;
    width: 100%;
    float: left;
  }
}
.alerts-placement {
  background: #fceeed;
  position: relative;
  padding: 2em 0;
}
.alerts-placement:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc(((100vw - 1200px) / 2) + 1px);
  z-index: 0;
  background: #fceeed;
}
.alerts-placement:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: calc(((100vw - 1200px) / 2) + 1px);
  z-index: 0;
  background: #fceeed;
}
.alerts-placement .content-item-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.alerts-placement .content-item-inner .content-headline {
  flex: 0 0 32%;
  color: #da291c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 1em;
  margin-right: 3em;
  border-right: solid 3px #da291c;
}
.alerts-placement .content-item-inner .content-wrapper-inner {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .alerts-placement .content-item-inner {
    padding: 0 1em;
  }
  .alerts-placement .content-item-inner .content-headline {
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
    border-right: none;
  }
  .alerts-placement .content-item-inner .content-headline h2 {
    margin: 0 0 0.33em 0;
  }
  .alerts-placement .content-item-inner .content-wrapper-inner {
    flex: 0 0 100%;
  }
}
/* V1SR-10117 & V1SR-10119 */
.media-viewer-wrapper table thead th {
  border-bottom: 1px solid #005eb8;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody tr td,
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tbody tr th {
  padding: 0.6em 1em;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .controls-wrap {
  margin: 1.2em 0 1.2em 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th:last-child {
  display: none;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr td:last-child {
  display: none;
}
.controls-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.controls-wrap .page-nav-count {
  order: 1;
}
.controls-wrap .goto-next-page {
  order: 4;
}
@media only screen and (max-width: 700px) {
  .controls-wrap .results-totals-count {
    display: none;
  }
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .smb-parent-folder-list li .smb-back-to-root-button {
  margin-bottom: 0.5em;
  border: none;
}
.home-page .picture-row-tall {
  padding: 0;
}
.picture-row-tall .picture-placement-tall .content-main-image img {
  left: auto;
  width: auto;
}
.picture-row-tall .placement-row .page-placement {
  min-width: 30rem;
  flex: 1 0 auto;
  align-items: flex-end;
}
.picture-placement-tall.blue-row-placement {
  display: flex;
}
@media only screen and (max-width: 952px) {
  .picture-row-tall .picture-placement-tall .content-main-image img {
    left: auto;
    width: 29%;
    right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .picture-row-tall .picture-placement-tall .content-main-image img {
    left: 60%;
    width: 40%;
  }
}
/* V1SR-10403 */
a.form-in-new-window {
  background: #007e73;
  color: #fff;
  display: inline-block;
  min-width: 250px;
  padding: 1em;
  font-weight: 400;
  transition: text-indent 0.3s ease;
  position: relative;
  border-radius: 6px;
  transition: 0.4s ease all;
}
a.form-in-new-window:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0a9";
  display: inline-block;
  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;
}
a.form-in-new-window:hover {
  text-decoration: none;
  text-indent: 6px;
  transition: 0.4s ease all;
  background: #005eb8;
}
a.form-in-new-window:hover:after {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.12);
}
.type-textcontent h3 {
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  #container .col.left .output-level-2 {
    padding-left: 1em;
  }
  #container .col.left .output-level-2 li a:before {
    content: "\f105";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
  }
  #container .col.left .output-level-3 li,
  #container .col.left .output-level-4 li,
  #container .col.left .output-level-5 li,
  #container .col.left .output-level-6 li,
  #container .col.left .output-level-7 li,
  #container .col.left .output-level-8 li {
    padding-left: 1em;
  }
}
#container .cta-blue-full {
  z-index: 0;
  position: relative;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #container {
    -ms-overflow-style: none;
  }
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info h3 {
  font-size: 16px;
  display: inline-block;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info h3 span {
  padding-left: 0.5em;
}
.controls-wrap .controls-wrap:after,
.controls-wrap .controls-wrap:before,
.file-list-wrap .controls-wrap:after,
.file-list-wrap .controls-wrap:before {
  display: none;
}
.controls-wrap .controls-wrap .page-nav-count,
.controls-wrap .controls-wrap .results-totals-count,
.file-list-wrap .controls-wrap .page-nav-count,
.file-list-wrap .controls-wrap .results-totals-count {
  margin: 0.5em 1em 0 0;
}
#container #main-content .media-viewer-wrapper .content-wrapper-inner .list-info {
  border-bottom: 1px solid #eee;
}
.quick-links .menu .menu-item {
  width: auto;
  flex: 1 1 32rem;
}
@media only screen and (max-width: 700px) {
  .quick-links .menu .menu-item {
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-banner-row .access-button {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap {
    display: block;
  }
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .mega-menu-wrapper #top-nav li .mega-menu .mega-items-wrap .menu-column .submenu-item .submenu-wrap {
    display: block;
    padding-left: 1em;
    color: white;
  }
}
.flowing-gallery ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.flowing-gallery li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 13em;
  margin: 0.7em;
  display: flex;
  min-height: 19em;
  overflow: hidden;
  max-width: 13em;
}
.flowing-gallery .image-wrapper {
  height: 2em;
}
@media all and (-ms-high-contrast: none) {
  .profile-menu.flowing-menu ol > li.main-image-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hide-media-status #media-browser-pl .results-filter-options,
.hide-media-status #media-browser-pl .status-download-information .media-status,
.hide-media-status #media-browser-pl .mb-pagination.top,
#media-browser-pl .results-filter-options .ms-archived {
  display: none;
}
.hide-media-status #media-browser-pl .media-display-table tr th:nth-child(3),
.hide-media-status #media-browser-pl .media-display-table tr td:nth-child(3) {
  display: none;
}
.type-mediabrowserfolders .mb-folders-list.sub-list .fldr {
  display: none;
}
.page-placement[class*="solid-bg"] .content-headline h2 {
  margin-top: 0;
}
.header-color-b-text .content-wrapper-inner h2 {
  color: #005eb8;
}
.header-color-b-text .content-wrapper-inner h3 {
  color: black;
}
.header-color-b-text .content-headline h2,
.header-color-b-text .content-headline h3 {
  padding: 0.3em;
  padding-left: 0;
  position: relative;
  background: #005eb8;
  border-radius: 4px;
  color: #fff !important;
  margin: 0;
  line-height: 1.3;
  padding-left: 0.5em;
}
.register:visited,
.forgot-password:visited {
  color: white !important;
}
@media only screen and (max-width: 700px) {
  .type-recurringeventsearch #event-search-form > * {
    flex: 1 0;
  }
}
.type-recurringeventsearch #event-search-form fieldset {
  flex: 1 0 auto;
}
.type-recurringeventsearch #event-search-form .event-name-filter {
  flex-basis: 100%;
}
@media only screen and (max-width: 700px) {
  .type-recurringeventsearch #event-search-form .event-name-filter {
    flex-basis: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 700px) {
  .type-recurringeventsearch #event-search-form .event-venue-filter {
    flex-basis: 100%;
    max-width: none;
  }
  .type-recurringeventsearch #event-search-form .event-venue-filter .venue-location-filter .list-select-field {
    max-width: none !important;
  }
}
#feedback {
  position: fixed;
  top: 50%;
  z-index: 4500;
  right: 0px;
}
#feedback .feedback-item {
  background-color: #fde3bd;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  padding: 15px 25px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
#feedback .feedback-item .feedback-item-inner {
  font-weight: bold;
  display: flex;
  align-items: center;
}
#feedback .feedback-item .feedback-item-inner .close {
  background-color: transparent;
  display: block;
}
#feedback .feedback-item .feedback-item-inner .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;
  margin-right: 25px;
  color: red;
}
#feedback .feedback-item .feedback-item-inner .close:hover:before {
  color: black;
}
#feedback .feedback-item .feedback-item-inner .feedback-message:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  display: inline-block;
  margin-right: 15px;
}
.interactive-image[data-placement-class="CustomTemplate"] {
  position: relative;
  height: 70vh;
  min-height: 600px;
  border: 2px solid gainsboro;
  border-radius: 6px;
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.5);
}
.interactive-image[data-placement-class="CustomTemplate"] svg {
  width: 2000px;
}
.interactive-image[data-placement-class="CustomTemplate"] svg a,
.interactive-image[data-placement-class="CustomTemplate"] svg a .cls-19 {
  fill: #0d8112;
}
.interactive-image[data-placement-class="CustomTemplate"] svg a:hover rect,
.interactive-image[data-placement-class="CustomTemplate"] svg a:focus rect {
  outline: 1px solid blue;
}
.interactive-image.page-placement .placement-inner {
  background: transparent;
  padding: 0 0;
  margin: 0 0;
  height: 100%;
}
.interactive-image #content-wrapper:has(.interactive-image) {
  margin: 0 0;
  width: 100%;
  max-width: none;
}
.placement-row:has(
    .interactive-image[data-placement-class="CustomTemplate"]
  ):before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0b2";
  display: inline-block;
  font-size: 30px;
  line-height: 45px;
  padding: 0;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  right: 25px;
  color: lightblue;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  border: 1px solid lightblue;
}
.placement-row-wrapper.collection-row {
  height: 0px;
  z-index: -1;
  position: relative;
}
.placement-row-wrapper.collection-row:has(.open) {
  z-index: 8000;
}
@media only screen and (max-width: 700px) {
  .placement-row-wrapper.collection-row {
    height: auto;
  }
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list {
  position: fixed;
  height: 100%;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 1;
  overflow-y: scroll;
}
@media only screen and (max-width: 700px) {
  .placement-row-wrapper.collection-row .type-contentcollection .content-items-list {
    display: block;
    position: initial;
    top: initial;
    bottom: initial;
    left: initial;
    max-width: none;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item {
  position: absolute;
  top: 30vh;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item {
    position: fixed;
    top: 50%;
    left: 15px;
    right: 15px;
    max-width: 95%;
    transform: translateY(-50%);
    border: 1px solid black;
  }
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .item-headline {
  padding: 1.1em;
  background: #186ab5;
  width: 100%;
  padding-right: 55px;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .item-headline h3 {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner {
  padding: 1.1em;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .content-main-image img {
  height: 220px;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .main-editor-output {
  flex: 1 1 70%;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .main-editor-output a {
  color: #186ab5;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .main-editor-output::empty {
  display: none;
}
@media only screen and (max-width: 700px) {
  .placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .content-main-image {
    order: 1;
  }
  .placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .content-wrapper-inner .main-editor-output {
    order: 2;
    color: #425563;
  }
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  font-size: 140%;
  cursor: pointer;
  color: #444;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .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: "\f057";
  display: inline-block;
  font-family: "Font Awesome 5 pro";
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #186ab5;
  padding: 0.1em;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .close:hover:before,
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .close:focus:before,
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .close:active:before {
  border: 1px solid white;
  padding: 0.1em;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item .close span {
  visibility: hidden;
  max-width: 0px;
}
.placement-row-wrapper.collection-row .type-contentcollection .content-items-list .list-content-item.open {
  opacity: 1;
  z-index: 10;
}
.placement-row-wrapper.collection-row.open .type-contentcollection .content-items-list {
  display: block;
}
.text-bg .placement-inner {
  padding: 1.75em;
  border-radius: 10px;
}
.text-bg .placement-inner .main-editor-output h2,
.text-bg .placement-inner .content-headline h2,
.text-bg .placement-inner .main-editor-output h3,
.text-bg .placement-inner .content-headline h3,
.text-bg .placement-inner .main-editor-output h4,
.text-bg .placement-inner .content-headline h4 {
  margin-top: 0.25em;
}
#container .text-bg .placement-inner {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.text-bg.blue .placement-inner {
  background: #005eb8;
}
.text-bg.blue .content-headline h2 {
  color: #fff;
}
.text-bg.blue .main-editor-output * {
  color: #fff;
}
.text-bg.orange .placement-inner {
  background: #ed8b00;
}
.text-bg.orange .content-headline h2 {
  color: #000;
}
.text-bg.orange .main-editor-output * {
  color: #000;
}
.text-bg.yellow .placement-inner {
  background: #ffb81c;
}
.text-bg.yellow .content-headline h2 {
  color: #000;
}
.text-bg.yellow .main-editor-output * {
  color: #000;
}
.text-bg.purple .placement-inner {
  background: #ae2573;
}
.text-bg.purple .content-headline h2 {
  color: #fff;
}
.text-bg.purple .main-editor-output * {
  color: #fff;
}
.text-bg.red .placement-inner {
  background: #da291c;
}
.text-bg.red .content-headline h2 {
  color: #fff;
}
.text-bg.red .main-editor-output * {
  color: #fff;
}
.text-bg.green .placement-inner {
  background: #006747;
}
.text-bg.green .content-headline h2 {
  color: #fff;
}
.text-bg.green .main-editor-output * {
  color: #fff;
}
.text-bg.light-green .placement-inner {
  background: #009639;
}
.text-bg.light-green .content-headline h2 {
  color: #fff;
}
.text-bg.light-green .main-editor-output * {
  color: #fff;
}
.text-bg.teal .placement-inner {
  background: #00a499;
}
.text-bg.teal .content-headline h2 {
  color: #fff;
}
.text-bg.teal .main-editor-output * {
  color: #fff;
}
body #pecr-compliance-banner {
  background: #fefae4 !important;
  box-shadow: 0 6px 5.2px 0.8px rgba(48, 48, 48, 0.15) !important;
  display: flex !important;
  padding: 1.5em !important;
  border: 4px solid #af930a !important;
  font-size: 16px !important;
  position: relative !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
@media only screen and (max-width: 700px) {
  body #pecr-compliance-banner {
    padding: 1em !important;
  }
}
body #pecr-compliance-banner form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin-left: auto;
  margin-right: auto;
}
body #pecr-compliance-banner fieldset {
  display: flex;
  flex: 1 0 20%;
  flex-wrap: wrap;
  gap: 0.5em;
}
body #pecr-compliance-banner fieldset legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body #pecr-compliance-banner fieldset legend .focusable:active,
body #pecr-compliance-banner fieldset legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
body #pecr-compliance-banner fieldset input[type="submit"] {
  padding: 0.5em 0.75em;
  border-radius: 8px;
  background-color: white;
  border: 2px solid #005eb8;
  color: #005eb8;
}
body #pecr-compliance-banner fieldset input[type="submit"]:hover {
  background-color: #005eb8 !important;
  border: 2px solid #005eb8 !important;
  color: white !important;
}
body #pecr-compliance-banner fieldset input[type="submit"].actn-cookies-accept {
  background-color: #21831d;
  border: 2px solid #21831d;
  color: white;
}
.skip-to-content {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 9999999999;
  padding: 15px;
  background: white;
  border: 1px solid #425563;
  border-radius: 6px;
  box-shadow: 3px 4px 6px 2px rgba(0, 0, 0, 0.3);
  transform: translateY(-150%);
  transition: transform 0.3s;
}
.skip-to-content:focus {
  transform: translateY(0%);
}
.type-textcontent.cclist-check h3:has(+ ul),
.type-textcontent.cclist-cross h3:has(+ ul),
.type-textcontent.cclist-check h3:has(+ ol),
.type-textcontent.cclist-cross h3:has(+ ol) {
  background-color: #0272bb;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 2.4rem 0 0 0;
  padding: 1.6rem 4rem;
  position: relative;
  width: auto;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .type-textcontent.cclist-check h3:has(+ ul),
  .type-textcontent.cclist-cross h3:has(+ ul),
  .type-textcontent.cclist-check h3:has(+ ol),
  .type-textcontent.cclist-cross h3:has(+ ol) {
    padding: 1.6rem 3.2rem;
  }
}
.type-textcontent.cclist-check ul,
.type-textcontent.cclist-cross ul,
.type-textcontent.cclist-check ol,
.type-textcontent.cclist-cross ol {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 2.4rem;
  margin-top: -3.2rem;
  padding: 5.6rem 4rem 1.6rem;
}
@media only screen and (max-width: 1024px) {
  .type-textcontent.cclist-check ul,
  .type-textcontent.cclist-cross ul,
  .type-textcontent.cclist-check ol,
  .type-textcontent.cclist-cross ol {
    padding: 4.8rem 0.8rem 0.8rem;
  }
}
.type-textcontent.cclist-check ul li,
.type-textcontent.cclist-cross ul li,
.type-textcontent.cclist-check ol li,
.type-textcontent.cclist-cross ol li {
  list-style: none;
  margin: 0 0 1.6rem;
  padding: 0 0 0 4rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .type-textcontent.cclist-check ul li,
  .type-textcontent.cclist-cross ul li,
  .type-textcontent.cclist-check ol li,
  .type-textcontent.cclist-cross ol li {
    padding-left: 5.6rem;
  }
}
.type-textcontent.cclist-check ul li:before,
.type-textcontent.cclist-cross ul li:before,
.type-textcontent.cclist-check ol li:before,
.type-textcontent.cclist-cross ol li:before {
  content: '';
  font-size: 2.4rem;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .type-textcontent.cclist-check ul li:before,
  .type-textcontent.cclist-cross ul li:before,
  .type-textcontent.cclist-check ol li:before,
  .type-textcontent.cclist-cross ol li:before {
    left: 1.6rem;
  }
}
.type-textcontent.cclist-cross ul li:before,
.type-textcontent.cclist-cross ol li:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #c0392b;
}
.type-textcontent.cclist-check ul li:before,
.type-textcontent.cclist-check ol li:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  color: #27ae60;
}
#four-zero-four-page {
  background: #005eb8;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#four-zero-four-page #main-content {
  width: 100vw;
  max-width: 1366px;
  font-size: 1.5em;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #four-zero-four-page #main-content {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 700px) {
  #four-zero-four-page #main-content {
    padding: 10%;
  }
}
#four-zero-four-page #main-content .four-zero-four-search-inputs > label {
  display: none;
}
#four-zero-four-page #main-content #form-wrap {
  display: flex;
}
#four-zero-four-page #main-content #form-wrap > input {
  border: 1px solid #425563;
  border-right: none;
  padding: 0.25em;
  min-width: 50%;
}
#four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap {
  position: relative;
  transition: 0.4s ease all;
}
#four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: white;
  pointer-events: none;
}
#four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap input {
  transition: 0.4s ease all;
  background: #005eb8;
  color: transparent;
  border: 1px solid #425563;
  padding: 0.25em;
}
#four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap input:hover {
  background: #41b6e6;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap input:hover {
    background-image: url(/base-install/images/_site/icons/search-small.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #four-zero-four-page #main-content #form-wrap .four-zero-four-submit-wrap input {
    background-image: url(/base-install/images/_site/icons/search-small.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
}
#four-zero-four-page #main-content p {
  color: #fff;
}
#four-zero-four-page #main-content p a {
  color: #41b6e6;
  text-decoration: underline;
}
#four-zero-four-page #main-content .group-content-left {
  background: white;
  padding: 2em 4em;
}
#four-zero-four-page #main-content .group-content-right {
  padding: 2em;
}
@media only screen and (max-width: 700px) {
  #four-zero-four-page #main-content .group-content-right {
    padding: 2em 2em 2em 0;
  }
}
html.page-style-1 .site-header-row {
  box-shadow: 10px 20px 20px 0 rgba(124, 40, 85, 0.1);
  padding: 0.5em 1.5em 1.5em 0;
  z-index: 2;
}
html.page-style-1 .site-header-row.menu-open {
  box-shadow: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-header-row.menu-open {
    background: #fff;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-header-row {
    padding: 1.5em;
  }
}
html.page-style-1 .site-header-row .logo-container #logo {
  width: 165px;
}
@media only screen and (max-width: 1024px) {
  html.page-style-1 .site-header-row .logo-container #logo {
    width: 146px;
  }
}
html.page-style-1 .site-header-row .logo-container .logo-wrapper {
  background: url("/media/images/versions/img94joktmu722052.png?bev=9767.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-header-row .logo-container .logo-wrapper {
    background: url("/media/images/versions/img94joktmu722052.png?bev=9767.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slideout-openhtml.page-style-1 .site-header-row .logo-container .logo-wrapper {
    background: url("/media/images/versions/img94joktmu722052.png?bev=9767.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-header-row .logo-container {
    padding: 0;
    background: transparent;
  }
}
html.page-style-1 .site-header-row .logo-container img {
  opacity: 0;
}
html.page-style-1 .site-header-row .mobile-search-toggle-wrap:before {
  display: none;
}
html.page-style-1 .site-header-row .mobile-search-toggle {
  display: none;
}
html.page-style-1 .site-header-row .mobile-nav-toggle-wrap:before {
  display: none;
}
html.page-style-1 .site-banner-row.menu-open {
  z-index: -1;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open {
  z-index: 1000;
  top: 0;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav {
  top: 5em;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li {
  padding: 0;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li:before {
  width: 100%;
  background: #e8edee;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li a {
  color: #425563;
  padding-left: 3.5em;
  z-index: 0;
  font-weight: 600;
  font-family: "Frutiger W01";
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li a:hover {
  background: #e8edee;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children {
  position: relative;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children .mobile-megamenu-viewer {
  position: absolute;
  left: 0;
  right: 88%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  top: 0.35em;
  z-index: 1000 !important;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.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: "\f105";
  display: inline-block;
  color: #425563;
  border: none;
  position: relative;
  transform: translateY(0);
  right: 0;
  width: auto;
  top: 0;
  transition: all 0.2s ease;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children .mobile-megamenu-viewer.open a {
  color: #005eb8 !important;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children .mobile-megamenu-viewer.open:before {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children .mega-menu {
  padding-top: 0;
}
html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open #top-nav li.has-children .mega-menu.show .menu-column li a {
  padding-left: 0;
  color: #425563 !important;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-banner-row .mega-menu-wrapper.menu-open {
    background: #fff !important;
  }
}
html.page-style-1 #container #fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
html.page-style-1 #container #fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}
html.page-style-1 #container #webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
html.page-style-1 #container #webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
html.page-style-1 #container #webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
html.page-style-1 #container #accessibility-controls {
  font-size: 90%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  border-top-left-radius: 15px;
  z-index: 99999;
  box-shadow: 1.5px 2.6px 7px rgba(12, 12, 12, 0.1) !important;
  display: block !important;
}
html.page-style-1 #container #accessibility-controls .content-container {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
}
html.page-style-1 #container #accessibility-controls #google_translate_element {
  padding-bottom: 1.5em;
}
html.page-style-1 #container #accessibility-controls .translate-toggle {
  margin-bottom: 0.5em;
  text-decoration: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1 #container #accessibility-controls .translate-toggle {
    display: none;
  }
}
html.page-style-1 #container #accessibility-controls .translate-toggle .no-txt {
  position: relative;
  padding: 0.25em 0.25em 0.5em 0;
  font-weight: 700;
  margin-bottom: 1em;
  color: #425563;
  text-decoration: none;
  text-transform: capitalize;
}
.ie7 html.page-style-1 #container #accessibility-controls .translate-toggle,
.ie8 html.page-style-1 #container #accessibility-controls .translate-toggle {
  display: none !important;
}
html.page-style-1 #container #accessibility-controls .translate-toggle .goog-te-gadget {
  padding: 0.5em 0;
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap {
  flex-direction: column;
  justify-content: center;
  margin-left: 1em;
  display: flex;
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap:focus {
  outline: 1px solid white;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap {
    order: 2;
  }
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle {
  color: #425563;
  padding: 0.75em;
  margin-left: -0.75em;
  outline: none !important;
  top: 1px;
  border-bottom: solid 1px transparent;
  background-image: linear-gradient(135deg, #ae2573 0, #5a133b 100%);
  color: #fff;
  padding: 0.75em 1.5em 0.8em 1.5em;
  outline: 0 !important;
  position: relative;
  z-index: 10;
  top: 0;
  display: block;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle {
    padding: 1em;
    border-radius: 10px 0 0 0;
  }
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:focus {
  outline: 1px solid white;
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text {
  display: block;
  line-height: 23px;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
  }
}
html.page-style-1 #container #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;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text:before {
    font-size: 26px;
    margin-right: 0;
  }
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .open-text {
  display: none;
  line-height: 23px;
}
html.page-style-1 #container #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;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open {
    border-radius: 0;
  }
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .closed-text {
  display: none;
}
html.page-style-1 #container #accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .open-text {
  display: block;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper {
  display: flex;
  flex: 0 0 100%;
  order: 3;
  background: #f6f6f6;
  display: none;
  position: relative;
  padding: 1.5em 0.5em;
  border-radius: 6px 0 0 0;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper.open {
  display: flex;
  flex-direction: column;
  order: -1;
  padding: 1.5em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1 #container #accessibility-controls .access-controls-wrapper.open {
    order: 1;
    width: 220px;
    max-width: 220px;
    position: absolute;
    bottom: 3em;
  }
}
html.page-style-1 #container #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: #f9eef4;
  border-top: solid 1px #f4e0eb;
  border-bottom: solid 1px #f4e0eb;
  display: none;
}
html.page-style-1 #container #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;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper ol li {
  flex: 1 1 auto;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .access-controls-wrapper {
    display: none;
  }
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper ol#accessbar {
  order: 1;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper ol#skiplinks {
  order: 2;
  padding-right: 0.5em;
  border-top: 1px solid #eee;
  padding-top: 1em;
  margin-top: 1em;
  display: flex;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper ol#skiplinks li {
  display: block;
  flex-direction: column;
  justify-content: center;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper + .placement-row-wrapper {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement {
  flex: 1 1 auto;
}
html.page-style-1 #container #accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement.type-textcontent {
  padding: 0;
}
html.page-style-1 #container #accessibility-controls #accessbar form {
  display: inline-block;
}
html.page-style-1 #container #accessibility-controls #accessbar .access-options-label {
  font-weight: 700;
  margin-bottom: 0.5em;
}
html.page-style-1 #container #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%;
}
html.page-style-1 #container #accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
html.page-style-1 #container #accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #bbb;
}
html.page-style-1 #container #accessibility-controls .access-options-label {
  margin-right: 0.2em;
}
html.page-style-1 #container #accessibility-controls .type-textcontent .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.page-style-1 #container #accessibility-controls .type-textcontent .main-editor-output p {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #container #accessibility-controls .type-menuplacement {
    display: none;
  }
}
html.page-style-1 #container #accessibility-controls .type-menuplacement .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html.page-style-1 #container #accessibility-controls .type-menuplacement .menu .menu-item {
  flex: 0 0 auto;
  padding: 0 1em;
  border-right: solid 1px #ddd;
}
html.page-style-1 #container #accessibility-controls .type-menuplacement .menu .menu-item a {
  color: #4c6272;
}
html.page-style-1:not(.page-style-1-home) .site-banner-row {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1:not(.page-style-1-home) .site-banner-row {
    display: block;
  }
}
html.page-style-1 #breadcrumbs li.breadcrumb-item.current {
  color: #ae2573;
}
html.page-style-1 h2 {
  font-size: 2em;
}
html.page-style-1 p {
  font-family: "Frutiger W01";
  color: #425563;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
html.page-style-1 .main-editor-output li {
  font-family: "Frutiger W01";
  color: #425563;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}
html.page-style-1 .main-editor-output li a {
  text-decoration: none;
}
html.page-style-1 .wrapper .type-textcontent .content-headline h2 {
  font-size: 2.7em;
  margin-top: 0;
}
html.page-style-1 .wrapper .type-textcontent .main-editor-output h2:first-of-type {
  counter-reset: 2.7em;
  margin-top: 0;
}
html.page-style-1 .col .type-menuplacement .menu-headline {
  background: transparent;
}
html.page-style-1 .col .type-menuplacement .menu-headline h2 {
  font-size: 2em;
  padding-bottom: 0.25em;
}
html.page-style-1 .col .type-menuplacement .menu-headline + .content-wrapper-inner .menu {
  border-top: 1px solid #eee;
}
html.page-style-1 .col .type-menuplacement .menu .menu-item a {
  color: #425563;
  font-weight: bold;
  padding-left: 1.75em;
}
html.page-style-1 .col .type-menuplacement .menu .menu-item a:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6em;
}
html.page-style-1 .col .type-menuplacement .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: "\f105";
  display: inline-block;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.6em;
}
html.page-style-1 .col .type-menuplacement .menu .menu-item.has-children > a.current: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-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
html.page-style-1 .col .type-menuplacement .menu .menu-item.has-children > a:after {
  display: none;
}
html.page-style-1 .col .type-textcontent {
  margin-bottom: 2em;
  box-shadow: rgba(124, 40, 85, 0.1) 10px 10px 22px;
  border: 1px solid rgba(118, 134, 146, 0.1);
  border-radius: 5px;
}
html.page-style-1 .col .type-textcontent .content-headline {
  padding: 1em 1em 1em 2em;
  margin: 0;
}
html.page-style-1 .col .type-textcontent .content-headline h2 {
  font-size: 1.6em;
  color: #425563;
  margin: 0;
}
html.page-style-1 .col .type-textcontent .main-editor-output {
  padding: 1.5em;
}
html.page-style-1 .col .type-textcontent .main-editor-output h2 {
  margin-top: 0;
}
html.page-style-1 .signpost-image {
  border: none !important;
  background: #7c2855;
  padding: 0;
  border-radius: 5px;
  min-height: 537px;
}
html.page-style-1 .signpost-image .placement-inner {
  margin: 0;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-headline {
  padding: 1em 1em 1em 2em;
  margin: 0;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-headline h2 {
  font-size: 1.6em;
  color: #fff;
  margin: 0;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .content-main-image {
  position: absolute;
  bottom: 0;
  top: 4em;
  left: 0;
  right: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .content-main-image img {
  height: 100%;
  width: 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;";
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output {
  position: absolute;
  bottom: 0;
  background: rgba(124, 40, 85, 0.9);
  border-radius: 0 0 5px 5px;
  width: 100%;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output * {
  color: #fff;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote {
  background: transparent;
  border: none;
  padding: 1em;
  font-size: 1.2em;
  margin: 0;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote:before,
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote:after {
  display: none;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote p {
  position: relative;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote p:first-of-type:before {
  content: "";
  width: 15px;
  height: 12px;
  background: url("/base-install/images/arrows/open-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1em;
}
html.page-style-1 .signpost-image .placement-inner .content-item-inner .content-wrapper-inner .main-editor-output blockquote p:last-of-type:after {
  content: "";
  width: 15px;
  height: 12px;
  background: url("/base-install/images/arrows/close-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
html.page-style-1 .signpost-image-only {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
html.page-style-1 .signpost-image-only .placement-inner {
  margin: 0;
}
html.page-style-1 .signpost-image-only .placement-inner .content-main-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
}
html.page-style-1 .signpost-image-only .placement-inner .content-main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
}
html.page-style-1 .signpost-image-only .placement-inner .main-editor-output {
  padding: 0;
}
html.page-style-1 .purple-row-placement {
  padding: 3em 0;
}
html.page-style-1 .purple-row-placement .main-editor-output p {
  color: #fff;
  line-height: 1.6;
}
html.page-style-1 .site-footer-row .type-menuplacement .menu-headline h2 {
  font-size: 2.7em;
}
html.page-style-1 .site-footer-row .site-credits-container {
  height: 10em;
  padding-top: 1em;
  align-items: flex-start;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .site-footer-row .site-credits-container {
    height: 12em;
  }
}
html.page-style-1 .col.left .layout_col_inner.sticky {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .col.left .layout_col_inner.sticky {
    position: static;
  }
}
html.page-style-1.page-style-1-home .breadcrumb {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .maternity-badge {
    display: none !important;
  }
}
html.page-style-1.page-style-1-home .maternity-badge .content-main-image img {
  width: 165px;
}
html.page-style-1.page-style-1-home #site-header-row {
  position: absolute;
  top: 0;
  z-index: 5000;
  left: 0;
  right: 0;
  box-shadow: none;
  padding: 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row.menu-open .logo-container .logo-wrapper {
    background: url("/media/images/versions/img94joktmu722052.png?bev=9767.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row {
    padding: 1.5em;
  }
}
html.page-style-1.page-style-1-home #site-header-row .content-container {
  flex-direction: row-reverse;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row .content-container {
    flex-direction: row;
  }
}
html.page-style-1.page-style-1-home #site-header-row .content-container .placement-row-wrapper {
  margin-right: auto;
  margin-left: 0;
}
html.page-style-1.page-style-1-home #site-header-row .content-container .placement-row-wrapper .placement-row-1 {
  margin-left: 0;
}
html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container {
  padding: 1.5em;
}
html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container #logo {
  width: 128px;
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container #logo {
    width: 146px;
  }
}
html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container .logo-wrapper {
  background: url("/base-install/images/main-logo/company-logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container .logo-wrapper {
    background: url("/media/images/versions/img94joktmu721945.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .slideout-openhtml.page-style-1.page-style-1-home #site-header-row .content-container .logo-container .logo-wrapper {
    background: url("/media/images/versions/img94joktmu722052.png?bev=9767.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container {
    padding: 0;
    background: transparent;
  }
}
html.page-style-1.page-style-1-home #site-header-row .content-container .logo-container img {
  opacity: 0;
}
html.page-style-1.page-style-1-home .site-banner-row {
  border-top: none;
  overflow: hidden;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container {
  max-width: none;
  width: 100%;
  background: #e8edee;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper:nth-child(2) {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row {
  display: block;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner {
  width: 100%;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .placement-inner {
  margin: 0;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image {
  position: relative;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:before {
  content: "";
  background: #41b6e6;
  height: 185px;
  width: 196%;
  transform: rotate(7deg);
  position: absolute;
  bottom: 0;
  top: 90%;
  overflow: hidden;
  z-index: 6;
  mix-blend-mode: multiply;
  right: 0;
  left: -66px;
  transition: transform 0.5s ease;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:before {
    background: #1ca1d8;
    opacity: 0.65;
  }
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:before {
    height: 100px;
    transform: rotate(10deg);
    transition: transform 0.5s ease;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:after {
  content: "";
  background: #ae2573;
  opacity: 80%;
  height: 73px;
  width: 114%;
  transform: rotate(-185deg);
  position: absolute;
  left: -43px;
  bottom: 0;
  top: 83%;
  overflow: hidden;
  z-index: 1;
  right: 0;
  transition: all 0.5s ease;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:after {
    background: #841c57;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image:after {
    opacity: 60%;
    height: 45px;
    transition: all 0.5s ease;
    transform: rotate(-186deg);
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  width: 100%;
  max-height: 845px;
  min-height: 563px;
  font-family: "object-fit: cover; object-position: center bottom;";
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .content-main-image .banner-stripe-div {
  background: #e8edee;
  position: absolute;
  top: 91%;
  bottom: 0;
  width: 127%;
  right: 100%;
  transform: rotate(5deg);
  height: 309px;
  left: -48px;
  right: 0;
  overflow: hidden;
  z-index: 0;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .main-editor-output h2 {
  position: absolute;
  right: 2em;
  bottom: 4em;
  z-index: 10;
  color: #fff;
  font-family: "Dancing Script", cursive;
  font-size: 1.8em;
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .maternity-banner .main-editor-output h2 {
    right: 0.5em;
    bottom: -1em;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline {
  padding: 10em 10em 6em 10em;
  padding: 4em 0 4em 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline {
    padding: 4em 2em 2em 2em;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner {
  flex-wrap: wrap;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-headline {
  flex: 1 0 40em;
  padding-right: 8em;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-headline {
    flex: 1 1 100%;
    padding-right: 0;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-headline h2 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #425563;
  letter-spacing: 1px;
  padding-bottom: 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-headline h2 {
    font-size: 1.8rem;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner {
  flex: 1 1 61em;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output {
  font-family: "Frutiger W01";
  font-weight: 500;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-width: 10em;
  column-width: 10em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output {
    -moz-column-width: auto;
    column-width: auto;
  }
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output {
    -moz-column-count: 1;
    column-count: 1;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output h2 {
  font-weight: 700;
  font-size: 18px;
  color: #768692;
  letter-spacing: 1px;
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output h3 {
  position: absolute;
  top: 3.5em;
  left: 7em;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #768692;
  letter-spacing: 1px;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output h3 {
    left: 1.5em;
    top: 0.5em;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output p {
    font-size: 1.4rem;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output p:first-of-type {
  backface-visibility: red;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 0.25em;
  margin-top: 0;
  margin-bottom: 3em;
  padding-right: 4em;
}
@media only screen and (max-width: 1024px) {
  html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper .placement-row .banner-headline .content-item-inner .content-wrapper-inner .main-editor-output p:first-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}
html.page-style-1.page-style-1-home .site-banner-row .content-container .placement-row-wrapper:last-child {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
html.page-style-1.page-style-1-home .site-banner-row nav {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1.page-style-1-home .site-banner-row nav {
    display: block;
  }
}
html.page-style-1 .centered-headline {
  margin: 0 auto;
}
html.page-style-1 .centered-headline .main-editor-output {
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.page-style-1 .centered-headline .main-editor-output h2 {
  font-size: 2.7em;
}
html.page-style-1 .centered-headline .main-editor-output p {
  max-width: 40em;
  font-weight: 500;
  line-height: 1.6;
}
html.page-style-1 .page-utils-links-wrap {
  display: none;
}
html.page-style-1 h2,
html.page-style-1 h3,
html.page-style-1 h4 {
  font-family: "Frutiger W01";
  font-weight: 600;
  color: #425563;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
html.page-style-1 .maternity-quicklinks {
  position: relative;
  z-index: 2;
}
html.page-style-1 .maternity-quicklinks .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
  padding: 0 0 6em 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .maternity-quicklinks .menu {
    margin: 0;
  }
}
html.page-style-1 .maternity-quicklinks .menu .menu-item {
  flex: 1 1 24em;
  margin: 1em;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 115px;
  width: 419px;
  border: 1px solid rgba(174, 37, 115, 0.05);
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(124, 40, 85, 0.1);
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a .main-image-wrapper {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  max-width: 120px;
  height: 100%;
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a .main-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a .title-desc-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 8em;
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a .main-link-text {
  text-align: left;
  font-weight: 600;
  color: #7c2855;
}
html.page-style-1 .maternity-quicklinks .menu .menu-item a .menu-item-desc {
  text-align: left;
  font-size: 100%;
  font-weight: 500;
  font-family: "Frutiger W01";
}
html.page-style-1 .main-content .breadcrumb {
  display: none;
}
html.page-style-1 .main-content .main-wrapper > .content-wrapper {
  padding-top: 2em;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .main-content .main-wrapper > .content-wrapper {
    padding-top: 1em;
  }
}
html.page-style-1 .breadcrumb {
  background: rgba(232, 237, 238, 0.3);
  margin: 0 auto;
  max-width: none;
  z-index: 0;
}
html.page-style-1 .breadcrumb:before {
  display: none;
}
html.page-style-1 .maternity-tab {
  position: fixed;
  bottom: 0;
  padding: 0;
  z-index: 10000;
  left: 3em;
  width: 3.2rem;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .maternity-tab {
    left: 0;
  }
}
html.page-style-1 .maternity-tab .placement-inner {
  padding: 0;
  margin: 0;
}
html.page-style-1 .maternity-tab .placement-inner p {
  margin: 0;
  position: relative;
}
html.page-style-1 .maternity-tab .placement-inner p:before {
  content: "";
  background: url("/media/images/versions/img94joktmu722118.png?bev=9782") no-repeat;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  color: #fff;
  left: 1em;
  top: 50%;
  transform: translateY(-32%);
  background-size: 100%;
  z-index: 3;
}
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full {
  position: relative;
  display: inline-block;
  align-items: center;
  width: 20em;
  padding-left: 4.5em;
  text-align: left;
  border-radius: 6px 6px 0 0;
  z-index: 2;
  font-size: 1.4rem;
  overflow: hidden;
  bottom: -0.5em;
  text-decoration: none !important;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full {
    border-radius: 0 6px 6px 0;
  }
}
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full:hover,
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full:focus,
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full:active {
  background: #ae2573;
  color: #e6e6e6 !important;
}
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full:before {
  content: "";
  position: absolute;
  transform: rotate(-77deg);
  height: 201%;
  width: 661px;
  background-color: rgba(255, 255, 255, 0.05);
  left: -62%;
  bottom: -70%;
  z-index: 0;
}
html.page-style-1 .maternity-tab .placement-inner p .cta-purple-full:after {
  content: "";
  position: absolute;
  transform: rotate(-15deg);
  height: 220%;
  width: 150px;
  background-color: rgba(255, 255, 255, 0.05);
  left: -23%;
  bottom: -70%;
  z-index: 0;
}
html.page-style-1 .accordion-color-2 {
  margin-bottom: 0;
}
html.page-style-1 .accordion-color-2 .placement-inner {
  margin-bottom: 0;
}
html.page-style-1 .accordion-color-2 .actn-show-content:hover .content-headline,
html.page-style-1 .accordion-color-2 .actn-show-content:active .content-headline,
html.page-style-1 .accordion-color-2 .actn-show-content:focus .content-headline,
html.page-style-1 .accordion-color-2 .actn-show-content.open .content-headline,
html.page-style-1 .accordion-color-2 .actn-show-content:hover .item-headline,
html.page-style-1 .accordion-color-2 .actn-show-content:active .item-headline,
html.page-style-1 .accordion-color-2 .actn-show-content:focus .item-headline,
html.page-style-1 .accordion-color-2 .actn-show-content.open .item-headline {
  transition: all 0.2s ease;
}
html.page-style-1 .accordion-color-2 .actn-show-content .content-headline,
html.page-style-1 .accordion-color-2 .actn-show-content .item-headline {
  border-left: 8px solid #41b6e6;
  transition: all 0.2s ease;
  padding: 1em 0.8em 1em 2em !important;
  background-color: #f6fbfe;
}
html.page-style-1 .accordion-color-2 .actn-show-content .content-headline:before,
html.page-style-1 .accordion-color-2 .actn-show-content .item-headline:before {
  background: transparent;
  font-size: 2em !important;
  color: #41b6e6;
  font-weight: 400 !important;
  top: 50%;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .accordion-color-2 .actn-show-content .content-headline:before,
  html.page-style-1 .accordion-color-2 .actn-show-content .item-headline:before {
    right: 0.25em;
  }
}
html.page-style-1 .accordion-color-2 .actn-show-content .content-headline h2,
html.page-style-1 .accordion-color-2 .actn-show-content .item-headline h2,
html.page-style-1 .accordion-color-2 .actn-show-content .content-headline h3,
html.page-style-1 .accordion-color-2 .actn-show-content .item-headline h3 {
  color: #41b6e6;
  border-bottom: none;
  padding-bottom: 0 !important;
  font-family: "Frutiger W01";
  font-size: 1.8em;
}
html.page-style-1 .accordion-color-2 .content-headline {
  background-color: #41b6e6;
  color: #ffffff;
  transition: all 0.2s ease;
  border-left: 8px solid #41b6e6;
  padding-left: 3em;
}
html.page-style-1 .accordion-color-2 .content-headline h2 {
  color: #41b6e6;
  border-bottom: none;
  padding-bottom: 0 !important;
  font-family: "Frutiger W01";
}
html.page-style-1 .accordion-color-2 .content-wrapper-inner {
  background-color: #f6fbfe;
}
html.page-style-1 .accordion-color-2 .content-wrapper-inner .main-editor-output {
  padding: 1.5em;
}
html.page-style-1 .accordion-color-2 .content-wrapper-inner .main-editor-output p a {
  color: #41b6e6;
}
html.page-style-1 .accordion-color-8 {
  margin-bottom: 0;
}
html.page-style-1 .accordion-color-8 .placement-inner {
  margin-bottom: 0;
}
html.page-style-1 .accordion-color-8 .actn-show-content:hover .content-headline,
html.page-style-1 .accordion-color-8 .actn-show-content:active .content-headline,
html.page-style-1 .accordion-color-8 .actn-show-content:focus .content-headline,
html.page-style-1 .accordion-color-8 .actn-show-content.open .content-headline,
html.page-style-1 .accordion-color-8 .actn-show-content:hover .item-headline,
html.page-style-1 .accordion-color-8 .actn-show-content:active .item-headline,
html.page-style-1 .accordion-color-8 .actn-show-content:focus .item-headline,
html.page-style-1 .accordion-color-8 .actn-show-content.open .item-headline {
  transition: all 0.2s ease;
}
html.page-style-1 .accordion-color-8 .actn-show-content .content-headline,
html.page-style-1 .accordion-color-8 .actn-show-content .item-headline {
  border-left: 8px solid #7857ab;
  transition: all 0.2s ease;
  padding: 1em 0.8em 1em 2em !important;
  background-color: #f8f7fb;
}
html.page-style-1 .accordion-color-8 .actn-show-content .content-headline:before,
html.page-style-1 .accordion-color-8 .actn-show-content .item-headline:before {
  background: transparent;
  font-size: 2em !important;
  color: #7857ab;
  font-weight: 400 !important;
  top: 50%;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .accordion-color-8 .actn-show-content .content-headline:before,
  html.page-style-1 .accordion-color-8 .actn-show-content .item-headline:before {
    right: 0.25em;
  }
}
html.page-style-1 .accordion-color-8 .actn-show-content .content-headline h2,
html.page-style-1 .accordion-color-8 .actn-show-content .item-headline h2,
html.page-style-1 .accordion-color-8 .actn-show-content .content-headline h3,
html.page-style-1 .accordion-color-8 .actn-show-content .item-headline h3 {
  color: #7857ab;
  border-bottom: none;
  padding-bottom: 0 !important;
  font-family: "Frutiger W01";
  font-size: 1.8em;
}
html.page-style-1 .accordion-color-8 .content-headline {
  background-color: #7857ab;
  color: #ffffff;
  transition: all 0.2s ease;
  border-left: 8px solid #7857ab;
  padding-left: 3em;
}
html.page-style-1 .accordion-color-8 .content-headline h2 {
  color: #7857ab;
  border-bottom: none;
  padding-bottom: 0 !important;
  font-family: "Frutiger W01";
}
html.page-style-1 .accordion-color-8 .content-wrapper-inner {
  background-color: #f8f7fb;
}
html.page-style-1 .accordion-color-8 .content-wrapper-inner .main-editor-output {
  padding: 1.5em;
}
html.page-style-1 .accordion-color-8 .content-wrapper-inner .main-editor-output p a {
  color: #7857ab;
}
html.page-style-1 .accordion-menu {
  display: none !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 .accordion-menu {
    display: block !important;
  }
}
html.page-style-1 .accordion-menu .content-headline {
  border-bottom: 1px solid #eee;
  border-radius: 10px;
  background: #b2307a;
  padding: 0.75em 1em 0.75em 1.25em;
}
html.page-style-1 .accordion-menu .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;
  top: 50% !important;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.page-style-1 .accordion-menu .content-headline h2 {
  font-size: 2em;
  color: #fff;
}
html.page-style-1 .accordion-menu .content-headline.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: "\f105";
  display: inline-block;
  top: 50% !important;
  transform: translateY(-50%) rotate(90deg);
  color: #425563;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.page-style-1 .accordion-menu .main-link-text {
  color: #425563;
  font-weight: bold;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > li > a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > li:hover > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu > li:focus > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu > li:active > a {
  background: #005eb8;
  color: #fff;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > li.menu-current > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu > li.nav-item-expanded > a {
  background: #005eb8;
  color: #fff;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.menu-current > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.menu-current > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.menu-current > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a {
  background: transparent;
  color: #425563;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.menu-current > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.menu-current > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.menu-current > a:active,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.menu-current > a:active,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.menu-current > a:active,
html.page-style-1 #site-nav-row .type-menuplacement .menu:hover > li.nav-item-expanded > a:active,
html.page-style-1 #site-nav-row .type-menuplacement .menu:focus > li.nav-item-expanded > a:active,
html.page-style-1 #site-nav-row .type-menuplacement .menu:active > li.nav-item-expanded > a:active {
  background: #005eb8;
  color: #fff;
}
html.page-style-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-end;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 0 0 auto;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > li > a {
  padding: 1em 1.25em;
  text-align: center;
  text-decoration: none;
  color: #425563;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media (max-width: 900px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu > li > a {
    color: #fff;
  }
}
html.page-style-1 #site-nav-row {
  border-top: solid 1px #eee;
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row {
    border: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100vw;
    z-index: 1000;
    transition: left 0.4s ease;
  }
  html.page-style-1 #site-nav-row .menu {
    top: 6em;
  }
}
html.page-style-1 #site-nav-row.menu-open {
  left: 0;
  display: block;
}
html.page-style-1 #site-nav-row.menu-open {
  z-index: 1;
  top: 0;
}
@media only screen and (min-width: 701px) {
  html.page-style-1 #site-nav-row.menu-open {
    display: none;
  }
}
html.page-style-1 #site-nav-row.menu-open .menu {
  top: 6em;
}
html.page-style-1 #site-nav-row.menu-open .menu li {
  padding: 0;
}
html.page-style-1 #site-nav-row.menu-open .menu li:before {
  content: "";
  width: 100%;
  background: #e8edee;
  width: 94%;
  position: absolute;
  height: 1px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
html.page-style-1 #site-nav-row.menu-open .menu li:first-child:before {
  display: none;
}
html.page-style-1 #site-nav-row.menu-open .menu li a {
  color: #425563;
  padding-left: 3.5em;
  z-index: 0;
  font-weight: 600;
  font-family: "Frutiger W01";
  text-align: left;
}
html.page-style-1 #site-nav-row.menu-open .menu li a:hover {
  background: #e8edee;
  color: #425563;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children {
  position: relative;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children .mobile-megamenu-viewer {
  position: absolute;
  left: 0;
  right: 88%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  top: 0.35em;
  z-index: 1000 !important;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
html.page-style-1 #site-nav-row.menu-open .menu li.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: "\f105";
  display: inline-block;
  color: #425563;
  border: none;
  position: relative;
  transform: translateY(0);
  right: 0;
  width: auto;
  top: 0;
  transition: all 0.2s ease;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children .mobile-megamenu-viewer.open a {
  color: #005eb8 !important;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children .mobile-megamenu-viewer.open:before {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children .mega-menu {
  padding-top: 0;
}
html.page-style-1 #site-nav-row.menu-open .menu li.has-children .mega-menu.show .menu-column li a {
  padding-left: 0;
  color: #425563 !important;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row.menu-open {
    background: #fff !important;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .top-navigation {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .placement-inner {
    margin: 0;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu {
  position: relative;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 10em;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > .mobile-only {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .mobile-only {
    display: block;
  }
}
html.page-style-1 #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: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a:before {
    display: none;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a .main-link-text {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu .menu-item-home.menu-item-1 a .main-link-text {
    display: block;
  }
}
@media only screen and (min-width: 701px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children:hover .output-level-2,
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children:focus .output-level-2,
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children:active .output-level-2 {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children {
    position: relative;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu > .has-children .mobile-megamenu-viewer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 54px;
  }
  html.page-style-1 #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;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 3;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -moz-column-fill: auto;
  column-fill: auto;
  padding: 1em;
  border-radius: 0 0 5px 5px;
  border: solid 1px #eee;
  border-top: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 {
    transform: none;
    border: none;
    position: static;
    background: rgba(255, 255, 255, 0.1);
    -moz-column-count: 1;
    column-count: 1;
    padding: 1em 1.25em;
  }
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2.closed {
    display: none;
  }
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2.open {
    display: block;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 a {
  color: #425563;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 a {
    color: #fff;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li {
  margin: 0 0 1em 0;
  width: 100%;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a {
  font-weight: 700;
  font-size: 110%;
  display: block;
  border-bottom: solid 3px rgba(65, 182, 230, 0.15);
  transition: border-bottom 0.25s ease;
  padding-bottom: 0.18em;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a:active {
  border-bottom-color: #41b6e6;
  text-decoration: none;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1em;
  background: rgba(65, 182, 230, 0.25);
  position: relative;
  top: 3px;
  transition: background 0.25s ease;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:hover:before,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:focus:before,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > a.current:active:before {
  background: #41b6e6;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol {
  font-size: 85%;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li {
  margin: 0.75em 0;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a {
  color: #566f82;
  transform: translateX(0);
  transition: transform 0.2s ease;
  display: block;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a {
    color: #fff;
  }
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a:active {
  transform: translateX(8px);
  text-decoration: none;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current {
  padding-left: 4px;
  border-left: solid 6px rgba(65, 182, 230, 0.25);
  transition: border-left 0.2s ease;
}
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:hover,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:focus,
html.page-style-1 #site-nav-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:active {
  border-left-color: #41b6e6;
  transform: none;
}
html.page-style-1 #site-nav-row .mobile-menu-tools {
  display: none;
}
@media only screen and (max-width: 700px) {
  html.page-style-1 #site-nav-row .mobile-menu-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
html.page-style-1 #site-nav-row .mobile-menu-tools .close-menu {
  display: flex;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  text-align: center;
  color: #c0392b;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none !important;
}
html.page-style-1 #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;
}
html.page-style-1 #site-nav-row .mobile-menu-tools .close-menu .button-text {
  display: none;
}
html.page-style-1 #site-nav-row .mobile-menu-tools .search-target-wrap {
  flex: 1 1 auto;
}
html.page-style-1 #top-nav > li > a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
html.page-style-1 #top-nav > li > a:hover,
html.page-style-1 #top-nav > li > a:focus,
html.page-style-1 #top-nav > li > a:active,
html.page-style-1 #top-nav > li > a.current {
  background: #005eb8;
  color: #fff;
}
html.page-style-1 #top-nav:hover > li > a.current,
html.page-style-1 #top-nav:focus > li > a.current,
html.page-style-1 #top-nav:active > li > a.current {
  background: transparent;
  color: #425563;
}
html.page-style-1 #top-nav:hover > li > a.current:hover,
html.page-style-1 #top-nav:focus > li > a.current:hover,
html.page-style-1 #top-nav:active > li > a.current:hover,
html.page-style-1 #top-nav:hover > li > a.current:focus,
html.page-style-1 #top-nav:focus > li > a.current:focus,
html.page-style-1 #top-nav:active > li > a.current:focus,
html.page-style-1 #top-nav:hover > li > a.current:active,
html.page-style-1 #top-nav:focus > li > a.current:active,
html.page-style-1 #top-nav:active > li > a.current:active {
  background: #005eb8;
  color: #fff;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.testimony-group {
  background: linear-gradient(to right, #7c2855 50%, #ae2573 50%);
  min-height: 560px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .testimony-group {
    max-height: none;
    background: linear-gradient(to bottom, #7c2855 50%, #ae2573 50%);
    overflow: hidden;
  }
}
.testimony-group:before {
  content: "";
  position: absolute;
  transform: rotate(18deg);
  height: 220%;
  width: 700px;
  background-color: rgba(255, 255, 255, 0.05);
  left: 38%;
  bottom: -70%;
}
.testimony-group:after {
  content: "";
  position: absolute;
  transform: rotate(-15deg);
  height: 220%;
  width: 150px;
  background-color: rgba(255, 255, 255, 0.05);
  left: 32%;
  bottom: -70%;
}
.testimony-group .placement-inner {
  display: flex;
  align-items: center;
}
.testimony-group .content-items-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  grid-template-rows: minmax(min-content, max-content);
}
@media only screen and (max-width: 1024px) {
  .testimony-group .content-items-list {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(min-content, max-content);
    grid-template-areas: "left" "right";
  }
}
.testimony-group .content-items-list .item-headline {
  display: none;
}
.testimony-group .content-items-list .list-content-item {
  color: #fff;
  flex: 1 1 50%;
  padding: 2em 4em;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .testimony-group .content-items-list .list-content-item {
    padding: 2em;
  }
}
.testimony-group .content-items-list .list-content-item:first-child {
  grid-area: left;
}
.testimony-group .content-items-list .list-content-item:last-child {
  grid-area: right;
}
.testimony-group .content-items-list .list-content-item .main-editor-output {
  padding-top: 5.5em;
  color: #fff;
  background-image: url("/media/images/versions/img94joktmu721946.png?bev=9735"), url("/media/images/versions/img94joktmu721945.png?bev=9734");
  background-position: top 2em left 1em, top 3em left 12em;
  background-repeat: no-repeat;
  background-size: 108px, 124px;
}
.testimony-group .content-items-list .list-content-item .main-editor-output h2 {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Frutiger W01";
  font-style: italic;
  line-height: 1.8;
  position: relative;
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote {
  background: transparent;
  border: none;
  min-height: 220px;
}
@media only screen and (max-width: 700px) {
  .testimony-group .content-items-list .list-content-item .main-editor-output blockquote {
    min-height: none;
  }
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote:before,
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote:after {
  display: none;
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote > blockquote ~ p {
  display: none;
}
@media only screen and (max-width: 700px) {
  .testimony-group .content-items-list .list-content-item .main-editor-output blockquote {
    margin: 0;
    padding: 1em;
  }
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote p {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  font-family: "Frutiger W01";
  font-style: italic;
  line-height: 1.6;
  position: relative;
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote p:before {
  content: "";
  width: 25px;
  height: 22px;
  background: url("/base-install/images/arrows/open-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.75em;
  top: 0.75em;
}
.testimony-group .content-items-list .list-content-item .main-editor-output blockquote p:after {
  content: "";
  width: 25px;
  height: 22px;
  background: url("/base-install/images/arrows/close-quote.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimony-group .content-items-list .list-content-item .main-editor-output ul {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 700px) {
  .testimony-group .content-items-list .list-content-item .main-editor-output ul {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.testimony-group .content-items-list .list-content-item .main-editor-output ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Frutiger W01";
}
@media only screen and (max-width: 700px) {
  .testimony-group .content-items-list .list-content-item .main-editor-output ul li {
    margin: 0 0 2em 0;
  }
}
.testimony-group .content-items-list .list-content-item .main-editor-output ul li p {
  color: #fff;
}
.testimony-group .content-items-list .list-content-item .main-editor-output ul li:first-child {
  margin-right: 2em;
}
.testimony-group .content-items-list .list-content-item .main-editor-output a {
  color: #fff;
  text-decoration: underline;
}
.covid-message {
  padding: 2em 0;
}
.covid-message .content-wrapper-inner {
  display: flex;
  padding: 5em;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .covid-message .content-wrapper-inner {
    padding: 1em;
  }
}
.covid-message .content-wrapper-inner .content-main-image {
  flex: 0 0 21em;
}
.covid-message .content-wrapper-inner .content-main-image img {
  max-width: 174px;
  margin-bottom: 2em;
  border-radius: 50%;
}
@media only screen and (max-width: 700px) {
  .covid-message .content-wrapper-inner .content-main-image img {
    max-width: 130px;
  }
}
.covid-message .content-wrapper-inner .main-editor-output {
  flex: 1 1 40em;
}
.covid-message .content-wrapper-inner .main-editor-output h2 {
  margin-top: 0;
}
.covid-message .content-wrapper-inner .main-editor-output a {
  color: #7c2855;
  font-weight: bold;
  text-decoration: underline;
}
.covid-message .content-wrapper-inner .main-editor-output a:hover,
.covid-message .content-wrapper-inner .main-editor-output a:active {
  text-decoration: none;
}
.covid-message .content-wrapper-inner .main-editor-output a:focus {
  color: #fff;
}
#container .cta-placement {
  min-height: 535px;
  padding-bottom: 0;
  padding-top: 0;
  box-shadow: 10px 20px 20px 0 rgba(124, 40, 85, 0.1);
  z-index: 0;
}
#container .cta-placement .placement-inner {
  max-width: none;
  width: 100%;
  margin: 0;
}
#container .cta-placement .content-wrapper-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner {
    flex-wrap: wrap;
  }
}
#container .cta-placement .content-wrapper-inner .content-main-image {
  flex: 1 1 42em;
  position: relative;
  z-index: 2;
  align-self: normal;
}
@media screen and (max-width: 1124px) {
  #container .cta-placement .content-wrapper-inner .content-main-image {
    flex: 1 1 52em;
  }
}
#container .cta-placement .content-wrapper-inner .content-main-image:before {
  content: "";
  background: #41b6e6;
  opacity: 90%;
  height: 219%;
  width: 100px;
  transform: rotate(20deg);
  position: absolute;
  bottom: -17%;
  top: -62%;
  overflow: hidden;
  z-index: 2;
  mix-blend-mode: multiply;
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner .content-main-image:before {
    height: 100px;
    width: 196%;
    transform: rotate(-5deg);
    position: absolute;
    bottom: 0;
    top: 82%;
    overflow: hidden;
    z-index: 2;
    mix-blend-mode: multiply;
    right: 0;
    left: -20px;
    transition: transform 0.5s ease;
  }
}
#container .cta-placement .content-wrapper-inner .content-main-image:after {
  content: "";
  background: #ae2573;
  opacity: 60%;
  height: 136%;
  width: 60px;
  transform: rotate(-7deg);
  position: absolute;
  left: -60px;
  bottom: -15%;
  top: -17%;
  overflow: hidden;
  z-index: 2;
  transition: transform 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner .content-main-image:after {
    opacity: 90%;
    height: 60px;
    width: 114%;
    transform: rotate(6deg);
    position: absolute;
    left: -43px;
    bottom: 0;
    top: 93%;
    overflow: hidden;
    z-index: 1;
    right: 0;
    transition: transform 0.5s ease;
  }
}
#container .cta-placement .content-wrapper-inner .content-main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  min-height: 535px;
  height: 100%;
  font-family: "object-fit: cover; object-position: center center;";
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner .content-main-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    max-height: 400px;
    min-height: auto;
  }
}
#container .cta-placement .content-wrapper-inner .content-main-image .stripe-div {
  background: #fff;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 192px;
  right: 100%;
  transform: rotate(13deg);
  height: 293%;
  top: -48%;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner .content-main-image .stripe-div {
    display: none;
  }
}
#container .cta-placement .content-wrapper-inner .main-editor-output {
  position: relative;
  flex: 1 1 74em;
  padding: 2em 12em 2em 2em;
  padding-left: calc((100vw - 1366px) / 2);
}
.home-page #container .cta-placement .content-wrapper-inner .main-editor-output {
  padding-left: 2em;
}
@media only screen and (max-width: 1024px) {
  #container .cta-placement .content-wrapper-inner .main-editor-output {
    padding: 6em 2em;
  }
}
#container .cta-placement .content-wrapper-inner .main-editor-output h2 {
  line-height: 1.4;
}
@media screen and (max-width: 1366px) {
  #container .cta-placement .content-wrapper-inner .main-editor-output {
    padding-left: 2em;
  }
}
#container .cta-placement .content-wrapper-inner .main-editor-output p {
  line-height: 1.6;
}
#container .cta-placement .content-wrapper-inner .main-editor-output a {
  display: inline-block;
  margin-top: 1.5em;
  width: 100%;
}
.contained {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.page-style-1 .main-content .content-container {
  width: 100%;
  max-width: none;
}
.page-style-1 .main-content .content-container .site-content-top-row .placement-row-wrapper {
  width: 100%;
  max-width: none;
}
.page-style-1 .main-content .content-container .site-content-top-row .placement-row-wrapper .placement-row .page-placement .placement-inner {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
  float: none;
}
.page-style-1 .main-content .content-container .main-cols-container {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.page-style-1 .main-content .content-container .main-cols-container .middle {
  border-radius: 5px;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent {
  padding-top: 0;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner {
  margin: 0;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner {
  border-radius: 5px;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner .content-headline {
  padding: 1em 1.5em 0 1.5em;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner .content-headline h2 {
  margin-bottom: 0;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner .content-main-image {
  max-height: 320px;
  overflow: hidden;
  display: flex;
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner .content-main-image img {
  height: 100%;
  width: 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 bottom;";
}
.page-style-1 .main-content .content-container .main-cols-container .middle .type-textcontent .placement-inner .content-item-inner .main-editor-output {
  padding: 1em 1.5em;
}
.mobile-menu-cta {
  display: none;
  margin-top: 2em;
}
@media only screen and (max-width: 700px) {
  .mobile-menu-cta {
    display: none;
  }
  .mobile-menu-cta p {
    text-align: center;
  }
  .mobile-menu-cta p .cta-purple-full {
    padding: 1.5em 3em;
    width: 100%;
    display: none;
  }
}
.has-fixed-cta .site-credits-container {
  height: 8em;
  display: flex;
  align-items: flex-start;
  padding-top: 1em;
}
#main-content .placement-row-wrapper:has(.alert-banner) {
  background-color: yellow;
  max-width: unset;
  width: initial;
}
#main-content .placement-row-wrapper:has(.alert-banner) .placement-row {
  max-width: 1366px;
  width: 96%;
  margin: auto;
}
#main-content .alert-banner {
  background-color: yellow;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .alert-banner .main-editor-output *,
#main-content .alert-banner .content-headline * {
  color: black;
}
#main-content .alert-banner:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  color: black;
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  #main-content .alert-banner:before {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond .layout_1_0 .type-menuplacement,
  .birth-and-beyond .layout_0_1 .type-menuplacement,
  .birth-and-beyond .layout_1_1 .type-menuplacement {
    display: block !important;
  }
}
.birth-and-beyond .logged-in .logged-in-hide {
  display: none;
}
.birth-and-beyond .container {
  padding-bottom: 0;
  overflow-x: visible !important;
  display: flex;
  flex-direction: column;
}
.birth-and-beyond #site-header-row {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  max-height: unset;
  min-height: unset;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #site-header-row {
    position: sticky;
    top: 0;
    z-index: 5000;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
  }
}
.birth-and-beyond .type-textcontent .main-editor-output iframe[src*="youtube"] {
  width: 100%;
  min-height: 400px;
}
.birth-and-beyond #site-nav-row .mat-specific-nav {
  display: none;
}
.birth-and-beyond #site-nav-row .mat-specific-nav .menu {
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #site-nav-row.menu-open .mat-specific-nav {
    display: block;
    position: fixed;
    top: 52px;
    z-index: 100;
    width: 100%;
    background-color: #eeeeee;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.5);
  }
}
.birth-and-beyond .placement-row-1-up .type-textcontent .no-main-image-display .main-editor-output [style*="text-align: center"] {
  width: 75%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.birth-and-beyond .placement-row-1-up .type-textcontent .no-main-image-display .main-editor-output [style*="text-align: center"]:is(p) {
  font-size: 1.75em;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond .placement-row-1-up .type-textcontent .no-main-image-display .main-editor-output [style*="text-align: center"] {
    width: 90%;
  }
}
.birth-and-beyond .site-content-top-row .placement-row-1-up .type-textcontent .no-main-image-display .main-editor-output {
  max-width: 100ch;
}
.birth-and-beyond .site-content-top-row .placement-row-1-up .type-textcontent .no-main-image-display .main-editor-output:has([style*="text-align: center"]) {
  max-width: unset;
}
.birth-and-beyond h2,
.birth-and-beyond h3,
.birth-and-beyond h4,
.birth-and-beyond h5,
.birth-and-beyond h6 {
  color: #004255;
}
.birth-and-beyond .main-content {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond .main-content {
    padding-top: 0px;
  }
}
.birth-and-beyond .main-content .placement-row-1-up .type-textcontent.default .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.birth-and-beyond .main-content .placement-row-1-up .type-textcontent.default .content-wrapper-inner > * {
  flex: 1 0 22em;
}
.birth-and-beyond .main-content .placement-row-1-up .type-textcontent.default .content-main-image img {
  box-shadow: 0 1px 12px -4px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.birth-and-beyond .main-content .site-content-top-row .placement-row-1-up .type-textcontent:has(.content-main-image) .content-wrapper-inner {
  flex-direction: row-reverse;
}
.birth-and-beyond .main-content .menu-pod-children-container {
  display: none;
}
.birth-and-beyond [class*="side-tab"] {
  display: none;
}
.birth-and-beyond .type-textcontent[class*="bb-"] {
  display: none;
  background-color: rgba(1, 123, 115, 0.12);
  padding: 1.5em;
  margin-top: -20px;
  margin-bottom: 20px;
}
.birth-and-beyond .type-textcontent[class*="bb-"] .placement-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.birth-and-beyond #logo {
  background: url("/media/images/versions/img94joktmu741563.jpg?bev=16133");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 180px;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #logo {
    width: 100px;
  }
}
.birth-and-beyond #logo img {
  opacity: 0;
}
.birth-and-beyond .access-button a:before {
  color: #007873;
}
.birth-and-beyond .desktop-search-toggle-wrap .desktop-search-toggle {
  color: #ffa02e;
}
.birth-and-beyond .site-banner-row {
  background-color: white;
  position: sticky;
  top: 0;
}
.birth-and-beyond .site-banner-row #top-nav > li > a:hover {
  background: #7857ab;
  color: #fff;
}
.birth-and-beyond nav.breadcrumb {
  position: absolute;
  top: 0;
  background-color: rgba(0, 120, 115, 0.2);
  padding: 17px 0.5em 17px 0.5em;
  margin: 0;
}
.birth-and-beyond .faq-single > .content-item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4em;
}
.birth-and-beyond .faq-single .actn-show-faq {
  max-height: none !important;
  order: 1;
  background: transparent !important;
  border-radius: 0px !important;
  border-bottom: 2px solid grey !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.birth-and-beyond .faq-single .actn-show-faq.faq-closed + .faq-answer {
  display: none;
}
.birth-and-beyond .faq-single .faq-question {
  display: flex;
  align-items: center;
}
.birth-and-beyond .faq-single .faq-question h2 {
  margin: 0;
  font-size: 2.5rem;
  color: #7857ab;
}
.birth-and-beyond .faq-single .faq-question h2:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: inline-block;
  margin-right: 10px;
}
.birth-and-beyond .faq-single .faq-category-list {
  order: 2;
}
.birth-and-beyond .faq-single .faq-answer {
  order: 3;
  padding-left: 30px;
  position: relative;
  margin-top: 1em;
  margin-left: 20px;
  width: 80%;
  max-width: 800px;
}
.birth-and-beyond .faq-single .faq-answer:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  color: #007873;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
}
.birth-and-beyond .faq-single .faq-answer p:first-of-type {
  margin-top: 0;
}
.birth-and-beyond .site-content-top-row {
  background-color: #007873;
  padding-bottom: 120px;
  margin-bottom: 2em;
  background-image: url("/media/images/versions/img94joktmu741562.png?bev=16134");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 800px;
  -webkit-mask-image: url("/media/images/versions/img94joktmu741566.png?bev=16135");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom;
}
.birth-and-beyond .site-content-top-row .type-textcontent * {
  color: white;
}
.bb-internal.birth-and-beyond .site-content-top-row {
  -webkit-mask-image: none;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 1em;
  background-image: url("/media/images/versions/img94joktmu741569.png?bev=16131");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.birth-and-beyond #main-content .type-loginplacement .placement-inner,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .placement-inner {
  padding: 3em;
  border-radius: 30px;
  margin: 3em;
  background-color: white;
  box-shadow: 0px 3px 13px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #main-content .type-loginplacement .placement-inner,
  .birth-and-beyond #main-content .type-general:has(.registration-wrapper) .placement-inner {
    padding: 1.5em;
    margin: 1.5em 0.5em;
  }
}
.birth-and-beyond #main-content .type-loginplacement .content-headline h2,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .content-headline h2 {
  margin-top: 0.25em;
}
.birth-and-beyond #main-content .type-loginplacement .login-button-wrapper .login-button,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .login-button-wrapper .login-button {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.8em 1.2em;
  line-height: 1.8rem;
  margin: 5px 2px 0 0;
}
.birth-and-beyond #main-content .type-loginplacement .login-button-wrapper .login-button:hover,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .login-button-wrapper .login-button:hover,
.birth-and-beyond #main-content .type-loginplacement .login-button-wrapper .login-button:focus,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .login-button-wrapper .login-button:focus {
  text-decoration: none;
}
.birth-and-beyond #main-content .type-loginplacement .logged-status-container .welcome-note,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .logged-status-container .welcome-note {
  font-size: 2em;
  color: #004255;
  margin-top: 0;
}
.birth-and-beyond #main-content .type-loginplacement .logged-status-container .meta-name,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) .logged-status-container .meta-name {
  font-weight: bold;
}
.birth-and-beyond #main-content .type-loginplacement input[type="submit"],
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) input[type="submit"] {
  background-color: #7857ab;
  color: #ffffff;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.2s ease;
}
.birth-and-beyond #main-content .type-loginplacement input[type="submit"]:after,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) input[type="submit"]: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;
  color: #ffffff;
  margin-left: 10px;
}
.birth-and-beyond #main-content .type-loginplacement input[type="submit"]:focus,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) input[type="submit"]:focus,
.birth-and-beyond #main-content .type-loginplacement input[type="submit"]:hover,
.birth-and-beyond #main-content .type-general:has(.registration-wrapper) input[type="submit"]:hover {
  background-color: #8668b4;
}
.birth-and-beyond #main-content a:focus,
.birth-and-beyond #main-content a:active {
  background-color: transparent !important;
  color: inherit !important;
}
.birth-and-beyond #main-content table tr {
  border-bottom: 1px solid #f0f0f0;
}
.birth-and-beyond #main-content table tr:nth-child(even) td {
  background: #f9f9f9;
}
.birth-and-beyond #main-content table td {
  border-bottom: none;
}
.birth-and-beyond #main-content table td a {
  text-decoration: underline;
}
.birth-and-beyond #main-content table thead th {
  padding: 0.5em 1em;
  background: #004255;
  color: white;
  border-color: #007873;
  border-right-width: 1px;
}
.birth-and-beyond #main-content table thead th:first-of-type {
  border-top-left-radius: 8px;
}
.birth-and-beyond #main-content table thead th:last-of-type {
  border-right: none;
  border-top-right-radius: 8px;
}
.birth-and-beyond #logon-horizon {
  padding: 3em;
  border-radius: 30px;
  margin: 3em;
  background-color: white;
  box-shadow: 0px 3px 13px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #logon-horizon {
    padding: 1.5em;
    margin: 1.5em 0.5em;
  }
}
.birth-and-beyond #logon-horizon .information {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.birth-and-beyond #logon-horizon .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5em;
}
.birth-and-beyond #logon-horizon .logon-container .row {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.birth-and-beyond #logon-horizon .logon-container .row .field-holder {
  display: flex;
  gap: 1em;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #logon-horizon .logon-container .row .field-holder {
    flex-direction: column;
    gap: 0.5em;
  }
}
.birth-and-beyond #logon-horizon .logon-container .row .field-value {
  flex: 1 0 auto;
}
.birth-and-beyond #logon-horizon input[type="submit"] {
  background-color: #7857ab;
  color: #fff;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
}
.birth-and-beyond #logon-horizon input[type="submit"]:hover,
.birth-and-beyond #logon-horizon input[type="submit"]:focus {
  background-color: #8668b4;
}
.birth-and-beyond #maternity-change-duedate-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 30px;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #maternity-change-duedate-form {
    margin-top: 1em;
  }
  .birth-and-beyond #maternity-change-duedate-form .form-field-wrapper {
    flex-grow: 1 !important;
  }
}
.birth-and-beyond #maternity-change-duedate-form .form-field-wrapper {
  flex: 0 1 22em;
}
.birth-and-beyond #maternity-change-duedate-form .form-field-wrapper .field-label {
  text-transform: uppercase;
  color: rgba(0, 66, 85, 0.6);
  letter-spacing: 1px;
  font-size: 10px;
}
.birth-and-beyond #maternity-change-duedate-form button[type="submit"] {
  margin-top: 0.5em;
  background-color: #7857ab;
  color: #ffffff;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.2s ease;
}
.birth-and-beyond #maternity-change-duedate-form button[type="submit"]: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;
  color: #ffffff;
  margin-left: 10px;
}
.birth-and-beyond #maternity-change-duedate-form button[type="submit"]:focus,
.birth-and-beyond #maternity-change-duedate-form button[type="submit"]:hover {
  background-color: #8668b4;
}
.birth-and-beyond #maternity-change-duedate-form button[type="submit"]:after {
  display: none;
}
.birth-and-beyond #maternity-change-duedate-form + .feedback {
  margin-left: 30px;
  margin-right: 30px;
  padding: 0px;
  background-color: #007873;
  color: white;
}
.birth-and-beyond #maternity-change-duedate-form + .feedback.success {
  padding: 1em;
}
.birth-and-beyond #maternity-change-duedate-form + .feedback.success:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
  margin-right: 10px;
}
.birth-and-beyond #maternity-change-duedate-form + .feedback.error {
  padding: 1em;
  background-color: #004255;
  color: white;
}
.birth-and-beyond #maternity-change-duedate-form + .feedback.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: "\f06a";
  display: inline-block;
  margin-right: 10px;
}
.birth-and-beyond .accordion-base {
  margin: 1em 0 1em 0;
  padding: 0;
}
.birth-and-beyond .accordion-base .placement-inner {
  padding: 0;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  border-radius: 10px;
  border: 3px solid #7857ab;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond .accordion-base .placement-inner {
    margin: 0;
  }
}
.birth-and-beyond .accordion-base .placement-inner .actn-show-content {
  padding-bottom: 0em !important;
}
#container .birth-and-beyond .accordion-base .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  outline: none;
  transition: border-radius 0.33s ease;
}
.birth-and-beyond .accordion-base .placement-inner .actn-show-content.open .content-headline:before {
  content: "\f105";
}
.birth-and-beyond .accordion-base .placement-inner .content-item {
  margin: 0;
  background: #fff;
}
.birth-and-beyond .accordion-base .placement-inner .content-item .content-item-inner {
  padding: 0;
  border: none;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline {
  padding: 0.6em;
  padding-left: 0;
  position: relative;
  color: #005eb8;
  cursor: pointer;
  margin: 0;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 2em;
  font-weight: bold;
  transition: all 0.2s ease;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7857ab;
}
.col .birth-and-beyond .accordion-base .placement-inner .content-headline:before {
  top: 0.3em;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline.open {
  border-bottom: none;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline.open:before {
  transition: all 0.2s ease;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: #fff;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline h2,
.birth-and-beyond .accordion-base .placement-inner .content-headline h3 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #7857ab;
  padding-bottom: 0.1em;
  padding-right: 1.5em;
  border-bottom: none;
  padding-left: 1em;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline button {
  width: 100%;
  text-align: left;
  background: transparent !important;
  padding: 0 !important;
}
.birth-and-beyond .accordion-base .placement-inner .content-headline button:focus {
  outline: 0;
}
.birth-and-beyond .accordion-base .placement-inner .favourite-container {
  position: absolute;
  top: 1.85em;
  right: 3.5em;
}
.birth-and-beyond .accordion-base .placement-inner .content-wrapper-inner {
  display: none;
  border-top: none;
  padding: 1em;
}
.birth-and-beyond .pod-menu .content-item-container {
  border-radius: 30px;
  overflow: hidden;
  background-color: #004255;
  position: relative;
  transition: all 0.2s ease;
}
.birth-and-beyond .pod-menu .content-item-container .main-image-wrapper img {
  transition: all 0.2s ease;
}
.birth-and-beyond .pod-menu .content-item-container:hover {
  transform: translateY(-2px);
  background-color: #60458a;
  box-shadow: 0px 3px 13px -5px rgba(0, 0, 0, 0.3);
}
.birth-and-beyond .pod-menu .content-item-container:hover .main-image-wrapper img {
  opacity: 0.8;
}
.birth-and-beyond .pod-menu .content-item-container:hover a {
  text-decoration: none;
}
.birth-and-beyond .pod-menu .content-item-container .main-page-pod-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.birth-and-beyond .pod-menu .content-item-container .pod-content .title-text-wrap {
  font-size: 2rem;
  color: white;
}
.birth-and-beyond .type-textcontent .main-editor-output .cta {
  background-color: #004255;
  color: #ffffff;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.2s ease;
}
.birth-and-beyond .type-textcontent .main-editor-output .cta:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  color: #ffffff;
  margin-left: 10px;
}
.birth-and-beyond .type-textcontent .main-editor-output .cta:focus,
.birth-and-beyond .type-textcontent .main-editor-output .cta:hover {
  background-color: #00566f;
}
.birth-and-beyond #site-article-footer-row {
  display: none;
}
.birth-and-beyond #site-content-bottom-row {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.birth-and-beyond #site-footer-row {
  position: unset;
  height: inherit;
  margin-top: auto;
  background-color: #004255;
}
.birth-and-beyond #site-footer-row .placement-row-wrapper {
  display: none;
}
.birth-and-beyond #site-footer-row .site-footer * {
  color: white;
}
.birth-and-beyond #site-footer-row .site-footer:before {
  background-color: #004255;
  display: none;
}
.birth-and-beyond #site-footer-row .site-footer .site-credits-container:before {
  background-color: #004255;
  display: none;
}
.birth-and-beyond #site-footer-row .site-footer .menu a {
  text-decoration: underline;
}
.birth-and-beyond #site-footer-row .site-footer .menu a:hover {
  background: none;
  text-decoration-thickness: 2px;
}
.birth-and-beyond #site-footer-row .placement-row-wrapper,
.birth-and-beyond #site-footer-row .site-credits-container {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.birth-and-beyond #site-footer-row .footer-socials a {
  text-decoration: none;
}
.birth-and-beyond .at-share-dock.atss-bottom {
  display: none;
}
.birth-and-beyond #pecr-compliance-banner {
  background: #ffffff;
  color: #111111;
  border-top: 1px solid #aaaaaa;
  padding: 1.75em 2.5em;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  font-size: 16px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #pecr-compliance-banner {
    flex-wrap: wrap;
  }
  .birth-and-beyond #pecr-compliance-banner form {
    width: 100%;
  }
}
.birth-and-beyond #pecr-compliance-banner: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: "\f564";
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .birth-and-beyond #pecr-compliance-banner:before {
    display: none;
  }
}
.birth-and-beyond #pecr-compliance-banner form {
  margin-left: auto;
}
.birth-and-beyond #pecr-compliance-banner form input[type="submit"] {
  background-color: #004255;
  color: #ffffff;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.2s ease;
  margin: 0;
  border: none;
}
.birth-and-beyond #pecr-compliance-banner form input[type="submit"]: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;
  color: #ffffff;
  margin-left: 10px;
}
.birth-and-beyond #pecr-compliance-banner form input[type="submit"]:focus,
.birth-and-beyond #pecr-compliance-banner form input[type="submit"]:hover {
  background-color: #00566f;
}
.birth-and-beyond #pecr-compliance-banner form input[type="submit"]:after {
  display: none;
}
.birth-and-beyond #container #main-content .media-viewer-wrapper .content-wrapper-inner .results-list table tr th:last-child {
  display: table-cell;
}
html.maternity-recommended .recurring-event-item.maternity-recommended .list-item-header:before {
  content: "Recommended";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.maternity-recommended .recurring-event-item.maternity-recommended .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.term-1-months .recurring-event-item.one-month .list-item-header:before {
  content: "Great for 1 month";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-1-months .recurring-event-item.one-month .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m1 .type-textcontent[class*="bb-one-month"] {
  display: block;
}
html.term-2-months .recurring-event-item.two-months .list-item-header:before {
  content: "Great for 2 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-2-months .recurring-event-item.two-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m2 .type-textcontent[class*="bb-two-months"] {
  display: block;
}
html.term-3-months .recurring-event-item.three-months .list-item-header:before {
  content: "Great for 3 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-3-months .recurring-event-item.three-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m3 .type-textcontent[class*="bb-three-months"] {
  display: block;
}
html.term-4-months .recurring-event-item.four-months .list-item-header:before {
  content: "Great for 4 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-4-months .recurring-event-item.four-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m4 .type-textcontent[class*="bb-four-months"] {
  display: block;
}
html.term-5-months .recurring-event-item.five-months .list-item-header:before {
  content: "Great for 5 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-5-months .recurring-event-item.five-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m5 .type-textcontent[class*="bb-five-months"] {
  display: block;
}
html.term-6-months .recurring-event-item.six-months .list-item-header:before {
  content: "Great for 6 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-6-months .recurring-event-item.six-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m6 .type-textcontent[class*="bb-six-months"] {
  display: block;
}
html.term-7-months .recurring-event-item.seven-months .list-item-header:before {
  content: "Great for 7 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-7-months .recurring-event-item.seven-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m7 .type-textcontent[class*="bb-seven-months"] {
  display: block;
}
html.term-8-months .recurring-event-item.eight-months .list-item-header:before {
  content: "Great for 8 months";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-8-months .recurring-event-item.eight-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m8 .type-textcontent[class*="bb-eight-months"] {
  display: block;
}
html.term-9-months .recurring-event-item.nine-months .list-item-header:before {
  content: "The final push";
  font-size: 12px;
  background-color: #007873;
  color: white;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 700px) {
  html.term-9-months .recurring-event-item.nine-months .list-item-header:before {
    top: -15px;
    font-size: 12px;
  }
}
html.item-m9 .type-textcontent[class*="bb-nine-months"] {
  display: block;
}
html.item-m10 .type-textcontent[class*="bb-ten-months"] {
  display: block;
}
.mat-timeline-wrapper {
  padding: 30px 10px;
}
html:not(.logged-in) .mat-timeline-wrapper {
  display: none;
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper {
    padding: 10px;
  }
}
.mat-timeline-wrapper .mat-timeline {
  display: flex;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline {
    gap: 0.5em;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px;
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item {
  flex: 1 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
  transition: all 0.2s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 350px;
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline .mat-timeline-item {
    min-height: 150px;
    flex: 1 0;
    min-width: 100px;
    background-color: white;
    border-radius: 5px;
    border: 5px solid white;
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item:hover {
  transform: scale(1.07);
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline .mat-timeline-item:hover {
    transform: scale(1);
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected {
  transform: scale(1.07);
  background-color: #7857ab;
  z-index: 100;
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected {
    background-color: #c9bcdd;
    border-color: #c9bcdd;
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected a {
  background-color: #c9bcdd;
}
#main-content .mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected a:focus {
  background-color: #c9bcdd !important;
}
@media only screen and (max-width: 700px) {
  #main-content .mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected a:focus {
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 700px) {
  #main-content .mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected a {
    background-color: transparent !important;
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected: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: "\f358";
  display: inline-block;
  color: #004255;
  position: absolute;
  bottom: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline .mat-timeline-item.month-selected:after {
    font-size: 1em;
    bottom: 0px;
  }
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m1 {
  background-image: url("/media/images/versions/img94joktmu741576.png?bev=16142");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m2 {
  background-image: url("/media/images/versions/img94joktmu741608.png?bev=16152");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m3 {
  background-image: url("/media/images/versions/img94joktmu741605.png?bev=16151");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m4 {
  background-image: url("/media/images/versions/img94joktmu741604.png?bev=16156");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m5 {
  background-image: url("/media/images/versions/img94joktmu741606.png?bev=16150");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m6 {
  background-image: url("/media/images/versions/img94joktmu741609.png?bev=16155");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m7 {
  background-image: url("/media/images/versions/img94joktmu741603.png?bev=16157");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m8 {
  background-image: url("/media/images/versions/img94joktmu741610.png?bev=16154");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m9 {
  background-image: url("/media/images/versions/img94joktmu741611.png?bev=16153");
}
.mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m10 {
  background-image: url("/media/images/versions/img94joktmu741574.png?bev=16140");
}
.term-1-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m1 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-1-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m1:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-1-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m1:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-1-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m1 a {
  background-color: #007873;
  color: white;
}
.term-2-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m2 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-2-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m2:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-2-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m2:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-2-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m2 a {
  background-color: #007873;
  color: white;
}
.term-3-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m3 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-3-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m3:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-3-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m3:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-3-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m3 a {
  background-color: #007873;
  color: white;
}
.term-4-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m4 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-4-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m4:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-4-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m4:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-4-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m4 a {
  background-color: #007873;
  color: white;
}
.term-5-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m5 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-5-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m5:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-5-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m5:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-5-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m5 a {
  background-color: #007873;
  color: white;
}
.term-6-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m6 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-6-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m6:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-6-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m6:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-6-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m6 a {
  background-color: #007873;
  color: white;
}
.term-7-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m7 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-7-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m7:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-7-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m7:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-7-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m7 a {
  background-color: #007873;
  color: white;
}
.term-8-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m8 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-8-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m8:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-8-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m8:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-8-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m8 a {
  background-color: #007873;
  color: white;
}
.term-9-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m9 {
  transform: scale(1.09);
  background-color: #007873;
  z-index: 2;
}
.term-9-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m9:before {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3c5";
  display: inline-block;
  color: #004255;
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .term-9-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m9:before {
    top: -5px;
    font-size: 1em;
  }
}
.term-9-months .mat-timeline-wrapper .mat-timeline .mat-timeline-item.item-m9 a {
  background-color: #007873;
  color: white;
}
.mat-timeline-wrapper .mat-timeline .timeline-item-link {
  display: inline-block;
  text-align: center;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .mat-timeline-wrapper .mat-timeline .timeline-item-link {
    margin-top: 5px;
  }
}
.mat-timeline-wrapper .mat-timeline .timeline-item-link:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-placement.type-textcontent[class*="bb-"] {
  border-top: 1px silver solid;
}
.page-placement.type-textcontent[class*="bb-"] .content-headline h2 {
  font-size: 2.5rem;
}
.page-placement.type-textcontent[class*="bb-"] .main-editor-output h2,
.page-placement.type-textcontent[class*="bb-"] .main-editor-output h3 {
  font-size: 2rem;
}
.placement-row-wrapper:has(.mat-timeline-wrapper) {
  background-color: rgba(1, 123, 115, 0.12);
  background-image: url("/media/images/versions/img94joktmu741575.png?bev=16141");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.maternity-boxed-placement .placement-inner {
  background: #ae2573;
  padding: 25px;
  border-radius: 5px;
}
.maternity-boxed-placement .main-editor-output *,
.maternity-boxed-placement .content-headline h2,
.maternity-boxed-placement .list-content-item * {
  color: #fff !important;
}
.maternity-boxed-placement .content-headline h2 {
  margin-top: 0;
}
.page-style-1 #container .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs {
  background: #f8f7fb;
}
.page-style-1 #container .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .search-field-wrap input:checked + label,
.page-style-1 #container .page-placement[data-placement-class="MediaBrowser"] .media-search-inputs .media-filter input:checked + label {
  background: #ae2573;
}
.page-style-1 #container .page-placement[data-placement-class="MediaBrowser"] #media-browser table.media-display-table thead th a {
  color: #ae2573;
}
.page-style-1 #container input[type="submit"] {
  padding: 0.5em 1.2em;
  text-align: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: solid 2px #ae2573;
  text-decoration: none !important;
  border-radius: 8px;
  background: #ae2573;
  color: #fff !important;
  z-index: 9999;
  position: relative;
}
.page-style-1 #container button {
  background: #ae2573;
}
.page-style-1 #container button svg {
  fill: #fff;
}
.page-style-1 #container .type-feedbackmessaging .fbm-feedback-success {
  background-color: #00963921;
  padding: 10px;
  margin-top: 10px;
  border-left: 5px solid #78be20;
}
.page-style-1 #container .type-feedbackmessaging .feedback-cta {
  transition: 0.22s ease all;
}
.page-style-1 #container .type-feedbackmessaging .feedback-cta.open {
  background: none;
  border: 1px solid #ae2573;
  color: #ae2573;
}
.page-style-1 #container .type-feedbackmessaging .feedback-cta.open:hover {
  background-color: #ae2573;
  color: #fff;
}
.page-style-1 #container .type-feedbackmessaging .fbm-input-wrapper legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-style-1 #container .type-feedbackmessaging .fbm-input-wrapper button {
  margin-top: 15px;
  background: #ae2573;
}
.page-style-1 #container .type-feedbackmessaging .fbm-input-wrapper {
  display: none;
}
.page-style-1 #container .type-feedbackmessaging .feedback-message-stream {
  margin-top: 15px;
  position: relative;
}
.page-style-1 #container .type-feedbackmessaging .feedback-message-stream:after {
  content: "";
  position: absolute;
  bottom: 21px;
  background: linear-gradient(to bottom, transparent, #fff);
  height: 7%;
  width: 100%;
}
.page-style-1 #container .type-feedbackmessaging .fbm-message-list {
  list-style-type: none;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll;
}
.page-style-1 #container .type-feedbackmessaging .fbm-message-list li {
  background-color: #f8f7fb;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.page-style-1 #container .type-feedbackmessaging .fbm-message-list li .fbm-meta-details .fbm-reference {
  display: none;
}
.page-style-1 #container .type-feedbackmessaging .fbm-message-list li .fbm-meta-details span,
.page-style-1 #container .type-feedbackmessaging .fbm-message-list li .fbm-meta-details time {
  text-transform: uppercase;
  color: #7857ab;
  font-size: 1.3rem;
}
.page-style-1 #container .maternity-video iframe {
  max-width: none;
  width: 100%;
  min-height: 580px;
}
.page-style-1 #container .type-forum .forum-submission-form #forum-message-form fieldset .controls {
  text-align: left;
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
.crf-page-style body {
  font-family: "Roboto", sans-serif;
}
.crf-page-style #top-nav > li > a {
  font-size: 1.6rem;
}
.crf-page-style .desktop-search-toggle-wrap,
.crf-page-style .site-tools.site-map {
  display: none;
}
.crf-page-style .main-content .content-container .site-content-bottom-row .placement-row-wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.crf-page-style .main-content .content-container .site-content-bottom-row .placement-row-wrapper .type-droplet {
  padding: 0;
}
.crf-page-style .main-content .content-container .site-content-bottom-row .placement-row-wrapper .type-droplet .placement-inner {
  padding: 0;
}
.crf-page-style .container {
  padding-bottom: 0;
}
.crf-page-style #footer-links {
  display: none;
}
.crf-page-style .placement-row-wrapper:has(.crf-aboutplacement-withbg) {
  width: 100% !important;
  max-width: 100% !important;
}
.crf-page-style .placement-row-wrapper:has(.crf-topbannerctas) {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #193e72;
}
.crf-page-style .placement-row-wrapper:has(.crf-ourpartners),
.crf-page-style .placement-row-wrapper:has(.type-droplet) {
  background-color: #eef2f3;
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 3em;
}
.crf-page-style .placement-row-wrapper:has(.crf-ourpartners) .placement-row,
.crf-page-style .placement-row-wrapper:has(.type-droplet) .placement-row {
  width: 96%;
  margin: 0 auto;
  max-width: 1366px;
}
.crf-page-style .placement-row-wrapper:has(.crf-ourpartners) .placement-inner,
.crf-page-style .placement-row-wrapper:has(.type-droplet) .placement-inner {
  padding: 2em 0;
}
.crf-page-style .placement-row-wrapper:has(.crf-podmenu-withbg) {
  width: 100% !important;
  max-width: 100% !important;
}
.crf-page-style #logo {
  width: 351px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("/media/images/versions/img94joktmu753959.png?bev=21761");
}
.crf-page-style #logo img {
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .crf-page-style #logo {
    width: 100%;
    height: 30px;
  }
}
.crf-page-style .left-decoration {
  position: relative;
  padding-bottom: 20px;
}
.crf-page-style .left-decoration:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .center-decoration {
  position: relative;
  padding-bottom: 20px;
}
.crf-page-style .center-decoration:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .crf-page-style #site-banner-row .crf-top-navigation-menu {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .crf-page-style #site-banner-row .mega-menu-wrapper.menu-open {
    display: block;
  }
}
.crf-page-style #site-banner-row .standard-list li a {
  padding: 1em 1.25em;
  text-align: center;
  text-decoration: none;
  color: #425563;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  transition: 0.22s ease all;
}
.crf-page-style #site-banner-row .standard-list li a.current,
.crf-page-style #site-banner-row .standard-list li a:hover,
.crf-page-style #site-banner-row .standard-list li a:focus {
  background: #005eb8;
  color: #fff;
}
.crf-page-style #site-banner-row .top-navigation .mega-menu-top-level {
  display: none;
}
.crf-page-style #site-footer-row {
  height: auto;
  position: relative;
}
.crf-page-style #site-footer-row .placement-row-wrapper {
  padding-bottom: 0;
}
.crf-page-style #site-footer-row .site-footer {
  padding-top: 0;
  background-color: #193e72;
  width: auto;
  max-width: none;
}
.crf-page-style #site-footer-row .site-footer .footer-socials ul {
  display: flex;
  gap: 0.5em;
}
.crf-page-style #site-footer-row .site-footer .footer-socials li {
  display: flex;
}
.crf-page-style #site-footer-row .site-footer .footer-socials li img {
  width: 40px;
  border-radius: 50%;
}
.crf-page-style #site-footer-row .site-footer p.powered-by-verseone {
  margin: 0;
}
.crf-page-style #site-footer-row .site-footer h2,
.crf-page-style #site-footer-row .site-footer h2,
.crf-page-style #site-footer-row .site-footer a,
.crf-page-style #site-footer-row .site-footer .main-link-text {
  color: white;
}
.crf-page-style #site-footer-row .site-footer > * {
  margin: 0 auto;
  width: 96%;
  max-width: 1366px;
}
.crf-page-style #site-footer-row .site-footer .menu .menu-item a {
  transition: 0.2s ease all;
}
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:hover,
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:focus,
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:active {
  padding-left: 0.5em;
  transition: 0.2s ease all;
}
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:hover .main-link-text,
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:focus .main-link-text,
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:active .main-link-text {
  color: #005eb8;
}
.crf-page-style #site-footer-row .site-footer .menu .menu-item a:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.crf-page-style #site-footer-row .site-credits-container {
  z-index: 1;
}
.crf-page-style #main-content,
.crf-page-style #site-content-bottom-row {
  background-color: #eef2f3;
}
.crf-page-style .content-container.breadcrumb {
  background-color: white;
  margin: 0;
  margin-bottom: 30px;
}
.crf-page-style .pod-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38.5rem, 1fr));
  -moz-column-gap: 9rem;
  column-gap: 9rem;
  row-gap: 2rem;
}
.crf-page-style .pod-menu .menu-pod {
  padding: 0;
}
.crf-page-style .pod-menu .menu-pod:nth-child(odd) .main-page-pod-link {
  background-color: #6667ad;
}
.crf-page-style .pod-menu .content-item-container {
  border: none;
}
.crf-page-style .pod-menu .main-page-pod-link {
  display: flex;
  gap: 10px;
  text-align: left;
  padding: 20px;
  align-items: center;
  text-decoration: none;
  background-color: #193e72;
  border-radius: 10px;
  transition: 0.22s ease all;
}
.crf-page-style .pod-menu .main-page-pod-link:hover {
  background: #6667ad;
}
.crf-page-style .pod-menu .main-page-pod-link .main-image-wrapper {
  max-width: 50px;
  max-height: 50px;
}
.crf-page-style .pod-menu .main-page-pod-link .title-text-wrap {
  color: white;
  font-size: 2.8rem;
  margin: 0;
}
.crf-page-style .type-textcontent a,
.crf-page-style .type-textcontent ul li {
  font-size: 1.6rem;
}
.crf-page-style .type-textcontent.default .content-headline h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
  margin-bottom: 0;
}
.crf-page-style .type-textcontent.default .content-headline h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .type-textcontent.default .main-editor-output h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
}
.crf-page-style .type-textcontent.default .main-editor-output h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .type-textcontent.default .main-editor-output p {
  color: #193e72;
  font-size: 1.6rem;
}
.crf-page-style .right .type-textcontent.default .content-headline,
.crf-page-style .left .type-textcontent.default .content-headline {
  background-color: #6667ad;
  border-radius: 10px;
  padding: 20px 30px;
}
.crf-page-style .right .type-textcontent.default .content-headline h2,
.crf-page-style .left .type-textcontent.default .content-headline h2 {
  margin: 0;
  color: #fff;
  padding-bottom: 0px;
}
.crf-page-style .right .type-textcontent.default .content-headline h2::before,
.crf-page-style .left .type-textcontent.default .content-headline h2::before {
  display: none;
}
.crf-page-style p:has(a) {
  margin: 2em 0;
}
.crf-page-style .cta-crf-1,
.crf-page-style .cta-crf-2,
.crf-page-style .cta-crf-3,
.crf-page-style .cta-crf-4 {
  color: #193e72;
  padding: 1em 1em;
  margin: 1em 1em 1em 0em;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 700;
}
.crf-page-style .cta-crf-1 {
  background-color: #f6aa4a;
}
.crf-page-style .cta-crf-1:hover,
.crf-page-style .cta-crf-1:active,
.crf-page-style .cta-crf-1:hover {
  background: linear-gradient(0deg, #f29330 0%, #fed47a 100%);
}
.crf-page-style .cta-crf-2 {
  background-color: #c2c2de;
  border: 1px solid #193e72;
}
.crf-page-style .cta-crf-2:hover,
.crf-page-style .cta-crf-2:active,
.crf-page-style .cta-crf-2:hover {
  background: linear-gradient(0deg, #c2c2de 0%, #f0f0ff 100%);
}
.crf-page-style .crf-topbannerctas {
  margin: 2em auto;
  text-align: center;
}
.crf-page-style .crf-topbannerctas h2 {
  width: 29ch;
  color: white;
  margin: 0 auto;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.2;
}
.crf-page-style .crf-topbannerctas h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-topbannerctas h2 {
    width: 90%;
    font-size: 20px;
  }
}
.crf-page-style .crf-podmenu-nobg {
  margin-bottom: 3em;
  margin-top: 1em;
}
.crf-page-style .crf-podmenu-nobg ol {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2em;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-podmenu-nobg ol {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1350px) {
  .crf-page-style .crf-podmenu-nobg ol {
    flex-wrap: wrap;
  }
}
.crf-page-style .crf-podmenu-nobg ol li {
  overflow: hidden;
}
.crf-page-style .crf-podmenu-nobg ol li a {
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  height: 600px;
  width: 300px;
  max-height: 250px;
  position: relative;
  transition: 0.4s;
}
.crf-page-style .crf-podmenu-nobg ol li a:focus {
  outline: 2px solid #005eb8;
  outline-offset: 2px;
}
.crf-page-style .crf-podmenu-nobg ol li a .main-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crf-page-style .crf-podmenu-nobg ol li a .main-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.crf-page-style .crf-podmenu-nobg ol li a .title-desc-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.crf-page-style .crf-podmenu-nobg ol li a .title-desc-wrap .main-link-text {
  font-size: 25px;
  font-weight: 500;
  padding: 1em 0;
}
.crf-page-style .crf-podmenu-nobg ol li a .title-desc-wrap .menu-item-desc {
  transition: 0.4s;
  font-size: 0px;
}
.crf-page-style .crf-podmenu-nobg ol li a .title-desc-wrap .menu-item-desc p {
  font-size: inherit;
  color: white;
}
.crf-page-style .crf-podmenu-nobg ol li a:hover .title-desc-wrap,
.crf-page-style .crf-podmenu-nobg ol li a:focus .title-desc-wrap,
.crf-page-style .crf-podmenu-nobg ol li a:active .title-desc-wrap {
  background: linear-gradient(180deg, #6667ad 0%, #193e72 100%);
}
.crf-page-style .crf-podmenu-nobg ol li a:hover .title-desc-wrap .main-link-text,
.crf-page-style .crf-podmenu-nobg ol li a:focus .title-desc-wrap .main-link-text,
.crf-page-style .crf-podmenu-nobg ol li a:active .title-desc-wrap .main-link-text {
  color: white;
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 1em;
}
.crf-page-style .crf-podmenu-nobg ol li a:hover .title-desc-wrap .main-link-text:before,
.crf-page-style .crf-podmenu-nobg ol li a:focus .title-desc-wrap .main-link-text:before,
.crf-page-style .crf-podmenu-nobg ol li a:active .title-desc-wrap .main-link-text:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 10px;
}
.crf-page-style .crf-aboutplacement-withbg {
  padding-top: 0;
  padding-bottom: 0;
}
.crf-page-style .crf-aboutplacement-withbg .placement-inner {
  margin: 0 0;
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner {
  display: grid;
  grid-template-columns: 0.6fr 0.8fr 1.1fr 1.5fr;
  grid-template-rows: 1.5fr;
  gap: 0px 0px;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .content-main-image {
  grid-area: 1 / 3 / 2 / 5;
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .content-main-image {
    display: none;
  }
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .main-editor-output {
  grid-area: 1 / 2 / 2 / 4;
  background-color: white;
  border-radius: 15px;
  padding: 2em 4em;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .main-editor-output {
    padding: 0.5em 1em;
    margin: 1em;
  }
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .main-editor-output h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .main-editor-output h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner .main-editor-output p {
  color: #193e72;
  font-size: 1.6rem;
}
.crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #6667ad;
  grid-area: 1 / 1 / 2 / 3;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-aboutplacement-withbg .content-wrapper-inner::before {
    display: none;
  }
}
.crf-page-style .crf-ourpartners .content-headline h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
}
.crf-page-style .crf-ourpartners .content-headline h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-ourpartners .main-editor-output ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2em;
  list-style-type: none;
  justify-content: space-between;
  padding: 0 !important;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-ourpartners .main-editor-output ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.crf-page-style .crf-ourpartners .main-editor-output ul li {
  max-height: 138px;
  padding: 1em;
}
.crf-page-style .crf-ourpartners .main-editor-output ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.crf-page-style .crf-podmenu-withbg {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #cdd7db;
}
.crf-page-style .crf-podmenu-withbg .placement-inner {
  margin: 0 0;
}
.crf-page-style .crf-podmenu-withbg .content-headline h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
}
.crf-page-style .crf-podmenu-withbg .content-headline h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner {
  display: grid;
  grid-template-columns: 0.6fr 1.9fr 0.9fr 0.6fr;
  grid-template-rows: 0.4fr 2.1fr;
  gap: 0px 0px;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-podmenu-withbg .content-item-inner {
    grid-template-columns: 0.3fr 2.5fr 0.9fr 0.3fr;
    grid-template-rows: auto;
    width: 94%;
    margin: 0 auto;
  }
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .headline-desc-wrap {
  grid-area: 1 / 2 / 2 / 3;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-main-image {
  grid-area: 1 / 3 / 3 / 5;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-podmenu-withbg .content-item-inner .content-main-image {
    display: none;
  }
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner {
  grid-area: 2 / 2 / 3 / 4;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-bottom: 2em;
  }
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol li {
  width: 100%;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol li a {
  text-align: left;
  background: linear-gradient(0deg, #ea5d4e 0%, #f69686 100%);
  padding: 1.5em 2em;
  border-radius: 10px;
  transition: 0.3s;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol li a .main-link-text {
  color: white;
  font-size: 20px;
}
.crf-page-style .crf-podmenu-withbg .content-item-inner .content-wrapper-inner ol li a:hover {
  background: linear-gradient(180deg, #ea5d4e 0%, #f69686 100%);
  box-shadow: 0 0 15px 10px rgba(234, 93, 78, 0.3);
}
.crf-page-style .crf-ourexperts .content-headline h2 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72;
  font-size: 35px;
}
.crf-page-style .crf-ourexperts .content-headline h2:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-ourexperts .content-items-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-ourexperts .content-items-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.crf-page-style .crf-ourexperts .content-items-list article {
  width: 100%;
  position: relative;
  background-color: white;
  border-radius: 15px;
}
.crf-page-style .crf-ourexperts .content-items-list article .item-headline {
  display: none;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner {
  display: grid;
  grid-template-columns: 12em 1.8fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "image text";
  padding: 0.75em;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .content-main-image {
  grid-area: image;
  border-radius: 50%;
  overflow: hidden;
  height: 100px;
  width: 100px;
  align-self: center;
  justify-self: center;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: 100%;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output {
  grid-area: text;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output h2 {
  color: #193e72;
  margin-bottom: 0;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output p {
  color: #193e72;
  font-size: 20px;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output p:has(a) {
  margin: 0 0;
  font-size: 0;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output a {
  font-size: 0px;
}
.crf-page-style .crf-ourexperts .content-items-list article .content-wrapper-inner .main-editor-output a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
}
.crf-page-style .crf-latestnews-minilist .placement-inner {
  padding: 2em 0;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner {
  position: relative;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-headline h3 {
  position: relative;
  padding-bottom: 20px;
  color: #193e72 !important;
  font-size: 35px !important;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-headline h3:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .news-info {
  display: none;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link {
  position: absolute;
  top: 10px;
  right: 0;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link a {
  color: #193e72;
  padding: 1em 1em;
  margin: 1em 1em 1em 0em;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 700;
  background-color: #c2c2de;
  border: 1px solid #193e72;
  padding: 0.75em 1em;
  margin: 0em 0em;
  color: #193e72 !important;
  font-size: 20px;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link a:hover,
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link a:active,
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link a:hover {
  background: linear-gradient(0deg, #c2c2de 0%, #f0f0ff 100%);
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .news-details .blog-page-link a::before {
  display: none;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner {
  display: block;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list {
  display: flex;
  justify-content: space-between;
  gap: 4em;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list {
    flex-wrap: wrap;
  }
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post {
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  margin: 0;
  flex: 1 1 25% !important;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post {
    flex: 1 1 100% !important;
  }
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post img {
  filter: brightness(0.6);
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  opacity: 1;
  bottom: 1em !important;
  margin-bottom: 0 !important;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper * {
  display: block;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-footer {
  display: none;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
  position: relative;
  padding-bottom: 20px;
  pointer-events: auto;
}
.crf-page-style .crf-latestnews-minilist .content-item-inner .content-wrapper-inner .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: #ea5d4e;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
}
.crf-page-style .crf-accordion-red,
.crf-page-style .crf-accordion-blue {
  margin: 0;
}
.crf-page-style .crf-accordion-red h2,
.crf-page-style .crf-accordion-blue h2,
.crf-page-style .crf-accordion-red h3,
.crf-page-style .crf-accordion-blue h3,
.crf-page-style .crf-accordion-red h4,
.crf-page-style .crf-accordion-blue h4,
.crf-page-style .crf-accordion-red p,
.crf-page-style .crf-accordion-blue p,
.crf-page-style .crf-accordion-red a,
.crf-page-style .crf-accordion-blue a,
.crf-page-style .crf-accordion-red li,
.crf-page-style .crf-accordion-blue li {
  color: #fff;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item,
.crf-page-style .crf-accordion-blue .placement-inner .content-item {
  background-color: transparent !important;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner {
  border-radius: 10px;
  overflow: hidden;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .actn-show-content,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .actn-show-content {
  padding-bottom: 0em !important;
  max-height: 10em !important;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .actn-show-content .content-headline,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .actn-show-content .content-headline {
  padding-left: 1em !important;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .actn-show-content .content-headline h2,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .actn-show-content .content-headline h2 {
  padding: 0.5em;
  color: white;
  font-size: 25px;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .actn-show-content .content-headline::before,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .actn-show-content .content-headline::before {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  font-weight: 200;
  font-size: 35px;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .actn-show-content .content-headline::before:hover,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .actn-show-content .content-headline::before:hover {
  background-color: transparent;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .content-wrapper-inner .main-editor-output,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .content-wrapper-inner .main-editor-output {
  padding: 0.5em 2em 2em 2em;
}
.crf-page-style .crf-accordion-red .placement-inner .content-item .content-item-inner .content-wrapper-inner .main-editor-output p,
.crf-page-style .crf-accordion-blue .placement-inner .content-item .content-item-inner .content-wrapper-inner .main-editor-output p {
  color: white;
  font-size: 17px;
}
.crf-page-style .crf-accordion-blue .content-item-inner {
  background: linear-gradient(0deg, #ea5d4e 0%, #f69686 100%);
}
.crf-page-style .crf-accordion-blue .content-item-inner:hover,
.crf-page-style .crf-accordion-blue .content-item-inner:focus,
.crf-page-style .crf-accordion-blue .content-item-inner:active {
  background: linear-gradient(0deg, #e53320 0%, #f26d57 100%);
}
.crf-page-style .crf-accordion-red .content-item-inner {
  background: linear-gradient(0deg, #193e72 0%, #3672ab 100%);
}
.crf-page-style .crf-accordion-red .content-item-inner:hover,
.crf-page-style .crf-accordion-red .content-item-inner:focus,
.crf-page-style .crf-accordion-red .content-item-inner:active {
  background: linear-gradient(0deg, #102748 0%, #2a5884 100%);
}
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output {
  padding: 1em 3em;
  border-radius: 15px;
}
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output h2,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output h2,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output h2,
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output h3,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output h3,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output h3,
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output h4,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output h4,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output h4,
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output h5,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output h5,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output h5,
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output h6,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output h6,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output h6 {
  color: #193e72;
  font-size: 20px;
  margin: 5px 0;
}
.crf-page-style .crf-bordertxt-yellow .content-item-inner .content-wrapper-inner .main-editor-output p,
.crf-page-style .crf-bordertxt-green .content-item-inner .content-wrapper-inner .main-editor-output p,
.crf-page-style .crf-bordertxt-red .content-item-inner .content-wrapper-inner .main-editor-output p {
  color: #193e72;
}
.crf-page-style .crf-bordertxt-yellow .main-editor-output {
  border: 4px solid #f6aa4a;
}
.crf-page-style .crf-bordertxt-green .main-editor-output {
  border: 4px solid #2ea9b0;
}
.crf-page-style .crf-bordertxt-red .main-editor-output {
  border: 4px solid #ea5d4e;
}
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output {
  padding: 1em 3em;
  border-radius: 15px;
}
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output h2,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output h2,
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output h3,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output h3,
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output h4,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output h4,
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output h5,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output h5,
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output h6,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output h6 {
  color: white;
  font-size: 20px;
  margin: 5px 0;
}
.crf-page-style .crf-bordertxt-darkbg .content-item-inner .content-wrapper-inner .main-editor-output p,
.crf-page-style .crf-bordertxt-lightbg .content-item-inner .content-wrapper-inner .main-editor-output p {
  color: white;
}
.crf-page-style .crf-bordertxt-darkbg .main-editor-output {
  background-color: #193e72;
}
.crf-page-style .crf-bordertxt-lightbg .main-editor-output {
  background-color: #6667ad;
}
.crf-page-style .crf-text-right .content-wrapper-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-text-right .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.crf-page-style .crf-text-right .content-wrapper-inner .content-main-image {
  order: 1;
}
.crf-page-style .crf-text-right .content-wrapper-inner .content-main-image img {
  border-radius: 15px;
  max-height: 400px;
}
.crf-page-style .crf-text-right .content-wrapper-inner .main-editor-output {
  order: 2;
  padding: 2em;
}
.crf-page-style .crf-text-right .content-wrapper-inner .main-editor-output p {
  font-size: 1.6rem;
  color: #193e72;
}
.crf-page-style .crf-text-left .content-wrapper-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-text-left .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.crf-page-style .crf-text-left .content-wrapper-inner .content-main-image {
  order: 2;
}
.crf-page-style .crf-text-left .content-wrapper-inner .content-main-image img {
  border-radius: 15px;
  max-height: 400px;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-text-left .content-wrapper-inner .content-main-image {
    order: 1;
  }
}
.crf-page-style .crf-text-left .content-wrapper-inner .main-editor-output {
  order: 1;
  padding: 2em;
}
.crf-page-style .crf-text-left .content-wrapper-inner .main-editor-output p {
  font-size: 1.6rem;
  color: #193e72;
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-text-left .content-wrapper-inner .main-editor-output {
    order: 2;
  }
}
.crf-page-style .crf-iconmenu .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media only screen and (max-width: 1024px) {
  .crf-page-style .crf-iconmenu .menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 700px) {
  .crf-page-style .crf-iconmenu .menu {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.crf-page-style .crf-iconmenu .menu .menu-item {
  background-color: #193e72;
  border-radius: 10px;
  overflow: hidden;
  display: inline;
  transition: 0.22s ease all;
}
.crf-page-style .crf-iconmenu .menu .menu-item .current {
  background-color: transparent;
}
.crf-page-style .crf-iconmenu .menu .menu-item:hover a {
  background-color: #6667ad;
}
.crf-page-style .crf-iconmenu .menu .menu-item:hover .main-image-wrapper {
  background: #193e72;
}
.crf-page-style .crf-iconmenu .menu .menu-item a {
  padding: 0.75em 1em;
}
.crf-page-style .crf-iconmenu .menu .menu-item:has(a:focus) {
  outline: 2px solid #005eb8;
  outline-offset: 2px;
}
.crf-page-style .crf-iconmenu .menu .menu-item a {
  height: 100%;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-template-rows: 1fr;
  gap: 0px 10px;
  align-items: center;
  grid-template-areas: "icon title";
}
.crf-page-style .crf-iconmenu .menu .menu-item a:hover a,
.crf-page-style .crf-iconmenu .menu .menu-item a:focus a,
.crf-page-style .crf-iconmenu .menu .menu-item a:active a {
  background-color: #6667ad;
}
.crf-page-style .crf-iconmenu .menu .menu-item a:hover .main-image-wrapper,
.crf-page-style .crf-iconmenu .menu .menu-item a:focus .main-image-wrapper,
.crf-page-style .crf-iconmenu .menu .menu-item a:active .main-image-wrapper {
  background: #193e72;
}
.crf-page-style .crf-iconmenu .menu .menu-item a .main-image-wrapper {
  grid-area: icon;
  padding: 10px;
  background: #6667ad;
  border-radius: 10px 0 0 10px;
  transition: 0.22s ease all;
}
.crf-page-style .crf-iconmenu .menu .menu-item a .main-image-wrapper img {
  overflow: hidden;
  padding: 5px;
  position: relative;
  filter: invert(100%) sepia(2%) saturate(9%) hue-rotate(68deg) brightness(106%) contrast(102%);
  max-height: 42px;
}
.crf-page-style .crf-iconmenu .menu .menu-item a .title-desc-wrap {
  grid-area: title;
  text-align: left;
  line-height: 1.3;
}
.crf-page-style .crf-iconmenu .menu .menu-item a .title-desc-wrap .main-link-text {
  color: white;
  font-size: 25px;
  font-weight: 700;
}
.crf-page-style .crf-iconmenu .menu .menu-item:nth-child(odd) {
  background-color: #6667ad;
}
.crf-page-style .crf-iconmenu .menu .menu-item:nth-child(odd) .main-image-wrapper {
  background: #193e72;
}
.crf-page-style .crf-iconmenu .menu .menu-item:nth-child(odd):hover a {
  background-color: #193e72;
}
.crf-page-style .crf-iconmenu .menu .menu-item:nth-child(odd):hover .main-image-wrapper {
  background: #6667ad;
}
.crf-page-style .footer-nav .current {
  background: transparent;
}
.cc-page-style body {
  font-family: "Frutiger W01" !important;
}
.cc-page-style body h2,
.cc-page-style body h3,
.cc-page-style body h4,
.cc-page-style body h5,
.cc-page-style body h6 {
  font-family: "Ubuntu";
}
.cc-page-style #logo {
  width: 200px;
}
.cc-page-style .placement-inner {
  margin: 0;
}
.cc-page-style .placement-row-wrapper:has(.cps-internal-banner1),
.cc-page-style .placement-row-wrapper:has(.cc-pod-icon-menu),
.cc-page-style .placement-row-wrapper:has(.cps-internal-banner2),
.cc-page-style .placement-row-wrapper:has(.cps-checkerboard-component) {
  width: 100% !important;
  max-width: 100% !important;
}
.cc-page-style .cps-internal-banner1 {
  padding-top: 0em;
  padding-bottom: 0em;
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner {
  display: grid;
  grid-template-columns: minmax(1em, 1fr) minmax(min-content, 819.6px) minmax(min-content, 546.4px) minmax(1em, 1fr);
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner1 .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner footer {
  display: none;
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .content-main-image {
  grid-area: 1/3/2/5;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner1 .content-wrapper-inner .content-main-image {
    grid-area: 2/1/3/2;
  }
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .content-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output {
  grid-area: 1/2/2/3;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output {
    grid-area: 1/1/2/2;
    padding: 1em;
  }
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h2,
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h3,
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output p {
  color: white;
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h2 {
  font-weight: 300;
  font-size: 45px;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h2 {
    font-size: 25px;
  }
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h3 {
  font-weight: 300;
  font-size: 35px;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner1 .content-wrapper-inner .main-editor-output h3 {
    font-size: 20px;
  }
}
.cc-page-style .cps-internal-banner1 .content-wrapper-inner::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  background-color: #005eb8;
}
.cc-page-style .placement-row-wrapper:has(.cc-pod-icon-menu) {
  background-color: rgba(65, 182, 230, 0.1);
}
.cc-page-style .type-menuplacement .placement-inner {
  display: grid;
  grid-template-columns: minmax(1em, 1fr) minmax(min-content, 1366px) minmax(1em, 1fr);
  position: relative;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu {
  grid-area: 1/2/2/3;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .headline-desc-wrap h2 {
  color: #005eb8;
  font-weight: 500;
  text-align: center;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(20em, 1fr));
  grid-gap: 1em;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod {
  flex-direction: column;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .content-item-container {
  border: none;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link {
  background-color: white;
  padding: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  transition: all 0.3s ease;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link:focus,
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link:hover {
  box-shadow: 0 10px 10px 0 lightgray;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link .main-image-wrapper {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 20px;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link .main-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link .content-wrapper-inner .pod-content {
  padding: 0;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link .content-wrapper-inner .title-text-wrap {
  font-size: 2rem;
  padding-right: 20px;
  text-align: left;
  line-height: 1.25;
}
.cc-page-style .type-menuplacement .placement-inner .cc-pod-icon-menu .menu .menu-pod .main-page-pod-link::before {
  content: "";
  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;
  color: #005eb8;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cc-page-style .placement-row-wrapper:has(.cps-background-img-text):has(
      .cps-content-collection
    ) {
  width: 100% !important;
  max-width: 100% !important;
}
.cc-page-style .placement-row-wrapper:has(.cps-background-img-text):has(
      .cps-content-collection
    ) .page-placement {
  padding-top: 0em;
  padding-bottom: 0em;
}
.cc-page-style .cps-background-img-text .content-wrapper-inner {
  position: relative;
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}
.cc-page-style .cps-background-img-text .content-wrapper-inner .content-main-image {
  grid-area: 1/1/2/2;
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
  filter: grayscale(1);
  opacity: 0.2;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-background-img-text .content-wrapper-inner .content-main-image {
    aspect-ratio: 1/1;
  }
}
.cc-page-style .cps-background-img-text .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cc-page-style .cps-background-img-text .content-wrapper-inner .main-editor-output {
  grid-area: 1/1/2/2;
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-background-img-text .content-wrapper-inner .main-editor-output {
    width: 96%;
  }
}
.cc-page-style .cps-background-img-text .content-wrapper-inner .main-editor-output h2 {
  color: #005eb8;
  font-weight: 400;
}
.cc-page-style .cps-content-collection .bx-wrapper {
  background-color: #003087;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport {
  overflow: hidden !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list {
  height: 100%;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item {
  height: 100%;
  padding: 4em;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item {
    width: auto;
  }
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .item-headline {
  display: none;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner h2,
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner p {
  color: white;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner h2 strong,
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner p strong {
  font-weight: 400;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #da291c;
  color: white !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red::after {
  display: none;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red:hover,
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red:active,
.cc-page-style .cps-content-collection .bx-wrapper .bx-viewport .content-items-list .list-content-item .content-wrapper-inner .cta-red:focus {
  background: #801810;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls {
  right: auto;
  left: 4em;
  bottom: 4em;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-content-collection .bx-wrapper .bx-controls {
    left: 1em;
    bottom: 1em;
  }
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background: white;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next::before {
  color: #005eb8;
  font-weight: 400;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:focus,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:focus,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:visited,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:visited,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active {
  background-color: #005eb8 !important;
  color: transparent !important;
}
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:focus::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:focus::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:visited::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:visited::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active::before,
.cc-page-style .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active::before {
  color: white;
  font-weight: 400;
}
.cc-page-style .breadcrumb {
  display: none;
}
.cc-page-style .cps-testimonials {
  padding: 4em 0;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials {
    padding: 0;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner {
    flex-direction: column;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner .content-main-image {
  flex: 1 0 40%;
  aspect-ratio: 1/1;
}
.cc-page-style .cps-testimonials .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner .content-main-image {
    flex: 1 0 auto;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output {
  position: relative;
  background-color: #e8edee;
  overflow: hidden;
  padding: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output::before {
  content: url("/base-install/images/_site/icons/Symbol.png");
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 110px;
  opacity: 0.2;
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  background-color: transparent;
  padding: 2em 0;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote {
    padding: 2em;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote p {
  font-size: 25px;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote p {
    font-size: 18px;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::after,
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::before {
  content: "“";
  font-family: "Frutiger W01";
  font-weight: 400;
  background: none;
  font-size: 80px;
  width: auto;
  height: auto;
  color: #003087;
  font-weight: 500;
  filter: none;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::after,
  .cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::before {
    font-size: 40px;
  }
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::before {
  top: 20px;
  left: 0;
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output blockquote::after {
  content: "”";
  bottom: 0;
  top: auto;
  right: 0;
}
.cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output > .p1 {
  position: absolute;
  bottom: 2em;
  left: 2.3em;
  font-size: 25px;
  color: #005eb8;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-testimonials .content-wrapper-inner .main-editor-output > .p1 {
    bottom: 0.5em;
    font-size: 20px;
  }
}
.cc-page-style .blog-mini-list .news-details .blog-page-link a {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #005eb8;
  color: white !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .blog-mini-list .news-details .blog-page-link a::before,
.cc-page-style .blog-mini-list .news-details .blog-page-link a::after {
  display: none;
}
.cc-page-style .blog-mini-list .news-details .blog-page-link a:hover,
.cc-page-style .blog-mini-list .news-details .blog-page-link a:active,
.cc-page-style .blog-mini-list .news-details .blog-page-link a:focus {
  background: #002a52;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .placement-row:has(.type-textcontent.default) {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default {
  flex: auto;
}
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default .content-item-inner .content-headline h2 {
  color: #003087;
  font-weight: 500;
}
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default .content-item-inner .content-wrapper-inner .content-main-image {
  width: 100%;
}
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default .content-item-inner .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: auto;
}
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default .content-item-inner .content-wrapper-inner .main-editor-output h2,
.cc-page-style .placement-row:has(.type-textcontent.default) .type-textcontent.default .content-item-inner .content-wrapper-inner .main-editor-output h3 {
  color: #003087;
  font-weight: 500;
}
.cc-page-style .placement-row:has(.cps-text-right-style),
.cc-page-style .placement-row:has(.cps-text-left-style) {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.cc-page-style .type-feedbackmessaging {
  padding: 2em;
  border: 1px solid rgba(65, 182, 230, 0.2);
}
.cc-page-style .type-feedbackmessaging .content-item-inner .content-headline h2 {
  color: #003087;
  font-weight: 900;
  font-size: 20px;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper legend {
  display: none;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper label {
  color: #003087;
  font-size: 18px;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper input,
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper textarea {
  border-radius: 0px !important;
  border: 1px solid #9c9c9c;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row {
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #005eb8;
  color: white !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button::before,
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button::after {
  display: none;
}
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button:hover,
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button:active,
.cc-page-style .type-feedbackmessaging .feedback-message-input .fbm-input-wrapper .row.btn-row button:focus {
  background: #002a52;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-internal-banner2 {
  padding-top: 0em;
  padding-bottom: 0em;
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner {
  display: grid;
  grid-template-columns: minmax(1em, 1fr) minmax(min-content, 546.4px) minmax(min-content, 819.6px) minmax(1em, 1fr);
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner2 .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner footer {
  display: none;
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .content-main-image {
  grid-area: 1/3/2/5;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner2 .content-wrapper-inner .content-main-image {
    grid-area: 2/1/3/2;
  }
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .content-main-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output {
  grid-area: 1/1/2/3;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output {
    grid-area: 1/1/2/2;
    padding: 1em;
  }
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h2,
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h3,
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output p {
  color: black;
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h2 {
  font-weight: 300;
  font-size: 35px;
  color: #003087;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h2 {
    font-size: 25px;
  }
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h3 {
  font-weight: 300;
  font-size: 30px;
  color: #003087;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-internal-banner2 .content-wrapper-inner .main-editor-output h3 {
    font-size: 20px;
  }
}
.cc-page-style .cps-internal-banner2 .content-wrapper-inner::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  grid-area: 1/1/2/3;
  width: 100%;
  height: 100%;
  background-color: rgba(65, 182, 230, 0.1);
}
.cc-page-style .placement-row-wrapper:has(.cps-checkerboard-component) .page-placement {
  padding-top: 0em;
  padding-bottom: 0em;
}
.cc-page-style .cps-checkerboard-component.Checker1 {
  background-color: #005eb8;
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #E8EDEE;
  color: #005eb8 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary::after {
  display: none;
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner li .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner a .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p .cta-primary:focus {
  background: #adbfc3;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-checkerboard-component.Checker1 .content-item-inner p:has(.cta-primary) {
  margin-top: 2em;
}
.cc-page-style .cps-checkerboard-component.Checker2 {
  background-color: #003087;
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #E8EDEE;
  color: #005eb8 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary::after {
  display: none;
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner li .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner a .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p .cta-primary:focus {
  background: #adbfc3;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-checkerboard-component.Checker2 .content-item-inner p:has(.cta-primary) {
  margin-top: 2em;
}
.cc-page-style .cps-checkerboard-component.Checker3 {
  background-color: #41b6e6;
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner {
  color: black;
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p {
  color: black;
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #005eb8;
  color: white !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary::after,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary::after {
  display: none;
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner li .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner a .cta-primary:focus,
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p .cta-primary:focus {
  background: #002a52;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-checkerboard-component.Checker3 .content-item-inner p:has(.cta-primary) {
  margin-top: 2em;
}
.cc-page-style .cps-checkerboard-component.Checker4 {
  background-color: #005eb8;
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p {
  color: white;
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary {
  text-decoration: none;
  padding: 0.75em 1.5em;
  background-color: #E8EDEE;
  color: #005eb8 !important;
  font-size: 16px !important;
  border-radius: 0 !important;
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary::before,
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary::after {
  display: none;
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary:hover,
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary:active,
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p .cta-primary:focus {
  background: #adbfc3;
  box-shadow: 0 10px 10px 0 rgba(65, 182, 230, 0.1);
}
.cc-page-style .cps-checkerboard-component.Checker4 .content-item-inner p:has(.cta-primary) {
  margin-top: 2em;
}
.cc-page-style .cps-checkerboard-component .content-item-inner {
  padding: 2em;
}
.cc-page-style .cps-checkerboard-component .content-item-inner h2,
.cc-page-style .cps-checkerboard-component .content-item-inner h3 {
  font-size: 2rem;
  font-weight: 500;
}
.cc-page-style .cps-text-right-style .content-item-inner .content-headline h2 {
  color: #003087;
  font-weight: 500;
}
.cc-page-style .cps-text-right-style .content-item-inner .content-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}
.cc-page-style .cps-text-right-style .content-item-inner .content-wrapper-inner .content-main-image,
.cc-page-style .cps-text-right-style .content-item-inner .content-wrapper-inner .main-editor-output {
  flex: 1 0 45%;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-text-right-style .content-item-inner .content-wrapper-inner .content-main-image,
  .cc-page-style .cps-text-right-style .content-item-inner .content-wrapper-inner .main-editor-output {
    flex: 1 0 100%;
  }
}
.cc-page-style .cps-text-left-style .content-item-inner .content-headline h2 {
  color: #003087;
  font-weight: 500;
}
.cc-page-style .cps-text-left-style .content-item-inner .content-wrapper-inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}
.cc-page-style .cps-text-left-style .content-item-inner .content-wrapper-inner .content-main-image,
.cc-page-style .cps-text-left-style .content-item-inner .content-wrapper-inner .main-editor-output {
  flex: 1 0 45%;
}
@media only screen and (max-width: 700px) {
  .cc-page-style .cps-text-left-style .content-item-inner .content-wrapper-inner .content-main-image,
  .cc-page-style .cps-text-left-style .content-item-inner .content-wrapper-inner .main-editor-output {
    flex: 1 0 100%;
  }
}
.cc-page-style .accordion-base {
  padding-left: 1em;
  padding-right: 1em;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner {
  border: 1px solid #005eb8;
  border-radius: 10px;
  padding: 1em 2em;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner .actn-show-content {
  padding-bottom: 0em !important;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner .actn-show-content .content-headline {
  padding: 0px !important;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner .actn-show-content .content-headline h2 {
  color: black;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner .actn-show-content .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: "\f0ab";
  display: inline-block;
  color: #005eb8;
  font-weight: 900;
  font-size: 20px;
  width: auto;
  height: auto;
}
.cc-page-style .accordion-base.cps-accordion .content-item-inner .actn-show-content .content-headline.open::before {
  transform: translateY(-50%);
}
.cc-page-style .boxed-placement-1 .content-item-inner {
  padding: 1em 2em;
  border: 1px solid #003087;
  border-radius: 10px;
}
.cc-page-style .boxed-placement-1 .content-item-inner .content-headline h2 {
  margin: 0px;
  color: #005eb8;
  font-weight: 900;
  font-size: 20px;
}
.cc-page-style .boxed-placement-2 .content-item-inner {
  padding: 1em 2em;
  border: 1px solid #005eb8;
  border-radius: 10px;
  background-color: #005eb8;
}
.cc-page-style .boxed-placement-2 .content-item-inner .content-headline h2 {
  margin: 0px;
  color: white;
  font-weight: 900;
  font-size: 20px;
}
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner li,
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner h3,
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner h2,
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner h4,
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner p,
.cc-page-style .boxed-placement-2 .content-item-inner .content-wrapper-inner a {
  color: white;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(20em, 1fr));
  grid-gap: 1em;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a {
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a .main-image-wrapper {
  width: 100px;
  aspect-ratio: 1/1;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a .main-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a .title-desc-wrap {
  color: grey;
  font-size: 20px;
}
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a.current,
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a:hover,
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a:active,
.cc-page-style .type-menuplacement.default:has(.icon-display) .menu .menu-item a:focus {
  background-color: white;
  box-shadow: 0 10px 10px 0 lightgray;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(20em, 1fr));
  grid-gap: 1em;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a {
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  min-height: 200px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  position: relative;
  height: 100%;
  justify-content: flex-start;
  text-align: left;
  transition: all 0.3s ease;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a .main-image-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a .main-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a .title-desc-wrap {
  color: black;
  font-size: 20px;
  padding: 1em;
  padding-right: 42px;
  align-self: flex-start;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a::before {
  content: "";
  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;
  color: #005eb8;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a.current,
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a:hover,
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a:active,
.cc-page-style .type-menuplacement.default:has(.thumbnail-display) .menu .menu-item a:focus {
  background-color: white;
  box-shadow: 0 10px 10px 0 lightgray;
}
.cc-page-style .type-droplet {
  padding-top: 0em;
  padding-bottom: 0em;
}
.cc-page-style .cps-a-z-services {
  position: relative;
  background-color: #e8edee;
}
.cc-page-style .cps-a-z-services::before {
  content: url("/base-install/images/_site/icons/Symbol.png");
  width: 150px;
  height: auto;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 110px;
  opacity: 0.2;
}
.cc-page-style .cps-a-z-services .content-item-inner {
  padding: 3em 0;
}
.cc-page-style .cps-a-z-services .content-item-inner .headline-desc-wrap h2 {
  text-align: left !important;
  margin-bottom: 1cqw;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media only screen and (max-width: 1024px) {
  .cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu > .menu-item {
    flex: 1 0 12em;
  }
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item {
  position: relative;
  z-index: 1;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a {
  padding: 0.8em 42px 1em 1em;
  background-color: white;
  position: relative;
  min-height: 100px;
  display: flex;
  align-items: end;
  transition: all 0.3s ease;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a .title-desc-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a .title-desc-wrap .main-link-text {
  font-size: 20px;
  color: black;
  text-align: left;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a::before {
  content: "";
  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;
  color: #005eb8;
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a.current,
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a:hover,
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a:active,
.cc-page-style .cps-a-z-services .content-item-inner .content-wrapper-inner .menu .menu-item a:focus {
  background-color: white;
  box-shadow: 0 10px 10px 0 lightgray;
}
.cc-page-style #site-header-row .care-image img {
  max-height: 55px;
}
.cc-page-style .placement-row:has(.cps-checkerboard-component) {
  display: flex;
  flex-wrap: wrap;
}
.cc-page-style .placement-row:has(.cps-checkerboard-component) .page-placement {
  float: none;
}
@media (max-width: 1200px) {
  .cc-page-style .placement-row:has(.cps-background-img-text):has(.cps-content-collection) .cps-background-img-text,
  .cc-page-style .placement-row:has(.cps-background-img-text):has(.cps-content-collection) .cps-content-collection {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .cc-page-style .placement-row:has(.cps-background-img-text):has(.cps-content-collection) .cps-background-img-text .content-wrapper-inner .main-editor-output {
    width: 85%;
  }
}
.cc-page-style .placement-row-wrapper .placement-row:has(.cc-staff) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 700px) {
  .cc-page-style .placement-row-wrapper .placement-row:has(.cc-staff) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cc-page-style .placement-row-wrapper .placement-row:has(.cc-staff) > .page-placement {
  width: auto;
}
.cc-page-style .placement-row-wrapper .placement-row:has(.cc-staff)::before,
.cc-page-style .placement-row-wrapper .placement-row:has(.cc-staff)::after {
  content: none;
}
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:focus,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:focus,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:visited,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:visited,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:active,
.cc-page-style #main-content .cps-content-collection .bx-wrapper .bx-controls .bx-controls-direction .bx-next:active {
  color: transparent !important;
}
.home-page .sidemenu-parent {
  display: none;
}
/* share this */
@media only screen and (min-width: 701px) {
  #at4-share {
    margin-top: 90px !important;
  }
  .at-share-btn:hover {
    overflow: visible !important;
    width: auto !important;
    min-width: 4pc;
    color: black;
  }
  .at-share-btn:hover .at4-visually-hidden {
    position: absolute;
    right: 100%;
    overflow: visible;
    visibility: visible;
    clip: auto;
    background: #eee;
    height: 100%;
    width: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.verseone-style-guide .style-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.verseone-style-guide .style-cards > * {
  background: #f6f6f6;
  padding: 1.5em;
  border-radius: 10px;
  flex: 1 1 26em;
  margin: 1em;
}
.verseone-style-guide p {
  max-width: 75ch;
}
.verseone-style-guide h3 {
  margin: 0;
}
.style-guide-page .main-editor-output img {
  border-radius: 10px;
  margin: 0.5em;
}
.style-guide-page .type-contentcollection .content-headline {
  text-align: left;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(128, 128, 128, 0.5);
}
.style-guide-page .type-contentcollection .text-content-collection {
  display: flex;
  flex-wrap: wrap;
}
.style-guide-page .type-contentcollection .list-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 55em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 700px) {
  .style-guide-page .type-contentcollection .list-content-item {
    flex: 1 0 100%;
  }
}
.style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner {
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner {
    flex-direction: column;
  }
}
.style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output: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: "\f177";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  display: none;
}
@media only screen and (max-width: 700px) {
  .style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner .main-editor-output: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: "\f176";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    transform: translateY(0);
  }
}
.style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner .content-main-image {
  display: flex;
  justify-content: flex-end;
}
.style-guide-page .type-contentcollection .list-content-item:nth-child(odd) .content-wrapper-inner .content-main-image ~ .main-editor-output:before {
  display: block;
}
.style-guide-page .type-contentcollection .list-content-item .item-headline {
  display: none;
}
.style-guide-page .type-contentcollection .list-content-item .content-wrapper-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .style-guide-page .type-contentcollection .list-content-item .content-wrapper-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.style-guide-page .type-contentcollection .list-content-item .content-main-image {
  flex: 1 0 25%;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em;
}
.style-guide-page .type-contentcollection .list-content-item .content-main-image img {
  border-radius: 10px;
}
.style-guide-page .type-contentcollection .list-content-item .main-editor-output {
  background: #fff;
  padding: 1.5em 2em;
  border-radius: 10px;
  flex: 1 0 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 8px rgba(12, 12, 12, 0.15);
}
.style-guide-page .type-contentcollection .list-content-item .main-editor-output img {
  margin: 0;
}
.style-guide-page .type-contentcollection .list-content-item .main-editor-output: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: "\f178";
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media only screen and (max-width: 700px) {
  .style-guide-page .type-contentcollection .list-content-item .main-editor-output: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: "\f176";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    transform: translateY(0);
  }
}
.style-guide-page .type-contentcollection .list-content-item .main-editor-output h3 {
  text-decoration: underline;
}
.style-guide-page .type-contentcollection .list-content-item .content-main-image ~ .main-editor-output:before {
  display: block;
}
.primary-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.primary-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.primary-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .primary-menu ol > li {
    flex: 0 0 100%;
  }
}
.primary-menu ol > li a {
  width: 100%;
}
.primary-menu ol > li .main-image-wrapper 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";
}
.primary-menu ol > li > a:hover .title-desc-wrap,
.primary-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.primary-menu ol > li > a:hover .title-desc-wrap:after,
.primary-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.primary-menu ol > li > a:hover .main-link-text,
.primary-menu ol > li > a:focus-visible .main-link-text,
.primary-menu ol > li > a:hover .title-desc-wrap:after,
.primary-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.primary-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.primary-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.primary-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.primary-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.primary-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.primary-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.primary-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .primary-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .primary-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.primary-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.primary-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.primary-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.primary-menu ol > li > a .main-link-text {
  color: #fff;
}
.primary-menu ol > li > a:hover .title-desc-wrap,
.primary-menu ol > li > a:focus .title-desc-wrap,
.primary-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.primary-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.primary-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.primary-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.primary-menu ol > li > a:hover .main-link-text,
.primary-menu ol > li > a:focus .main-link-text,
.primary-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.primary-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.primary-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.primary-menu ol > li > a .main-link-text {
  color: #fff;
}
.primary-menu ol > li > a:hover .title-desc-wrap,
.primary-menu ol > li > a:focus .title-desc-wrap,
.primary-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.primary-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.primary-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.primary-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.primary-menu ol > li > a:hover .main-link-text,
.primary-menu ol > li > a:focus .main-link-text,
.primary-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.teal-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.teal-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.teal-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .teal-menu ol > li {
    flex: 0 0 100%;
  }
}
.teal-menu ol > li a {
  width: 100%;
}
.teal-menu ol > li .main-image-wrapper 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";
}
.teal-menu ol > li > a:hover .title-desc-wrap,
.teal-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.teal-menu ol > li > a:hover .title-desc-wrap:after,
.teal-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.teal-menu ol > li > a:hover .main-link-text,
.teal-menu ol > li > a:focus-visible .main-link-text,
.teal-menu ol > li > a:hover .title-desc-wrap:after,
.teal-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.teal-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.teal-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.teal-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.teal-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.teal-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.teal-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.teal-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .teal-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .teal-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.teal-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.teal-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.teal-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.teal-menu ol > li > a .main-link-text {
  color: #fff;
}
.teal-menu ol > li > a:hover .title-desc-wrap,
.teal-menu ol > li > a:focus .title-desc-wrap,
.teal-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.teal-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.teal-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.teal-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.teal-menu ol > li > a:hover .main-link-text,
.teal-menu ol > li > a:focus .main-link-text,
.teal-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.teal-menu ol > li > a .title-desc-wrap {
  background: #00a499;
}
.teal-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.teal-menu ol > li > a .main-link-text {
  color: #fff;
}
.teal-menu ol > li > a:hover .title-desc-wrap,
.teal-menu ol > li > a:focus .title-desc-wrap,
.teal-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #00a499 0%, #00f1e0 100%) !important;
}
.pink-menu.teal-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.teal-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.teal-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #008b81 !important;
  height: 80px;
}
.teal-menu ol > li > a:hover .main-link-text,
.teal-menu ol > li > a:focus .main-link-text,
.teal-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.purple-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.purple-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.purple-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .purple-menu ol > li {
    flex: 0 0 100%;
  }
}
.purple-menu ol > li a {
  width: 100%;
}
.purple-menu ol > li .main-image-wrapper 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";
}
.purple-menu ol > li > a:hover .title-desc-wrap,
.purple-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.purple-menu ol > li > a:hover .title-desc-wrap:after,
.purple-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.purple-menu ol > li > a:hover .main-link-text,
.purple-menu ol > li > a:focus-visible .main-link-text,
.purple-menu ol > li > a:hover .title-desc-wrap:after,
.purple-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.purple-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.purple-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.purple-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.purple-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.purple-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.purple-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.purple-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .purple-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .purple-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.purple-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.purple-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.purple-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.purple-menu ol > li > a .main-link-text {
  color: #fff;
}
.purple-menu ol > li > a:hover .title-desc-wrap,
.purple-menu ol > li > a:focus .title-desc-wrap,
.purple-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.purple-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.purple-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.purple-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.purple-menu ol > li > a:hover .main-link-text,
.purple-menu ol > li > a:focus .main-link-text,
.purple-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.purple-menu ol > li > a .title-desc-wrap {
  background: #7c2855;
}
.purple-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.purple-menu ol > li > a .main-link-text {
  color: #fff;
}
.purple-menu ol > li > a:hover .title-desc-wrap,
.purple-menu ol > li > a:focus .title-desc-wrap,
.purple-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #7c2855 0%, #b63b7d 100%) !important;
}
.pink-menu.purple-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.purple-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.purple-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #692248 !important;
  height: 80px;
}
.purple-menu ol > li > a:hover .main-link-text,
.purple-menu ol > li > a:focus .main-link-text,
.purple-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.yellow-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.yellow-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.yellow-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .yellow-menu ol > li {
    flex: 0 0 100%;
  }
}
.yellow-menu ol > li a {
  width: 100%;
}
.yellow-menu ol > li .main-image-wrapper 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";
}
.yellow-menu ol > li > a:hover .title-desc-wrap,
.yellow-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.yellow-menu ol > li > a:hover .title-desc-wrap:after,
.yellow-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.yellow-menu ol > li > a:hover .main-link-text,
.yellow-menu ol > li > a:focus-visible .main-link-text,
.yellow-menu ol > li > a:hover .title-desc-wrap:after,
.yellow-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.yellow-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.yellow-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.yellow-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.yellow-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.yellow-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.yellow-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.yellow-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .yellow-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .yellow-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.yellow-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.yellow-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.yellow-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.yellow-menu ol > li > a .main-link-text {
  color: #fff;
}
.yellow-menu ol > li > a:hover .title-desc-wrap,
.yellow-menu ol > li > a:focus .title-desc-wrap,
.yellow-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.yellow-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.yellow-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.yellow-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.yellow-menu ol > li > a:hover .main-link-text,
.yellow-menu ol > li > a:focus .main-link-text,
.yellow-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.yellow-menu ol > li > a .title-desc-wrap {
  background: #ffb81c;
}
.yellow-menu ol > li > a .title-desc-wrap:after {
  color: #425563;
}
.yellow-menu ol > li > a .main-link-text {
  color: #425563;
}
.yellow-menu ol > li > a:hover .title-desc-wrap,
.yellow-menu ol > li > a:focus .title-desc-wrap,
.yellow-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #ffb81c 0%, #ffd069 100%) !important;
}
.pink-menu.yellow-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.yellow-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.yellow-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #ffb002 !important;
  height: 80px;
}
.yellow-menu ol > li > a:hover .main-link-text,
.yellow-menu ol > li > a:focus .main-link-text,
.yellow-menu ol > li > a:active .main-link-text {
  color: #425563;
}
.pink-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.pink-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.pink-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .pink-menu ol > li {
    flex: 0 0 100%;
  }
}
.pink-menu ol > li a {
  width: 100%;
}
.pink-menu ol > li .main-image-wrapper 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";
}
.pink-menu ol > li > a:hover .title-desc-wrap,
.pink-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.pink-menu ol > li > a:hover .title-desc-wrap:after,
.pink-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.pink-menu ol > li > a:hover .main-link-text,
.pink-menu ol > li > a:focus-visible .main-link-text,
.pink-menu ol > li > a:hover .title-desc-wrap:after,
.pink-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.pink-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.pink-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.pink-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.pink-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.pink-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.pink-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.pink-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .pink-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .pink-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.pink-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.pink-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.pink-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.pink-menu ol > li > a .main-link-text {
  color: #fff;
}
.pink-menu ol > li > a:hover .title-desc-wrap,
.pink-menu ol > li > a:focus .title-desc-wrap,
.pink-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.pink-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.pink-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.pink-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.pink-menu ol > li > a:hover .main-link-text,
.pink-menu ol > li > a:focus .main-link-text,
.pink-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.pink-menu ol > li > a .title-desc-wrap {
  background: #ae2573;
}
.pink-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.pink-menu ol > li > a .main-link-text {
  color: #fff;
}
.pink-menu ol > li > a:hover .title-desc-wrap,
.pink-menu ol > li > a:focus .title-desc-wrap,
.pink-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #ae2573 0%, #d8489a 100%) !important;
}
.pink-menu.pink-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.pink-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.pink-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #992165 !important;
  height: 80px;
}
.pink-menu ol > li > a:hover .main-link-text,
.pink-menu ol > li > a:focus .main-link-text,
.pink-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.rainbow-menu ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.rainbow-menu ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.rainbow-menu ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .rainbow-menu ol > li {
    flex: 0 0 100%;
  }
}
.rainbow-menu ol > li a {
  width: 100%;
}
.rainbow-menu ol > li .main-image-wrapper 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";
}
.rainbow-menu ol > li > a:hover .title-desc-wrap,
.rainbow-menu ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.rainbow-menu ol > li > a:hover .title-desc-wrap:after,
.rainbow-menu ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.rainbow-menu ol > li > a:hover .main-link-text,
.rainbow-menu ol > li > a:focus-visible .main-link-text,
.rainbow-menu ol > li > a:hover .title-desc-wrap:after,
.rainbow-menu ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.rainbow-menu ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.rainbow-menu ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.rainbow-menu ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.rainbow-menu ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.rainbow-menu ol > li.has-bg-img a:hover .main-image-wrapper img,
.rainbow-menu ol > li.has-bg-img a:focus .main-image-wrapper img,
.rainbow-menu ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .rainbow-menu ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .rainbow-menu ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.rainbow-menu * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.rainbow-menu ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.rainbow-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.rainbow-menu ol > li > a .main-link-text {
  color: #fff;
}
.rainbow-menu ol > li > a:hover .title-desc-wrap,
.rainbow-menu ol > li > a:focus .title-desc-wrap,
.rainbow-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.rainbow-menu ol > li > a:hover .title-desc-wrap,
.pink-menu.rainbow-menu ol > li > a:focus .title-desc-wrap,
.pink-menu.rainbow-menu ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.rainbow-menu ol > li > a:hover .main-link-text,
.rainbow-menu ol > li > a:focus .main-link-text,
.rainbow-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.rainbow-menu ol > li > a .title-desc-wrap {
  background-image: linear-gradient(45deg, #005eb8, #41b6e6, #00a499, #ae2573, #ed8b00) !important;
}
.rainbow-menu ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.rainbow-menu ol > li > a .main-link-text {
  color: #fff;
}
.rainbow-menu ol > li > a:hover .title-desc-wrap,
.rainbow-menu ol > li > a:focus .title-desc-wrap,
.rainbow-menu ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(45deg, #005eb8, #41b6e6, #00a499, #ae2573, #ed8b00) !important;
}
.rainbow-menu ol > li > a:hover .main-link-text,
.rainbow-menu ol > li > a:focus .main-link-text,
.rainbow-menu ol > li > a:active .main-link-text {
  color: #fff;
}
.rainbow-menu-alt ol {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.rainbow-menu-alt ol > li {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(66, 85, 99, 0.15);
  flex: 1 0 20em;
  margin: 0.5em;
  display: flex;
  min-height: 300px;
  overflow: hidden;
  max-width: 25em;
}
.three-grid.rainbow-menu-alt ol > li {
  flex: 1 0 15em;
}
@media only screen and (max-width: 700px) {
  .rainbow-menu-alt ol > li {
    flex: 0 0 100%;
  }
}
.rainbow-menu-alt ol > li a {
  width: 100%;
}
.rainbow-menu-alt ol > li .main-image-wrapper 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";
}
.rainbow-menu-alt ol > li > a:hover .title-desc-wrap,
.rainbow-menu-alt ol > li > a:focus-visible .title-desc-wrap {
  transition: 0.4s ease all;
  height: 100px;
  background-image: linear-gradient(to bottom, #005eb8 60%, #41b6e6);
}
.rainbow-menu-alt ol > li > a:hover .title-desc-wrap:after,
.rainbow-menu-alt ol > li > a:focus-visible .title-desc-wrap:after {
  background: rgba(255, 255, 255, 0.5);
}
.rainbow-menu-alt ol > li > a:hover .main-link-text,
.rainbow-menu-alt ol > li > a:focus-visible .main-link-text,
.rainbow-menu-alt ol > li > a:hover .title-desc-wrap:after,
.rainbow-menu-alt ol > li > a:focus-visible .title-desc-wrap:after {
  color: white;
  transition: 0.4s ease all;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap {
  background: white;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  align-items: center;
  padding: 2em;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap:after {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1em;
  font-weight: 700;
  transform: translateY(-50%);
  text-align: right;
  align-items: center;
  display: flex;
  transition: all 0.2s ease 0.2s;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.rainbow-menu-alt ol > li.has-bg-img {
  background-size: cover;
  background-position: center;
}
.rainbow-menu-alt ol > li.has-bg-img .main-image-wrapper img {
  visibility: visible;
  transition: transform 0.25s ease;
  transform: scale(1);
}
.rainbow-menu-alt ol > li.has-bg-img a:hover .main-image-wrapper img,
.rainbow-menu-alt ol > li.has-bg-img a:focus .main-image-wrapper img,
.rainbow-menu-alt ol > li.has-bg-img a:active .main-image-wrapper img {
  transform: scale(1.05);
}
@media only screen and (max-width: 700px) {
  .rainbow-menu-alt ol > li:nth-child(n + 4) {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 700px) {
  .rainbow-menu-alt ol > li:not(:first-child) {
    margin-top: 1em;
  }
}
.rainbow-menu-alt * {
  transition: 0.4s ease all;
  color: #425563;
  font-weight: bold;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap {
  background: #005eb8;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.rainbow-menu-alt ol > li > a .main-link-text {
  color: #fff;
}
.rainbow-menu-alt ol > li > a:hover .title-desc-wrap,
.rainbow-menu-alt ol > li > a:focus .title-desc-wrap,
.rainbow-menu-alt ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(to bottom, #005eb8 0%, #0585ff 100%) !important;
}
.pink-menu.rainbow-menu-alt ol > li > a:hover .title-desc-wrap,
.pink-menu.rainbow-menu-alt ol > li > a:focus .title-desc-wrap,
.pink-menu.rainbow-menu-alt ol > li > a:active .title-desc-wrap {
  background-image: none !important;
  background: #00519f !important;
  height: 80px;
}
.rainbow-menu-alt ol > li > a:hover .main-link-text,
.rainbow-menu-alt ol > li > a:focus .main-link-text,
.rainbow-menu-alt ol > li > a:active .main-link-text {
  color: #fff;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap {
  background-image: linear-gradient(45deg, #003087, #005eb8) !important;
}
.rainbow-menu-alt ol > li > a .title-desc-wrap:after {
  color: #fff;
}
.rainbow-menu-alt ol > li > a .main-link-text {
  color: #fff;
}
.rainbow-menu-alt ol > li > a:hover .title-desc-wrap,
.rainbow-menu-alt ol > li > a:focus .title-desc-wrap,
.rainbow-menu-alt ol > li > a:active .title-desc-wrap {
  background-image: linear-gradient(45deg, #005eb8, #41b6e6, #00a499) !important;
}
.rainbow-menu-alt ol > li > a:hover .main-link-text,
.rainbow-menu-alt ol > li > a:focus .main-link-text,
.rainbow-menu-alt ol > li > a:active .main-link-text {
  color: #fff;
}
.featured-headline h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.featured-headline img {
  margin: 1em 0;
}
.type-contentcollection.video-placement .placement-inner {
  background: #fff;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement .content-headline > * {
  color: #425563;
}
.type-contentcollection.video-placement .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement .main-editor-output > * {
  color: #425563;
}
.type-contentcollection.video-placement .main-editor-output h2 {
  color: #425563;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement .placement-inner {
  padding: 2em;
}
.type-contentcollection.video-placement.blue-bg .placement-inner {
  background: #005eb8;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.blue-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.blue-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.blue-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.blue-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.blue-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.blue-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.blue-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.blue-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.blue-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.blue-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.blue-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.blue-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.blue-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.blue-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.blue-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.blue-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.blue-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.blue-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.orange-bg .placement-inner {
  background: #ed8b00;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.orange-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.orange-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.orange-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.orange-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.orange-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.orange-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.orange-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.orange-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.orange-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.orange-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.orange-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.orange-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.orange-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.orange-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.orange-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.orange-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.orange-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.orange-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.yellow-bg .placement-inner {
  background: #ffb81c;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.yellow-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.yellow-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.yellow-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.yellow-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.yellow-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.yellow-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.yellow-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.yellow-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.yellow-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.yellow-bg .content-headline > * {
  color: #425563;
}
.type-contentcollection.video-placement.yellow-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.yellow-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.yellow-bg .main-editor-output > * {
  color: #425563;
}
.type-contentcollection.video-placement.yellow-bg .main-editor-output h2 {
  color: #425563;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.yellow-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.yellow-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.yellow-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.yellow-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.purple-bg .placement-inner {
  background: #ae2573;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.purple-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.purple-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.purple-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.purple-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.purple-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.purple-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.purple-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.purple-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.purple-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.purple-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.purple-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.purple-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.purple-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.purple-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.purple-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.purple-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.purple-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.purple-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.pink-bg .placement-inner {
  background: #ffb81c;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.pink-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.pink-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.pink-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.pink-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.pink-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.pink-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.pink-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.pink-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.pink-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.pink-bg .content-headline > * {
  color: #425563;
}
.type-contentcollection.video-placement.pink-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.pink-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.pink-bg .main-editor-output > * {
  color: #425563;
}
.type-contentcollection.video-placement.pink-bg .main-editor-output h2 {
  color: #425563;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.pink-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.pink-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.pink-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.pink-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.red-bg .placement-inner {
  background: #da291c;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.red-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.red-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.red-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.red-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.red-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.red-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.red-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.red-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.red-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.red-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.red-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.red-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.red-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.red-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.red-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.red-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.red-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.red-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.green-bg .placement-inner {
  background: #006747;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.green-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.green-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.green-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.green-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.green-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.green-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.green-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.green-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.green-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.green-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.green-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.green-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.green-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.green-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.green-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.green-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.green-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.green-bg iframe {
    height: 240px !important;
  }
}
.type-contentcollection.video-placement.teal-bg .placement-inner {
  background: #00a499;
  padding: 2em;
  border-radius: 10px;
}
#container .type-contentcollection.video-placement.teal-bg .placement-inner {
  margin-top: 2em;
  margin-bottom: 2em;
}
.type-contentcollection.video-placement.teal-bg .content-items-list {
  display: flex;
  flex-direction: row;
  gap: 2em;
  flex-wrap: wrap;
}
.type-contentcollection.video-placement.teal-bg .list-content-item {
  flex: 1 0 22em;
}
@media only screen and (max-width: 1024px) {
  .type-contentcollection.video-placement.teal-bg .list-content-item {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.teal-bg .list-content-item:not(:has(iframe)) {
    order: 2;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.teal-bg .list-content-item:has(iframe) {
    order: 0;
  }
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.teal-bg .list-content-item {
    flex: 1 1 100%;
  }
}
.type-contentcollection.video-placement.teal-bg .list-content-item .item-headline {
  display: none;
}
.type-contentcollection.video-placement.teal-bg .content-headline h2 {
  margin-top: 0;
}
.type-contentcollection.video-placement.teal-bg .content-headline > * {
  color: #fff;
}
.type-contentcollection.video-placement.teal-bg .main-editor-output h2 {
  color: #ae2573;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.type-contentcollection.video-placement.teal-bg .main-editor-output img {
  margin: 1em 0;
}
.type-contentcollection.video-placement.teal-bg .main-editor-output > * {
  color: #fff;
}
.type-contentcollection.video-placement.teal-bg .main-editor-output h2 {
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.teal-bg .main-editor-output h2 {
    margin-top: 0;
    font-size: 1.5625em;
    font-weight: 700;
  }
}
.type-contentcollection.video-placement.teal-bg .main-editor-output p {
  font-size: 1.2em;
}
.type-contentcollection.video-placement.teal-bg iframe {
  margin-bottom: -0.75em;
  border: none;
}
@media only screen and (max-width: 700px) {
  .type-contentcollection.video-placement.teal-bg iframe {
    height: 240px !important;
  }
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
a[href]:after {
        content: " (" attr(href) ")";
        }
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .top-navigation,
  .nav-toggle,
  #accessibility-controls,
  #sidemenu,
  #pecr-compliance-banner,
  #site-header-row .site-search,
  #site-header-row .type-textcontent {
    display: none !important;
  }
  .logo-container {
    margin: 0 !important;
  }
  .layout_1_1 .wrapper .middle {
    margin: 0;
  }
  .layout_1_1 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_1 .col.right {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_1_0 .wrapper .middle {
    margin-left: 0;
  }
  .layout_1_0 .col.left {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .layout_0_1 .wrapper .middle {
    margin-right: 0;
  }
  .layout_0_1 .col.right {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
  /*#breadcrumbs {
      margin: 1em 0 0 0;
    }*/
  .breadcrumb {
    display: none;
  }
  #site-nav-row {
    margin: 0;
  }
  .site-footer {
    font-size: 70%;
  }
  .site-footer img {
    display: none;
  }
  .container {
    padding-bottom: 1em !important;
  }
  #site-footer-row {
    padding: 0;
    margin: 0;
    position: static !important;
  }
  input[type="submit"] {
    background: #005eb8 !important;
    color: #fff !important;
  }
  #site-footer-row .lh-footer-text,
  #site-footer-row .footer-placement .main-editor-output {
    border-right: none;
  }
  #site-article-footer-row {
    display: none;
  }
  .type-propertylist .ui-tabs-hide {
    display: block;
  }
  .type-propertylist .main-image {
    float: right;
    width: 35%;
    margin: 0 0 1em 1em;
  }
  .single-property-wrapper .content-headline {
    position: static;
    padding: 0 0 1em 0;
  }
  .property-details-footer .ui-tabs-nav {
    display: none;
  }
  .list-content .template-navigation-link {
    display: none;
  }
  .type-blog .back-to-blog-home {
    display: none;
  }
  .forum-submission-toggle {
    display: none;
  }
  table th {
    background: #333 !important;
    color: #fff !important;
  }
  #site-header-row .type-textcontent.no-headline .main-editor-output p {
    margin-top: 2.5em !important;
  }
  .accordion-base .placement-inner .content-headline {
    background: #eee !important;
  }
  .accordion-base .placement-inner .content-wrapper-inner {
    display: block !important;
  }
  .type-propertysearch {
    display: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    padding-top: 0 !important;
    background-image: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
    display: block !important;
  }
  .type-slideshow {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */