/* ==========================================================================
   Modern CSS Reset
   Based on modern best practices for CSS resets
   ========================================================================== */
/* Base Box Model
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove Default Margins
   ========================================================================== */
* {
  margin: 0;
}
/* Animation Preferences
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
/* Typography & Text Rendering
   ========================================================================== */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/* Media Elements
   ========================================================================== */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/* Form Elements
   ========================================================================== */
input,
button,
textarea,
select {
  font: inherit;
}
/* Text Overflow & Wrapping
   ========================================================================== */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
/* Stacking Context
   ========================================================================== */
#root,
#__next {
  isolation: isolate;
}
fieldset {
  border: none;
}
.box-sizing-reset {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-model-reset {
  margin: 0;
  padding: 0;
}
.container-break {
  width: 100% !important;
  max-width: none !important;
}
.break-parent-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.no-flexbox .clearfix:before,
.no-flexbox .clearfix:after {
  content: " ";
  display: table;
}
.no-flexbox .clearfix:after {
  clear: both;
}
.clearfix:after {
  clear: both;
}
.list-pagination {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.list-pagination .page-select {
  display: flex;
  gap: 0.8em;
}
.list-pagination .page-select label,
.list-pagination .page-select select {
  margin: auto 0;
}
.list-pagination span,
.list-pagination button {
  flex: 0 0 auto;
  margin: auto 0;
}
/* ==========================================================================
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: #0072bc !important;
    color: #fff !important;
  }
  #site-footer-row .lh-footer-text,
  #site-footer-row .footer-placement .main-editor-output {
    border-right: none;
  }
  #site-article-footer-row {
    display: none;
  }
  .type-propertylist .ui-tabs-hide {
    display: block;
  }
  .type-propertylist .main-image {
    float: right;
    width: 35%;
    margin: 0 0 1em 1em;
  }
  .single-property-wrapper .content-headline {
    position: static;
    padding: 0 0 1em 0;
  }
  .property-details-footer .ui-tabs-nav {
    display: none;
  }
  .list-content .template-navigation-link {
    display: none;
  }
  .type-blog .back-to-blog-home {
    display: none;
  }
  .forum-submission-toggle {
    display: none;
  }
  table th {
    background: #333 !important;
    color: #fff !important;
  }
  #site-header-row .type-textcontent.no-headline .main-editor-output p {
    margin-top: 2.5em !important;
  }
  .accordion-base .placement-inner .content-headline {
    background: #e8edee !important;
  }
  .accordion-base .placement-inner .content-wrapper-inner {
    display: block !important;
  }
  .type-propertysearch {
    display: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image {
    padding-top: 0 !important;
    background-image: none !important;
  }
  .type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-inner .content-main-image img {
    display: block !important;
  }
  .type-slideshow {
    display: none !important;
  }
}
:root {
  --mobile-bp: 55rem;
  --mobile-nav-bp: 74.375rem;
  --mobile-nav-over-bp: 52.5625rem;
  --tablet-bp: 64rem;
  --over-bp: 52.5625rem;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-container {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .content-container {
    width: 94%;
  }
}
.dynamic-cols-wrapper {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .dynamic-cols-wrapper {
    width: 94%;
  }
}
.main-cols-container {
  display: grid;
  grid-gap: 2em;
}
@media only screen and (max-width: 55rem) {
  .main-cols-container {
    grid-gap: 0.5em;
  }
}
@media only screen and (max-width: 55rem) {
  #container .main-cols-container .wrapper,
  #container .main-cols-container .left,
  #container .main-cols-container .right {
    grid-area: auto;
  }
}
.layout_1_0 .main-cols-container {
  grid-template-columns: minmax(min-content, 15.4375rem) 1fr;
}
.layout_1_0 .main-cols-container .left {
  grid-area: 1 / 1 / 2 / 2;
}
.layout_1_0 .main-cols-container .wrapper {
  grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 55rem) {
  #container .main-cols-container {
    grid-template-columns: 1fr;
  }
}
.layout_0_1 .main-cols-container {
  grid-template-columns: 1fr minmax(min-content, 15.4375rem);
}
.layout_0_1 .main-cols-container .wrapper {
  grid-area: 1 / 1 / 2 / 2;
}
.layout_0_1 .main-cols-container .right {
  grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 55rem) {
  .container .main-cols-container {
    grid-template-columns: 1fr;
  }
}
.layout_0_0 .main-cols-container {
  grid-template-columns: 1fr;
}
.layout_0_0 .main-cols-container .wrapper {
  grid-area: 1 / 1 / 2 / 2;
}
@media only screen and (max-width: 55rem) {
  .container .main-cols-container {
    grid-template-columns: 1fr;
  }
}
.layout_1_1 .main-cols-container {
  grid-template-columns: minmax(18rem, 15.4375rem) minmax(15.4375rem, 1fr) minmax(18rem, 15.4375rem);
}
.layout_1_1 .main-cols-container .left {
  grid-area: 1 / 1 / 2 / 2;
}
@media only screen and (max-width: 72rem) {
  .layout_1_1 .main-cols-container .left {
    grid-area: 2 / 1 / 3 / 2;
  }
}
.layout_1_1 .main-cols-container .wrapper {
  grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 72rem) {
  .layout_1_1 .main-cols-container .wrapper {
    grid-area: 1 / 1 / 2 / 2;
  }
}
.layout_1_1 .main-cols-container .right {
  grid-area: 1 / 3 / 2 / 4;
}
@media only screen and (max-width: 72rem) {
  .layout_1_1 .main-cols-container .right {
    grid-area: 3 / 1 / 4 / 2;
  }
}
@media only screen and (max-width: 72rem) {
  .layout_1_1 .main-cols-container {
    grid-template-columns: 100%;
  }
}
.border-placement .content-wrapper,
.background-color .content-wrapper {
  padding: 1.5em;
}
#site-banner-row .placement-row-1-up .page-placement .placement-inner,
#container #main-content #site-content-top-row .placement-row-1-up .page-placement .placement-inner,
#container #main-content #site-content-bottom-row .placement-row-1-up .page-placement .placement-inner {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .placement-row-1-up .page-placement .placement-inner,
  #container #main-content #site-content-top-row .placement-row-1-up .page-placement .placement-inner,
  #container #main-content #site-content-bottom-row .placement-row-1-up .page-placement .placement-inner {
    width: 94%;
  }
}
.placement-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 68.4375rem) {
  .placement-row {
    flex-wrap: wrap;
  }
}
.page-placement {
  display: flex;
}
.col .placement-row-wrapper:not(:first-child) .page-placement {
  margin-top: 0;
}
#container .middle .placement-row-wrapper:first-of-type .page-placement .placement-inner {
  margin-top: 0;
}
.no-flexbox .page-placement {
  float: left;
}
@media only screen and (max-width: 55rem) {
  #container .page-placement {
    flex: 0 0 100%;
    float: none;
    width: auto;
  }
}
.placement-inner {
  width: 100%;
}
.placement-row-1-up .page-placement {
  flex: 1 1 100%;
}
.no-flexbox .placement-row-1-up .page-placement {
  width: 100%;
}
.placement-row-2-up .page-placement {
  flex: 1 1 45%;
}
.no-flexbox .placement-row-2-up .page-placement {
  width: 50%;
}
.placement-row-3-up .page-placement {
  flex: 1 1 30%;
}
.no-flexbox .placement-row-3-up .page-placement {
  width: 33.33333333%;
}
.placement-row-4-up .page-placement {
  flex: 1 1 22.5%;
}
.no-flexbox .placement-row-4-up .page-placement {
  width: 25%;
}
.placement-row-5-up .page-placement {
  flex: 1 1 18%;
}
.no-flexbox .placement-row-5-up .page-placement {
  width: 20%;
}
.placement-row-6-up .page-placement {
  flex: 1 1 15%;
}
.no-flexbox .placement-row-6-up .page-placement {
  width: 16.66666667%;
}
.placement-row-7-up .page-placement {
  flex: 1 1 12.85714286%;
}
.no-flexbox .placement-row-7-up .page-placement {
  width: 14.28571429%;
}
.placement-row-8-up .page-placement {
  flex: 1 1 11.25%;
}
.no-flexbox .placement-row-8-up .page-placement {
  width: 12.5%;
}
.placement-row-9-up .page-placement {
  flex: 1 1 10%;
}
.no-flexbox .placement-row-9-up .page-placement {
  width: 11.11111111%;
}
.placement-row-10-up .page-placement {
  flex: 1 1 9%;
}
.no-flexbox .placement-row-10-up .page-placement {
  width: 10%;
}
.placement-row-11-up .page-placement {
  flex: 1 1 8.18181818%;
}
.no-flexbox .placement-row-11-up .page-placement {
  width: 9.09090909%;
}
.placement-row-12-up .page-placement {
  flex: 1 1 7.5%;
}
.no-flexbox .placement-row-12-up .page-placement {
  width: 8.33333333%;
}
.main-content .content-wrapper .placement-row,
.main-content .site-content-top-row .placement-row,
.main-content .site-content-bottom-row .placement-row {
  gap: 1.875rem;
}
@media only screen and (max-width: 55rem) {
  .main-content .content-wrapper .placement-row,
  .main-content .site-content-top-row .placement-row,
  .main-content .site-content-bottom-row .placement-row {
    gap: 1.875rem;
  }
}
@media only screen and (max-width: 55rem) {
  .main-content .content-wrapper .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):first-child .placement-inner,
  .main-content .site-content-top-row .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):first-child .placement-inner,
  .main-content .site-content-bottom-row .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):first-child .placement-inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 55rem) {
  .main-content .content-wrapper .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):last-child .placement-inner,
  .main-content .site-content-top-row .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):last-child .placement-inner,
  .main-content .site-content-bottom-row .placement-row.placement-row:not(.placement-row-1-up) .page-placement:not(.default):last-child .placement-inner {
    margin-right: 0;
  }
}
.main-content .content-wrapper .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) .placement-inner,
.main-content .site-content-top-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) .placement-inner,
.main-content .site-content-bottom-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) .placement-inner {
  padding: 1.875rem;
  border-radius: 0px;
}
.main-content .content-wrapper .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) > *,
.main-content .site-content-top-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) > *,
.main-content .site-content-bottom-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) > *,
.main-content .content-wrapper .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h2,
.main-content .site-content-top-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h2,
.main-content .site-content-bottom-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h2,
.main-content .content-wrapper .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h3,
.main-content .site-content-top-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h3,
.main-content .site-content-bottom-row .col .page-placement.default:not(.type-menuplacement):not(.type-processsearchplacement) h3 {
  color: #000000;
}
.main-content .content-wrapper .col .page-placement:not(.type-slideshow):not(.accordion-base) .placement-inner,
.main-content .site-content-top-row .col .page-placement:not(.type-slideshow):not(.accordion-base) .placement-inner,
.main-content .site-content-bottom-row .col .page-placement:not(.type-slideshow):not(.accordion-base) .placement-inner {
  margin-top: 0;
  margin-bottom: 0;
}
.translate-toggle-wrap {
  position: relative;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#container .gtranslate_wrapper .gt_switcher-popup {
  display: flex !important;
  align-items: center !important;
  padding: 3px !important;
  border-radius: 6px !important;
}
#container .gtranslate_wrapper .gt_switcher-popup > span {
  font-size: 90% !important;
  color: #000000;
  padding-left: 0.5em !important;
}
#container .gtranslate_wrapper .gt_switcher-popup > span:last-child {
  display: none !important;
}
#container .gtranslate_wrapper .gt_switcher-popup > span:after {
  position: relative;
  top: 2px;
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.25em;
  align-self: center;
}
#container .gtranslate_wrapper .gt_white_content {
  background: #fff !important;
  width: 100% !important;
  max-width: 68.4375rem !important;
  height: 60vh !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
}
@media only screen and (max-width: 55rem) {
  #container .gtranslate_wrapper .gt_white_content {
    max-width: 94% !important;
    height: 80vh !important;
    overflow-y: scroll !important;
  }
  #container .gtranslate_wrapper .gt_white_content .gt_languages {
    flex-wrap: nowrap !important;
    overflow-x: none !important;
  }
}
/* ==========================================================================
   Component Guide
   A development tool for visualizing and identifying page components
   ========================================================================== */
.component-guide #main-content .page-placement {
  position: relative;
  outline: 1px dashed grey !important;
  margin: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.component-guide #main-content .page-placement:hover {
  outline: 4px solid 4px !important;
}
.component-guide #main-content .page-placement:hover:before,
.component-guide #main-content .page-placement:hover:after,
.component-guide #main-content .page-placement:hover .placement-inner:before,
.component-guide #main-content .page-placement:hover .placement-inner:after {
  opacity: 1;
}
.component-guide #main-content .page-placement:before {
  content: 'Placement';
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  background-color: #000000;
  color: white;
  z-index: 900;
  max-width: 40%;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.component-guide #main-content .page-placement.type-textcontent:before {
  content: 'Text placement';
}
.component-guide #main-content .page-placement.type-menuplacement:before {
  content: 'Menu placement';
}
.component-guide #main-content .page-placement.type-blogsminilist:before {
  content: 'Blog mini list';
}
.component-guide #main-content .page-placement.type-listforumthreads:before {
  content: 'Forum thread list';
}
.component-guide #main-content .page-placement.type-textcontent.accordion-base:before {
  content: 'Accordion (text placement)';
}
.component-guide #main-content .page-placement .placement-inner {
  position: relative;
}
.component-guide #main-content .page-placement .placement-inner:before {
  content: 'No sub-type';
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  background-color: #4a4a4a;
  color: white;
  z-index: 900;
  max-width: 40%;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
  top: 30px;
}
.component-guide #main-content .page-placement .placement-inner:has(.pod-menu):before {
  content: 'Menu placement - pod menu';
}
.component-guide #main-content .page-placement .placement-inner:has(.standard-list):before {
  content: 'Menu placement - standard list';
}
.component-guide #main-content .page-placement .placement-inner:has(.description-list):before {
  content: 'Menu placement - description';
}
.component-guide #main-content .page-placement .placement-inner:has(.site-search):before {
  content: 'Site search placement';
}
.component-guide #main-content .page-placement:not(.default):after {
  content: '! Custom placement style - [' attr(data-placement-stylename) ']';
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  background-color: #ea6969;
  color: black;
  z-index: 900;
  max-width: 40%;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
  right: 3px;
  left: auto;
}
.component-guide #main-content .page-placement.default .placement-inner:after {
  content: 'Default';
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  background-color: #12771d;
  color: white;
  z-index: 900;
  max-width: 40%;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
  right: 3px;
  left: auto;
}
/* ==========================================================================
   Error 404 Page
   Custom styling for the 404 error page
   ========================================================================== */
.error-404,
[class*="404"] {
  position: relative;
}
.error-404 #main-content,
[class*="404"] #main-content {
  padding: 0;
  margin-top: 2%;
}
.error-404 .container,
[class*="404"] .container {
  padding-bottom: 0;
  min-height: 0;
}
.error-404 .wrapper-inner,
[class*="404"] .wrapper-inner {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: minmax(min-content, 150px) minmax(min-content, max-content) minmax(min-content, 300px);
  grid-template-areas: "header-row header-row header-row" "brand-row hero-row hero-row" "footer-row footer-row footer-row";
  height: 95vh;
}
@media only screen and (max-width: 55rem) {
  .error-404 .wrapper-inner,
  [class*="404"] .wrapper-inner {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(min-content, 150px) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, 300px);
    grid-template-areas: "header-row" "brand-row" "hero-row" "footer-row";
  }
}
.error-404 #header-row,
[class*="404"] #header-row {
  grid-area: header-row;
  display: flex;
  align-items: center;
  padding-left: 1em;
  background: rgba(0, 114, 188, 0.15);
}
.error-404 #header-row .back-to-home,
[class*="404"] #header-row .back-to-home {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #header-row .back-to-home li a,
[class*="404"] #header-row .back-to-home li a {
  padding: 1em 0;
}
.error-404 #header-row .back-to-home li a:before,
[class*="404"] #header-row .back-to-home li a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  margin-right: 0.5em;
}
.error-404 #brand-row,
[class*="404"] #brand-row {
  grid-area: brand-row;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 2em 2em 0;
  background: #0072bc;
}
@media only screen and (max-width: 55rem) {
  .error-404 #brand-row,
  [class*="404"] #brand-row {
    padding: 1em 1em 0;
    align-items: flex-start;
  }
}
.error-404 #brand-row #logotype,
[class*="404"] #brand-row #logotype {
  text-align: center;
  padding: 20px;
}
@media only screen and (max-width: 55rem) {
  .error-404 #brand-row #logotype a,
  [class*="404"] #brand-row #logotype a {
    max-width: 200px;
    display: inline-block;
  }
}
.error-404 #hero-row,
[class*="404"] #hero-row {
  grid-area: hero-row;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f6f9fa;
  padding: 2em 0;
  position: relative;
}
@media only screen and (max-width: 55rem) {
  .error-404 #hero-row,
  [class*="404"] #hero-row {
    padding: 0 0 1em;
  }
}
.error-404 #hero-row:before,
[class*="404"] #hero-row:before {
  content: "404";
  font-size: 20em;
  color: rgba(0, 114, 188, 0.05);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  .error-404 #hero-row:before,
  [class*="404"] #hero-row:before {
    content: none;
  }
}
.error-404 #hero-row .group-content,
[class*="404"] #hero-row .group-content {
  max-width: 50ch;
}
.error-404 #hero-row .container,
[class*="404"] #hero-row .container {
  padding: 2em 0 2.5em 2em;
  border-left: solid 1px #ddd;
  z-index: 3;
}
@media only screen and (max-width: 55rem) {
  .error-404 #hero-row .container,
  [class*="404"] #hero-row .container {
    border-left: none;
    padding: 1em;
  }
}
.error-404 #hero-row .page-headline,
[class*="404"] #hero-row .page-headline {
  font-size: 200%;
  margin-top: 0;
}
.error-404 #hero-row .search-headline,
[class*="404"] #hero-row .search-headline {
  display: none;
}
.error-404 #hero-row .form-wrapper,
[class*="404"] #hero-row .form-wrapper {
  margin-top: 1.5em;
}
.error-404 #hero-row .form-wrapper .search-inputs,
[class*="404"] #hero-row .form-wrapper .search-inputs {
  position: relative;
}
.error-404 #hero-row .form-wrapper .search-inputs input[type="text"],
[class*="404"] #hero-row .form-wrapper .search-inputs input[type="text"],
.error-404 #hero-row .form-wrapper .search-inputs input[type="search"],
[class*="404"] #hero-row .form-wrapper .search-inputs input[type="search"] {
  padding: 0.5em;
}
.error-404 #hero-row .form-wrapper .search-inputs label,
[class*="404"] #hero-row .form-wrapper .search-inputs label {
  display: none;
}
.error-404 #hero-row .form-wrapper .search-inputs .submit-wrap,
[class*="404"] #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 #hero-row .form-wrapper .search-inputs .submit-wrap:hover,
[class*="404"] #hero-row .form-wrapper .search-inputs .submit-wrap:hover,
.error-404 #hero-row .form-wrapper .search-inputs .submit-wrap:focus,
[class*="404"] #hero-row .form-wrapper .search-inputs .submit-wrap:focus,
.error-404 #hero-row .form-wrapper .search-inputs .submit-wrap:active,
[class*="404"] #hero-row .form-wrapper .search-inputs .submit-wrap:active {
  opacity: 0.7;
}
.error-404 #hero-row .form-wrapper .search-inputs .submit-wrap:before,
[class*="404"] #hero-row .form-wrapper .search-inputs .submit-wrap:before {
  font-family: "Font Awesome 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: #0072bc;
  pointer-events: none;
  position: absolute;
  top: 2px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.error-404 #hero-row .form-wrapper .search-inputs .submit-wrap input[type="submit"],
[class*="404"] #hero-row .form-wrapper .search-inputs .submit-wrap input[type="submit"] {
  background-color: transparent;
  border: none;
  font-size: 0;
  color: transparent;
  width: 100%;
  height: 100%;
}
.error-404 #footer-row,
[class*="404"] #footer-row {
  grid-area: footer-row;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 114, 188, 0.15);
}
@media only screen and (max-width: 55rem) {
  .error-404 #footer-row .group-content,
  [class*="404"] #footer-row .group-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.error-404 #footer-row .footer-list,
[class*="404"] #footer-row .footer-list {
  float: left;
  font-size: 85%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list li,
[class*="404"] #footer-row .footer-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.error-404 #footer-row .footer-list.copyright,
[class*="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,
[class*="404"] #footer-row .footer-list.verseone-credit {
  padding-left: 1em;
}
.error-404 #footer-row .footer-list.verseone-credit a,
[class*="404"] #footer-row .footer-list.verseone-credit a {
  color: #000000;
  text-decoration: underline;
}
.error-404 #footer-row .footer-list.verseone-credit a:hover,
[class*="404"] #footer-row .footer-list.verseone-credit a:hover,
.error-404 #footer-row .footer-list.verseone-credit a:focus,
[class*="404"] #footer-row .footer-list.verseone-credit a:focus,
.error-404 #footer-row .footer-list.verseone-credit a:active,
[class*="404"] #footer-row .footer-list.verseone-credit a:active {
  text-decoration: none;
}
.error-404 form > div,
[class*="404"] form > div {
  display: flex;
}
.error-404 form > div input[type="search"],
[class*="404"] form > div input[type="search"] {
  border-radius: 0;
}
.error-404 .input-label,
[class*="404"] .input-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body #pecr-compliance-banner {
  padding: 1.25em;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  border-top: none;
  order: -1;
  font-size: 16px;
  position: static;
  z-index: 1;
}
body #pecr-compliance-banner:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f564";
  display: inline-block;
  font-size: 22px;
}
body #pecr-compliance-banner p {
  font-size: 1em;
  margin-left: 1.2em;
  margin-right: 1.2em;
}
body #pecr-compliance-banner p a {
  text-decoration: underline;
}
body #pecr-compliance-banner p a:hover {
  text-decoration-thickness: 2px;
}
body #pecr-compliance-banner form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
body #pecr-compliance-banner form > * {
  flex: 0 1 19em;
}
body #pecr-compliance-banner form > *:is(p) {
  flex-grow: 1;
}
body #pecr-compliance-banner form fieldset {
  flex: 0 0 auto;
  margin-left: auto;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner form fieldset {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
  }
  body #pecr-compliance-banner form fieldset input {
    width: min-content;
  }
}
body #pecr-compliance-banner .pecrsetting-button {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  font-size: 1em;
}
#container body #pecr-compliance-banner .pecrsetting-button strong,
#container body #pecr-compliance-banner .pecrsetting-button span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner .pecrsetting-button {
    min-width: 0;
  }
}
body #pecr-compliance-banner .pecrsetting-button:before,
body #pecr-compliance-banner .pecrsetting-button:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
body #pecr-compliance-banner .pecrsetting-button:hover,
body #pecr-compliance-banner .pecrsetting-button:focus,
body #pecr-compliance-banner .pecrsetting-button:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
body #pecr-compliance-banner .pecrsetting-button-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container body #pecr-compliance-banner .pecrsetting-button-primary strong,
#container body #pecr-compliance-banner .pecrsetting-button-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner .pecrsetting-button-primary {
    min-width: 0;
  }
}
body #pecr-compliance-banner .pecrsetting-button-primary:before,
body #pecr-compliance-banner .pecrsetting-button-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
body #pecr-compliance-banner .pecrsetting-button-primary:hover,
body #pecr-compliance-banner .pecrsetting-button-primary:focus,
body #pecr-compliance-banner .pecrsetting-button-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
body #pecr-compliance-banner .pecrsetting-button-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container body #pecr-compliance-banner .pecrsetting-button-secondary strong,
#container body #pecr-compliance-banner .pecrsetting-button-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner .pecrsetting-button-secondary {
    min-width: 0;
  }
}
body #pecr-compliance-banner .pecrsetting-button-secondary:before,
body #pecr-compliance-banner .pecrsetting-button-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
body #pecr-compliance-banner .pecrsetting-button-secondary:hover,
body #pecr-compliance-banner .pecrsetting-button-secondary:focus,
body #pecr-compliance-banner .pecrsetting-button-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
body #pecr-compliance-banner .pecrsetting-button-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container body #pecr-compliance-banner .pecrsetting-button-tertiary strong,
#container body #pecr-compliance-banner .pecrsetting-button-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner .pecrsetting-button-tertiary {
    min-width: 0;
  }
}
body #pecr-compliance-banner .pecrsetting-button-tertiary:before,
body #pecr-compliance-banner .pecrsetting-button-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
body #pecr-compliance-banner .pecrsetting-button-tertiary:hover,
body #pecr-compliance-banner .pecrsetting-button-tertiary:focus,
body #pecr-compliance-banner .pecrsetting-button-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container body #pecr-compliance-banner .pecrsetting-button strong,
#container body #pecr-compliance-banner .pecrsetting-button span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  body #pecr-compliance-banner .pecrsetting-button {
    min-width: 0;
  }
}
body #pecr-compliance-banner .pecrsetting-button:before,
body #pecr-compliance-banner .pecrsetting-button:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
body #pecr-compliance-banner .pecrsetting-button:hover,
body #pecr-compliance-banner .pecrsetting-button:focus,
body #pecr-compliance-banner .pecrsetting-button:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
/*==== SET MAIN VARIABLES TO CONTROL PAGE STRUCTURE ====*/
/*
	Containment options: contained, semi, open, boxed.
	classic: Everything is constrained within @max-site-width defined above, some sections (accessibility bar, header row, banner row, footer row) will have their containers run full width, to allow borders or shadows to span the viewport
	Semi: Banner Row, Top Row and Bottom Row will span the full width of the viewport
	Open: The site will not be contained and will only be constrained by the browser viewport.
	Boxed: Everything is contained within @max-site-width, no exceptions.
*/
/*
OPTION 1: The classic Flexbox settings: flex-box (LEGACY VERSION)
OPTION 2: The all new CSS Grid method: css-grids (2021);
*/
/*==== SET MAIN DESIGN VARIABLES ====*/
#accessibility-controls {
  background-color: #0072bc;
  padding-top: 30px;
}
#site-header-row {
  background-color: #0072bc;
}
#site-content-top-row {
  background: #fff;
}
#site-banner-row .placement-row-wrapper,
#main-content .placement-row-wrapper {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .placement-row-wrapper,
  #main-content .placement-row-wrapper {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
#site-banner-row .placement-row-wrapper:has(.banner, .type-listevents, .hero-banner, .highlight-banner, .alert, .checkerboard, .type-slideshow, .pod-menu, .type-mediabrowserfolders, .page-header),
#main-content .placement-row-wrapper:has(.banner, .type-listevents, .hero-banner, .highlight-banner, .alert, .checkerboard, .type-slideshow, .pod-menu, .type-mediabrowserfolders, .page-header) {
  margin-top: 0;
  margin-bottom: 0;
}
#site-banner-row .placement-row-wrapper:has(.accordion-base, .border-box, [data-placement-class='SimpleMediaBrowserPlacement'], .solid-box),
#main-content .placement-row-wrapper:has(.accordion-base, .border-box, [data-placement-class='SimpleMediaBrowserPlacement'], .solid-box) {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
#site-banner-row .middle .placement-row-wrapper,
#main-content .middle .placement-row-wrapper {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
#site-banner-row .middle .placement-row-wrapper:has(.banner, .type-listevents, .hero-banner, .highlight-banner, .alert, .checkerboard, .type-slideshow, .pod-menu, .type-mediabrowserfolders, .page-header),
#main-content .middle .placement-row-wrapper:has(.banner, .type-listevents, .hero-banner, .highlight-banner, .alert, .checkerboard, .type-slideshow, .pod-menu, .type-mediabrowserfolders, .page-header) {
  margin-top: 0;
  margin-bottom: 0;
}
#site-banner-row .middle .placement-row-wrapper:has(.accordion-base, .border-box, [data-placement-class='SimpleMediaBrowserPlacement'], .solid-box),
#main-content .middle .placement-row-wrapper:has(.accordion-base, .border-box, [data-placement-class='SimpleMediaBrowserPlacement'], .solid-box) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#site-content-bottom-row {
  background: #fff;
}
#site-nav-row {
  background-color: #0072bc;
}
@media only screen and (max-width: 74.375rem) {
  #site-nav-row {
    background: #0072bc;
  }
}
#site-footer-row {
  background: #0072bc;
}
a:focus-visible,
button:focus-visible,
#pecr-compliance-banner input:focus-visible,
#container a:focus-visible,
#container button:focus-visible {
  border-color: #fd0 !important;
  color: #0b0c0c !important;
  background-color: #fd0 !important;
  outline: 3px solid #0b0c0c !important;
  outline-offset: 3px !important;
}
a:focus-visible:before,
button:focus-visible:before,
#pecr-compliance-banner input:focus-visible:before,
#container a:focus-visible:before,
#container button:focus-visible:before,
a:focus-visible *,
button:focus-visible *,
#pecr-compliance-banner input:focus-visible *,
#container a:focus-visible *,
#container button:focus-visible * {
  color: #0b0c0c !important;
}
#container a:empty:focus-visible {
  border: none !important;
  outline: none !important;
  background: none !important;
}
input[type="submit"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="text"]:focus-visible {
  outline: 3px solid #fd0;
  outline-offset: 0;
  box-shadow: inset 0 0 0 2px;
  box-shadow: inset 0 0 0 4px;
}
textarea:focus,
input[type="text"]:focus {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
input[type="date"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 4px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
}
.submit-wrap:has(input:focus-visible) {
  opacity: 1 !important;
}
.submit-wrap:has(input:focus-visible):after {
  outline: 3px solid #0b0c0c !important;
  outline-offset: 3px !important;
  background-color: #fd0 !important;
  color: #0b0c0c !important;
}
/*			Full NHS Colour palette			*/
/* ==========================================================================
   Typography System
   Using Major Third (1.25) modular scale
   ========================================================================== */
@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-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;
}
:root {
  --font-family-base: "Frutiger W01", Helvetica, Arial, sans-serif;
  --font-family-heading: "Frutiger W01", Helvetica, Arial, sans-serif;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 600;
  --font-weight-black: 900;
  --base-font-size: 1.125rem;
  --base-font-size-mobile: 1rem;
  --line-height-base: 1.777;
  --content-width: 56.8125rem;
  --scale-ratio: 1.2;
  --scale-0: 1;
  --scale-1: calc(var(--scale-0) * var(--scale-ratio));
  --scale-2: calc(var(--scale-1) * var(--scale-ratio));
  --scale-3: calc(var(--scale-2) * var(--scale-ratio));
  --scale-4: calc(var(--scale-3) * var(--scale-ratio));
  --scale-5: calc(var(--scale-4) * var(--scale-ratio));
  --scale-6: calc(var(--scale-5) * var(--scale-ratio));
  --font-size-xs: calc(var(--scale-0) * 0.7 * var(--base-font-size));
  --font-size-sm: calc(var(--scale-0) * 0.875 * var(--base-font-size));
  --font-size-base: calc(var(--scale-0) * var(--base-font-size));
  --font-size-lg: calc(var(--scale-1) * var(--base-font-size));
  --font-size-xl: calc(var(--scale-2) * var(--base-font-size));
  --font-size-2xl: calc(var(--scale-3) * var(--base-font-size));
  --font-size-3xl: calc(var(--scale-4) * var(--base-font-size));
  --font-size-4xl: calc(var(--scale-5) * var(--base-font-size));
  --font-size-5xl: calc(var(--scale-6) * var(--base-font-size));
  --color-primary: #0072bc;
  --color-secondary: #cce9e5;
  --color-tertiary: #00825c;
}
/* ==========================================================================
   Base Typography Styles
   ========================================================================== */
body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-weight: var(--font-weight-normal);
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
strong {
  font-weight: var(--font-weight-bold);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  margin-bottom: 15px;
  margin-top: 0;
  color: #0072bc;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 1em;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: var(--font-weight-bold);
}
h1:has(.subhead),
h2:has(.subhead),
h3:has(.subhead),
h4:has(.subhead),
h5:has(.subhead),
h6:has(.subhead) {
  display: flex;
  flex-direction: column;
}
h1:has(.subhead) .subhead,
h2:has(.subhead) .subhead,
h3:has(.subhead) .subhead,
h4:has(.subhead) .subhead,
h5:has(.subhead) .subhead,
h6:has(.subhead) .subhead {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: var(--font-size-base);
  color: #0072bc;
}
h2 {
  font-size: var(--font-size-4xl);
}
@media only screen and (max-width: 55rem) {
  h2 {
    font-size: var(--font-size-3xl);
  }
}
h3 {
  font-size: var(--font-size-2xl);
}
@media only screen and (max-width: 55rem) {
  h3 {
    font-size: var(--font-size-xl);
  }
}
h4 {
  font-size: var(--font-size-xl);
}
@media only screen and (max-width: 55rem) {
  h4 {
    font-size: var(--font-size-lg);
  }
}
h5 {
  font-size: var(--font-size-lg);
}
@media only screen and (max-width: 55rem) {
  h5 {
    font-size: var(--font-size-base);
  }
}
h6 {
  font-size: var(--font-size-base);
}
p {
  margin: 0.6em 0;
}
ul,
ol {
  padding-left: 2em;
  margin: 0.6em 0;
}
ul li,
ol li {
  margin: 0.2em 0;
}
.page-placement:not(.solid-box, .bg) blockquote {
  background: #dcddde;
}
blockquote {
  padding: 1.3em 4.5em;
  position: relative;
  border-radius: 0px;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 55rem) {
  blockquote {
    padding: 2rem;
  }
}
blockquote:before {
  content: "“";
  font-size: 4.5rem;
  position: absolute;
  top: 0.9em;
  left: 0.5em;
  color: #0072bc;
  line-height: 0;
}
@media only screen and (max-width: 55rem) {
  blockquote:before {
    top: 40px;
    left: 0;
  }
}
blockquote:after {
  content: "”";
  font-size: 4.5rem;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  color: #0072bc;
  line-height: 0;
}
@media only screen and (max-width: 55rem) {
  blockquote:after {
    bottom: 20px;
    right: 0;
  }
}
/* ==========================================================================
   Content Spacing
   ========================================================================== */
.main-editor-output > *[style="text-align: center;"] > img,
.main-editor-output > *[style="text-align: center;"] {
  margin-inline: auto;
}
.main-editor-output h2 ~ p,
.main-editor-output h3 ~ p,
.main-editor-output h4 ~ p,
.main-editor-output h5 ~ p,
.main-editor-output h6 ~ p,
.main-editor-output h2 ~ ul,
.main-editor-output h3 ~ ul,
.main-editor-output h4 ~ ul,
.main-editor-output h5 ~ ul,
.main-editor-output h6 ~ ul,
.main-editor-output h2 ~ ol,
.main-editor-output h3 ~ ol,
.main-editor-output h4 ~ ol,
.main-editor-output h5 ~ ol,
.main-editor-output h6 ~ ol {
  margin-top: 0;
}
.main-editor-output h2 + h2,
.main-editor-output h3 + h2,
.main-editor-output h4 + h2,
.main-editor-output h5 + h2,
.main-editor-output h6 + h2,
.main-editor-output h2 + h3,
.main-editor-output h3 + h3,
.main-editor-output h4 + h3,
.main-editor-output h5 + h3,
.main-editor-output h6 + h3,
.main-editor-output h2 + h4,
.main-editor-output h3 + h4,
.main-editor-output h4 + h4,
.main-editor-output h5 + h4,
.main-editor-output h6 + h4,
.main-editor-output h2 + h5,
.main-editor-output h3 + h5,
.main-editor-output h4 + h5,
.main-editor-output h5 + h5,
.main-editor-output h6 + h5,
.main-editor-output h2 + h6,
.main-editor-output h3 + h6,
.main-editor-output h4 + h6,
.main-editor-output h5 + h6,
.main-editor-output h6 + h6 {
  margin-top: 1rem;
}
.main-editor-output p h2,
.main-editor-output div h2,
.main-editor-output p h3,
.main-editor-output div h3,
.main-editor-output p h4,
.main-editor-output div h4,
.main-editor-output p h5,
.main-editor-output div h5,
.main-editor-output p h6,
.main-editor-output div h6 {
  margin-top: 2rem;
}
.main-editor-output p + h2,
.main-editor-output ul + h2,
.main-editor-output ol + h2,
.main-editor-output p + h3,
.main-editor-output ul + h3,
.main-editor-output ol + h3,
.main-editor-output p + h4,
.main-editor-output ul + h4,
.main-editor-output ol + h4,
.main-editor-output p + h5,
.main-editor-output ul + h5,
.main-editor-output ol + h5,
.main-editor-output p + h6,
.main-editor-output ul + h6,
.main-editor-output ol + h6 {
  margin-top: 2rem;
}
.main-editor-output h3 {
  color: #00825c;
}
/* ==========================================================================
   Font Awesome Integration
   ========================================================================== */
@font-face {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/fw-fonts/font-awesome-current/fa-regular-400.eot");
  src: url("/fw-fonts/font-awesome-current/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-regular-400.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-regular-400.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-regular-400.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: 900;
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot");
  src: url("/fw-fonts/font-awesome-current/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-solid-900.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-solid-900.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/fw-fonts/font-awesome-current/fa-light-300.eot");
  src: url("/fw-fonts/font-awesome-current/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-light-300.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-light-300.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-light-300.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-light-300.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/fw-fonts/font-awesome-current/fa-brands-400.eot");
  src: url("/fw-fonts/font-awesome-current/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fw-fonts/font-awesome-current/fa-brands-400.woff2") format("woff2"), url("/fw-fonts/font-awesome-current/fa-brands-400.woff") format("woff"), url("/fw-fonts/font-awesome-current/fa-brands-400.ttf") format("truetype"), url("/fw-fonts/font-awesome-current/fa-brands-400.svg#fontawesome") format("svg");
}
.fonticon,
[data-icon]:before {
  font-family: "Font Awesome 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;
}
/* ==========================================================================
   Utility Classes
   ========================================================================== */
@media only screen and (max-width: 55rem) {
  .has-email,
  .is-link {
    word-break: break-word;
  }
}
/* Webfont: DirtyHeadline */
@font-face {
  font-family: "DirtyHeadline";
  src: url("/base-install/fonts/dirty-headline/Dirty Headline v2 Masterfile.eot");
  /* IE9 Compat Modes */
  src: url("/base-install/fonts/dirty-headline/Dirty Headline v2 Masterfile.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("/base-install/fonts/dirty-headline/Dirty Headline v2 Masterfile.woff") format("woff"), /* Modern Browsers */ url("/base-install/fonts/dirty-headline/Dirty Headline v2 Masterfile.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
a:not([class*="cta"]) {
  color: #0072bc;
  font-weight: var(--font-weight-bold);
  text-decoration: underline;
}
a:not([class*="cta"]):hover,
a:not([class*="cta"]):focus {
  text-decoration-thickness: 2px;
}
a:not([class*="cta"]):visited {
  color: #0072bc;
}
@media only screen and (max-width: 55rem) {
  a:not([class*="cta"])[href^="http"]:not(.menu-item a:not([class*="cta"])),
  a:not([class*="cta"])[href^="mailto"] {
    word-break: break-word;
  }
}
.main-editor-output a:not(.cta):focus,
.main-editor-output a:not(.cta):active {
  color: #fff;
  background: #0072bc;
}
input[type="submit"] {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
input[type="submit"]:visited {
  color: #fff;
}
.cta-reset {
  padding: 0;
  border-radius: none;
}
.cta-reset:after {
  margin-left: 0;
}
.cta {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .cta strong,
#container .cta span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .cta {
    min-width: 0;
  }
}
.cta:before,
.cta:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.cta:hover,
.cta:focus,
.cta:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.cta-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .cta-primary strong,
#container .cta-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .cta-primary {
    min-width: 0;
  }
}
.cta-primary:before,
.cta-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.cta-primary:hover,
.cta-primary:focus,
.cta-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.cta-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .cta-secondary strong,
#container .cta-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .cta-secondary {
    min-width: 0;
  }
}
.cta-secondary:before,
.cta-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.cta-secondary:hover,
.cta-secondary:focus,
.cta-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.cta-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .cta-tertiary strong,
#container .cta-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .cta-tertiary {
    min-width: 0;
  }
}
.cta-tertiary:before,
.cta-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.cta-tertiary:hover,
.cta-tertiary:focus,
.cta-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
[class*="cta"] + [class*="cta"] {
  margin-left: 1em;
}
[class*="cta"] > * {
  color: inherit !important;
}
.help-buttons a {
  margin-top: 0;
}
.help-buttons .cta-help {
  background-image: linear-gradient(180deg, #e63553 0%, #da291c 100%);
}
#container > .help-buttons {
  display: none;
}
@media (max-width: 74.375rem) {
  #container > .help-buttons {
    display: flex;
    gap: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
  }
  #container > .help-buttons a {
    margin-left: 0;
  }
}
@media (max-width: 25rem) {
  #container > .help-buttons {
    padding-inline: 10px;
    align-items: center;
  }
  #container > .help-buttons a {
    padding: 10px 20px;
  }
}
img[style*="float: left"] {
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0.5em 2.5em 1em 0;
}
@media only screen and (max-width: 55rem) {
  img[style*="float: left"] {
    margin: 0.5em 0 1em 0;
    width: 100%;
  }
}
img[style*="float: right"] {
  max-width: 100%;
  height: auto;
  float: right;
  margin: 0.5em 0 1em 2.5em;
}
@media only screen and (max-width: 55rem) {
  img[style*="float: right"] {
    margin: 0.5em 0 1em 0;
    width: 100%;
  }
}
@media only screen and (max-width: 55rem) {
  p:has(img[style*="float: left"]) {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 55rem) {
  p:has(img[style*="float: right"]) {
    padding-left: 0 !important;
  }
}
img,
video,
iframe,
audio {
  max-width: 100%;
}
table img {
  max-width: none;
}
.map-wrapper-inner img {
  max-width: none !important;
}
.social-icons:has(a[href*="facebook"]),
.social-icons:has(a[href*="twitter"]),
.social-icons:has(a[href*="linkedin"]),
.social-icons:has(a[href*="instagram"]),
.social-icons:has(a[href*="youtube"]) {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: flex-start;
}
@media only screen and (max-width: 55rem) {
  .social-icons:has(a[href*="facebook"]),
  .social-icons:has(a[href*="twitter"]),
  .social-icons:has(a[href*="linkedin"]),
  .social-icons:has(a[href*="instagram"]),
  .social-icons:has(a[href*="youtube"]) {
    justify-content: space-around;
  }
}
.social-icons:has(a[href*="facebook"]) li,
.social-icons:has(a[href*="twitter"]) li,
.social-icons:has(a[href*="linkedin"]) li,
.social-icons:has(a[href*="instagram"]) li,
.social-icons:has(a[href*="youtube"]) li {
  display: inline-flex;
}
.social-icons:has(a[href*="facebook"]) a,
.social-icons:has(a[href*="twitter"]) a,
.social-icons:has(a[href*="linkedin"]) a,
.social-icons:has(a[href*="instagram"]) a,
.social-icons:has(a[href*="youtube"]) a {
  border-radius: 50%;
  text-decoration: none;
  font-size: 0;
}
.social-icons:has(a[href*="facebook"]) a:before,
.social-icons:has(a[href*="twitter"]) a:before,
.social-icons:has(a[href*="linkedin"]) a:before,
.social-icons:has(a[href*="instagram"]) a:before,
.social-icons:has(a[href*="youtube"]) a:before {
  width: 2em;
  height: 2em;
  background-color: #fff;
  color: #0072bc;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  transition: transform 0.2s ease-in-out;
}
#container .social-icons:has(a[href*="facebook"]) a:before,
#container .social-icons:has(a[href*="twitter"]) a:before,
#container .social-icons:has(a[href*="linkedin"]) a:before,
#container .social-icons:has(a[href*="instagram"]) a:before,
#container .social-icons:has(a[href*="youtube"]) a:before {
  display: flex;
  font-family: "Font Awesome Brands";
}
.social-icons:has(a[href*="facebook"]) a:hover,
.social-icons:has(a[href*="twitter"]) a:hover,
.social-icons:has(a[href*="linkedin"]) a:hover,
.social-icons:has(a[href*="instagram"]) a:hover,
.social-icons:has(a[href*="youtube"]) a:hover {
  transform: translateY(-3px);
  text-decoration: underline;
}
.social-icons a[href*="facebook"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09a";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.social-icons a[href*="twitter"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\𝕏";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.social-icons a[href*="linkedin"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08c";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.social-icons a[href*="instagram"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
.social-icons a[href*="youtube"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome Brands";
}
#container .video-placement .content-items-list {
  gap: 2rem;
}
.video-placement .main-editor-output {
  position: relative;
}
.video-placement .main-editor-output iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 64rem) {
  .video-placement .list-content-item:has(iframe) {
    min-height: 380px;
  }
}
.video-placement.type-textcontent .main-editor-output {
  min-height: 510px;
}
@media only screen and (max-width: 64rem) {
  .video-placement.type-textcontent .main-editor-output {
    min-height: 380px;
  }
}
/* ==========================================================================
   Tables
   Base table styles and responsive behavior
   ========================================================================== */
table {
  width: 100%;
  margin: 1em 0 2em;
}
table caption {
  font-weight: 700;
  padding: 0.8em 0;
}
.col table {
  font-size: 90%;
  border: none;
}
table th,
table td {
  padding: 0.75em;
}
.col table th,
.col table td {
  padding: 0.3em;
}
table th {
  background: #f6f9fa;
  text-align: left;
}
.col table thead {
  display: none;
}
.col table tbody tr td {
  border-right: 1px solid #9a9a9a;
}
.col table tbody tr td::before {
  content: attr(data-th) ": ";
  font-weight: 900;
}
.col table tbody tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
table caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.dt-search,
.dt-length {
  display: flex;
  font-size: 1rem;
  gap: 5px;
}
#container .dt-search select,
#container .dt-length select {
  padding-right: 14px;
}
.dataTable {
  height: auto !important;
}
.dt-scroll-body {
  height: auto !important;
}
.dt-scroll:has(.dt-scroll-head) .dt-scroll-body thead tr {
  height: 0 !important;
}
table.dataTable {
  border: none !important;
}
table.dataTable tr:nth-child(even) {
  background: #f5f9fb !important;
}
table.dataTable thead td {
  background-color: #eaf2f6 !important;
}
table.dataTable td {
  border: none !important;
  border-right: 1px solid #a4a4a4 !important;
  min-width: 10.5rem !important;
}
table.dataTable td:first-child {
  min-width: 18.75rem !important;
}
table.dataTable td:last-child {
  border-right: none !important;
}
.datatable .main-editor-output > * {
  max-width: 68.4375rem;
}
html,
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
html {
  position: relative;
  transition: left 0.4s ease;
  left: 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 55rem) {
  html {
    overflow-x: visible;
  }
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container #main-content {
  flex: 1 0 auto;
}
#header-row .container,
#brand-row .container,
#hero-row .container,
#footer-row .container {
  min-height: auto;
}
.container #main-content .content-container,
.container #site-banner-row .content-container {
  width: 100%;
  max-width: none;
  margin: 0;
}
.container #main-content .content-container .dynamic-cols-wrapper,
.container #site-banner-row .content-container .dynamic-cols-wrapper {
  margin: 0 auto;
  max-width: 68.4375rem;
}
.container #main-content .content-container #site-content-top-row .placement-row:not(.placement-row-1-up),
.container #site-banner-row .content-container #site-content-top-row .placement-row:not(.placement-row-1-up),
.container #main-content .content-container #site-content-bottom-row .placement-row:not(.placement-row-1-up),
.container #site-banner-row .content-container #site-content-bottom-row .placement-row:not(.placement-row-1-up) {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .container #main-content .content-container #site-content-top-row .placement-row:not(.placement-row-1-up),
  .container #site-banner-row .content-container #site-content-top-row .placement-row:not(.placement-row-1-up),
  .container #main-content .content-container #site-content-bottom-row .placement-row:not(.placement-row-1-up),
  .container #site-banner-row .content-container #site-content-bottom-row .placement-row:not(.placement-row-1-up) {
    width: 94%;
  }
}
html.top-nav-open {
  left: -20vw;
}
@media only screen and (min-width: 52.5625rem) {
  html.top-nav-open {
    left: 0;
  }
}
#main-content {
  position: relative;
}
.home-page #main-content {
  padding-top: 0;
}
html.home-page.password-reset #site-content-top-row,
html.home-page.password-reset #site-content-bottom-row {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper {
  display: none;
}
html.home-page.password-reset .main-article-area-7 .placement-row-wrapper.reset-form {
  display: block;
}
#site-content-top-row > .placement-row-wrapper:has(.bg, .page-header):first-child {
  margin-top: 0;
}
#fontsizedown {
  background-image: url("../images/access-bar/textdown.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: none;
}
#fontsizeup {
  background-image: url("../images/access-bar/textup.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: none;
}
#webpagecontrast0 {
  background-image: url("../images/access-bar/contrast-normal.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: none;
}
#webpagecontrast1 {
  background-image: url("../images/access-bar/contrast-soft.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: none;
}
#webpagecontrast2 {
  background-image: url("../images/access-bar/contrast-high.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: none;
}
#accessibility-controls {
  color: #000000;
  font-size: var(--font-size-base);
  position: relative;
  z-index: 10;
}
#accessibility-controls .page-placement {
  padding: 0 20px;
}
@media only screen and (max-width: 55rem) {
  #accessibility-controls .placement-row {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  #accessibility-controls .placement-row img[alt="Talkworks logo"] {
    max-width: 12.5rem;
  }
  #accessibility-controls .placement-row img[alt="NHS Devon Partnership NHS Trust logo"] {
    max-width: 8.125rem;
  }
}
#accessibility-controls .content-container {
  min-height: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90rem;
}
#accessibility-controls [data-placement-class="SiteSearch"] {
  margin-left: auto;
  padding: 0;
  width: 100%;
  max-width: 18.75rem;
  max-width: clamp(13.75rem, 25vw, 18.75rem);
  margin-right: 3.75rem;
  margin-right: clamp(1.875rem, 3vw, 3.75rem);
  display: flex;
  align-items: center;
}
#accessibility-controls [data-placement-class="SiteSearch"] #site-search-index-search-1 {
  padding: 12px 26px;
  border-radius: 10px;
  background: #ffffff;
  padding-right: 3.125rem !important;
}
#container #accessibility-controls [data-placement-class="SiteSearch"] #site-search-index-search-1,
#container #accessibility-controls [data-placement-class="SiteSearch"] .search-inputs,
#container #accessibility-controls [data-placement-class="SiteSearch"] .submit-wrap {
  height: 3.125rem;
  max-width: none;
}
#accessibility-controls [data-placement-class="SiteSearch"] #site-search-index-search-1 .submit-wrap,
#accessibility-controls [data-placement-class="SiteSearch"] .search-inputs .submit-wrap,
#accessibility-controls [data-placement-class="SiteSearch"] .submit-wrap .submit-wrap {
  width: 3.125rem;
}
#accessibility-controls .accessibility-toggle-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  #accessibility-controls .accessibility-toggle-wrap {
    display: none;
  }
}
#accessibility-controls .accessibility-toggle-wrap:hover {
  text-decoration: none;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle {
  background: none;
  border: none;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
  padding: 0;
  margin-left: 60px;
  margin-left: clamp(1.875rem, 3vw, 3.75rem);
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle span {
  color: #fff;
  text-decoration-color: #fff;
  font-size: 1rem;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle:hover {
  text-decoration: none;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .closed-text {
  display: block;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .open-text {
  display: none;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle .open-text:before {
  position: relative;
  top: 2px;
  font-family: "Font Awesome 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.2em;
  margin-right: 0.25em;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .closed-text {
  display: none;
}
#accessibility-controls .accessibility-toggle-wrap .accessibility-toggle.open .open-text {
  display: block;
}
#accessibility-controls .access-controls-wrapper {
  display: flex;
  flex: 0 0 100%;
  order: 3;
  display: none;
  position: relative;
  padding: 1.5em 0.5em;
  background: white;
  margin-top: 1rem;
}
#accessibility-controls .access-controls-wrapper .translate-toggle-wrap {
  margin-left: 1rem;
  margin-right: auto;
}
#accessibility-controls .access-controls-wrapper .access-controls-wrapper-inner {
  display: flex;
}
@media only screen and (max-width: 55rem) {
  #accessibility-controls .access-controls-wrapper .access-controls-wrapper-inner * {
    font-size: 12px;
  }
}
#accessibility-controls .access-controls-wrapper ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#accessibility-controls .access-controls-wrapper ol li {
  flex: 1 1 auto;
  margin-left: 1em;
}
#accessibility-controls .access-controls-wrapper ol#skiplinks li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  flex: 1;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement {
  flex: none;
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement[data-placement-class="CustomTemplate"] {
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  #accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement[data-placement-class="CustomTemplate"] {
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
}
#accessibility-controls .access-controls-wrapper + .placement-row-wrapper .placement-row .page-placement.type-textcontent {
  padding: 0;
}
#accessibility-controls #accessbar .contrast-controls {
  display: flex;
  align-items: center;
}
#accessibility-controls #accessbar form {
  display: inline-block;
}
#accessibility-controls #accessbar #change-contrast,
#accessibility-controls #accessbar #change-textsize {
  display: flex;
  margin-left: 1em;
}
#accessibility-controls #accessbar #change-contrast input,
#accessibility-controls #accessbar #change-textsize input {
  margin-top: 0;
}
#accessibility-controls #accessbar .access-options-label {
  color: #0072bc;
  font-weight: 700;
}
#accessibility-controls #accessbar input[type="submit"] {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  padding: 0;
  margin-right: 0.45em;
  border-radius: 50%;
  border: 1px solid #ddd;
}
#accessibility-controls #accessbar input[type="submit"]:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
#accessibility-controls #accessbar input[type="submit"]:focus {
  outline: 1px solid #a3b0b6;
}
#accessibility-controls .access-options-label {
  margin-right: 0.2em;
}
#accessibility-controls .type-textcontent .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#accessibility-controls .type-textcontent .main-editor-output p {
  margin: 0;
}
#accessibility-controls .type-menuplacement .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#accessibility-controls .type-menuplacement .menu .menu-item {
  flex: 0 0 auto;
  padding: 0 1em;
  border-right: solid 1px #ddd;
}
#accessibility-controls .type-menuplacement .menu .menu-item a {
  color: #000000;
}
#accessibility-controls .type-loginplacement .logoff-form {
  display: none;
}
@media only screen and (max-width: 64rem) {
  #accessibility-controls .page-placement:has(.accessibility-quick-links) {
    display: none;
  }
}
@media only screen and (max-width: 55rem) {
  #accessibility-controls .page-placement:has(.trust-link, #site-search-form) {
    display: none;
  }
}
#change-contrast .contrast-switch {
  position: relative;
}
#change-contrast .contrast-switch:before {
  position: absolute;
  top: 100%;
  margin-top: 0.33em;
  color: #fff;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 4px;
  padding: 0.75em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.33s ease-in-out;
  font-size: 14px;
  line-height: 14px;
  width: 150px;
  left: 50%;
  margin-left: -85.5px;
  pointer-events: none;
}
#change-contrast .contrast-switch.webpagecontrast0-wrap:before {
  content: "Normal contrast";
}
#change-contrast .contrast-switch.webpagecontrast1-wrap:before {
  content: "Soft contrast";
}
#change-contrast .contrast-switch.webpagecontrast2-wrap:before {
  content: "High contrast";
}
#change-contrast .contrast-switch:hover:before,
#change-contrast .contrast-switch:focus:before,
#change-contrast .contrast-switch:active:before {
  opacity: 1;
}
#google_translate_element {
  color: #000000;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 55rem) {
  #google_translate_element {
    font-size: 12px;
  }
}
#google_translate_element:before {
  position: relative;
  font-family: "Font Awesome Pro";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f57c";
  display: inline-block;
  color: #000000;
  font-weight: normal;
  font-size: 1.2em;
  margin-right: 0.25em;
}
#google_translate_element .skiptranslate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#google_translate_element .skiptranslate:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#google_translate_element .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#google_translate_element:hover,
#google_translate_element:focus,
#google_translate_element:active {
  background: #cbd6d8;
  border-bottom: transparent;
}
@media only screen and (max-width: 55rem) {
  #google_translate_element {
    display: none;
  }
}
#skip-to-content-link {
  color: #000000;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 55rem) {
  #skip-to-content-link {
    font-size: 12px;
  }
}
#skip-to-content-link:before {
  position: relative;
  font-family: "Font Awesome Pro";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ab";
  display: inline-block;
  color: #000000;
  font-weight: normal;
  font-size: 1.2em;
  margin-right: 0.25em;
}
#skip-to-content-link .skiptranslate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
#skip-to-content-link .skiptranslate:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#skip-to-content-link .goog-te-gadget-simple {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#skip-to-content-link:hover,
#skip-to-content-link:focus,
#skip-to-content-link:active {
  background: #cbd6d8;
  border-bottom: transparent;
}
.skip-to-content {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 9999999999;
  padding: 15px;
  background: white;
  color: #000000 !important;
  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%);
}
#site-header-row {
  color: #fff;
  padding: 0.5em 0;
  background-color: #0072bc;
  position: relative;
}
#site-header-row:after {
  content: "";
  background-image: url(../images/_site/theme/mask-blue.png);
  background-size: 100% 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  #site-header-row:after {
    background-size: cover;
  }
}
#site-header-row .content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90rem;
}
#site-header-row .logo-container {
  display: none;
}
#site-header-row .quicklinks {
  margin-left: 1em;
}
#site-header-row .logo-container + .placement-row-wrapper {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .logo-container + .placement-row-wrapper {
    width: auto;
  }
}
#site-header-row .logo-container + .placement-row-wrapper .placement-row {
  align-items: center;
}
#site-header-row .logo-container + .placement-row-wrapper .placement-row .page-placement {
  flex: 1 1 auto;
  margin-left: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 74.375rem) {
  #site-header-row .logo-container + .placement-row-wrapper .help-buttons {
    display: none;
  }
}
#site-header-row .logo-container + .placement-row-wrapper .help-buttons a {
  padding-block: 10px;
  padding-inline: 15px;
  padding-inline: clamp(10px, 2vw, 30px);
}
#site-header-row .placement-row-wrapper {
  flex: 0 0 100%;
}
#site-header-row .logo-container {
  margin-left: 0.5em;
}
.logo-container #logo {
  width: 230px;
  display: block;
}
@media only screen and (max-width: 55rem) {
  .logo-container #logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.logo-container #logo img {
  width: 100%;
  height: auto;
}
.content-datetime-meta {
  display: none;
}
.content-datetime-meta .first-published time,
.content-datetime-meta .first-published .content-author {
  font-weight: bold;
}
#footer-links {
  font-size: var(--font-size-sm);
  margin: 0.9375rem;
  margin-bottom: 2rem;
  overflow: hidden;
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
@media only screen and (max-width: 55rem) {
  #footer-links {
    width: 94%;
  }
}
.home-page #footer-links {
  display: none;
}
#footer-links .page-utils-links-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 1.25rem;
}
#footer-links .page-utils-links-wrap a {
  padding: 0;
}
#footer-links li a,
#footer-links p a {
  padding: 2px 1em 2px 1em;
  color: #000000;
}
#footer-links li a:before,
#footer-links p a:before {
  color: #000000;
  margin-right: 0.33em;
  transition: color 0.25s ease;
  font-weight: 900 !important;
}
#footer-links li a:hover:before,
#footer-links p a:hover:before,
#footer-links li a:focus:before,
#footer-links p a:focus:before,
#footer-links li a:active:before,
#footer-links p a:active:before {
  color: #0072bc;
}
#footer-links li a.ref-page-top:before,
#footer-links p a.ref-page-top:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f062";
  display: inline-block;
}
#footer-links li a.ref-contact:before,
#footer-links p a.ref-contact:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f304";
  display: inline-block;
}
#footer-links li a.ref-print:before,
#footer-links p a.ref-print:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02f";
  display: inline-block;
}
#footer-links li a.ref-email:before,
#footer-links p a.ref-email:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: inline-block;
}
#footer-links li a.ref-sitemap:before,
#footer-links p a.ref-sitemap:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e8";
  display: inline-block;
}
#site-footer-row {
  flex-shrink: 0;
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row * a {
  min-height: 24px;
}
.type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 23.75rem) {
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) p {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) img[alt="Talkworks logo"] {
  width: auto;
  max-width: 320px;
}
@media only screen and (max-width: 55rem) {
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) img[alt="Talkworks logo"] {
    max-width: 200px;
  }
}
.type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) img[alt="NHS Devon Partnership NHS Trust logo"] {
  display: none;
  width: auto;
}
@media only screen and (max-width: 55rem) {
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) img[alt="NHS Devon Partnership NHS Trust logo"] {
    display: block;
    align-self: end;
  }
  .site-footer-row .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) img[alt="NHS Devon Partnership NHS Trust logo"] {
    align-self: start;
  }
}
@media only screen and (max-width: 55rem) {
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) {
    width: 100% !important;
  }
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) .placement-inner,
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) .content-item,
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) .content-item-inner,
  .type-textcontent:has(img[alt="NHS Devon Partnership NHS Trust logo"]):has(
    img[alt="Talkworks logo"]
  ) .content-wrapper-inner {
    width: 100%;
  }
}
.main-editor-output:has(img[alt="NHS Devon Partnership NHS Trust logo"]):not( :has(img[alt="Talkworks logo"])) {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 55rem) {
  .main-editor-output:has(img[alt="NHS Devon Partnership NHS Trust logo"]):not( :has(img[alt="Talkworks logo"])) {
    display: none;
  }
}
#site-footer-row {
  padding-top: 90px;
  position: relative;
  background-color: #0072bc;
}
#site-footer-row::before {
  content: "";
  background-image: url(../images/_site/theme/mask-footer.png);
  background-size: 100% 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row::before {
    background-size: cover;
  }
}
#site-footer-row * {
  color: #fff;
}
#site-footer-row .placement-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0;
  margin-bottom: 32px;
}
#site-footer-row .placement-row .page-placement {
  flex: 1;
}
@media (max-width: 50rem) {
  #site-footer-row .placement-row {
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
  }
}
#site-footer-row .type-textcontent img {
  object-fit: contain;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row .type-textcontent img[alt="NHS Devon Partnership NHS Trust logo"] {
    display: none;
  }
}
#site-footer-row .type-textcontent:has(.social-icons) .main-editor-output {
  display: flex;
  gap: 1rem;
}
#site-footer-row .site-footer.content-container {
  max-width: none;
  width: 100%;
}
#site-footer-row .site-footer.content-container .placement-row-wrapper {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row .site-footer.content-container .placement-row-wrapper {
    width: 94%;
  }
}
#site-footer-row .site-footer .content-headline h2,
#site-footer-row .site-footer .content-headline h3 {
  font-size: 1.5rem;
  margin: 0 0 0.4em 0;
}
#site-footer-row .site-footer .type-menuplacement > * {
  color: #ffffff;
}
#site-footer-row .site-footer .type-menuplacement .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#site-footer-row .site-footer .type-menuplacement .menu-item {
  margin-bottom: 0.4em;
}
#site-footer-row .site-credits-container {
  overflow: hidden;
  padding: 1rem 0;
  background: #0072bc;
}
#site-footer-row .site-credits-container .credits-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90rem;
  margin-inline: auto;
}
#site-footer-row .site-credits-container .credits-wrap p {
  margin: 0;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row .site-credits-container .credits-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#site-footer-row .site-credits-container .client-credits,
#site-footer-row .site-credits-container #verseone-credits {
  font-size: var(--font-size-sm);
  padding: 0 0.9375rem;
}
#site-footer-row .site-credits-container .client-credits p,
#site-footer-row .site-credits-container #verseone-credits p,
#site-footer-row .site-credits-container .client-credits a,
#site-footer-row .site-credits-container #verseone-credits a {
  color: #fff;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row .site-credits-container .client-credits,
  #site-footer-row .site-credits-container #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
#site-footer-row .site-credits-container #verseone-credits {
  text-align: right;
}
@media only screen and (max-width: 55rem) {
  #site-footer-row .site-credits-container #verseone-credits {
    float: none;
    width: auto;
    text-align: center;
  }
}
.ie7 #site-footer-row .client-credits,
.ie7 #site-footer-row #verseone-credits {
  width: auto;
}
.ie7 #site-footer-row #verseone-credits {
  float: right;
}
#container #site-banner-row .menu-alt.dark-blue a,
#container #main-content .menu-alt.dark-blue a {
  background-color: #00825c;
  color: #fff;
}
#site-banner-row .menu,
#main-content .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(68.4375rem / 3 - 3rem), 1fr));
  column-gap: 3rem;
  row-gap: 2rem;
}
#site-banner-row .menu .menu-item,
#main-content .menu .menu-item {
  margin: 0;
}
@media only screen and (max-width: 64rem) {
  #site-banner-row .menu,
  #main-content .menu {
    grid-template-columns: repeat(auto-fit, minmax(min(calc(68.4375rem / 3 - 3rem), 100%), 1fr)) !important;
  }
}
#site-banner-row .placement-row-5-up .menu,
#main-content .placement-row-5-up .menu,
#site-banner-row .placement-row-4-up .menu,
#main-content .placement-row-4-up .menu,
#site-banner-row .placement-row-3-up .menu,
#main-content .placement-row-3-up .menu {
  grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  gap: 10px 15px;
}
#site-banner-row .placement-row-5-up .menu .main-link-text,
#main-content .placement-row-5-up .menu .main-link-text,
#site-banner-row .placement-row-4-up .menu .main-link-text,
#main-content .placement-row-4-up .menu .main-link-text,
#site-banner-row .placement-row-3-up .menu .main-link-text,
#main-content .placement-row-3-up .menu .main-link-text {
  font-size: 0.875rem;
  text-align: center;
}
#site-banner-row .placement-row-5-up .menu .menu-item-img,
#main-content .placement-row-5-up .menu .menu-item-img,
#site-banner-row .placement-row-4-up .menu .menu-item-img,
#main-content .placement-row-4-up .menu .menu-item-img,
#site-banner-row .placement-row-3-up .menu .menu-item-img,
#main-content .placement-row-3-up .menu .menu-item-img,
#site-banner-row .placement-row-5-up .menu .main-image-wrapper,
#main-content .placement-row-5-up .menu .main-image-wrapper,
#site-banner-row .placement-row-4-up .menu .main-image-wrapper,
#main-content .placement-row-4-up .menu .main-image-wrapper,
#site-banner-row .placement-row-3-up .menu .main-image-wrapper,
#main-content .placement-row-3-up .menu .main-image-wrapper {
  margin-bottom: 10px;
}
#site-banner-row .placement-row-5-up .menu a,
#main-content .placement-row-5-up .menu a,
#site-banner-row .placement-row-4-up .menu a,
#main-content .placement-row-4-up .menu a,
#site-banner-row .placement-row-3-up .menu a,
#main-content .placement-row-3-up .menu a {
  padding: 0.5rem;
}
#site-banner-row .menu-pod,
#main-content .menu-pod,
#site-banner-row .menu-item,
#main-content .menu-item {
  transition: transform 0.2s ease-in-out;
}
#site-banner-row .menu-pod a,
#main-content .menu-pod a,
#site-banner-row .menu-item a,
#main-content .menu-item a {
  padding: 27px 27px 47px;
  border-radius: 3px;
  background: url(../images/_site/theme/arrow-right-white.svg) right 20px bottom 20px/30px 30px no-repeat, linear-gradient(179deg, #02b3dc 0%, #0072bc 73%);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  line-height: 1.3;
  color: #fff;
}
#site-banner-row .menu-pod .main-link-text,
#main-content .menu-pod .main-link-text,
#site-banner-row .menu-item .main-link-text,
#main-content .menu-item .main-link-text {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
}
#site-banner-row .menu-pod .menu-item-img,
#main-content .menu-pod .menu-item-img,
#site-banner-row .menu-item .menu-item-img,
#main-content .menu-item .menu-item-img,
#site-banner-row .menu-pod .main-image-wrapper,
#main-content .menu-pod .main-image-wrapper,
#site-banner-row .menu-item .main-image-wrapper,
#main-content .menu-item .main-image-wrapper {
  margin-bottom: 16px;
}
#site-banner-row .menu-pod:not(:has(.menu-item-desc)):not(:has(.main-image-wrapper)) a,
#main-content .menu-pod:not(:has(.menu-item-desc)):not(:has(.main-image-wrapper)) a,
#site-banner-row .menu-item:not(:has(.menu-item-desc)):not(:has(.main-image-wrapper)) a,
#main-content .menu-item:not(:has(.menu-item-desc)):not(:has(.main-image-wrapper)) a {
  align-items: center;
  justify-content: center;
  padding: 27px;
  text-align: center;
}
#site-banner-row .menu-pod:has(.menu-item-desc) a,
#main-content .menu-pod:has(.menu-item-desc) a,
#site-banner-row .menu-item:has(.menu-item-desc) a,
#main-content .menu-item:has(.menu-item-desc) a {
  align-items: start;
}
#container #site-banner-row .menu-pod:hover a,
#container #main-content .menu-pod:hover a,
#container #site-banner-row .menu-item:hover a,
#container #main-content .menu-item:hover a {
  background: url(../images/_site/theme/arrow-right-black.svg) right 20px bottom 20px/30px 30px no-repeat, #b7eeea;
  color: #000000;
}
#site-banner-row .menu-pod:hover a .title-text-wrap,
#main-content .menu-pod:hover a .title-text-wrap,
#site-banner-row .menu-item:hover a .title-text-wrap,
#main-content .menu-item:hover a .title-text-wrap,
#site-banner-row .menu-pod:hover a .main-link-text,
#main-content .menu-pod:hover a .main-link-text,
#site-banner-row .menu-item:hover a .main-link-text,
#main-content .menu-item:hover a .main-link-text {
  text-decoration: underline;
}
#site-banner-row .menu-pod:hover.icon-display .main-image-wrapper img,
#main-content .menu-pod:hover.icon-display .main-image-wrapper img,
#site-banner-row .menu-item:hover.icon-display .main-image-wrapper img,
#main-content .menu-item:hover.icon-display .main-image-wrapper img {
  filter: brightness(0) saturate(100%);
}
#site-banner-row .menu-pod.icon-display .menu-item-img img,
#main-content .menu-pod.icon-display .menu-item-img img,
#site-banner-row .menu-item.icon-display .menu-item-img img,
#main-content .menu-item.icon-display .menu-item-img img,
#site-banner-row .menu-pod.icon-display .main-image-wrapper img,
#main-content .menu-pod.icon-display .main-image-wrapper img,
#site-banner-row .menu-item.icon-display .main-image-wrapper img,
#main-content .menu-item.icon-display .main-image-wrapper img {
  height: 2.5rem;
  max-width: 2.5rem;
  filter: brightness(0) saturate(100%) invert(100%) grayscale(0);
}
#site-banner-row .menu-pod.icon-display:has(.menu-item-desc) a,
#main-content .menu-pod.icon-display:has(.menu-item-desc) a,
#site-banner-row .menu-item.icon-display:has(.menu-item-desc) a,
#main-content .menu-item.icon-display:has(.menu-item-desc) a {
  align-items: start;
}
#site-banner-row .menu-pod.thumbnail-display a,
#main-content .menu-pod.thumbnail-display a,
#site-banner-row .menu-item.thumbnail-display a,
#main-content .menu-item.thumbnail-display a {
  padding: 0;
}
#site-banner-row .menu-pod.thumbnail-display .main-link-text,
#main-content .menu-pod.thumbnail-display .main-link-text,
#site-banner-row .menu-item.thumbnail-display .main-link-text,
#main-content .menu-item.thumbnail-display .main-link-text {
  padding-bottom: 47px;
  padding-inline: 27px;
}
#site-banner-row .menu-pod.thumbnail-display .menu-item-img,
#main-content .menu-pod.thumbnail-display .menu-item-img,
#site-banner-row .menu-item.thumbnail-display .menu-item-img,
#main-content .menu-item.thumbnail-display .menu-item-img,
#site-banner-row .menu-pod.thumbnail-display .main-image-wrapper,
#main-content .menu-pod.thumbnail-display .main-image-wrapper,
#site-banner-row .menu-item.thumbnail-display .main-image-wrapper,
#main-content .menu-item.thumbnail-display .main-image-wrapper {
  width: 100%;
}
#site-banner-row .menu-pod.thumbnail-display .menu-item-img img,
#main-content .menu-pod.thumbnail-display .menu-item-img img,
#site-banner-row .menu-item.thumbnail-display .menu-item-img img,
#main-content .menu-item.thumbnail-display .menu-item-img img,
#site-banner-row .menu-pod.thumbnail-display .main-image-wrapper img,
#main-content .menu-pod.thumbnail-display .main-image-wrapper img,
#site-banner-row .menu-item.thumbnail-display .main-image-wrapper img,
#main-content .menu-item.thumbnail-display .main-image-wrapper img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
#site-banner-row .menu-pod.thumbnail-display:has(.menu-item-desc) .main-link-text,
#main-content .menu-pod.thumbnail-display:has(.menu-item-desc) .main-link-text,
#site-banner-row .menu-item.thumbnail-display:has(.menu-item-desc) .main-link-text,
#main-content .menu-item.thumbnail-display:has(.menu-item-desc) .main-link-text {
  padding-bottom: 0;
}
#site-banner-row .menu-pod.thumbnail-display:has(.menu-item-desc) .menu-item-desc,
#main-content .menu-pod.thumbnail-display:has(.menu-item-desc) .menu-item-desc,
#site-banner-row .menu-item.thumbnail-display:has(.menu-item-desc) .menu-item-desc,
#main-content .menu-item.thumbnail-display:has(.menu-item-desc) .menu-item-desc {
  padding-bottom: 47px;
  padding-inline: 27px;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner {
  overflow: hidden;
  border-radius: 3px;
  background-image: linear-gradient(270deg, #02b3dc 45%, #06aca1 100%);
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(70px, 1fr) calc((68.4375rem * 0.52604167) - 70px) calc((68.4375rem * 0.47395833) - 30px) minmax(30px, 1fr);
  grid-template-rows: 140px auto auto 140px;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu {
  grid-template-columns: repeat(auto-fill, minmax(min(15.5625rem, 100%), 1fr));
  max-width: 33.75rem;
  gap: 2.625rem;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu {
    max-width: calc(100vw - 20px);
  }
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a {
  background-color: #fff;
  color: #fff;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-item,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-item,
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-main-image,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-main-image {
  grid-area: 1/3/-1/-1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-item img,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-item img,
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-main-image img,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-wrapper-inner,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .content-wrapper-inner {
  grid-area: 3/2/4/4;
  z-index: 1;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-headline,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-headline {
  grid-area: 2/2/3/3;
}
#site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-headline h2,
#main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner > .menu-headline h2 {
  font-size: var(--font-size-3xl);
  margin-bottom: 32px;
  color: #fff;
}
@media only screen and (max-width: 55rem) {
  #container #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .placement-inner,
  #container #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .placement-inner {
    margin: 0;
    width: 100% !important;
  }
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .menu-item a,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .menu-item a {
    padding: 15px;
  }
}
@media only screen and (max-width: 64rem) {
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner {
    display: block;
    padding: 60px 20px;
  }
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-wrapper-inner,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-wrapper-inner {
    display: block;
  }
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-main-image,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-main-image {
    display: none;
  }
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .content-item-inner {
    padding: 50px 10px;
  }
}
@media (max-width: 480px) {
  #site-banner-row .type-menuplacement.default:has(.content-item-inner > .content-main-image) .menu .menu-item,
  #main-content .type-menuplacement.default:has(.content-item-inner > .content-main-image) .menu .menu-item {
    flex-basis: 100%;
  }
}
#site-banner-row .menu-alt .menu,
#main-content .menu-alt .menu {
  grid-template-columns: repeat(auto-fit, minmax(calc(68.4375rem / 4 - 2rem), 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .menu-alt .menu,
  #main-content .menu-alt .menu {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.4375rem;
  }
}
#site-banner-row .menu-alt .menu-item.icon-display .main-image-wrapper,
#main-content .menu-alt .menu-item.icon-display .main-image-wrapper {
  margin-bottom: 26px;
}
#site-banner-row .menu-alt .menu-item.icon-display .main-image-wrapper img,
#main-content .menu-alt .menu-item.icon-display .main-image-wrapper img {
  filter: grayscale(100%) brightness(0);
}
#site-banner-row .menu-alt .menu-item a,
#main-content .menu-alt .menu-item a {
  background: url(../images/_site/theme/arrow-right-black.svg) right 20px bottom 20px/30px 30px no-repeat, rgba(204, 232, 228, 0.45);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 15px 55px 15px 15px;
}
#site-banner-row .menu-alt .menu-item .main-link-text,
#main-content .menu-alt .menu-item .main-link-text {
  font-size: 1.125rem;
}
#site-banner-row .menu-alt .thumbnail-display a,
#main-content .menu-alt .thumbnail-display a {
  padding: 0;
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image),
#main-content .menu-alt:has(.content-item-inner > .content-main-image) {
  container-type: inline-size;
  container-name: menu-alt-content;
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}
@container menu-alt-content (max-width: 62.5rem) {
  #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner,
  #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner {
    flex-direction: column;
  }
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image,
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-wrapper-inner,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-wrapper-inner {
  flex-basis: 50%;
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image img,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
@container menu-alt-content (max-width: 50rem) {
  #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image,
  #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .content-main-image {
    display: none;
  }
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@container menu-alt-content (max-width: 30rem) {
  #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu,
  #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu {
    gap: 0.4375rem;
  }
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item {
  flex: 45%;
}
@container menu-alt-content (max-width: 21.875rem) {
  #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item,
  #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item {
    flex-basis: 100%;
  }
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a {
  background: url(../images/_site/theme/arrow-right-black.svg) right 20px bottom 20px/30px 30px no-repeat, rgba(187, 239, 235, 0.95);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 40px 25px 50px;
  transition: all 0s ease-in-out;
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a .main-image-wrapper,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a .main-image-wrapper {
  margin-bottom: 52px;
}
#site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a .main-image-wrapper img,
#main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item a .main-image-wrapper img {
  filter: grayscale(100%) brightness(0);
}
#container #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item:hover a,
#container #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item:hover a {
  background-image: url(../images/_site/theme/arrow-right-white.svg), linear-gradient(90deg, #06aca1 0%, #0072bc 78%);
  color: #fff;
}
#container #site-banner-row .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item:hover a .main-image-wrapper img,
#container #main-content .menu-alt:has(.content-item-inner > .content-main-image) .content-item-inner .menu-item:hover a .main-image-wrapper img {
  filter: brightness(0) saturate(100%) invert(100%) grayscale(0);
}
#site-banner-row .accordion-menu,
#main-content .accordion-menu {
  background-image: linear-gradient(90deg, #02b3dc 1%, #0072bc 34%);
  position: relative;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .accordion-menu,
  #main-content .accordion-menu {
    background-image: none;
    background-color: #0072bc;
  }
}
#site-banner-row .accordion-menu:before,
#main-content .accordion-menu:before {
  content: "";
  background-image: url(../images/_site/theme/mask-blue-top.png);
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 35px;
  background-size: 100% 35px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .accordion-menu:before,
  #main-content .accordion-menu:before {
    background-size: cover;
    background-position: bottom;
  }
}
#site-banner-row .accordion-menu .menu-headline h2,
#main-content .accordion-menu .menu-headline h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}
#site-banner-row .accordion-menu .content-wrapper-inner,
#main-content .accordion-menu .content-wrapper-inner {
  text-align: center;
  max-width: 29.0625rem;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 55rem) {
  #site-banner-row .accordion-menu .content-wrapper-inner,
  #main-content .accordion-menu .content-wrapper-inner {
    max-width: 20rem;
  }
}
#site-banner-row .accordion-menu .accordion-menu-toggle,
#main-content .accordion-menu .accordion-menu-toggle {
  margin-top: 1.875rem;
  width: 100%;
  background-color: #fff;
  color: #000000;
  padding: 32px 30px 32px 25px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  transition: ease-out 0.5s border-radius;
}
#site-banner-row .accordion-menu .accordion-menu-toggle:after,
#main-content .accordion-menu .accordion-menu-toggle:after {
  content: url(../images/_site/theme/chevron-down-blue.svg);
  width: 35px;
  height: 35px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
#site-banner-row .accordion-menu .menu,
#main-content .accordion-menu .menu {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  border: 1px solid #e8edee;
}
#site-banner-row .accordion-menu .menu .menu-item,
#main-content .accordion-menu .menu .menu-item {
  border-bottom: 1px solid #e8edee;
}
#site-banner-row .accordion-menu .menu .menu-item:last-child,
#main-content .accordion-menu .menu .menu-item:last-child {
  border-bottom: none;
}
#site-banner-row .accordion-menu .menu .menu-item a,
#main-content .accordion-menu .menu .menu-item a {
  background: #fff;
  color: #000000;
  border-radius: 0;
  padding: 15px;
  align-items: start;
  text-align: left;
}
#site-banner-row .accordion-menu .menu .menu-item a .main-link-text,
#main-content .accordion-menu .menu .menu-item a .main-link-text {
  font-size: var(--font-size-base);
}
#site-banner-row .accordion-menu .menu .menu-item a:hover,
#main-content .accordion-menu .menu .menu-item a:hover {
  box-shadow: none;
}
#site-banner-row .accordion-menu.open .accordion-menu-toggle,
#main-content .accordion-menu.open .accordion-menu-toggle {
  border-radius: 3px 3px 0 0;
}
#site-banner-row .accordion-menu.open .accordion-menu-toggle:after,
#main-content .accordion-menu.open .accordion-menu-toggle:after {
  transform: rotate(180deg);
}
#site-banner-row .menu-green .menu-item a,
#main-content .menu-green .menu-item a {
  background: url(../images/_site/theme/arrow-right-white.svg) right 20px bottom 20px/30px 30px no-repeat, #00825c;
}
.ie7 .col .pod-menu .menu-pod {
  float: none;
  width: auto;
}
.col .pod-menu,
.col .menu-pod {
  display: block;
}
.placement-row-wrapper:has(.pod-menu) {
  background-color: #0072bc;
}
.placement-row-wrapper:has(.pod-menu) .content-item-inner {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.placement-row-wrapper:has(.pod-menu) .menu-headline h2 {
  color: #fff;
}
.placement-row-wrapper:has(.pod-menu) .content-item-container {
  height: 100%;
}
.placement-row-wrapper:has(.pod-menu) .title-text-wrap {
  font-size: var(--font-size-lg);
}
.placement-row-wrapper:has(.pod-menu) .pod-menu a {
  padding: 24px !important;
  background-color: #fff !important;
  color: #000000 !important;
}
.placement-row-wrapper:has(.pod-menu) .pod-menu .menu-item-desc {
  font-size: 1rem;
}
.placement-row-wrapper:has(.pod-menu) .menu-pod.icon-display .main-image-wrapper {
  margin-bottom: 16px !important;
}
.placement-row-wrapper:has(.pod-menu) .menu-pod.icon-display img {
  height: 1.5rem !important;
  max-width: 1.5rem !important;
  filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(2038%) hue-rotate(193deg) brightness(95%) contrast(106%) !important;
}
.placement-row-wrapper:has(.pod-menu) .menu-pod-children {
  display: none;
}
#site-header-row .type-menuplacement .menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 28px;
  margin-bottom: 28px;
  padding: 0;
}
#site-header-row .type-menuplacement .menu > li {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  padding: 12px 16px;
  text-decoration: none;
  color: #fff;
  font-weight: var(--font-weight-bold);
  padding: 0;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media only screen and (max-width: 74.375rem) {
  #site-header-row .type-menuplacement .menu > li {
    padding: 12px 16px;
    color: #fff;
  }
}
#site-header-row .type-menuplacement .menu > li:hover,
#site-header-row .type-menuplacement .menu > li:focus-within {
  background: #0072bc;
  color: #fff;
}
#site-header-row .type-menuplacement .menu > li:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu > li:focus-within .menu-item-img img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(248deg) brightness(107%) contrast(109%);
}
#site-header-row .type-menuplacement .menu > li.menu-current,
#site-header-row .type-menuplacement .menu > li.nav-item-expanded {
  background: #0072bc;
  color: #fff;
}
#site-header-row .type-menuplacement .menu > li.menu-current .menu-item-img img,
#site-header-row .type-menuplacement .menu > li.nav-item-expanded .menu-item-img img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(248deg) brightness(107%) contrast(109%);
}
#site-header-row .type-menuplacement .menu > li > a {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: inherit;
  background: transparent;
  text-decoration: none;
}
#site-header-row .type-menuplacement .menu > li > a:hover,
#site-header-row .type-menuplacement .menu > li > a:focus {
  background: transparent;
  text-decoration: underline;
}
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img),
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-rows: auto auto;
  gap: 8px 8px;
  align-items: start;
  text-align: left;
}
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .menu-item-img,
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .menu-item-img {
  grid-row: 1;
  grid-column: 1;
}
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .main-link-text,
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .main-link-text {
  grid-row: 1;
  grid-column: 2;
}
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .menu-item-desc,
#site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .menu-item-desc {
  grid-row: 2;
  grid-column: 1 / 3;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#site-header-row .type-menuplacement .menu > li > a:not(:has(.menu-item-img)):has(.menu-item-desc) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
#site-header-row .type-menuplacement .menu > li > a .menu-item-img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
#site-header-row .type-menuplacement .menu > li > a .menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease-in-out;
}
#site-header-row .type-menuplacement .menu > li > a .main-link-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#site-header-row .type-menuplacement .menu > li > a .menu-item-desc {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-normal);
  opacity: 0.8;
  line-height: 1.3;
}
#site-header-row .type-menuplacement .menu > li > .mobile-submenu-toggle {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
  padding-left: 0;
}
#site-header-row .type-menuplacement .menu > li > .mobile-submenu-toggle:before {
  content: "";
  background-image: url(../images/_site/theme/arrow-down-white.svg);
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .type-menuplacement .menu > li > .mobile-submenu-toggle:before {
    background: none;
  }
}
@media only screen and (max-width: 74.375rem) {
  #site-header-row .type-menuplacement .menu > li > .mobile-submenu-toggle {
    display: none !important;
  }
}
#site-header-row .type-menuplacement .menu > li > .mobile-submenu-toggle .button-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#site-header-row .type-menuplacement .menu:hover > li.menu-current,
#site-header-row .type-menuplacement .menu:focus > li.menu-current,
#site-header-row .type-menuplacement .menu:active > li.menu-current,
#site-header-row .type-menuplacement .menu:hover > li.nav-item-expanded,
#site-header-row .type-menuplacement .menu:focus > li.nav-item-expanded,
#site-header-row .type-menuplacement .menu:active > li.nav-item-expanded {
  background: transparent;
  color: #fff;
}
#site-header-row .type-menuplacement .menu:hover > li.menu-current:hover,
#site-header-row .type-menuplacement .menu:focus > li.menu-current:hover,
#site-header-row .type-menuplacement .menu:active > li.menu-current:hover,
#site-header-row .type-menuplacement .menu:hover > li.nav-item-expanded:hover,
#site-header-row .type-menuplacement .menu:focus > li.nav-item-expanded:hover,
#site-header-row .type-menuplacement .menu:active > li.nav-item-expanded:hover,
#site-header-row .type-menuplacement .menu:hover > li.menu-current:focus-within,
#site-header-row .type-menuplacement .menu:focus > li.menu-current:focus-within,
#site-header-row .type-menuplacement .menu:active > li.menu-current:focus-within,
#site-header-row .type-menuplacement .menu:hover > li.nav-item-expanded:focus-within,
#site-header-row .type-menuplacement .menu:focus > li.nav-item-expanded:focus-within,
#site-header-row .type-menuplacement .menu:active > li.nav-item-expanded:focus-within {
  background: #0072bc;
  color: #fff;
}
#site-header-row .type-menuplacement .menu:hover > li.menu-current:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:focus > li.menu-current:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:active > li.menu-current:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:hover > li.nav-item-expanded:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:focus > li.nav-item-expanded:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:active > li.nav-item-expanded:hover .menu-item-img img,
#site-header-row .type-menuplacement .menu:hover > li.menu-current:focus-within .menu-item-img img,
#site-header-row .type-menuplacement .menu:focus > li.menu-current:focus-within .menu-item-img img,
#site-header-row .type-menuplacement .menu:active > li.menu-current:focus-within .menu-item-img img,
#site-header-row .type-menuplacement .menu:hover > li.nav-item-expanded:focus-within .menu-item-img img,
#site-header-row .type-menuplacement .menu:focus > li.nav-item-expanded:focus-within .menu-item-img img,
#site-header-row .type-menuplacement .menu:active > li.nav-item-expanded:focus-within .menu-item-img img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(248deg) brightness(107%) contrast(109%);
}
@media only screen and (min-width: 52.5625rem) {
  #site-header-row .type-menuplacement .menu > .has-children a {
    padding-right: 7px;
  }
  #site-header-row .type-menuplacement .menu > .has-children:hover .mobile-submenu-toggle:before {
    transform: rotate(180deg);
  }
  #site-header-row .type-menuplacement .menu > .has-children:hover > .output-level-2 {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.2s ease, opacity 0.15s ease, visibility 0s linear 0s;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2.level-2-open {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.2s ease, opacity 0.15s ease, visibility 0s linear 0s;
  }
}
#site-header-row .type-menuplacement .menu > .has-children.has-dropdown:not(.too-many-kids) {
  position: relative;
}
@media only screen and (min-width: 52.5625rem) {
  #site-header-row .type-menuplacement .menu > .has-children.has-dropdown:not(.too-many-kids):hover > .is-dropdown,
  #site-header-row .type-menuplacement .menu > .has-children.has-dropdown:not(.too-many-kids) > .output-level-2.level-2-open.is-dropdown {
    display: flex;
    flex-direction: column;
    min-width: 200px;
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition: transform 0.2s ease, opacity 0.15s ease, visibility 0s linear 0s;
  }
}
#site-header-row .type-menuplacement .menu > .has-children.has-dropdown:not(.too-many-kids) .output-level-2.is-dropdown .menu-item {
  border-right: none;
}
#site-header-row .type-menuplacement .menu .output-level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1200;
  column-count: 3;
  column-gap: 1.875rem;
  column-fill: balance;
  padding: 16px;
  border: solid 1px #e8edee;
  border-top: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.15s ease, visibility 0s linear 0.2s;
}
#site-header-row .type-menuplacement .menu .output-level-2 a {
  color: #000000;
  text-decoration: none;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li {
  width: 100%;
  break-inside: avoid;
  display: inline-block;
  padding: 8px 0;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a {
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-base);
  display: block;
  border-bottom: solid 4px rgba(0, 114, 188, 0.15);
  transition: border-bottom 0.25s ease;
  padding-bottom: 4px;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:hover,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:focus,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:active {
  border-bottom-color: #0072bc;
  text-decoration: none;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-img),
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-desc) {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  grid-template-rows: auto auto;
  gap: 8px 8px;
  align-items: start;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-img) .menu-item-img,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-desc) .menu-item-img {
  grid-row: 1;
  grid-column: 1;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-img) .main-link-text,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-desc) .main-link-text {
  grid-row: 1;
  grid-column: 2;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-img) .menu-item-desc,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:has(.menu-item-desc) .menu-item-desc {
  grid-row: 2;
  grid-column: 1 / 3;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a:not(:has(.menu-item-img)):has(.menu-item-desc) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a .menu-item-img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a .menu-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: filter 0.25s ease-in-out;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a .main-link-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a .menu-item-desc {
  display: block;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-light);
  opacity: 0.75;
  line-height: 1.4;
  color: #262626;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a.current {
  display: flex;
  align-items: start;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a.current:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: rgba(0, 114, 188, 0.25);
  position: relative;
  top: 7px;
  transition: background 0.25s ease;
  flex-shrink: 0;
  margin-right: 4px;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > a.current:hover:before,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a.current:focus:before,
#site-header-row .type-menuplacement .menu .output-level-2 > li > a.current:active:before {
  background: #0072bc;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol {
  font-size: var(--font-size-base);
  margin-block: 0;
  padding-left: 0;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li {
  padding: 4px;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a {
  color: #1a1a1a;
  font-weight: var(--font-weight-normal);
  transform: translateX(0);
  transition: transform 0.2s ease;
  display: block;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a:hover,
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a:focus,
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a:active {
  transform: translateX(8px);
  text-decoration: none;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a.current {
  padding-left: 4px;
  border-left: solid 8px rgba(0, 114, 188, 0.25);
  transition: border-left 0.2s ease;
}
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:hover,
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:focus,
#site-header-row .type-menuplacement .menu .output-level-2 > li > ol li a.current:active {
  border-left-color: #0072bc;
  transform: none;
}
@media only screen and (max-width: 74.375rem) {
  #site-header-row .type-menuplacement {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 75vw;
    z-index: 6000;
    transition: left 0.4s ease;
    background: #0072bc;
    border: none;
    flex-direction: column;
    height: 100vh;
    overflow-y: auto;
  }
  #site-header-row .type-menuplacement.menu-open {
    left: auto;
    right: 0;
  }
  #site-header-row .type-menuplacement .placement-inner {
    margin: 0;
  }
  #site-header-row .type-menuplacement .menu {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 100%;
  }
  #site-header-row .type-menuplacement .menu > .mobile-only {
    display: block;
  }
  #site-header-row .type-menuplacement .menu > li {
    display: grid;
    grid-template-columns: 1fr 48px;
    grid-template-rows: auto;
    grid-template-areas: "link toggle";
    align-items: stretch;
    padding: 0;
    color: #ffffff;
    background: transparent;
    transition: background-color 0.25s ease-in-out;
  }
  #site-header-row .type-menuplacement .menu > li > a {
    grid-area: link;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: inherit;
    background: transparent;
    text-decoration: none;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
  }
  #site-header-row .type-menuplacement .menu > li > a:hover,
  #site-header-row .type-menuplacement .menu > li > a:focus {
    background: transparent;
  }
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img),
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    grid-template-rows: auto auto;
    gap: 8px 8px;
    align-items: start;
    text-align: left;
  }
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .menu-item-img,
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .menu-item-img {
    grid-row: 1;
    grid-column: 1;
  }
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .main-link-text,
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .main-link-text {
    grid-row: 1;
    grid-column: 2;
  }
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-img) .menu-item-desc,
  #site-header-row .type-menuplacement .menu > li > a:has(.menu-item-desc) .menu-item-desc {
    grid-row: 2;
    grid-column: 1 / 3;
  }
  #site-header-row .type-menuplacement .menu > li > a:not(:has(.menu-item-img)):has(.menu-item-desc) {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  #site-header-row .type-menuplacement .menu > li > a .menu-item-img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
  #site-header-row .type-menuplacement .menu > li > a .menu-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: filter 0.25s ease-in-out;
  }
  #site-header-row .type-menuplacement .menu > li > a .main-link-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  #site-header-row .type-menuplacement .menu > li > a .menu-item-desc {
    display: block;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-normal);
    opacity: 0.8;
    line-height: 1.3;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .mobile-submenu-toggle {
    grid-area: toggle;
    display: flex !important;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    background: rgba(204, 233, 229, 0.05);
    border: none !important;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: inherit;
    transition: background-color 0.25s ease-in-out;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .mobile-submenu-toggle:before {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2b";
    display: inline-block;
    font-size: var(--font-size-lg);
  }
  #site-header-row .type-menuplacement .menu > .has-children > .mobile-submenu-toggle .button-text {
    display: none;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .mobile-submenu-toggle:hover,
  #site-header-row .type-menuplacement .menu > .has-children > .mobile-submenu-toggle:focus {
    background: rgba(204, 233, 229, 0.1);
  }
  #site-header-row .type-menuplacement .menu > .has-children:has(.output-level-2.level-2-open) > .mobile-submenu-toggle:before {
    content: "\2212";
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 {
    grid-area: 2/1/3/-1;
    display: flex;
    flex-direction: column;
    position: static;
    background: #fff;
    padding: 0px 4px;
    column-count: 1;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    max-height: 0;
    overflow: hidden;
    transition: transform 0.2s ease, opacity 0.15s ease, max-height 0.2s ease, visibility 0s linear 0.2s;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2.level-2-open {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    max-height: 2000px;
    transition: transform 0.2s ease, opacity 0.15s ease, max-height 0.3s ease, visibility 0s linear 0s;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li > a {
    flex: 1;
    padding: 8px 12px;
    color: #000000;
    border-bottom: none;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    gap: 0px 4px;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li > a:hover,
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li > a:focus {
    background: rgba(255, 255, 255, 0.05);
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li .output-level-3 {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    border-left: solid 2px rgba(0, 114, 188, 0.2);
    gap: 4px;
    padding-left: 15px;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li .output-level-3 li {
    display: flex;
  }
  #site-header-row .type-menuplacement .menu > .has-children > .output-level-2 > li .output-level-3 li a {
    flex: 1;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
  }
}
#site-header-row .type-menuplacement .mobile-menu-tools {
  display: none;
}
@media only screen and (max-width: 74.375rem) {
  #site-header-row .type-menuplacement .mobile-menu-tools {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #0072bc;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    z-index: 10;
    min-height: 56px;
    padding: 0 4px;
    gap: 4px;
  }
  #site-header-row .type-menuplacement .mobile-menu-tools .close-menu {
    display: flex;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    text-align: center;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 114, 188, 0.08);
    text-decoration: none !important;
    padding: 0;
    border: none;
  }
  #site-header-row .type-menuplacement .mobile-menu-tools .close-menu:before {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
    display: inline-block;
    width: 100%;
    font-size: 32px;
  }
  #site-header-row .type-menuplacement .mobile-menu-tools .close-menu .button-text {
    display: none;
  }
  #site-header-row .type-menuplacement .mobile-menu-tools .close-menu:hover,
  #site-header-row .type-menuplacement .mobile-menu-tools .close-menu:focus {
    background: rgba(255, 255, 255, 0.15);
  }
  #site-header-row .type-menuplacement .mobile-menu-tools .search-target-wrap {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 74.375rem) {
  #site-header-row .mobile-menu-tools .search-target-wrap .site-search {
    margin: 0;
    display: block;
  }
  #site-header-row .mobile-menu-tools .search-target-wrap .site-search .content-headline {
    display: none;
  }
  #site-header-row .mobile-menu-tools .search-target-wrap .site-search .advanced-search {
    display: none;
  }
}
.mobile-nav-toggle-wrap {
  display: none;
  margin-left: auto;
}
@media only screen and (max-width: 74.375rem) {
  .mobile-nav-toggle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.mobile-nav-toggle-wrap .mobile-nav-toggle {
  color: #fff;
  text-decoration: none !important;
  background: none;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  display: inline-block;
  font-size: 32px;
  font-weight: var(--font-weight-black);
  transition: color 0.4s ease;
  color: #fff;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle.open:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  display: inline-block;
  color: transparent;
}
.mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 55rem) {
  .mobile-nav-toggle-wrap .mobile-nav-toggle .button-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.content-container.breadcrumb {
  display: none;
  font-size: var(--font-size-sm);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  width: auto;
  padding: 0.5em;
}
.content-container.breadcrumb #breadcrumbs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 auto;
  width: 96%;
  max-width: 68.4375rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 0.5em;
  gap: 0.5em;
}
@media only screen and (max-width: 55rem) {
  .content-container.breadcrumb #breadcrumbs {
    overflow-x: auto;
  }
  .content-container.breadcrumb #breadcrumbs::-webkit-scrollbar {
    width: 2px;
  }
  .content-container.breadcrumb #breadcrumbs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .content-container.breadcrumb #breadcrumbs::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
}
.content-container.breadcrumb #breadcrumbs .now_viewing {
  display: none;
}
.content-container.breadcrumb #breadcrumbs li {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  padding-right: 1.5em;
}
.content-container.breadcrumb #breadcrumbs li:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  font-size: 20px;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  color: #000000;
}
.content-container.breadcrumb #breadcrumbs li a {
  color: #000000;
  text-decoration: underline;
}
.content-container.breadcrumb #breadcrumbs li a:hover,
.content-container.breadcrumb #breadcrumbs li a:focus,
.content-container.breadcrumb #breadcrumbs li a:active {
  text-decoration: none;
}
.content-container.breadcrumb #breadcrumbs li.current {
  color: #000000;
}
.content-container.breadcrumb #breadcrumbs li.current:after {
  display: none;
}
#container #main-content .col .type-menuplacement {
  padding: 0;
}
#container #main-content .col .type-menuplacement .menu-headline {
  border-radius: 40px 40px 0 0;
  border: 1px solid #00825c;
  border-bottom: none;
}
#container #main-content .col .type-menuplacement .menu-headline h2 {
  font-size: 1.5rem;
  padding: 15px 10px 15px 25px;
  margin-bottom: 0;
}
#container #main-content .col .type-menuplacement .menu-headline .state-submenu {
  display: none;
}
#container #main-content .col .type-menuplacement .menu {
  border: 1px solid #00825c;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
#container #main-content .col .type-menuplacement .menu li > * {
  border-bottom: 1px solid #00825c;
}
#container #main-content .col .type-menuplacement .menu li > *:last-child {
  border-bottom: none;
}
#container #main-content .col .type-menuplacement li {
  flex: none;
  margin: 0;
}
#container #main-content .col .type-menuplacement ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
#container #main-content .col .type-menuplacement .menu > li:last-child {
  border-bottom: none;
}
#container #main-content .col .type-menuplacement .menu > li:hover {
  transform: none;
}
#container #main-content .col .type-menuplacement a {
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
  align-items: start;
  border-radius: 0;
  text-decoration: underline;
  padding: 15px 10px 15px 25px;
  display: block;
  color: #00825c;
  height: auto;
  text-align: left;
}
#container #main-content .col .type-menuplacement a:hover {
  text-decoration-thickness: 2px;
}
#container #main-content .col .type-menuplacement .main-link-text {
  font-size: 0.9375rem;
  font-weight: var(--font-weight-base);
}
#container #main-content .col .type-menuplacement .output-level-1 > li > a > .main-link-text {
  font-size: 1rem;
}
#container #main-content .col .type-menuplacement .has-children > a {
  flex-direction: row;
  gap: 10px;
  position: relative;
}
#container #main-content .col .type-menuplacement .has-children > a:before {
  font-family: "Font Awesome 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: #00825c;
  position: absolute;
  left: 5px;
  top: 17px;
}
#container #main-content .col .type-menuplacement .has-children.menu-current > a:before,
#container #main-content .col .type-menuplacement .has-children.nav-item-expanded > a:before {
  content: "\f063";
}
#container #main-content .col .type-menuplacement .output-level-2 {
  padding-left: 1em;
}
#container #main-content .col .type-menuplacement .output-level-2 .main-link-text {
  font-size: 0.875rem;
}
#container #main-content .col .type-menuplacement .output-level-3 {
  padding-left: 1em;
}
#container #main-content .col .menu-item:hover {
  transform: none;
}
#site-content-top-row .type-slideshow,
#site-banner-row .type-slideshow {
  padding-top: 0;
  padding-bottom: 0;
}
.global-slider {
  opacity: 0;
  animation-name: bxfadein;
  animation-duration: 2s;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.global-slider .bx-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.global-slider .bx-viewport > ol,
.global-slider .bx-viewport > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block !important;
}
.global-slider [aria-hidden="true"] * {
  pointer-events: none;
}
.global-slider [aria-hidden="true"] a,
.global-slider [aria-hidden="true"] button,
.global-slider [aria-hidden="true"] input,
.global-slider [aria-hidden="true"] textarea,
.global-slider [aria-hidden="true"] select {
  pointer-events: none;
  visibility: hidden;
  outline: none;
}
.global-slider .bx-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.global-slider .bx-controls .bx-pager {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1em;
}
.global-slider .bx-controls .bx-controls-direction {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .global-slider .bx-controls .bx-controls-direction {
    width: 94%;
  }
}
.bx-controls-direction {
  display: flex;
  gap: 1em;
}
.bx-controls-direction a {
  font-size: 0;
  color: transparent;
  transition: opacity 0.25s ease;
  display: flex;
  gap: 1em;
}
.bx-controls-direction a:hover,
.bx-controls-direction a:focus,
.bx-controls-direction a:active {
  opacity: 0.6;
}
.bx-controls-direction a:before {
  font-size: 3rem;
  color: #0072bc;
  font-weight: 300;
}
.bx-controls-direction .bx-prev:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f137";
  display: inline-block;
  font-weight: 300;
}
.bx-controls-direction .bx-next:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
  display: inline-block;
  font-weight: 300;
}
@media only screen and (max-width: 55rem) {
  .bx-default-pager {
    display: none;
  }
}
.bx-default-pager .bx-pager-item {
  display: inline-block;
  margin: 0 2.5px;
}
.bx-default-pager .bx-pager-item a {
  width: 14px;
  height: 14px;
  display: block;
  background: #0072bc;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  border: 1px solid #cce9e5;
}
.bx-default-pager .bx-pager-item a.active {
  background: #cce9e5;
}
.bxfade {
  animation-name: bxfadein;
  animation-duration: 2s;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes bxfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.type-slideshow.default .cycle-slideshow .content-item-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(min-content, 34.21875rem) minmax(min-content, 34.21875rem) minmax(0, 1fr);
  grid-template-rows: auto auto;
}
.type-slideshow.default .cycle-slideshow .slider {
  margin: 0;
  padding: 0;
  list-style-type: none;
  grid-area: 1/1/-1/-1;
  height: 446px;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider {
    height: 750px !important;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides {
  height: 446px;
  width: 100% !important;
  background-color: transparent !important;
  margin: 0;
  background-image: linear-gradient(90deg, rgba(2, 180, 220, 0.2) 10%, rgba(6, 172, 161, 0.2) 52%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides {
    height: 750px !important;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(min-content, 34.21875rem) minmax(min-content, 34.21875rem) minmax(0, 1fr);
  grid-area: 1/1/-1/-1;
  grid-template-areas: ". content image image";
  grid-template-rows: 446px;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper .slide-overlay {
  display: none;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(275px, max-content);
    grid-template-rows: 750px;
    grid-template-areas: "imgonly";
  }
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img {
    grid-area: imgonly;
  }
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto;
    grid-template-areas: "top" "bottom";
  }
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) img {
    grid-area: top;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  overflow: hidden;
  grid-area: 1/3/2/6;
  align-self: end;
  position: relative;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper a.wrapper-link {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  grid-area: 1/3/2/5;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper a.wrapper-link {
    padding-left: 0;
    grid-area: top;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) *:not([class*="cta"]) {
  color: #000000;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  grid-area: 1/2/2/3;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay h2 {
  font-size: 3rem;
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay p,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay li,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay blockquote {
  max-width: 530px;
  font-weight: var(--font-weight-medium);
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay {
    border-radius: 0;
  }
}
.portal-banner.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay {
  padding-bottom: 4em;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay {
    top: auto;
    right: 0;
    width: 100%;
    padding: 2em 1em 4em 1em;
    grid-area: bottom;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay {
  padding: 1.5em 1.5em 3em 0;
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay {
    width: 94%;
  }
}
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay p,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay li,
.type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay blockquote {
  font-size: var(--font-size-lg);
  color: #000000;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay p,
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay li,
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay blockquote {
    font-size: var(--font-size-base);
  }
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider .individual-slides .slide-img-wrapper:has(.slide-text-overlay) .slide-overlay .slide-text-overlay {
    padding: 0 !important;
    height: 100%;
  }
}
.type-slideshow.default .cycle-slideshow .controls-wrapper {
  grid-area: 2/2/3/3;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .controls-wrapper {
    margin-bottom: 20px;
  }
}
.type-slideshow.default .cycle-slideshow .decoration-left {
  order: 2;
  z-index: 100;
  padding: 0 10px;
  position: relative;
  align-items: center;
  display: flex;
  gap: 10px;
}
.type-slideshow.default .cycle-slideshow .decoration-left a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0;
  transition: background 0.8s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-slideshow.default .cycle-slideshow .decoration-left a:before {
  content: "";
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 0;
  color: transparent;
  border-radius: 50%;
  align-self: center;
  border: 2px solid #0072bc;
  background-color: #fff;
}
.type-slideshow.default .cycle-slideshow .decoration-left a:hover:before {
  background: #02b3dc;
}
.type-slideshow.default .cycle-slideshow .decoration-left a.activeSlide:before {
  background: #00825c;
  border-color: #00825c;
}
.type-slideshow.default .cycle-slideshow .decoration-left a.play-pause {
  position: relative;
  height: 100%;
  width: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-slideshow.default .cycle-slideshow .decoration-left a.play-pause:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  color: #0072bc;
  font-size: 16px;
}
.type-slideshow.default .cycle-slideshow .decoration-left a.play-pause.paused:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04c";
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.type-slideshow.default .cycle-slideshow .decoration-left a:focus-visible:before {
  background: #000;
}
.type-slideshow.default .cycle-slideshow .slider-controls {
  margin: 0;
  padding: 0;
  list-style-type: none;
  order: 1;
  z-index: 100;
  position: relative;
  transition: opacity 0.25s ease;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 55rem) {
  .type-slideshow.default .cycle-slideshow .slider-controls {
    margin-left: 25px;
  }
}
.type-slideshow.default .cycle-slideshow .slider-controls li {
  display: inline-block;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  transition: opacity 0.25s ease;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:hover:after,
.type-slideshow.default .cycle-slideshow .slider-controls li a:hover:before {
  font-weight: 700 !important;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:focus-visible:before {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
  color: #000;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a:before {
  font-size: 1.5rem;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.previous:before {
  content: url("../images/_site/theme/arrow-left-blue.svg");
  width: 36px;
  height: 36px;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.next:before {
  content: url("../images/_site/theme/arrow-right-blue.svg");
  width: 38px;
  height: 38px;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.play-pause:before {
  content: url("../images/_site/theme/pause-blue.svg");
  width: 38px;
  height: 38px;
}
.type-slideshow.default .cycle-slideshow .slider-controls li a.play-pause.paused:before {
  content: url("../images/_site/theme/play-blue.svg");
  width: 38px;
  height: 38px;
}
#container .type-slideshow.default .placement-inner {
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
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;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="search"],
input[type="number"],
textarea {
  width: 100%;
}
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="tel"],
.ie7 input[type="url"],
.ie7 input[type="email"],
.ie7 input[type="search"],
.ie7 input[type="number"],
.ie7 textarea {
  width: 96%;
}
label {
  margin: 0.5em 0 0.2em 0;
  vertical-align: middle;
  font-size: var(--font-size-sm);
  font-weight: 600;
  display: block;
  font-size: 100%;
  margin: 0;
}
.global-labels {
  margin: 0.5em 0 0.2em 0;
  vertical-align: middle;
  font-size: var(--font-size-sm);
  font-weight: 600;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
  border: 1px solid #0072bc;
  padding: 0.5em 4.125rem 0.5em 24px;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 44px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  color: #0072bc;
}
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0072bc;
  padding: 0.5em 4.125rem 0.5em 24px;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 44px;
  min-height: 8em;
  resize: vertical;
}
textarea::placeholder {
  color: #0072bc;
}
.col select {
  width: 100%;
}
button,
input[type="submit"] {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
button:visited,
input[type="submit"]:visited {
  color: #fff;
}
input[type="radio"] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0.2em 0.7em;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: 1px solid #212121;
}
.checkbox_label {
  margin: 0;
  float: left;
}
body.form-in-new-window select {
  background-color: #fff;
  background-image: url("/base-install/images/arrows/select.png");
  background-position: center right 0.5em;
  background-size: 9px;
  background-repeat: no-repeat;
  border: 1px solid #0072bc;
  border-radius: 10px;
  appearance: none;
  padding: 0.5em 2em 0.5em 0.5em;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
body.form-in-new-window select:hover,
body.form-in-new-window select:focus,
body.form-in-new-window select:active {
  border-color: #80b9de;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
select {
  background-color: #fff;
  background-image: url("/base-install/images/arrows/select.png");
  background-position: center right 0.5em;
  background-size: 9px;
  background-repeat: no-repeat;
  border: 1px solid #0072bc;
  border-radius: 10px;
  appearance: none;
  padding: 0.5em 2em 0.5em 0.5em;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
select:hover,
select:focus,
select:active {
  border-color: #80b9de;
  outline: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
ul.ui-autocomplete {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #b5b5b5;
  width: 250px;
  margin: 1em 0;
  padding: 0;
}
ul.ui-autocomplete li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.ui-autocomplete a {
  display: block;
  padding: 0.5em;
}
ul.ui-autocomplete a:hover,
ul.ui-autocomplete a:focus {
  background: #f6f9fa;
}
.password-container {
  padding: 1.25em 1em;
}
.password-container > * {
  padding-left: 0.5em;
}
.password-container > *::marker {
  font-weight: bold;
  padding-right: 0.25em;
  position: relative;
  font-size: 90%;
}
.password-container > *.password-indicator {
  color: #0072bc;
  font-weight: bold;
}
.password-container > *.password-indicator::marker {
  font-family: "Font Awesome 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: #005eb8;
  font-weight: bold;
  padding-right: 0.25em;
  position: relative;
  font-size: 90%;
}
/*==== MIXINS CAN SIT FURTHER DOWN THE FILE ====*/
[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
select {
  box-sizing: border-box;
}
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0072bc;
  padding: 0.5em 4.125rem 0.5em 24px;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 44px;
  padding: 1rem;
  border-radius: 20px;
}
textarea::placeholder {
  color: #0072bc;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0072bc;
  padding: 0.5em 4.125rem 0.5em 24px;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 44px;
}
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="email"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="time"]::placeholder {
  color: #0072bc;
}
.type-textcontent .form {
  padding: 2em 1em;
  background: #f6f9fa;
}
body.form-in-new-window form.form .spam-guard-help-text p,
.container .main-editor-output form.form .spam-guard-help-text p,
body.form-in-new-window form.form textarea,
.container .main-editor-output form.form textarea,
body.form-in-new-window form.form span:not(.btn-txt, .labelman),
.container .main-editor-output form.form span:not(.btn-txt, .labelman),
body.form-in-new-window form.form legend,
.container .main-editor-output form.form legend,
body.form-in-new-window form.form input,
.container .main-editor-output form.form input,
body.form-in-new-window form.form select,
.container .main-editor-output form.form select,
body.form-in-new-window form.form .progressbar,
.container .main-editor-output form.form .progressbar,
body.form-in-new-window form.form .progressbar span,
.container .main-editor-output form.form .progressbar span,
body.form-in-new-window form.form label,
.container .main-editor-output form.form label,
body.form-in-new-window form.form label *:not(.labelman),
.container .main-editor-output form.form label *:not(.labelman) {
  color: #000000 !important;
}
body.form-in-new-window form.form fieldset legend,
.container .main-editor-output form.form fieldset legend {
  font-size: var(--font-size-xl);
  border-bottom: solid 2px #e8edee;
  width: 100%;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: 700;
}
body.form-in-new-window form.form fieldset p.labelman,
.container .main-editor-output form.form fieldset p.labelman {
  color: #da291c;
  font-weight: 700;
}
body.form-in-new-window form.form fieldset .row,
.container .main-editor-output form.form fieldset .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 2em;
  margin-bottom: 2em;
}
body.form-in-new-window form.form fieldset .row .table-wrapper,
.container .main-editor-output form.form fieldset .row .table-wrapper {
  width: 100%;
}
body.form-in-new-window form.form fieldset .row .table-wrapper th,
.container .main-editor-output form.form fieldset .row .table-wrapper th {
  position: relative;
}
body.form-in-new-window form.form fieldset .row .table-wrapper th p,
.container .main-editor-output form.form fieldset .row .table-wrapper th p {
  padding-left: 10px;
}
body.form-in-new-window form.form fieldset .row .table-wrapper th .labelman,
.container .main-editor-output form.form fieldset .row .table-wrapper th .labelman {
  position: absolute;
  left: 10px;
}
@media only screen and (max-width: 55rem) {
  body.form-in-new-window form.form fieldset .row,
  .container .main-editor-output form.form fieldset .row {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.form-in-new-window form.form fieldset .row:nth-child(odd),
.container .main-editor-output form.form fieldset .row:nth-child(odd) {
  background: #f6f9fa;
  border-radius: 0px;
}
@media only screen and (max-width: 55rem) {
  body.form-in-new-window form.form fieldset .row,
  .container .main-editor-output form.form fieldset .row {
    flex-wrap: wrap;
    padding: 1em 1em;
  }
}
body.form-in-new-window form.form fieldset .row label,
.container .main-editor-output form.form fieldset .row label {
  flex: 1 1 8rem;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}
body.form-in-new-window form.form fieldset .row label .labelman,
.container .main-editor-output form.form fieldset .row label .labelman {
  position: absolute;
  left: -2px;
}
@media only screen and (max-width: 55rem) {
  body.form-in-new-window form.form fieldset .row label,
  .container .main-editor-output form.form fieldset .row label {
    flex: 0 0 100%;
    padding: 0 0 0.25em 0;
    margin: 0;
  }
}
body.form-in-new-window form.form fieldset .row label .labelman,
.container .main-editor-output form.form fieldset .row label .labelman {
  color: #da291c;
  font-weight: 700;
}
body.form-in-new-window form.form fieldset .row .field,
.container .main-editor-output form.form fieldset .row .field {
  flex: 1 1 70%;
}
body.form-in-new-window form.form fieldset .row .field .row:first-of-type,
.container .main-editor-output form.form fieldset .row .field .row:first-of-type {
  margin-top: 0;
}
body.form-in-new-window form.form fieldset .row .field .row,
.container .main-editor-output form.form fieldset .row .field .row {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 55rem) {
  body.form-in-new-window form.form fieldset .row .field,
  .container .main-editor-output form.form fieldset .row .field {
    flex: 0 0 100%;
  }
}
body.form-in-new-window form.form fieldset .row .field select,
.container .main-editor-output form.form fieldset .row .field select {
  width: 100%;
}
body.form-in-new-window form.form fieldset .row table,
.container .main-editor-output form.form fieldset .row table {
  border: solid 1px #ddd;
  border-left: none;
}
body.form-in-new-window form.form fieldset .row table caption,
.container .main-editor-output form.form fieldset .row table caption {
  display: none;
}
body.form-in-new-window form.form fieldset .row table th,
.container .main-editor-output form.form fieldset .row table th {
  background: #e6f1f8;
  color: #000000;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
body.form-in-new-window form.form fieldset .row table th input,
.container .main-editor-output form.form fieldset .row table th input {
  float: right;
}
body.form-in-new-window form.form fieldset .row table td,
.container .main-editor-output form.form fieldset .row table td {
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
}
body.form-in-new-window form.form .row.spam-guard .label,
.container .main-editor-output form.form .row.spam-guard .label {
  flex: 1 1 25%;
  padding-left: 1em;
  padding-right: 1em;
}
body.form-in-new-window form.form .row.spam-guard .label .labelman,
.container .main-editor-output form.form .row.spam-guard .label .labelman {
  color: #da291c;
  font-weight: 700;
}
body.form-in-new-window form.form .row.spam-guard .label label,
.container .main-editor-output form.form .row.spam-guard .label label {
  display: inline;
  padding: 0;
  font-weight: 700;
}
body.form-in-new-window form.form .row.spam-guard .label label .challenge-q,
.container .main-editor-output form.form .row.spam-guard .label label .challenge-q {
  font-weight: 400;
}
body.form-in-new-window form.form .button_row,
.container .main-editor-output form.form .button_row {
  display: flex;
  gap: 1em;
  border-top: solid 1px #e8edee;
  padding-top: 1em;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type,
.container .main-editor-output form.form .button_row input[type="submit"]:first-of-type {
  order: 5;
  margin-left: auto;
}
body.form-in-new-window form.form .button_row input#segment_summary,
.container .main-editor-output form.form .button_row input#segment_summary,
body.form-in-new-window form.form .button_row input#save_and_edit_later,
.container .main-editor-output form.form .button_row input#save_and_edit_later {
  font-size: var(--font-size-sm);
  color: #000000 !important;
  background: transparent !important;
  margin-right: 1em;
}
body.form-in-new-window form.form .button_row input#segment_summary:hover,
.container .main-editor-output form.form .button_row input#segment_summary:hover,
body.form-in-new-window form.form .button_row input#save_and_edit_later:hover,
.container .main-editor-output form.form .button_row input#save_and_edit_later:hover,
body.form-in-new-window form.form .button_row input#segment_summary:focus,
.container .main-editor-output form.form .button_row input#segment_summary:focus,
body.form-in-new-window form.form .button_row input#save_and_edit_later:focus,
.container .main-editor-output form.form .button_row input#save_and_edit_later:focus,
body.form-in-new-window form.form .button_row input#segment_summary:active,
.container .main-editor-output form.form .button_row input#segment_summary:active,
body.form-in-new-window form.form .button_row input#save_and_edit_later:active,
.container .main-editor-output form.form .button_row input#save_and_edit_later:active {
  text-decoration: underline;
}
body.form-in-new-window form.form .button_row a,
.container .main-editor-output form.form .button_row a {
  font-size: var(--font-size-sm);
  margin: 0 0.5em;
  padding: 0.8rem 0 0 0;
}
body.form-in-new-window .progressborder,
.container .main-editor-output .progressborder {
  border-radius: 0px;
  background: #f6f9fa;
  overflow: hidden;
  margin-top: 1em;
}
body.form-in-new-window .progressborder .progressbar,
.container .main-editor-output .progressborder .progressbar {
  background: #d9eaf5;
  border-right: solid 4px #bfdcee;
  padding: 0.5em 1em;
}
body.form-in-new-window .progressborder .progressbar p,
.container .main-editor-output .progressborder .progressbar p {
  font-size: var(--font-size-sm);
  color: #000000 !important;
}
body.form-in-new-window .progressborder .progressbar span,
.container .main-editor-output .progressborder .progressbar span,
body.form-in-new-window .progressborder .progressbar p,
.container .main-editor-output .progressborder .progressbar p {
  color: #000000 !important;
}
body.form-in-new-window .usr-feedback,
.container .main-editor-output .usr-feedback {
  padding: 0.4em 1em;
  border: solid 4px #e8edee;
  border-radius: 0px;
  background: #f6f9fa;
}
body.form-in-new-window .usr-feedback.login-required,
.container .main-editor-output .usr-feedback.login-required {
  border-color: #f39c12;
  background: #fef5e7;
}
body.form-in-new-window #form_complete,
.container .main-editor-output #form_complete {
  padding: 0.4em 1em;
  border: solid 4px #27ae60;
  border-radius: 0px;
  background: #e9f7ef;
  margin-top: 1em;
}
body.form-in-new-window #form_complete p,
.container .main-editor-output #form_complete p {
  color: #000000;
}
body.form-in-new-window #form_window_head h1 {
  display: none;
}
body.form-in-new-window form.form fieldset legend {
  margin: 0 3.2rem;
  padding-top: 1em;
}
body.form-in-new-window form.form fieldset p.labelman {
  margin: 0.5em 2em 0 2em;
}
body.form-in-new-window form.form fieldset .row input[type="text"],
body.form-in-new-window form.form fieldset .row input[type="password"],
body.form-in-new-window form.form fieldset .row input[type="tel"],
body.form-in-new-window form.form fieldset .row input[type="url"],
body.form-in-new-window form.form fieldset .row input[type="email"],
body.form-in-new-window form.form fieldset .row input[type="search"],
body.form-in-new-window form.form fieldset .row input[type="number"],
body.form-in-new-window form.form fieldset .row textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0072bc;
  padding: 0.5em 4.125rem 0.5em 24px;
  border-radius: 10px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 44px;
  width: 100%;
  padding: 15px;
}
body.form-in-new-window form.form fieldset .row input[type="text"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="password"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="tel"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="url"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="email"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="search"]::placeholder,
body.form-in-new-window form.form fieldset .row input[type="number"]::placeholder,
body.form-in-new-window form.form fieldset .row textarea::placeholder {
  color: #0072bc;
}
body.form-in-new-window form.form .button_row {
  padding: 1em;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
body.form-in-new-window form.form .button_row input[type="submit"]:first-of-type:visited {
  color: #fff;
}
#form_summary_legend legend,
#form_summary legend {
  font-weight: 700;
}
#form_summary_legend p img,
#form_summary p img {
  display: none;
}
#form_summary_legend td img,
#form_summary td img {
  display: none !important;
}
#form_summary_legend tr:before,
#form_summary tr:before {
  display: none !important;
}
#form_summary_legend .incomplete:before,
#form_summary .incomplete:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
  color: #da291c;
  font-weight: 900;
  margin-right: 0.4em;
}
#form_summary_legend .maybe:before,
#form_summary .maybe:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f128";
  display: inline-block;
  color: #f39c12;
  font-weight: 900;
  margin-right: 0.4em;
}
#form_summary_legend .done:before,
#form_summary .done:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  color: #27ae60;
  font-weight: 900;
  margin-right: 0.4em;
}
.lbl-txt p {
  margin: 0;
}
#container .multidisplay-row {
  padding: 0;
}
button.actn-form-help {
  padding: 0.25rem;
  font-size: 24px;
  line-height: 1;
  height: fit-content;
  border-radius: 6px;
  margin-bottom: auto;
  border: 0;
  background-color: transparent;
}
button.actn-form-help:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #333394;
  transition: all 0.2s ease;
}
button.actn-form-help:hover {
  cursor: pointer;
}
button.actn-form-help:hover:before {
  color: #7373d1;
}
button.actn-form-help .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
button.actn-form-help .btn-txt .focusable:active,
button.actn-form-help .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
[popover] {
  margin: auto;
  border-radius: 10px;
  padding: 1rem 2rem 1rem 3.5rem;
  border: none;
  overflow: visible;
}
[popover]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  background-color: #333394;
  color: white;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
[popover]::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
#container .multidisplay-row:has([type="checkbox"]) {
  flex-wrap: nowrap;
}
#site-header-row .site-search .advanced-search,
#accessibility-controls .site-search .advanced-search,
#container .search-target-wrap .site-search .advanced-search,
#site-header-row .site-search label,
#accessibility-controls .site-search label,
#container .search-target-wrap .site-search label {
  display: none;
}
#site-header-row .site-search .search-inputs,
#accessibility-controls .site-search .search-inputs,
#container .search-target-wrap .site-search .search-inputs {
  position: relative;
  max-width: max-content;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search .search-inputs,
  #accessibility-controls .site-search .search-inputs,
  #container .search-target-wrap .site-search .search-inputs {
    max-width: 100%;
  }
}
#site-header-row .site-search .search-inputs input[type="search"],
#accessibility-controls .site-search .search-inputs input[type="search"],
#container .search-target-wrap .site-search .search-inputs input[type="search"],
#site-header-row .site-search .search-inputs input[type="text"],
#accessibility-controls .site-search .search-inputs input[type="text"],
#container .search-target-wrap .site-search .search-inputs input[type="text"] {
  background: #fff;
  color: #000000;
  width: 300px;
  padding-right: 60px;
  border-radius: 0px;
  padding: 10px 20px !important;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search .search-inputs input[type="search"],
  #accessibility-controls .site-search .search-inputs input[type="search"],
  #container .search-target-wrap .site-search .search-inputs input[type="search"],
  #site-header-row .site-search .search-inputs input[type="text"],
  #accessibility-controls .site-search .search-inputs input[type="text"],
  #container .search-target-wrap .site-search .search-inputs input[type="text"] {
    width: 100%;
    line-height: 38px;
  }
}
#site-header-row .site-search .search-inputs input[type="search"]::placeholder,
#accessibility-controls .site-search .search-inputs input[type="search"]::placeholder,
#container .search-target-wrap .site-search .search-inputs input[type="search"]::placeholder,
#site-header-row .site-search .search-inputs input[type="text"]::placeholder,
#accessibility-controls .site-search .search-inputs input[type="text"]::placeholder,
#container .search-target-wrap .site-search .search-inputs input[type="text"]::placeholder {
  font-size: 85%;
  color: #000000;
}
#site-header-row .site-search .search-inputs .submit-wrap,
#accessibility-controls .site-search .search-inputs .submit-wrap,
#container .search-target-wrap .site-search .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  border-radius: 0 0px 0px 0;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search .search-inputs .submit-wrap,
  #accessibility-controls .site-search .search-inputs .submit-wrap,
  #container .search-target-wrap .site-search .search-inputs .submit-wrap {
    width: 42px;
  }
}
#site-header-row .site-search .search-inputs .submit-wrap:hover:before,
#accessibility-controls .site-search .search-inputs .submit-wrap:hover:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:hover:before,
#site-header-row .site-search .search-inputs .submit-wrap:focus:before,
#accessibility-controls .site-search .search-inputs .submit-wrap:focus:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:focus:before,
#site-header-row .site-search .search-inputs .submit-wrap:active:before,
#accessibility-controls .site-search .search-inputs .submit-wrap:active:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:active:before {
  color: #788b94;
}
#site-header-row .site-search .search-inputs .submit-wrap:before,
#accessibility-controls .site-search .search-inputs .submit-wrap:before,
#container .search-target-wrap .site-search .search-inputs .submit-wrap:before {
  position: absolute;
  filter: brightness(0) saturate(100%) invert(21%) sepia(47%) saturate(1851%) hue-rotate(237deg) brightness(91%) contrast(92%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: color 0.3s ease;
  z-index: 4;
  display: block;
  width: 1.2rem;
  margin: auto;
  top: 16px;
  right: 6px;
  pointer-events: none;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search .search-inputs .submit-wrap:before,
  #accessibility-controls .site-search .search-inputs .submit-wrap:before,
  #container .search-target-wrap .site-search .search-inputs .submit-wrap:before {
    line-height: 42px;
  }
}
#site-header-row .site-search .search-inputs .submit-wrap input,
#accessibility-controls .site-search .search-inputs .submit-wrap input,
#container .search-target-wrap .site-search .search-inputs .submit-wrap input {
  position: relative;
  z-index: 3;
  color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  width: 60px;
  margin-top: 0;
  padding: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search .search-inputs .submit-wrap input,
  #accessibility-controls .site-search .search-inputs .submit-wrap input,
  #container .search-target-wrap .site-search .search-inputs .submit-wrap input {
    width: 42px;
  }
}
#site-header-row .site-search .search-inputs .submit-wrap input:hover,
#accessibility-controls .site-search .search-inputs .submit-wrap input:hover,
#container .search-target-wrap .site-search .search-inputs .submit-wrap input:hover,
#site-header-row .site-search .search-inputs .submit-wrap input:focus,
#accessibility-controls .site-search .search-inputs .submit-wrap input:focus,
#container .search-target-wrap .site-search .search-inputs .submit-wrap input:focus,
#site-header-row .site-search .search-inputs .submit-wrap input:active,
#accessibility-controls .site-search .search-inputs .submit-wrap input:active,
#container .search-target-wrap .site-search .search-inputs .submit-wrap input:active {
  transform: none;
}
@media only screen and (max-width: 55rem) {
  #site-header-row .site-search {
    display: none;
  }
}
.advanced-search {
  font-size: var(--font-size-sm);
  padding: 4px 0;
}
#container .advanced-search {
  color: #fff;
}
.service-list-pagination form {
  padding: 1em 0;
  text-align: center;
}
.service-list-pagination form .page-select-label,
.service-list-pagination form .per-page-label {
  display: inline-block;
}
.service-list-pagination form .per-page-label,
.service-list-pagination form input[type="submit"] {
  margin-left: 0.5em;
}
.service-list-pagination form select {
  width: auto;
}
.service-list-pagination form label {
  margin: 0;
}
.service-list-pagination form select {
  margin-right: 0.5em;
  margin-left: 0.25em;
}
.service-list-pagination form .update-order {
  padding: 0.5em 1em;
  background: #0072bc !important;
  color: #fff !important;
  text-decoration: none;
}
.service-list-pagination form .update-order:hover,
.service-list-pagination form .update-order:focus,
.service-list-pagination form .update-order:active {
  text-decoration: none;
}
.input-name-pagination-page,
.input-name-pagination-per-page {
  display: inline-block;
}
#container .main-content .site-search .content-headline {
  display: block;
  text-align: center;
  margin-bottom: 1.875rem;
}
#container .main-content .site-search .type-select-buttons {
  margin-top: 1.875rem;
}
#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;
}
#container .site-search .content-headline {
  display: none;
}
#container .site-search input[type="submit"],
#container .site-search input[type="search"],
#container .site-search input[type="text"] {
  width: auto;
}
#container .site-search .global-pagination {
  padding: 1em 0;
  text-align: center;
}
#container .site-search .global-pagination .page-select-label,
#container .site-search .global-pagination .per-page-label {
  display: inline-block;
}
#container .site-search .global-pagination .per-page-label,
#container .site-search .global-pagination input[type="submit"] {
  margin-left: 0.5em;
}
#container .site-search .global-pagination select {
  width: auto;
}
#container .site-search .global-pagination label {
  margin: 0;
}
#container .site-search .global-pagination select {
  margin-right: 0.5em;
  margin-left: 0.25em;
}
#container .site-search .global-pagination .update-order {
  padding: 0.5em 1em;
  background: #0072bc !important;
  color: #fff !important;
  text-decoration: none;
}
#container .site-search .global-pagination .update-order:hover,
#container .site-search .global-pagination .update-order:focus,
#container .site-search .global-pagination .update-order:active {
  text-decoration: none;
}
#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: 1.5em 1em;
  border-bottom: 1px solid #e8edee;
}
#container .site-search .search-result-item h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#container .site-search .entity-type {
  float: right;
  text-transform: capitalize;
  margin-right: 1em;
}
#container .site-search .search-ranking-bar {
  position: absolute;
  top: 1.3em;
  right: 1em;
  border-radius: 2px;
  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: var(--font-size-sm);
}
@media only screen and (max-width: 55rem) {
  #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;
  }
}
#main-content .middle .site-search .content-headline {
  display: none !important;
}
#main-content .middle .site-search #site-search-form .search-inputs {
  position: relative;
}
#main-content .middle .site-search #site-search-form .search-inputs:before {
  content: "Search";
  bottom: 100%;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#main-content .middle .site-search #site-search-form .search-inputs label {
  font-size: 150%;
  text-align: center;
  margin-bottom: 0.5em;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
#main-content .middle .site-search #site-search-form .search-inputs label .focusable:active,
#main-content .middle .site-search #site-search-form .search-inputs label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#main-content .middle .site-search #site-search-form .search-inputs input[type="search"],
#main-content .middle .site-search #site-search-form .search-inputs input[type="text"] {
  width: 100%;
  padding: 10px 60px 10px 30px;
}
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  border-radius: 0 0px 0px 0;
}
@media only screen and (max-width: 55rem) {
  #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap {
    width: 42px;
  }
}
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:hover:before,
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:focus:before,
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:active:before {
  color: #788b94;
}
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:before {
  position: absolute;
  filter: brightness(0) saturate(100%) invert(21%) sepia(47%) saturate(1851%) hue-rotate(237deg) brightness(91%) contrast(92%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: color 0.3s ease;
  z-index: 4;
  display: block;
  width: 1.2rem;
  margin: auto;
  top: 16px;
  right: 6px;
  pointer-events: none;
}
@media only screen and (max-width: 55rem) {
  #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap:before {
    line-height: 42px;
  }
}
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input {
  position: relative;
  z-index: 3;
  color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  width: 60px;
  margin-top: 0;
  padding: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width: 55rem) {
  #main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input {
    width: 42px;
  }
}
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:hover,
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:focus,
#main-content .middle .site-search #site-search-form .search-inputs .submit-wrap input:active {
  transform: none;
}
#main-content .middle .site-search #site-search-form .type-select-buttons {
  text-align: center;
}
#main-content .middle .site-search #site-search-form .site-search-results-container {
  margin-top: 1em;
}
#main-content .middle .site-search #site-search-form .site-search-results-container .global-pagination {
  display: none;
}
#main-content .middle .site-search #site-search-form .site-search-results-container .search-result-item {
  border-radius: 6px;
}
#main-content .middle .site-search #site-search-form .site-search-results-container .search-result-item > h3 {
  font-size: 1.5em;
}
.type-select-buttons {
  font-size: var(--font-size-sm);
  display: flex;
  padding: 0;
  margin: 1em 0 1em 0;
  flex-wrap: wrap;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.type-select-buttons > * {
  flex: 0 1 auto;
  width: initial;
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}
.type-select-buttons input {
  margin: 0;
}
.type-select-buttons label {
  border: 1px solid #0072bc;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-height: 2.5rem;
  text-decoration: underline;
  margin: 0;
}
.type-select-buttons label:before {
  margin-right: 0.3em;
  color: #0072bc;
}
.type-select-buttons label:hover,
.type-select-buttons label:focus {
  text-decoration: none;
}
.type-select-buttons input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.type-select-buttons input .focusable:active,
.type-select-buttons input .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.type-select-buttons input:focus + label {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
.type-select-buttons input:checked + label {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #fff;
}
.type-select-buttons input:checked + label:before {
  color: #fff;
}
.type-select-buttons input[type="radio"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
}
.type-select-buttons input[type="radio"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.type-select-buttons input[type="checkbox"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  display: inline-block;
}
.type-select-buttons input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.radio-checkboxes {
  padding: 0;
  margin: 1em 0 1em 0;
  flex-wrap: wrap;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.radio-checkboxes input {
  margin: 0;
}
.radio-checkboxes label {
  border: 1px solid #0072bc;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-height: 2.5rem;
  text-decoration: underline;
  margin: 0;
}
.radio-checkboxes label:before {
  margin-right: 0.3em;
  color: #0072bc;
}
.radio-checkboxes label:hover,
.radio-checkboxes label:focus {
  text-decoration: none;
}
.radio-checkboxes input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.radio-checkboxes input .focusable:active,
.radio-checkboxes input .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.radio-checkboxes input:focus + label {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
.radio-checkboxes input:checked + label {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #fff;
}
.radio-checkboxes input:checked + label:before {
  color: #fff;
}
.radio-checkboxes input[type="radio"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
}
.radio-checkboxes input[type="radio"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.radio-checkboxes input[type="checkbox"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  display: inline-block;
}
.radio-checkboxes input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
#site-content-bottom-row .site-search .content-headline h2 {
  text-align: center;
  color: #fff;
}
#site-content-bottom-row .site-search form {
  max-width: 679px;
  margin-inline: auto;
}
#site-content-bottom-row .site-search form .search-inputs {
  display: flex;
  position: relative;
}
#site-content-bottom-row .site-search form .search-inputs label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
#site-content-bottom-row .site-search form .search-inputs label .focusable:active,
#site-content-bottom-row .site-search form .search-inputs label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#site-content-bottom-row .site-search form .search-inputs input[type="search"] {
  width: 100%;
  border-radius: 3px;
}
#site-content-bottom-row .site-search form .search-inputs input[type="submit"] {
  margin-top: 0;
  border-radius: 0 3px 3px 0;
}
#site-content-bottom-row .site-search form .search-inputs .submit-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  border-radius: 0 0px 0px 0;
}
@media only screen and (max-width: 55rem) {
  #site-content-bottom-row .site-search form .search-inputs .submit-wrap {
    width: 42px;
  }
}
#site-content-bottom-row .site-search form .search-inputs .submit-wrap:hover:before,
#site-content-bottom-row .site-search form .search-inputs .submit-wrap:focus:before,
#site-content-bottom-row .site-search form .search-inputs .submit-wrap:active:before {
  color: #788b94;
}
#site-content-bottom-row .site-search form .search-inputs .submit-wrap:before {
  position: absolute;
  filter: brightness(0) saturate(100%) invert(21%) sepia(47%) saturate(1851%) hue-rotate(237deg) brightness(91%) contrast(92%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: color 0.3s ease;
  z-index: 4;
  display: block;
  width: 1.2rem;
  margin: auto;
  top: 16px;
  right: 6px;
  pointer-events: none;
}
@media only screen and (max-width: 55rem) {
  #site-content-bottom-row .site-search form .search-inputs .submit-wrap:before {
    line-height: 42px;
  }
}
#site-content-bottom-row .site-search form .search-inputs .submit-wrap input {
  position: relative;
  z-index: 3;
  color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  width: 60px;
  margin-top: 0;
  padding: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background: none;
}
@media only screen and (max-width: 55rem) {
  #site-content-bottom-row .site-search form .search-inputs .submit-wrap input {
    width: 42px;
  }
}
#site-content-bottom-row .site-search form .search-inputs .submit-wrap input:hover,
#site-content-bottom-row .site-search form .search-inputs .submit-wrap input:focus,
#site-content-bottom-row .site-search form .search-inputs .submit-wrap input:active {
  transform: none;
}
[data-placement-class="SiteSearch"].default {
  position: relative;
}
[data-placement-class="SiteSearch"].default .placement-inner {
  width: 100% !important;
  max-width: none !important;
}
#container [data-placement-class="SiteSearch"].default .placement-inner {
  padding: 0;
}
[data-placement-class="SiteSearch"].default .site-search-results-container {
  margin-top: 1em;
}
[data-placement-class="SiteSearch"].default .site-search-results-container .global-pagination {
  display: none;
}
.home-page .main-content [data-placement-class="SiteSearch"].default {
  margin: 5.625rem auto;
}
[data-placement-class="SiteSearch"].default .site-search {
  max-width: 37.125rem;
  margin-inline: auto;
  position: relative;
}
[data-placement-class="SiteSearch"].default #site-search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs {
  width: 100%;
  position: relative;
  height: 4.125rem;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs input[type="search"] {
  width: 100%;
  height: 4.125rem;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs .submit-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4.125rem;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs .submit-wrap:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0072bc;
  font-size: 1.5rem;
  pointer-events: none;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs .submit-wrap input[type="submit"] {
  height: 100%;
  width: 4.125rem;
  text-indent: -9999px;
  background: none;
}
[data-placement-class="SiteSearch"].default #site-search-form > .search-inputs label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-placement-class="SiteSearch"].default .category-search-filter,
[data-placement-class="SiteSearch"].default .search-type-options:has(input[id*="site-search-index-type-faq"],
    input[id*="site-search-index-type-venue"],
    input[id*="site-search-index-type-job"],
    input[id*="site-search-index-type-contact-3"],
    input[id*="site-search-index-type-content-list-9"],
    input[id*="site-search-index-type-event-7"],
    input[id*="site-search-index-type-contact-4"],
    input[id*="site-search-index-type-service-5"],
    input[id*="site-search-index-type-document-6"]) {
  display: none;
}
#site-nav-row .mobile-search #site-search-form .search-inputs {
  margin-left: auto;
}
#site-nav-row .mobile-search #site-search-form .submit-wrap:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0072bc;
  font-size: 1.3rem;
  pointer-events: none;
}
#main-content [data-placement-class="SiteSearch"].default:not(:has(.type-select-buttons)) {
  background-image: linear-gradient(270deg, #02b3dc 3%, #0072bc 34%);
}
#main-content [data-placement-class="SiteSearch"].default:not(:has(.type-select-buttons)) .placement-inner {
  margin-top: 125px;
  margin-bottom: 125px;
}
.main-cols-container [data-placement-class="SiteSearch"] {
  margin-top: 3.25rem;
}
.main-cols-container [data-placement-class="SiteSearch"] .site-search {
  max-width: 68.4375rem;
}
.main-cols-container .site-search-results {
  display: flex;
  flex-direction: column;
}
.main-cols-container .search-result-item:has(.entity-type.page) {
  order: -1;
}
.layout_0_0 .middle .login-box .placement-inner {
  padding: 0 20%;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media only screen and (max-width: 55rem) {
  .layout_0_0 .middle .login-box .placement-inner {
    padding: 0;
  }
}
.login-box .placement-inner .content-item {
  background: #e6f1f8;
  border-radius: 0px;
  overflow: hidden;
  padding: 1em 2em 2em 2em;
}
.login-box .placement-inner .content-item .content-headline h2,
.login-box .placement-inner .content-item .content-headline h3 {
  margin: 0.2em 0 0.3em 0;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #b3d5eb;
  color: #000000;
}
.login-box .placement-inner .content-item .row.spam-guard {
  border: solid 2px #b3d5eb;
  padding: 1em;
  margin-top: 1em;
  border-radius: 0px;
}
.login-box .placement-inner .content-item .row.spam-guard label {
  margin-top: 0 !important;
}
.login-box .placement-inner .content-item .login-button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.login-box .placement-inner .content-item .login-button-wrapper .login-keepmeloggedin-wrapper {
  flex: 0 0 100%;
  margin: 0;
  padding: 1em 0;
  display: block;
}
.login-box .placement-inner .content-item .login-button-wrapper .login-submit {
  margin-right: 0;
  order: 10;
  margin-left: auto;
}
.login-box .placement-inner .content-item .login-button-wrapper .register {
  order: 1;
}
.login-box .placement-inner .content-item .login-button-wrapper .forgot-password {
  order: 2;
  color: #000000;
  padding: 0.5em;
}
.login-box .login-forgot-password-wrapper legend {
  font-size: var(--font-size-xl);
  margin: 0 0 0.3em 0;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  border-bottom: solid 2px #b3d5eb;
  color: #000000;
  width: 100%;
}
.login-box .login-forgot-password-wrapper .row.spam-guard .labelman {
  display: none;
}
.login-box .login-forgot-password-wrapper input[type="submit"] {
  margin-top: 1.5em;
  float: right;
}
.login-welcome-note-wrapper {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: -1.5em;
}
@media only screen and (max-width: 55rem) {
  .login-welcome-note-wrapper {
    margin-bottom: 0;
  }
}
.login-welcome-note-wrapper .welcome-note {
  margin: 0;
}
.login-welcome-note-wrapper .welcome-note .meta-name {
  font-weight: 700;
}
.login-keepmeloggedin-wrapper {
  font-size: 80%;
  line-height: 120%;
  margin: 1em 0;
  display: inline-block;
}
.login-keepmeloggedin-wrapper span {
  margin: 0 0.1em;
}
.large-icon-menu .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.large-icon-menu .menu .menu-item {
  flex: 1 1 260px;
  padding: 1em;
  perspective: 1000px;
}
.large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(180deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a {
  transform: rotateY(0deg);
}
.no-cssfilters .large-icon-menu .menu .menu-item:hover a .menu-item-desc {
  opacity: 1;
}
.large-icon-menu .menu .menu-item a {
  display: block;
  color: #000000;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
  height: 170px;
}
.large-icon-menu .menu .menu-item a .menu-front,
.large-icon-menu .menu .menu-item a .menu-item-desc {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.large-icon-menu .menu .menu-item a .menu-front {
  z-index: 2;
  transform: rotateY(0deg);
  padding: 1em;
  background: #f6f9fa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.large-icon-menu .menu .menu-item a .main-image-wrapper {
  display: block;
  margin-bottom: 1em;
}
.large-icon-menu .menu .menu-item a .main-image-wrapper img {
  width: 100px;
}
.large-icon-menu .menu .menu-item a .main-link-text {
  display: block;
  color: #000000;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3;
}
.large-icon-menu .menu .menu-item a .menu-item-desc {
  transform: rotateY(180deg);
  background: #0072bc;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.no-cssfilters .large-icon-menu .menu .menu-item a .menu-item-desc {
  transform: rotateY(0deg);
  opacity: 0;
  z-index: 3;
  transition: opacity 0.6s ease-in-out;
}
.large-icon-menu .menu .menu-item a .menu-item-desc p {
  font-size: 1.5em;
  padding: 1em;
}
.large-icon-menu .menu .menu-item.menu-item-2 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-8 .menu-item-desc {
  background: #005eb8;
}
.large-icon-menu .menu .menu-item.menu-item-3 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-9 .menu-item-desc {
  background: #0072ce;
}
.large-icon-menu .menu .menu-item.menu-item-4 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-10 .menu-item-desc {
  background: #41b6e6;
}
.large-icon-menu .menu .menu-item.menu-item-5 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-11 .menu-item-desc {
  background: #00a9ce;
}
.large-icon-menu .menu .menu-item.menu-item-6 .menu-item-desc,
.large-icon-menu .menu .menu-item.menu-item-12 .menu-item-desc {
  background: #231f20;
}
.portal-menu .menu-headline {
  border-bottom: solid 1px #999;
  padding-bottom: 0.5em;
}
.portal-menu .menu-headline h2 {
  font-weight: 400;
  margin: 0;
}
.portal-menu .menu .menu-item a {
  padding: 0.5em 0.5em 0.5em 0;
  color: #000000;
}
.portal-menu .menu .menu-item a:hover .main-link-text,
.portal-menu .menu .menu-item a:focus .main-link-text,
.portal-menu .menu .menu-item a:active .main-link-text {
  text-decoration: underline;
}
.portal-menu .menu .menu-item a .menu-item-img,
.portal-menu .menu .menu-item a .main-image-wrapper {
  float: left;
}
.portal-menu .menu .menu-item a .main-link-text {
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  font-size: 1.1em;
}
.portal-menu .menu .menu-item.menu-item-logout {
  border-top: solid 1px #e8edee;
  border-bottom: solid 1px #e8edee;
}
.logged-out .portal-menu .menu .menu-item.menu-item-logout {
  display: none;
}
#container .registration-wrapper .labelman {
  display: inline;
  color: #da291c;
  font-weight: 700;
}
#container .registration-wrapper .row.spam-guard label {
  display: inline-block;
}
#container .registration-wrapper .registration-button-wrapper {
  margin-top: 0.5em;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  float: right;
}
#container .registration-wrapper .registration-button-wrapper .reg-submit:visited {
  color: #fff;
}
#container .registration-wrapper .registration-button-wrapper .reset-process {
  float: none;
  background: #999;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
#container .registration-wrapper .registration-button-wrapper .reset-process:visited {
  color: #fff;
}
#container .registration-wrapper .notification {
  padding: 0.5em;
}
#container .registration-wrapper .notification.error {
  background: rgba(218, 41, 28, 0.1);
  border: solid 2px #da291c;
}
#container .registration-wrapper .t-and-c-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  border: solid 1px #999;
  padding: 1em;
  overflow-y: auto;
  max-height: 500px;
}
#container .registration-wrapper .terms-acceptance-container {
  margin-bottom: 1em;
  font-size: 115%;
}
.home-page #logon-horizon {
  width: 100%;
}
.home-page #logon-horizon #logonForm .information {
  text-align: center;
  padding: 1.5em 3em;
  font-size: 1.4em;
  background: rgba(0, 114, 188, 0.1);
  border: solid 3px #0072bc;
  margin: 1em 0;
  border-radius: 0px;
}
.home-page #logon-horizon .logon-container {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-page #logon-horizon .logon-container .row .field-holder {
  margin: 0.5em 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard {
  margin: 0;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label .labelman {
  color: #0072bc;
  display: inline-block;
}
.home-page #logon-horizon .logon-container .row .field-holder .spam-guard .label label {
  display: inline-block;
}
.type-wslplacement .content-wrapper-inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-wslplacement .content-wrapper-inner ul li {
  list-style-type: none;
  margin: 0.3em 0;
}
.type-wslplacement.no-headline .content-headline {
  display: none;
}
.type-svsplacement .svs-validator-status {
  padding: 0.5em;
}
.type-svsplacement .svs-validator-list,
.type-svsplacement .svs-fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-svsplacement .svs-validator-list .field-label,
.type-svsplacement .svs-fields .field-label {
  font-weight: 700;
}
.type-svsplacement .svs-fieldset legend {
  font-size: 120%;
  font-weight: 700;
}
.ui-datetime {
  position: absolute;
  padding: 1em;
  background: #fff;
  width: 600px;
  max-width: 100%;
  margin-top: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 55rem) {
  .ui-datetime {
    left: 0 !important;
  }
}
.ui-datetime .ui-datetime-clock {
  display: none;
}
.ui-datetime .ui-datetime-calendar {
  width: 100% !important;
}
.ui-datetime .ui-datetime-title {
  text-align: center;
  margin-bottom: 0.5em;
}
.ui-datetime .ui-datetime-prev {
  float: left;
}
.ui-datetime .ui-datetime-next {
  float: right;
}
.ui-datetime table td a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}
.all-pay-confirmation {
  list-style: none;
  padding: 1em;
  background: #f3f3f3;
  margin: 1em 0;
}
.all-pay-confirmation li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.all-pay-confirmation li .hosted-pay-value,
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label,
.all-pay-confirmation li .all-pay-value {
  display: inherit;
}
.all-pay-confirmation li .hosted-pay-label,
.all-pay-confirmation li .all-pay-label {
  font-weight: bold;
}
.all-pay-confirmation li .address-value-list {
  padding: 0;
}
.all-pay-confirmation li .address-value-list li {
  border: none;
  margin: 0;
}
.svs-validator-status {
  margin-top: 1em;
}
.svs-validator-status.not-attempted {
  border: 1px solid black;
  background-color: #545454;
  color: #fff;
}
.svs-validator-status.not-attempted:after {
  content: ", click here to complete your profile";
  margin-left: -0.15em;
}
.svs-validator-status.not-attempted:hover {
  background-color: #333;
}
.svs-validator-status.invalid {
  border: 1px solid #005389;
  background-color: #0072bc;
  color: #fff;
}
.svs-validator-status.invalid:after {
  content: ", click here to re-enter your details";
  margin-left: -0.15em;
}
.svs-validator-status.validated-ok {
  border: 1px solid #27ae60;
  background-color: #e9f7ef;
  color: #000000;
}
.rent-account-switcher-wrapper ul,
.rent-account-switcher-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.show-breakdown .ui-dialog-titlebar {
  z-index: 9999;
  position: relative;
  background: #0072bc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.show-breakdown .ui-dialog-titlebar a {
  color: #fff;
  float: right;
}
.statementwrap {
  overflow-x: auto;
}
.form-stage .field-holder.field-required .field-label label:before {
  content: "*";
  color: #da291c;
  font-weight: 900;
  margin-right: 0.33em;
}
/*.feedback {
      margin: 1em 0;
      padding: 0.75em;
      border: solid 1px @light-grey;
      background: @off-white;
      &.error {
          background-color: fadeout(@red, 60%);
          border-color: @red;
      }
  }*/
#container .hpv-amount-wrap .row label {
  width: auto !important;
  vertical-align: middle !important;
}
#container .hpv-amount-wrap .row .field {
  width: auto !important;
}
#container .hpv-amount-wrap .row > .pay-balance {
  float: left;
  width: 50%;
  padding-top: 0.3em;
}
@media only screen and (max-width: 55rem) {
  #container .hpv-amount-wrap .row > .pay-balance {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 55rem) {
  #container .hpv-amount-wrap .row > .other-amount {
    float: none;
    width: auto;
  }
}
#container .hpv-amount-wrap .row > .other-amount input[name="payment_amount"][type="radio"] {
  margin-top: 0.4em;
}
#container .hpv-amount-wrap .row > .other-amount input#other_amount {
  float: left;
  width: 120px;
}
#main-content .type-loginplacement.page-placement.default .placement-inner {
  padding: 1.875rem;
  border-radius: 0px;
}
#main-content .type-loginplacement.page-placement.default > *,
#main-content .type-loginplacement.page-placement.default h2,
#main-content .type-loginplacement.page-placement.default h3 {
  color: #000000;
}
[data-placement-class="CustomTemplate"] .main-image {
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  width: 50px;
  position: relative;
}
[data-placement-class="CustomTemplate"] .main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.login-wrapper .error {
  border: solid 1px #da291c;
  background-color: #fbeae8;
  padding: 0.5em;
}
#container .col .login-wrapper .login-button-wrapper .login-submit {
  float: none;
  padding: 0.7em 1.2em;
}
.accessibility-controls .type-loginplacement {
  padding: 0.75em 1em;
}
.accessibility-controls .type-loginplacement .login-wrapper {
  display: none;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper {
  display: block;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .login-submit {
  margin-right: 0.4em;
  float: right;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .login-submit:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  display: inline-block;
  margin-right: 4px;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register {
  background: #999;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register:visited {
  color: #fff;
}
.accessibility-controls .type-loginplacement .login-wrapper .login-button-wrapper .forgot-password {
  margin-left: 0.4em;
  display: inline-block;
}
.accessibility-controls .type-loginplacement .login-wrapper .spam-guard .label .labelman {
  font-weight: 700;
  color: #da291c;
  float: left;
  margin-right: 0.3em;
}
.accessibility-controls .type-loginplacement .login-welcome-wrapper {
  text-align: center;
}
.accessibility-controls .type-loginplacement .login-welcome-wrapper .welcome-note {
  text-transform: lowercase;
  display: block;
}
.accessibility-controls .type-loginplacement .login-welcome-wrapper .welcome-note:first-letter,
.accessibility-controls .type-loginplacement .login-welcome-wrapper .welcome-note::first-letter {
  text-transform: capitalize;
}
.accessibility-controls .type-loginplacement .login-welcome-wrapper .welcome-note .meta-name {
  text-transform: none;
}
.accessibility-controls .type-loginplacement .logged-status-container ~ a {
  display: none;
}
.accessibility-controls .type-loginplacement .logoff-form {
  display: block;
}
.accessibility-controls .type-loginplacement .content-wrapper-inner {
  display: flex;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
.accessibility-controls .type-loginplacement .welcome-note {
  font-size: var(--font-size-2xl);
}
.accessibility-controls .type-loginplacement .logoff-form input {
  margin-top: 0;
}
#main-content .main-article-area-7 .type-loginplacement.page-placement.default .placement-inner,
#main-content .col .type-loginplacement.page-placement.default .placement-inner {
  padding: 1.875rem;
  border-radius: 0px;
}
#main-content .main-article-area-7 .type-loginplacement.page-placement.default > *,
#main-content .col .type-loginplacement.page-placement.default > *,
#main-content .main-article-area-7 .type-loginplacement.page-placement.default h2,
#main-content .col .type-loginplacement.page-placement.default h2,
#main-content .main-article-area-7 .type-loginplacement.page-placement.default h3,
#main-content .col .type-loginplacement.page-placement.default h3 {
  color: #000000;
}
.main-article-area-7 .type-loginplacement .login-wrapper,
.col .type-loginplacement .login-wrapper {
  display: block;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper,
.col .type-loginplacement .login-wrapper .login-button-wrapper .login-keepmeloggedin-wrapper {
  display: block;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .login-submit,
.col .type-loginplacement .login-wrapper .login-button-wrapper .login-submit {
  margin-right: 0.4em;
  float: right;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .login-submit:before,
.col .type-loginplacement .login-wrapper .login-button-wrapper .login-submit:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f090";
  display: inline-block;
  margin-right: 4px;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register,
.col .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register {
  background: #999;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register:visited,
.col .type-loginplacement .login-wrapper .login-button-wrapper .login-button.register:visited {
  color: #fff;
}
.main-article-area-7 .type-loginplacement .login-wrapper .login-button-wrapper .forgot-password,
.col .type-loginplacement .login-wrapper .login-button-wrapper .forgot-password {
  margin-left: 0.4em;
  display: inline-block;
}
.main-article-area-7 .type-loginplacement .login-wrapper .spam-guard .label .labelman,
.col .type-loginplacement .login-wrapper .spam-guard .label .labelman {
  font-weight: 700;
  color: #da291c;
  float: left;
  margin-right: 0.3em;
}
.main-article-area-7 .type-loginplacement .login-welcome-wrapper,
.col .type-loginplacement .login-welcome-wrapper {
  text-align: center;
}
.main-article-area-7 .type-loginplacement .login-welcome-wrapper .welcome-note,
.col .type-loginplacement .login-welcome-wrapper .welcome-note {
  text-transform: lowercase;
  display: block;
}
.main-article-area-7 .type-loginplacement .login-welcome-wrapper .welcome-note:first-letter,
.col .type-loginplacement .login-welcome-wrapper .welcome-note:first-letter,
.main-article-area-7 .type-loginplacement .login-welcome-wrapper .welcome-note::first-letter,
.col .type-loginplacement .login-welcome-wrapper .welcome-note::first-letter {
  text-transform: capitalize;
}
.main-article-area-7 .type-loginplacement .login-welcome-wrapper .welcome-note .meta-name,
.col .type-loginplacement .login-welcome-wrapper .welcome-note .meta-name {
  text-transform: none;
}
.main-article-area-7 .type-loginplacement .logged-status-container ~ a,
.col .type-loginplacement .logged-status-container ~ a {
  display: block;
}
.main-article-area-7 .type-loginplacement .logoff-form,
.col .type-loginplacement .logoff-form {
  display: block;
}
.col .login-button-wrapper button,
.col .login-button-wrapper input[type="submit"],
.col .login-button-wrapper a {
  display: block;
  text-align: center;
  margin: 0 0 0.5em 0 !important;
  width: 100%;
}
.home-page .main-article-area-7 .login-button-wrapper .forgot-password {
  /*@media @laptop {
            margin-left:0;
          }
          @media @1024 {
            margin-left:0;
          }*/
}
@media only screen and (min-width: 52.5625rem) {
  .home-page .main-article-area-7 .login-button-wrapper .forgot-password {
    margin-left: 0;
  }
}
.type-contentcollection .content-headline h2 {
  margin-bottom: 2rem;
}
.type-contentcollection .content-items-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(25rem, 100%), 1fr));
  grid-gap: 4em;
  column-gap: 8em;
}
.type-contentcollection .content-main-image {
  align-self: start;
  padding-bottom: 20px;
}
.type-contentcollection .content-main-image img {
  height: 2.875rem;
  width: auto;
  border-radius: 0px;
  object-fit: cover;
}
.type-contentcollection .list-content-item .main-editor-output h2 {
  margin: 0.5em 0 0 0;
}
.type-contentcollection.board-members .content-headline h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: 1em;
}
.type-contentcollection.board-members .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(100%, 1fr));
  grid-gap: 4em;
}
@media only screen and (max-width: 55rem) {
  .type-contentcollection.board-members .content-items-list {
    display: grid;
    grid: auto-flow / repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 3em;
  }
}
.type-contentcollection.board-members .item-headline {
  display: none;
}
.type-contentcollection.board-members .content-wrapper-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
}
@media only screen and (max-width: 55rem) {
  .type-contentcollection.board-members .content-wrapper-inner {
    flex-direction: column;
  }
}
.type-contentcollection.board-members .content-main-image {
  flex: 0.75;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
.type-contentcollection.board-members .content-main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 100%;
}
.type-contentcollection.board-members .list-content-item {
  position: relative;
}
.type-contentcollection.board-members .list-content-item:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(232, 237, 238, 0.9);
  bottom: -1.5em;
  left: 0;
  right: 0;
  position: absolute;
}
@media only screen and (max-width: 55rem) {
  .type-contentcollection.board-members .list-content-item:after {
    bottom: -1em;
  }
}
.type-contentcollection.board-members .list-content-item:last-child:after {
  display: none;
}
.type-contentcollection.board-members .list-content-item .main-editor-output {
  flex: 2;
}
.type-contentcollection.board-members .list-content-item .main-editor-output h2 {
  margin: 0.5em 0 0 0;
}
.type-contentcollection.board-members .list-content-item .main-editor-output h3:first-of-type {
  font-size: var(--font-size-xl);
  color: #003087;
}
.type-contentcollection.board-members .list-content-item .main-editor-output p:first-of-type {
  margin-top: 0;
}
.content-items-list,
.list-content-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-content-collection .item-headline {
  display: none;
}
.text-content-collection .content-wrapper-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.text-content-collection .subhead {
  margin-bottom: 16px;
}
.text-content-collection .main-editor-output {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
.text-content-collection .main-editor-output > *:last-child:is([class*="cta"]),
.text-content-collection .main-editor-output > *:last-child:has([class*="cta"]) {
  margin-top: auto;
}
.text-content-collection .main-editor-output [class*="cta"] {
  background: none;
  border: none;
  padding: 0;
  color: #0072bc;
  text-decoration: underline;
  font-size: var(--font-size-lg);
}
.text-content-collection .main-editor-output [class*="cta"]:after {
  margin-left: 1rem;
}
#container .content-wrapper-paginator-options select {
  width: auto;
}
.results-totals-count {
  flex: 0 0 100%;
  text-align: center;
  margin: 0.5em 0;
  padding: 0.5em 1em;
  border-radius: 0px;
  width: max-content;
  background: #cce9e5;
  color: #000000;
  font-size: 90%;
  display: block;
  grid-area: 2 / 2 / -1 / 3;
  justify-self: center;
}
.results-totals-count .total-results {
  font-weight: bold;
}
.type-listdocuments #rss_gif {
  float: right;
}
.type-listtextcontent .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(15em, 1fr));
  grid-gap: 16px;
}
.type-listtextcontent .list-content-item {
  background-color: #f6f9fa;
  padding: 1em;
}
.type-listtextcontent .content-wrapper-paginator-options {
  position: relative;
  margin: 2em 0;
  padding-left: 0.5em;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 150px auto;
  grid-template-rows: auto;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.type-listtextcontent .content-wrapper-paginator-options .page-select {
  display: flex;
  gap: 0.8em;
}
.type-listtextcontent .content-wrapper-paginator-options .page-select label,
.type-listtextcontent .content-wrapper-paginator-options .page-select select {
  margin: auto 0;
}
.type-listtextcontent .content-wrapper-paginator-options span,
.type-listtextcontent .content-wrapper-paginator-options button {
  flex: 0 0 auto;
  margin: auto 0;
}
.type-listtextcontent .content-wrapper-paginator-options .list-content .content-item-inner > .results-totals-count,
.type-listtextcontent .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav,
.type-listtextcontent .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  left: 0;
}
#container .type-listtextcontent .content-wrapper-paginator-options .goto-prev-page strong,
#container .type-listtextcontent .content-wrapper-paginator-options .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listtextcontent .content-wrapper-paginator-options .goto-prev-page {
    min-width: 0;
  }
}
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:before,
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:hover,
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:focus,
.type-listtextcontent .content-wrapper-paginator-options .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  right: 0;
}
#container .type-listtextcontent .content-wrapper-paginator-options .goto-next-page strong,
#container .type-listtextcontent .content-wrapper-paginator-options .goto-next-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listtextcontent .content-wrapper-paginator-options .goto-next-page {
    min-width: 0;
  }
}
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:before,
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:hover,
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:focus,
.type-listtextcontent .content-wrapper-paginator-options .goto-next-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listtextcontent .content-wrapper-paginator-options .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type-listtextcontent .content-wrapper-paginator-options:has(.results-totals-count) {
  padding-top: 2em;
  padding-bottom: 4em;
}
.type-listtextcontent .content-wrapper-paginator-options .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.type-listtextcontent .back-to-list {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-bottom: 1em;
}
#container .type-listtextcontent .back-to-list strong,
#container .type-listtextcontent .back-to-list span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listtextcontent .back-to-list {
    min-width: 0;
  }
}
.type-listtextcontent .back-to-list:before,
.type-listtextcontent .back-to-list:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listtextcontent .back-to-list:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listtextcontent .back-to-list:hover,
.type-listtextcontent .back-to-list:focus,
.type-listtextcontent .back-to-list:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listpages .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 1em;
}
.type-listpages .content-items-list .list-content-item {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.type-listpages .content-items-list .list-content-item:nth-child(even) {
  background-color: #e6eef1;
}
.type-listpages .list-content-item {
  background-color: #f6f9fa;
  padding: 1em;
}
.type-listpages .content-wrapper-paginator-options {
  position: relative;
  margin: 2em 0;
  padding-left: 0.5em;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 150px auto;
  grid-template-rows: auto;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.type-listpages .content-wrapper-paginator-options .page-select {
  display: flex;
  gap: 0.8em;
}
.type-listpages .content-wrapper-paginator-options .page-select label,
.type-listpages .content-wrapper-paginator-options .page-select select {
  margin: auto 0;
}
.type-listpages .content-wrapper-paginator-options span,
.type-listpages .content-wrapper-paginator-options button {
  flex: 0 0 auto;
  margin: auto 0;
}
.type-listpages .content-wrapper-paginator-options .list-content .content-item-inner > .results-totals-count,
.type-listpages .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav,
.type-listpages .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.type-listpages .content-wrapper-paginator-options .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  left: 0;
}
#container .type-listpages .content-wrapper-paginator-options .goto-prev-page strong,
#container .type-listpages .content-wrapper-paginator-options .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listpages .content-wrapper-paginator-options .goto-prev-page {
    min-width: 0;
  }
}
.type-listpages .content-wrapper-paginator-options .goto-prev-page:before,
.type-listpages .content-wrapper-paginator-options .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listpages .content-wrapper-paginator-options .goto-prev-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listpages .content-wrapper-paginator-options .goto-prev-page:hover,
.type-listpages .content-wrapper-paginator-options .goto-prev-page:focus,
.type-listpages .content-wrapper-paginator-options .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listpages .content-wrapper-paginator-options .goto-next-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  right: 0;
}
#container .type-listpages .content-wrapper-paginator-options .goto-next-page strong,
#container .type-listpages .content-wrapper-paginator-options .goto-next-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listpages .content-wrapper-paginator-options .goto-next-page {
    min-width: 0;
  }
}
.type-listpages .content-wrapper-paginator-options .goto-next-page:before,
.type-listpages .content-wrapper-paginator-options .goto-next-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listpages .content-wrapper-paginator-options .goto-next-page:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.type-listpages .content-wrapper-paginator-options .goto-next-page:hover,
.type-listpages .content-wrapper-paginator-options .goto-next-page:focus,
.type-listpages .content-wrapper-paginator-options .goto-next-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listpages .content-wrapper-paginator-options .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type-listpages .content-wrapper-paginator-options:has(.results-totals-count) {
  padding-top: 2em;
  padding-bottom: 4em;
}
.type-listpages .content-wrapper-paginator-options .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.type-listpages .back-to-list {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-bottom: 1em;
}
#container .type-listpages .back-to-list strong,
#container .type-listpages .back-to-list span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listpages .back-to-list {
    min-width: 0;
  }
}
.type-listpages .back-to-list:before,
.type-listpages .back-to-list:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listpages .back-to-list:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listpages .back-to-list:hover,
.type-listpages .back-to-list:focus,
.type-listpages .back-to-list:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listcontacts .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(15em, 1fr));
  grid-gap: 16px;
}
.type-listcontacts .list-content-item {
  background-color: #f6f9fa;
  padding: 1em;
}
.type-listcontacts .content-wrapper-paginator-options {
  position: relative;
  margin: 2em 0;
  padding-left: 0.5em;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 150px auto;
  grid-template-rows: auto;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.type-listcontacts .content-wrapper-paginator-options .page-select {
  display: flex;
  gap: 0.8em;
}
.type-listcontacts .content-wrapper-paginator-options .page-select label,
.type-listcontacts .content-wrapper-paginator-options .page-select select {
  margin: auto 0;
}
.type-listcontacts .content-wrapper-paginator-options span,
.type-listcontacts .content-wrapper-paginator-options button {
  flex: 0 0 auto;
  margin: auto 0;
}
.type-listcontacts .content-wrapper-paginator-options .list-content .content-item-inner > .results-totals-count,
.type-listcontacts .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav,
.type-listcontacts .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  left: 0;
}
#container .type-listcontacts .content-wrapper-paginator-options .goto-prev-page strong,
#container .type-listcontacts .content-wrapper-paginator-options .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listcontacts .content-wrapper-paginator-options .goto-prev-page {
    min-width: 0;
  }
}
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:before,
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:hover,
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:focus,
.type-listcontacts .content-wrapper-paginator-options .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listcontacts .content-wrapper-paginator-options .goto-next-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  right: 0;
}
#container .type-listcontacts .content-wrapper-paginator-options .goto-next-page strong,
#container .type-listcontacts .content-wrapper-paginator-options .goto-next-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listcontacts .content-wrapper-paginator-options .goto-next-page {
    min-width: 0;
  }
}
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:before,
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:hover,
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:focus,
.type-listcontacts .content-wrapper-paginator-options .goto-next-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listcontacts .content-wrapper-paginator-options .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type-listcontacts .content-wrapper-paginator-options:has(.results-totals-count) {
  padding-top: 2em;
  padding-bottom: 4em;
}
.type-listcontacts .content-wrapper-paginator-options .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.type-listcontacts .back-to-list {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-bottom: 1em;
}
#container .type-listcontacts .back-to-list strong,
#container .type-listcontacts .back-to-list span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listcontacts .back-to-list {
    min-width: 0;
  }
}
.type-listcontacts .back-to-list:before,
.type-listcontacts .back-to-list:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listcontacts .back-to-list:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listcontacts .back-to-list:hover,
.type-listcontacts .back-to-list:focus,
.type-listcontacts .back-to-list:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listcontacts .list-content-item:only-child {
  width: max-content;
}
dl {
  display: grid;
  grid-template-columns: 33% auto;
}
dl a {
  word-break: break-word;
}
dt {
  grid-column: 1;
  font-weight: bold;
}
dd {
  grid-column: 2;
}
dd.email {
  word-break: break-word;
}
.sitemap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-width: auto;
  column-count: 3;
  column-gap: 2em;
  column-rule-color: #ddd;
  column-rule-style: solid;
  column-rule-width: 1px;
}
.sitemap ol,
.sitemap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap li {
  padding-bottom: 0.3em;
}
.sitemap li .top-level {
  margin-bottom: 0.5em;
}
.sitemap li ol {
  padding-left: 1.5em;
}
@media only screen and (min-width: 52.5625rem) {
  .sitemap {
    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: 55rem) {
  .sitemap {
    column-width: auto;
    column-count: 1;
    column-gap: 2em;
    column-rule-color: #ddd;
    column-rule-style: solid;
    column-rule-width: 1px;
  }
}
.type-blogsminilist .blog-posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.375rem, 1fr));
  gap: 32px;
}
.type-blogsminilist .blog-posts-list .blog-posts-post {
  border-radius: 0px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease-in-out;
}
.type-blogsminilist .blog-posts-list .blog-posts-post a {
  display: block;
  font-size: var(--font-size-lg);
}
.type-blogsminilist .blog-posts-list .blog-posts-post p {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 16px;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .post-footer p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image {
  display: block;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .content-main-image img {
  height: 8.75rem;
  width: 100%;
  object-fit: cover;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .posted-text {
  display: none;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 20px 20px;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a {
  text-decoration: none;
  font-weight: 700;
  color: #000000;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.type-blogsminilist .blog-posts-list .blog-posts-post .blog-post-detail-wrapper .post-footer {
  margin-top: auto;
  padding-top: 16px;
  margin-right: auto;
  padding-right: 32px;
}
.type-blogsminilist .blog-posts-list .blog-posts-post:hover {
  transform: translateY(-5px);
}
.type-blogsminilist .blog-posts-list .blog-posts-post:hover .blog-post-detail-wrapper a {
  text-decoration: underline;
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .content-item-inner {
  padding: 32px;
  border-radius: 1.875rem;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .blog-posts-list {
  row-gap: 20px;
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .blog-posts-post {
  background: none;
  box-shadow: none;
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .blog-posts-post .blog-post-detail-wrapper {
  padding: 0;
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .blog-posts-post .content-main-image {
  display: none;
}
.placement-row-3-up .type-blogsminilist:not(.news-carousel) .blog-post-summary {
  display: none;
}
#container .type-blogsminilist.news-carousel .placement-inner {
  transform: translateY(-30px);
}
@media only screen and (max-width: 55rem) {
  #container .type-blogsminilist.news-carousel .placement-inner {
    transform: translateY(0);
  }
}
.type-blogsminilist.news-carousel .content-headline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}
.type-blogsminilist.news-carousel .content-headline .subheadline {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0072bc;
  font-family: var(--font-family-base);
}
.type-blogsminilist.news-carousel .content-headline h3 {
  margin: 0;
}
.type-blogsminilist.news-carousel .blog-slider-buttons {
  display: flex;
  align-items: center;
}
.type-blogsminilist.news-carousel .blog-slider-prev,
.type-blogsminilist.news-carousel .blog-slider-next {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
  border: none;
  padding: 13px 16px 13px 13px;
  pointer-events: all;
}
.type-blogsminilist.news-carousel .blog-slider-prev:before,
.type-blogsminilist.news-carousel .blog-slider-next:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f060";
  display: inline-block;
  color: #0072bc;
  font-weight: 700;
}
.type-blogsminilist.news-carousel .blog-slider-prev:disabled,
.type-blogsminilist.news-carousel .blog-slider-next:disabled {
  opacity: 0.3;
}
.type-blogsminilist.news-carousel .blog-slider-prev:disabled:hover,
.type-blogsminilist.news-carousel .blog-slider-next:disabled:hover,
.type-blogsminilist.news-carousel .blog-slider-prev:disabled:focus,
.type-blogsminilist.news-carousel .blog-slider-next:disabled:focus {
  transform: none;
}
.type-blogsminilist.news-carousel .blog-slider-next {
  padding: 13px 13px 13px 16px;
}
.type-blogsminilist.news-carousel .blog-slider-next:before {
  content: "\f061";
}
.type-blogsminilist.news-carousel .blog-posts-list {
  scroll-snap-type: x mandatory;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
  gap: 0;
}
@media (max-width: 414px) {
  .type-blogsminilist.news-carousel .blog-posts-list {
    max-width: 95vw;
  }
}
.type-blogsminilist.news-carousel .blog-posts-list .blog-posts-post {
  scroll-snap-align: start;
  position: relative;
  flex: none;
}
.type-blogsminilist .col .type-blogsminilist .content-headline .cta,
.type-blogsminilist .col .type-blogsminilist .content-headline span {
  display: none;
}
.type-blogsminilist .col .type-blogsminilist .blog-posts-list {
  margin-top: 5px;
}
.type-blogsminilist .col .type-blogsminilist .blog-posts-list a {
  color: #000000;
}
.type-blogsminilist .col .type-blogsminilist .blog-posts-list .blog-posts-post:nth-child(1) {
  box-shadow: none;
}
.older-posts {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: block;
  float: left;
}
.older-posts:visited {
  color: #fff;
}
.older-posts:visited {
  color: #fff;
}
.newer-posts {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  display: block;
}
.newer-posts:visited {
  color: #fff;
}
.newer-posts:visited {
  color: #fff;
}
#container .placement-row-wrapper:has(.type-blog) {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.type-blog:not(:has(.single-post)) .content-item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "headline headline headline" "blogs blogs blogs" "older-posts . newer-posts";
}
.type-blog:not(:has(.single-post)) .content-item-inner .content-wrapper-inner {
  grid-area: blogs;
}
.type-blog:not(:has(.single-post)) .content-item-inner .older-posts {
  grid-area: older-posts;
  justify-self: start;
}
.type-blog:not(:has(.single-post)) .content-item-inner .newer-posts {
  grid-area: newer-posts;
  justify-self: end;
}
.type-blog:not(:has(.single-post)) .content-item-inner .content-headline {
  grid-area: headline;
}
.type-blog .list-content .content-wrapper-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 2.1875rem;
  order: -1;
}
.type-blog .list-content .content-wrapper-inner .post {
  position: relative;
}
@media only screen and (max-width: 55rem) {
  .type-blog .list-content .content-wrapper-inner .post {
    flex: 1 1 100%;
  }
}
.type-blog .list-content .content-wrapper-inner .post:hover .post-inner,
.type-blog .list-content .content-wrapper-inner .post:focus .post-inner,
.type-blog .list-content .content-wrapper-inner .post:active .post-inner {
  background: #cce9e5;
}
#container .type-blog .list-content .content-wrapper-inner .post:hover a:before,
#container .type-blog .list-content .content-wrapper-inner .post:focus a:before,
#container .type-blog .list-content .content-wrapper-inner .post:active a:before {
  background-image: url("/base-install/images/_site/theme/mask-blog-hover.png");
}
.type-blog .list-content .content-wrapper-inner .post .post-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#container .type-blog .list-content .content-wrapper-inner .post .post-inner h3,
#container .type-blog .list-content .content-wrapper-inner .post .post-inner time,
#container .type-blog .list-content .content-wrapper-inner .post .post-inner p,
#container .type-blog .list-content .content-wrapper-inner .post .post-inner a {
  color: #000000 !important;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner:hover .post-title {
  text-decoration: underline;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .content-main-image {
  width: 100%;
  order: -1;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .content-main-image img {
  height: 15.5625rem;
  width: 100%;
  object-fit: cover;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .post-meta {
  display: none;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-header .post-title a {
  display: block;
  font-size: 1.125rem;
  padding: 0 10px 25px;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
  color: #000000;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-title a {
  color: #000000;
  text-decoration: none;
  font-size: 1.875rem;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-title a:before {
  content: "";
  background-image: url("/base-install/images/_site/theme/mask-blog.png");
  position: absolute;
  height: 11px;
  background-size: 100% 11px;
  top: 238px;
  left: 0;
  right: 0;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .post-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .text {
  display: none;
  padding: 0 15px 40px;
  border-top: none;
  flex: 1 1 auto;
  border-radius: 0 0 0px 0px;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .text p {
  margin: 0;
  font-size: 1rem;
}
.type-blog .list-content .content-wrapper-inner .post .post-inner .text a {
  display: none;
}
.type-blog .template-navigation-link {
  margin-bottom: 1.2em;
  color: #fff;
  margin-top: 2rem;
  text-decoration: none;
}
.type-blog .template-navigation-link:visited {
  color: #fff;
}
.type-blog .template-navigation-link:hover {
  text-decoration: underline;
}
.type-blog .template-navigation-link.older-posts {
  align-self: start;
}
.type-blog .template-navigation-link.newer-posts {
  align-self: end;
}
.type-blog .template-navigation-link a.back-to-blog-home {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
  margin-top: 0;
}
#container .type-blog .template-navigation-link a.back-to-blog-home strong,
#container .type-blog .template-navigation-link a.back-to-blog-home span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-blog .template-navigation-link a.back-to-blog-home {
    min-width: 0;
  }
}
.type-blog .template-navigation-link a.back-to-blog-home:before,
.type-blog .template-navigation-link a.back-to-blog-home:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-blog .template-navigation-link a.back-to-blog-home:hover,
.type-blog .template-navigation-link a.back-to-blog-home:focus,
.type-blog .template-navigation-link a.back-to-blog-home:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-blog .single-post {
  display: flex;
  flex-direction: column;
}
.type-blog .single-post .content-wrapper-inner {
  order: -1;
}
@media only screen and (max-width: 55rem) {
  .layout_0_0 .type-blog .single-post .content-wrapper-inner {
    padding-right: 0;
  }
}
.type-blog .single-post .content-wrapper-inner .post-inner {
  display: flex;
  flex-direction: column;
}
.type-blog .single-post .content-wrapper-inner .post-title {
  display: block;
  order: 1;
}
.type-blog .single-post .content-wrapper-inner .post-title h2,
.type-blog .single-post .content-wrapper-inner .post-title h3 {
  margin: 0;
  color: #000000;
}
.type-blog .single-post .content-wrapper-inner .post-footer {
  order: 4;
  color: #0072bc;
}
.type-blog .single-post .content-wrapper-inner .post-footer .post-author {
  font-weight: 700;
}
.type-blog .single-post .content-wrapper-inner #blog-comments {
  padding: 1.875rem;
  background-color: #f6f9fa;
  border-radius: 0px;
}
.type-blog .single-post .content-wrapper-inner .content-main-image {
  display: none;
  order: 2;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 1em 0;
  height: 330px;
  text-align: center;
}
.type-blog .single-post .content-wrapper-inner .content-main-image .bg-image {
  position: absolute;
  top: -1em;
  left: -1em;
  right: -1em;
  bottom: -1em;
  z-index: 1;
  background-size: cover;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  opacity: 1;
}
.type-blog .single-post .content-wrapper-inner .content-main-image .bg-image:before {
  content: "";
  background: #fff;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.type-blog .single-post .content-wrapper-inner .content-main-image .bg-image + img {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 2;
  object-fit: contain;
  margin-inline: auto;
}
.type-blog .single-post .content-wrapper-inner .content-main-image img {
  width: 100%;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.type-blog .single-post .content-wrapper-inner .text {
  order: 3;
}
.type-blog .single-post .template-navigation-link {
  margin-top: 0;
}
.type-blog .posted-at,
.type-blog .post-author-wrap {
  display: none;
}
.blog-utilities .archives-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.blog-utilities .archives-list .archive-list-item {
  padding: 0;
  margin: 0.4em 0;
  border: none;
  display: block;
}
.blog-utilities .archives-list.month {
  padding-left: 0.4em;
  display: none;
}
.blog-utilities .archives-list .archive-list-item-year-toggle {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  margin-left: 0.5em;
}
.blog-utilities .archives-list .archive-list-item-year-toggle:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  display: inline-block;
  margin-right: 0.4em;
  transform: rotateZ(0deg);
  transition: 0.3s linear;
}
.blog-utilities .archives-list .archive-list-item-year-toggle.open:before {
  transform: rotateZ(90deg);
  transition: 0.3s linear;
}
.blog-utilities.category-list .article-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-utilities.category-list .article-categories ul {
  padding: 0;
}
.blog-utilities.category-list .article-categories a {
  display: inline-block;
  margin: 0.2rem 0.6rem 0 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.blog-utilities.category-list .article-categories a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02b";
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  margin-right: 0.2rem;
}
.blog-utilities.category-list .article-categories.wordcloud-style {
  font-size: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag {
  flex: 0 1 auto;
  margin: 0.2em 0.4rem 0 0;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="1"] {
  font-size: 0.35em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="2"] {
  font-size: 0.4em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="3"] {
  font-size: 0.45em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="4"] {
  font-size: 0.5em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="5"] {
  font-size: 0.55em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="6"] {
  font-size: 0.6em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="7"] {
  font-size: 0.65em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="8"] {
  font-size: 0.7em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="9"] {
  font-size: 0.75em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="10"] {
  font-size: 0.8em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="11"] {
  font-size: 0.85em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="12"] {
  font-size: 0.9em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="13"] {
  font-size: 0.95em;
}
.blog-utilities.category-list .article-categories.wordcloud-style .post-tag[data-postcount="14"] {
  font-size: 1em;
}
.blog-utilities.blog-search .input-name-blog-search {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.blog-utilities.blog-search .input-name-blog-search .focusable:active,
.blog-utilities.blog-search .input-name-blog-search .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.blog-utilities.blog-search form {
  max-width: 31.25rem;
}
.blog-utilities.blog-search input[type="submit"] {
  display: block;
  width: 100%;
  line-height: 1.6;
}
/*=== BLOGS AND BLOGS MINI-LIST ===*/
/*== BLOGS LIST ==*/
.post-meta .posted-time {
  margin-left: 4px;
}
#container .post-meta .posted-time {
  display: none;
}
#container .col .placement-inner {
  padding: 0;
}
#container .col .content-main-image,
#container .col .blog-post-summary,
#container .col .post-footer {
  display: none;
}
#container .col .blog-post-detail-wrapper {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
#container .col .blog-post-detail-wrapper a {
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #afafaf;
}
#container .col .blog-post-detail-wrapper a:hover {
  text-decoration: underline;
}
#container .col .blog-posts-list {
  display: block;
}
#container .col .blog-posts-post {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
}
.news-page .banner .content-wrapper-inner {
  grid-template-areas: "image image content .";
  grid-template-columns: minmax(30px, 1fr) minmax(min-content, 37.1875rem) minmax(min-content, 37.1875rem) minmax(30px, 1fr);
}
.news-page .banner .main-editor-output {
  padding: 50px;
  padding-bottom: 70px;
}
.news-page .banner .content-main-image {
  position: relative;
}
.news-page .banner .content-main-image img {
  position: absolute;
  inset: 0;
}
#container:has(.single-post) #site-banner-row {
  display: none;
}
/*== BLOGS MINI-LIST ==*/
.type-blogsminilist-vo .content-headline h3 {
  font-size: 1em;
  color: #4d4d4d;
  margin: 0.4em 0;
}
.type-blogsminilist-vo .blog-posts-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.type-blogsminilist-vo .blog-posts-list .blog-posts-post {
  flex: 1 1 18em;
  margin: 0.9375rem;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transform: scale(1) translateY(0);
  transition: 0.3s ease-out;
}
.type-blogsminilist-vo .blog-posts-list .blog-posts-post:hover {
  box-shadow: 0 14px 14px -12px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transform: scale(1.0125) translateY(-6px);
  transition: 0.2s linear;
}
@media only screen and (max-width: 55rem) {
  .type-blogsminilist-vo .blog-posts-list .blog-posts-post {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.type-blogsminilist-vo .blog-posts-list .blog-posts-post .content-main-image {
  width: 100%;
  max-width: 100%;
  height: 12em;
  overflow: hidden;
  margin: 0 0 0.4em 0;
  float: none;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
.type-blogsminilist-vo .blog-posts-list .blog-posts-post .content-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.type-blogsminilist-vo .blog-posts-list .blog-posts-post .content-main-image + .blog-post-detail-wrapper:before {
  display: none;
}
.type-blogsminilist-vo .blog-post-detail-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4em 0.9375rem;
}
@media only screen and (max-width: 55rem) {
  .type-blogsminilist-vo .blog-post-detail-wrapper:before {
    display: none;
  }
}
.type-blogsminilist-vo .blog-post-detail-wrapper > a {
  display: block;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: var(--font-weight-bold);
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  margin: 0.6em 0 0.4em 0;
}
.type-blogsminilist-vo .blog-post-detail-wrapper > a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.type-blogsminilist-vo .blog-post-detail-wrapper .blog-post-summary {
  flex: 1 1 auto;
  font-size: 0.8em;
  font-weight: var(--font-weight-normal);
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.type-blogsminilist-vo .blog-post-detail-wrapper .blog-post-summary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), #ffffff);
}
.type-blogsminilist-vo .blog-post-detail-wrapper .post-footer {
  border-top: 1px solid #ddd;
  font-size: 0.8em;
  padding: 0 0.4em;
  position: relative;
}
.type-blogsminilist-vo .blog-post-detail-wrapper .post-footer p {
  font-weight: var(--font-weight-normal);
}
.type-blogsminilist-vo .blog-post-detail-wrapper .post-footer p time {
  font-weight: var(--font-weight-bold);
}
.service-map-wrapper .map-wrapper .map-wrapper-inner {
  min-height: 300px;
}
[data-placement-class="ServiceSearch"] {
  padding-bottom: 0;
}
[data-placement-class="ServiceSearch"] .placement-inner {
  padding: 1.6em 3em 1em 3em;
  background: #f6f9fa;
  border-radius: 0px 0px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}
[data-placement-class="ServiceSearch"] .content-headline {
  display: none;
}
#service-search-form {
  position: relative;
}
#service-search-form .search-fields .row .field-label {
  color: #404040;
  display: block;
  margin-bottom: 0.4em;
}
#service-search-form .search-fields .row .field-value {
  display: block;
}
#service-search-form .search-fields .row .field-value input {
  background: #fff;
  border: solid 1px #c6ccd0;
  padding: 1em 1.5em;
}
#service-search-form .btn-row {
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
#service-search-form .btn-row .search-reset {
  display: none;
}
#service-search-form .btn-row button {
  background: transparent;
  border: none;
}
#service-search-form .btn-row button:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  color: #262626;
  font-weight: 900;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
}
#service-search-form .btn-row button .btn-txt {
  display: none;
}
[data-placement-class="ServiceAToZ"] {
  padding-top: 0;
}
[data-placement-class="ServiceAToZ"] .placement-inner {
  padding: 1.5em 3em 1.5em 3em;
  margin-top: 0;
  background: #f6f9fa;
  border-radius: 0 0 0px 0px;
  overflow: hidden;
}
[data-placement-class="ServiceAToZ"] .content-headline {
  display: none;
}
.type-servicelist .service-list-wrapper .content-headline {
  display: none;
}
.type-servicelist .results-pagination .service-list-pagination form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link,
.type-servicelist .results-pagination .service-list-pagination form .previous-link {
  min-width: 0;
  text-indent: 0 !important;
  margin-top: 0;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-servicelist .results-pagination .service-list-pagination form .next-link strong,
#container .type-servicelist .results-pagination .service-list-pagination form .next-link span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-servicelist .results-pagination .service-list-pagination form .next-link {
    min-width: 0;
  }
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:before,
.type-servicelist .results-pagination .service-list-pagination form .next-link:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.type-servicelist .results-pagination .service-list-pagination form .next-link:hover,
.type-servicelist .results-pagination .service-list-pagination form .next-link:focus,
.type-servicelist .results-pagination .service-list-pagination form .next-link:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-servicelist .results-pagination .service-list-pagination form .previous-link strong,
#container .type-servicelist .results-pagination .service-list-pagination form .previous-link span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-servicelist .results-pagination .service-list-pagination form .previous-link {
    min-width: 0;
  }
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link:before,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-servicelist .results-pagination .service-list-pagination form .previous-link:hover,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:focus,
.type-servicelist .results-pagination .service-list-pagination form .previous-link:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-servicelist .results-pagination .service-list-pagination form label {
  margin: 0;
  margin-left: auto;
  display: block;
  padding: 0.5em 0;
}
#container .type-servicelist .results-pagination .service-list-pagination form button {
  display: block;
  margin-right: auto;
  padding: 0.5em 0;
  background: transparent;
  border: none;
  color: #000000;
  margin-top: 0;
}
#container .type-servicelist .results-pagination .service-list-pagination form button:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  font-weight: 900;
}
#container .type-servicelist .results-pagination .service-list-pagination form button .btn-txt {
  display: none;
}
.type-servicelist ol.content-items-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 1.5em;
}
.type-servicelist ol.content-items-list .list-content-item {
  flex: 1 1 30%;
  min-width: 320px;
  padding: 1em;
  position: relative;
  background-color: #d9e7f4;
  border: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  padding-bottom: 7em;
}
.type-servicelist ol.content-items-list .list-content-item.has-category {
  transition: all 0.2s ease-in-out;
  border: 3px solid #cce9e5;
}
.type-servicelist ol.content-items-list .list-content-item.has-category .content-item-container .service-details .service-category .info {
  display: block;
  transition: opacity 0.25s ease;
}
.type-servicelist ol.content-items-list .list-content-item:hover,
.type-servicelist ol.content-items-list .list-content-item:focus,
.type-servicelist ol.content-items-list .list-content-item:active {
  border-color: #005eb8;
}
.type-servicelist ol.content-items-list .list-content-item:hover:after,
.type-servicelist ol.content-items-list .list-content-item:focus:after,
.type-servicelist ol.content-items-list .list-content-item:active:after {
  text-decoration: none !important;
  text-decoration-thickness: 2px;
  transition: opacity 0.25s ease;
}
.type-servicelist ol.content-items-list .list-content-item:after {
  content: "Find out more about this service";
  font-weight: 400;
  transition: opacity 0.25s ease;
  text-decoration: underline;
  margin: 0.5em 0;
  position: absolute;
  z-index: 0;
  min-width: unset;
  padding: 0.75em 1.5em;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .service-address .label {
  font-weight: 400;
  transition: opacity 0.25s ease;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .service-category .label,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .service-category .info {
  font-size: var(--font-size-sm);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.5em;
  background: #cce9e5;
  color: #fff;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .service-details .description {
  font-size: var(--font-size-sm);
  margin-top: 0.3em;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service {
  display: none;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin: 0.5em 0;
  z-index: 3;
  min-width: unset;
  padding: 0.75em 1.5em;
  width: 100%;
}
#container .type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a strong,
#container .type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a {
    min-width: 0;
  }
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:before,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:hover,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:focus,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:hover,
.type-servicelist ol.content-items-list .list-content-item .content-item-container .view-service a:focus {
  background-color: #0091ef;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 {
  margin: 0.1em 0 0.3em 0;
  color: #0072bc;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2 a,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 a {
  text-decoration: none !important;
  outline: none !important;
  color: #000000;
}
.type-servicelist ol.content-items-list .list-content-item .service-header h2 a:before,
.type-servicelist ol.content-items-list .list-content-item .service-header h3 a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.type-servicelist .single-service .content-headline {
  order: 1;
  flex: 0 0 100%;
  border-bottom: solid 2px #e8edee;
  margin-bottom: 1em;
}
.type-servicelist .single-service .content-headline h2,
.type-servicelist .single-service .content-headline h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.type-servicelist .single-service .service-section-wrap .service-section {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 2em;
}
.type-servicelist .single-service .service-section-wrap .service-section.srv-basic-details {
  margin-bottom: 0;
}
.type-servicelist .single-service .service-section-wrap .service-section:last-child {
  margin-bottom: 0;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: solid 1px #e8edee;
  padding: 0.5em 0;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info:last-child {
  border-bottom: none;
}
.type-servicelist .single-service .service-section-wrap .service-section .service-info .label {
  font-weight: 700;
  flex: 0 0 250px;
}
.single-service .ui-tabs-tab {
  flex: 1 1 auto;
  border-left: 2px solid #0072ba;
  border-top: 2px solid #0072ba;
  background: #f6f9fa;
}
.single-service .ui-tabs-tab a {
  color: #58595b;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.4em;
  background: #f6f9fa;
}
.single-service .ui-tabs-tab a:hover,
.single-service .ui-tabs-tab a:focus,
.single-service .ui-tabs-tab a:active {
  color: #ffffff;
  background: #0072bc;
}
.single-service .ui-tabs-tab.ui-state-active {
  background: #ffcc00;
}
.single-service .ui-tabs-tab.ui-state-active a {
  color: #ffffff;
  background: #0072bc;
}
.single-service .tab-panel {
  border: 2px solid #0072ba;
  padding: 1.2em;
}
.single-service .tab-nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  border-right: 2px solid #0072ba;
}
/*---- Dark Mute Blue ----*/
/*---- Note Red ----*/
/*---- Active Blue ----*/
/*---- Away Red ----*/
/*---- Inactive Amber ----*/
/*---- Offline Grey ----*/
/*---- Action Green ----*/
.type-processsearchplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
.type-processsearchplacement .pb-menu {
  background: #fff;
  border: solid 1px #ddd;
  padding: 1em;
}
.type-processsearchplacement .pb-menu .section-headline h2 {
  margin: 0 0 0.4em 0;
  font-weight: 400;
}
.type-processsearchplacement .pb-filters legend {
  font-weight: 700;
  border-bottom: solid 1px #ddd;
  display: block;
  width: 100%;
}
.type-processsearchplacement .pb-filters fieldset {
  margin-bottom: 1em;
}
.type-processsearchplacement .pb-filters fieldset:last-child {
  margin-bottom: 0;
}
.type-processplacement .placement-inner {
  background: transparent;
  border: none;
  padding: 0;
}
.type-processplacement .content-headline {
  padding: 1em;
  border: solid 1px #ddd;
  background: #fff;
  border-bottom: none;
}
.type-processplacement .process-wrapper .process-overview {
  background: #fff;
  padding: 1em;
  border: solid 1px #ddd;
  border-top: none;
}
.type-processplacement .process-wrapper .pb-step-list {
  margin: 0;
}
.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;
}
.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: 55rem) {
  .type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row {
    padding: 1em !important;
  }
}
.type-processplacement .process-wrapper .pb-step-list .pb-step .btn-row label {
  margin: 0;
}
.pb-menu .all-filters {
  padding: 0.2em 0;
}
.pb-menu form.pb-filters,
.pb-menu .pb-filter-inputs {
  padding: 0.4em 0;
}
.pb-menu form.pb-filters .all-filters fieldset,
.pb-menu .pb-filter-inputs .all-filters fieldset {
  padding: 0.4em 0;
}
.pb-menu .process-list-container {
  padding: 0.4em 0;
}
.pb-menu .process-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pb-menu .process-list .process-entry {
  padding: 0;
  margin: 0;
}
.pb-menu .process-list .process-entry.active .process-entry-link {
  border-color: #0072bc;
}
.pb-menu .process-list .process-entry-link {
  padding: 1em;
  margin: 0 -1em;
  display: block;
  text-decoration: none;
  color: #000000;
  background: #fff;
  transition: border-left 0.3s ease-in-out;
  border-left: solid 6px transparent;
  position: relative;
  outline: none !important;
}
.pb-menu .process-list .process-entry-link:hover,
.pb-menu .process-list .process-entry-link:focus,
.pb-menu .process-list .process-entry-link:active {
  border-color: #0072bc;
  transition: 0.25s ease;
  text-decoration: none;
  z-index: 12;
}
.pb-menu .process-list .pb-menu-ticket-details h3 {
  margin: 0.4em 0;
}
.pb-menu .process-list .pb-menu-ticket-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pb-menu .process-list .pb-menu-ticket-details ul li {
  border-bottom: 1px solid #eff5f6;
  font-weight: 400;
  padding: 0.25em 0;
}
.pb-menu .process-list .pb-menu-ticket-details ul li b {
  font-weight: 700;
}
.pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status {
  display: inline-block;
}
.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;
}
.pb-menu .process-list .pb-menu-ticket-details .application-meta .pb-menu-ticket-status .process-status.open {
  background: #37b6e8;
  color: #ffffff;
}
.pbm-wrapper .content-headline h2 {
  margin: 0.4em 0 0 0;
  padding: 0;
}
.pbm-wrapper .content-headline p {
  text-transform: none;
  margin: 0.4em 0;
}
.pbm-wrapper .process-overview {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.4em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 55rem) {
  .pbm-wrapper .process-overview {
    position: static;
  }
}
.pbm-wrapper .process-overview .process-overview-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pbm-wrapper .process-overview .actn-btn.cancel-process {
  background: #df3a3a;
  color: #ffffff;
  border: 1px solid #bd1f1f;
}
.pbm-wrapper .process-overview .actn-btn.cancel-process:hover,
.pbm-wrapper .process-overview .actn-btn.cancel-process:focus,
.pbm-wrapper .process-overview .actn-btn.cancel-process:active {
  background: #c62020;
  border: 1px solid #b01d1d;
  color: #ffffff;
}
.pbm-wrapper .process-overview .overview-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pbm-wrapper .process-overview .overview-details .overview-item {
  display: inline-block;
  padding-left: 0.4em;
  border-left: 1px solid #000000;
  margin-left: 0.4em;
}
.pbm-wrapper .process-overview .overview-details .overview-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
.pbm-wrapper .process-overview .overview-details .overview-item .info {
  font-weight: 700;
}
.pbm-wrapper .process-steps-wrapper .pb-step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.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);
}
.pbm-wrapper .process-steps-wrapper .pb-step .key-form-info .label {
  color: #1f1f1f;
}
.pbm-wrapper .process-steps-wrapper .pb-step .key-form-info .info {
  font-weight: 700;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-key-info {
  font-size: 0.9em;
}
.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;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-dec-status.status-rejected {
  background: #df3a3a;
  color: #ffffff;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-dec-status.status-approved {
  background: #32bd9e;
  color: #ffffff;
}
.pbm-wrapper .process-steps-wrapper .pb-step .form-header-result-item-links .form-link {
  margin: 0 0.4em;
  display: inline-block;
}
.pbm-wrapper .process-steps-wrapper .pb-step.completed-passed {
  border-top: 8px solid #32bd9e;
}
.pbm-wrapper .process-steps-wrapper .pb-step.completed-rejected {
  border-top: 8px solid #df3a3a;
}
.pbm-wrapper .process-steps-wrapper .pb-step.active-step {
  border-top: 8px solid #37b6e8;
}
.pbm-wrapper .process-steps-wrapper .pb-step.open {
  display: block;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner {
  padding: 0.4em 0.8em 0.8em 56px;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:hover,
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:focus,
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner a:active {
  text-decoration: none;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info h4 {
  margin: 0.4em 0;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info .pb-step-details .pb-step-meta {
  font-weight: 700;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-inner .pb-key-info .pb-step-details .pb-step-meta .label {
  font-weight: 400;
}
.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;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-step-header h3 {
  margin: 0.4em 0;
}
.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;
}
.pbm-wrapper .process-steps-wrapper .pb-step .pb-action-form .row {
  padding: 0;
  margin: 0.4em 0;
}
.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);
					}
				}*/
}
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn {
  padding: 0.8em 1.6em;
  margin-right: 0.4em;
}
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel {
  background: #df3a3a;
  color: #ffffff;
  border: 1px solid #bd1f1f;
}
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:hover,
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:focus,
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-cancel:active {
  background: #c62020;
  border: 1px solid #b01d1d;
  color: #ffffff;
}
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress {
  background: #32bd9e;
  color: #ffffff;
  border: 1px solid #258d76;
}
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:hover,
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:focus,
.pbm-wrapper .process-steps-wrapper .pb-step .process-decision .actn-btn.pb-pkd-progress:active {
  background: #27957c;
  border: 1px solid #22816b;
  color: #ffffff;
}
.bpa-run-overview .bpa-total-viewings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
  background: #f6f9fa;
  border-radius: 5px;
}
.bpa-run-overview .bpa-total-viewings p {
  font-weight: bold;
  color: #0072bc;
}
.bpa-run-overview .bpa-run-pagination {
  padding-top: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.bpa-run-overview .bpa-run-pagination a {
  height: 53px;
}
.bpa-run-overview .bpa-run-pagination a.btn-primary:first-of-type {
  margin-right: auto;
  padding: 0.75em 1em;
}
.bpa-run-overview .bpa-run-pagination a:last-child {
  margin-left: 1em;
}
.bpa-run-overview .bpa-run-pagination a:not(.btn-primary) {
  margin: 0.25em;
  padding: 0.75em 1em;
  background: #e8edee;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.bpa-run-overview .bpa-run-pagination a:not(.btn-primary):hover,
.bpa-run-overview .bpa-run-pagination a:not(.btn-primary):active,
.bpa-run-overview .bpa-run-pagination a:not(.btn-primary):focus,
.bpa-run-overview .bpa-run-pagination a:not(.btn-primary).active {
  background: #0072bc;
  color: #fff;
}
.bpa-search-form .bpa-search-form-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bpa-process-assignment .actn-panel-inner {
  gap: 4em;
}
.bpa-process-assignment .assignment-panel .actn-panel-inner {
  display: flex;
  flex-wrap: wrap;
}
.bpa-process-assignment .actn-panel-bpa-assigment {
  flex: 1 1 20em;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .results-panel {
  border: 1px solid #e8edee;
  padding: 1.5em 1em;
  border-radius: 0px;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .results-panel.hide-container {
  display: none;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 0.25em;
}
.no-flexbox .bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap:before,
.no-flexbox .bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap:after {
  content: " ";
  display: table;
}
.no-flexbox .bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap:after {
  clear: both;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li {
  padding: 0.5em 1.2em;
  margin: 0;
  color: #000000;
  text-decoration: none !important;
  border: 1px solid #e8edee;
  border-bottom: none;
  border-radius: 0px 0px 0 0;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li:hover,
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li:focus,
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li:active {
  cursor: pointer;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li.active-assignment {
  background: #e8edee;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li .search-results-count {
  background: #a3b0b6;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 80%;
  margin-left: 0.5em;
}
.col .bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li {
  width: 100%;
  float: none;
}
.bpa-process-assignment .actn-panel-bpa-assigment.display-search-results .switch-wrap li.current-tab {
  background: #e8edee;
}
.pba-item .pba-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pba-item .pba-initator-details {
  position: relative;
  padding-left: 7rem;
}
.pba-item .pba-initator-details:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  display: inline-block;
  font-size: 2.5rem;
  position: absolute;
  left: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #0072bc;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pba-item .pba-initiator-name {
  margin: 0;
}
.pba-item .pba-initator-job {
  margin: 0;
}
.pba-item .pba-actions {
  padding: 0;
  margin: 1em 0 1em 0;
  flex-wrap: wrap;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.pba-item .pba-actions input {
  margin: 0;
}
.pba-item .pba-actions label {
  border: 1px solid #0072bc;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-height: 2.5rem;
  text-decoration: underline;
  margin: 0;
}
.pba-item .pba-actions label:before {
  margin-right: 0.3em;
  color: #0072bc;
}
.pba-item .pba-actions label:hover,
.pba-item .pba-actions label:focus {
  text-decoration: none;
}
.pba-item .pba-actions input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.pba-item .pba-actions input .focusable:active,
.pba-item .pba-actions input .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.pba-item .pba-actions input:focus + label {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
.pba-item .pba-actions input:checked + label {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #fff;
}
.pba-item .pba-actions input:checked + label:before {
  color: #fff;
}
.pba-item .pba-actions input[type="radio"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
}
.pba-item .pba-actions input[type="radio"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.pba-item .pba-actions input[type="checkbox"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  display: inline-block;
}
.pba-item .pba-actions input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.pba-item table thead tr {
  border-bottom: 1px solid grey;
}
.pba-item table thead td {
  padding: 0;
}
.pba-item table tbody td {
  padding: 0;
}
.process-items-list,
.process-item-inner {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.process-items-list .process-item,
.process-item-inner .process-item {
  padding: 0.5em 1em 0.5em 0;
  border: 1px solid #e8edee;
  border-radius: 0px;
  margin: 0;
}
.process-items-list .process-info.actn-item,
.process-item-inner .process-info.actn-item {
  grid-area: 1 / 1 / -1 / 2;
  justify-self: center;
  align-self: center;
}
.process-items-list .process-info.process-name,
.process-item-inner .process-info.process-name {
  align-self: center;
}
.process-items-list .process-info.process-name h4,
.process-item-inner .process-info.process-name h4 {
  margin: 0;
  position: relative;
}
.process-items-list .process-info.process-name h4:before,
.process-item-inner .process-info.process-name h4:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.process-items-list .process-info.process-step-count,
.process-item-inner .process-info.process-step-count {
  margin: 0;
  grid-area: 3 / 2 / 4 / 3;
}
.process-items-list .process-info.process-step-count p,
.process-item-inner .process-info.process-step-count p {
  margin: 0;
  color: #0072bc;
  font-size: 110%;
}
.process-items-list .process-info.process-responders,
.process-item-inner .process-info.process-responders {
  margin: 0;
  grid-area: 4 / 2 / -1 / -1;
}
.process-items-list .process-info.process-responders .info-label,
.process-item-inner .process-info.process-responders .info-label {
  font-weight: 400;
  color: #000000;
}
.process-items-list .process-info.process-responders p,
.process-item-inner .process-info.process-responders p {
  margin: 0;
  color: #0072bc;
  font-weight: bold;
}
.process-items-list .process-info.process-repeats,
.process-item-inner .process-info.process-repeats {
  grid-row-start: 1;
  grid-column-start: 3;
}
.process-items-list .process-info.process-repeats:first-of-type,
.process-item-inner .process-info.process-repeats:first-of-type {
  grid-row-start: 1;
}
.process-items-list .process-info.process-repeats:last-of-type,
.process-item-inner .process-info.process-repeats:last-of-type {
  grid-row-start: 2;
}
.process-items-list .process-info.process-repeats label,
.process-item-inner .process-info.process-repeats label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.process-items-list .process-info.process-repeats label .focusable:active,
.process-item-inner .process-info.process-repeats label .focusable:active,
.process-items-list .process-info.process-repeats label .focusable:focus,
.process-item-inner .process-info.process-repeats label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.process-items-list .process-info .bpa-select,
.process-item-inner .process-info .bpa-select {
  padding: 0.125em 0.75em;
  border-radius: 0px;
  background: purple;
  border: none;
  color: #ffffff;
}
.process-items-list .process-info .bpa-select:hover,
.process-item-inner .process-info .bpa-select:hover,
.process-items-list .process-info .bpa-select:focus,
.process-item-inner .process-info .bpa-select:focus,
.process-items-list .process-info .bpa-select:active,
.process-item-inner .process-info .bpa-select:active {
  cursor: pointer;
}
.process-items-list .bpa-add-process,
.process-item-inner .bpa-add-process {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  padding: 0;
  border-radius: none;
  border-radius: 50% !important;
  padding: 0.5em !important;
  width: 35px;
  height: 35px;
  margin-right: 1em;
}
#container .process-items-list .bpa-add-process strong,
#container .process-item-inner .bpa-add-process strong,
#container .process-items-list .bpa-add-process span,
#container .process-item-inner .bpa-add-process span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .process-items-list .bpa-add-process,
  .process-item-inner .bpa-add-process {
    min-width: 0;
  }
}
.process-items-list .bpa-add-process:before,
.process-item-inner .bpa-add-process:before,
.process-items-list .bpa-add-process:after,
.process-item-inner .bpa-add-process:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.process-items-list .bpa-add-process:hover,
.process-item-inner .bpa-add-process:hover,
.process-items-list .bpa-add-process:focus,
.process-item-inner .bpa-add-process:focus,
.process-items-list .bpa-add-process:active,
.process-item-inner .bpa-add-process:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.process-items-list .bpa-add-process:after,
.process-item-inner .bpa-add-process:after {
  margin-left: 0;
}
.process-items-list .bpa-add-process::after,
.process-item-inner .bpa-add-process::after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  margin-left: 0;
  font-weight: bold;
}
.process-items-list .bpa-add-process .btn-txt,
.process-item-inner .bpa-add-process .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.process-items-list .bpa-add-process .btn-txt .focusable:active,
.process-item-inner .bpa-add-process .btn-txt .focusable:active,
.process-items-list .bpa-add-process .btn-txt .focusable:focus,
.process-item-inner .bpa-add-process .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.process-item-inner {
  display: grid;
  grid-template-columns: minmax(15%, 6em) 1fr minmax(min-content, max-content);
  grid-template-rows: minmax(1em, min-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(2em, min-content);
}
.bpa-reporting-placement .process-courses-assigned-pie ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.no-forms {
  display: none;
}
.personal-bpm-report {
  margin-top: 0 !important;
}
.personal-bpm-report .bpm-assignment-container .bpm-row {
  padding: 0 5px;
  padding: 1em;
  border: 1px solid grey;
}
@media only screen and (max-width: 64rem) {
  .personal-bpm-report .bpm-assignment-container .bpm-row {
    padding: 0;
  }
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(min-content, 1fr) minmax(min-content, max-content) minmax(min-content, 1fr) minmax(min-content, 8em);
  grid-gap: 1.5em;
  list-style-type: none;
  overflow: hidden;
}
@media only screen and (max-width: 64rem) {
  .personal-bpm-report .bpm-assignment-container .bpm-row ul {
    grid-template-columns: 100%;
    grid-gap: 0.5em;
  }
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 64rem) {
  .personal-bpm-report .bpm-assignment-container .bpm-row ul li {
    padding: 0.25em 2em;
  }
  .personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(odd) {
    background: #f6f9fa;
  }
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li p {
  margin: 0;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li p:first-child {
  margin-bottom: auto;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li p:nth-child(2) {
  margin-top: 1em;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(1) {
  padding-left: 2em;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(1) p:nth-child(1) {
  font-weight: bold;
  position: relative;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(1) p:nth-child(1):before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03a";
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(1) p:nth-child(2) {
  font-weight: bold;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(1) p:nth-child(3) {
  margin: 0;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(2) p {
  background-color: purple;
  padding: 0.125em 0.75em;
  border-radius: 0px;
  color: #ffffff;
  width: max-content;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(3) p:first-child {
  display: block;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) {
  align-self: center;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  padding: 0;
  border-radius: none;
  padding: 0.25em 0.5em;
}
#container .personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a strong,
#container .personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a {
    min-width: 0;
  }
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:before,
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:hover,
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:focus,
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.personal-bpm-report .bpm-assignment-container .bpm-row ul li:nth-child(4) a:after {
  margin-left: 0;
}
.type-staffdirectory fieldset {
  padding: 1em;
  border-radius: 0px;
  background: #f6f9fa;
}
.type-staffdirectory fieldset legend {
  font-size: 120%;
  font-weight: bold;
  border: 1px solid #e8edee;
  background: #fff;
  padding: 0.2em 1em;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .consultant-search {
  padding: 1.875rem;
  background-color: #f6f9fa;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .consultant-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .consultant-search form {
    flex-direction: column;
  }
}
.type-consultantdirectoryplacement .consultant-search fieldset {
  gap: 1em;
  display: flex;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .consultant-search fieldset.search-fields {
  flex: 1 1 auto;
}
.type-consultantdirectoryplacement .consultant-search fieldset.submission-controls {
  flex: 0 0 auto;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls {
    padding: 0.5em 0;
  }
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button {
  background: #cce9e5;
  margin-top: 1px;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:hover,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:focus,
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:active {
  background: #b7e0da;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:before {
  content: "Search";
  font-size: var(--font-size-sm);
  position: relative;
  top: 1px;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset.submission-controls button:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  font-weight: 900;
  margin-left: 0.5em;
  position: relative;
  top: 1px;
  right: -5px;
  border-radius: 50%;
  transition: box-shadow 0.25s ease;
}
.type-consultantdirectoryplacement .consultant-search fieldset legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.type-consultantdirectoryplacement .consultant-search fieldset legend .focusable:active,
.type-consultantdirectoryplacement .consultant-search fieldset legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.type-consultantdirectoryplacement .consultant-search fieldset .row {
  padding: 0;
  flex: 1 1 19em;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .consultant-search fieldset .row {
    display: block;
    width: auto;
    padding: 0.5em 0;
  }
}
.type-consultantdirectoryplacement .consultant-search fieldset .row label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.type-consultantdirectoryplacement .consultant-search fieldset .row label .focusable:active,
.type-consultantdirectoryplacement .consultant-search fieldset .row label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#container .type-consultantdirectoryplacement .consultant-search fieldset .row input {
  background: #fff;
  border: solid 1px #c6ccd0;
  padding: 1em 1.5em;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .consultant-a-z {
  margin-top: 2em;
  border-top: 1px solid #e8edee;
  padding-top: 1em;
}
.type-consultantdirectoryplacement .consultant-a-z .content-headline {
  margin: 0.5em 0;
}
.type-consultantdirectoryplacement .consultant-a-z .content-headline h3 {
  margin: 0;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters {
  justify-content: flex-start;
  padding-top: 1em;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters li {
  flex: 0 0 54.4px;
}
.type-consultantdirectoryplacement .consultant-a-z .a-to-z-letters li a {
  padding: 0.7em;
}
.type-consultantdirectoryplacement .top-pagination {
  text-align: right;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #e8edee;
  font-size: var(--font-size-sm);
  color: #1a1a1a;
}
.type-consultantdirectoryplacement .top-pagination a {
  display: none;
}
.type-consultantdirectoryplacement .top-pagination .page-nav-count {
  margin-right: 0.5em;
}
.type-consultantdirectoryplacement .top-pagination .results-totals-count {
  margin: 0 auto;
}
.type-consultantdirectoryplacement .top-pagination .results-totals-count:before {
  content: "(";
  margin-right: -0.2em;
}
.type-consultantdirectoryplacement .top-pagination .results-totals-count:after {
  content: ")";
  margin-left: -0.2em;
}
.type-consultantdirectoryplacement .list-consultants {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1em;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item {
  flex: 1 1 23%;
  max-width: 25%;
  padding: 1em;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .list-consultants .list-consultant-item {
    max-width: 50%;
    flex: 1 1 48%;
  }
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner {
  border: solid 1px #e8edee;
  border-radius: 0px;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link {
  display: block;
  color: #000000;
  text-decoration: none !important;
  transition: background 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:hover,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:focus,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:active {
  background: #f6f9fa;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:hover .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:focus .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link:active .consultant-photo img {
  transform: scale(1.07);
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo {
  position: relative;
  padding-top: 100%;
  transition: opacity 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap {
  padding: 0.5em 1em 0.5em 1em;
}
.type-consultantdirectoryplacement .list-consultants .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap .consultant-name-wrap {
  font-size: var(--font-size-lg);
  color: #0072bc;
  font-weight: 700;
}
.type-consultantdirectoryplacement .list-consultants-custom-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  gap: 1em;
  margin-bottom: 2em;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item {
  border: solid 1px #e8edee;
  border-radius: 5px;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .content-wrapper-inner {
  padding: 0 1em 1em 1em;
  margin-top: -0.5em;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .item-headline {
  padding: 0.5em 1em 0 1em;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-photo {
  position: relative;
  padding-top: 100%;
  transition: opacity 0.25s ease;
  overflow: hidden;
  max-height: 270px;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-photo .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 270px;
  max-height: 270px;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-photo .content-main-image:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  display: inline-block;
  font-size: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-photo .content-main-image img {
  min-height: 270px;
  max-height: 270px;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
  display: none;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link {
  display: block;
  color: #0072bc;
  text-decoration: none !important;
  transition: background 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:hover h3,
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:focus h3,
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:active h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:hover .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:focus .consultant-photo img,
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link:active .consultant-photo img {
  transform: scale(1.07);
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link .consultant-photo {
  position: relative;
  padding-top: 100%;
  transition: opacity 0.25s ease;
  border-radius: 0px;
  overflow: hidden;
  max-height: 270px;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 270px;
  max-height: 270px;
  background: #f6f9fa;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link .consultant-photo .content-main-image img {
  min-height: 270px;
  max-height: 270px;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap {
  padding: 0.5em 1em 0.5em 1em;
}
.type-consultantdirectoryplacement .list-consultants-custom-view .list-consultant-item .consultant-inner .consultant-link .consultant-detail-wrap .consultant-name-wrap {
  font-size: var(--font-size-lg);
  color: #0072bc;
  font-weight: 700;
}
.type-consultantdirectoryplacement .lower-pagination {
  background: #f6f9fa;
  padding: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .lower-pagination .goto-previous-page {
  order: 1;
}
.type-consultantdirectoryplacement .lower-pagination .page-nav-count {
  order: 2;
  margin-left: auto;
  margin-right: 0.5em;
  font-size: var(--font-size-sm);
  color: #1a1a1a;
  align-self: center;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count {
  order: 3;
  margin-right: auto;
  font-size: var(--font-size-sm);
  align-self: center;
  flex: none;
  margin: 0 auto;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count:before {
  content: "(";
  margin-right: -0.2em;
}
.type-consultantdirectoryplacement .lower-pagination .results-totals-count:after {
  content: ")";
  margin-left: -0.2em;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page {
  order: 4;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  min-width: 0;
  text-indent: 0 !important;
}
#container .type-consultantdirectoryplacement .lower-pagination .goto-next-page strong,
#container .type-consultantdirectoryplacement .lower-pagination .goto-prev-page strong,
#container .type-consultantdirectoryplacement .lower-pagination .goto-next-page span,
#container .type-consultantdirectoryplacement .lower-pagination .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .lower-pagination .goto-next-page,
  .type-consultantdirectoryplacement .lower-pagination .goto-prev-page {
    min-width: 0;
  }
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:before,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:before,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:after,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:hover,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:hover,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:focus,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:focus,
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:active,
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-consultantdirectoryplacement .lower-pagination .goto-next-page:after {
  margin-left: 1em;
}
.type-consultantdirectoryplacement .lower-pagination .goto-prev-page:after {
  content: "\f0a8";
  float: left;
  margin-right: 1em;
}
.type-consultantdirectoryplacement .single-content .consultant-profile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-headline {
  order: 1;
  flex: 0 0 100%;
  border-bottom: solid 2px #e8edee;
  margin-bottom: 1em;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image {
  order: 3;
  flex: 1 1 27%;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image img {
  border-radius: 0px;
  overflow: hidden;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image {
    order: 2;
    margin-bottom: 1.5em;
    flex: 0 0 100%;
    padding: 0 20vw;
    overflow: hidden;
  }
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner {
  order: 2;
  flex: 1 2 67%;
  padding-right: 2em;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner {
    order: 3;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #e8edee;
  padding: 0.25em 0;
  align-items: center;
  display: grid;
  grid-template-columns: minmax(min-content, 20%) 1fr;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info h3 {
  margin-bottom: 0;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-label {
  font-weight: 700;
  flex: 1 1 25%;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-label {
    flex: 0 0 100%;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value {
  flex: 1 1 75%;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value p:first-child {
  margin-top: 0;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .profile-info .profile-value {
    flex: 0 0 100%;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav {
  margin-top: 1.5em;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a strong,
#container .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a {
    min-width: 0;
  }
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:before,
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:hover,
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:focus,
.type-consultantdirectoryplacement .single-content .consultant-profile .content-wrapper-inner .template-nav a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .staff-search-wrapper {
  display: flex;
  padding: 1.5em;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  margin: 2em 0 2em 0;
}
.type-wslplacement .staff-search-wrapper .staff-search-bar {
  margin-left: 1em;
  margin-right: 1em;
}
.type-wslplacement .staff-list {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(280px, max-content));
  grid-gap: 1em;
}
#container .type-wslplacement .staff-list {
  margin-top: 2em;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .staff-list {
    grid-template-rows: repeat(auto-fill, minmax(175px, max-content));
  }
}
.type-wslplacement .staff-list .staff-tile {
  list-style-type: none;
  flex: 1 0 20em;
  background-color: #fafafa;
  padding: 0.5em 0.75em 1em 0.75em;
  border-radius: 15px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 1px solid #cce3f2;
}
.type-wslplacement .staff-list .staff-tile:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.type-wslplacement .staff-list .staff-tile.staff-profile {
  flex-basis: 75%;
  max-width: 480px;
}
.type-wslplacement .staff-list .staff-tile.staff-profile .profile-photo {
  height: auto;
}
.type-wslplacement .staff-list .profile-details-wrap .info {
  display: block;
  word-break: break-word;
  font-weight: bold;
  color: #0072bc;
}
.type-wslplacement .staff-list .profile-details-wrap .info:has(:empty):not(span) {
  display: none;
}
.type-wslplacement .staff-list .profile-details-wrap span {
  font-weight: 400;
}
.type-wslplacement .staff-list .profile-photo {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 0.5em;
}
.type-wslplacement .staff-list .profile-photo img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
.type-wslplacement .staff-list .staff-displayname {
  margin-bottom: 0;
}
.type-wslplacement .staff-list .staff-displayname a {
  text-decoration: none;
}
.type-wslplacement .staff-list .staff-displayname a:hover,
.type-wslplacement .staff-list .staff-displayname a:focus,
.type-wslplacement .staff-list .staff-displayname a:active {
  text-decoration-thickness: 1px;
  text-decoration: underline;
}
.type-wslplacement .staff-list .staff-displayname a:visited {
  color: #0072bc;
}
.type-wslplacement .staff-list .staff-jobtitle {
  font-weight: bold;
}
.type-wslplacement .staff-list .staff-email a {
  text-decoration: underline;
}
.type-wslplacement .staff-list .staff-email a:hover,
.type-wslplacement .staff-list .staff-email a:focus,
.type-wslplacement .staff-list .staff-email a:active {
  text-decoration-thickness: 2px;
}
.type-wslplacement .graphapi-pagination-wrapper {
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-next a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-previous a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a strong,
#container .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a {
    min-width: 0;
  }
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:before,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:hover,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:focus,
.type-wslplacement .graphapi-pagination-wrapper .graphapi-paginsation-start a:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-wslplacement .graphapi-pagination-wrapper span:last-child {
  margin-left: auto;
}
/*================== FORUM ==================*/
.site-content-top-row:has(.forum-banner) + .content-wrapper .type-forum:not(:has(.display-forum-thread)) {
  position: relative;
  top: -7em;
}
.type-forum {
  /*---- This list the existing threads in toto ----*/
  /*---- Then display an individual thread ----*/
}
.type-forum .search-form {
  float: right;
}
.type-forum .forum-threads .jump-to-submission-form {
  margin-top: 1.5em;
  margin-bottom: 1em;
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  display: none;
}
#container .type-forum .forum-threads .jump-to-submission-form strong,
#container .type-forum .forum-threads .jump-to-submission-form span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .jump-to-submission-form {
    min-width: 0;
  }
}
.type-forum .forum-threads .jump-to-submission-form:before,
.type-forum .forum-threads .jump-to-submission-form:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.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 {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .forum-threads .jump-to-submission-form-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-forum .forum-threads .jump-to-submission-form-primary strong,
#container .type-forum .forum-threads .jump-to-submission-form-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .jump-to-submission-form-primary {
    min-width: 0;
  }
}
.type-forum .forum-threads .jump-to-submission-form-primary:before,
.type-forum .forum-threads .jump-to-submission-form-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .forum-threads .jump-to-submission-form-primary:hover,
.type-forum .forum-threads .jump-to-submission-form-primary:focus,
.type-forum .forum-threads .jump-to-submission-form-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .forum-threads .jump-to-submission-form-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-forum .forum-threads .jump-to-submission-form-secondary strong,
#container .type-forum .forum-threads .jump-to-submission-form-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .jump-to-submission-form-secondary {
    min-width: 0;
  }
}
.type-forum .forum-threads .jump-to-submission-form-secondary:before,
.type-forum .forum-threads .jump-to-submission-form-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .forum-threads .jump-to-submission-form-secondary:hover,
.type-forum .forum-threads .jump-to-submission-form-secondary:focus,
.type-forum .forum-threads .jump-to-submission-form-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .forum-threads .jump-to-submission-form-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .type-forum .forum-threads .jump-to-submission-form-tertiary strong,
#container .type-forum .forum-threads .jump-to-submission-form-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .jump-to-submission-form-tertiary {
    min-width: 0;
  }
}
.type-forum .forum-threads .jump-to-submission-form-tertiary:before,
.type-forum .forum-threads .jump-to-submission-form-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .forum-threads .jump-to-submission-form-tertiary:hover,
.type-forum .forum-threads .jump-to-submission-form-tertiary:focus,
.type-forum .forum-threads .jump-to-submission-form-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-forum .forum-threads .jump-to-submission-form strong,
#container .type-forum .forum-threads .jump-to-submission-form span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .jump-to-submission-form {
    min-width: 0;
  }
}
.type-forum .forum-threads .jump-to-submission-form:before,
.type-forum .forum-threads .jump-to-submission-form:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.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 {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .forum-threads .return-to-thread-listings {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-forum .forum-threads .return-to-thread-listings strong,
#container .type-forum .forum-threads .return-to-thread-listings span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-threads .return-to-thread-listings {
    min-width: 0;
  }
}
.type-forum .forum-threads .return-to-thread-listings:before,
.type-forum .forum-threads .return-to-thread-listings:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .forum-threads .return-to-thread-listings:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-forum .forum-threads .return-to-thread-listings:hover,
.type-forum .forum-threads .return-to-thread-listings:focus,
.type-forum .forum-threads .return-to-thread-listings:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .forum-threads:has(.forum-listings.forum-topics) ~ .forum-submission-form {
  display: none;
}
.type-forum .forum-thread .forum-submission-form {
  display: none;
}
.type-forum input[value="like"] {
  margin-bottom: 1em;
}
.type-forum .like-count {
  padding: 0.5em;
  border-radius: 0px;
  margin-left: 1em;
  font-weight: 700;
}
.type-forum .like-count:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f164";
  display: inline-block;
  margin-left: 0.25em;
}
.type-forum .forum-search-form fieldset {
  background-color: #0072bc;
  padding: 0 1em 1em 1em;
  border-radius: 0px;
  max-width: max-content;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset {
    max-width: 100%;
  }
}
.type-forum .forum-search-form fieldset legend {
  background-color: #0072bc;
  padding: 0.5em 2em;
  border-radius: 30px 30px 0 0;
  color: #fff;
}
.type-forum .forum-search-form fieldset .row {
  padding: 0 1em 0 1em;
  display: flex;
  align-items: center;
  gap: 2em;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset .row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5em;
    padding: 0;
    flex-wrap: wrap;
  }
}
.type-forum .forum-search-form fieldset .row .forum-input {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset .row .forum-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.type-forum .forum-search-form fieldset .row .forum-input:nth-child(1) input {
  min-width: 300px;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset .row .forum-input:nth-child(1) input {
    min-width: auto;
  }
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset .row .forum-input select {
    width: 100%;
  }
}
.type-forum .forum-search-form fieldset .row label {
  display: block;
  padding: 0 0 0.5em 0;
  color: #fff;
}
.type-forum .forum-search-form fieldset .row textarea {
  width: 90%;
  min-height: 120px;
}
.type-forum .forum-search-form fieldset .row input[type="search"] {
  min-width: 200px;
}
.type-forum .forum-search-form fieldset .row input[type="submit"] {
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
  margin-top: 0;
  border: none;
}
#container .type-forum .forum-search-form fieldset .row input[type="submit"] strong,
#container .type-forum .forum-search-form fieldset .row input[type="submit"] span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-search-form fieldset .row input[type="submit"] {
    min-width: 0;
  }
}
.type-forum .forum-search-form fieldset .row input[type="submit"]:before,
.type-forum .forum-search-form fieldset .row input[type="submit"]:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .forum-search-form fieldset .row input[type="submit"]:hover,
.type-forum .forum-search-form fieldset .row input[type="submit"]:focus,
.type-forum .forum-search-form fieldset .row input[type="submit"]:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.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;
  padding: 1em 2em;
  border-radius: 0px;
}
.type-forum .forum-listings.forum-topics thead {
  display: none;
}
.type-forum .forum-listings.forum-topics tbody {
  border-radius: 15px;
  overflow: hidden;
}
.type-forum .forum-listings.forum-topics tbody tr {
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  overflow: hidden;
  margin: 1em 0;
  border-bottom: none;
  display: block;
  display: grid;
  grid-template-columns: 250px 1fr 4fr;
  align-items: stretch;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings.forum-topics tbody tr {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    border-color: #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
.type-forum .forum-listings.forum-topics tbody tr td {
  border: none;
  padding: 1.75em 1em;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings.forum-topics tbody tr td {
    padding: 0.5em 1em;
  }
}
.type-forum .forum-listings.forum-topics tbody tr td.forum-item-info h3 {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.type-forum .forum-listings.forum-topics tbody tr td.forum-item-info h3,
.type-forum .forum-listings.forum-topics tbody tr td.forum-item-info a {
  color: #000000;
}
.type-forum .forum-listings.forum-topics tbody tr td.forum-item-count:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e1d2";
  display: inline-block;
  margin-right: 0.5em;
  color: #cce9e5;
}
.type-forum .forum-listings.forum-topics tbody tr:first-child {
  margin-top: 0;
}
.type-forum .forum-listings.thread-listings {
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings.thread-listings {
    box-shadow: none;
  }
}
.type-forum .forum-listings.thread-listings thead th {
  font-weight: 400;
  background-color: #fff;
  padding-bottom: 1em;
}
.type-forum .forum-listings.thread-listings tbody {
  padding: 1em;
}
.type-forum .forum-listings.thread-listings tbody td {
  padding: 1.75em 1em;
  border-left: none;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings.thread-listings tbody td {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings.thread-listings tbody td[data-th] {
    flex-direction: column;
    display: flex;
    padding: 0.5em;
  }
}
.type-forum .forum-listings.thread-listings tbody td.forum-item-info {
  display: flex;
}
.type-forum .forum-listings.thread-listings tbody td.forum-item-info h3 {
  margin-bottom: 0;
}
.type-forum .forum-listings.thread-listings tbody td.forum-item-info a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f27a";
  display: inline-block;
  margin-right: 0.5em;
  color: #cce9e5;
}
.type-forum .forum-listings.thread-listings tbody td.forum-item-count:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f27a";
  display: inline-block;
  margin-right: 0.5em;
  color: #cce9e5;
}
.type-forum .forum-listings.thread-listings tbody td a {
  color: #000000;
}
.type-forum .forum-listings caption {
  text-align: left;
  font-size: 110%;
  padding: 0 0 1em 0;
}
.type-forum .forum-listings caption em {
  font-size: 1.4em;
  font-weight: 400;
}
.type-forum .forum-listings thead tr th {
  border-right: none;
}
.type-forum .forum-listings thead tr th:first-child {
  border-left: none;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings tbody tr {
    border-bottom: 1px solid #dddddd;
    border-color: #dddddd;
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
  }
}
.type-forum .forum-listings tbody tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings tbody tr:last-child {
    border-bottom: 1px solid #dddddd;
  }
}
.type-forum .forum-listings tbody tr td {
  padding: 0.5em 1em;
  border-left: 1px solid #dddddd;
}
.type-forum .forum-listings tbody tr td:first-child {
  border-left: none;
}
.type-forum .forum-listings .forum-item-count {
  text-align: center;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-listings .forum-item-count {
    text-align: left;
  }
}
.type-forum .thread-header .return-to-thread-listings {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-top: 0;
  margin-bottom: 1em;
}
#container .type-forum .thread-header .return-to-thread-listings strong,
#container .type-forum .thread-header .return-to-thread-listings span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-forum .thread-header .return-to-thread-listings {
    min-width: 0;
  }
}
.type-forum .thread-header .return-to-thread-listings:before,
.type-forum .thread-header .return-to-thread-listings:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-forum .thread-header .return-to-thread-listings:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-forum .thread-header .return-to-thread-listings:hover,
.type-forum .thread-header .return-to-thread-listings:focus,
.type-forum .thread-header .return-to-thread-listings:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-forum .thread-header h3 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 1rem;
}
.type-forum .display-forum-thread .forum-thread {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4fr minmax(200px, 1fr);
}
@media only screen and (max-width: 55rem) {
  .type-forum .display-forum-thread .forum-thread {
    grid-template-columns: 1fr 3fr 1fr;
  }
}
.type-forum .display-forum-thread .forum-thread .forum-meta-wrap,
.type-forum .display-forum-thread .forum-thread .forum-message-meta {
  grid-column-start: 3;
  background-color: #f6f9fa;
  grid-row-start: 1;
  grid-row: span all;
  padding: 1em;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e8edee;
}
.type-forum .display-forum-thread .forum-thread .forum-meta-wrap time,
.type-forum .display-forum-thread .forum-thread .forum-message-meta time {
  order: -1;
}
.type-forum .display-forum-thread .forum-thread .forum-author-meta {
  background-color: #f6f9fa;
  grid-row: span all;
  padding: 1em;
  border-right: 1px solid #e8edee;
  grid-column-start: 1;
  grid-row-start: 1;
}
.type-forum .display-forum-thread .forum-thread .forum-author-meta .author-details {
  font-size: 120%;
  font-weight: 700;
  text-align: left;
  display: block;
}
.type-forum .display-forum-thread .forum-thread .forum-author-meta .author-details a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #e8edee;
  border: 2px solid #cce9e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta {
  font-size: 90%;
}
.type-forum .display-forum-thread .forum-thread .forum-message-meta datetime {
  font-weight: 700;
  padding: 0 1em 0 0;
}
.type-forum .display-forum-thread .forum-thread .back-to-top {
  margin-top: auto;
}
.type-forum .display-forum-thread .forum-thread .back-to-top:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f139";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 700;
}
.type-forum .display-forum-thread .forum-thread .forum-thread-message {
  padding: 1em;
  grid-column-start: 2;
  grid-row-start: 1;
}
.type-forum .display-forum-thread .forum-thread .forum-thread-message p {
  margin: 0.5em 0;
}
.type-forum .display-forum-thread .forum-thread.original-post {
  border: 1px solid #dddddd;
  min-height: 180px;
}
.type-forum .display-forum-thread .forum-thread.original-post .forum-thread-message {
  position: relative;
  padding-top: 1.5em;
}
.type-forum .display-forum-thread .forum-thread.original-post .forum-thread-message:before {
  content: "Original Post";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0072bc;
  color: #fff;
  padding: 0.25em 0.75em;
  font-weight: 700;
  font-size: 90%;
  border-bottom-left-radius: 0px;
}
.type-forum .display-forum-thread .forum-thread.post-reply {
  border: 1px solid #dddddd;
  border-bottom: none;
  border-top: none;
  grid-template-columns: 1fr 4fr 1fr;
  border-left: none;
}
.type-forum .display-forum-thread .forum-thread.post-reply .forum-author-meta {
  margin-left: 1.5em;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.type-forum .display-forum-thread .forum-thread.post-reply .forum-thread-message,
.type-forum .display-forum-thread .forum-thread.post-reply .forum-author-meta,
.type-forum .display-forum-thread .forum-thread.post-reply .forum-meta-wrap {
  border-bottom: 1px solid #dddddd;
}
.type-forum .forum-submission-form {
  position: relative;
}
.type-forum .forum-submission-form form {
  margin: 1em 0 0.5em 0;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-submission-form {
    padding: 1em;
    margin-top: 5em;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset {
  background-color: #fff;
  padding: 1em 2em;
  border-radius: 0px;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-submission-form #forum-message-form fieldset {
    width: 100%;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset legend {
  font-size: 140%;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 2em;
  margin-bottom: 1em;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row {
  padding: 1em 1em 0.5em 0;
  grid-template-columns: minmax(16%, min-content) auto;
  column-gap: 1em;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-submission-form #forum-message-form fieldset .row {
    display: block;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset .row label {
  display: block;
  padding: 0 0 0.25em 0;
  grid-column: 1;
  font-size: 90%;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row input {
  display: block;
  grid-column: 2;
  padding: 0.5em 2em 0.5em 0.5em;
  border-color: #ddd;
  border-width: 2px;
}
@media only screen and (max-width: 55rem) {
  .type-forum .forum-submission-form #forum-message-form fieldset .row input {
    width: 100%;
  }
}
.type-forum .forum-submission-form #forum-message-form fieldset .row select {
  min-height: 44px;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row textarea {
  min-height: 120px;
}
.type-forum .forum-submission-form #forum-message-form fieldset .row.comment-subject,
.type-forum .forum-submission-form #forum-message-form fieldset .row.comment-field,
.type-forum .forum-submission-form #forum-message-form fieldset .row.image-upload {
  flex: 1 1 100%;
}
.type-forum .forum-submission-form #forum-message-form fieldset .controls {
  padding: 1em 1em 0.5em 1em;
  text-align: right;
}
.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 #f6f9fa;
}
.type-forum #forum-reply-attempt-success a {
  text-decoration: underline;
}
.placement-row-1-up .type-listforumthreads_dis .content-items-list {
  grid-template-columns: repeat(auto-fill, minmax(22.8125rem, 1fr));
  gap: 10px 50px;
}
.placement-row-2-up .type-listforumthreads_dis .content-items-list {
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 10px 20px;
}
.type-listforumthreads_dis .list-content-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2em;
  gap: 1em;
  align-items: center;
}
.type-listforumthreads_dis .list-content-item > h3 {
  margin: 0;
  flex: 1 0 auto;
}
.type-listforumthreads_dis .list-content-item > h3 a {
  font-weight: normal;
  color: black;
  font-size: 0.85em;
}
.type-listforumthreads_dis .list-content-item > .favourite-container {
  position: absolute;
  right: 8px;
  top: 8px;
  display: none;
}
.type-listforumthreads_dis .list-content-item > .content-item-container {
  flex: 0 1 auto;
}
.type-listforumthreads_dis .list-content-item > .content-item-container p {
  display: none;
}
.type-listforumthreads_dis .list-content-item > .content-item-container .display-date {
  font-size: 10px;
}
.type-listforumthreads_dis .list-content-item > .content-item-container .item-month {
  display: none;
}
.type-listforumthreads_dis .content-wrapper-paginator-options {
  display: none;
}
.placement-row-1-up .type-listforumthreads .content-items-list {
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}
.placement-row-2-up .type-listforumthreads .content-items-list {
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
}
.type-listforumthreads .list-content-item {
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.6);
  position: relative;
}
.type-listforumthreads .list-content-item h3 {
  font-size: var(--font-size-base);
  margin-bottom: 20px;
}
.type-listforumthreads .list-content-item a {
  color: #000000;
  text-decoration: none;
}
.type-listforumthreads .list-content-item a:before {
  content: "";
  position: absolute;
  inset: 0;
}
.type-listforumthreads .list-content-item a:focus,
.type-listforumthreads .list-content-item a:hover {
  color: #0072bc;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.type-listforumthreads .list-content-item .favourite-container {
  position: absolute;
  right: 8px;
  top: 8px;
}
/*REPORTREE*/
.report-tree-placeholder .rt-node-description {
  border-top: none !important;
  margin: -1px 10px 0 10px;
}
.report-tree-placeholder .rt-node-description:empty {
  display: none;
}
.report-tree-placeholder .rt-node-form form {
  margin: 0 10px;
  padding: 0.4em;
  border: 1px solid #a3b0b6;
  border-top: none;
}
.report-tree-placeholder .rt-nodes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
.report-tree-placeholder .rt-nodes li {
  display: block;
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
}
@media only screen and (max-width: 55rem) {
  .report-tree-placeholder .rt-nodes li {
    transition: none;
    width: auto;
    float: none;
  }
}
.report-tree-placeholder .rt-nodes li.expanded {
  width: auto;
}
.report-tree-placeholder .rt-nodes li.expanded li.expanded {
  margin-left: -0.5em;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
  overflow: hidden;
  position: relative;
  margin: 0.4em 0 0 0;
  padding: 0.8em 1.2em;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  border: solid 1px #e8edee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease-out;
  min-height: 90px;
  background: white;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  background-color: #0072bc;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f9fa;
}
.report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 55rem) {
  .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 {
  min-height: 80px;
  max-height: 80px;
}
@media only screen and (max-width: 55rem) {
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f6f6f6;
  border: solid 1px #a3b0b6;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #a3b0b6;
  background: #e8edee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 55rem) {
  .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 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: #000000;
}
.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: 55rem) {
  .report-tree-placeholder .rt-node-form form fieldset .row table {
    table-layout: auto;
  }
}
.report-repair .report-tree-placeholder .rt-node-description {
  border-top: none !important;
  margin: -1px 10px 0 10px;
}
.report-repair .report-tree-placeholder .rt-node-description:empty {
  display: none;
}
.report-repair .report-tree-placeholder .rt-node-form form {
  margin: 0 10px;
  padding: 0.4em;
  border: 1px solid #a3b0b6;
  border-top: none;
}
.report-repair .report-tree-placeholder .rt-nodes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.report-repair .report-tree-placeholder .rt-nodes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.report-repair .report-tree-placeholder .rt-nodes .rt-nodes {
  margin-left: 1.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li {
  margin: 0;
  transition: margin-left 0.4s;
  margin-right: 0.5%;
  flex: 1 1 300px;
}
@media only screen and (max-width: 55rem) {
  .report-repair .report-tree-placeholder .rt-nodes li {
    transition: none;
    width: auto;
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded {
  width: auto;
}
.report-repair .report-tree-placeholder .rt-nodes li.expanded li.expanded {
  margin-left: -0.5em;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
  overflow: hidden;
  position: relative;
  border: solid 1px #e8edee;
  margin: 0.4em 0 0 0;
  padding: 0.8em 1.2em;
  font-size: 18px;
  line-height: 1.3;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s ease-out;
  min-height: 90px;
  background: white;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 10px;
  background-color: #0072bc;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:hover,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:focus,
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head:active {
  background: #f6f9fa;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-thumb {
  float: left;
  margin: -0.75em 1em -0.75em -0.5em;
}
@media only screen and (max-width: 55rem) {
  .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 {
  min-height: 80px;
  max-height: 80px;
}
@media only screen and (max-width: 55rem) {
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head {
    font-size: 14px;
  }
  .report-repair .report-tree-placeholder .rt-nodes li .rt-node .rt-node-head .rt-node-name {
    float: none;
  }
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded {
  position: relative;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description {
  padding: 1em;
  font-size: 16px;
  background: #f8f8f8;
  border: solid 1px #a3b0b6;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-description.empty {
  display: none;
}
.report-repair .report-tree-placeholder .rt-nodes li .rt-node.rt-node-expanded .rt-node-question .rt-node-back {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #a3b0b6;
  background: #e8edee;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (max-width: 55rem) {
  .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 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: #000000;
}
.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: 55rem) {
  .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 #0072bc;
  background: rgba(0, 114, 188, 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: #0072bc;
  margin: 0.4em 0;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #a3b0b6;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot:first-child .repair-slot-body {
  border-top: none;
}
.wsl-form-handler-messages .repair-booking-slots .repair-slot-list .repair-booking-day-slots .repair-booking-slot.preferred-slot .repair-slot-body:after {
  font-family: "Font Awesome 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: #0072bc;
  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: #333333;
  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 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: #0072bc;
  color: white;
  border-color: #0072bc;
  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 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: #000000;
}
.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 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 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: #0072bc;
  margin: 0 0.2em;
}
/*REPORTREE-END*/
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper {
  min-height: 65vh;
  position: relative;
  margin-top: 4em;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node {
  background-color: white;
  position: relative;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded {
    overflow: auto;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node .rt-node-head::before {
  display: none;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node .rt-node-thumb {
  display: none;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node .steps {
  display: none;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node .rt-node-body .rt-nodes.rt-node-children {
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(19em, 1fr));
  grid-gap: 1em;
  margin: 1.5em;
  overflow: hidden;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-head {
  border: none;
  background-color: transparent;
  min-height: fit-content;
  box-shadow: none;
  margin: 0;
  padding: 0;
  justify-self: flex-start;
  align-self: center;
  font-size: 25px;
  font-weight: 700;
  padding: 1.5em;
  padding-bottom: 0px;
  overflow: visible;
  width: 100%;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-head::after {
  content: "Go back";
  padding: 0.5em 1em;
  margin-top: 0;
  font-size: 20px;
  position: absolute;
  display: block;
  top: -60px;
  left: 0px;
}
@media only screen and (min-width: 840px) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body {
    overflow: auto;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-description {
  border: none;
  background-color: transparent;
  min-height: fit-content;
  box-shadow: none;
  margin: 0;
  padding: 0;
  justify-self: center;
  align-self: center;
  padding: 2.5em;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back {
  bottom: -70px;
  left: 0;
  top: auto;
  right: auto;
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  display: none;
}
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back strong,
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back {
    min-width: 0;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:before,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:hover,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:focus,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary strong,
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary {
    min-width: 0;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary:before,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary:hover,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary:focus,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-primary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary strong,
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary {
    min-width: 0;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary:before,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary:hover,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary:focus,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-secondary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #02b3dc 0%, #0072bc 100%);
}
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary strong,
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary {
    min-width: 0;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary:before,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary:hover,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary:focus,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back-tertiary:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back strong,
#container .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back {
    min-width: 0;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:before,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:hover,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:focus,
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .rt-node-body .rt-node-question .rt-node-back:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded > .steps {
  display: block;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: auto 1.7fr;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) {
    display: flex;
    flex-direction: column;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) > .rt-node-head {
  grid-area: 1/1/2/2;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) > .rt-node-thumb {
  display: block;
  grid-area: 1/2/3/3;
  height: 100%;
  width: 100%;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) > .rt-node-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 55rem) {
  .type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) > .rt-node-thumb {
    aspect-ratio: 21/9;
    position: relative;
    overflow: hidden;
    min-height: 200px;
  }
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:has(> .rt-node-thumb) > .rt-node-body {
  grid-area: 2/1/3/2;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:not(:has(> .rt-node-thumb)) > .rt-node-body > .rt-nodes.rt-node-children > .rt-node-child-item > .rt-node > .rt-node-thumb {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-child-item .rt-node.rt-node-expanded:not(:has(> .rt-node-thumb)) > .rt-node-body > .rt-nodes.rt-node-children > .rt-node-child-item > .rt-node > .rt-node-thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type-reporttree.quiz-tree .content-wrapper-inner .report-tree-placeholder .rt-nodes.rt-nodes-wrapper .rt-node-top-level > .rt-node > .rt-node-head::after {
  display: none !important;
}
[data-placement-class="MediaBrowser"] .mb-title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-placement-class="MediaBrowser"] .content-wrapper-inner {
  max-width: 56.8125rem;
}
.folder-breadcrumb {
  display: none;
  padding: 0 0 0.8em 0px;
  background-position: left 1px;
  background-repeat: no-repeat;
}
.folder-breadcrumb:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07b";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #0072bc;
  margin-right: 0.5em;
}
.media-search-inputs {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "search" "inputs";
}
@media only screen and (max-width: 55rem) {
  .media-search-inputs {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.media-search-inputs .inputs-container {
  grid-area: inputs;
  display: flex;
  gap: 9px;
}
.media-search-inputs input[type="submit"] {
  width: auto;
  margin: 3px 0 0 0.5em;
}
.media-search-inputs input[type="checkbox"] {
  margin-top: 0.6em;
}
.media-search-inputs label {
  margin-top: 0.4em;
  display: flex;
  align-items: center;
}
.media-search-inputs input[value="description"] {
  clear: none;
}
.ie7 .media-search-inputs input[value="display_name"] {
  clear: none;
}
.media-search-inputs-wrap {
  padding: 0;
  margin: 1em 0 1em 0;
  flex-wrap: wrap;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  display: inline-block;
  max-width: 0.5em 0;
  display: flex;
  gap: 9px;
}
.media-search-inputs-wrap input {
  margin: 0;
}
.media-search-inputs-wrap label {
  border: 1px solid #0072bc;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-height: 2.5rem;
  text-decoration: underline;
  margin: 0;
}
.media-search-inputs-wrap label:before {
  margin-right: 0.3em;
  color: #0072bc;
}
.media-search-inputs-wrap label:hover,
.media-search-inputs-wrap label:focus {
  text-decoration: none;
}
.media-search-inputs-wrap input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.media-search-inputs-wrap input .focusable:active,
.media-search-inputs-wrap input .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.media-search-inputs-wrap input:focus + label {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
.media-search-inputs-wrap input:checked + label {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #fff;
}
.media-search-inputs-wrap input:checked + label:before {
  color: #fff;
}
.media-search-inputs-wrap input[type="radio"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
}
.media-search-inputs-wrap input[type="radio"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.media-search-inputs-wrap input[type="checkbox"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  display: inline-block;
}
.media-search-inputs-wrap input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.media-search-inputs-wrap .media-filter {
  display: none;
}
@media only screen and (max-width: 55rem) {
  .media-search-inputs-wrap {
    margin: 0;
  }
}
.input-name-media-browser-list-search {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.input-name-media-browser-list-search .focusable:active,
.input-name-media-browser-list-search .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.results-filter-options {
  display: none;
  margin: 0.5em 0;
  padding: 0.5em;
}
.results-filter-options span {
  display: none;
}
.results-filter-options .status-filters {
  display: block;
}
.results-filter-options .status-filters a {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.ms-current {
  background-image: url("../images/media-browser/status-current.png");
}
.ms-underreview,
.ms-under-review {
  background-image: url("../images/media-browser/status-under-review.png");
}
.ms-expired {
  background-image: url("../images/media-browser/status-expired.png");
}
.ms-archived {
  background-image: url("../images/media-browser/status-archived.png");
}
.ms-all {
  padding-left: 0;
}
.media-display-table {
  border-collapse: collapse;
}
.media-display-table thead {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.media-display-table thead a {
  text-decoration: none;
}
.media-display-table thead .mb-sort {
  padding: 0 0 0 0;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.25em;
}
.media-display-table thead .mb-sort:before {
  margin-right: 0.5em;
  font-weight: bold;
}
.media-display-table thead .mb-sort.asc:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
  display: inline-block;
}
.media-display-table thead .mb-sort.desc:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  display: inline-block;
}
.media-display-table tr {
  border-bottom: 1px solid #979797;
}
.media-display-table tr td:nth-child(4) {
  max-width: 185px;
  font-size: 1rem;
  padding: 0.75rem 10px;
}
.media-display-table tr td {
  padding: 2rem 0.75rem;
}
.media-display-table tr td .cta {
  padding: 0;
  display: inline-flex;
  background-color: transparent;
  border: none;
  font-weight: 400;
  background: none;
  text-decoration: underline;
  color: #0072bc;
  margin-top: 0;
}
.media-display-table tr td .cta:hover:after,
.media-display-table tr td .cta:focus:after,
.media-display-table tr td .cta:active:after {
  transform: translateX(0);
}
.media-display-table tr td .cta:after {
  content: none;
}
.media-display-table td:has(.cta) {
  text-align: center;
}
.media-display-table td:has(.media-status) {
  display: none;
  text-align: center;
  position: relative;
}
.media-display-table .media-status {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-search-tools-wrap {
  width: 300px;
  grid-area: search;
  padding-top: 0 !important;
}
.media-search-tools-wrap input[type="search"] {
  position: relative !important;
  min-width: 300px;
}
fieldset:has(.input-name-media-browser-search-search),
fieldset:has(.input-name-blog-search),
form:has(.input-name-media-browser-folders-search),
.media-search-tools-wrap {
  position: relative;
  padding-top: 3em;
}
fieldset:has(.input-name-media-browser-search-search) input[type="search"],
fieldset:has(.input-name-blog-search) input[type="search"],
form:has(.input-name-media-browser-folders-search) input[type="search"],
.media-search-tools-wrap input[type="search"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
fieldset:has(.input-name-media-browser-search-search) input[type="submit"],
fieldset:has(.input-name-blog-search) input[type="submit"],
form:has(.input-name-media-browser-folders-search) input[type="submit"],
.media-search-tools-wrap input[type="submit"] {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0;
  width: 32px !important;
  height: 32px;
  text-indent: -9999px;
  background-image: url("../images/_site/theme/search.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
fieldset:has(.input-name-media-browser-search-search) input[type="submit"]:after,
fieldset:has(.input-name-blog-search) input[type="submit"]:after,
form:has(.input-name-media-browser-folders-search) input[type="submit"]:after,
.media-search-tools-wrap input[type="submit"]:after {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  color: black;
  width: 38px;
  height: 38px;
}
@media only screen and (max-width: 55rem) {
  .results-filter-options {
    display: none;
  }
  .media-history {
    display: none;
  }
}
input[name="media_search_term"] {
  width: auto;
}
.col input[name="media_search_term"] {
  width: 100%;
}
.mb-fldr-lst a {
  text-decoration: none;
}
.mb-fldr-lst label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.mb-fldr-lst label .focusable:active,
.mb-fldr-lst label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.col .mb-fldr-lst input[type="search"],
.col .mb-fldr-lst input[type="text"] {
  width: 100%;
}
.mb-fldr-lst input[type="submit"] {
  width: auto;
}
.col .mb-fldr-lst input[type="submit"] {
  width: 100%;
}
.mb-fldr-lst .mb-folders-list,
.mb-fldr-lst .mb-folder-item,
.mb-fldr-lst .sub-list ul,
.mb-fldr-lst .sub-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mb-fldr-lst .mb-folder-item:not(.root-folder) {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0.5em 0;
  position: relative;
  padding-right: 1em;
}
.mb-fldr-lst .mb-folder-item:not(.root-folder):after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mb-fldr-lst .mb-folder-item:not(.root-folder) a:hover {
  text-decoration: underline;
}
.mb-fldr-lst .md-lst-wrp {
  margin-top: 0.5em;
}
.mb-fldr-lst .md-lst-wrp:before {
  content: "Browse the folder structure to find your document. The results will appear in the table on the right.";
  padding-bottom: 1.5em;
  display: block;
}
.mb-fldr-lst .sub-list,
.mb-fldr-lst .sub-list ul {
  margin-left: 1.25em;
  margin-top: 0.5em;
}
.mb-fldr-lst .back-to-top-folder {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0.4em 0 0.4em 0;
}
.mb-fldr-lst .back-to-top-folder:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f3bf";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  transform: rotateY(180deg);
  margin-right: 0.5em;
  color: #0072bc;
}
.mb-fldr-lst .vw-fldr {
  padding-top: 2px;
}
.mb-fldr-lst .xpnd-fldr {
  height: 20px;
  background-position: center 1px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2px;
  padding-top: 0.25em;
  position: relative;
  align-self: flex-start;
  margin-right: 0.5em;
}
.mb-fldr-lst .xpnd-fldr:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07b";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #0072bc;
}
.mb-fldr-lst .xpnd-fldr.open:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07c";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #0072bc;
}
.mb-fldr-lst .lst-fldr > a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07b";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #0072bc;
  margin-right: 0.25em;
}
.mb-fldr-lst .root-folder > .xpnd-fldr {
  display: none;
}
.mb-fldr-lst .root-folder > .vw-fldr {
  position: relative;
  width: 100%;
}
.mb-fldr-lst .root-folder > .vw-fldr:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07c";
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 0.5em;
  color: #0072bc;
}
.mb-fldr-lst .root-folder > .vw-fldr:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mb-fldr-lst .empty > .xpnd-fldr {
  background-image: url("../images/media-browser/folder.png");
  background-position: 10px 1px;
  background-repeat: no-repeat;
}
.root-folder > .vw-fldr {
  font-weight: 700;
}
#file-viewer ul,
#file-viewer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#file-viewer .media-status {
  display: none;
  margin-bottom: 0.5em;
}
#file-viewer .media-status span {
  padding-left: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
#file-viewer.single-content .content-item-inner > .content-wrapper-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#file-viewer.single-content .content-item-inner > .content-wrapper-inner .content-wrapper-inner {
  order: -1;
}
#file-viewer section {
  padding: 1em;
  background-color: #f6f9fa;
}
#file-viewer section.media-history {
  grid-column: span 2;
}
@media only screen and (max-width: 55rem) {
  #file-viewer section.media-history {
    grid-column: span 1;
  }
}
#file-viewer .media-information {
  font-weight: 600;
}
#file-viewer .media-information span {
  font-weight: 400;
}
#file-viewer .media-file-owner {
  display: none;
}
.main-cols-container:has([data-placement-class="MediaBrowser"]) {
  grid-template-columns: minmax(min-content, 22rem) 1fr;
}
@media only screen and (max-width: 55rem) {
  .status-download-information,
  .media-information {
    float: none;
    width: auto;
  }
}
.media-history {
  clear: both;
  margin-top: 1em;
  float: left;
  width: 100%;
  display: none;
}
.ie7 .media-history {
  float: none;
}
.media-history .results-count {
  display: none;
}
.media-format,
.media-file-format .media-info {
  padding-left: 28px;
  height: 24px;
  line-height: 24px;
  background-position: 1px center;
  background-repeat: no-repeat;
}
.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-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");
}
.format-pdf {
  background-image: url("../images/media-browser/pdf.png");
}
.mb-pagination.top {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .content-headline,
[data-placement-class="SimpleMediaBrowserPlacement"] .smb-a-to-z {
  display: none;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .smb-parent-folder-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar {
  max-width: 24.5rem;
  margin-bottom: 36px;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar input[type="search"] {
  min-height: 4.6875rem;
  padding-right: 4.8125rem;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar .search-input-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar .search-input-wrap label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar .search-input-wrap:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 1;
  pointer-events: none;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .search-bar .submit-search-terms {
  position: absolute;
  right: 0;
  top: 0;
  width: 4.8125rem;
  bottom: 0;
  padding: 0 1.5rem;
  text-indent: -9999px;
  background: #0072bc;
  color: #fff;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .folder-name:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07b";
  display: inline-block;
  font-weight: 700;
  color: #0072bc;
  font-size: 1.375rem;
  margin-right: 20px;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .results-list-wrap .list-info h3 {
  display: flex;
  align-items: end;
}
[data-placement-class="SimpleMediaBrowserPlacement"] .results-list-wrap .total-count {
  margin-left: auto;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-light);
}
[data-placement-class="SimpleMediaBrowserPlacement"] table {
  border-collapse: collapse;
}
[data-placement-class="SimpleMediaBrowserPlacement"] thead th {
  background: #eaf2f6;
  border: none;
  padding: 25px 15px;
}
[data-placement-class="SimpleMediaBrowserPlacement"] thead th:first-child {
  border-right: 1px solid #0072bc;
  border-left: none;
}
[data-placement-class="SimpleMediaBrowserPlacement"] tbody td,
[data-placement-class="SimpleMediaBrowserPlacement"] tbody th {
  background: none;
  border-bottom: 1px solid #c4c4c4;
}
/*==== WSL PLACEMENTS ====*/
@media only screen and (max-width: 55rem) {
  .main-wrapper .content-headline h2 {
    margin: 0.4em 0 0.2em 0;
  }
}
.type-wslplacement .wsl-data-table {
  margin-top: 0.4em;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .wsl-data-table {
    font-size: 100% !important;
  }
}
.type-wslplacement .wsl-data-table .td-align-currency,
.type-wslplacement .wsl-data-table .td-align-number,
.type-wslplacement .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.type-wslplacement .wsl-data-table .content-headline h2 {
  margin: 0.4em 0 0.4em 0;
}
.type-wslplacement .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.type-wslplacement .wsl-data-table .show-transaction-details:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 900;
}
@media only screen and (max-width: 55rem) {
  .type-wslplacement .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .type-wslplacement .wsl-data-table th {
    display: none;
  }
  .type-wslplacement .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:before {
    content: attr(data-th);
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #404040;
    padding: 0.2rem 0 0 0;
  }
  .type-wslplacement .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:first-child:before {
    background: #003087;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .type-wslplacement .wsl-data-table td:empty {
    display: none;
  }
  .type-wslplacement .wsl-data-table .td-align-currency,
  .type-wslplacement .wsl-data-table .td-align-number,
  .type-wslplacement .wsl-data-table .td-align-date,
  .type-wslplacement .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.default.type-wslplacement .placement-inner {
  padding: 1.875rem;
  border-radius: 0px;
}
.default.type-wslplacement > *,
.default.type-wslplacement h2,
.default.type-wslplacement h3 {
  color: #000000;
}
.web-service-placement .content-headline h2 {
  margin: 0.4em 0;
}
.web-service-placement .profile-pod {
  display: flex;
  flex-wrap: wrap;
}
.web-service-placement .profile-pod.tenant-info li,
.web-service-placement .profile-pod.tenancy-contact-details li,
.web-service-placement .profile-pod.tenancy-info li {
  flex: 1 0 190px;
}
.web-service-placement .profile-pod.tenant-info .ti-email,
.web-service-placement .profile-pod.tenancy-contact-details .ti-email,
.web-service-placement .profile-pod.tenancy-info .ti-email {
  word-break: break-all;
}
.web-service-placement .profile-pod li {
  flex: 1 1 auto;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem;
  padding: 0.4em 1em 0.4em 0;
}
.web-service-placement .profile-pod li .lbl {
  letter-spacing: 0.1em;
  color: #003087;
  display: block;
  font-size: 70%;
  font-weight: 700;
  line-height: 1.4;
}
.web-service-placement .current-balance .content-wrapper {
  border: 1px solid #ddd;
  border-top: 2px solid #003087;
}
.web-service-placement .current-balance .content-item-inner {
  position: relative;
}
.web-service-placement .current-balance .content-wrapper-inner {
  padding: 0.8rem 1.6rem;
}
.web-service-placement .current-balance .content-headline {
  position: absolute;
  top: -2px;
  left: -1px;
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .content-headline {
    position: static;
  }
}
.web-service-placement .current-balance .content-headline h2 {
  background: #003087;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .content-headline h2 {
    display: block;
  }
}
.web-service-placement .current-balance .current-balance {
  text-align: right;
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .current-balance {
    text-align: center;
  }
}
.web-service-placement .current-balance .user-info {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.web-service-placement .current-balance .user-info .highlight {
  font-weight: 700;
}
.web-service-placement .current-balance .tenancy-balance-item {
  border-top: 1px solid #ddd;
  margin: 0.4em 0 0.4rem 0;
  padding: 0.8em 0 0 0;
}
.web-service-placement .current-balance .tenancy-balance-item:first-child {
  border-top: none;
  padding: 0.4rem 0 0 0;
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .tenancy-balance-item:first-child {
    padding: 0.2em 0 0 0;
  }
}
.web-service-placement .current-balance .single-tenancy .total-balance {
  margin: 0;
}
.web-service-placement .current-balance .total-balance {
  font-size: 1.8em;
  display: inline-block;
  padding: 0.4rem 0;
  line-height: 1;
  font-weight: 700;
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .total-balance {
    font-size: 10vw;
    letter-spacing: -2px;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 55rem) {
  .web-service-placement .current-balance .dwelling {
    display: block;
    text-align: center;
  }
}
.ui-dialog {
  margin: 0 0.8rem;
  border: none;
  background: #fff;
}
.ui-dialog.show-breakdown {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.ui-dialog.show-breakdown .wsl-data-table {
  margin-top: 0.4em;
}
@media only screen and (max-width: 55rem) {
  .ui-dialog.show-breakdown .wsl-data-table {
    font-size: 100% !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
.ui-dialog.show-breakdown .wsl-data-table .td-align-number,
.ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
  text-align: right;
}
@media only screen and (max-width: 55rem) {
  .ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-number,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
    text-align: left !important;
  }
}
.ui-dialog.show-breakdown .wsl-data-table .content-headline h2 {
  margin: 0.4em 0 0.4em 0;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details {
  text-decoration: none;
}
.ui-dialog.show-breakdown .wsl-data-table .show-transaction-details:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  display: inline-block;
  margin-right: 0.4em;
  font-weight: 900;
}
@media only screen and (max-width: 55rem) {
  .ui-dialog.show-breakdown .wsl-data-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .ui-dialog.show-breakdown .wsl-data-table th {
    display: none;
  }
  .ui-dialog.show-breakdown .wsl-data-table td {
    flex: 1 1 200px;
    padding: 0.4rem 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:before {
    content: attr(data-th);
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #404040;
    padding: 0.2rem 0 0 0;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:first-child {
    flex: 0 0 100%;
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:first-child:before {
    background: #001335;
    color: #fff;
    font-weight: 700;
    margin: -0.4rem -0.8rem 0.8rem -0.8rem;
    padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  }
  .ui-dialog.show-breakdown .wsl-data-table td:empty {
    display: none;
  }
  .ui-dialog.show-breakdown .wsl-data-table .td-align-currency,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-number,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-date,
  .ui-dialog.show-breakdown .wsl-data-table .td-align-debitcurrency {
    text-align: left;
  }
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4rem 0.8rem;
  background: #001335;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #ffffff;
  font-size: 90%;
  text-transform: capitalize;
  font-weight: 700;
}
.ui-dialog .ui-dialog-titlebar-close {
  transform: scale(1);
  transition: 0.25s linear;
  text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  display: inline-block;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  transform: scale(1.2);
  transition: 0.25s linear;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:active,
.ui-dialog .ui-dialog-titlebar-close .ui-icon .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ui-dialog .rent-statement-breakdown-response > p {
  font-size: 90%;
  margin: 0.8rem;
}
.ui-dialog .rent-statement-breakdown-response > p time {
  font-weight: 700;
}
@media only screen and (max-width: 55rem) {
  .ui-dialog .breakdown-details.wsl-data-table td:nth-child(5) {
    font-weight: 700;
    font-size: 120%;
  }
  .ui-dialog .breakdown-details.wsl-data-table td:nth-child(5):before {
    font-size: 1rem;
  }
}
.switch-tenancies .content-headline h2 {
  margin: 0.4em 0 0.4em 0;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy {
  background: #003087;
  color: #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item:hover .show-tenancy .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover .show-tenancy .tncy-id {
  background: #003087;
  color: #fff;
  border-bottom-color: #001e54;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item.active .tncy-id,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item.active .tncy-id {
  background: #003087;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.switch-tenancies .tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  color: #4d4d4d;
}
.tenancy-switcher-wrapper .accounts-list,
.tenancy-switcher-wrapper .tenancies-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media only screen and (max-width: 55rem) {
  .tenancy-switcher-wrapper .accounts-list,
  .tenancy-switcher-wrapper .tenancies-list {
    flex-wrap: wrap;
  }
}
.tenancy-switcher-wrapper .accounts-list .account-item,
.tenancy-switcher-wrapper .tenancies-list .account-item,
.tenancy-switcher-wrapper .accounts-list .tenancy-item,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item {
  flex: 1 1 auto;
  border: 1px solid #ccc;
  border-left: none;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 55rem) {
  .tenancy-switcher-wrapper .accounts-list .account-item,
  .tenancy-switcher-wrapper .tenancies-list .account-item,
  .tenancy-switcher-wrapper .accounts-list .tenancy-item,
  .tenancy-switcher-wrapper .tenancies-list .tenancy-item {
    border: 1px solid #ccc;
  }
}
.tenancy-switcher-wrapper .accounts-list .account-item:hover,
.tenancy-switcher-wrapper .tenancies-list .account-item:hover,
.tenancy-switcher-wrapper .accounts-list .tenancy-item:hover,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item:hover {
  background: white;
}
.tenancy-switcher-wrapper .accounts-list .account-item .account-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .account-item .account-item-wrap,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .account-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .account-item-wrap {
  padding: 0.4em 0.8em;
  display: block;
  flex: 1 1 auto;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .account-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tenancy-item-wrap,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tenancy-item-wrap {
  padding: 0.4rem 1.6rem;
  display: block;
  flex: 1 1 auto;
}
.tenancy-switcher-wrapper .accounts-list .account-item .show-tenancy,
.tenancy-switcher-wrapper .tenancies-list .account-item .show-tenancy,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .show-tenancy,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .show-tenancy {
  display: block;
  text-decoration: none;
}
.tenancy-switcher-wrapper .accounts-list .account-item:first-child,
.tenancy-switcher-wrapper .tenancies-list .account-item:first-child,
.tenancy-switcher-wrapper .accounts-list .tenancy-item:first-child,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item:first-child {
  border-left: 1px solid #ddd;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active,
.tenancy-switcher-wrapper .tenancies-list .account-item.active,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active {
  background: white;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active p,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p {
  color: #262626;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p:not(.tncy-id) .item-info,
.tenancy-switcher-wrapper .accounts-list .account-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .tenancies-list .account-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active p:not(.tncy-id) .address-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active p:not(.tncy-id) .address-info {
  color: #333;
}
.tenancy-switcher-wrapper .accounts-list .account-item.active:hover,
.tenancy-switcher-wrapper .tenancies-list .account-item.active:hover,
.tenancy-switcher-wrapper .accounts-list .tenancy-item.active:hover,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item.active:hover {
  text-decoration: none;
}
.tenancy-switcher-wrapper .accounts-list .account-item p,
.tenancy-switcher-wrapper .tenancies-list .account-item p,
.tenancy-switcher-wrapper .accounts-list .tenancy-item p,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item p {
  font-size: 90%;
  margin: 0.4em 0;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tncy-id,
.tenancy-switcher-wrapper .tenancies-list .account-item .tncy-id,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tncy-id,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tncy-id {
  margin: -0.4rem -1.6rem;
  padding: 0.4rem 1.6rem;
  background: #e8edee;
  font-size: 90%;
  border-bottom: 1px solid #a3b0b6;
}
.tenancy-switcher-wrapper .accounts-list .account-item .tncy-balance,
.tenancy-switcher-wrapper .tenancies-list .account-item .tncy-balance,
.tenancy-switcher-wrapper .accounts-list .tenancy-item .tncy-balance,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item .tncy-balance {
  font-size: 140%;
  margin-top: 0.8em;
}
.tenancy-switcher-wrapper .accounts-list .accnt-name,
.tenancy-switcher-wrapper .tenancies-list .accnt-name {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .accnt-number,
.tenancy-switcher-wrapper .tenancies-list .accnt-number {
  display: none;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .item-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .item-info {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info {
  font-weight: 700;
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info:after,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info:after {
  content: ", ";
}
.tenancy-switcher-wrapper .accounts-list .tenancy-item-wrap .tncy-address .address-info:last-child:after,
.tenancy-switcher-wrapper .tenancies-list .tenancy-item-wrap .tncy-address .address-info:last-child:after {
  content: "";
}
@media only screen and (max-width: 55rem) {
  .layout_1_0 .middle {
    border-left: none;
  }
}
@media only screen and (max-width: 55rem) {
  .statement-date-search .feedback-container {
    font-size: 90%;
  }
}
.date-search-container {
  display: flex;
  justify-content: space-between;
  margin: 1.2em 0 0.4em 0;
  flex-wrap: wrap;
  /*@media @mid-size {
    flex-wrap:wrap;
  }*/
}
@media only screen and (max-width: 55rem) {
  .date-search-container {
    margin: 0.4em 0;
    flex-wrap: wrap;
    padding-bottom: 38px;
    position: relative;
  }
}
.date-search-container .search-parameter {
  flex: 1 1 auto;
}
.date-search-container .search-parameter.rent-statement-search {
  position: relative;
  /*@media @mid-size {
        flex:1 0 100%;
      }*/
  /*@media @1024 {
        order:2;
      }
      @media @laptop {
        order:2;
      }*/
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter.rent-statement-search {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter.rent-statement-search {
    order: 2;
  }
}
.date-search-container .search-parameter.submit-previous {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-right: 0.4em;
  padding-top: 24px;
  /*@media @mid-size {
        //flex:1 1 100%;
      }*/
  /*@media @1024 {
        order:1;
        .a-txt {
          .visuallyhidden();
        }
      }
      @media @laptop {
        order:1;
      }*/
}
.date-search-container .search-parameter.submit-previous a {
  display: inline-block;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter.submit-previous {
    padding-top: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50%;
  }
  .date-search-container .search-parameter.submit-previous a {
    width: 34px;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter.submit-previous {
    order: 1;
  }
  .date-search-container .search-parameter.submit-previous .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
  }
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:active,
  .date-search-container .search-parameter.submit-previous .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter.submit-today {
  margin-top: 0.8em;
  text-align: center;
  /*@media @laptop {
        order:4;
        flex:0 0 100%;
      }
      @media @1024 {
        order:4;
        flex:0 0 100%;
      }*/
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter.submit-today {
    order: 4;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter.submit-today {
    margin-top: 0.4em;
    min-height: 40px;
  }
}
.date-search-container .search-parameter.submit-today .load-today {
  margin: 0 auto;
  display: inline-block;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter.submit-today .load-today {
    display: block;
    width: 100%;
    text-align: center;
    background: #e8edee !important;
    color: #000000;
    border-color: #ddd;
  }
}
.date-search-container .search-parameter.submit-next {
  flex: 0 1 auto;
  margin: auto 0 0.5em 0;
  padding-left: 0.4em;
  padding-top: 24px;
  /* @media @1024 {
        .a-txt {
          //.visuallyhidden();
        }
      }*/
  /* @media @1024 {
        order:3;
        .a-txt {
          .visuallyhidden();
        }
      }
      @media @laptop {
        order:3;
      }*/
}
.date-search-container .search-parameter.submit-next a {
  display: inline-block;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter.submit-next {
    padding: 0;
    flex: 1 1 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
  }
  .date-search-container .search-parameter.submit-next a {
    width: 34px;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter.submit-next {
    order: 3;
  }
}
.date-search-container .search-parameter .load-date-data {
  background: #0072bc;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
}
.date-search-container .search-parameter .load-date-data:visited {
  color: #fff;
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter .load-date-data {
    padding: 0.4em;
  }
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter .load-date-data.view-previous-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
  }
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-previous-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-previous-period:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  margin-right: 0.4em;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter .load-date-data.view-previous-period:before {
    margin-right: 0;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period {
  margin-left: auto;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter .load-date-data.view-next-period {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
  }
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:active,
  .date-search-container .search-parameter .load-date-data.view-next-period .a-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.date-search-container .search-parameter .load-date-data.view-next-period:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  margin-left: 0.4em;
}
@media only screen and (max-width: 55rem) {
  .date-search-container .search-parameter .load-date-data.view-next-period:after {
    margin-left: 0;
  }
}
.rent-statement-search legend {
  font-weight: 700;
  padding: 0.4em 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.rent-statement-search legend .focusable:active,
.rent-statement-search legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.rent-statement-search .date-range-filter {
  margin: auto 0;
  /*@media @mid-size {
      flex:0 1 100%;
    }*/
}
.rent-statement-search .filter-rent-options-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 0.4em;
  display: flex;
  justify-content: space-between;
  /*@media @mid-size {
      margin-bottom:@space-em;
      flex-wrap:wrap;
    }*/
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list {
    margin-bottom: 0.4em;
    flex-wrap: wrap;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: auto 0;
  position: relative;
  flex: 1 1 auto;
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item {
    flex: 1 0 100%;
    margin: 0.4em 0 0 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button {
  margin: auto 0;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
  padding: 0.8em 0.9em !important;
  /*@media @mid-size {
            .btn-txt {
              .visuallyhidden();
            }
          }*/
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range {
    display: block;
  }
}
@media only screen and (min-width: 52.5625rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:active,
  .rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range .btn-txt .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item button.search-date-range:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  display: inline-block;
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date,
  .rent-statement-search .filter-rent-options-list .filter-rent-item.end-date {
    margin-top: 0.2em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
  padding-right: 0.4em;
  /*@media @mid-size {
          padding-right:0;
        }*/
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.start-date {
    padding-right: 0;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
  flex: 0 0 auto;
  margin: auto 0 0 0;
  padding-left: 0.5em;
}
@media only screen and (max-width: 55rem) {
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range {
    padding-left: 0;
    flex: 0 0 100%;
  }
  .rent-statement-search .filter-rent-options-list .filter-rent-item.submit-range button {
    display: block !important;
    text-align: center;
    width: 100% !important;
    margin-top: 0.5em !important;
    margin-bottom: 0.5em;
  }
}
.rent-statement-search .filter-rent-options-list .filter-rent-item .field-lbl {
  display: block;
  margin-right: 0.4em;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 700;
}
.rent-statement-search .filter-rent-options-list .filter-rent-item .field-input {
  flex: 1 1 auto;
}
.rent-statement-search .filter-rent-options-list .next-rent-period {
  text-align: right;
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.portal-section .feedback,
.type-wslplacement .feedback {
  border: 1px solid #0072bc;
  background: #70c7ff;
  padding: 0.4em 0.8em;
}
.portal-section .feedback > *,
.type-wslplacement .feedback > *,
.portal-section .feedback div,
.type-wslplacement .feedback div,
.portal-section .feedback p,
.type-wslplacement .feedback p,
.portal-section .feedback span,
.type-wslplacement .feedback span {
  color: #ffffff;
}
.portal-section .feedback p:first-child,
.type-wslplacement .feedback p:first-child {
  font-weight: 700;
}
.portal-section .feedback.msg-data-loading,
.type-wslplacement .feedback.msg-data-loading {
  padding-left: 3em;
}
.portal-section .feedback.msg-data-loading:before,
.type-wslplacement .feedback.msg-data-loading:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0.6em 0.6em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #0072bc;
  border-top-color: #3db2ff;
  border-left-color: #3db2ff;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.portal-section .feedback.wsl-no-data,
.type-wslplacement .feedback.wsl-no-data,
.portal-section .feedback.validation-error,
.type-wslplacement .feedback.validation-error {
  border: 1px solid #d72638;
  background: #f9dbde;
  font-weight: 700;
}
.portal-section .feedback.wsl-no-data:before,
.type-wslplacement .feedback.wsl-no-data:before,
.portal-section .feedback.validation-error:before,
.type-wslplacement .feedback.validation-error:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
  color: #d72638;
}
.portal-section .feedback .filters-feedback,
.type-wslplacement .feedback .filters-feedback {
  font-weight: 700;
}
.wsl-table-feedback {
  display: block;
}
.wsl-table-feedback:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f071";
  display: inline-block;
  margin-right: 0.4em;
}
.data-loading {
  padding-left: 3em;
}
.data-loading:before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0.6em 0.6em 0 -2.2em;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border: 4px solid #003087;
  border-top-color: #075fff;
  border-left-color: #075fff;
  border-radius: 50%;
  animation: rotate360 1s infinite linear;
}
.statementwrap {
  position: relative;
}
.statementwrap.data-loading {
  padding-left: 0;
}
.statementwrap.data-loading:before {
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
}
.statementwrap.data-loading:after {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.balance-status-debit .total-balance {
  color: #da291c;
}
.balance-status-debit .total-balance:before {
  content: "Your account is in arrears by ";
  font-size: 1.6rem;
}
@media only screen and (max-width: 55rem) {
  .balance-status-debit .total-balance:before {
    letter-spacing: 0;
    display: block;
  }
}
.balance-status-credit .total-balance:before {
  content: "Your account is in credit by ";
  font-size: 1.6rem;
}
@media only screen and (max-width: 55rem) {
  .balance-status-credit .total-balance:before {
    letter-spacing: 0;
    display: block;
  }
}
.datafish-form-display.email-change-wrapper fieldset {
  margin: 0.4em 0;
  border: 1px solid silver;
  padding: 0.4em 0.8em;
}
.datafish-form-display.email-change-wrapper fieldset legend {
  font-weight: 700;
  margin: 0.4em 0 0 0;
  background: white;
  padding: 0.4em;
}
.datafish-form-display.email-change-wrapper .row {
  margin: 0.4em 0;
}
.datafish-form-display.email-change-wrapper .row label {
  font-size: 90%;
}
.datafish-form-display .actn-btn.update-details:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013";
  display: inline-block;
  margin-right: 4px;
}
.portal-title .main-editor-output ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portal-title .main-editor-output ul li {
  flex: 1 1 350px;
  margin: 0.4em;
}
.portal-title .main-editor-output ul li .cta {
  display: block;
}
.form .rt-field-wrap {
  word-break: break-all;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.form .rt-field-wrap .focusable:active,
.form .rt-field-wrap .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-settings-wrapper .pers-set-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: solid 1px #e8edee;
  display: flex;
  gap: 0.25em;
}
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:before,
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:after {
  content: " ";
  display: table;
}
.no-flexbox .personal-settings-wrapper .pers-set-tabs ul:after {
  clear: both;
}
.personal-settings-wrapper .pers-set-tabs ul li {
  padding: 0.5em 1.2em;
  margin: 0;
  border: 1px solid #e8edee;
  border-bottom: none;
}
.col .personal-settings-wrapper .pers-set-tabs ul li {
  width: 100%;
  float: none;
}
.personal-settings-wrapper .pers-set-tabs ul li a {
  color: #000000;
  text-decoration: none !important;
}
.personal-settings-wrapper .pers-set-tabs ul li.current-tab {
  background: #e8edee;
}
.personal-settings-wrapper .pers-set-tab-content {
  padding: 1em;
  border-left: solid 1px #e8edee;
  border-bottom: solid 1px #e8edee;
  border-right: solid 1px #e8edee;
}
.statement-content-wrapper .wsl-generate-pdf {
  background: #da291c;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: inline-block;
}
.statement-content-wrapper .wsl-generate-pdf:visited {
  color: #fff;
}
.statement-content-wrapper .wsl-generate-pdf:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.5em;
}
.statement-content-wrapper .wsl-generate-pdf:hover,
.statement-content-wrapper .wsl-generate-pdf:focus,
.statement-content-wrapper .wsl-generate-pdf:active {
  color: #fff;
}
.service-date {
  font-weight: 700;
  display: block;
  margin: 0.33em 0;
}
.service-date:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06a";
  display: inline-block;
  font-weight: 900;
  margin-right: 0.33em;
}
.service-date.out-of-date {
  color: #da291c;
}
.service-date.out-of-date:before {
  content: "\f057";
}
.service-date.near-date {
  color: #425563;
}
.service-date.near-date:before {
  content: "\f06a";
}
.service-date.in-date {
  color: #229955;
}
.service-date.in-date:before {
  content: "\f058";
}
.rt-node-form {
  padding: 2em;
  background-color: #f6f9fa;
  border-radius: 20px;
  margin: 1em 0;
}
.rt-node-form [data-ff-ac="ReportTree"] {
  display: none;
}
.rt-node-form.loading {
  position: relative;
}
.rt-node-form.loading .loader-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.rt-node-form.loading .loader,
.rt-node-form.loading .loader:before,
.rt-node-form.loading .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.rt-node-form.loading .loader {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.rt-node-form.loading .loader:before,
.rt-node-form.loading .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.rt-node-form.loading .loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.rt-node-form.loading .loader:after {
  left: 3.5em;
}
@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
a.rt-node-restart {
  border: none;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  color: #fff;
  text-decoration: none;
}
#container a.rt-node-restart strong,
#container a.rt-node-restart span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  a.rt-node-restart {
    min-width: 0;
  }
}
a.rt-node-restart:before,
a.rt-node-restart:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
a.rt-node-restart:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f021";
  display: inline-block;
  position: absolute;
}
a.rt-node-restart:hover,
a.rt-node-restart:focus,
a.rt-node-restart:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
[data-placement="confirm-slot-button"] {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container [data-placement="confirm-slot-button"] strong,
#container [data-placement="confirm-slot-button"] span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  [data-placement="confirm-slot-button"] {
    min-width: 0;
  }
}
[data-placement="confirm-slot-button"]:before,
[data-placement="confirm-slot-button"]:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
[data-placement="confirm-slot-button"]:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  position: absolute;
}
[data-placement="confirm-slot-button"]:hover,
[data-placement="confirm-slot-button"]:focus,
[data-placement="confirm-slot-button"]:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
[data-repairbookingelement]:not(:has(.slots-wrapper)) {
  background-color: #fff;
  border-radius: 20px;
  margin: 1em 0;
  padding: 2em;
}
[data-repairbookingelement] .slots {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  display: grid;
  grid: auto-flow / repeat(auto-fit, minmax(20em, 1fr));
  grid-gap: 1.5em;
}
@media only screen and (max-width: 55rem) {
  [data-repairbookingelement] .slots {
    flex-direction: column;
  }
}
[data-repairbookingelement] .slot-date {
  font-weight: bold;
  text-align: center;
}
[data-repairbookingelement] .slot {
  background: #f6f9fa;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
[data-repairbookingelement] .slot:hover,
[data-repairbookingelement] .slot:focus,
[data-repairbookingelement] .slot:active {
  cursor: pointer;
  background: #dce8eb;
}
[data-repairbookingelement] .slot.active {
  background: #bee7cf;
}
[data-repairbookingelement] .slot.active p {
  position: relative;
}
[data-repairbookingelement] .slot.active p:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
[data-repairbookingelement] .slot:before {
  position: absolute;
  left: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
[data-repairbookingelement] .slot.am:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f185";
  display: inline-block;
  display: flex;
}
[data-repairbookingelement] .slot.am:only-child {
  margin-bottom: auto;
}
[data-repairbookingelement] .slot.pm:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e010";
  display: inline-block;
  display: flex;
}
[data-repairbookingelement] .slot.pm:only-child {
  margin-top: auto;
}
[data-repairbookingelement] .slot-item {
  padding: 0.5em;
  border-radius: 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  border: 4px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(187, 187, 187, 0.5);
  background: #fff;
}
[data-repairbookingelement] .slot-item > * {
  padding: 0.25em;
}
[data-repairbookingelement] .slot-item.active {
  border: 4px solid #bee7cf;
}
[data-repairbookingelement] .pagination-buttons .pagination-next {
  margin-left: auto;
}
[data-repairbookingelement] .pagination-buttons .pagination-next .btn {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container [data-repairbookingelement] .pagination-buttons .pagination-next .btn strong,
#container [data-repairbookingelement] .pagination-buttons .pagination-next .btn span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  [data-repairbookingelement] .pagination-buttons .pagination-next .btn {
    min-width: 0;
  }
}
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:before,
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:hover,
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:focus,
[data-repairbookingelement] .pagination-buttons .pagination-next .btn:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"] {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container [data-repairbookingelement] .action-bts .btn[data-hook="go-back"] strong,
#container [data-repairbookingelement] .action-bts .btn[data-hook="go-back"] span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  [data-repairbookingelement] .action-bts .btn[data-hook="go-back"] {
    min-width: 0;
  }
}
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:before,
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:hover,
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:focus,
[data-repairbookingelement] .action-bts .btn[data-hook="go-back"]:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
[data-repairbookingelement] .action-bts .btn .confirm-slot-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"] {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
}
#container [data-repairbookingelement] .action-bts .btn[data-hook="confirm"] strong,
#container [data-repairbookingelement] .action-bts .btn[data-hook="confirm"] span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  [data-repairbookingelement] .action-bts .btn[data-hook="confirm"] {
    min-width: 0;
  }
}
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:before,
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  display: inline-block;
  position: absolute;
}
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:hover,
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:focus,
[data-repairbookingelement] .action-bts .btn[data-hook="confirm"]:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
/*------------- Events Calendar ----------------*/
.events-calendar-top {
  padding-bottom: 0em;
}
.events-calendar-top ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
  border-bottom: 1px solid #a7a7a7;
}
@media only screen and (max-width: 55rem) {
  .events-calendar-top ol {
    gap: 0.25em;
  }
}
.events-calendar-top ol li {
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .events-calendar-top ol li {
    flex: 1 1 48%;
  }
}
.events-calendar-top ol li.selected-view {
  background-color: #fff;
  transform: translateY(1px);
}
.events-calendar-top ol li.selected-view a {
  background: none;
  transform: translateY(-1px);
}
@media only screen and (max-width: 55rem) {
  .events-calendar-top ol li.selected-view a {
    width: 100%;
  }
}
.events-calendar-top ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  background-color: #f3f3f3;
  text-decoration: none;
  background-position: left center;
  background-repeat: no-repeat;
}
.events-calendar-top ol li a:hover {
  text-decoration: underline;
}
.events-calendar-top ol li a.month-view:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  color: #0072bc;
}
.events-calendar-top ol li a.week-view:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f783";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  color: #0072bc;
}
.events-calendar-top ol li a.day-view:before,
.events-calendar-top ol li a.today-view:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f133";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  color: #0072bc;
}
.events-calendar-top ol li a.all-types-view:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02c";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  color: #0072bc;
}
.events-calendar-top ol li a.all-events-view:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f274";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 900;
  color: #0072bc;
}
#container .event-calendar-time-navigation {
  position: relative;
  margin-top: 2.5rem;
}
#container .event-calendar-time-navigation .content-headline {
  border-radius: 0px;
  margin-top: 1em;
  margin-top: 0;
}
#container .event-calendar-time-navigation .content-headline h2 {
  margin: 0;
}
#container .event-calendar-time-navigation .month-year-nav {
  margin: 1em 0;
  padding: 0 1em;
}
.event-key {
  margin-top: 0.3em;
}
.event-key .event-key-table {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-key .event-key-table li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 1em;
}
.event-key .event-key-table span {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  vertical-align: middle;
}
.event-key .event-key-table .event-type-name {
  display: inline-block;
}
.type-eventscalendar .venue-itinerary-form {
  display: none;
}
/*------------- Month View ----------------*/
.activity-calendar {
  /*--- Mini calendar for mobile and columns ---*/
  /*--- In a column or mulitple placement row ---*/
}
.activity-calendar .content-headline {
  border-bottom: none !important;
}
.activity-calendar .content-headline h2 {
  margin-top: 0;
  text-align: center;
}
.activity-calendar .month-year-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.activity-calendar .month-year-nav > a {
  color: #000000;
  font-weight: 700;
}
.activity-calendar .prev-year {
  justify-content: flex-start;
  order: 0;
}
.activity-calendar .prev-year:before {
  content: "<<";
}
.activity-calendar .next-year {
  justify-content: flex-end;
  justify-self: end;
  order: 4;
}
.activity-calendar .next-year:after {
  content: ">>";
}
.activity-calendar .prev-month {
  order: 1;
  margin-right: auto;
}
.activity-calendar .prev-month:before {
  content: "<";
}
.activity-calendar .next-month {
  order: 2;
  margin-left: auto;
}
.activity-calendar .next-month:after {
  content: ">";
}
.activity-calendar .ac-calendar {
  margin: 0 0 0.8em 0;
}
.activity-calendar .days-head {
  margin-top: 1rem;
  border-spacing: 6px;
}
.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 table th {
  text-align: center;
}
.activity-calendar table td {
  border-right: 0;
  border-top: 0;
  vertical-align: top;
}
@media only screen and (max-width: 55rem) {
  .activity-calendar table td {
    border: none !important;
    border-bottom: 1px solid none !important;
  }
  .activity-calendar table td:first-child {
    border-top: 1px solid none !important;
  }
}
.activity-calendar table td .ac-day-inner p {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: #000000;
  margin: 0.25em 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
.activity-calendar table td .ac-day-inner a {
  color: #000000;
}
.activity-calendar .days-head td {
  height: 5rem;
  background: #f6f6f6;
  border-radius: 6px;
}
.activity-calendar .ac-calendar-lead {
  border-radius: 0px !important;
}
.activity-calendar .ac-activity {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50% !important;
  border: 0;
  margin: 0.3em 0.3em 0 0;
  color: rgba(0, 0, 0, 0);
}
.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: 0px !important;
  border-bottom: solid 4px;
  color: #000000;
  width: auto;
  height: auto;
  font-size: 80%;
  line-height: 1;
  transition: border-bottom 0.2s ease-out;
  padding-bottom: 3px;
}
.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 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 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;
}
.single-event-wrap .basic-event-details,
.event-list-wrap .basic-event-details,
.single-event-wrap .event-details,
.event-list-wrap .event-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-event-wrap .basic-event-details li,
.event-list-wrap .basic-event-details li,
.single-event-wrap .event-details li,
.event-list-wrap .event-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table-row;
}
.single-event-wrap .basic-event-details li span,
.event-list-wrap .basic-event-details li span,
.single-event-wrap .event-details li span,
.event-list-wrap .event-details li span {
  padding-bottom: 0.5em;
}
.single-event-wrap .basic-event-details li .event-label,
.event-list-wrap .basic-event-details li .event-label,
.single-event-wrap .event-details li .event-label,
.event-list-wrap .event-details li .event-label {
  display: table-cell;
  padding-right: 0.8em;
  color: #000000;
}
.event-type-colour {
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
/*------------- 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;
}
.type-recurringeventscalendar table thead th {
  background-color: #ebe6f2;
  border: none;
  border-radius: 0px;
  font-weight: 400;
  padding: 0.75rem;
}
.type-recurringeventscalendar .no-events {
  margin-top: 3rem;
}
.type-recurringeventscalendar .event-week-view .content-item-inner > h3 {
  font-size: var(--font-size-lg);
  margin-top: 3rem;
}
.type-recurringeventscalendar .event-week-view .content-item-inner h4 {
  margin-top: 1rem;
  font-size: var(--font-size-md);
}
.type-textcontent.default.text-column .content-wrapper-inner {
  flex-direction: column;
}
.type-textcontent.default.reverse-image .content-wrapper-inner {
  flex-direction: row-reverse;
}
/*==== RECURRING EVENTS ====*/
#container .type-recurringeventsearch .placement-inner {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 1em;
}
.type-recurringeventsearch .content-headline h2 {
  font-size: 1.5em;
}
.type-recurringeventsearch #event-search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
  font-size: 14px;
  margin-top: 1em;
}
.type-recurringeventsearch #event-search-form fieldset,
.type-recurringeventsearch #event-search-form legend {
  border-radius: 0.4em;
}
.type-recurringeventsearch #event-search-form fieldset {
  background-color: white;
  border: 1px solid #ddd;
  padding: 0.4em;
  flex: 1 0 auto;
  width: 100%;
}
.type-recurringeventsearch #event-search-form legend {
  background-color: rgba(0, 114, 188, 0.2);
  color: black;
  margin-left: 5px;
  padding: 0.2em 0.8em;
  font-weight: 700;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.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;
}
.col .type-recurringeventsearch #event-search-form input[type="date"] {
  width: 100%;
}
.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%;
  display: flex;
  gap: 0.5em;
}
.type-recurringeventsearch #event-search-form .actn-btn-row .actn-btn.actn-primary.actn-search {
  background-color: #0072bc;
}
.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 .CustomComboBoxField {
  padding: 0.5em 2.25em 0.5em 0.75em;
}
.type-recurringeventsearch .actn-btn.actn-secondary {
  background-color: transparent;
  border: 1px solid grey;
  color: grey;
}
.type-listrecurringevents .recurring-event-list-wrap > .content-item-inner > a:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  margin-right: 10px;
}
.type-listrecurringevents .recurring-event-list-wrap .content-items-list:has(.list-item-summary) {
  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;
  padding: 0;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
  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;
  border: 2px solid #e8edee;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:hover,
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:has(:focus) {
  transform: translateY(-8px);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.6);
}
#container .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:hover .date-day,
#container .type-listrecurringevents .recurring-event-list-wrap .recurring-event-item:has(:focus) .date-day {
  color: #000000;
}
.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;
  z-index: 2;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header:has(~ .list-content-main-image) .list-item-actn-link {
  color: #fff;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 {
  order: 2;
  flex: 0 0 100%;
  font-weight: 500;
  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;
  text-decoration: none;
  font-size: var(--base-font-size);
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:focus,
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-header h3 .list-item-actn-link:hover {
  text-decoration: underline;
}
.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;
}
.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: #0072bc;
  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;
  position: relative;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image .main-img-wrap:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-content-main-image .main-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.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;
  display: flex;
  align-items: center;
  padding-top: 1em;
}
.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 .list-item-price-lines .price {
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  padding: 0.25em 0.75em;
}
.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 {
  margin: 0;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details .list-item-types:has(event-type-name) {
  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;
  border: 1px solid #0072bc;
}
.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;
}
.type-listrecurringevents .recurring-event-list-wrap .recurring-event-item .list-item-details ol li .list-item-venue {
  font-weight: 500;
}
.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: #0072bc;
  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 .recurring-event-list-wrap:not(:has(.list-item-summary)) {
  display: flex;
  flex-direction: column;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .cta {
  margin-left: auto;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .content-items-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.5625rem, 1fr));
  gap: 2rem;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-content-main-image {
  display: none;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .recurring-event-item {
  display: grid;
  padding: 1rem 1rem 1.25rem;
  grid-template-columns: 3.75rem auto;
  grid-template-rows: auto auto;
  column-gap: 0.8125rem;
  grid-template-areas: "date title" "date details";
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-details {
  padding: 0;
  grid-area: details;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-venues {
  margin-bottom: 0;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-venues h4 {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-header {
  grid-area: title;
  flex: 1;
  padding: 0;
  align-self: start;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-header h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-header h3 a {
  color: #000000;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-header h3 a:after {
  content: none;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .dates {
  display: flex;
  font-weight: 400;
  font-size: 0.875rem;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .dates:before {
  content: "Date";
  font-weight: 700;
  margin-right: 0.5rem;
  width: 3.625rem;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .date-container {
  grid-area: date;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .date-container .date-month {
  font-size: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .date-container .date-day {
  font-size: 3rem;
  font-family: var(--font-family-heading);
  color: #0072bc;
  transition: color 0.2s ease;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-date {
  width: 100%;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-venue {
  font-weight: 400;
  font-size: 0.875rem;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .list-item-venue:before {
  content: "Location";
  font-weight: 700;
  margin-right: 0.5rem;
}
.type-listrecurringevents .recurring-event-list-wrap:not(:has(.list-item-summary)) .content-wrapper-paginator-options {
  display: none;
}
.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;
  text-indent: -9999px;
}
.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 .event-list-pagination {
  grid-area: 1/1/2/4;
}
.type-listrecurringevents .event-list-pagination form {
  display: flex;
  align-items: center;
  gap: 0.25em;
  justify-content: center;
}
.type-listrecurringevents .event-list-pagination form input[type="submit"] {
  margin-top: 0;
}
.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: 55rem) {
  .type-listrecurringevents .single-event-wrap > .content-wrapper-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner h3 {
  margin-bottom: 0.25em;
}
.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-radius: 10px;
  background-color: rgba(0, 114, 188, 0.1);
  display: flex;
  align-items: center;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner > .content-headline h2 {
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-content-main-image {
  order: -1;
  flex: 1 0 20em;
  text-align: center;
}
.type-listrecurringevents .single-event-wrap > .content-wrapper-inner .list-content-main-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  min-height: 200px;
}
.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;
  border: 1px solid #0072bc;
}
.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;
  padding-top: 2em;
  margin-top: 1em;
}
.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-details-list {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 55rem) {
  .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: 55rem) {
  .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: 55rem) {
  .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: 55rem) {
  .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 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: 55rem) {
  .type-listrecurringevents .single-event-wrap .list-item-details .event-occurrence-details-list .event-occurrence-head {
    font-size: 12px;
  }
}
.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: 55rem) {
  .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;
  height: 100%;
}
.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: 55rem) {
  .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;
}
/*
// Stripe paymemnt processing panel
.actn-book.booking-avail {
  &.loading {
    
  }
}

@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:fade(black,50%);
    transition: all .3s ease;
    opacity: 1;
    z-index: 8000;
  }
}
.outer-panel-wrapper {

  .outer-panel { // Main coloured 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 rgb(0 0 0 / 60%);
    @media @tablet { // Wider on mobile
      right: -70vw;
      width: 70vw;
    }
    &:before { // Animated loading element
      content: '';
      height:25px;
      width:25px;
      border: 8px solid fade(#f3f3f3,50%); 
      border-top: 8px solid @primary; 
      border-radius: 25px;
      transition: opacity .2s ease;
      animation: spin 2s linear infinite;
      font-size: 10px;
      position: absolute;
      opacity:0;
    }
    &:after { // Static loading text
      content: 'LOADING';
      position: absolute;
      transition: opacity .2s ease;
      font-size: 12px;
      margin-top:75px;
      opacity:0;
    }
    
    &.loading { // While loading, slide out a little bit and show the loading indicators
      right:-20vw;
      &:after {
        opacity:1;
      }
      &:before {
        opacity:1;
      }
    }
    &.panel-open:not(.loading) { // No longer loading, hide loaders and slide out panel all the way
      right: -10px;
      &:before {
        opacity:0;
        display:none;
      }
      &:after {
        opacity:0;
        display:none;
      }
    }
    .close-panel-link { // Close panel 'x' button 
      position:absolute;
      top:0;
      left:0;
      span {
        .visuallyhidden();
      }
      &:before {
        .add-icon('f057');
        font-size:30px;
        padding:1em;
      }
      &:hover {
        cursor: pointer;
      }
      &:focus {
        background-color:white;
      }
      &:hover, &:focus {
        color:black;
      }
    }
    .stripe-payment-panel { // Payment inner wrap
      margin-left: auto;
      margin-right: auto;
      .payment-summary { // Summary text
        &:before {
          .add-icon('f2f7');
          font-size:75px;
          color:fade(black,10%);
          width: 100%;
          text-align: center;
          margin-bottom:15px;
        }
        p {
          font-size: 1.25em;
        }
        .amount {
          font-size: 1.25em;
          font-weight: bold;
        }
        .item-name {
          font-size: 1.25em;
        }
      }
      #payment-element { // Actual form
        margin-bottom:0.5em;
      }
    }
    section[data-placement*="discount-wrapper"] { // Accordion for the discount code
        .code-closed {
          + div {
            display:none;
          }
        }
        #container & {
          button.actn-btn {
            background: transparent;
            border: 1px solid white;
            margin-bottom: 0.8em;
          }
        }
        
        > div {
          form {
            display: flex;
            align-items: center;
            #discount-input {
              //font-size: 1.4em;
            }
            button {
              &.remove-discount-btn {
                background: #696969;
              }
            }
            &.discount-failed {
               + .info-text {
                color:red;
                &:before {
                  content:"\f06a";
                }
              }
            }
            &.discount-success {
               + .info-text {
                color:green;
                &:before {
                  content:"\f058";
                }
              }
            }
          }
          .info-text {
            font-size: 13px;
            &:before {
              .add-icon('f05a');
              margin-right:10px;
            }
            &:empty {
              &:before {
                display:none;
              }
            }
            
          }
        }
        button h4 {
          margin:0;
        }
    }
  }
}
*/
.fee-controls-wrapper .actn-btn.btn-create {
  margin-right: 30px;
}
#container .type-listrecurringevents.recurring-events-minilist .placement-inner {
  margin-top: 4em;
  margin-bottom: 4em;
}
.type-listrecurringevents.recurring-events-minilist .content-items-list {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: minmax(206px, min-content) minmax(206px, min-content);
  gap: 1em;
  grid-template-areas: "featured-event event-sq-1 event-sq-2" "featured-event event-sq-3 event-sq-4";
}
@media only screen and (max-width: 55rem) {
  .type-listrecurringevents.recurring-events-minilist .content-items-list {
    display: flex;
  }
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item {
  display: flex;
  align-content: flex-end;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:nth-child(1) {
  grid-area: featured-event;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:nth-child(2) {
  grid-area: event-sq-1;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:nth-child(3) {
  grid-area: event-sq-2;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:nth-child(4) {
  grid-area: event-sq-3;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:nth-child(5) {
  grid-area: event-sq-4;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item:first-of-type .list-item-summary {
  display: block !important;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item * {
  color: #fff;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-header {
  padding-top: 1.5em;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-header h3 {
  font-weight: var(--font-weight-bold);
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-header .list-item-actn-link {
  font-size: var(--font-size-xl);
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-header .list-item-actn-link:after {
  display: none !important;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-content-main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-content-main-image .main-img-wrap {
  height: 100%;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-content-main-image .main-img-wrap:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 2, 48, 0.91) 72%);
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details {
  z-index: 1;
  font-size: 90%;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-organiser,
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-price-lines {
  display: none;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-summary {
  display: none;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-types {
  margin: 0;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-types h4 {
  display: none;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-types .event-types-item {
  position: absolute;
  top: 5px;
  right: 15px;
  left: 15px;
  font-size: 80%;
  text-align: right;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details .list-item-date-lines .venue-name {
  display: none;
}
.type-listrecurringevents.recurring-events-minilist .recurring-event-item .list-item-details h4 {
  color: #fff;
}
.type-listrecurringevents.recurring-events-minilist .content-wrapper-paginator-options {
  display: none;
}
.type-propertylist .main-image {
  text-align: center;
}
.property-search-example {
  display: block;
  font-size: var(--font-size-sm);
  margin-top: 0.5em;
}
.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;
  position: relative;
}
.type-propertymap .map-control-wrap {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.property-map-pins-key .property-type-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.map-toggle ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.map-toggle .sub-item-info-list .info-item {
  padding: 0;
  margin: 1em 0 1em 0;
  flex-wrap: wrap;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
}
.map-toggle .sub-item-info-list .info-item input {
  margin: 0;
}
.map-toggle .sub-item-info-list .info-item label {
  border: 1px solid #0072bc;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  max-height: 2.5rem;
  text-decoration: underline;
  margin: 0;
}
.map-toggle .sub-item-info-list .info-item label:before {
  margin-right: 0.3em;
  color: #0072bc;
}
.map-toggle .sub-item-info-list .info-item label:hover,
.map-toggle .sub-item-info-list .info-item label:focus {
  text-decoration: none;
}
.map-toggle .sub-item-info-list .info-item input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.map-toggle .sub-item-info-list .info-item input .focusable:active,
.map-toggle .sub-item-info-list .info-item input .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.map-toggle .sub-item-info-list .info-item input:focus + label {
  outline: 3px solid #fd0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 2px !important;
  box-shadow: inset 0 0 0 4px !important;
}
.map-toggle .sub-item-info-list .info-item input:checked + label {
  border-color: #0072bc;
  background-color: #0072bc;
  color: #fff;
}
.map-toggle .sub-item-info-list .info-item input:checked + label:before {
  color: #fff;
}
.map-toggle .sub-item-info-list .info-item input[type="radio"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  display: inline-block;
}
.map-toggle .sub-item-info-list .info-item input[type="radio"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
.map-toggle .sub-item-info-list .info-item input[type="checkbox"] + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  display: inline-block;
}
.map-toggle .sub-item-info-list .info-item input[type="checkbox"]:checked + label:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  display: inline-block;
}
@media only screen and (min-width: 52.5625rem) {
  .layout_1_1 .col .type-propertymap .map-wrapper {
    height: 220px;
  }
}
p.property-results {
  text-align: center;
  font-size: var(--font-size-sm);
}
.view-property-details {
  text-align: center;
}
.property-list-pagination {
  margin: 1em auto;
}
.property-list-pagination form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-list-pagination form > * {
  padding: 0 0.5em;
  margin: 0 0.25em;
}
.property-list-pagination form label {
  font-weight: bold;
  margin-top: 0;
}
.property-list-pagination form a {
  /*padding: .5em 2em .5em 2em;*/
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: auto !important;
  border-radius: 50% !important;
  padding: 0 !important;
  position: inherit !important;
  background: #fff;
  font-weight: bold;
}
.property-list-pagination form a:hover,
.property-list-pagination form a:focus,
.property-list-pagination form a:active {
  text-decoration: none;
}
.property-list-pagination select {
  width: auto;
  padding: 0.5em 2em 0.5em 1em;
  margin-top: 0;
}
.property-list-pagination input {
  display: block !important;
  margin-top: 0 !important;
  padding: 0.5em 2em 0.5em 2em;
}
.property-sale-type {
  float: right;
  padding: 0.1em 0.3em;
  border-radius: 3px;
  border: 1px solid #a3b0b6;
}
.ui-tabs-nav,
.ui-tabs-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ui-tabs-hide {
  display: none;
}
.single-property-wrapper .ui-tabs-nav {
  margin-top: 1em;
  border-bottom: 1px solid #a3b0b6;
}
.single-property-wrapper .ui-tabs-nav li {
  display: inline-block;
  margin: 0 0.2em;
}
.single-property-wrapper .ui-tabs-nav li.ui-tabs-selected {
  position: relative;
  top: 1px;
  background: #fff;
}
.single-property-wrapper .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  border: 1px solid #a3b0b6;
  border-bottom: 0;
  padding: 0.4em 0.8em;
  border-radius: 3px 3px 0 0;
}
.single-property-wrapper .ui-tabs-nav li a:hover,
.single-property-wrapper .ui-tabs-nav li a:focus {
  background: #e8edee;
}
.single-property-wrapper .content-item-inner .property-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5em;
  justify-content: space-between;
}
.single-property-wrapper .content-item-inner .property-item > div {
  flex: 1 0 50%;
}
.single-property-wrapper .content-item-inner .property-item .content-headline h2 {
  margin: 0;
}
.single-property-wrapper .content-item-inner .property-item .property-price {
  color: #cce9e5;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: right;
}
.single-property-wrapper .content-item-inner .property-item .property-address {
  align-self: flex-end;
  justify-content: flex-end;
}
.single-property-wrapper .content-item-inner .property-item .property-detail-buttons {
  text-align: right;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner {
  display: flex;
  flex-direction: column;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .main-image {
  width: 100% !important;
  max-height: 49rem;
  height: 49rem;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .main-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  overflow: hidden;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .property-details .property-overview {
  display: none;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .property-details .property-details-footer .ui-widget-content {
  border: 1.5px solid #e8edee;
  padding: 1.5em;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .property-details .property-details-footer .ui-widget-content > h4 {
  display: none;
}
.single-property-wrapper .content-item-inner .content-wrapper-inner .property-details .property-details-footer .ui-widget-content#property-photos-tab .content-items-list {
  height: 150px;
}
#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: 55rem) {
  #property-photos-tab .gallery-wrapper img {
    height: 70px;
  }
}
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#fancybox-close {
  right: -54px !important;
}
#property-search-form legend {
  font-weight: bold;
}
#property-search-form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0.5em 0;
}
#property-search-form .row {
  flex: 1 0 15em;
}
@media only screen and (min-width: 52.5625rem) {
  #container .middle .placement-row-1-up .type-propertylist .content-items-list {
    display: grid;
    grid: auto-flow / repeat(auto-fill, minmax(30rem, 1fr));
    grid-gap: 2em;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .main-image {
    width: 100%;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-item {
    border: 1px solid #a3b0b6;
    border-radius: 0px;
    overflow: hidden;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper header {
    padding: 1em;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-details {
    padding: 1em;
    background: #fff;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-address {
    margin-top: 0;
  }
  #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .view-property-details {
    width: 100%;
  }
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .content-items-list,
.ie8 #container .middle .placement-row-1-up .type-propertylist .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: 2em;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .main-image,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .main-image {
  width: 100%;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-item,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-item {
  border: 1px solid #a3b0b6;
  border-radius: 0px;
  overflow: hidden;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper header,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper header {
  padding: 1em;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-details,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-details {
  padding: 1em;
  background: #fff;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-address,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .property-address {
  margin-top: 0;
}
.ie7 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .view-property-details,
.ie8 #container .middle .placement-row-1-up .type-propertylist .property-results-wrapper .view-property-details {
  width: 100%;
}
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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');
}
/*==== SET UP STANDARD VARIABLES AND MIXINS ====*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
.fonticon-fee,
.fee-controls-form .actn-btn.btn-create:before,
.fee-controls-form .actn-btn.btn-edit:before,
.fee-controls-form .actn-btn.btn-remove:before,
.fee-editor-controls .actn-btn:before,
.fee-editor-controls .actn-btn.btn-cancel:before,
.fee-editor-controls .actn-btn.btn-save:before,
.fee-editor-preview .actn-btn.btn-continue-edit:before,
.editor-publishing .actn-btn.btn-continue-edit:before,
.fee-editor-preview .actn-btn.btn-save-for-later:before,
.editor-publishing .actn-btn.btn-save-for-later:before,
.fee-editor-preview .actn-btn.btn-publish:before,
.editor-publishing .actn-btn.btn-publish:before,
.fee-editor-overlay button.btn-edit:before,
#fee-editor-overlay .fee-editor-form .fields-wrap .expand-control:before,
#fee-editor-overlay .fee-editor-form .fields-wrap.expanded .expand-control:before,
#fee-editor-overlay .fm-field.DatetimeField + .datepicker-ui-set-today:before,
#fee-editor-overlay .fm-field.DateField + .datepicker-ui-set-today:before,
.fee-edit-areas-active .fee-add-content-option.add-new-content:before,
.fee-edit-areas-active .fee-add-content-option.add-existing-content:before,
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-options-tab:before,
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-media-tab:before,
.fee-rel-component .relcomp-grp legend:before,
.fee-rel-component .relcomp-grp.expanded legend:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"]:checked + label:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"] + label:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="radio"]:checked + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"] + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="radio"] + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"]:checked + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"] + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] + label:before,
#media-provider-content .media-tile:hover:before,
#media-provider-content .media-tile.selected-tile:before,
#media-provider-buttons .actn-btn.use-selected-media:before,
.fee-image-field .choose-file:before,
.fee-image-field .choose-file.media-button-active:before,
.fee-image-field .media-button-remove:before {
  font-family: 'Font Awesome Pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*==== FEE SHARED COMPONENTS ====*/
@keyframes rotate-360 {
  to {
    transform: rotate(360deg);
  }
}
.DatetimeField {
  position: relative;
}
.ui-datetime {
  position: absolute;
  width: 34em;
  max-width: 100%;
  top: auto;
  left: 0;
  margin-top: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  padding: 0.8em 1.2em;
  font-size: 0.6em;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.ui-datetime table {
  border: 1px solid #666666;
  min-height: 200px;
}
.ui-datetime table th {
  background: #088BDB;
  color: white;
  border: 1px solid #055c91;
}
.ui-datetime table th,
.ui-datetime table td {
  text-align: center;
  padding: 0.8em 0;
}
.ui-datetime table td {
  border: 1px solid #666666;
  background: white;
  padding: 0;
}
.ui-datetime table td.ui-datetime-unselectable {
  color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.1);
}
.ui-datetime table td a {
  display: block;
  padding: 0.4em;
  text-decoration: none;
}
.ui-datetime table td a:hover {
  background: #088BDB;
  color: white;
}
.ui-datetime .ui-datetime-calendar {
  flex: 4 4 20em;
  width: auto!important;
}
.ui-datetime .ui-datetime-clock {
  flex: 1 1 5em;
  height: 100%!important;
  margin-left: 1.2em !important;
}
.ui-datetime .ui-datetime-clock .ui-datetime-time {
  font-weight: 700;
}
.ui-datetime .ui-datetime-calendar-all .ui-datetime-header .ui-datetime-month {
  font-weight: 700;
}
.ui-datetime .ui-datetime-slider-hour,
.ui-datetime .ui-datetime-slider-mins {
  padding: 0;
}
.ui-datetime .ui-datetime-slider {
  margin: 0.4em auto;
  width: 8px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 4px;
}
.ui-datetime .ui-datetime-slider .ui-datetime-slider-handle {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #088BDB;
  background: #1fa5f7;
  border-radius: 16px;
  margin: -1px 0 -1px -6px;
  padding: 0;
}
.ui-datetime .ui-datetime-slider .ui-datetime-slider-handle:hover {
  background: #50b9f9;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
}
.ui-datetime .ui-datetime-slider .ui-datetime-slider-handle:active {
  background: #82cdfa;
}
.ui-datetime a {
  cursor: pointer;
}
.ui-datetime table {
  margin: 0;
  table-layout: fixed;
}
.ui-datetime .ui-datetime-title {
  text-align: center;
  padding: 0.4em 0;
}
.ui-datetime .ui-datetime-prev {
  float: left;
}
.ui-datetime .ui-datetime-next {
  float: right;
}
.publish-date-picker,
.unpublish-date-picker {
  display: flex;
}
.publish-date-picker label,
.unpublish-date-picker label,
.publish-date-picker input,
.unpublish-date-picker input,
.publish-date-picker .datepicker-ui-set-today,
.unpublish-date-picker .datepicker-ui-set-today,
.publish-date-picker select,
.unpublish-date-picker select {
  width: auto;
  flex: 1 1 auto;
}
.publish-date-picker .datepicker-ui-set-today,
.unpublish-date-picker .datepicker-ui-set-today {
  white-space: nowrap;
  top: auto!important;
  right: auto!important;
  position: relative!important;
  margin: auto 1.6em auto 0.4em;
  flex: 0 0 auto;
}
.publish-date-picker label,
.unpublish-date-picker label {
  flex: 0 0 auto;
}
.publish-date-picker input,
.unpublish-date-picker input {
  flex: 2 2 20em;
}
.publish-date-picker select,
.unpublish-date-picker select {
  flex: 1 1 5em;
  margin: auto 0;
}
#feedback .feedback-item {
  font-size: 0.5em;
  border-radius: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  margin: 2px 4px 0 0;
}
#feedback .feedback-item .feedback-item-inner {
  border-radius: 28px;
}
#feedback .feedback-item .feedback-item-inner p {
  margin: 0;
}
.fee-message-greybox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  -webkit-backdrop-filter: blur(4px) saturate(150%);
  backdrop-filter: blur(4px) saturate(150%);
}
.fee-message-greybox .fee-message-confirmation-overlay {
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.8rem 1.6rem;
  border-top: 8px solid #EC6157;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.fee-message-greybox .fee-message-confirmation-overlay .workspace-prompt-ok {
  text-transform: uppercase;
  min-width: 6em;
  margin: 0.8em 0.4em 0 0;
}
.fee-message-greybox .fee-message-confirmation-overlay .dda-errors .checkpoint {
  color: #991a11;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
/*---- Dark Mute Blue ----*/
/*---- Note Red ----*/
/*---- Active Blue ----*/
/*---- Away Red ----*/
/*---- Inactive Amber ----*/
/*---- Offline Grey ----*/
/*---- Action Green ----*/
.social-media-icons {
  z-index: 1099 !important;
}
.launch-fee-editor {
  position: fixed;
  z-index: 1099;
  right: 0;
}
html.fee-editor-active {
  overflow-y: hidden;
}
html.fee-editor-active.fee-editing-preview {
  overflow-y: auto;
}
.fee-controls-wrapper.fee-disallowed-draft {
  display: inline-block;
  background: rgba(245, 166, 35, 0.15);
  border: 1px solid #F5A623;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  max-width: 10em;
}
.fee-controls-wrapper.fee-disallowed-permissions {
  display: block;
  background: rgba(223, 58, 58, 0.15);
  border: 1px solid #DF3A3A;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
}
.fee-controls-form {
  font-size: 0.8rem;
  position: relative;
  z-index: 10;
}
.fee-controls-form .actn-btn:before {
  margin-right: 0;
}
.fee-controls-form .actn-btn.btn-create {
  background-color: #32BD9E;
  background: radial-gradient(#35c9a8, #2fb194);
  border: 1px solid #1d6c5b;
  color: #FFFFFF;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  padding: 0.8em;
}
.fee-controls-form .actn-btn.btn-create:before {
  content: "\f055";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-controls-form .actn-btn.btn-create:hover {
  background: #1d6c5b;
  border-color: #124439;
}
.fee-controls-form .actn-btn.btn-edit {
  background-color: #088BDB;
  background: radial-gradient(#0994ea, #0782cc);
  border: 1px solid #044d79;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  width: 2rem;
}
.fee-controls-form .actn-btn.btn-edit:before {
  content: "\f040";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-controls-form .actn-btn.btn-edit:hover {
  background: #044d79;
  border-color: #032d47;
}
.fee-controls-form .actn-btn.btn-edit:before {
  font-size: 1.2rem;
  margin-right: 0;
}
.fee-controls-form .actn-btn.btn-edit .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.fee-controls-form .actn-btn.btn-edit .btn-txt .focusable:active,
.fee-controls-form .actn-btn.btn-edit .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fee-controls-form .actn-btn.btn-remove {
  background-color: #EC6157;
  background: radial-gradient(#ee6e65, #ea5449);
  border: 1px solid #c72216;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  width: 2rem;
}
.fee-controls-form .actn-btn.btn-remove:before {
  content: "\f014";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-controls-form .actn-btn.btn-remove:hover {
  background: #c72216;
  border-color: #991a11;
}
.fee-controls-form .actn-btn.btn-remove:before {
  font-size: 1.2rem;
  margin-right: 0;
}
.fee-controls-form .actn-btn.btn-remove .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.fee-controls-form .actn-btn.btn-remove .btn-txt .focusable:active,
.fee-controls-form .actn-btn.btn-remove .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.placement-items-controls {
  position: relative;
}
.placement-items-controls .fee-controls-form {
  text-align: right;
  max-width: 15em;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  padding-left: 0.4rem;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.placement-items-controls .fee-controls-form .actn-btn {
  margin-bottom: 0.4em;
}
.fee-editor-controls {
  font-size: 0.8rem;
}
.fee-editor-controls .actn-btn {
  background-color: #088BDB;
  background: radial-gradient(#0994ea, #0782cc);
  border: 1px solid #044d79;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  margin-top: 0;
}
.fee-editor-controls .actn-btn:before {
  content: "\f040";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-controls .actn-btn:hover {
  background: #044d79;
  border-color: #032d47;
}
.fee-editor-controls .actn-btn:before {
  margin-right: 4px;
}
.fee-editor-controls .actn-btn.btn-cancel {
  background-color: #EC6157;
  background: radial-gradient(#ee6e65, #ea5449);
  border: 1px solid #c72216;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-editor-controls .actn-btn.btn-cancel:before {
  content: "\f057";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-controls .actn-btn.btn-cancel:hover {
  background: #c72216;
  border-color: #991a11;
}
.fee-editor-controls .actn-btn.btn-save {
  background-color: #32BD9E;
  background: radial-gradient(#35c9a8, #2fb194);
  border: 1px solid #1d6c5b;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  color: white;
}
.fee-editor-controls .actn-btn.btn-save:before {
  content: "\f05d";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-controls .actn-btn.btn-save:hover {
  background: #1d6c5b;
  border-color: #124439;
}
.fee-editor-preview .actn-btn,
.editor-publishing .actn-btn {
  margin-right: 0.4em;
}
.fee-editor-preview .actn-btn:before,
.editor-publishing .actn-btn:before {
  margin-right: 4px;
}
.fee-editor-preview .actn-btn.btn-continue-edit,
.editor-publishing .actn-btn.btn-continue-edit {
  background-color: #088BDB;
  background: radial-gradient(#0994ea, #0782cc);
  border: 1px solid #044d79;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-editor-preview .actn-btn.btn-continue-edit:before,
.editor-publishing .actn-btn.btn-continue-edit:before {
  content: "\f040";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-preview .actn-btn.btn-continue-edit:hover,
.editor-publishing .actn-btn.btn-continue-edit:hover {
  background: #044d79;
  border-color: #032d47;
}
.fee-editor-preview .actn-btn.btn-save-for-later,
.editor-publishing .actn-btn.btn-save-for-later {
  background-color: #EDC951;
  background: radial-gradient(#eecd5f, #ecc543);
  border: 1px solid #c49b14;
  color: #000000;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-editor-preview .actn-btn.btn-save-for-later:before,
.editor-publishing .actn-btn.btn-save-for-later:before {
  content: "\f05d";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-preview .actn-btn.btn-save-for-later:hover,
.editor-publishing .actn-btn.btn-save-for-later:hover {
  background: #c49b14;
  border-color: #96770f;
}
.fee-editor-preview .actn-btn.btn-publish,
.editor-publishing .actn-btn.btn-publish {
  background-color: #32BD9E;
  background: radial-gradient(#35c9a8, #2fb194);
  border: 1px solid #1d6c5b;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-editor-preview .actn-btn.btn-publish:before,
.editor-publishing .actn-btn.btn-publish:before {
  content: "\f0ee";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-preview .actn-btn.btn-publish:hover,
.editor-publishing .actn-btn.btn-publish:hover {
  background: #1d6c5b;
  border-color: #124439;
}
.placement-controls .fee-controls-form {
  float: right;
  position: relative;
  z-index: 1;
}
.placement-items-controls .fee-controls-form {
  float: right;
}
.fee-editor-overlay button.btn-edit {
  background-color: #088BDB;
  background: radial-gradient(#0994ea, #0782cc);
  border: 1px solid #044d79;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-editor-overlay button.btn-edit:before {
  content: "\f040";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-overlay button.btn-edit:hover {
  background: #044d79;
  border-color: #032d47;
}
#fee-editor-overlay {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1100;
  display: flex;
  background: rgba(0, 0, 0, 0.0001);
  transition: background 0.2s 0.3s ease, transform 0 0.5s linear;
  transform: translateY(-100%);
  -webkit-backdrop-filter: blur(4px) saturate(150%);
  backdrop-filter: blur(4px) saturate(150%);
}
#fee-editor-overlay .fee-editor-container {
  margin: auto;
  display: flex;
  width: 98vw;
  height: 98vh;
}
.fee-editor-active #fee-editor-overlay {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.2s ease;
}
.fee-editing-preview #fee-editor-overlay {
  display: block;
  bottom: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transform: translateY(0);
}
.fee-editing-publish #fee-editor-overlay {
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.2s ease;
}
#fee-editor-overlay .fee-editor-preview {
  padding: 0.4em 0.8em;
  border: none;
}
#fee-editor-overlay .fee-editor {
  width: 100%;
  height: 100%;
  margin: auto;
  background: white;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
  transform: scale(0);
  transform-origin: center center;
  transition: 0.3s ease-in;
}
.fee-editor-active #fee-editor-overlay .fee-editor {
  transform: scale(1);
  transition: 0.5s 0.1s ease;
}
.fee-editing-preview #fee-editor-overlay .fee-editor {
  box-shadow: none;
  background: none;
}
#fee-editor-overlay .fee-editor.editor-publishing {
  width: auto;
  height: auto;
}
.fee-editing-publish #fee-editor-overlay .fee-editor.editor-publishing {
  transform: scale(1);
  transition: 0.5s 0.1s ease;
}
#fee-editor-overlay input,
#fee-editor-overlay textarea,
#fee-editor-overlay select {
  width: 100%;
  box-sizing: border-box;
  padding: 0.4em 0.8em;
}
#fee-editor-overlay input[type="checkbox"],
#fee-editor-overlay input[type="radio"] {
  width: auto;
}
#fee-editor-overlay .fee-editor {
  display: flex;
  flex-direction: column;
  max-height: 98vh;
  overflow: hidden;
}
#fee-editor-overlay .fee-editor .fee-title {
  border: 1px solid white;
  flex: 0 1 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
  padding: 0 0.8rem;
  display: flex;
}
#fee-editor-overlay .fee-editor .fee-title h1,
#fee-editor-overlay .fee-editor .fee-title .fee-editor-controls,
#fee-editor-overlay .fee-editor .fee-title .fee-approvers {
  flex: 1 1 auto;
}
#fee-editor-overlay .fee-editor .fee-title h1 {
  font-size: 1.2rem;
  order: 0;
  font-weight: 700;
  margin: 0.4em 0;
}
#fee-editor-overlay .fee-editor .fee-title .fee-approvers {
  order: 1;
  background: #fdfaee;
  border: 1px solid #f2d77f;
  margin: auto 0;
  padding: 0.2em 0.8em;
}
#fee-editor-overlay .fee-editor .fee-title .fee-approvers .fee-approvers-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 700;
}
#fee-editor-overlay .fee-editor .fee-title .fee-approvers .fee-approvers-list li {
  display: inline-block;
}
#fee-editor-overlay .fee-editor .fee-title .fee-approvers .fee-approvers-list li a:before {
  content: ", ";
}
#fee-editor-overlay .fee-editor .fee-title .fee-approvers .fee-approvers-list li:first-child a:before {
  content: "";
}
#fee-editor-overlay .fee-editor .fee-title .fee-editor-controls {
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: flex-end;
}
#fee-editor-overlay .fee-editor .content-item-editor {
  flex: 1 1 100%;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
#fee-editor-overlay .fee-editor .content-item-editor .fee-main-area {
  flex: 1 1 60vw;
}
#fee-editor-overlay .fee-editor .content-item-editor .related-area {
  flex: 1 1 35vw;
  display: flex;
  flex-direction: column;
}
#fee-editor-overlay .fee-editor .relationship-components {
  flex: 1 1 30%;
}
#fee-editor-overlay .fee-main-area {
  padding: 0.4rem 1.6rem;
}
#fee-editor-overlay .related-area {
  padding: 0.4rem 1.6rem;
}
#fee-editor-overlay .fee-editor-form .fields-wrap {
  margin-bottom: 0.8em;
}
#fee-editor-overlay .fee-editor-form .fields-wrap .expand-control {
  font-weight: 700;
  cursor: pointer;
}
#fee-editor-overlay .fee-editor-form .fields-wrap .expand-control:before {
  content: "\f0da";
  display: inline-block;
  width: 8px;
  margin-right: 4px;
}
#fee-editor-overlay .fee-editor-form .fields-wrap .editor-fields {
  display: none;
}
#fee-editor-overlay .fee-editor-form .fields-wrap.expanded .expand-control:before {
  content: "\f0d7";
  display: inline-block;
  margin-right: 4px;
}
#fee-editor-overlay .fee-editor-form .fields-wrap.expanded .editor-fields {
  display: block;
}
#fee-editor-overlay .fee-editor-form .field-value,
#fee-editor-overlay .fee-editor-form .field-label {
  display: block;
  position: relative;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper {
  display: block;
  padding: 4px 0 0 0;
  color: #333333;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper .seo-len-count,
#fee-editor-overlay .fee-editor-form .seo-len-wrapper .seo-len-message {
  display: inline-block;
  margin-right: 4px;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper .seo-len-count {
  color: #1f1f1f;
  font-weight: 700;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper .seo-len-message {
  font-weight: 400;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper.msg-alert {
  color: #EC6157;
}
#fee-editor-overlay .fee-editor-form .seo-len-wrapper.msg-alert .seo-len-count {
  color: #EC6157;
}
#fee-editor-overlay .editor-fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.4em 0.8em;
}
#fee-editor-overlay .editor-fields .row {
  margin: 0.8em 0;
}
#fee-editor-overlay .editor-fields .field-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 80%;
  font-weight: 700;
  color: #2e2e2e;
}
#fee-editor-overlay .editor-fields .field-value .DynamicComboBoxField {
  display: inline-block;
}
#fee-editor-overlay .editor-fields input {
  box-sizing: border-box;
}
#fee-editor-overlay .editor-fields input:required {
  border: 1px solid orange;
}
#fee-editor-overlay .editor-fields input:invalid {
  border: 1px solid #ed92a6;
  background: #fef7f8;
}
#fee-editor-overlay .editor-fields input:valid {
  border: 1px solid #49cfb1;
  background: #f2fcfa;
}
#fee-editor-overlay .editor-fields .field-validation.invalid {
  border: 1px solid #DF3A3A;
  background: #e55d5d;
  padding: 0.4em 0.8em;
  color: white;
  font-size: 0.8em;
  border-radius: 18px;
}
#fee-editor-overlay .editor-publishing {
  margin: auto;
  min-width: 50vw;
  min-height: 20vh;
}
#fee-editor-overlay .editor-publishing .publish-item {
  padding: 0.8rem 0.8rem;
}
#fee-editor-overlay .editor-publishing .publish-item .option-select fieldset {
  border-bottom: 1px solid #ddd;
  margin: 0.8em 0 0.8em 0;
}
#fee-editor-overlay .editor-publishing .publish-item .option-select label {
  padding: 0.4em 0.8em 0.4em 0;
}
#fee-editor-overlay .editor-publishing .publish-item legend {
  font-weight: 700;
  padding: 0.4em 0;
}
#fee-editor-overlay .editor-publishing .btn-row {
  padding: 0.4rem 0.8rem;
}
#fee-editor-overlay .publish-date-picker {
  position: relative;
}
#fee-editor-overlay .fm-field.DatetimeField,
#fee-editor-overlay .fm-field.DateField {
  position: relative;
}
#fee-editor-overlay .fm-field.DatetimeField + .datepicker-ui-set-today,
#fee-editor-overlay .fm-field.DateField + .datepicker-ui-set-today {
  position: absolute;
  right: 0.6em;
  top: 0.3em;
  font-weight: 700;
}
#fee-editor-overlay .fm-field.DatetimeField + .datepicker-ui-set-today:before,
#fee-editor-overlay .fm-field.DateField + .datepicker-ui-set-today:before {
  content: "\f073";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-editor-overlay > .fee-editor-overlay {
  flex: 1 1 auto;
  display: flex;
}
.fee-edit-areas-active .fee-add-area,
.fee-edit-areas-active .placement-row-0 {
  border: 1px dotted silver;
  min-height: 1em;
  margin: 0.4em;
}
.fee-edit-areas-active .placement-row-0 {
  background: #efefef;
}
.fee-edit-areas-active .placement-row-wrapper {
  margin: 0.4em;
  border: 2px dashed silver;
  min-height: 2em;
}
.fee-edit-areas-active .page-placement {
  margin: 0.4em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  padding: 0.4em 0.8em;
  background: rgba(255, 255, 255, 0.6);
}
.fee-edit-areas-active .ui-state-highlight {
  background: yellow;
  min-height: 4em;
}
.fee-edit-areas-active .fee-add-content-option {
  display: inline-block;
  margin-left: 0.8em;
}
.fee-edit-areas-active .fee-add-content-option.add-new-content:before {
  content: "\f067";
  display: inline-block;
  margin-right: 4px;
}
.fee-edit-areas-active .fee-add-content-option.add-existing-content:before {
  content: "\f002";
  display: inline-block;
  margin-right: 4px;
}
.fee-relcomps-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.fee-relcomps-container .fee-relcomps-tabbed-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 0 0.4em 0;
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-start;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li {
  flex: 1 1 auto;
  outline: none;
  border: 1px solid silver;
  border-left: none;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li:first-child {
  border-left: 1px solid silver;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a {
  display: block;
  padding: 0.4em 0.8em;
  text-decoration: none;
  outline: none;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a:hover {
  background: #f4f4f4;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a:before {
  margin-right: 0.4em;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-options-tab {
  border: none;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-options-tab:before {
  content: "\f1de";
  display: inline-block;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-media-tab {
  border: none;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li a.feerel-media-tab:before {
  content: "\f1c5";
  display: inline-block;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li.ui-state-default a {
  background: #eeeeee;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li.ui-tabs-active {
  border-bottom-color: #FFFFFF;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .ui-tabs-nav li.ui-tabs-active a {
  color: #000000;
  font-weight: 700;
  background: white;
}
.fee-relcomps-container .fee-relcomps-tabbed-content .close-media-provider,
.fee-relcomps-container .fee-relcomps-tabbed-content #media-uploader {
  display: none;
}
.fee-relcomps-container #feerel-options-tab,
.fee-relcomps-container #feerel-media-tab {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.fee-rel-component {
  margin: 0 0 0.8em 0;
  border: 1px solid #ddd;
  font-size: 90%;
}
.fee-rel-component .relcomp-title {
  position: relative;
}
.fee-rel-component .relcomp-title h2 {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0;
  background: #333333;
  color: #ffffff;
  padding: 0.4em 0.8em;
}
.fee-rel-component .relcomp-title button {
  font-size: 0.6em;
  position: absolute;
  right: 0;
  top: 0;
}
.fee-rel-component .fee-relcomp-editor {
  padding: 0.4em 0.8em;
}
.fee-rel-component .relcomp-grp legend {
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  padding: 0.4em 0;
}
.fee-rel-component .relcomp-grp legend:before {
  content: "\f0da";
  display: inline-block;
}
.fee-rel-component .relcomp-grp legend button {
  font-size: 80%;
  float: right;
  margin-top: -4px;
}
.fee-rel-component .relcomp-grp.expanded legend:before {
  content: "\f0d7";
  display: inline-block;
}
.fee-rel-component .ls-items {
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0;
}
.fee-rel-component .ls-items.ls-selectable .ls-item {
  display: inline-block;
  padding: 0;
  margin: 0.4em 0;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"],
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"] .focusable:active,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] .focusable:active,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"] .focusable:focus,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"]:checked + label,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"]:checked + label {
  background: #088BDB;
  color: #ffffff;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"]:checked + label:before {
  content: "\f058";
  display: inline-block;
  margin-right: 0.2em;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"] + label,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] + label {
  padding: 0.4em 1.2em 0.4em 0.4em;
  background: rgba(8, 139, 219, 0.25);
  border: 1px solid #088BDB;
  cursor: pointer;
  border-radius: 4px;
}
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="checkbox"] + label:before,
.fee-rel-component .ls-items.ls-selectable .ls-item input[type="radio"] + label:before {
  content: "\f10c";
  display: inline-block;
  margin-right: 0.2em;
}
.fee-rel-component .option-select legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.fee-rel-component .option-select legend .focusable:active,
.fee-rel-component .option-select legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fee-rel-component .option-select .option-label {
  display: block;
  padding: 0.4em 0;
  border-bottom: 1px solid #ddd;
}
.fee-rel-component .option-select .option-label .primary-label {
  font-weight: 700;
}
.fee-rel-component .relcomp-grp.groups-grp {
  display: none;
}
.fee-rel-component .relcomp-grp.groups-grp.expanded {
  display: block;
}
.fee-rel-component .fee-relcomp-editor .fields-wrap .ls-items {
  display: none;
}
.fee-rel-component .fee-relcomp-editor .fields-wrap.expanded .ls-items {
  display: block;
}
/*==== MEDIA MANAGER (FRONT-END) ====*/
.mpf-media-types {
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0;
}
.mpf-media-types.ls-selectable .ls-item {
  display: inline-block;
  padding: 0;
  margin: 0.4em 0;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"],
.mpf-media-types.ls-selectable .ls-item input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"] .focusable:active,
.mpf-media-types.ls-selectable .ls-item input[type="radio"] .focusable:active,
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"] .focusable:focus,
.mpf-media-types.ls-selectable .ls-item input[type="radio"] .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"]:checked + label,
.mpf-media-types.ls-selectable .ls-item input[type="radio"]:checked + label {
  background: #088BDB;
  color: #ffffff;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="radio"]:checked + label:before {
  content: "\f058";
  display: inline-block;
  margin-right: 0.2em;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"] + label,
.mpf-media-types.ls-selectable .ls-item input[type="radio"] + label {
  padding: 0.4em 1.2em 0.4em 0.4em;
  background: rgba(8, 139, 219, 0.25);
  border: 1px solid #088BDB;
  cursor: pointer;
  border-radius: 4px;
}
.mpf-media-types.ls-selectable .ls-item input[type="checkbox"] + label:before,
.mpf-media-types.ls-selectable .ls-item input[type="radio"] + label:before {
  content: "\f10c";
  display: inline-block;
  margin-right: 0.2em;
}
.mpf-uploaded-by {
  list-style-type: none;
  padding: 0;
  margin: 0.4em 0;
}
.mpf-uploaded-by.ls-selectable .ls-item {
  display: inline-block;
  padding: 0;
  margin: 0.4em 0;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"],
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"] .focusable:active,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] .focusable:active,
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"] .focusable:focus,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"]:checked + label,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"]:checked + label {
  background: #088BDB;
  color: #ffffff;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"]:checked + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"]:checked + label:before {
  content: "\f058";
  display: inline-block;
  margin-right: 0.2em;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"] + label,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] + label {
  padding: 0.4em 1.2em 0.4em 0.4em;
  background: rgba(8, 139, 219, 0.25);
  border: 1px solid #088BDB;
  cursor: pointer;
  border-radius: 4px;
}
.mpf-uploaded-by.ls-selectable .ls-item input[type="checkbox"] + label:before,
.mpf-uploaded-by.ls-selectable .ls-item input[type="radio"] + label:before {
  content: "\f10c";
  display: inline-block;
  margin-right: 0.2em;
}
#feerel-media-tab {
  position: relative;
  height: 100%;
  font-size: 14px;
  border: none;
}
#feerel-media-tab .media-provider-input {
  font-size: 0.9em;
}
#feerel-options-tab {
  border: none;
}
#media-provider {
  font-size: 14px;
}
#media-provider .media-filter-types,
#media-provider .media-filter-upload-users {
  margin: 0.8em 0 0.4em 0;
}
#media-provider .media-filter-types legend,
#media-provider .media-filter-upload-users legend {
  font-weight: 700;
}
#media-provider-search .media-search-lbl {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
#media-provider-search .media-search-lbl .focusable:active,
#media-provider-search .media-search-lbl .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#media-provider-search #media-search-input {
  padding: 0.4em;
  font-size: 1.2em;
  line-height: 1.4;
}
#media-provider-search #media-search-input:focus {
  background: #fdfaee;
}
#media-provider-search #media-search-input:hover {
  background: #f9edc5;
}
#media-provider-content {
  margin: 0.4em 0;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#media-provider-content .tiles-wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0.4em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4em 0;
}
#media-provider-content .show-more-container {
  text-align: center;
}
#media-provider-content .show-more-container .show-more {
  background: none;
  border: none;
  display: inline-block;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  color: #088BDB;
  padding: 0.8em;
}
#media-provider-content .show-more-container .show-more:hover {
  color: #1fa5f7;
}
#media-provider-content .media-tile {
  flex: 1 1 120px;
  margin: 0 0.8em 1.6em 0.8em;
  height: 156px;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#media-provider-content .media-tile:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
#media-provider-content .media-tile:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "\f05d";
  display: inline-block;
  color: white;
  font-size: 1.3em;
  padding: 0.4em;
}
#media-provider-content .media-tile.selected-tile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "\f05d";
  display: inline-block;
  color: white;
  font-size: 1.3em;
  padding: 0.4em;
}
#media-provider-content .media-tile .tile-selector {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
#media-provider-content .media-tile .tile-selector .focusable:active,
#media-provider-content .media-tile .tile-selector .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#media-provider-content .media-tile .media-tile-thumb-wrap {
  align-self: flex-start;
}
#media-provider-content .media-tile .media-tile-thumb-wrap .media-tile-thumb {
  width: 100%;
  height: auto;
}
#media-provider-content .media-tile .media-tile-meta-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.4em 0.8em;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px) saturate(150%);
  backdrop-filter: blur(5px) saturate(150%);
}
#media-provider-content .media-tile .media-tile-meta-wrap .media-tile-name {
  font-weight: 700;
  margin: 0.4em 0 0 0;
}
#media-provider-content .media-tile .media-tile-meta-wrap .media-meta {
  display: flex;
  justify-content: space-between;
  font-size: 80%;
  font-weight: 700;
  color: #4d4d4d;
}
#media-provider-buttons {
  font-size: 0.8rem;
}
#media-provider-buttons .actn-btn.use-selected-media {
  background-color: #32BD9E;
  background: radial-gradient(#35c9a8, #2fb194);
  border: 1px solid #1d6c5b;
  color: #FFFFFF;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  color: white;
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1em;
}
#media-provider-buttons .actn-btn.use-selected-media:before {
  content: "\f055";
  display: inline-block;
  margin-right: 0.4em;
}
#media-provider-buttons .actn-btn.use-selected-media:hover {
  background: #1d6c5b;
  border-color: #124439;
}
.fee-image-field .choose-file {
  background-color: #32BD9E;
  background: radial-gradient(#35c9a8, #2fb194);
  border: 1px solid #1d6c5b;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  color: white;
}
.fee-image-field .choose-file:before {
  content: "\f055";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-image-field .choose-file:hover {
  background: #1d6c5b;
  border-color: #124439;
}
.fee-image-field .choose-file.media-button-active {
  background-color: #1d6c5b;
  background: radial-gradient(#207865, #196050);
  border: 1px solid #071c17;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
  pointer-events: none;
  cursor: wait;
}
.fee-image-field .choose-file.media-button-active:before {
  content: "\f055";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-image-field .choose-file.media-button-active:hover {
  background: #071c17;
  border-color: #000000;
}
.fee-image-field .choose-file.media-button-active:before {
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 4px solid #f2fcfa;
  border-top-color: #79dcc6;
  animation: rotate-360 1s forwards infinite linear;
}
.fee-image-field .media-button-remove {
  background-color: #EC6157;
  background: radial-gradient(#ee6e65, #ea5449);
  border: 1px solid #c72216;
  color: #FFFFFF;
  padding: 0.8em;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  border-radius: 2px;
  font-size: 0.8em;
}
.fee-image-field .media-button-remove:before {
  content: "\f057";
  display: inline-block;
  margin-right: 0.4em;
}
.fee-image-field .media-button-remove:hover {
  background: #c72216;
  border-color: #991a11;
}
.media-provider-input,
#media-provider-wrapper,
#media-provider-surface,
.media-provider,
#media-provider,
.media-tiles-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.media-provider-input {
  margin-bottom: 100px;
}
.media-uploader-input {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  height: 100px;
}
.media-uploader-input .dropzone {
  border: 2px dashed silver;
  display: flex;
  background: white;
  padding: 2.4em 0;
  margin: 0;
}
.media-uploader-input .dropzone .dz-image {
  display: inline-block;
}
.media-uploader-input .dropzone .dz-image img {
  width: 100%;
  height: auto;
}
.media-uploader-input .dropzone .dz-details {
  display: inline-block;
}
.media-uploader-input .dropzone:hover {
  background: #fffdf2;
}
.media-uploader-input .dz-message {
  margin: auto;
}
.media-uploader-input .dz-message span:before {
  content: "\f0ee";
  font-family: 'FontAwesome';
  margin-right: 0.4em;
}
.job-ref-details,
.job-ref-details li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-to-z-letters,
.a-to-z-letters li,
.a-to-z-pages,
.a-to-z-pages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.a-to-z-letters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.a-to-z-letters li {
  flex: 1 1 7.69230769%;
  padding: 0.9em;
  text-align: center;
  border: solid #f6f9fa 0.2em;
  background: #e8edee;
  color: #666;
  position: relative;
  border-radius: 3px;
  transition: background 0.25s ease;
}
.a-to-z-letters li:has(a[class*="a-z-letter"]) {
  background: #0072bc;
}
.a-to-z-letters li:has(a[class*="a-z-letter"]) a {
  color: #ffffff;
}
.a-to-z-letters li:has(a[class*="a-z-letter"]):hover,
.a-to-z-letters li:has(a[class*="a-z-letter"]):focus,
.a-to-z-letters li:has(a[class*="a-z-letter"]):active {
  background: #0091ef;
}
.a-to-z-letters li.reset-search {
  flex: 0 0 auto;
  background: transparent;
  margin-top: 0.5em;
}
.a-to-z-letters li.reset-search a {
  padding: 0;
  background: transparent !important;
  color: #0072bc;
}
.a-to-z-letters li.reset-search a:hover,
.a-to-z-letters li.reset-search a:focus,
.a-to-z-letters li.reset-search a:active {
  text-decoration: underline;
}
.a-to-z-letters li a {
  display: block;
  background: transparent;
  color: #000000;
  overflow: hidden;
}
.a-to-z-letters li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}
.a-to-z-pages {
  margin-top: 1em;
}
.a-to-z-pages li {
  margin: 0.75em 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.a-to-z-pages li:has(a:hover) {
  background: #0072bc;
}
.a-to-z-pages li:has(a:hover) a {
  color: #ffffff;
}
.a-to-z-pages li:not(a) {
  font-size: 20px;
  font-weight: 700;
}
.a-to-z-pages li a {
  font-size: 16px;
  font-weight: 500;
  margin-left: 1em;
  padding: 0.3em 0.9em;
  transition: background 0.25s ease;
  border-radius: 3px;
  background: #e8edee;
}
.a-to-z-pages li a:hover,
.a-to-z-pages li a:focus,
.a-to-z-pages li a:active {
  background: #cce9e5;
  color: #fff !important;
}
.poll-question,
.poll-question li,
.poll-results,
.poll-results li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-poll .poll-question-headline {
  margin-bottom: 1rem;
}
.type-poll .poll-question-headline h3 {
  line-height: 1.375;
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
}
.type-poll .content-item-inner {
  padding: 28px;
  border-radius: 1.875rem;
  background-color: #fff;
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
}
.type-poll .poll-answer-item {
  display: flex;
  align-items: center;
}
.type-poll input[type="radio"]:checked {
  accent-color: #0072bc;
}
.type-poll .actn-submit-poll {
  border: none;
  color: #000000;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #FAE100 0%, #FFB81C 100%);
}
#container .type-poll .actn-submit-poll strong,
#container .type-poll .actn-submit-poll span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-poll .actn-submit-poll {
    min-width: 0;
  }
}
.type-poll .actn-submit-poll:before,
.type-poll .actn-submit-poll:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-poll .actn-submit-poll:hover,
.type-poll .actn-submit-poll:focus,
.type-poll .actn-submit-poll:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.poll-result-bar {
  width: 100%;
  border: 1px solid #a3b0b6;
  overflow: hidden;
  border-radius: 3px;
  height: 1em;
}
.poll-result-bar div {
  background: #a3b0b6;
  height: 100%;
  border-radius: 0 3px 3px 0;
}
.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;
}
.breadcrumb .favourite-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.main-article-area-7 > .favourite-icon-wrap {
  display: none;
}
.breadcrumb .favourite-icon-wrap {
  position: absolute;
  top: 0;
  right: calc((100vw - 68.4375rem) * 0.5);
  bottom: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2 !important;
  width: max-content;
}
@media only screen and (max-width: 55rem) {
  .breadcrumb .favourite-icon-wrap {
    right: 0;
  }
}
.favourite-icon-wrap a {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0.5em;
}
.type-textcontent .favourite-icon-wrap {
  position: absolute;
  right: 0.5em;
  top: 2em;
}
.site-content-top-row .placement-row-1-up .type-textcontent .favourite-icon-wrap,
.site-content-bottom-row .placement-row-1-up .type-textcontent .favourite-icon-wrap {
  right: calc((100vw - 68.4375rem) * 0.5);
}
@media (max-width: 68.4375rem) {
  .site-content-top-row .placement-row-1-up .type-textcontent .favourite-icon-wrap,
  .site-content-bottom-row .placement-row-1-up .type-textcontent .favourite-icon-wrap {
    right: 1em;
  }
}
.type-textcontent.accordion-base .favourite-icon-wrap {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  top: 4.5em;
}
.favourite-object {
  height: 16px;
  width: 16px;
  position: relative;
}
.favourite-object:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  display: inline-block;
  position: absolute;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-cols-container .favourite-object:before {
  color: #da291c;
}
#breadcrumb .favourite-object:before {
  color: #da291c;
}
@media only screen and (max-width: 55rem) {
  .favourite-object:before {
    right: auto;
  }
}
.favourite-object:hover:before,
.favourite-object:focus:before,
.favourite-object:active:before {
  color: #da291c;
  font-weight: bold;
}
.favourite-object.unfavourite-this {
  position: relative;
}
.favourite-object.unfavourite-this:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  display: inline-block;
  color: #da291c;
  position: absolute;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 55rem) {
  .favourite-object.unfavourite-this:before {
    right: auto;
  }
}
.favourite-object.unfavourite-this:hover:before,
.favourite-object.unfavourite-this:focus:before,
.favourite-object.unfavourite-this:active:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05e";
  display: inline-block;
  font-weight: bold;
}
.favourite-object.favourite-page {
  height: 24px;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.favourite-object.favourite-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  display: inline-block;
  color: #da291c;
  position: absolute;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 55rem) {
  .favourite-object.favourite-page:before {
    right: auto;
  }
}
.breadcrumb .favourite-object.favourite-page:before {
  color: #da291c;
}
.favourite-object.favourite-page:hover:before,
.favourite-object.favourite-page:focus:before,
.favourite-object.favourite-page:active:before {
  color: #0072bc;
  font-weight: bold;
}
.breadcrumb .favourite-object.favourite-page:hover:before,
.breadcrumb .favourite-object.favourite-page:focus:before,
.breadcrumb .favourite-object.favourite-page:active:before {
  color: #da291c;
}
.favourite-object.favourite-page.unfavourite-this {
  background-size: contain;
}
.favourite-object.favourite-page.unfavourite-this:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f004";
  display: inline-block;
  color: #da291c;
  position: absolute;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .favourite-object.favourite-page.unfavourite-this:before {
  color: #da291c;
}
@media only screen and (max-width: 55rem) {
  .favourite-object.favourite-page.unfavourite-this:before {
    right: auto;
  }
}
.favourite-object.favourite-page.unfavourite-this:hover:before,
.favourite-object.favourite-page.unfavourite-this:focus:before,
.favourite-object.favourite-page.unfavourite-this:active:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05e";
  display: inline-block;
  color: #0072bc;
}
.breadcrumb .favourite-object.favourite-page.unfavourite-this:hover:before,
.breadcrumb .favourite-object.favourite-page.unfavourite-this:focus:before,
.breadcrumb .favourite-object.favourite-page.unfavourite-this:active:before {
  color: #da291c;
  font-weight: normal;
}
.favourites-list {
  position: relative;
}
.favourites-list .content-headline {
  margin-bottom: 15px;
}
.favourites-list .content-items-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22.8125rem, 1fr));
  gap: 5px 50px;
}
.favourites-list .favourite-icon-wrap a {
  display: inline-block;
  height: 24px;
  width: 24px;
  float: right;
}
.favourites-list .list-content-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  line-height: 24px;
  padding: 10px 10px;
  background-color: #fff;
}
.favourites-list .list-content-item a {
  order: 2;
  vertical-align: middle;
}
.favourites-list .favourite-search {
  display: none;
}
.favourites-list .favourite-search label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.favourites-list .favourite-search label .focusable:active,
.favourites-list .favourite-search label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fee-page-activator {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f9fa;
  padding: 0.3em 0.6em;
  font-size: var(--font-size-sm);
  z-index: 10;
}
.fee-controls-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  opacity: 0.1;
}
.page-placement {
  position: relative;
}
.page-placement:hover .fee-controls-wrapper,
.page-placement:focus .fee-controls-wrapper,
.page-placement:active .fee-controls-wrapper {
  opacity: 1;
}
.mfa-wrapper {
  max-width: 68.4375rem;
  margin-inline: auto;
}
@media only screen and (max-width: 64rem) {
  .mfa-wrapper {
    max-width: 85%;
  }
}
.mfa-wrapper .mfa-choose-button {
  margin-right: 15px;
}
.mfa-wrapper form fieldset {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mfa-wrapper form fieldset .mfa-code-field {
  margin-right: 5px;
}
.mfa-wrapper form fieldset .mfa-code-field input {
  aspect-ratio: 1;
  text-align: center;
}
.mfa-wrapper form fieldset label {
  margin: 0;
}
.mfa-page .logo-container {
  padding-bottom: 15px;
}
.mfa-page #main-content {
  display: flex;
  flex-direction: column;
}
.mfa-page #site-footer-row {
  background: #fbfbfb;
  margin-top: auto;
}
/*POPUP-START*/
.type-popupplacement .pop-up-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #a3b0b6;
  background-color: rgba(163, 176, 182, 0.6);
  z-index: 8000;
  display: none;
  cursor: pointer;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box {
  position: fixed;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 3em;
  background-color: white;
  border-radius: 25px;
  z-index: 9000;
  cursor: default;
}
@media only screen and (max-width: 55rem) {
  .type-popupplacement .pop-up-backdrop .pop-up-content-box {
    top: 25px;
    left: 10px;
    bottom: 25px;
    right: 10px;
    padding: 1.5em;
  }
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .content-item-inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  scrollbar-color: #3d3d3d #f2f2f2;
  scrollbar-width: thin;
  padding-right: 5px;
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger {
  display: block;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-image: url(/base-install/images/_site/popupclose.png);
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: white;
  padding: 20px;
  border: 10px solid #ffffff;
  border-radius: 200px;
  box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.5);
}
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger:focus,
.type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger:focus-visible {
  border: 10px solid #f9dc4a;
}
#container .type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger:focus,
#container .type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger:focus-visible {
  background-image: url(/base-install/images/_site/popupclose.png) !important;
}
@media only screen and (max-width: 55rem) {
  .type-popupplacement .pop-up-backdrop .pop-up-content-box .pop-up-close-trigger {
    top: 10px;
    right: 10px;
    background-color: #000000;
    border: 10px solid #000000;
    background-image: url(/base-install/images/_site/popupclose_invert.png);
  }
}
/*POPUP-START-END*/
@media only screen and (max-width: 55rem) {
  #container .resource-booking .location-selector {
    text-align: center;
    margin-bottom: 10px;
  }
  #container .resource-booking .location-selector label {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}
#container .resource-booking .time-period-nav ul,
#container .resource-booking .time-period-nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#container .resource-booking .time-period-nav .month-selector {
  text-align: center;
}
#container .resource-booking .time-period-nav .month-selector #month-select {
  width: auto;
}
#container .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;
  text-indent: -9999px;
}
#container .resource-booking .time-period-nav .month-selector label .focusable:active,
#container .resource-booking .time-period-nav .month-selector label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#container .resource-booking .time-period-nav ul {
  display: table;
  width: 100%;
  padding: 0.5em 0;
}
#container .resource-booking .time-period-nav li {
  display: table-cell;
}
#container .resource-booking .time-period-nav .date-info {
  text-align: center;
}
#container .resource-booking .time-period-nav .previous-time,
#container .resource-booking .time-period-nav .next-time {
  width: 100px;
}
#container .resource-booking .time-period-nav .next-time {
  text-align: right;
}
@media only screen and (max-width: 55rem) {
  .resource-display {
    overflow: scroll;
  }
}
.resource-display header h3 {
  text-align: center;
}
.resource-booking .rb-alert {
  position: fixed;
  width: 60%;
  margin-left: -30%;
  left: 50%;
  top: 0;
  background: #000000;
  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 #000000;
}
.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: 55rem) {
  #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 #000000;
  }
  #rb-day-calendar {
    margin-right: 0;
  }
}
.resource-calendar {
  table-layout: auto;
  width: 100%;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display thead {
    display: none;
  }
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch {
    margin-top: 50px;
    display: block;
    border: 1px solid #ddd;
  }
}
.resource-calendar.week-display tbody tr.res-ch:hover td {
  background: none;
}
.resource-calendar.week-display tbody tr.res-ch th.res-ch {
  width: 250px;
  padding: 20px;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch th.res-ch {
    display: block;
    width: 100%;
  }
}
.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: #000000;
  top: 0;
  left: 100%;
  width: 300px;
  padding: 0.5em;
  border: solid 1px #000000;
}
.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 {
  border: 1px solid #ddd;
  position: relative;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch td.res-ch {
    display: block;
    width: 100%;
  }
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch.pm:after,
.resource-calendar.week-display tbody tr.res-ch td.res-ch.am:before {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  font-size: 1.2rem;
  background-color: #425563;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch td.res-ch.pm:after,
  .resource-calendar.week-display tbody tr.res-ch td.res-ch.am:before {
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch.am:before {
  content: "AM booked";
  top: 0;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch td.res-ch.am:before {
    right: 70%;
  }
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch.pm:after {
  content: "PM booked";
  bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .resource-calendar.week-display tbody tr.res-ch td.res-ch.pm:after {
    left: 70%;
  }
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 11;
}
.resource-calendar.week-display tbody tr.res-ch td.res-ch .popup-holder .more-bookings-info .more-info-inner {
  border: solid 1px #000000;
  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: 55rem) {
  .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: 55rem) {
  .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: 55rem) {
  .resource-calendar.day-display .rb-booked-time-slot .booking-details .cancel-booking {
    text-align: left;
  }
}
/*==== APPLICATION STATUS STYLES ====*/
.type-applicationlist .application-status-wrapper .content-items-list,
.type-applicationlist .application-status-wrapper .applications-information tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  gap: 0.8em;
  justify-content: center;
}
.type-applicationlist .application-status-wrapper .content-items-list > *,
.type-applicationlist .application-status-wrapper .applications-information tbody > * {
  flex: 0 0 12em;
}
.placement-row-1-up .type-applicationlist .application-status-wrapper .content-items-list > *,
.placement-row-1-up .type-applicationlist .application-status-wrapper .applications-information tbody > * {
  flex: 0 0 16em;
}
.type-applicationlist .application-status-wrapper .application-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.type-applicationlist .application-status-wrapper .application-image img {
  max-height: 5rem;
}
.type-applicationlist .application-status-wrapper .application-image:before {
  content: "Online";
  display: block;
  position: absolute;
  padding: 2px 5px;
  top: 0;
  left: 0;
  background-color: #27ae60;
  color: #ffffff;
  z-index: 8;
  border-radius: 4px;
}
.type-applicationlist .application-status-wrapper .application-image a {
  transition: all 0.2s ease;
  display: inline-block;
}
.type-applicationlist .application-status-wrapper .application-image a img {
  transition: all 0.2s ease;
}
.type-applicationlist .application-status-wrapper .application-image a:hover,
.type-applicationlist .application-status-wrapper .application-image a:focus,
.type-applicationlist .application-status-wrapper .application-image a:active {
  opacity: 0.9;
  transform: translateY(-3px);
}
.type-applicationlist .application-status-wrapper .application-image a:hover img,
.type-applicationlist .application-status-wrapper .application-image a:focus img,
.type-applicationlist .application-status-wrapper .application-image a:active img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.type-applicationlist .application-status-wrapper .application-image img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.type-applicationlist .application-status-wrapper .application-image.status-warning:before {
  content: "Warning";
  background-color: #f39c12;
  color: #ffffff;
}
.type-applicationlist .application-status-wrapper .application-image.status-offline:before {
  content: "Offline";
  background-color: #da291c;
  color: #ffffff;
}
.type-applicationlist .application-status-wrapper .application-item-name {
  display: inline-block;
  margin-top: 4px;
  text-align: center;
  width: 100%;
  font-weight: 700;
}
.type-applicationlist .application-status-wrapper .favourite-icon-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  background-color: white;
  border: 1px solid #cccccc;
  width: 25px;
  height: 25px;
  border-radius: 20px;
}
.type-applicationlist .application-status-wrapper .favourite-icon-wrap .favourite-object {
  height: 25px;
  width: 25px;
  margin: 0;
}
.type-applicationlist .application-status-wrapper .content-items-list .application-status {
  position: relative;
}
.type-applicationlist .application-status-wrapper .content-items-list .application-image * {
  text-align: center;
}
.type-applicationlist .application-status-wrapper .applications-information thead {
  display: none;
}
.type-applicationlist .application-status-wrapper .applications-information tbody tr {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
}
.type-applicationlist .application-status-wrapper .applications-information tbody tr td {
  background-color: white;
  padding: 0;
}
#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 .type-feedbackmessaging .content-headline h2 {
  max-width: none;
}
.type-feedbackmessaging .feedback-message-input .fbm-message-form legend:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f304";
  display: inline-block;
  margin-left: 5px;
}
.type-feedbackmessaging .feedback-message-stream-container .feedback-message-stream {
  margin-top: 1em;
  margin-bottom: 1em;
}
.type-feedbackmessaging .feedback-message-stream-container .feedback-message-stream .feedback-message-stream-pagination {
  font-weight: 700;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .fbm-message {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner {
  display: flex;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-meta-details {
  font-size: 14px;
  width: 150px;
  display: flex;
  flex-direction: column;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-reference {
  font-size: 10px;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-message-content {
  background-color: transparent;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 10px;
  flex: 1 1;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-contact-name,
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-contact-email {
  font-weight: 700;
  word-break: break-all;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-contact-name {
  border-right: 1px solid grey;
  padding-right: 6px;
  margin-right: 2px;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-message-reply-form {
  margin-left: 1em;
}
.type-feedbackmessaging .feedback-message-stream-container .fbm-message-list .msg-inner .fbm-date {
  font-style: italic;
}
.gallery-wrapper .content-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.gallery-wrapper .content-items-list .list-content-item {
  flex: 0 0 18em;
}
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a {
  transition: all 0.2s ease;
  display: block;
}
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:hover,
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:focus,
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:active {
  opacity: 0.9;
  transform: translateY(-3px);
}
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:hover img,
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:focus img,
.gallery-wrapper .content-items-list .list-content-item .image-wrapper a:active img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.gallery-wrapper .content-items-list .list-content-item .image-wrapper img {
  transition: all 0.2s ease;
  width: 100%;
  border-radius: 10px;
}
.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 #da291c;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row.login-enabled {
  border-top: solid 4px #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
  float: right;
  padding-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions {
    float: none;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions legend {
  display: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button {
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 90%;
  }
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate {
  background: #27ae60;
  color: #fff;
  padding: 12px 13px 12px;
  font-weight: var(--font-weight-bold);
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
  transform: translateY(0px);
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.login-as-user:visited,
#container .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-actions button.activate:visited {
  color: #fff;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 1em;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-groups .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status .label,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-details {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status {
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
  margin-right: 2.5em;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span {
    display: block;
    margin-right: 0;
    margin: 0.25em 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-enabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-confirmed {
  font-weight: 700;
  color: #27ae60;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.login-disabled,
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenant-status > span.email-unconfirmed {
  font-weight: 700;
  color: #da291c;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies {
  margin-bottom: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies h3 {
  margin: 0;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies {
  overflow: hidden;
  font-size: 90%;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
  float: left;
  width: 33.333%;
  padding-right: 1em;
  padding-left: 1em;
  border-right: solid 1px #ddd;
}
@media only screen and (max-width: 768px) {
  .reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.reg-toolkit-wrapper .tenants-results-wrapper .result-row .result-tenancies .list-tenancies .result-tenancy-details:first-child {
  padding-left: 0;
}
.reg-toolkit-wrapper .logged-as-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reg-toolkit-wrapper .logged-as-wrapper .label {
  font-weight: 700;
}
.reg-toolkit-wrapper .form .row .field input[type="text"],
.reg-toolkit-wrapper .form .row .field input[type="password"],
.reg-toolkit-wrapper .form .row .field input[type="email"] {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: solid 1px #a3b0b6;
}
.mimic-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75em 0;
  text-align: center;
  background: #27ae60;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
.mimic-login a {
  color: #fff;
  text-decoration: underline;
}
.mimic-login a:hover,
.mimic-login a:focus,
.mimic-login a:active {
  text-decoration: none;
}
.mimic-login .mimicked-user,
.mimic-login .original-user {
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"],
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border-top: solid 4px #e8edee;
  font-size: 16px;
  font-weight: 700;
}
#container .reg-toolkit-wrapper .form label[for="pass_use_gen"] input,
#container .reg-toolkit-wrapper .form label[for="pass_use_custom"] input {
  margin-left: 0.5em;
}
/*==== Notifications Centre ====*/
/*==== This is a key Placement that should be styled for every installation ====*/
.nc-search-wrapper {
  position: relative;
  z-index: 1;
}
.personal-msg-control-panel {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0px 0 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px) saturate(120%);
  -webkit-backdrop-filter: blur(5px) saturate(120%);
  padding: 0.4em 1.6em;
  position: sticky;
  top: 0;
  font-size: 0.8em;
}
.personal-msg-control-panel p {
  margin: 0.4em 0;
}
.personal-msg-control-panel .actn-btn {
  color: #0137af;
  background: rgba(1, 55, 175, 0.15);
  box-shadow: none;
  border: none;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 0.8em 2em;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4em;
  transition: 0.15s linear;
  cursor: pointer;
}
.personal-msg-control-panel .actn-btn:hover,
.personal-msg-control-panel .actn-btn:focus {
  color: #ffffff;
  background: #0137af;
  transform: translateY(-0.2em);
  box-shadow: 0 18px 12px -12px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-out;
}
.personal-msg-control-panel menu,
.personal-msg-control-panel ol,
.personal-msg-control-panel ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.personal-msg-control-panel .personal-msg-filters {
  display: flex;
  flex-wrap: wrap;
}
.personal-msg-control-panel .personal-msg-filters .filter-group {
  flex: 2 2 auto;
  padding: 0;
  margin: 0.4em 0;
  border: none;
}
.personal-msg-control-panel .personal-msg-filters .filter-group legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.personal-msg-control-panel .personal-msg-filters .filter-group legend .focusable:active,
.personal-msg-control-panel .personal-msg-filters .filter-group legend .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap {
  flex: 1 1 5em;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  height: 100%;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status label {
  color: #000000;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  border: none;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 0.8em 2em;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4em;
  transition: 0.15s linear;
  cursor: pointer;
  margin: auto 0;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status label:hover,
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status label:focus {
  color: #ffffff;
  background: #000000;
  transform: translateY(-0.2em);
  box-shadow: 0 18px 12px -12px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-out;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"] .focusable:active,
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"] .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"]:checked + label {
  color: #0137af;
  background: rgba(1, 55, 175, 0.15);
  box-shadow: none;
  border: none;
  margin: 0;
  font-size: 1em;
  padding: 0.8em 2em;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4em;
  transition: 0.15s linear;
  cursor: pointer;
  font-weight: 700;
  margin: auto 0;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"]:checked + label:hover,
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-status-wrap .filter-status input[type="radio"]:checked + label:focus {
  color: #ffffff;
  background: #0137af;
  transform: translateY(-0.2em);
  box-shadow: 0 18px 12px -12px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-out;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-order-wrap {
  flex: 0 0 auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-order-wrap .filter-list {
  display: flex;
  gap: 0.5em;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-order-wrap .filter-list .filter-list-item {
  display: inline-block;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-order-wrap .filter-list .filter-list-item:first-child {
  margin-left: auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group.filter-order-wrap .filter-list-item {
  position: relative;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions {
  width: 3em;
  height: 3em;
  padding: 0.8em;
  display: flex;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering:before,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions:before {
  margin: auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering .btn-txt,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering .btn-txt .focusable:active,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions .btn-txt .focusable:active,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering .btn-txt .focusable:focus,
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-ordering:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f161";
  display: inline-block;
}
.personal-msg-control-panel .personal-msg-filters .filter-group .actn-toggle-actions:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013";
  display: inline-block;
}
.personal-msg-control-panel .msg-list-meta-controls {
  display: flex;
  border-top: 1px solid #ddd;
  margin: 0.8em 0 0 0;
  padding: 0.8em 0 0.4em 0;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-select-control,
.personal-msg-control-panel .msg-list-meta-controls .msg-list-counts {
  flex: 1 1 auto;
  margin: auto 0;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-select-control .actn-select-msg-all {
  background: none;
  text-decoration: underline;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: #0137af;
  border: none;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-select-control .actn-select-msg-all:hover {
  color: #0137af;
  background: rgba(1, 55, 175, 0.05);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-counts {
  margin: auto 0 auto auto;
  text-align: right;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-counts .count-badge {
  font-weight: 700;
}
.personal-msg-control-panel .msg-list-meta-controls .msg-list-counts .type-variable {
  font-weight: 700;
}
.menu-control .popover {
  position: absolute;
  z-index: 10;
  right: 0;
  margin-top: 0.4em;
  min-width: 16em;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px) saturate(120%);
  border-radius: 0.8em;
  transform: scale(0, 0);
  transform-origin: right top;
  transition: 0.4s;
}
.menu-control .popover menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-control .popover li {
  padding: 0;
  margin: 0;
}
.menu-control .popover .actn-btn {
  background: none;
  text-decoration: underline;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  border: none;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 1.2em 1.2em;
}
.menu-control .popover .actn-btn:hover {
  color: #000000;
  background: rgba(1, 55, 175, 0.05);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.menu-control .popover .actn-btn:hover {
  background: rgba(1, 55, 175, 0.08);
}
.menu-control.menu-open .popover {
  transform: scale(1, 1);
  transition: 0.25s;
}
.personal-msg-list {
  list-style-type: none;
  padding: 1px 0 0 0;
  margin: 0;
}
.personal-msg-list .actn-btn {
  color: #0137af;
  background: rgba(1, 55, 175, 0.15);
  box-shadow: none;
  border: none;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  padding: 0.8em 2em;
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4em;
  transition: 0.15s linear;
  cursor: pointer;
}
.personal-msg-list .actn-btn:hover,
.personal-msg-list .actn-btn:focus {
  color: #ffffff;
  background: #0137af;
  transform: translateY(-0.2em);
  box-shadow: 0 18px 12px -12px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-out;
}
.personal-msg {
  padding: 0.4em 1.6em 0.4em 0.8em;
  margin: 0.6em 0;
  border-radius: 0.8em;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: 0.4s linear;
}
.personal-msg:hover {
  background-color: rgba(1, 55, 175, 0.02);
  transition: 0.25s linear;
}
.personal-msg.msg-status-unread {
  background: #f2f5fe;
}
.msg-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto auto;
  transition: 0.5s ease-out;
  overflow-x: hidden;
  column-gap: 1em;
}
@media only screen and (max-width: 55rem) {
  .msg-inner {
    column-gap: 0.5em;
    position: relative;
    padding-bottom: 2em;
  }
}
.msg-inner .msg-title {
  grid-column: 2;
  grid-row: 1;
}
.msg-inner .msg-meta-type-action {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.msg-inner .msg-short-body {
  grid-column: 2;
  grid-row: 2;
}
.msg-inner .msg-additional-body-info {
  grid-column: 2;
  grid-row: 3;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-additional-body-info {
    grid-column: span 2;
    grid-column-start: 2;
  }
}
.msg-inner .msg-meta {
  grid-column: 3;
  grid-row: 1 / span 2;
}
.msg-inner .msg-action-controls {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.msg-inner .msg-title h3 {
  margin: 0.4em 0;
  font-size: 1.2em;
  cursor: pointer;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-title h3 {
    font-size: 1em;
  }
}
.msg-inner .msg-title h3 .actn-toggle-btn {
  background: none;
  text-decoration: underline;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  border: none;
  text-align: left;
  font-weight: bold;
}
.msg-inner .msg-title h3 .actn-toggle-btn:hover {
  color: #000000;
  background: rgba(1, 55, 175, 0.05);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.msg-inner .msg-additional-body-info {
  display: flex;
  flex-direction: column;
}
.msg-inner .msg-additional-body-info .msg-additional {
  flex: 0 0 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.msg-display-full .msg-inner .msg-additional-body-info .msg-additional {
  flex: 1 1 100%;
  transition: 0.5s ease-in-out;
}
.msg-inner .msg-meta {
  display: grid;
  grid-template-columns: 1fr minmax(145px, min-content);
  grid-template-rows: 1fr 1fr;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
}
.msg-inner .msg-meta .msg-priority {
  grid-column: 1;
  grid-row: 1 / span 2;
  margin: auto;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta .msg-priority {
    grid-row: 2;
    text-align: right;
    margin-right: 0;
  }
}
.msg-inner .msg-meta .msg-priority .msg-priority-badge {
  margin: auto;
  display: inline-block;
  height: 2em;
  width: 2em;
  overflow: hidden;
  text-align: center;
}
.msg-inner .msg-meta .msg-priority .msg-priority-badge:before {
  display: block;
  content: "!";
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 2px solid transparent;
  font-weight: 700;
  color: transparent;
  border-radius: 50%;
}
.msg-inner .msg-meta .msg-priority .msg-priority-badge.msg-priority-badge-3:before {
  content: "!!!";
  color: #da0000;
  border: 2px solid #da0000;
  background: rgba(218, 0, 0, 0.12);
}
.msg-inner .msg-meta .msg-priority .msg-priority-badge.msg-priority-badge-2:before {
  content: "!!";
  color: #ec9a00;
  border: 2px solid #ec9a00;
  background: rgba(236, 154, 0, 0.12);
}
.msg-inner .msg-meta .msg-priority .msg-priority-badge.msg-priority-badge-1:before {
  content: "!";
  color: #cdd9fd;
  border: 2px solid #cdd9fd;
  background: rgba(205, 217, 253, 0.12);
}
.msg-inner .msg-meta .meta-time-sent {
  grid-column: 2;
  grid-row: 1;
  padding: 0.2em 0;
  text-align: right;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta .meta-time-sent {
    grid-column: 1;
  }
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta .meta-time-sent .msg-date {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
  }
  .msg-inner .msg-meta .meta-time-sent .msg-date .focusable:active,
  .msg-inner .msg-meta .meta-time-sent .msg-date .focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.msg-inner .msg-meta .meta-time-expires {
  grid-column: 2;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta .meta-time-expires {
    font-size: 85%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: bold;
  }
}
.msg-inner .msg-meta .msg-action-controls {
  grid-column: 2;
  grid-row: 2;
  text-align: right;
  display: flex;
}
@media only screen and (max-width: 55rem) {
  .msg-inner .msg-meta .msg-action-controls {
    grid-column: 1;
    grid-row-start: 3;
  }
}
.msg-inner .msg-meta .msg-action-controls > .actn-btn {
  background: none;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin: auto 0 auto auto;
  padding: 0;
}
.msg-inner .msg-meta .msg-action-controls > .actn-btn:hover {
  background: rgba(1, 55, 175, 0.12);
}
.msg-inner .msg-meta .msg-action-controls > .actn-btn:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f141";
  display: inline-block;
  color: #000000;
}
.msg-inner .msg-meta .msg-action-controls > .actn-btn .btn-txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.msg-inner .msg-meta .msg-action-controls > .actn-btn .btn-txt .focusable:active,
.msg-inner .msg-meta .msg-action-controls > .actn-btn .btn-txt .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.msg-inner .msg-meta .msg-action-controls .popover {
  margin-top: 2em;
  margin-right: 1.6em;
}
.msg-inner .msg-meta .msg-action-controls .popover .actn-btn {
  font-size: 0.8em;
}
.msg-inner .msg-meta-type-action {
  display: flex;
  margin-left: -1.6em;
  transition: 0.25s 0.2s ease-in-out;
}
:hover.msg-inner .msg-meta-type-action,
.msg-selected .msg-inner .msg-meta-type-action {
  margin-left: 0;
  transition: 0.2s ease-in-out;
}
.msg-inner .msg-meta-type-action .msg-action-selector {
  margin: auto 0;
  padding: 0;
  transition: 0.4s 0.2s ease-in-out;
}
:hover.msg-inner .msg-meta-type-action .msg-action-selector,
.msg-selected .msg-inner .msg-meta-type-action .msg-action-selector {
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.msg-inner .msg-meta-type-action .msg-action-selector input[type="checkbox"] {
  vertical-align: middle;
  cursor: pointer;
  appearance: none;
  border: 2px solid #ccc;
  box-shadow: inset 0 0 0 2px #ffffff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding: 2px;
}
.msg-inner .msg-meta-type-action .msg-action-selector input[type="checkbox"]:checked {
  background: #0137af;
}
.msg-inner .msg-meta-type-action .msg-action-selector input[type="checkbox"]:hover {
  background: rgba(1, 55, 175, 0.4);
}
.msg-inner .msg-meta-type-action .msg-action-selector label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.msg-inner .msg-meta-type-action .msg-action-selector label .focusable:active,
.msg-inner .msg-meta-type-action .msg-action-selector label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.msg-inner .msg-meta-type-action .msg-read-indicator {
  margin: auto 0;
  padding: 0 0.6em;
}
.msg-inner .msg-meta-type-action .msg-read-indicator:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  margin: auto 0;
}
.msg-status-unread .msg-inner .msg-meta-type-action .msg-read-indicator:before {
  background: #ff5e5e;
}
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-type-label,
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-status-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-type-label .focusable:active,
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-status-label .focusable:active,
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-type-label .focusable:focus,
.msg-inner .msg-meta-type-action .msg-read-indicator .msg-status-label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.msg-inner .msg-meta-type-action .msg-type-display {
  margin: auto 0;
  padding: 0.4em 0.4em 0.4em 0;
  display: flex;
}
.msg-inner .msg-meta-type-action .msg-type-display:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  width: 2.4em;
  height: 2.4em;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  margin: auto 0;
  padding: 0.6em 0.4em 0.4em 0.4em;
  border-radius: 50%;
  background: #6895fb;
}
.msg-type-notification .msg-inner .msg-meta-type-action .msg-type-display:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  display: inline-block;
}
.msg-inner .msg-meta-type-action .msg-type-display .msg-type-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  text-indent: -9999px;
}
.msg-inner .msg-meta-type-action .msg-type-display .msg-type-label .focusable:active,
.msg-inner .msg-meta-type-action .msg-type-display .msg-type-label .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.test-nodes {
  background: red;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination .pagination-item {
  margin: auto 0.8em;
}
.pagination .pagination-item .btn {
  background: none;
  text-decoration: underline;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  color: #0137af;
  border: none;
}
.pagination .pagination-item .btn:hover {
  color: #0137af;
  background: rgba(1, 55, 175, 0.05);
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.nc-results-wrapper .feedback {
  border-radius: 0.8em;
  margin: 0.8em 0.4em;
  padding: 0 0.8em;
  border: 1px solid #ec9a00;
  background: rgba(236, 154, 0, 0.15);
  font-weight: 700;
}
.nc-results-wrapper .feedback p {
  font-size: 0.8em;
}
.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;
}
.index-list,
.index-item,
.category-list,
.category-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.default.type-listfaqs .content-items-list {
  display: grid;
  grid: auto-flow / repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 1em;
}
.default.type-listfaqs .content-items-list .list-content-item {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.default.type-listfaqs .content-items-list .list-content-item:nth-child(even) {
  background-color: #e6eef1;
}
.default.type-listfaqs .list-content-item {
  background-color: #f6f9fa;
  padding: 1em;
}
.default.type-listfaqs .content-wrapper-paginator-options {
  position: relative;
  margin: 2em 0;
  padding-left: 0.5em;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 150px auto;
  grid-template-rows: auto;
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.default.type-listfaqs .content-wrapper-paginator-options .page-select {
  display: flex;
  gap: 0.8em;
}
.default.type-listfaqs .content-wrapper-paginator-options .page-select label,
.default.type-listfaqs .content-wrapper-paginator-options .page-select select {
  margin: auto 0;
}
.default.type-listfaqs .content-wrapper-paginator-options span,
.default.type-listfaqs .content-wrapper-paginator-options button {
  flex: 0 0 auto;
  margin: auto 0;
}
.default.type-listfaqs .content-wrapper-paginator-options .list-content .content-item-inner > .results-totals-count,
.default.type-listfaqs .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav,
.default.type-listfaqs .content-wrapper-paginator-options .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  left: 0;
}
#container .default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page strong,
#container .default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page {
    min-width: 0;
  }
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:before,
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:hover,
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:focus,
.default.type-listfaqs .content-wrapper-paginator-options .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  right: 0;
}
#container .default.type-listfaqs .content-wrapper-paginator-options .goto-next-page strong,
#container .default.type-listfaqs .content-wrapper-paginator-options .goto-next-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .default.type-listfaqs .content-wrapper-paginator-options .goto-next-page {
    min-width: 0;
  }
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:before,
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:hover,
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:focus,
.default.type-listfaqs .content-wrapper-paginator-options .goto-next-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.default.type-listfaqs .content-wrapper-paginator-options .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.default.type-listfaqs .content-wrapper-paginator-options:has(.results-totals-count) {
  padding-top: 2em;
  padding-bottom: 4em;
}
.default.type-listfaqs .content-wrapper-paginator-options .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.default.type-listfaqs .back-to-list {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-bottom: 1em;
}
#container .default.type-listfaqs .back-to-list strong,
#container .default.type-listfaqs .back-to-list span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .default.type-listfaqs .back-to-list {
    min-width: 0;
  }
}
.default.type-listfaqs .back-to-list:before,
.default.type-listfaqs .back-to-list:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.default.type-listfaqs .back-to-list:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.default.type-listfaqs .back-to-list:hover,
.default.type-listfaqs .back-to-list:focus,
.default.type-listfaqs .back-to-list:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listfaqs .content-item-inner > .results-totals-count {
  display: none;
}
.faq-list .index-item {
  padding: 0.1em 0;
}
.faq-list .back-to-top {
  display: none;
  float: right;
  font-size: var(--font-size-xs);
}
.faq-list .content-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 2em 0;
}
.faq-list .content-items-list .list-content-item {
  padding: 1em;
  border-radius: 0px;
}
.faq-list .content-items-list .list-content-item:last-child {
  border-bottom: none;
}
.faq-list .content-items-list .list-content-item .content-item-container > h3 {
  margin-top: 0;
}
.faq-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.faq-category-list li {
  display: inline-block;
  font-size: var(--font-size-sm);
  border: 1px solid #a3b0b6;
  border-radius: 3px;
  padding: 0.1em 0.3em;
}
.faq-index-list .index-list {
  padding: 1em;
  background: #f6f9fa;
  border: 1px solid #ddd;
}
.faq-index-list .index-list .index-item {
  margin: 0 0 0.5em 0;
  padding: 0 0.5em 0.5em 40px;
  min-height: 28px;
  position: relative;
}
.faq-index-list .index-list .index-item:hover:before,
.faq-index-list .index-list .index-item:focus:before,
.faq-index-list .index-list .index-item:active:before {
  font-weight: 900;
}
.faq-index-list .index-list .index-item:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  display: inline-block;
  color: #0072bc;
  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;
}
.type-listfaqs {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  border-top: 1px solid #ddd;
  margin: 1.6em 0.8em 0.8em 0.8em;
  padding: 0.4em 0;
}
.type-listfaqs .page-select {
  display: flex;
  gap: 0.8em;
}
.type-listfaqs .page-select label,
.type-listfaqs .page-select select {
  margin: auto 0;
}
.type-listfaqs span,
.type-listfaqs button {
  flex: 0 0 auto;
  margin: auto 0;
}
.type-listfaqs .list-content .content-item-inner > .results-totals-count,
.type-listfaqs .list-content .content-item-inner > .page-nav,
.type-listfaqs .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.type-listfaqs .goto-prev-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  left: 0;
}
#container .type-listfaqs .goto-prev-page strong,
#container .type-listfaqs .goto-prev-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listfaqs .goto-prev-page {
    min-width: 0;
  }
}
.type-listfaqs .goto-prev-page:before,
.type-listfaqs .goto-prev-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listfaqs .goto-prev-page:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f053";
  display: inline-block;
  position: absolute;
  left: 20px;
}
.type-listfaqs .goto-prev-page:hover,
.type-listfaqs .goto-prev-page:focus,
.type-listfaqs .goto-prev-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listfaqs .goto-next-page {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  margin-top: 1em;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  position: absolute;
  right: 0;
}
#container .type-listfaqs .goto-next-page strong,
#container .type-listfaqs .goto-next-page span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .type-listfaqs .goto-next-page {
    min-width: 0;
  }
}
.type-listfaqs .goto-next-page:before,
.type-listfaqs .goto-next-page:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.type-listfaqs .goto-next-page:after {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: inline-block;
  position: absolute;
}
.type-listfaqs .goto-next-page:hover,
.type-listfaqs .goto-next-page:focus,
.type-listfaqs .goto-next-page:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.type-listfaqs .page-nav-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.type-listfaqs:has(.results-totals-count) {
  padding-top: 2em;
  padding-bottom: 4em;
}
.type-listfaqs .results-totals-count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
}
.accordion-faq .single-content .content-headline {
  background: #f6f9fa;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
}
.accordion-faq .single-content .content-headline:hover,
.accordion-faq .single-content .content-headline:focus,
.accordion-faq .single-content .content-headline:active {
  background: #e6eef1;
}
.accordion-faq .single-content .content-headline h2,
.accordion-faq .single-content .content-headline h3 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0.75em;
  line-height: 1.2;
}
.accordion-faq .single-content .content-headline h2:before,
.accordion-faq .single-content .content-headline h3:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #003087;
  font-size: 32px;
  line-height: 24px;
  float: right;
  display: block;
}
.accordion-faq .single-content .content-wrapper-inner {
  display: none;
  padding: 0 1em;
}
.accordion-faq .list-content .content-item-inner > .results-totals-count,
.accordion-faq .list-content .content-item-inner > .page-nav,
.accordion-faq .list-content .content-item-inner > .page-nav-count {
  display: none;
}
.accordion-faq .list-content .results-totals-count {
  display: none;
}
.accordion-faq .list-content .template-index-display,
.accordion-faq .list-content .back-to-top {
  display: none;
}
.accordion-faq .list-content .content-items-list {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.accordion-faq .list-content .content-items-list .list-content-item {
  padding: 0;
  border: none;
  background: transparent;
  margin: 0.5em 0 0 0;
}
.accordion-faq .list-content .content-items-list .list-content-item:first-child {
  padding-top: 0;
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3 {
  background: #f6f9fa;
  cursor: pointer;
  transition: background-color 0.4s ease-in-out;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0.75em;
  line-height: 1.2;
  position: relative;
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3 a {
  color: #000000;
  text-decoration: none !important;
  font-weight: bold;
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  display: inline-block;
  color: #0072bc;
  font-size: 24px;
  line-height: 24px;
  float: right;
  display: block;
  margin-left: 1em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3:hover,
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3:focus,
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3:active {
  background: #e6eef1;
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container > h3.open:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
  display: inline-block;
  line-height: 24px;
}
.accordion-faq .list-content .content-items-list .list-content-item .content-item-container .faq-question {
  min-height: 4em;
}
.accordion-faq .list-content .content-items-list .list-content-item .faq-answer {
  display: none;
  padding: 1em;
}
.accordion-faq .list-content .content-items-list .list-content-item .faq-category-list {
  display: none;
}
.no-headline .content-headline {
  display: none;
}
.call-out-text {
  background: linear-gradient(0deg, rgba(0, 48, 135, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.call-out-text .placement-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em 3em;
}
@media only screen and (max-width: 55rem) {
  .call-out-text .placement-inner {
    padding: 3em 1em;
  }
}
.call-out-text .placement-inner .content-headline h2,
.call-out-text .placement-inner .content-headline h3 {
  margin: 0;
  padding-bottom: 0.5em;
  color: #0072bc;
}
.call-out-text .placement-inner .content-headline:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: #cce9e5;
  margin-bottom: 0.75em;
}
.call-out-text .main-editor-output a.cta {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  padding: 12px 40px;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
  transform: translateY(0px);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  background-image: linear-gradient(180deg, #06aca1 0%, #00825c 100%);
  margin-top: 1em;
}
#container .call-out-text .main-editor-output a.cta strong,
#container .call-out-text .main-editor-output a.cta span {
  color: inherit !important;
}
@media only screen and (max-width: 55rem) {
  .call-out-text .main-editor-output a.cta {
    min-width: 0;
  }
}
.call-out-text .main-editor-output a.cta:before,
.call-out-text .main-editor-output a.cta:after {
  display: none;
  transform: translateX(0px);
  transition: 0.2s ease-in 0s, 0.1s ease-out 0s;
  font-weight: 900;
  font-size: 1.3125rem;
}
.call-out-text .main-editor-output a.cta:hover,
.call-out-text .main-editor-output a.cta:focus,
.call-out-text .main-editor-output a.cta:active {
  transition: 0.2s ease all;
  text-decoration: underline;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.image-only .content-headline {
  display: none;
}
.image-only .content-main-image {
  height: 500px;
}
@media only screen and (max-width: 55rem) {
  .image-only .content-main-image {
    height: 250px;
  }
}
.image-only img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.image-only.narrow {
  flex: 1 1 25%;
}
.image-only.narrow .content-main-image {
  height: auto;
}
.fs-base {
  position: relative;
  padding: 2em 0 !important;
}
.fs-base .content-headline h2,
.fs-base .content-headline h3 {
  margin-top: 0;
  margin-bottom: 0.58em;
}
.fs-base:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: calc(((100vw - 68.4375rem) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  .fs-base:before {
    width: 2vw;
  }
}
.fs-base:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 100%;
  width: calc(((100vw - 68.4375rem) / 2) + 1px);
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  .fs-base:after {
    width: 2vw;
  }
}
.text-over-image-banner.primary .content-main-image:before {
  background: linear-gradient(to right, rgba(0, 114, 188, 0.7) 0%, rgba(204, 233, 229, 0.7) 100%);
}
.side-image .content-headline {
  display: none;
}
.side-image .content-wrapper-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.image-left.side-image .content-wrapper-inner .content-main-image {
  order: 1;
}
.image-left.side-image .content-wrapper-inner .main-editor-output {
  order: 2;
  padding-left: 3em;
}
@media only screen and (max-width: 55rem) {
  .image-left.side-image .content-wrapper-inner .main-editor-output {
    padding-left: 1.5em;
  }
}
.image-right.side-image .content-wrapper-inner .content-main-image {
  order: 2;
}
.image-right.side-image .content-wrapper-inner .main-editor-output {
  order: 1;
  padding-right: 3em;
}
@media only screen and (max-width: 55rem) {
  .image-right.side-image .content-wrapper-inner .main-editor-output {
    padding-right: 1.5em;
  }
}
.side-image .content-wrapper-inner .content-main-image {
  flex: 1 1 27%;
}
.side-image .content-wrapper-inner .content-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.side-image .content-wrapper-inner .main-editor-output {
  flex: 1 1 68%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-image .content-wrapper-inner .main-editor-output > h2:first-child {
  margin: 0;
  border-bottom: solid 1px #e8edee;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}
.text-over-image-banner {
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.text-over-image-banner .content-main-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 99.4vw;
  transform: translateX(-50vw);
  z-index: 0;
}
.text-over-image-banner .content-main-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.text-over-image-banner .content-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.text-over-image-banner .content-item-inner {
  padding: 4em 0;
}
.placement-row-wrapper:nth-child(odd) .text-over-image-banner .content-item-inner {
  padding: 4em 0 4em 30%;
}
@media only screen and (max-width: 55rem) {
  .placement-row-wrapper:nth-child(odd) .text-over-image-banner .content-item-inner {
    padding: 2em 0;
  }
}
.placement-row-wrapper:nth-child(even) .text-over-image-banner .content-item-inner {
  padding: 4em 30% 4em 0;
}
@media only screen and (max-width: 55rem) {
  .placement-row-wrapper:nth-child(even) .text-over-image-banner .content-item-inner {
    padding: 2em 0;
  }
}
.text-over-image-banner .content-headline,
.text-over-image-banner .main-editor-output {
  position: relative;
  z-index: 2;
  color: #fff;
}
.text-over-image-banner .content-headline h2,
.text-over-image-banner .content-headline h3 {
  margin: 0;
  color: #fff;
}
#container #main-content #site-content-top-row .advertising-banner .placement-inner {
  max-width: 740px !important;
  background-color: #003087;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 10px;
}
#container #main-content #site-content-top-row .advertising-banner .main-editor-output > * {
  color: #fff;
}
#container #main-content #site-content-top-row .advertising-banner .favourite-container {
  display: none;
}
.text-full-width-image .content-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.text-full-width-image .content-wrapper-inner .content-main-image {
  flex-basis: 100%;
}
.text-full-width-image .content-wrapper-inner .content-main-image img {
  width: 100%;
}
.scrollingWrapper {
  width: fit-content;
}
.scrollingWrapper h3 {
  margin: 0.1em 0;
  position: relative;
  display: flex;
  align-items: baseline;
  font-size: 48px;
}
.scrollingWrapper h3 + span {
  display: block;
  width: 100%;
  text-align: right;
}
.scrollingWrapper .scrollingNumbers {
  position: relative;
  display: flex;
  margin-right: 0.2em;
  width: 0;
  overflow: hidden;
  height: 48px;
  transition: width 1.8s ease;
}
.scrollingWrapper .scrollingNumbers > span {
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  flex-shrink: 2;
  flex-basis: 48px;
  width: 1px;
  position: absolute;
  right: 0;
  line-height: 48px;
  transition: all 2s ease;
}
.scrollingWrapper .scrollingNumbers > span.visible {
  position: static;
  width: 31px;
  opacity: 1;
  flex-shrink: 1;
}
.type-textcontent.default:has(.no-main-image-display) .placement-inner {
  margin-top: 0;
  margin-bottom: 0;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner {
  display: flex;
  align-items: center;
  row-gap: 2.25rem;
  column-gap: 2.25rem;
}
.placement-row:not(.placement-row-1-up) .type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner {
  flex-wrap: wrap;
}
@media only screen and (max-width: 64rem) {
  .type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner {
    flex-wrap: wrap;
  }
  .type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .main-editor-output {
    order: -1;
  }
}
.col .type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner {
  flex-direction: column;
  row-gap: 2.25rem;
  flex-wrap: wrap;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .content-main-image {
  flex: 1 1 50%;
  width: 100%;
  align-self: stretch;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .content-main-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  min-height: 15.75rem;
  border-radius: 3px;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .main-editor-output {
  flex: 1 1 50%;
  width: 100%;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .main-editor-output p {
  margin-bottom: 1.5em;
}
.type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner .main-editor-output p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .type-textcontent.default .content-wrapper:not(.no-main-image-display) .content-wrapper-inner {
    flex-direction: column !important;
  }
}
.placement-row-1-up .content-wrapper.no-main-image-display .main-editor-output p[style*="text-align: center;"] {
  margin: 0 auto;
}
.placement-row-1-up .content-wrapper.no-main-image-display .main-editor-output p[style*="text-align: center;"] img {
  margin-inline: auto;
}
#site-banner-row .type-textcontent.default .placement-inner {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
#site-banner-row .type-textcontent.default .content-wrapper-inner {
  gap: 3rem;
}
.main-content .has-image-textcontent:nth-of-type(odd) .page-placement.default .content-wrapper-inner {
  flex-direction: row-reverse;
}
#main-content .placement-row-wrapper:has(.bg) {
  margin-top: 0;
  margin-bottom: 0;
}
#main-content .bg .placement-inner {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.bg-aqua {
  background-color: #cce9e5;
}
.bg-aqua .content-headline h2,
.bg-aqua .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.bg-blue {
  background-color: #41b6e6;
}
.bg-blue .content-headline h2,
.bg-blue .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.bg-teal {
  background-color: #00a499;
}
.bg-teal .content-headline h2,
.bg-teal .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.bg-pink {
  background-color: #be1577;
}
.bg-pink .content-headline h2,
.bg-pink .main-editor-output *:not([class*="cta"]) {
  color: #fff;
}
.bg-purple {
  background-color: #330072;
}
.bg-purple .content-headline h2,
.bg-purple .main-editor-output *:not([class*="cta"]) {
  color: #fff;
}
.bg-aqua {
  background: #cce9e5;
}
.bg-aqua a:not([class*="cta"]),
.bg-aqua h2,
.bg-aqua h3,
.bg-aqua h4,
.bg-aqua h5,
.bg-aqua h6 {
  color: #000000;
}
.bg-green {
  background-image: linear-gradient(90deg, #02b3dc 0%, #6acdc7 22%);
}
.bg-green:after {
  content: "";
  background-image: url(../images/_site/theme/mask-grad.png);
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  width: 100%;
  height: 32px;
  background-size: 100% 32px;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  .bg-green:after {
    background-size: cover;
  }
}
.bg-green a:not([class*="cta"]),
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6 {
  color: #000000;
}
.bg-blue {
  background-image: linear-gradient(90deg, rgba(2, 180, 220, 0.5) 19%, rgba(6, 172, 161, 0.5) 50%);
}
.bg-blue a:not([class*="cta"]),
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6 {
  color: #000000;
}
.bg-solid-blue {
  background-image: linear-gradient(90deg, #02b3dc 0%, #0072bc 26%);
}
@media only screen and (max-width: 55rem) {
  .bg-solid-blue {
    background: #0072bc;
  }
}
.bg-solid-blue .text-content-collection .content-main-image img {
  filter: brightness(0) invert(1);
}
.bg-solid-blue .content-headline *,
.bg-solid-blue .main-editor-output *:not([class*="cta"]) {
  color: #fff;
}
.your-journey {
  background-image: url(../images/_site/theme/your-journey.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 59.375rem) {
  .your-journey {
    background-image: none;
  }
}
.your-journey .content-headline h2 {
  margin-bottom: 2.5rem;
}
.your-journey .text-content-collection {
  padding-bottom: 30px;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem;
}
@media only screen and (max-width: 55rem) {
  .your-journey .text-content-collection {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
  }
}
.your-journey .content-main-image img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(92%) saturate(1207%) hue-rotate(179deg) brightness(100%) contrast(102%);
  height: 3.75rem;
}
.your-journey .main-editor-output {
  padding: 8px;
  background: #fff;
  border-radius: 3px;
}
.your-journey .main-editor-output h3 {
  font-size: var(--font-size-xl);
  color: #000000;
}
@media only screen and (max-width: 55rem) {
  .your-journey .main-editor-output h3 {
    font-size: var(--font-size-lg);
  }
}
.your-journey .main-editor-output .subhead {
  font-weight: var(--font-weight-normal);
  margin-bottom: 5px;
  text-transform: none;
  font-size: inherit;
}
#container #main-content .placement-row-wrapper:has(.no-margin),
#container #site-banner-row .placement-row-wrapper:has(.no-margin) {
  margin-top: 0;
  margin-bottom: 0;
}
#feedback {
  display: none;
}
.home-page #site-banner-row .placement-row-wrapper:has(.alert) + .placement-row-wrapper:has(.hp-intro) {
  margin-top: 0;
}
.home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .placement-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .placement-inner {
    margin-top: 1rem;
  }
}
.home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output p {
  font-size: 1.3125rem;
  font-weight: var(--font-weight-bold);
}
.home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output p:last-child {
  margin-bottom: 0;
}
.home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output h2 {
  margin-bottom: 0;
  font-family: "DirtyHeadline";
  font-size: 3.75rem;
  font-weight: var(--font-weight-base);
  text-transform: uppercase;
}
@media only screen and (max-width: 55rem) {
  .home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output h2 {
    font-size: 3rem;
  }
}
.home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output div {
  font-size: 2.25rem;
  color: #0072bc;
  line-height: 1.3;
  margin-block: 0.3rem;
}
@media only screen and (max-width: 55rem) {
  .home-page #site-banner-row .placement-row-wrapper .page-placement:has(.hp-intro) .main-editor-output div {
    font-size: 1.75rem;
  }
}
.home-page #main-content .type-textcontent.default .placement-inner {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
#container .home-page .bg-aqua .placement-inner {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.accordion-base.primary .actn-btn {
  background-color: #0072bc;
}
.accordion-base.primary .content-item-inner {
  border: 2px solid #0072bc;
}
.accordion-base.primary .placement-inner .content-headline:before,
.accordion-base.primary .content-headline h2 {
  color: #fff;
}
.accordion-base.secondary .actn-btn {
  background-color: #cce9e5;
}
.accordion-base.secondary .content-item-inner {
  border: 2px solid #cce9e5;
}
.accordion-base.secondary .placement-inner .content-headline:before,
.accordion-base.secondary .content-headline h2 {
  color: #000000;
}
.accordion-base.tertiary .actn-btn {
  background-color: #00825c;
}
.accordion-base.tertiary .content-item-inner {
  border: 2px solid #00825c;
}
.accordion-base.tertiary .placement-inner .content-headline:before,
.accordion-base.tertiary .content-headline h2 {
  color: #fff;
}
/* first accordion wrapper */
.placement-row-wrapper:nth-child(1 of :has(.accordion-base)) {
  margin-top: 1.875rem !important;
}
/* last accordion wrapper */
.placement-row-wrapper:nth-last-child(1 of :has(.accordion-base)) {
  margin-bottom: 1.875rem !important;
}
.accordion-base {
  padding: 0;
}
.accordion-base .placement-inner {
  padding: 0;
  position: relative;
}
.accordion-base .placement-inner .content-item-inner {
  box-shadow: 0 2px 15px 0 rgba(183, 183, 183, 0.3);
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.33s ease-in-out;
}
.accordion-base .placement-inner .content-item-inner:has(.open) .content-headline:before {
  transform: translateY(-50%) rotate(0.5turn);
}
#container .accordion-base .placement-inner .actn-show-content {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.33s ease;
  border: none;
  max-width: 100%;
  margin-top: 0;
  transform: translateY(0);
}
#container .accordion-base .placement-inner .actn-show-content .content-headline h2,
#container .accordion-base .placement-inner .actn-show-content .item-headline h2,
#container .accordion-base .placement-inner .actn-show-content .content-headline h3,
#container .accordion-base .placement-inner .actn-show-content .item-headline h3 {
  border-bottom: none;
}
#container .accordion-base .placement-inner .actn-show-content:focus-visible .content-headline {
  border-color: #fd0 !important;
  color: #0b0c0c !important;
  background-color: #fd0 !important;
  outline: 3px solid #0b0c0c !important;
  outline-offset: 3px !important;
}
#container .accordion-base .placement-inner .actn-show-content:focus-visible .content-headline:before,
#container .accordion-base .placement-inner .actn-show-content:focus-visible .content-headline * {
  color: #0b0c0c !important;
}
#container .accordion-base .placement-inner .actn-show-content:hover .content-headline h2 {
  text-decoration: underline;
}
.accordion-base .placement-inner .content-headline,
.accordion-base .placement-inner .item-headline {
  position: relative;
  padding: 14px 32px;
  cursor: pointer;
  transition: color 0.33s ease, background-color 0.33s ease, opacity 0.33s ease;
}
.accordion-base .placement-inner .content-headline:before,
.accordion-base .placement-inner .item-headline:before {
  font-family: "Font Awesome Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75em;
  font-size: 24px;
  width: 24px;
  color: #0072bc;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-base .placement-inner .content-headline h2,
.accordion-base .placement-inner .item-headline h2,
.accordion-base .placement-inner .content-headline h3,
.accordion-base .placement-inner .item-headline h3 {
  font-size: var(--font-size-xl);
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  border-bottom: none;
}
.col .accordion-base .placement-inner .content-headline h2,
.col .accordion-base .placement-inner .item-headline h2,
.col .accordion-base .placement-inner .content-headline h3,
.col .accordion-base .placement-inner .item-headline h3 {
  font-size: 1em;
}
.accordion-base .placement-inner .content-wrapper-inner {
  padding: 0 32px 14px;
  background-color: #fff;
  display: none;
}
.accordion-base .placement-inner .content-wrapper-inner .content-main-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.accordion-base .placement-inner .content-wrapper-inner:not(:has(.content-main-image)) {
  margin-top: 1rem;
}
.accordion-base .placement-inner .content-wrapper-inner:not(:has(.content-main-image)) .main-editor-output *:nth-child(1) {
  margin-top: 0;
}
.accordion-base .placement-inner .content-wrapper-inner .main-editor-output {
  border-bottom: none !important;
}
.col .accordion-base .placement-inner .content-wrapper-inner {
  padding: 1em;
}
@media only screen and (max-width: 55rem) {
  .accordion-base .placement-inner .content-wrapper-inner {
    padding: 0.75em;
  }
}
.accordion-base .text-content-collection .list-content-item {
  margin-bottom: 1em;
}
.accordion-base .text-content-collection .list-content-item:last-child {
  margin-bottom: 0;
}
.accordion-base.menu-acc {
  display: none;
  border-top: 1px solid #e8edee;
  margin: 0;
}
@media only screen and (max-width: 55rem) {
  .accordion-base.menu-acc .placement-inner {
    margin: 0;
  }
}
@media only screen and (max-width: 55rem) {
  .accordion-base.menu-acc {
    display: block;
  }
  .accordion-base.menu-acc .content-headline:before {
    font-family: "Font Awesome Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: inline-block;
  }
  .accordion-base.menu-acc .content-headline h2 {
    padding-bottom: 0;
    margin: 0 !important;
    padding: 0.5em 0;
  }
}
.alert {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (max-width: 55rem) {
  .alert {
    width: 96%;
  }
}
.alert .placement-inner {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .alert .placement-inner {
    width: 94%;
  }
}
.alert .content-headline {
  max-width: 68.4375rem;
  margin-inline: auto;
}
.alert .content-headline h2 {
  color: #000000;
  margin-bottom: 0;
  font-size: var(--font-size-2xl);
}
.alert .main-editor-output {
  max-width: 68.4375rem;
  padding: 10px 0;
  overflow: hidden;
}
.alert .main-editor-output > * {
  color: #000000 !important;
}
.alert .main-editor-output > *:first-child {
  margin-top: 0;
}
.alert .main-editor-output > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 55rem) {
  .alert .main-editor-output h2,
  .alert .main-editor-output > p {
    float: none;
    width: 100%;
  }
}
.alert .main-editor-output h2 {
  margin: 0;
  position: relative;
  padding-left: 1.6em;
  color: #0072bc;
}
@media only screen and (max-width: 55rem) {
  .alert .main-editor-output h2 {
    padding-left: 0;
  }
}
@media only screen and (max-width: 55rem) {
  .alert .main-editor-output > p {
    padding-left: 0;
  }
}
.alert .main-editor-output aside {
  margin-left: 35%;
  position: relative;
}
@media only screen and (max-width: 55rem) {
  .alert .main-editor-output aside {
    margin-left: 0;
  }
}
#site-banner-row .alert .placement-inner {
  padding-top: 2rem;
  width: 100% !important;
  max-width: none !important;
  border-radius: 0;
}
.alert.red {
  background: none;
}
.alert.red .placement-inner {
  border: 3px solid #b50000;
  background-color: rgba(181, 0, 0, 0.1);
  padding: 0px 20px;
}
#container .alert.red .main-editor-output * {
  color: #000000;
}
.alert.red .content-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.alert.yellow {
  background: none;
}
.alert.yellow .placement-inner {
  border: 3px solid #eca61b;
  background-color: rgba(236, 166, 27, 0.1);
  padding: 0px 20px;
}
#container .alert.yellow .main-editor-output * {
  color: #000000;
}
.alert.yellow .content-wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.solid-box {
  container-type: inline-size;
}
.solid-box .placement-inner {
  padding: 42px;
  background-color: #0072bc;
  border-radius: 3px;
  overflow: hidden;
}
@container (max-width: 50rem) {
  .solid-box .placement-inner {
    padding: 30px 20px;
  }
}
.col .solid-box .placement-inner {
  padding: 1em;
}
#container .solid-box:has(.content-main-image) .content-wrapper-inner,
#container .solid-box:has(.content-main-image) .placement-inner {
  padding: 0;
}
.solid-box:has(.content-main-image) .content-wrapper-inner {
  container-type: inline-size;
}
#container .solid-box:has(.content-main-image) .content-wrapper-inner {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  grid-template-areas: "content image";
}
@media (max-width: 50rem) {
  #container .solid-box:has(.content-main-image) .content-wrapper-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 18.75rem auto;
    grid-template-areas: "image" "content";
  }
}
#container .solid-box:has(.content-main-image) .content-wrapper-inner .main-editor-output {
  grid-area: content;
  padding: 80px 60px;
}
@container (max-width: 56.25rem) {
  #container .solid-box:has(.content-main-image) .content-wrapper-inner .main-editor-output {
    padding: 40px 20px;
  }
}
#container .solid-box:has(.content-main-image) .content-wrapper-inner .content-main-image {
  grid-area: image;
}
#container .solid-box:has(.content-main-image) .content-wrapper-inner .content-main-image img {
  max-height: none;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#container .placement-row:not(.placement-row-1-up) .solid-box .content-wrapper-inner {
  grid-template-columns: 1fr;
  grid-template-rows: 15.25rem auto;
  grid-template-areas: "image" "content";
}
#container .placement-row:not(.placement-row-1-up) .solid-box .content-wrapper-inner .main-editor-output {
  padding: clamp(20px, 5vw, 40px);
}
.solid-box.primary .placement-inner {
  background-color: #0072bc;
}
.solid-box.primary .content-headline h2,
.solid-box.primary .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.primary .main-editor-output blockquote:before,
.solid-box.primary .main-editor-output blockquote:after,
.solid-box.primary .main-editor-output a:not([class*="cta"]),
.solid-box.primary .main-editor-output > * {
  color: #fff;
}
.solid-box.primary .main-editor-output h2 {
  color: #fff;
}
.solid-box.secondary .placement-inner {
  background-color: #cce9e5;
}
.solid-box.secondary .content-headline h2,
.solid-box.secondary .content-headline h3 {
  margin-top: 0;
  color: #000000;
}
.solid-box.secondary .main-editor-output blockquote:before,
.solid-box.secondary .main-editor-output blockquote:after,
.solid-box.secondary .main-editor-output a:not([class*="cta"]),
.solid-box.secondary .main-editor-output > * {
  color: #000000;
}
.solid-box.secondary .main-editor-output h2 {
  color: #000000;
}
.solid-box.tertiary .placement-inner {
  background-color: #00825c;
}
.solid-box.tertiary .content-headline h2,
.solid-box.tertiary .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.tertiary .main-editor-output blockquote:before,
.solid-box.tertiary .main-editor-output blockquote:after,
.solid-box.tertiary .main-editor-output a:not([class*="cta"]),
.solid-box.tertiary .main-editor-output > * {
  color: #fff;
}
.solid-box.tertiary .main-editor-output h2 {
  color: #fff;
}
.solid-box.grey .placement-inner {
  background-color: #62707b;
}
.solid-box.grey .content-headline h2,
.solid-box.grey .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.grey .main-editor-output blockquote:before,
.solid-box.grey .main-editor-output blockquote:after,
.solid-box.grey .main-editor-output a:not([class*="cta"]),
.solid-box.grey .main-editor-output > * {
  color: #fff;
}
.solid-box.grey .main-editor-output h2 {
  color: #fff;
}
.solid-box.blue .placement-inner {
  background-color: #41b6e6;
}
.solid-box.blue .content-headline h2,
.solid-box.blue .content-headline h3 {
  margin-top: 0;
  color: #000000;
}
.solid-box.blue .main-editor-output blockquote:before,
.solid-box.blue .main-editor-output blockquote:after,
.solid-box.blue .main-editor-output a:not([class*="cta"]),
.solid-box.blue .main-editor-output > * {
  color: #000000;
}
.solid-box.blue .main-editor-output h2 {
  color: #000000;
}
.solid-box.teal .placement-inner {
  background-color: #00a499;
}
.solid-box.teal .content-headline h2,
.solid-box.teal .content-headline h3 {
  margin-top: 0;
  color: #000000;
}
.solid-box.teal .main-editor-output blockquote:before,
.solid-box.teal .main-editor-output blockquote:after,
.solid-box.teal .main-editor-output a:not([class*="cta"]),
.solid-box.teal .main-editor-output > * {
  color: #000000;
}
.solid-box.teal .main-editor-output h2 {
  color: #000000;
}
.solid-box.pink .placement-inner {
  background-color: #be1577;
}
.solid-box.pink .content-headline h2,
.solid-box.pink .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.pink .main-editor-output blockquote:before,
.solid-box.pink .main-editor-output blockquote:after,
.solid-box.pink .main-editor-output a:not([class*="cta"]),
.solid-box.pink .main-editor-output > * {
  color: #fff;
}
.solid-box.pink .main-editor-output h2 {
  color: #fff;
}
.solid-box.purple .placement-inner {
  background-color: #330072;
}
.solid-box.purple .content-headline h2,
.solid-box.purple .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.purple .main-editor-output blockquote:before,
.solid-box.purple .main-editor-output blockquote:after,
.solid-box.purple .main-editor-output a:not([class*="cta"]),
.solid-box.purple .main-editor-output > * {
  color: #fff;
}
.solid-box.purple .main-editor-output h2 {
  color: #fff;
}
.solid-box.primary-gradient .placement-inner {
  background-color: transparent;
  background-image: linear-gradient(270deg, #0072bc 59%, #02b3dc 100%);
}
.solid-box.primary-gradient .content-headline h2,
.solid-box.primary-gradient .content-headline h3 {
  margin-top: 0;
  color: #fff;
}
.solid-box.primary-gradient .main-editor-output blockquote:before,
.solid-box.primary-gradient .main-editor-output blockquote:after,
.solid-box.primary-gradient .main-editor-output a:not([class*="cta"]),
.solid-box.primary-gradient .main-editor-output > * {
  color: #fff;
}
.solid-box.primary-gradient .main-editor-output h2 {
  color: #fff;
}
.banner {
  padding: 0;
}
.banner .placement-inner {
  width: 100% !important;
  max-width: none !important;
}
#container .banner .placement-inner {
  margin: 0;
}
.banner .content-wrapper-inner {
  display: grid;
  grid-template-areas: ". content image image";
  grid-template-columns: minmax(30px, 1fr) minmax(min-content, 37.1875rem) minmax(min-content, 37.1875rem) minmax(30px, 1fr);
}
@media only screen and (max-width: 64rem) {
  #container .banner .content-wrapper-inner {
    grid-template-columns: 100%;
    grid-template-rows: 250px auto;
    grid-template-areas: "image" "content";
  }
}
.banner .main-editor-output {
  grid-area: content;
  padding-block: 105px;
  padding-right: 80px;
}
@media only screen and (max-width: 64rem) {
  .banner .main-editor-output {
    padding: 40px 20px;
  }
}
.banner:not(:has(.content-main-image)) .content-wrapper-inner {
  grid-template-columns: minmax(30px, 1fr) minmax(min-content, 50.71022714rem) minmax(min-content, 23.66477286rem) minmax(30px, 1fr);
}
@media only screen and (max-width: 64rem) {
  #container .banner:not(:has(.content-main-image)) .content-wrapper-inner {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "content";
  }
}
.banner:not(:has(.content-main-image)) .main-editor-output {
  padding-block: 80px;
  padding-right: 0;
}
.banner .content-main-image {
  grid-area: image;
  position: relative;
}
.banner .content-main-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}
.banner.contained .content-main-image {
  background-color: #e7e9e9;
}
.banner.contained .content-main-image img {
  object-fit: contain;
  height: 80%;
}
.banner.reverse .content-wrapper-inner {
  grid-template-areas: "image image content .";
}
.banner.reverse .main-editor-output {
  padding-left: 80px;
  padding-right: 0;
}
.banner.highlight .content-wrapper-inner {
  position: relative;
}
.banner.highlight .content-wrapper-inner:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(248, 131, 173, 0) 0%, #ee4c75 76%);
  top: var(--highlight-top, 68%);
  position: absolute;
  transition: all 0.3s ease;
}
.highlight-banner {
  padding: 0;
}
.highlight-banner .placement-inner {
  width: 100% !important;
  max-width: none !important;
}
#container .highlight-banner .placement-inner {
  margin: 0;
}
.highlight-banner .content-wrapper-inner {
  background-color: #0072bc;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(30px, 1fr) minmax(min-content, 36.44375rem) minmax(min-content, 3.45533829rem) minmax(min-content, 34.47591171rem) minmax(30px, 1fr);
}
@media only screen and (max-width: 55rem) {
  .highlight-banner .content-wrapper-inner {
    grid-template-columns: 100%;
    grid-template-rows: 233px auto;
    grid-template-areas: "image" "content";
    background-image: none;
  }
}
.highlight-banner .content-main-image {
  height: 100%;
  grid-area: 1/3 / 2 / -1;
}
@media only screen and (max-width: 55rem) {
  .highlight-banner .content-main-image {
    grid-area: image;
  }
}
.highlight-banner .content-main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.highlight-banner .main-editor-output {
  grid-area: 1/2 / 2 / 4;
  margin-top: 55px;
  margin-bottom: 55px;
  padding: 50px;
  background: #ffffff;
  border-radius: 0px;
}
.highlight-banner .main-editor-output p,
.highlight-banner .main-editor-output li {
  font-size: var(--font-size-lg);
}
.highlight-banner .main-editor-output p strong,
.highlight-banner .main-editor-output li strong,
.highlight-banner .main-editor-output p span,
.highlight-banner .main-editor-output li span {
  font-size: inherit;
}
.highlight-banner .main-editor-output .subhead {
  text-transform: uppercase;
  font-size: 1.25rem;
  color: #0072bc;
  font-weight: 500;
  font-family: var(--font-family-base);
}
@media only screen and (max-width: 55rem) {
  .highlight-banner .main-editor-output {
    grid-area: content;
    margin: 0;
  }
}
.page-header {
  background-image: linear-gradient(180deg, #cce8e4 0%, #cce9e5 85%);
  padding-bottom: 30px;
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 55rem) {
  .page-header {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
.page-header:after {
  content: "";
  background-image: url("../images/_site/theme/mask-aqua.png");
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  width: 100%;
  height: 32px;
  background-size: 100% 32px;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
@media only screen and (max-width: 55rem) {
  .page-header:after {
    background-size: cover;
  }
}
.page-header.grey {
  background-image: none;
  background-color: #dcddde;
}
.page-header.grey:after {
  background-image: url(../images/_site/theme/mask-grey.png);
}
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  color: #000000;
}
.page-header h2 {
  font-size: var(--font-size-4xl);
}
@media only screen and (max-width: 55rem) {
  .page-header h2 {
    font-size: var(--font-size-3xl);
  }
}
.checkerboard .content-main-image,
.checkerboard .main-editor-output {
  max-width: 68.4375rem;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.checkerboard .main-editor-output {
  padding-top: 45px;
  padding-bottom: 45px;
}
.checkerboard:has(.content-main-image) .content-main-image {
  padding-top: 45px;
}
.checkerboard:has(.content-main-image) .main-editor-output {
  padding-top: 15px;
}
.checkerboard .content-main-image img {
  max-width: 60px;
}
#container .col .checkerboard {
  border-radius: 0px;
}
#container .col .checkerboard .content-headline h2 {
  margin: 0 10px;
}
#container .col .checkerboard .main-editor-output {
  padding-inline: 10px;
  padding-block: 0;
}
#container .col .checkerboard:before,
#container .col .checkerboard:after {
  content: none;
}
.checkerboard.primary {
  background-color: #0072bc;
}
.checkerboard.primary .main-editor-output *:not([class*="cta"]) {
  color: #fff;
}
.checkerboard.primary .content-main-image img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.checkerboard.primary:before,
.checkerboard.primary:after {
  background-color: #0072bc;
}
.checkerboard.secondary {
  background-color: #cce9e5;
}
.checkerboard.secondary .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.checkerboard.secondary .content-main-image img {
  filter: brightness(0) saturate(100%) invert(0%);
}
.checkerboard.secondary:before,
.checkerboard.secondary:after {
  background-color: #cce9e5;
}
.checkerboard.tertiary {
  background-color: #00825c;
}
.checkerboard.tertiary .main-editor-output *:not([class*="cta"]) {
  color: #fff;
}
.checkerboard.tertiary .content-main-image img {
  filter: brightness(0) saturate(100%) invert(100%);
}
.checkerboard.tertiary:before,
.checkerboard.tertiary:after {
  background-color: #00825c;
}
.checkerboard.light-blue {
  background-color: #dfeaf6;
}
.checkerboard.light-blue .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.checkerboard.light-blue .content-main-image img {
  filter: brightness(0) saturate(100%) invert(0%);
}
.checkerboard.light-blue:before,
.checkerboard.light-blue:after {
  background-color: #dfeaf6;
}
.checkerboard.lighter-blue {
  background-color: #e6f2fb;
}
.checkerboard.lighter-blue .main-editor-output *:not([class*="cta"]) {
  color: #000000;
}
.checkerboard.lighter-blue .content-main-image img {
  filter: brightness(0) saturate(100%) invert(0%);
}
.checkerboard.lighter-blue:before,
.checkerboard.lighter-blue:after {
  background-color: #e6f2fb;
}
#container .placement-row-1-up .checkerboard .placement-inner {
  width: 100% !important;
  max-width: none !important;
}
#container .placement-row-1-up .checkerboard .main-editor-output p,
#container .placement-row-1-up .checkerboard .main-editor-output li {
  font-size: 1.125rem;
}
#container .placement-row-1-up .checkerboard .main-editor-output p {
  width: 85%;
}
.placement-row:has(.checkerboard) {
  gap: 0 !important;
  width: 100% !important;
}
.placement-row:has(.checkerboard) > .page-placement .placement-inner {
  z-index: 1;
}
.placement-row:has(.checkerboard) > .page-placement:first-child:is(.checkerboard):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: calc(100% - 50vw);
  right: 0;
}
.placement-row:has(.checkerboard) > .page-placement:last-child:is(.checkerboard):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: calc(100% - 50vw);
}
.placement-row:has(.checkerboard):not(.placement-row-1-up) .placement-inner {
  padding-right: 15px;
  padding-left: 15px;
}
#container #main-content .placement-row-wrapper:has(.checkerboard) {
  overflow: clip;
}
#container #main-content .placement-row-wrapper:has(.checkerboard) + .placement-row-wrapper:has(.checkerboard) {
  margin-top: 0;
}
.placement-row-1-up:has(.checkerboard) .content-main-image,
.placement-row-1-up:has(.checkerboard) .main-editor-output {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.placement-row-1-up:has(.checkerboard) .content-item-inner {
  width: 96%;
  max-width: 68.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 55rem) {
  .placement-row-1-up:has(.checkerboard) .content-item-inner {
    width: 94%;
  }
}
.placement-row-1-up:has(.checkerboard) .content-wrapper-inner {
  display: flex;
  padding-block: 45px;
  gap: 1rem;
}
.placement-row-1-up:has(.checkerboard) .content-wrapper-inner .content-main-image {
  width: auto !important;
}
@media (max-width: 25rem) {
  .placement-row-1-up:has(.checkerboard) .content-wrapper-inner {
    flex-direction: column;
  }
  .placement-row-1-up:has(.checkerboard) .content-wrapper-inner .content-main-image {
    width: 100% !important;
  }
  .placement-row-1-up:has(.checkerboard) .content-wrapper-inner .main-editor-output p {
    width: 100% !important;
  }
}
/*# sourceMappingURL=styles.css.map */