/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-bf286824a5/0/cache/css-loader-npm-6.7.3-63aa933400-473cc32b6c.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/0/cache/postcss-loader-npm-7.3.0-788d8ed604-f09fe68bde.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./.yarn/cache/resolve-url-loader-npm-5.0.0-9b441067c9-6d483733a4.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/0/cache/sass-loader-npm-13.2.2-b5bbed2dce-0368e4eaa4.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./.yarn/cache/@splidejs-splide-npm-4.1.4-574032679c-919f6e1e5d.zip/node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-bf286824a5/0/cache/css-loader-npm-6.7.3-63aa933400-473cc32b6c.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/0/cache/postcss-loader-npm-7.3.0-788d8ed604-f09fe68bde.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./.yarn/cache/resolve-url-loader-npm-5.0.0-9b441067c9-6d483733a4.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/0/cache/sass-loader-npm-13.2.2-b5bbed2dce-0368e4eaa4.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./.yarn/cache/@splidejs-splide-npm-4.1.4-574032679c-919f6e1e5d.zip/node_modules/@splidejs/splide/dist/css/themes/splide-default.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-bf286824a5/0/cache/css-loader-npm-6.7.3-63aa933400-473cc32b6c.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/0/cache/postcss-loader-npm-7.3.0-788d8ed604-f09fe68bde.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./.yarn/cache/resolve-url-loader-npm-5.0.0-9b441067c9-6d483733a4.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/0/cache/sass-loader-npm-13.2.2-b5bbed2dce-0368e4eaa4.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/styles/master.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ### Bullets */
/* XXS Mobile (min width) */
/* XS Mobile (min width) */
/* XS Mobile (max width) */
/* Mobile (min width) */
/* Mobile (max width) */
/* Mobile (max width) */
/* Tablets (min width) */
/* Tablets (max width) */
/* Small Desktop  (min width) */
/* Small Desktop (max width) */
/* Large Desktop (min width) */
/* Large Desktop (max width) */
/* Extra-Large Desktop (min width) */
/* Extra-Large Desktop (max width) */
/* High Definition (HD) - THIS IS THE LEVEL OF OUR DEFAULT STYLES */
/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
/****************************************************************************************************/
/* #region Buttons */
/****************************************************************************************************/
/*
    Button styles were moved from placeholders to here to reduce generated CSS selector length.
    Ideally you should always either use a real <button> or add the .button class(es) where you needed,
    BUT if you really need it (perhaps to override some 3rd-party styles) you can always do this:

    #specific_selector .my-custom-button {
        @include button; // default styles
        // or
        @include button("secondary", true); // predefined styles WITH base button styles
    }

    You can also "extend" button classes defined in global.scss if you need to (similar to the old way).
    This keeps the css nice and light AS LONG as it's not super-nested beneath some comma-separated parents

    #specific_selector .my-custom-button {
        @extend .button.secondary;
    }
*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Link Styler */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Functions */
/****************************************************************************************************/
/* Remove units from a value */
/* Convert pixels to rems */
/* Convert rems to pixels */
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Shortcut Selectors */
/****************************************************************************************************/
/*
    Set focus styles ONLY for users that need it.
    Will not work on older browsers (see base focus styles for example of overriding).
*/
/*  Just an alias for focusVisible */
/*
    Focus AND Hover
    A shortcut for when you need to share styles between focus and hover.
    Most of the time styles should go into separate focusVisible and/or :hover rules as needed.
*/
/* Select all FontAwesome icons */
/* Shortcut for writing out h1-h6 */
/* Cross-browser placeholders */
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Font Styless & Fluid Type */
/****************************************************************************************************/
/*
$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;
@include fluid-type($min_width, $max_width, $min_font, $max_font);
*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Grid Mixins */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Size & Position */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Overlays & Gradients */
/****************************************************************************************************/
/*background-image: linear-gradient(120deg, scrim-gradient($primaryColour));*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Whitespace  */
/* You shouldn't ever need to use this directly - it's just used to generate our whitespace classes */
/* based on: https://styleguide.pivotal.io/modifiers/whitespace/#classes */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Modifiers  */
/* You shouldn't ever need to use this directly - it's just used to generate our subheader classes */
/* Based content https://frontstuff.io/generate-all-your-utility-classes-with-sass-maps            */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Misc */
/****************************************************************************************************/
/* shared outline styles for focus */
/* #endregion */
/****************************************************************************************************/
/* Force text to wrap with hyphen if to long (example long email) */
a[href^=mailto] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: unset;
}

.borderBottomShort {
  position: relative;
}
.borderBottomShort:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3rem;
  height: 1px;
  background-color: #101B33;
}

.container.edge *.container.full, .container.full {
  padding-left: 5rem;
  padding-right: 5rem;
  /*        @media(max-width:$XL_Max) {
          padding-left: $desktopPadding;
          padding-right: $desktopPadding;
      }*/
}
@media (max-width: 1599px) {
  .container.edge *.container.full, .container.full {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 1299px) {
  .container.edge *.container.full, .container.full {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 1024px) {
  .container.edge *.container.full, .container.full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .container.edge *.container.full, .container.full {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 500px) {
  .container.edge *.container.full, .container.full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.testimonialsWrapper:before {
  content: " ";
  z-index: 0;
  position: absolute;
  /*            top: 45%;
      left: 40%;
      transform: translateY(-50%) translateX(-50%);*/
  top: 50%;
  left: 0;
  /*transform: translateY(-20%) translateX(0);*/
  background-image: url(/CFImages/double-quote.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 6rem;
  width: 6rem;
  -webkit-mask: none;
          mask: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}
.testimonialsWrapper:after {
  content: " ";
  z-index: 0;
  position: absolute;
  /*            top: 45%;
      left: 40%;
      transform: translateY(-50%) translateX(-50%);*/
  top: 50%;
  right: 0;
  /*transform: translateY(-20%) translateX(0);*/
  background-image: url(/CFImages/double-quote.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 6rem;
  width: 6rem;
  -webkit-mask: none;
          mask: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transform: translateY(-50%) scale(-1);
}

.coverImg {
  inset: 0;
  display: block;
  position: absolute;
}

/****************************************************************************************************/
/* #region Flex Grid */
/****************************************************************************************************/
.grid {
  /*width: 100%;*/
  width: initial;
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -1rem 0 -1rem;
}
.grid.col {
  width: auto;
}
.grid.grid-nogutter {
  margin: 0;
}
.grid.grid-nogutter > .col {
  margin: 0;
}
.grid.grid-nowrap {
  flex-wrap: nowrap;
}
.grid.featureFirst > .col:first-child {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  /*width: calc((1 / 1) * 100% - 1rem);*/
  flex-basis: calc((1 / 1) * 100% - 1rem);
}
.grid:not(.col) {
  flex-grow: 1;
}
.grid > .col {
  margin: 0 1rem 0 1rem;
}

.col {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Grid + Column Alignment */
/****************************************************************************************************/
/* Justify Content Classes */
.grid-start,
.col-top {
  justify-content: flex-start;
}

.grid-end,
.col-bottom {
  justify-content: flex-end;
}

.grid-center,
.col-middle {
  justify-content: center;
}

.grid-evenly,
.col-evenly {
  justify-content: space-evenly;
}

.grid-around,
.col-around {
  justify-content: space-around;
}

.grid-between,
.col-between {
  justify-content: space-between;
}

/* Align Items Classes */
.col-align-start,
.grid-align-start {
  align-items: flex-start;
}

.col-align-end,
.grid-align-end {
  align-items: flex-end;
}

.col-align-center,
.grid-align-center {
  align-items: center;
}

.col-align-stretch,
.grid-align-stretch {
  align-items: stretch;
}

.col-align-baseline,
.grid-align-baseline {
  align-items: baseline;
}

/* Column Self-Alignment Classes */
.col-align-top {
  align-self: flex-start;
}

.col-align-bottom {
  align-self: flex-end;
}

.col-align-middle {
  align-self: center;
}

/* Reordering Columns */
.col-first {
  order: -1;
}

.col-last {
  order: 1;
}

.grid-reverse-columns {
  flex-direction: column-reverse;
}

.grid-reverse-rows {
  flex-direction: row-reverse;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Column Sizing */
/****************************************************************************************************/
.col-fixed {
  flex: initial;
  flex-shrink: 0;
}

.col-auto-width {
  flex: 0 1 auto;
}

.col-grow-2,
.grid.col-grow-2 {
  flex-grow: 2;
}

.col-grow-3,
.grid.col-grow-3 {
  flex-grow: 3;
}

.col-grow-4,
.grid.col-grow-4 {
  flex-grow: 4;
}

.col-grow-5,
.grid.col-grow-5 {
  flex-grow: 5;
}

.col-grow-6,
.grid.col-grow-6 {
  flex-grow: 6;
}

.col-grow-7,
.grid.col-grow-7 {
  flex-grow: 7;
}

.col-grow-8,
.grid.col-grow-8 {
  flex-grow: 8;
}

.col-grow-9,
.grid.col-grow-9 {
  flex-grow: 9;
}

.col-grow-10,
.grid.col-grow-10 {
  flex-grow: 10;
}

.col-grow-11,
.grid.col-grow-11 {
  flex-grow: 11;
}

.col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Responsive Grids */
/****************************************************************************************************/
.grid[data-gutter-width] {
  flex-wrap: nowrap;
}
.sfPageEditor .grid[data-gutter-width] > .col {
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  flex-basis: 0 !important;
}
.grid[data-gutter-width]:not([data-media-breakpoint]) {
  /*@media (max-width: $M_Max) {
      @extend %colStackedStyles;
  }*/
}
@media (max-width: 1299px) {
  .grid[data-gutter-width][data-media-breakpoint="1299px"], .grid[data-gutter-width][data-media-breakpoint="1300px"] {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid[data-gutter-width][data-media-breakpoint="1299px"] > .col, .grid[data-gutter-width][data-media-breakpoint="1300px"] > .col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: initial !important;
    flex-basis: initial !important;
  }
}
@media (max-width: 1024px) {
  .grid[data-gutter-width][data-media-breakpoint="1024px"] {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid[data-gutter-width][data-media-breakpoint="1024px"] > .col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: initial !important;
    flex-basis: initial !important;
  }
}
@media (max-width: 767px) {
  .grid[data-gutter-width][data-media-breakpoint="767px"] {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid[data-gutter-width][data-media-breakpoint="767px"] > .col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: initial !important;
    flex-basis: initial !important;
  }
}
@media (max-width: 500px) {
  .grid[data-gutter-width][data-media-breakpoint="500px"] {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .grid[data-gutter-width][data-media-breakpoint="500px"] > .col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: initial !important;
    flex-basis: initial !important;
  }
}

/*
@media only screen and (max-width: $M_Max) {
    .grid {
        &:not([data-gutter-width]):not(.grid-nowrap) { // only apply to NON-resizable grids
            .col {
                flex: 100%;
                max-width: 100%;
            }
        }
    }
}
*/
/* #endregion */
/****************************************************************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translatex(-1000%);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translatex(1000%);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes header-slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes slideTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes clippath {
  0%, 100% {
    -webkit-clip-path: inset(0 0 95% 0);
            clip-path: inset(0 0 95% 0);
  }
  25% {
    -webkit-clip-path: inset(0 95% 0 0);
            clip-path: inset(0 95% 0 0);
  }
  50% {
    -webkit-clip-path: inset(95% 0 0 0);
            clip-path: inset(95% 0 0 0);
  }
  75% {
    -webkit-clip-path: inset(0 0 0 95%);
            clip-path: inset(0 0 0 95%);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Remove Italic styling */
address {
  font-style: normal;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ### Bullets */
/* XXS Mobile (min width) */
/* XS Mobile (min width) */
/* XS Mobile (max width) */
/* Mobile (min width) */
/* Mobile (max width) */
/* Mobile (max width) */
/* Tablets (min width) */
/* Tablets (max width) */
/* Small Desktop  (min width) */
/* Small Desktop (max width) */
/* Large Desktop (min width) */
/* Large Desktop (max width) */
/* Extra-Large Desktop (min width) */
/* Extra-Large Desktop (max width) */
/* High Definition (HD) - THIS IS THE LEVEL OF OUR DEFAULT STYLES */
/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
/* these need to be here for intellisense and go-to-definition to work */
/****************************************************************************************************/
/* #region Document */
/****************************************************************************************************/
::selection {
  background: #CE3B82;
  color: white;
}

::-webkit-input-placeholder {
  color: #616976;
  color: #616976;
  text-transform: none;
}

:-moz-placeholder {
  color: #616976;
  color: #616976;
  text-transform: none;
}

::-moz-placeholder {
  color: #616976;
  color: #616976;
  text-transform: none;
}

:-ms-input-placeholder {
  color: #616976;
  color: #616976;
  text-transform: none;
}

* {
  box-sizing: border-box;
}

:root {
  --scrollbar-width: 16px;
  --header-height: 82px;
  --card-width: 17rem;
  --column-count: 3;
  --card-gap: 1.5rem;
  color-scheme: normal !important;
  --button-height: 4.5rem;
  /* For Images */
  --image-width: 0;
  --image-height: 0;
  --image-aspectratio: 1.5;
  /*  Heading Sizes */
  --h1: 2.888rem;
  --h2: clamp(2.6rem, 2.0981rem + 1.606vw, 3.402rem);
  --h3: 2.824rem;
  --h4: 1.866rem;
  --h5: 1.625rem;
  --h6: 1rem;
}

html {
  height: 100%;
  min-height: auto;
  font-style: normal;
  font-family: "Spline Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: calc(16px + 4 * ((100vw - 1025px) / 275));
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 20px;
  }
}

/*html {
    overflow: scroll;
   // height: 100vh;
    scroll-snap-type: y mandatory;
}

.defaultWrapper, .topper, body {
    scroll-snap-align: start;
}*/
body {
  /* min-height: 100vh;
  overflow-x: hidden; // stops mobile menu from adding scrollbars
  overflow-y: auto;*/
  color: #101B33;
  font-style: normal;
  font-family: "Spline Sans", sans-serif;
  font-weight: 400;
  background-color: white;
  font-weight: 300;
}

/* Custom Scrollbar Styles (only works in the latest browsers) */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(247, 247, 247, 0.5);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #F7F7F7;
}

::-webkit-scrollbar-thumb {
  background-color: #A3A3A3;
  border: 2px solid #A3A3A3;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Focus Styles */
/****************************************************************************************************/
* {
  outline-offset: 0;
}

*:focus {
  /* simple focus styles (for older browsers without support for :focus-visible */
  outline: 2px solid #CE3B82;
}

*:focus:not(:focus-visible) {
  /* undo all the above focused button styles */
  outline: none;
}

*:focus-visible {
  /* focus styles for modern browsers */
  outline: 2px solid #CE3B82;
}

/* #endregion */
/****************************************************************************************************/
/**********************************************************************************************************************/
/* #region View Transitions (Page Transitions) */
/**********************************************************************************************************************/
@view-transition {
  navigation: auto;
}
/* Apply global view transition */
html {
  height: 100%;
  view-transition-name: page;
  background: #b2ddd9;
}
html:before {
  content: " ";
  position: fixed;
  z-index: -99;
  background-image: url(/CFImages/Masks/circle-mask.svg), url(/CFImages/Masks/plus-mask.svg);
}

/* Outgoing page transition (shrinking + pink filter overlay) */
::view-transition-new(page) {
  animation: clip-out 1s ease reverse;
  animation-iteration-count: 1;
  z-index: 10;
  transition: none !important;
  opacity: 0;
}

/* Incoming page transition (no mask, fully visible) */
::view-transition-old(page) {
  z-index: 1;
  transition: none !important;
  animation-duration: 1s;
}

/**********************************************************************************************************************/
/* region TITLE TRANSITION */
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/* #region OLD View Transitions (Page Transitions) */
/**********************************************************************************************************************/
/* Customize the default animation behavior */
/*::view-transition-group(root) {
    animation-duration: .5s;
    //animation-timing-function: ease;
    animation-timing-function: ease-in;
    //animation-timing-function: $ease-in-quint;
    //animation-timing-function: $ease-in-sine;
}*/
/* Create a custom animation */
@keyframes move-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes move-in {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes move-in-from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes move-out-to-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* Apply the custom animation to the old and new page states */
/* #endregion */
/**********************************************************************************************************************/
/****************************************************************************************************/
/* #region Text-level Semantics */
/****************************************************************************************************/
p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1em;
  font-style: normal;
  line-height: 1.5;
  font-weight: 300;
}

strong, b {
  /*font-weight: $fontWeightSemiBold;*/
  font-weight: 700;
  font-style: normal;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: 50%;
  font-style: normal;
}

sub {
  vertical-align: sub;
  font-size: 50%;
  font-style: normal;
}

blockquote {
  width: 75%;
  position: relative;
  /*border: solid 1px $greyXLight;
  border-right: none;*/
  color: inherit;
  text-align: left;
  margin-left: 25%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 1.25rem;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(to right, #CCCCCC, rgba(0, 0, 0, 0) 60%) 1;
     border-image: linear-gradient(to right, #CCCCCC, rgba(0, 0, 0, 0) 60%) 1;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-style: italic;
  font-family: PPCirka-Variable, "Times New Roman", serif;
}
blockquote:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: solid 1px #CCCCCC;
  --b: 1px;
  /* the boder thickness */
  --a: 90deg;
  /* control the progression */
  width: 120px;
  top: -60px;
  left: -62px;
  aspect-ratio: 1;
  padding: var(--b);
  border-radius: 50%;
  background: #F8F9F4;
  --_g: /var(--b) var(--b) no-repeat radial-gradient(50% 50%,#000 97%,#0000);
  -webkit-mask: top var(--_g), calc(50% + 50%*sin(var(--a))) calc(50% - 50%*cos(var(--a))) var(--_g), linear-gradient(#0000 0 0) content-box, conic-gradient(#000 var(--a), #0000 0);
  -webkit-mask-composite: source-in, xor;
          mask: top var(--_g), calc(50% + 50%*sin(var(--a))) calc(50% - 50%*cos(var(--a))) var(--_g), linear-gradient(#0000 0 0) content-box intersect, conic-gradient(#000 var(--a), #0000 0);
  transform: rotate(180deg);
}

a {
  color: #8FCDC7;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  text-decoration: none;
}

a:hover {
  color: #8FCDC7;
  text-decoration: underline;
}

a:active {
  color: #101B33;
  text-decoration: none;
}

hr {
  height: 1px;
  background-color: #CCCCCC;
  width: 90%;
  margin: 2rem auto;
  border: 0;
  background-image: linear-gradient(to right, white 2%, #E6E6E6 50%, white 98%);
}

li {
  list-style: none;
  font-size: 1em;
  font-style: normal;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  list-style: none;
}
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Headings */
/****************************************************************************************************/
span.seperator {
  padding: 0 7px;
  color: #A3A3A3;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h {
  font-style: normal;
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1;
  color: #101B33;
  margin: 1.4rem 0 1.38rem;
  padding: 0;
  display: block;
}
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered, .h.centered {
  text-align: center;
}

:is(h1, h2, h3, h4, h5, h6, .h) + :is(h1, h2, h3, h4, h5, h6, .h) {
  margin-top: 0;
}
:is(h1, h2, h3, h4, h5, h6, .h) strong {
  color: #CE3B82;
}

h1 {
  color: #101B33;
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
  line-height: 1;
  margin: 2rem 0;
}

h3 {
  font-size: var(--h3);
}

h4 {
  font-size: var(--h4);
}

h5 {
  font-size: var(--h5);
}

h6 {
  font-size: var(--h6);
}

/* fake headings (turn any element into a heading, basically). These need to match the above. */
.h1 {
  color: #101B33 !important;
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Buttons */
/****************************************************************************************************/
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse) {
  color: #222222;
  border-radius: 5px;
  display: inline-flex;
  padding: 0.6rem 3rem 0.6rem 0.7rem;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  font-size: 1.3rem;
  border: solid 1px #A7ABB1;
  cursor: pointer;
  margin-top: 1.4em;
  text-decoration: none;
  line-height: 1;
  height: 3.5rem;
  --icon-size: 2rem;
  padding-left: calc(var(--icon-size) + 2rem);
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-family: PPCirka-Variable, "Times New Roman", serif;
}
.cmsContent .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse) {
  text-decoration: none !important;
}
.cmsContent .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):hover, .cmsContent .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):focus {
  text-decoration: none !important;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):before {
  content: " ";
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-block;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-radius: 3px;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):before {
  border: solid 1px #A7ABB1;
  color: #A7ABB1;
  background: url(/CFImages/Icons/arrow-right.svg) no-repeat center;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).outline {
  color: #A7ABB1;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).arrow-right:before, .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).arrow-right:after {
  left: auto;
  right: 1rem;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):hover, .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):focus {
  color: #fff;
  background: #8FCDC7;
  text-decoration: none;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):hover:before, .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):focus:before {
  color: white;
  background: #CE3B82;
  background: #CE3B82 url(/CFImages/Icons/arrow-right-white.svg) no-repeat center;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):active {
  color: white;
  background: #8FCDC7;
  text-decoration: none;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):active:after {
  filter: brightness(0) invert(1);
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).arrowOnly {
  margin: 0;
  padding: 0.5rem;
}
@media (min-width: 1299px) {
  .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).animate:hover:before {
    transform: translate(1100%, -50%);
  }
  .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).animate:hover:after {
    transform: translate(1150%, -50%);
  }
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).transparent {
  color: white;
  background: transparent;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).transparent svg path {
  fill: currentColor;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).transparent:hover, .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).transparent:focus {
  color: #8FCDC7;
  background: transparent;
}
.pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse).transparent:active {
  color: #6cbdb5;
  background: transparent;
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse) {
  background: #04060c;
  color: white;
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):after {
  filter: brightness(0) invert(1);
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):hover, .light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):focus {
  color: #04060c;
  background: white;
  text-decoration: none;
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):hover:after, .light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):focus:after {
  filter: none;
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):active {
  color: white;
  background: #8FCDC7;
}
.light .pageWrapper :is(.button, button):not(.splide__arrow, .hamburger, .toggleSharingOptions, .share-button, .printButton, .clearSearch, .openModal, .submit, .sfsearchSubmit, .searchCollapse):active:after {
  filter: brightness(0) invert(1);
}

.button:is(.triangle, .square, .circle, .plus, .diamond, .chevron):before {
  display: none !important;
}
.button:is(.triangle, .square, .circle, .plus, .diamond, .chevron):after {
  -webkit-mask: url(/CFImages/Masks/circle-mask.svg) no-repeat center !important;
          mask: url(/CFImages/Masks/circle-mask.svg) no-repeat center !important;
  -webkit-mask-size: 80% auto !important;
          mask-size: 80% auto !important;
  transform: translateY(-50%) !important;
}
.button:is(.triangle, .square, .circle, .plus, .diamond, .chevron):focus:after, .button:is(.triangle, .square, .circle, .plus, .diamond, .chevron):hover:after {
  background: #CE3B82 !important;
}

.button.triangle:after {
  -webkit-mask-image: url(/CFImages/Masks/triangle-mask.svg) !important;
          mask-image: url(/CFImages/Masks/triangle-mask.svg) !important;
}

.button.circle:after {
  -webkit-mask-image: url(/CFImages/Masks/circle-mask.svg) !important;
          mask-image: url(/CFImages/Masks/circle-mask.svg) !important;
}

.button.square:after {
  -webkit-mask-image: url(/CFImages/Masks/square-mask.svg) !important;
          mask-image: url(/CFImages/Masks/square-mask.svg) !important;
}

.button.plus:after {
  -webkit-mask-image: url(/CFImages/Masks/plus-mask.svg) !important;
          mask-image: url(/CFImages/Masks/plus-mask.svg) !important;
}

.button.diamond:after {
  -webkit-mask-image: url(/CFImages/Masks/diamond-mask.svg) !important;
          mask-image: url(/CFImages/Masks/diamond-mask.svg) !important;
}

.button.chevron:after {
  -webkit-mask-image: url(/CFImages/Masks/chevron-mask.svg) !important;
          mask-image: url(/CFImages/Masks/chevron-mask.svg) !important;
}

.ignoreCMSContent .cmsContent :is(.button, button):before {
  content: none;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Hyperlinks + Special Links */
/****************************************************************************************************/
/* Special Links */
/* Non-link elements with onclick functionality */
.clickable {
  cursor: pointer;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Images */
/****************************************************************************************************/
img {
  width: auto;
  height: auto;
}

/* As a NATIVE picture img */
.imgWrapper {
  width: 100%;
  /* if wrapped in hyperlink */
}
.imgWrapper img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgWrapper a img {
  max-width: 100%;
}

/* As BACKGROUND image */
.bgImgWrapper {
  max-width: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.bgImgWrapper:before {
  /* sets the height and then effectively removes itself from flow so as not to interfere with siblings */
  float: left;
  width: 1px;
  height: 0;
  content: "";
  margin-left: -1px;
  padding-top: 56.25%;
}
.bgImgWrapper:after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.bgImgWrapper .bgImg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.bgImgWrapper .bgImg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgImgWrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

/* As fullscreenimage */
.backstretch .overlay {
  inset: 0;
  position: absolute;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region TYPOGRAPHY CMS Content Styles */
/****************************************************************************************************/
.cmsContent {
  color: #101B33;
  font-size: 1em;
  line-height: 1.5;
  /* Headings */
  /* Links */
  /*    a[1="_blank"]:not(.button):after {
      content: " ";
      position: relative;
      display: inline-block;
      font-size: .6em;
      padding-left: .5rem;
  }*/
  /* Paragraphs */
  /* SHARED list styles */
  /* Unordered Lists Styles ONLY */
  /* Make sure what you're adding belongs here, and not in the SHARED list styles above */
  /* Ordered Lists */
  /* Make sure what you're adding belongs here, and not in the SHARED list styles above */
  /* Misc content elements */
  /* last child selector */
  /*
  > :last-child {
  }
  */
}
.cmsContent font {
  color: inherit;
  font-size: inherit;
}
.cmsContent img {
  max-width: 100%;
}
.cmsContent em, .cmsContent i {
  font-style: italic;
}
.cmsContent h1, .cmsContent h2, .cmsContent h3, .cmsContent h4, .cmsContent h5, .cmsContent h6, .cmsContent .h {
  color: #101B33;
}
.cmsContent h1:first-child, .cmsContent h2:first-child, .cmsContent h3:first-child, .cmsContent h4:first-child, .cmsContent h5:first-child, .cmsContent h6:first-child, .cmsContent .h:first-child {
  margin-top: 0;
}
.cmsContent a:not(.button) {
  color: #8FCDC7;
  text-decoration: none;
}
.cmsContent a:not(.button):hover, .cmsContent a:not(.button):focus {
  text-decoration: underline;
}
.cmsContent a:not(.button):active {
  color: #6cbdb5;
  text-decoration: underline;
}
.cmsContent .socialLinks a[target=_blank]:after {
  content: none;
}
.cmsContent p {
  line-height: 1.5;
}
.cmsContent ul:not(.reset),
.cmsContent ol:not(.reset) {
  margin: 1rem 0;
  /* SHARED list item styles */
  /* SHARED nested list styles */
  /* Special lists:   Alpha & Roman Numerals */
}
.cmsContent ul:not(.reset) li,
.cmsContent ol:not(.reset) li {
  margin: 0 0 0.8em;
  position: relative;
  padding: 0 0 0 1.75rem;
}
.cmsContent ul:not(.reset) ol,
.cmsContent ul:not(.reset) ul,
.cmsContent ol:not(.reset) ol,
.cmsContent ol:not(.reset) ul {
  margin: 0.4rem 0;
}
.cmsContent ul:not(.reset) ol > li,
.cmsContent ul:not(.reset) ul > li,
.cmsContent ol:not(.reset) ol > li,
.cmsContent ol:not(.reset) ul > li {
  background: none;
}
.cmsContent ul:not(.reset) ol > li:before,
.cmsContent ul:not(.reset) ul > li:before,
.cmsContent ol:not(.reset) ol > li:before,
.cmsContent ol:not(.reset) ul > li:before {
  color: #101B33;
}
.cmsContent ul:not(.reset).roman > li,
.cmsContent ol:not(.reset).roman > li {
  padding-left: 2rem;
}
.cmsContent ul:not(.reset).roman > li:before,
.cmsContent ol:not(.reset).roman > li:before {
  content: counter(customListCounter, lower-roman) ".";
}
.cmsContent ul:not(.reset).alpha > li:before, .cmsContent ul:not(.reset).lettered > li:before,
.cmsContent ol:not(.reset).alpha > li:before,
.cmsContent ol:not(.reset).lettered > li:before {
  content: counter(customListCounter, lower-alpha) ".";
}
.cmsContent ul:not(.reset).upper > li:before, .cmsContent ul:not(.reset).uppercase > li:before,
.cmsContent ol:not(.reset).upper > li:before,
.cmsContent ol:not(.reset).uppercase > li:before {
  text-transform: uppercase;
}
.cmsContent ul:not(.reset).reset li,
.cmsContent ol:not(.reset).reset li {
  padding-left: 0;
}
.cmsContent ul:not(.reset).reset li:before,
.cmsContent ol:not(.reset).reset li:before {
  display: none;
}
.cmsContent ul:not(.reset).reset li .button,
.cmsContent ol:not(.reset).reset li .button {
  margin-top: 0;
}
.cmsContent ul:not(.reset).twoColumn,
.cmsContent ol:not(.reset).twoColumn {
  column-count: 2;
}
.cmsContent ul:not(.reset) {
  list-style-type: none;
}
.cmsContent ul:not(.reset) > li {
  list-style-type: none;
  font-size: 1em;
  position: relative;
  /* bullet icon */
}
.cmsContent ul:not(.reset) > li:before {
  content: " ";
  top: initial;
  left: 0;
  width: 1em;
  height: 1.4em;
  color: #101B33;
  content: "";
  display: block;
  position: absolute;
  line-height: inherit;
  background-image: url(/CFImages/Icons/bullet-square-solid.svg);
  background-size: 0.4em auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cmsContent ol:not(.reset) {
  counter-reset: customListCounter 0;
  list-style-position: outside;
}
.cmsContent ol:not(.reset) > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: customListCounter;
}
.cmsContent ol:not(.reset) > li:before {
  top: initial;
  left: 0.4rem;
  content: counter(customListCounter) ".";
  color: #101B33;
  position: absolute;
  font-weight: 400;
}
.cmsContent address {
  margin: 0.5rem 0 1rem;
}
.cmsContent mark {
  color: white;
  background-color: #CE3B82;
}
.cmsContent pre {
  white-space: pre-wrap;
  background-color: #efefef;
  padding: 2rem;
}
.cmsContent.highlight > p:nth-of-type(1) {
  font-size: 1.266rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.38rem;
}
.cmsContent.highlightFirstElement > :first-child {
  font-weight: 400;
}
.cmsContent.highlightFirstElement > :first-child > * {
  font: inherit;
  line-height: inherit;
}

.dark, .dark .cmsContent {
  color: white;
  /* SHARED list styles */
  /* Unordered Lists Styles ONLY */
  /* Make sure what you're adding belongs here, and not in the SHARED list styles above */
  /* Ordered Lists */
  /* Make sure what you're adding belongs here, and not in the SHARED list styles above */
}
.dark ::selection, .dark .cmsContent ::selection {
  background: #1057AD;
  color: white;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul li, .dark address, .dark .cmsContent h1, .dark .cmsContent h2, .dark .cmsContent h3, .dark .cmsContent h4, .dark .cmsContent h5, .dark .cmsContent h6, .dark .cmsContent p, .dark .cmsContent ul li, .dark .cmsContent address {
  color: white;
}
.dark a:link, .dark a:visited, .dark .cmsContent a:link, .dark .cmsContent a:visited {
  color: white;
}
.dark a:not(.button):hover, .dark a:not(.button):active, .dark a:not(.button):focus, .dark .cmsContent a:not(.button):hover, .dark .cmsContent a:not(.button):active, .dark .cmsContent a:not(.button):focus {
  color: #8FCDC7;
  text-decoration: underline;
}
.dark a.button, .dark .cmsContent a.button {
  color: #fff !important;
}
.dark a.button:hover, .dark a.button:active, .dark a.button:focus, .dark .cmsContent a.button:hover, .dark .cmsContent a.button:active, .dark .cmsContent a.button:focus {
  color: white;
}
.dark ul,
.dark ol, .dark .cmsContent ul,
.dark .cmsContent ol {
  /* SHARED nested list styles */
}
.dark ul ol > li:before,
.dark ul ul > li:before,
.dark ol ol > li:before,
.dark ol ul > li:before, .dark .cmsContent ul ol > li:before,
.dark .cmsContent ul ul > li:before,
.dark .cmsContent ol ol > li:before,
.dark .cmsContent ol ul > li:before {
  color: white;
}
.dark ul > li, .dark .cmsContent ul > li {
  /* bullet icon */
}
.dark ul > li:before, .dark .cmsContent ul > li:before {
  color: white;
  background-image: url(/CFImages/Icons/bullet-square-solid-white.svg);
}
.dark ol > li:before, .dark .cmsContent ol > li:before {
  color: white;
}
.dark mark, .dark .cmsContent mark {
  color: white;
  background-color: #1057AD;
}
.dark pre, .dark .cmsContent pre {
  background-color: #04060c;
  color: white;
}
.dark blockquote, .dark .cmsContent blockquote {
  background-color: #04060c;
  color: white;
}
.dark blockquote p, .dark .cmsContent blockquote p {
  color: white;
}
.dark .sr-only, .dark .cmsContent .sr-only {
  background-color: #101B33;
  color: #fff;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Icons / FontAwesome / Kendo Icons */
/****************************************************************************************************/
/* A trick for prefetching icons we know we need to prevent the flash-of-unstyled-icon on hover */
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(/CFImages/Icons/chevron-down.svg) url(/CFImages/Icons/chevron-up.svg) url(/CFImages/Icons/audio.svg) url(/CFImages/Icons/plus.svg) url(/CFImages/Icons/minus.svg);
}

/* Any and all FontAwesome icons */
[class^=fa-], [class*=" fa-"] {
  color: inherit;
}

/* shared Kendo widget icon styles (works with navigation css file) */
.k-icon {
  /* Expand / Collapse Arrows */
}
.k-icon:before {
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem;
}
.k-icon.k-menu-expand-arrow:before, .k-icon.k-i-expand:before {
  background-image: url(/CFImages/Icons/plus.svg);
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.k-state-active .k-icon.k-menu-expand-arrow:before, .k-state-active .k-icon.k-i-expand:before {
  transform: rotate(360deg);
  background-image: url(/CFImages/Icons/minus.svg);
}
.k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus.svg);
}
.k-state-active .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/plus-white.svg);
}

/* selected element icon (needs to be white because dark background */
li.k-item.selected > div .k-icon:first-of-type.k-i-expand:before {
  background-image: url(/CFImages/Icons/plus-white.svg);
}
li.k-item.selected > div .k-icon:first-of-type.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus-white.svg);
}

/* Custom icons element with background svgs*/
.icon {
  display: inline-block;
  font-size: 1em;
}
.icon:before {
  content: " ";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon.audio:before {
  background-image: url(/CFImages/Icons/audio.svg);
}
.icon.print:before {
  background-image: url(/CFImages/Icons/print.svg);
}
.icon.bookmark:before {
  background-image: url(/CFImages/Icons/bookmark.svg);
}
.icon.share:before {
  background-image: url(/CFImages/Icons/share.svg);
}
.icon.vcard:before {
  background-image: url(/CFImages/Icons/vcard.svg);
}
.icon.video:before {
  background-image: url(/CFImages/Icons/video.svg);
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Skip-to-Content + Sticky Links */
/****************************************************************************************************/
#skiptocontent a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #000;
}
#skiptocontent a:focus, #skiptocontent a:active {
  top: auto;
  left: auto;
  width: 30%;
  height: auto;
  z-index: 999;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  border: 4px solid #CE3B82;
  border-radius: 15px;
  background-color: black;
}

/* #endregion */
/**

/****************************************************************************************************/
/* #region Layout / Structure */
/****************************************************************************************************/
/*Sticky Footer Items */
body {
  display: flex;
  flex-direction: column;
}

/*#wrapper {
    overflow: hidden; // hide unwanted scrollbars
    height: auto !important;
    flex: 1 0 auto;

    .k-ie11 & {
        flex: inherit;
    }
}*/
.pageWrapper {
  position: relative;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  left: 0;
}

.sfPageEditor .defaultWrapper > * {
  opacity: 1 !important;
  transform: translatey(0) !important;
}

.defaultWrapper {
  padding: 4rem 0rem 5rem;
}
.defaultWrapper > * {
  opacity: 0;
  transform: translatey(12%);
  transition: opacity 1s, transform 0.75s;
}
.defaultWrapper.inViewport > * {
  opacity: 1;
  transform: translatey(0);
}
.defaultWrapper.inViewport h2:after {
  width: 3rem;
}

.dividerWrapper {
  border-top: solid 1px;
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #CCCCCC, rgba(0, 0, 0, 0) 89%) 1;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #CCCCCC, rgba(0, 0, 0, 0) 89%) 1;
}

.primaryWrapper {
  background-color: #101B33;
}

.secondaryWrapper {
  background-color: #8FCDC7;
}

.subMenuWrapper {
  background-color: #8FCDC7;
  margin-top: -4rem;
  margin-bottom: 4rem;
  padding: 0.5rem;
}
.subMenuWrapper nav.topLevelSimple ul {
  justify-content: center;
  display: flex;
}
.subMenuWrapper nav.topLevelSimple ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  background-color: transparent;
  padding: 0.5rem 1rem;
  border-radius: 0;
  width: 100%;
  font-size: 0.8rem;
}
.subMenuWrapper nav.topLevelSimple ul li a:hover {
  background-color: #616976;
}

.jumpMenuWrapper {
  padding: 1rem 0;
  background: linear-gradient(to bottom, #101b33 0%, #8fcdc7 100%);
  filter: drop-shadow(0px 10px 8px #ccc);
  /* .topSection {
      background: linear-gradient(to bottom, #001378 0%, #013cac 100%);
      border-radius: 30px;
      border: solid 2px #fff;
  }*/
}
.jumpMenuWrapper ul {
  display: flex;
  gap: 0.5rem;
}
.jumpMenuWrapper a {
  font-family: PPCirka-Variable, "Times New Roman", serif;
}
.jumpMenuWrapper a:link, .jumpMenuWrapper a:visited, .jumpMenuWrapper a:active {
  color: #fff;
}
.jumpMenuWrapper a:hover {
  color: #CE3B82;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Containers */
/****************************************************************************************************/
.container {
  width: 70rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: calc(100vw - (5rem * 2) - var(--scrollbar-width));
}
@media (max-width: 1299px) {
  .container {
    max-width: calc(100vw - (3rem * 2) - var(--scrollbar-width));
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: calc(100vw - (2rem * 2) - var(--scrollbar-width));
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100vw - (25px * 2) - var(--scrollbar-width));
  }
}
@media (max-width: 500px) {
  .container {
    max-width: calc(100vw - (1rem * 2) - var(--scrollbar-width));
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.container.wide {
  width: calc(80rem);
}
.container.narrow {
  width: calc(55rem);
}
.container.full {
  width: 100%;
  max-width: 100%;
}
.container.full > .container.full:not(.force) {
  padding-left: 0;
  padding-right: 0;
}
.container.full.force {
  width: calc(100vw - var(--scrollbar-width));
}
.container.edge {
  width: 100vw;
  max-width: calc(100vw);
  max-width: calc(100vw - var(--scrollbar-width));
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
}
.container.edge.full {
  width: 100vw;
  max-width: 100vw;
}
.container.force {
  max-width: 100vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
}

/* pad an element, pushing content in to align with the main container - this needs to be updated to match global padding settings*/
.padLeft {
  padding-left: calc((100vw - 70rem) / 2) !important;
  padding-left: calc((100vw - 70rem - var(--scrollbar-width)) / 2) !important;
}
@media (max-width: 1574px) {
  .padLeft {
    padding-left: 4rem !important;
  }
}
@media (max-width: 1299px) {
  .padLeft {
    padding-left: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .padLeft {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .padLeft {
    padding-left: 25px !important;
  }
}
@media (max-width: 500px) {
  .padLeft {
    padding-left: 1rem !important;
  }
}

.padRight {
  padding-right: calc((100vw - 70rem) / 2) !important;
  padding-right: calc((100vw - 70rem - var(--scrollbar-width)) / 2) !important;
}
@media (max-width: 1574px) {
  .padRight {
    padding-right: 4rem !important;
  }
}
@media (max-width: 1299px) {
  .padRight {
    padding-right: 3rem !important;
  }
}
@media (max-width: 1024px) {
  .padRight {
    padding-right: 2rem !important;
  }
}
@media (max-width: 767px) {
  .padRight {
    padding-right: 25px !important;
  }
}
@media (max-width: 500px) {
  .padRight {
    padding-right: 1rem !important;
  }
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Header */
/****************************************************************************************************/
#header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  position: absolute;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background-color: #101B33;
}
#header.up {
  position: fixed;
  animation: header-slide-in 300ms ease;
}
#header .searchHiddenWrapper {
  /* refer to "region Site Search" styles below */
  display: none;
}
#header .topHeaderGrid .topHeaderGridLeft {
  min-width: 250px;
}
#header .header {
  padding: 0;
  color: white;
  padding: 1.6rem 0 0.5rem;
  position: relative;
  z-index: 2000;
}
#header .header .topLevelSimple {
  margin-bottom: 0.3rem;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Page Topper (Banner) */
/****************************************************************************************************/
/* Usually nested in the topper */
.topperSection {
  position: relative;
  margin: 0 0 4rem 0;
  text-align: left;
  padding-top: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
}
.topperSection .meta {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.topperSection .meta .separator {
  margin: 0 0.4rem;
}
.topperSection .contentTypeLabels {
  font-size: inherit;
}
.topperSection h1 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  /*&:after {
          content: none;
      }*/
}
.topperSection hr {
  margin: 2rem 0 0;
}
.topperSection .topperContent {
  padding: 3.5rem 0;
  text-align: center;
}
.topperSection .topperContent h1 {
  color: #fff;
}
.topperSection .topperContent h1:after {
  content: none;
}
.topperSection .topperContent .topperTagLine {
  text-align: center;
}
.topperSection:has(.topperImage) {
  overflow: hidden;
}
.topperSection:has(.topperImage) .topperImage {
  position: absolute;
  height: 100%;
  width: 100%;
}
.topperSection:has(.topperImage) .topperImage:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  mix-blend-mode: darken;
  /* filter: saturate(1.5); */
  background: linear-gradient(to bottom, #101B33 0, rgba(16, 27, 51, 0.8) 75%, rgba(16, 27, 51, 0) 100%);
}
.topperSection:has(.topperImage) .topperImage .imgWrapper {
  height: 100%;
  width: 100%;
}
.topperSection:has(.topperImage) .topperContent {
  min-height: 500px;
}
.topperSection:has(.topperImage) .topperContent h1 {
  color: #fff;
  text-align: left;
}
.topperSection:has(.topperImage) .topperContent .meta {
  color: #CE3B82;
}
.topperSection:not(:has(.topperImage)) {
  background-color: #101B33;
}
.topperSection .topperBottom .container {
  display: flex;
  justify-content: space-between;
}
.topperSection .topperBottom.dark {
  background-color: #101B33;
  position: relative;
  padding-top: 0.5rem;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Main Content */
/****************************************************************************************************/
.breadCrumbInner {
  padding: 0 0 0.5rem;
  font-size: 0.7rem;
}
.breadCrumbInner a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
.breadCrumbInner > *:last-child {
  color: #8FCDC7;
}
.breadCrumbInner > *:not(:last-child) {
  color: white;
  font-weight: 400;
}
.breadCrumbInner > *:not(:last-child):hover, .breadCrumbInner > *:not(:last-child):focus {
  text-decoration: underline;
}
.breadCrumbInner span.separator {
  margin: 0 0.6em;
}
main {
  padding-top: var(--header-height);
}
main .bd .mainContent .sfContentBlock img {
  max-width: 100%;
}
main .bd .sideContent {
  padding: 2rem 0;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Footer */
/****************************************************************************************************/
/* all footer sections */
/* NOTE USE mixin utility classes of mvxl or pvxl etc on Templates to contol padding and margins */
.siteFooter {
  position: relative;
  z-index: 1;
}
.siteFooter .preFooter {
  background-color: rgba(143, 205, 199, 0.1);
}
.siteFooter .mainFooter {
  background-color: #101B33;
  font-size: 0.9rem;
}
.siteFooter .mainFooter .footerBorder {
  border: solid 1px #A7ABB1;
  padding: 1.5rem;
}
.siteFooter .mainFooter .mainFooterGrid .mainFooterRight {
  /* sitemap navs */
  /*               .navCustomUl {
      max-width: 100%;

      ul {

          li {
              font-size: 0.9rem;
              font-family: $secondaryFont;
              font-weight: $fontWeightLight;
              margin-bottom: 0.6em;
              // top level only
              &.rootMenuItem {
                  margin-bottom: 1.6em;

                  & > *:not(li) {
                      @extend .h;
                      font-size: 1.3rem;
                      color: white;
                      margin-top: 0;
                      margin-bottom: 0.7em;
                  }
              }

              a {
                  text-decoration: none;
              }
          }
      }
  }*/
}
.siteFooter .mainFooter .copyrightWrapper {
  border-top: solid 1px #A7ABB1;
  padding-top: 1rem;
  font-size: 0.8rem;
}
.siteFooter .mainFooter .copyrightWrapper ul {
  margin: 0;
}
.siteFooter .mainFooter .copyrightWrapper ul li {
  display: inline;
}
.siteFooter .mainFooter .copyrightWrapper ul li + li {
  margin-left: 2rem;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Sticky Sidebar (Scroll Nav) */
/****************************************************************************************************/
.sticky-wrapper {
  position: relative;
}

.stickySidebar {
  padding: 0;
  position: relative;
  height: calc(100vh - 300px);
  overflow: auto;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.stickySidebar.stuck {
  position: fixed;
  top: 250px;
  z-index: 10;
}
.stickySidebar ul.scrollingSideBar {
  padding: 1.5rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.stickySidebar ul.scrollingSideBar li {
  position: relative;
  padding: 0.4rem 0;
}
.stickySidebar ul.scrollingSideBar li a {
  padding: 0 1.5rem 0 0;
  font-size: 1rem;
  color: #0D0D0D;
  text-decoration: none;
  display: block;
  width: 100%;
}
.stickySidebar ul.scrollingSideBar li a:focus, .stickySidebar ul.scrollingSideBar li a:hover, .stickySidebar ul.scrollingSideBar li a:active {
  color: #0D0D0D;
  padding: 0 0 0 1.5rem;
  font-weight: 600;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.stickySidebar ul.scrollingSideBar li a:focus:before, .stickySidebar ul.scrollingSideBar li a:hover:before, .stickySidebar ul.scrollingSideBar li a:active:before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  top: 50%;
  left: 0%;
  transform: rotate(180deg) translateX(-50%) translateY(50%);
  background-size: 100% auto;
  background-position: center;
  background-image: url(/CFImages/Icons/chevron-right-secondary.svg);
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Universal Styles - Shared across cardViews and detailViews */
/****************************************************************************************************/
.audioButton {
  padding: 0rem;
}

.audioFile {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  display: inline;
}
.audioFile a {
  padding: 0;
  display: inline-block;
  color: #8FCDC7;
  display: block;
  line-height: 0;
  display: inline;
}
.audioFile a .icon {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  filter: grayscale(1) brightness(1.6);
}
.audioFile a:focus .icon, .audioFile a:hover .icon {
  filter: grayscale(0) brightness(1);
}
.audioFile a:active {
  filter: brightness(0.5);
}

.viewAllMoreWrapper {
  text-align: center;
}

.viewMoreOuter {
  margin: 0rem auto 3rem;
  text-align: center;
}

/* #region Dates */
span.dates {
  /*text-transform: uppercase;*/
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
span.dates time {
  font-size: inherit;
  /*text-transform: uppercase;*/
}

/* #endregion */
/* #region Content Type Labels */
.contentTypeLabels {
  color: #101B33;
  display: inline-block;
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  letter-spacing: 0.15em;
  font-size: 0.7rem;
}
.contentTypeLabels span.labelValuesSeperator:before {
  content: ": ";
}
.contentTypeLabels a {
  color: inherit;
  text-decoration: none;
}
.contentTypeLabels span.subType {
  display: inline-block;
}

.meta {
  color: #101B33;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 0.6rem;
}
.meta .separator {
  color: inherit;
  margin: 0 0.2rem;
}

/* #endregion */
/* #region Iframes + Videos + Embeds */
.embedWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embedWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #endregion */
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Social & Sharing Links */
/****************************************************************************************************/
.printAndShare {
  display: flex;
  gap: 1rem;
}
.printAndShare button {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
}

ul.socialLinks,
.cmsContent ul.socialLinks {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
ul.socialLinks > li,
.cmsContent ul.socialLinks > li {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
ul.socialLinks li,
.cmsContent ul.socialLinks li {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
ul.socialLinks li:first-child,
.cmsContent ul.socialLinks li:first-child {
  margin-left: 0;
}

/** ShareThis (social sharing links) *****************************************************************/
.shareThis .sharingLinks {
  display: none;
}

ul.sharingLinks {
  background-color: white;
  display: flex;
  padding: 1rem 1rem 1rem 0.5rem;
}
ul.sharingLinks li button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: none;
  color: #A3A3A3;
  font-size: 0.5rem;
}
ul.sharingLinks li button svg {
  font-size: 0.5rem;
  margin-right: 0.5rem;
}
ul.sharingLinks li button i {
  color: inherit;
}
ul.sharingLinks li button:hover, ul.sharingLinks li button:focus ul.sharingLinks li button:active {
  color: #A7ABB1;
  background-color: transparent;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Sliders - .sliderView  Currently using SPLIDE */
/****************************************************************************************************/
/* Splide sliders */
.splide {
  visibility: visible;
  /* Show only the first slide ONLY until the slider is initialized */
  /* slider initialized */
  /* Arrows */
}
.splide:not(.is-active) .splide__list {
  width: 100%;
}
.splide:not(.is-active) .splide__slide {
  width: 100%;
  display: flex;
}
.splide:not(.is-active) .splide__slide:not(:first-child) {
  display: none;
}
.splide:not(.is-active) .splide__arrow {
  display: none;
}
.splide.is-active .splide__slide {
  display: flex;
}
.splide .splide__list.sliderView > li.splide__slide {
  margin: 0;
  width: auto;
}
.splide .splide__arrow {
  padding: 0;
  background-color: transparent;
  color: #A7ABB1;
  font-size: 1.5rem;
  opacity: 1;
  margin: 0;
  top: inherit;
  bottom: 0;
  transform: none;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.splide .splide__arrow:focus, .splide .splide__arrow:hover {
  background: #CE3B82;
  color: white;
}
.splide .splide__arrow.splide__arrow--next {
  right: 0;
}
.splide .splide__arrow.splide__arrow--prev {
  right: 3.5rem;
  left: inherit;
}
.splide .splide__arrow.splide__arrow--prev svg {
  transform: translatex(0);
}

.slider .slide {
  min-height: 500px;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Single Slide Styles */
/****************************************************************************************************/
.slide article .innerContent {
  position: relative;
  height: 100%;
}
.slide article .innerContent .itemImage {
  position: relative;
}
.slide article .innerContent .itemImage .bgImgWrapper:before {
  /* sets the height and then effectively removes itself from flow so as not to interfere with siblings */
  float: left;
  width: 1px;
  height: 0;
  content: "";
  margin-left: -1px;
  padding-top: 56.25%;
}
.slide article .innerContent .itemImage .bgImgWrapper:after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.slide article .innerContent .itemImage .bgImgWrapper a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Home Slider Only */
/****************************************************************************************************/
.homeSlideshow {
  position: relative;
  background-color: #101B33;
  margin-top: calc(-1* var(--header-height)) !important;
}
.homeSlideshow .splide__arrows {
  display: none;
}
.homeSlideshow ul.splide__pagination {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  bottom: initial;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  width: 70rem;
  align-items: flex-end;
  max-width: calc(100% - 4rem);
}
.homeSlideshow ul.splide__pagination li .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.5rem 0;
  background-color: #A3A3A3;
}
.homeSlideshow ul.splide__pagination li .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #101B33;
}
.homeSlideshow .splide__slide {
  position: relative;
  min-height: 30rem;
  padding: 3rem 0;
  padding-top: var(--header-height);
}
.homeSlideshow .splide__slide .cardContent {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  /*opacity: 0;*/
}
.homeSlideshow .splide__slide .cardContent h1 {
  color: #fff;
  font-size: clamp(4rem, 2.7484rem + 4.005vw, 6rem);
  line-height: 1;
}
.homeSlideshow .splide__slide .cardContent .summary {
  font-size: 1.4rem;
  font-weight: 100;
  width: 50rem;
  text-align: center;
}
.homeSlideshow .splide__slide.is-visible .cardContent {
  opacity: 1;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region LIST VIEWS - .listView THIS ONLY CONTROL THE GRIDS and number of ITEMS - NOT THE CARDS */
/****************************************************************************************************/
.listView {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--card-width), 100%), 1fr));
  gap: var(--card-gap);
  margin-bottom: 2rem;
  --listViewArticleIndex: none;
}

/* ### Content Specific Sizing of Grids if required exact dimensions can be paired with default or fixedSizeScales or .fixedSize ### */
.listView.teammembers {
  --card-width: 16rem;
}

.listView.expertiseandsectors {
  --card-width: 48%;
  --card-gap: 1rem;
}
@media only screen and (max-width: 650px) {
  .listView.expertiseandsectors {
    --card-width: 100%;
  }
}

.listView.clientobjectives {
  --card-gap: 1rem;
}

.listView.offices {
  --card-width: 14rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .listView.offices {
    --card-width: 18rem;
  }
}

.listView.testimonial {
  --card-width: 100%;
}

.mosaic .listView.insights {
  display: grid;
  gap: 1rem;
  --card-width: 100%;
}
@media (min-width: 650px) {
  .mosaic .listView.insights {
    --card-width: 47%;
  }
}
@media (min-width: 1025px) {
  .mosaic .listView.insights {
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .mosaic .listView.insights > li:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .mosaic .listView.insights > li:nth-child(1) .cardView {
    flex-direction: row;
    background-color: #CE3B82;
  }
  .mosaic .listView.insights > li:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .mosaic .listView.insights > li:nth-child(2) .cardView {
    background-color: #8FCDC7;
  }
  .mosaic .listView.insights > li:nth-child(2) .imgWrapper {
    display: none;
  }
  .mosaic .listView.insights > li:nth-child(3) {
    grid-area: 1/2/3/3;
  }
  .mosaic .listView.insights > li:nth-child(3) .cardView {
    background-color: #101B33;
  }
  .mosaic .listView.insights > li:nth-child(3) .cardView .contentTypeLabels {
    color: #fff;
  }
  .mosaic .listView.insights > li:nth-child(3) .cardView h3 a {
    color: #fff;
  }
  .mosaic .listView.insights > li:nth-child(3) .cardView svg {
    color: #fff;
  }
  .mosaic .listView.insights > li:nth-child(4) {
    grid-area: 1/3/3/4;
  }
  .mosaic .listView.insights > li:nth-child(4) .cardView {
    flex-direction: column-reverse;
    background-color: #8FCDC7;
  }
  .mosaic .listView.insights > li:nth-child(4) .cardView svg {
    color: #fff;
  }
}

.primaryWrapper .listView.offices {
  /*li:nth-child(odd) .cardView {
      flex-direction: row-reverse;

      .cardContent {
          text-align: right;
      }
  }*/
}
.primaryWrapper .cardView.office {
  display: flex;
  gap: 2rem;
}
.primaryWrapper .cardView.office .cardContent {
  background-color: #101B33;
  padding: 2rem 0rem;
}
.primaryWrapper .cardView.office .cardContent address {
  margin-top: 1rem;
}
.primaryWrapper .cardView.office .cardContent ul, .primaryWrapper .cardView.office .cardContent address, .primaryWrapper .cardView.office .cardContent p {
  z-index: 1;
  position: relative;
}
.primaryWrapper .cardView.office .cardContent .contactDetails {
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
.primaryWrapper .cardView.office .imgWrapper {
  display: none;
  width: 50%;
}
.primaryWrapper .cardView.office .imgWrapper img {
  aspect-ratio: 2;
}

/* fixedSize class is a card that has a fixed pixel width that never scales and only wraps (should always be less than 320px) */
.listView.fixedSize {
  grid-template-columns: repeat(auto-fill, minmax(var(--card-width), var(--card-width)));
}

.listView.fixedSizeScales {
  grid-template-columns: repeat(auto-fit, minmax(min(var(--card-width), 100%), 1fr));
}

/* defined number of columns class */
.listView.gridCols {
  grid-template-columns: repeat(var(--column-count), 1fr);
}

.listView.gridCols.oneCol {
  --column-count: 1;
}

.listView.gridCols.twoCol {
  --column-count: 2;
}

.listView.gridCols.threeCol {
  --column-count: 3;
}

.listView.gridCols.fourCol {
  --column-count: 4;
}

.listView.gridCols.fiveCol {
  --column-count: 5;
}

.listView.gridCols.sixCol {
  --column-count: 6;
}

.listView.globalalerts {
  --card-width: 100%;
  margin-bottom: 0;
}

/* Responsive resizing of gridsCols */
@media (max-width: 1299px) {
  .listView.gridCols {
    /* Go down to 4 */
    /* Go down to 3 */
  }
  .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 4;
  }
  .listView.gridCols.fourCol {
    --column-count: 3;
  }
}
@media (max-width: 1024px) {
  /* Go down to 3 */
  .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 3;
  }

  /* Go down to 2 */
  .listView.gridCols.fourCol, .listView.gridCols.threeCol {
    --column-count: 2;
  }
}
@media (max-width: 767px) {
  /* Go down to 2 */
  .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 2;
  }

  /* Go down to 1 */
  .listView.gridCols.twoCol, .listView.gridCols.threeCol {
    --column-count: 1;
  }
}
@media (max-width: 600px) {
  /* Go down to 1 */
  .listView.gridCols.fourCol, .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 1;
  }
}
/* DOWNLOADABLE QR CODES SECTION*/
.listView.QRCodes {
  --card-width: 100%;
}
.listView.QRCodes .cardView.teamQRCode {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 1rem;
  border: 1px solid #000;
  background-color: #fff;
  color: #101B33;
  justify-content: space-between;
  align-items: flex-start;
}
.listView.QRCodes .cardView.teamQRCode a {
  color: #101B33;
}
.listView.QRCodes .cardView.teamQRCode .imgWrapper {
  width: 150px;
}
.listView.QRCodes .cardView.teamQRCode .imgWrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.listView.QRCodes .cardView.teamQRCode .QRCodes {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.listView.QRCodes .cardView.teamQRCode .QRCodes .biolink h3, .listView.QRCodes .cardView.teamQRCode .QRCodes .biocardlink h3 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  color: inherit;
}
.listView.QRCodes .cardView.teamQRCode .QRCodes .biolink img, .listView.QRCodes .cardView.teamQRCode .QRCodes .biocardlink img {
  width: 200px;
  margin: 1rem 0 0 0;
}

/* END DOWNLOADABLE QR CODES SECTION*/
/* Related Content Lists (if different) */
/*
.related .listView.related {
}
*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region CARDS - .cardView */
/****************************************************************************************************/
/* Shared/Common Card Views Styles */
.cardView {
  height: 100%;
  width: 100%;
}
.cardView h3 {
  font-size: 1.6rem;
}
.cardView h3 a {
  color: #101B33;
  text-decoration: none;
}
.cardView.reverse {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.25rem;
  color: #101B33 !important;
  /* Title */
}
.cardView.reverse h3 {
  font-size: 1.2rem;
  color: #101B33;
  margin-top: 0;
}
.cardView.reverse h3 a:link, .cardView.reverse h3 a:visited {
  color: #101B33;
}
.cardView.reverse h3 a:hover, .cardView.reverse h3 a:active {
  color: #CE3B82;
}
.cardView.reverse a:link, .cardView.reverse a:visited {
  color: #101B33;
}
.cardView.reverse a:hover, .cardView.reverse a:active {
  color: #CE3B82;
}
.cardView.twoColumn {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.cardView.twoColumn .cardContent {
  padding: 1.25rem;
}
.cardView .imageCard {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.cardView .imageCard .imgWrapper {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.cardView .imageCard .imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4;
}
.cardView .imageCard span.featured {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #101B33;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
}
.cardView .imageCard .cardContent {
  position: relative;
  padding: 1.5rem 1rem;
}
.cardView .imageCard.withScrollbar {
  /* scrollbar option*/
}
.cardView .imageCard.withScrollbar .cardContent {
  margin: 1.5rem 0.75rem 1.5rem 0.25rem;
  padding-top: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar {
  width: 0.375rem;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 1rem;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 1rem;
}
.cardView .imageCard:hover .imgWrapper img {
  transition: all 0.6s ease;
  transform: scale(1.2);
}
.cardView.imageOverlayCard {
  position: relative;
  height: 100%;
  min-height: 200px;
  border: none !important;
}
.cardView.imageOverlayCard:hover .overlayWrapper.imgWrapper img {
  transform: none;
}
.cardView.imageOverlayCard .overlayWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* zoom in the image */
  /*            &:hover {
      .imgWrapper {
          img {
              transform: scale(1.2);
          }
      }
  }*/
}
.cardView.imageOverlayCard .overlayWrapper.imgWrapper {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.cardView.imageOverlayCard .overlayWrapper.imgWrapper img {
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  filter: brightness(0) invert(1);
}
.cardView.imageOverlayCard .overlayWrapper .overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inViewport .cardView[data-animate] {
  opacity: 0;
  animation: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: calc(var(--listViewArticleIndex)* 150ms);
}

/* Content Specfic Card Views Styles */
/* Team Card View */
.cardView.teammember {
  /* image wrapper  */
  border: solid 1px #A7ABB1;
  padding-bottom: 1rem;
  height: 100%;
  /* content wrapper  */
}
.cardView.teammember .itemImage {
  position: relative;
  background-color: #CCCCCC;
  filter: grayscale(1);
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.greyWrapper .cardView.teammember .itemImage {
  filter: drop-shadow(0px 10px 8px #CCC);
}
.cardView.teammember .itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  aspect-ratio: 2;
  -o-object-position: 70% 20%;
     object-position: 70% 20%;
}
.cardView.teammember .itemImage .hoverContent {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  padding: 1.5rem;
  opacity: 0;
  z-index: 2;
  background: rgba(16, 27, 51, 0.7);
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cardView.teammember .itemImage .hoverContent span.shortBio {
  display: block;
  font-size: 0.8rem;
}
.cardView.teammember .itemImage .hoverContent span.shortBio p {
  font-size: 0.8rem;
}
.cardView.teammember .itemImage:hover .hoverContent {
  opacity: 1;
}
.cardView.teammember .itemContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 1rem;
  position: relative;
  /* position */
  /* email & phone etc */
}
.cardView.teammember .itemContent a {
  color: #101B33;
}
.cardView.teammember .itemContent .k-d-flex {
  justify-content: space-between;
  min-height: 2rem;
}
.cardView.teammember .itemContent .nameDesignationsPronunciation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1rem 0 0 0;
  /* title */
  /* designations */
}
.cardView.teammember .itemContent .nameDesignationsPronunciation h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0 0.75rem;
}
.cardView.teammember .itemContent .nameDesignationsPronunciation .designations {
  display: block;
  font-size: 0.9rem;
  margin: 0;
}
.cardView.teammember .itemContent .position {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.cardView.teammember .itemContent .contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.cardView.teammember .itemContent .contactInfo li {
  font-size: 1rem;
}
.cardView.teammember .itemContent .contactInfo li .prefixLabel {
  display: inline-block;
}
.cardView.teammember .itemContent .socialLinks a {
  font-size: 0.9rem;
}
.cardView.teammember .itemContent svg {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.cardView.teammember .itemContent .button {
  margin: 0;
  position: absolute;
  right: 1rem;
  bottom: 0;
  padding: 0.5rem;
  width: 1.9rem;
  height: 1.9rem;
}
.cardView.teammember .itemContent .button:before, .cardView.teammember .itemContent .button:after {
  display: none !important;
}
.cardView.teammember .itemContent .button svg {
  font-size: 1rem;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.cardView.teammember .spaceFiller {
  height: 1.5rem;
}
.cardView.teammember:hover .itemImage, .cardView.teammember:focus-within .itemImage {
  filter: grayscale(0);
}
.cardView.teammember:hover .button, .cardView.teammember:focus-within .button {
  background-color: #CE3B82;
}
.cardView.teammember:hover .button svg, .cardView.teammember:focus-within .button svg {
  transform: rotate(45deg);
  color: #fff;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}

/* Expertise: Card View*/
.cardView:is(.expertise,.sector) {
  width: 100%;
}
.cardView:is(.expertise,.sector) .button.arrow-right {
  width: 100%;
  display: flex;
  margin: 0 !important;
  padding: 1rem;
  padding-right: calc(var(--icon-size) + 1.5rem);
  justify-content: flex-start;
}
.cardView:is(.expertise,.sector) .button.arrow-right .imgWrapper {
  width: var(--icon-size);
  height: var(--icon-size);
  position: relative;
}
.cardView:is(.expertise,.sector) .button.arrow-right .imgWrapper picture {
  inset: 0;
  position: absolute;
}
.cardView:is(.expertise,.sector) .button.arrow-right .imgWrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardView:is(.expertise,.sector):hover .button.arrow-right .imgWrapper picture img {
  filter: invert(1);
}

/* Insight CardView */
.cardView.insight {
  border: solid 1px #A7ABB1;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.cardView.insight .cardContent {
  padding: 1rem;
  height: 100%;
}
.cardView.insight .button {
  margin: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5rem;
  width: 1.9rem;
  height: 1.9rem;
}
.cardView.insight .button:before, .cardView.insight .button:after {
  display: none !important;
}
.cardView.insight .button svg {
  font-size: 1rem;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.cardView.insight .summary {
  font-size: 0.9rem;
  margin-bottom: 4rem;
}
.cardView.insight .imgWrapper {
  overflow: hidden;
  height: 100%;
}
.cardView.insight .imgWrapper img {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
  filter: grayscale(1);
}
.cardView.insight:hover {
  background-color: #8FCDC7;
}
.cardView.insight:hover .imgWrapper img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.cardView.insight:hover .button {
  background-color: #CE3B82;
}
.cardView.insight:hover .button svg {
  transform: rotate(45deg);
  color: #fff;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}

/* Ranking CardView */
.cardView.ranking {
  margin: 0;
  position: relative;
  padding-bottom: 2rem;
  position: relative;
}
.cardView.ranking .cardContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.25rem;
  /* optional item */
}
.cardView.ranking .cardContent span {
  display: block;
  margin: 0.2rem;
}
.cardView.ranking .cardContent span.rankingPublisher {
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #101B33;
  font-size: 0.7rem;
  text-align: center;
}
.cardView.ranking .cardContent span.rankingAccolade {
  color: #8FCDC7;
  font-weight: 500;
  font-size: 1.2rem;
  max-width: 80%;
  text-transform: none;
  text-align: center;
}
.cardView.ranking .cardContent span.rankingLocation {
  color: #A7ABB1;
  font-size: 0.7rem;
  text-transform: uppercase;
}
.cardView.ranking .cardContent span.yearAwarded {
  color: #101B33;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0.5rem;
}

.cardView.clientobjective:not(.pill) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 2rem;
}
.cardView.clientobjective:not(.pill) h3 {
  margin-top: 0;
}
.cardView.clientobjective:not(.pill) .summary {
  margin-bottom: 1rem;
}
.cardView.clientobjective:not(.pill) .button {
  margin-top: auto;
}

.clientsWrapper.fadeSides {
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
          mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
  padding-top: 1rem;
  margin-top: 3rem;
  border-top: solid 1px #F7F7F7;
}
.clientsWrapper.fadeSides.splide {
  /* Arrows */
  padding-bottom: 3rem;
}
.clientsWrapper.fadeSides.splide .splide__arrow.splide__arrow--next {
  right: inherit;
  left: calc(50% + 2rem);
  transform: translate(-50%, 0);
}
.clientsWrapper.fadeSides.splide .splide__arrow.splide__arrow--prev {
  right: inherit;
  left: calc(50% - 2rem);
  transform: translate(-50%, 0);
}

.testimonialsWrapper {
  padding-bottom: 4rem;
}
.testimonialsWrapper .splide__track {
  margin-left: 8rem;
}
.testimonialsWrapper.related blockquote {
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .testimonialsWrapper.related:before, .testimonialsWrapper.related:after {
    width: 4rem;
    height: 3rem;
  }
  .testimonialsWrapper.related blockquote {
    margin: 0;
    width: 75%;
  }
}
@media only screen and (max-width: 650px) {
  .testimonialsWrapper:before, .testimonialsWrapper:after {
    content: none;
  }
  .testimonialsWrapper .splide__track {
    margin-left: 0;
  }
  .testimonialsWrapper blockquote {
    width: 100%;
  }
}

/* Testimonial CardView */
.cardView.testimonial blockquote {
  margin: 0;
}
.cardView.testimonial blockquote p {
  color: #CE3B82;
}
.cardView.testimonial blockquote cite {
  display: block;
  margin-top: 1.4rem;
  font-size: 1rem;
}

.cardView.office .officeTitle {
  margin-bottom: 0.5rem;
}
.cardView.office address {
  font-size: 0.8rem;
}

.alertHeader {
  background-color: #8FCDC7;
}
.withNavOpen .alertHeader {
  display: none;
}

/* Global Alert CardView */
.cardView.globalalert {
  padding: 0.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.cardView.globalalert .alertIcon {
  padding-right: 4rem;
}
.cardView.globalalert .alertIcon svg {
  font-size: 1.2rem;
  color: #CE3B82;
  /*            border: solid 3px $highlightColour;
  border-radius: 50%;*/
  height: 50px;
  width: 50px;
  padding: 5px;
}
.cardView.globalalert .alertClose {
  margin-left: 1rem;
  cursor: pointer;
  color: #616976;
}
.cardView.globalalert .alertContent {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem;
}
.cardView.globalalert .alertContent .button {
  margin-top: 0;
  font-size: 1rem;
}
.cardView.globalalert .alertContent .cmsContent {
  font-size: 0.9rem;
  max-width: 700px;
}
.cardView.globalalert .alertContent .cmsContent h2, .cardView.globalalert .alertContent .cmsContent h3, .cardView.globalalert .alertContent .cmsContent h4, .cardView.globalalert .alertContent .cmsContent h5 {
  font-family: "Spline Sans", sans-serif;
  margin: 0;
}
.secondary .cardView.globalalert .alertContent .cmsContent h2, .secondary .cardView.globalalert .alertContent .cmsContent h3, .secondary .cardView.globalalert .alertContent .cmsContent h4, .secondary .cardView.globalalert .alertContent .cmsContent h5 {
  font-family: PPCirka-Variable, "Times New Roman", serif;
}
.cardView.globalalert .alertContent .cmsContent h3 {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.cardView.globalalert .alertContent .cmsContent h2 {
  color: #CE3B82;
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 0;
}
.cardView.globalalert .alertContent .cmsContent h4 {
  color: #CE3B82;
  font-size: 1rem;
}
.cardView.globalalert .alertContent .cmsContent p {
  margin: 0;
  font-size: 0.9rem;
}
.cardView.globalalert .alertContent .cmsContent a {
  text-decoration: underline;
}
@media only screen and (max-width: 1299px) {
  .cardView.globalalert .alertLabelLink {
    text-indent: -999rem;
    gap: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .cardView.globalalert .alertIcon {
    padding-right: 1rem;
  }
  .cardView.globalalert .alertIcon svg {
    height: 25px;
    width: 25px;
  }
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region DETAIL VIEWS - .detailView */
/****************************************************************************************************/
/* Shared detailView Styles */
.detailView {
  /* Social */
}
.detailView .topperSection {
  position: relative;
  /* print / share buttons */
}
.detailView .topperSection .meta {
  color: #101B33;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.detailView .topperSection .meta .separator {
  margin: 0 0.4rem;
}
.detailView .topperSection .contentTypeLabels {
  font-size: inherit;
}
.detailView .topperSection h1 {
  font-size: clamp(3rem, 2.3742rem + 2.0025vw, 4rem);
  margin-top: 0;
}
.detailView .topperSection hr {
  margin: 2rem 0 0;
}
.detailView .topperSection .topperContent {
  /*            @extend %gradientOverlay;
  top: 0;
  left: 0;
  overflow: hidden;
  @include forceColour(white);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 $fullWidthPadding 0 $fullWidthPadding;*/
  padding: 5rem 0;
}
.detailView .topperSection .authorTeam a {
  color: #616976;
}
.detailView .topperSection .authorTeam a:hover, .detailView .topperSection .authorTeam a:focus {
  color: #8FCDC7;
}
.detailView .overview {
  margin-top: 0;
}
.detailView .overview .readMoreButtonWrapper {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailView .overview .readMoreButtonWrapper .toggleReadMore {
  margin: 0 auto;
}
.detailView div.socialAndSharing {
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  padding: 1rem 0;
}
.detailView div.socialAndSharing > ul {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
.detailView div.socialAndSharing ul.socialLinks {
  font-size: 1.8rem;
}
.detailView div.socialAndSharing ul.socialLinks li {
  align-items: flex-end;
}
.detailView div.socialAndSharing ul.sharingLinks {
  font-size: 1.8rem;
}
.detailView div.socialAndSharing ul.sharingLinks li {
  align-items: flex-end;
}
.detailView .sidebarGrid {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 3rem;
}
.detailView .sidebarGrid .mainContent {
  width: calc(100% - 350px);
}
.detailView .sidebarGrid .mainContent > :first-child {
  margin-top: 2rem;
}
.detailView .sidebarGrid .mainContent > :last-child {
  margin-bottom: 4rem;
}
.detailView .sidebarGrid .sideContent {
  width: 350px;
  padding-left: 2rem;
}
.detailView .sidebarGrid .sideContent .sideContentInner > :first-child {
  margin-top: 2rem;
}
.detailView .sidebarGrid .sideContent .sideContentInner > :last-child {
  margin-bottom: 4rem;
}
.detailView .sidebarGrid .sideContent .pill a {
  font-size: 0.7rem;
  border: solid 1px #616976;
  border-radius: 50vh;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #616976;
}
.detailView .sidebarGrid .sideContent .pill a:hover {
  background-color: #616976;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .detailView .sidebarGrid {
    display: block;
  }
  .detailView .sidebarGrid .mainContent {
    width: 100%;
  }
  .detailView .sidebarGrid .sideContent {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.detailView .bgImg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
  opacity: 0.05;
}

/* Content Specfic detailView Styles */
/* Team Detail View */
.detailView.teammember .bioTopContent {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
}
.detailView.teammember .bioTopContent .bioMobileButtons {
  visibility: hidden;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
}
@media only screen and (max-width: 650px) {
  .detailView.teammember .bioTopContent .bioMobileButtons {
    visibility: visible;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a {
    background-color: #101B33;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a:before {
    content: none;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a svg {
    color: #fff;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a:hover {
    transform: scale(1.2);
  }
}
.detailView.teammember .bioTopContent .bioPhotoWrapper {
  /*flex: auto;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  flex-basis: auto;
  //background: radial-gradient(circle at 72% 44%, $greyXXXLight 0%, $greyXLight 100%);
  position: relative;
  background-color: #C6CBCE;*/
  max-height: 600px;
}
.detailView.teammember .bioTopContent .bioPhotoWrapper .imgWrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.detailView.teammember .bioTopContent .bioContact {
  position: absolute;
  top: 0;
  width: 50%;
  color: #101B33;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 90%;
}
.detailView.teammember .bioTopContent .bioContact * {
  color: inherit;
}
.detailView.teammember .bioTopContent .bioContact .button.arrow {
  align-self: flex-start;
  background-color: #CE3B82;
  color: #fff;
}
.detailView.teammember .bioTopContent .bioContact .button.arrow:after {
  color: #fff !important;
}
.detailView.teammember .bioTopContent .bioContact .button.arrow:hover {
  background-color: #8FCDC7;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0 0 0;
  padding: 0.25rem 0;
  /* title */
  /* designations */
  /* audio */
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1 {
  position: relative;
  font-size: 3em;
  margin: 0.25rem 0;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1 span {
  color: #CE3B82;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1:after {
  content: none;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .position {
  color: #CE3B82;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .designations {
  color: #CE3B82;
  display: block;
  margin: 0;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .audioFile {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .audioFile a:hover {
  color: #CE3B82;
}
.detailView.teammember .bioTopContent .bioContact h3 {
  margin: 0 0 0.5rem;
  color: #CE3B82;
  font-size: 2rem;
}
.detailView.teammember .bioTopContent .bioContact .calltobars {
  display: flex;
  justify-content: space-between;
  border: solid 1px #A7ABB1;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-left: none;
  border-right: none;
}
.detailView.teammember .bioTopContent .bioContact .calltobars span {
  text-transform: uppercase;
  font-weight: 700;
}
.detailView.teammember .bioTopContent .bioContact .calltobars ul {
  display: flex;
  justify-content: flex-end;
}
.detailView.teammember .bioTopContent .bioContact .calltobars ul li {
  padding-left: 0.25rem;
}
.detailView.teammember .bioTopContent .bioContact .contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
}
.detailView.teammember .bioTopContent .bioContact .contactInfo .prefixLabel {
  font-size: 0.9rem;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare {
  font-size: 1.5rem;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare a {
  margin-right: 1rem;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare a:hover {
  color: #CE3B82;
  cursor: pointer;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks {
  justify-content: flex-start;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks li {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 2rem;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks li a:hover {
  color: #101B33;
}
.detailView.teammember .bioTopContent .breadcrumbs {
  background-color: #101B33;
  position: relative;
  z-index: 2;
  opacity: 0.8;
  padding-top: 0.5rem;
}
.detailView.teammember .personalQuote {
  font-size: 2.5rem !important;
  margin-bottom: 0 !important;
  padding: 1rem;
  border-top: solid 1px #CE3B82;
  text-align: center;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region QR Codes and Online Business Card */
/****************************************************************************************************/
/* The QRCode Image itself */
span.QRCodeWrapper {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  border: 1px solid black;
  background: #fff;
  margin: 1rem 0;
  padding: 0.5rem;
}
span.QRCodeWrapper a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
span.QRCodeWrapper img {
  width: 100px;
}
span.QRCodeWrapper span.QRCodeLabel {
  font-size: 0.8rem;
}

/* Modal version */
#QRModal {
  display: none;
}

#QRModalMobile {
  display: none;
}

#QRModal {
  max-width: 100%;
  background-color: white;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
}
#QRModal span.QRCodeWrapper {
  border: none;
  margin: 0;
  padding: 0;
}
#QRModal span.QRCodeWrapper img {
  width: 280px;
}

/* THE BIO CARD (Online Business Card) */
.bioCardTemplate a {
  text-decoration: none;
}
.bioCardTemplate header .bioCardHeader .container.narrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard {
  --busCardImageWidth: 140px;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 4rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardHeader {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  z-index: 1;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardHeader .busCardLogo {
  display: flex;
  justify-content: flex-end;
  height: auto;
  width: var(--busCardImageWidth);
  background-image: url(/CFImages/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardHeader .busCardImage {
  width: var(--busCardImageWidth);
  border: 3px solid #fff;
  border-radius: 100%;
  overflow: hidden;
  /*.imgWrapper {
      height: 135px;
  }*/
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent {
  background-color: #fff;
  padding: 6rem 3rem 3rem;
  width: calc(100% - var(--busCardImageWidth)/2);
  margin-top: calc(var(--busCardImageWidth)/2 * -1);
  position: relative;
  z-index: 0;
  /* Call To Action Links (View Full Bio, Download Contact) */
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent h3 {
  margin: 0;
  font-size: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .nameAndPronunciation {
  margin-top: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .nameAndPronunciation h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #101B33;
  margin: 0;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .nameAndPronunciation h1:after {
  content: none;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .nameAndPronunciation span.audioFile {
  padding-left: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .designationsAndPronouns span.designations {
  font-size: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .fullTitle .designationsAndPronouns .pronounsWrapper ul li {
  font-size: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .callToActionWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .callToActionWrapper .socialLinks {
  font-size: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .callToActionWrapper .button {
  margin: 0;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .contactInfo {
  border-top: solid 1px #CCCCCC;
  padding-top: 2rem;
  margin: 2rem 0;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .contactInfo li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .contactInfo li .icon {
  background-color: #101B33;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .contactInfo li .icon:before {
  content: none;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .contactInfo li .icon svg {
  color: #fff;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  /* ShortBio */
  /* Languages Spoken*/
  /* Location */
  /* Assistants */
  /* Social Media */
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation div.shortBio {
  width: 80%;
  text-align: center;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .languagesSpoken {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .languagesSpoken p {
  font-weight: bold;
  margin: 0;
  text-align: right;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .related.wrapper {
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 2rem;
  width: 100%;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .related.wrapper h2.listViewTitle {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #101B33;
  font-weight: 700;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .related.teammembersWrapper.assistant .cardView.teammember .itemContent {
  padding: 0;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard .additionalInformation .socialLinks {
  font-size: 1.5rem;
  display: flex;
  gap: 1.5rem;
}
.bioCardTemplate main .bd .detailView.teammember.bioCard span.QRCodeWrapper img {
  width: 150px;
}
@media only screen and (max-width: 650px) {
  .bioCardTemplate main .bd .detailView.teammember.bioCard .busCard {
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardImage {
    position: relative;
    left: initial;
    width: var(--busCardImageWidth);
  }
  .bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent {
    margin-top: calc((var(--busCardImageWidth)/2) * -1);
    padding: calc(2rem + var(--busCardImageWidth)/2) 2rem 2rem 2rem;
    width: 100%;
  }
  .bioCardTemplate main .bd .detailView.teammember.bioCard .busCard .busCardContent .busCardLogo {
    background-position: top left;
  }
}
.bioCardTemplate footer .bioCardFooter {
  text-align: center;
}

/* #endregion */
/****************************************************************************************************/
/* Insight Detail View */
.detailView.insight .topperSection .topperContent .topperTitle h1 {
  margin-top: 0;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Expertises + Sectors  */
/****************************************************************************************************/
/* expertise tree view */
.expertisesWrapper.treeViewWrapper ul.level1 {
  visibility: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 650px) {
  .expertisesWrapper.treeViewWrapper ul.level1 {
    grid-template-columns: 1fr;
  }
}
.expertisesWrapper.treeViewWrapper .k-treeview ul.level1 {
  visibility: visible;
}
.expertisesWrapper.treeViewWrapper ul.level2 .k-item {
  margin-bottom: 1rem;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Documents */
/****************************************************************************************************/
.document {
  font-size: 0.8rem;
  background-color: #F7F7F7;
}
.document a {
  width: 100%;
  display: block;
  padding: 1rem 1.4rem 0.8rem 1.4rem;
  text-decoration: none !important;
  border-bottom: 1px solid #101B33;
}
.document a .iconExtension {
  width: 1.5rem;
  flex-grow: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  color: #101B33;
}
.document a .iconExtension svg {
  color: inherit;
  font-size: 2rem;
}
.document a .documentDetails .titleLink {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.document a .documentDetails .grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  display: flex;
}
.document a .documentDetails .grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
.document a .documentDetails span.col {
  margin: 0 1rem 0 0;
  flex-basis: auto;
  flex-grow: 0;
}
.document a .typeIcon {
  display: block;
}
.document a .hoverIcon {
  display: none;
}
.document a .textExtension {
  font-size: 1rem;
}
.document a:focus:focus-visible {
  background-color: #eaeaea;
  border-color: #8FCDC7;
}
.document a:focus:focus-visible .grid .col.iconExtension {
  color: #8FCDC7;
}
.document a:focus:focus-visible .grid .col.iconExtension svg.typeIcon {
  display: none;
}
.document a:focus:focus-visible .grid .col.iconExtension svg.hoverIcon {
  display: block;
}
.document a:hover {
  background-color: #eaeaea;
  border-color: #8FCDC7;
}
.document a:hover .grid .col.iconExtension {
  color: #8FCDC7;
}
.document a:hover .grid .col.iconExtension svg.typeIcon {
  display: none;
}
.document a:hover .grid .col.iconExtension svg.hoverIcon {
  display: block;
}

.documents {
  margin: 1rem 0;
}
.documents ul li {
  color: #101B33;
  display: block;
  margin: 0;
  font-size: 1rem;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background-color: transparent;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Filtered Content Items */
/****************************************************************************************************/
.filteredContent.hideFilters .divider {
  display: none;
}
.filteredContent .checkboxes {
  flex-wrap: wrap;
}
.filteredContent .checkboxes label {
  display: flex;
  gap: 0.5em;
}
.filteredContent .checkboxes fieldset legend {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: initial;
}
.filteredContent .checkboxes fieldset ul.grid.checkboxes {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.filteredContent .checkboxes fieldset ul.grid.checkboxes li.field.col {
  flex: 0;
  font-size: 0.9rem;
}
.filteredContent ul.pagination {
  gap: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filteredContent ul.pagination li button {
  padding: 0;
  width: 2rem;
  height: 2rem;
}
.filteredContent .divider {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, transparent 50%, #A7ABB1 calc(50% + 1px), transparent calc(50% + 2px));
  margin-bottom: 2rem;
}
.filteredContent .filterButtonWrapper {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  background-color: #fff;
}
.filteredContent .filterButtonWrapper .button {
  margin: 0;
  margin-left: 1rem;
  padding: 1.2rem;
  cursor: pointer;
}
.filteredContent .filterButtonWrapper button {
  background-color: transparent;
  color: #8FCDC7;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
}
.filteredContent .k-window {
  position: absolute;
  z-index: 100002;
  top: 0;
  left: 50%;
  transform: scale(1) translateX(-50%) !important;
  max-width: 100%;
}
.filteredContent .k-window-titlebar {
  display: none;
}

.fieldGroups {
  /*    display: flex;
  flex-direction: row;
  flex-wrap: nowrap;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1.2rem;
}
.fieldGroups > fieldset {
  flex: 1 1 0;
  margin: 0;
  padding: 0;
  border: none;
}
.fieldGroups > fieldset legend {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  color: #000;
}
.fieldGroups .k-dropdown {
  min-width: 100%;
}
.fieldGroups .k-dropdown:hover .k-dropdown-wrap, .fieldGroups .k-dropdown.k-state-border-down .k-dropdown-wrap {
  border-color: #A3A3A3;
}
.fieldGroups .k-dropdown .k-dropdown-wrap {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  background: none;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.fieldGroups .k-dropdown .k-dropdown-wrap .k-input {
  padding: 1.6rem 1.2rem;
  font-size: 1rem;
  color: #616976;
  -webkit-user-select: none;
          user-select: none;
}
.fieldGroups .k-dropdown .k-dropdown-wrap .k-select {
  padding-right: 1.2rem;
}
.fieldGroups .k-dropdown .k-dropdown-wrap .k-select .k-icon {
  width: 0.6rem;
  height: 0.6rem;
}
.fieldGroups .k-dropdown .k-dropdown-wrap .k-select .k-icon:before {
  background-image: url(/CFImages/Icons/plus.svg);
  background-size: 0.6rem auto;
}

.k-list-container {
  border: 1px solid #A3A3A3;
  border-top-width: 0;
}

.k-list-optionlabel,
.k-list .k-item {
  padding: 0.8rem 0.6rem;
}
.k-list-optionlabel.k-state-selected,
.k-list .k-item.k-state-selected {
  background-color: #8FCDC7;
}
.k-list-optionlabel.k-state-selected:hover,
.k-list .k-item.k-state-selected:hover {
  background-color: #7dc5be;
}

/* Filters */
.filtersContainer {
  display: block;
  margin: 0 auto;
  width: 56rem;
  max-width: calc(100% - 4rem);
  margin: 4rem auto 6rem;
}
.filtersContainer fieldset legend {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  color: #000;
}

/* Keyword Search */
.keywordSearchWrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2rem;
  max-width: 500px;
  border-radius: 5px;
  align-items: center;
  background-color: #fff;
}
.keywordSearchWrapper button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}
.keywordSearchWrapper input[type=search] {
  border: none;
  padding-left: 0;
  box-sizing: border-box;
  height: 2.6rem;
  /* the animated underline */
  /*& + .textFieldUnderline {
      width: 100%;
      height: 1px;
      display: block;
      margin: 0;
      margin-top: -1px;
      background-size: 200%;
      background-position: 100% 0%;*/
  /*background-image: linear-gradient(to right, #101B33, #101B33 50%, transparent 50%, transparent 75%);*/
  /*background-image: linear-gradient(to right, #A3A3A3, #A3A3A3 50%, transparent 50%, transparent 75%);
      position: relative;
      z-index: 10;
  }*/
}
.keywordSearchWrapper input[type=search]:focus, .keywordSearchWrapper input[type=search]:active, .keywordSearchWrapper input[type=search]:hover {
  outline: none !important;
  /*border-bottom: 2px solid $primaryColour;*/
}
.keywordSearchWrapper input[type=search]:focus + .textFieldUnderline, .keywordSearchWrapper input[type=search]:active + .textFieldUnderline, .keywordSearchWrapper input[type=search]:hover + .textFieldUnderline {
  background-position: 0% 0%;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
  transition-duration: 250ms;
}
.keywordSearchWrapper .buttons {
  display: flex;
  align-items: stretch;
}
.keywordSearchWrapper .buttons .button svg {
  margin: 0;
}
.keywordSearchWrapper input[type=search]:not(:placeholder-shown) ~ .buttons .clearSearch {
  display: block;
  opacity: 1;
}

/* Search by initial (alphabet) */
.searchByInitialContainer {
  margin: 1rem 0 0 0;
  display: flex;
  justify-content: center;
}
.searchByInitialContainer .alphaList a {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #8FCDC7;
  padding: 0.25rem 0.25rem;
  min-width: 1.5rem;
  min-height: 0.25rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  justify-content: center;
}
.searchByInitialContainer .alphaList a.initialFilter.selected {
  background-color: #8FCDC7;
  color: white;
}
.searchByInitialContainer .alphaList a.initialFilter:hover {
  background-color: #8FCDC7;
  color: white;
}
.searchByInitialContainer .alphaList a.disabledFilter {
  color: #A7ABB1;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  border-color: #A7ABB1;
}

/* Filtered Content Wrapper */
.filteredContent {
  padding-bottom: 6rem;
  min-height: 30rem;
  position: relative;
  margin-top: 4rem;
}
.filteredContent .buttonsContainer .button i {
  margin-left: 2rem;
}
.filteredContent .buttonsContainer .button:not(:last-child) {
  margin-right: 1rem;
}
.filteredContent .loadMoreContainer {
  text-align: center;
  margin: 4rem 0 0;
}
.filteredContent .loadMoreContainer button .icon {
  font-size: 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  margin-right: 0.6rem;
}
.filteredContent .permanentLinkField {
  display: flex;
}
.filteredContent .permanentLinkField button {
  padding: 0.6rem 1rem;
  margin: 0;
}
.filteredContent .permanentLinkField button svg {
  margin: 0;
}

/* Active filters tags/pills */
#activeFilters {
  margin: 1rem 0;
}
#activeFilters .activeFilterGroup {
  display: inline-flex;
  flex-wrap: wrap;
}
#activeFilters .activeFilterGroup .activeFilterTag {
  border: 1px solid #F8F9F4;
  padding: 0.4rem 1rem;
  cursor: pointer;
  position: relative;
  padding-right: 2.4rem;
  margin-bottom: 0.6rem;
  -webkit-user-select: none;
          user-select: none;
  margin-right: 1rem;
  color: #A7ABB1;
}
#activeFilters .activeFilterGroup .activeFilterTag:not(:last-of-type) {
  margin-right: 0.6rem;
}
#activeFilters .activeFilterGroup .activeFilterTag:after {
  top: 50%;
  content: " ";
  right: 0.8rem;
  color: #8FCDC7;
  background-image: url(/CFImages/Icons/plus.svg);
  background-size: 0.6rem auto;
  background-position: center;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
}
#activeFilters .activeFilterGroup .activeFilterTag:hover, #activeFilters .activeFilterGroup .activeFilterTag:focus {
  border-color: #A3A3A3;
}
#activeFilters .activeFilterGroup .activeFilterTag:active {
  border-color: #A3A3A3;
}

.filtersPopupWrapper {
  width: 100%;
  left: 0 !important;
}
.filtersPopupWrapper .advancedFiltersContainer {
  margin: 0 auto;
  display: block !important;
}

#loadingIndicator {
  height: 200px;
  display: none;
  margin-top: 2rem;
}
#loadingIndicator svg {
  margin: 0 auto;
}
#loadingIndicator.loading {
  content: "loading";
  line-height: 200px;
  text-align: center;
  display: block;
}

#loadingCounter {
  margin: 2rem 0 2rem;
  color: #A7ABB1;
  font-style: italic;
}

#filteredContentResult li.noResults {
  color: #A7ABB1;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  flex: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#filteredContentResult li.noResults .message {
  font-style: italic;
}
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Popups / Modals (SHARED) */
/****************************************************************************************************/
.popup_wrapper .button.close {
  top: -2rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: white;
  border: 1px solid #CCCCCC;
}
.popup_wrapper .button.close:before {
  background-image: url(/CFImages/Icons/plus.svg);
  background-size: 1rem auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  transform-origin: center;
  content: " ";
  display: inline-block;
  position: absolute;
  inset: 0;
}
.popup_wrapper .button.close:focus, .popup_wrapper .button.close:hover {
  background-color: transparent;
}
.popup_wrapper .button.close:focus:before, .popup_wrapper .button.close:hover:before {
  /*background-image: url(/CFImages/Icons/plus-white.svg);*/
}
.popup_wrapper .button.close:active {
  background-color: transparent;
}
.popup_wrapper .button.close:active:before {
  /*background-image: url(/CFImages/Icons/plus-white.svg);*/
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Forms + Inputs / Fields */
/****************************************************************************************************/
label {
  cursor: pointer;
}

/* Text Fields */
input {
  color: #616976;
  width: 100%;
  height: 3.15rem;
  max-width: 100%;
  padding: 0.2rem 1rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
  border: 1px solid #CCCCCC;
  background-color: white;
  font-weight: 100;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
  /*    &:hover, &:focus {
      @include placeholder {
          opacity: 0.4;
      }
  }*/
}
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
input:-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
input::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
input:focus:focus-visible {
  outline: 1px solid #8FCDC7;
  outline-offset: 0;
}
textarea {
  width: 100%;
  min-height: 5rem;
  display: block;
  border: 1px solid #CCCCCC;
  font-weight: 100;
  padding: 1rem;
}
textarea:hover::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
textarea:hover:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
textarea:hover::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
textarea:hover:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}
textarea:focus {
  outline: 1px solid #8FCDC7;
  outline-offset: 0;
}

/* Select Lists */
select {
  width: 100%;
  height: 3.15rem;
  max-width: 100%;
  color: #616976;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  padding: 0.2rem 1rem;
  padding-right: 1.6rem;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-size: 0.8rem auto;
  background-image: url(/CFImages/Icons/plus.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
}
select:hover {
  border-color: rgba(16, 27, 51, 0.7);
}
select:focus {
  outline: none;
  outline: 1px solid #8FCDC7;
  outline-offset: 0;
}
select > option {
  text-transform: none;
}
select > option:checked, select > option:hover {
  background-color: #F8F9F4;
}

/* Checkboxes */
input[type=checkbox] {
  cursor: pointer;
  font-size: 1em;
  width: 1em;
  height: 1em;
}

/* Radio Buttons */
input[type=radio] {
  height: 1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

/*  */
form {
  /* Form-only Buttons */
}
form label {
  cursor: pointer;
}
form fieldset {
  padding: 0;
  border: none;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
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;
}

.hiddenForHumans {
  position: absolute !important;
  z-index: -10 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0;
  height: 0;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Sitefinity Forms Only */
/****************************************************************************************************/
/* Sitefinity form container (doesn't become an actual form element until submit) */
[data-sf-role=form-container] {
  /* Form error messages */
  /* Sitefinity File Upload field */
  /* Success message */
  /* Show the checkmark animation on submit success */
}
[data-sf-role=form-container] fieldset {
  margin: 1rem 0;
  border: none;
  padding: 0;
}
[data-sf-role=form-container] fieldset legend {
  display: none;
}
[data-sf-role=form-container] label {
  display: none;
}
[data-sf-role=form-container] .list-unstyled label {
  display: block;
  color: #616976;
}
[data-sf-role=form-container] .list-unstyled label input {
  margin-right: 0.5rem;
}
[data-sf-role=form-container] [data-sf-role=error-message] {
  display: block !important;
  font-size: 0.6em;
  color: #ff3c00;
}
[data-sf-role=form-container] [data-sf-role=success-message] h3 {
  color: #8FCDC7;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] {
  cursor: pointer;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file] {
  /* Default / Base button styles - only include these when you really need them */
  /* This is what you'll get when you just call @include button; (but you should avoid using this mixin altogether if you can) */
  color: #8FCDC7;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /*padding: 0.9rem 1.4em;*/
  padding: 0.8em 2em;
  margin-top: 1em;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #8FCDC7;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  white-space: nowrap;
  letter-spacing: 0.1em;
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  /* FontAwesome Icons in markup */
  /* Reverse (flip the colours of the standard button */
  /* Outline */
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file]:after {
  width: 1em;
  height: 1em;
  display: inline-block;
  content: initial;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.6em;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file] [class*=fa-] {
  margin-left: 0.6rem;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file]:hover, [data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file]:focus {
  color: white;
  background-color: #7dc5be;
  text-decoration: none !important;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file]:active {
  color: white;
  text-decoration: none !important;
  background-color: #6cbdb5;
}
[data-sf-role=form-container] [data-sf-role=file-field-inputs] input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  color: #000;
}
[data-sf-role=form-container] .successAnimation {
  display: none;
  margin-bottom: 1rem;
}
[data-sf-role=form-container].success .successAnimation {
  display: block !important;
}

/* Form success animation */
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #8FCDC7;
  }
}
svg.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: white;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #8FCDC7;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
svg.checkmark .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #8FCDC7;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
svg.checkmark .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Search */
/****************************************************************************************************/
.searchExpand {
  font-size: 1.3rem;
}

.searchHiddenWrapper {
  background-color: white;
  padding: 0.5rem 0;
}
.searchHiddenWrapper .form-inline {
  width: 100%;
}
.searchHiddenWrapper .searchHidden {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchHiddenWrapper .searchHidden .formGroup {
  display: flex;
  width: 80%;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search] {
  width: 90%;
  color: #101B33;
  background-color: transparent;
  border: 1px solid #101B33;
  padding: 0.2rem 3rem 0.2rem 1em;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1em center;
  text-overflow: ellipsis;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #101B33;
  text-transform: none;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #101B33;
  text-transform: none;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]::-moz-placeholder {
  opacity: 1;
  -moz-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #101B33;
  text-transform: none;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #101B33;
  text-transform: none;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:hover::-webkit-input-placeholder, .searchHiddenWrapper .searchHidden .formGroup input[type=search]:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:hover:-moz-placeholder, .searchHiddenWrapper .searchHidden .formGroup input[type=search]:focus:-moz-placeholder {
  opacity: 0.4;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:hover::-moz-placeholder, .searchHiddenWrapper .searchHidden .formGroup input[type=search]:focus::-moz-placeholder {
  opacity: 0.4;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:hover:-ms-input-placeholder, .searchHiddenWrapper .searchHidden .formGroup input[type=search]:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]:focus {
  outline: 2px solid #CE3B82;
}
.searchHiddenWrapper .searchHidden .formGroup .sfsearchSubmit {
  color: #101B33;
  background: transparent;
  margin: 0 0 0 -2.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.1rem;
  border: none;
}
.searchHiddenWrapper .searchHidden .formGroup .sfsearchSubmit svg {
  margin: 0;
}
.searchHiddenWrapper .searchHidden .formGroup .sfsearchSubmit:hover {
  cursor: pointer;
  color: #101B33;
}
.searchHiddenWrapper button.searchCollapse {
  border: none;
}
.searchHiddenWrapper button.searchCollapse [class*=fa-] {
  margin-left: 0;
}

.searchSorting {
  width: 600px;
  max-width: 100%;
  padding-bottom: 2rem;
}

.searchResult a {
  color: #616976;
}

.searchResults > ul.grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1rem;
  margin-right: -1rem;
  box-sizing: border-box;
}
.searchResults > ul.grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  vertical-align: top;
  /*width: calc((1 / 3) * 100% - 2rem);*/
  flex-basis: calc((1 / 3) * 100% - 2rem);
}
.searchResults .cardView.searchdefault {
  padding: 2rem 3rem;
}
.searchResults .nonDynamic {
  padding: 2rem;
}
.searchResults .nonDynamic a {
  word-break: break-all;
}
@media only screen and (max-width: 1024px) {
  .searchResults > ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
  }
  .searchResults > ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    /*width: calc((1 / 2) * 100% - 2rem);*/
    flex-basis: calc((1 / 2) * 100% - 2rem);
  }
}
@media only screen and (max-width: 650px) {
  .searchResults > ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .searchResults > ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    /*width: calc((1 / 1) * 100%);*/
    flex-basis: calc((1 / 1) * 100%);
  }
}
.searchResults ul.grid .col {
  margin-bottom: 1rem;
}

div.pageCount {
  text-align: center;
  margin: 2rem auto 0;
}

div.searchPager {
  margin: 1rem 0;
  text-align: center;
}
div.searchPager ul.pagination {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  justify-content: center;
}
div.searchPager ul.pagination > li {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
div.searchPager ul.pagination li {
  margin-top: 0;
}
div.searchPager ul.pagination li.active a {
  color: #616976;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Global Alerts */
/****************************************************************************************************/
/* refer to class .dark for a lot of the styles */
.alertsHeader {
  height: auto;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Timelines - Cards and Detail View  */
/****************************************************************************************************/
.historyWrapper .timelinepoints {
  --itemMargin: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}
.historyWrapper .timelinepoints:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, rgba(248, 249, 244, 0.35) 0%, rgba(16, 27, 51, 0.35) 6rem, rgba(16, 27, 51, 0.35) calc(100% - 6rem), rgba(248, 249, 244, 0.35) 100%);
}
.historyWrapper .timelinepoints .itemWrapper {
  border: solid 1px #A7ABB1;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.historyWrapper .timelinepoints .itemWrapper h3 {
  color: #CE3B82;
}
.historyWrapper .timelinepoints .itemWrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: var(--itemMargin);
  left: calc(var(--itemMargin) * -1);
  background-color: #A7ABB1;
}
.historyWrapper .timelinepoints .itemWrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 20px;
  height: 20px;
  border: solid 2px #CE3B82;
  border-radius: 50%;
  color: #fff;
  left: calc((var(--itemMargin) + 13px) * -1);
  background-color: #CE3B82;
  transform: translatey(-50%);
}
.historyWrapper .timelinepoints .leftside .itemWrapper {
  border-left: none;
  margin-right: var(--itemMargin);
}
.historyWrapper .timelinepoints .leftside .itemWrapper:before {
  left: inherit;
  right: calc(var(--itemMargin) * -1);
}
.historyWrapper .timelinepoints .leftside .itemWrapper:after {
  left: inherit;
  right: calc((var(--itemMargin) + 12px) * -1);
}
.historyWrapper .timelinepoints .rightside {
  margin-top: 8rem;
}
.historyWrapper .timelinepoints .rightside .itemWrapper {
  border-right: none;
  margin-left: var(--itemMargin);
}
@media only screen and (max-width: 650px) {
  .historyWrapper .timelinepoints {
    --itemMargin: 0;
    grid-template-columns: 1fr;
  }
  .historyWrapper .timelinepoints:before {
    content: none;
  }
  .historyWrapper .timelinepoints .itemWrapper:before, .historyWrapper .timelinepoints .itemWrapper:after {
    content: none;
  }
  .historyWrapper .timelinepoints .rightside {
    margin-top: 0;
  }
}

/* #endregion */
/****************************************************************************************************/
/* #region Highlights - Cards and Detail View  */
/****************************************************************************************************/
.listView.highlights {
  overflow: hidden;
  --gap: 2rem;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 2px;
  --line-color: #f1f1f1;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.listView.highlights > li {
  position: relative;
  flex: 0 0 30%;
}
.listView.highlights > li:before, .listView.highlights > li:after {
  content: "";
  position: absolute;
  background-color: var(--line-color);
  opacity: 0.3;
  z-index: 1;
}
.listView.highlights > li:after {
  inline-size: 23.5vw;
  block-size: var(--line-thickness);
  inset-inline-start: 0;
  inset-block-start: calc(var(--line-offset) * -1);
}

.cardView.highlight {
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0 2.5rem;
}
.cardView.highlight h2 {
  margin-bottom: 0;
  color: #CE3B82;
  /*font-size: 3.8rem;*/
}
.cardView.highlight h2 {
  font-size: 82px;
}
@media screen and (min-width: 768px) {
  .cardView.highlight h2 {
    font-size: calc(82px + 12 * ((100vw - 768px) / 1152));
  }
}
@media screen and (min-width: 1920px) {
  .cardView.highlight h2 {
    font-size: 94px;
  }
}
.cardView.highlight h2 .suffix {
  color: #fff;
}
.cardView.highlight h2 .bottom {
  display: block;
  line-height: 1.1;
  font-size: 0.3em;
}
.cardView.highlight .label {
  width: 7em;
  display: inline-block;
  color: white;
  font-weight: 300;
  line-height: 1.2;
}

/*#endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Accordions + FAQs */
/****************************************************************************************************/
.accordionGroup.k-group .k-item {
  margin-bottom: 0;
  width: 100%;
  background-color: #8FCDC7;
  white-space: normal;
}
.accordionGroup.k-group .k-item .accordionTop {
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-bottom: solid 1px #b2ddd9;
}
.accordionGroup.k-group .k-item .accordionTop .cmsContent {
  color: #fff;
}
.accordionGroup.k-group .k-item .accordionTop p {
  margin: 0;
  padding: 0;
}
.accordionGroup.k-group .k-item .accordionTop .k-in {
  padding: 0;
}
.accordionGroup.k-group .k-item .accordionTop .k-icon:before {
  background-image: url(/CFImages/Icons/plus.svg);
}
.accordionGroup.k-group .k-item .accordionTop .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus.svg);
}
.accordionGroup.k-group .k-item .k-content {
  display: block;
  background-color: #F8F9F4;
  padding: 2rem;
  white-space: normal;
}
.accordionGroup.k-group .k-item .k-content .k-in {
  display: none;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Toggle Sections */
/****************************************************************************************************/
.toggleContent {
  display: none;
}
.toggleContent:active {
  display: block;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Image Galleries */
/****************************************************************************************************/
.imageGallery.splide {
  max-width: 100%;
  position: relative;
}
.imageGallery.splide .splide__arrows {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -4rem;
}
.imageGallery.splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -3.5rem;
}
.imageGallery.splide .splide__arrows .splide__arrow.splide__arrow--prev {
  right: inherit;
  left: -3.5rem;
}
.imageGallery.splide:hover .splide__arrows {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  opacity: 1;
}
.imageGallery.splide .splide__slide {
  min-height: 400px;
  max-height: 700px;
  max-width: 100vw;
}
.imageGallery.splide .splide__slide > a {
  cursor: zoom-in;
  position: absolute;
  inset: 0;
}
.imageGallery.splide .splide__slide img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.fancybox-caption {
  display: none !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Page - Home Page */
/****************************************************************************************************/
.homePage {
  /* define animations for the old and new content */
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes slide-from-right {
  from {
    transform: translateX(90px);
  }
}
@keyframes slide-to-left {
  to {
    transform: translateX(-90px);
  }
}
.homePage ::view-transition-old(slide-it) {
  animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}
.homePage ::view-transition-new(slide-it) {
  animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}
.homePage .header .siteLogo {
  display: none;
}
.homePage .header .homeLogo {
  width: 100%;
}
.homePage .defaultWrapper h2 {
  max-width: 60rem;
}
.homePage .defaultWrapper .center h2 {
  margin-left: auto;
  margin-right: auto;
}
.homePage section {
  container-type: scroll-state;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
@supports (container-type: scroll-state) {
  @media (prefers-reduced-motion: no-preference) {
    .homePage section > h1 {
      transition: opacity 0.5s ease, transform 0.5s var(--ease-spring-3);
      transition-delay: 0.5s;
      opacity: 0;
      transform: scale(1.25);
    }
    @container scroll-state(snapped: block) {
      .homePage section > h1 {
        opacity: 1;
        transform: scale(1);
      }
    }
  }
}
.homePage .aboutUsWrapper ul.reset {
  max-width: 70rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media only screen and (max-width: 650px) {
  .homePage .aboutUsWrapper ul.reset {
    grid-template-columns: 1fr;
  }
}
.homePage .aboutUsWrapper ul.reset .button {
  display: flex;
  margin: 0;
  justify-content: flex-start;
}

/* Lawyer Search (FindASearch) */
.findASearch {
  margin: 0 auto 9em;
  text-align: center;
  width: 28rem;
  max-width: 100%;
}
.findASearch input[type=text] {
  color: #A7ABB1;
  width: 100%;
  height: 3.15rem;
  max-width: 100%;
  padding: 0.2rem 1rem;
  padding-right: 3rem;
  text-overflow: ellipsis;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background-image: url(/CFImages/Icons/search.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  outline-offset: -2px;
  border: none;
  padding-left: 0;
  box-sizing: border-box;
  height: 3.4rem;
}
.findASearch input[type=text]:focus {
  outline: none !important;
}
.findASearch .k-widget {
  /* the animated underline */
}
.findASearch .k-widget + .textFieldUnderline {
  width: 100%;
  height: 1px;
  display: block;
  margin: 0;
  margin-top: -1px;
  background-size: 200%;
  background-position: 100% 0%;
  /*background-image: linear-gradient(to right, #101B33, #101B33 50%, transparent 50%, transparent 75%);*/
  background-image: linear-gradient(to right, #A3A3A3, #A3A3A3 50%, transparent 50%, transparent 75%);
  position: relative;
  z-index: 10;
}
.findASearch .k-widget:focus, .findASearch .k-widget:active, .findASearch .k-widget:hover, .findASearch .k-widget.k-state-focused {
  outline: none !important;
  /*border-bottom: 2px solid $primaryColour;*/
}
.findASearch .k-widget:focus + .textFieldUnderline, .findASearch .k-widget:active + .textFieldUnderline, .findASearch .k-widget:hover + .textFieldUnderline, .findASearch .k-widget.k-state-focused + .textFieldUnderline {
  background-position: 0% 0%;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
  transition-duration: 250ms;
}
.findASearch .k-widget.k-autocomplete {
  width: 100%;
  color: #A7ABB1;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: none;
}
.findASearch #findALawyerDropdownContainer .k-list .k-item:first-of-type {
  display: none !important;
}
.findAnything fieldset {
  border: none;
  padding: 0;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Page - Careers (and child pages) */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Insights (shared styles) - Cards and Detail View  */
/****************************************************************************************************/
.listView.careers.k-treeview-lines {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

/* #endregion */
/****************************************************************************************************/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region PDF Generation (Printable Bios) */
/****************************************************************************************************/
#printModal_background {
  background: none !important;
}

#printModal {
  display: none;
}

.printModalWrapper #printModal {
  display: block;
}

#printModal {
  width: 90vw;
  background-color: white;
  padding: 2rem;
  border: 1px solid #CCCCCC;
}
#printModal .top p {
  font-style: italic;
}
#printModal .bottom {
  margin: 1.4rem 0 1.1rem;
}
#printModal .bottom .options ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.4em;
}
#printModal .label {
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: #101B33;
  margin-top: 0;
}
#printModal h3 {
  color: #8FCDC7;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
#printModal .button.close, #printModal .k-close {
  inset: initial;
  top: 2rem;
  right: 2rem;
  margin: 0;
  position: absolute;
  font-size: 2rem;
}
#printModal button[type=submit] {
  margin-left: auto;
  padding: 0.8em 2em 0.8em 1.6em;
}
#printModal button[type=submit] .icon, #printModal button[type=submit] svg {
  margin-right: 1rem;
  font-size: 1.5rem;
}
#printModal button[type=submit] .fa-file-download {
  display: none;
}
#printModal button[type=submit]:focus .fa-file-pdf, #printModal button[type=submit]:hover .fa-file-pdf {
  display: none;
}
#printModal button[type=submit]:focus .fa-file-download, #printModal button[type=submit]:hover .fa-file-download {
  display: inline-block;
}

@keyframes fadeToGreyscaleWhite {
  0% {
    filter: grayscale(0) brightness(1);
  }
  1% {
    filter: grayscale(1) brightness(1);
  }
  100% {
    filter: grayscale(1) brightness(200);
  }
}
html.popup_visible_printModal #wrapper > main {
  filter: blur(5px);
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Utility Classes - Visibility */
/****************************************************************************************************/
.sr-only {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  color: #000;
}

.hidden {
  display: none !important;
}

.forcedHide {
  display: none !important;
}

.hideOnDesktop {
  display: none !important;
}

.hideOnMobile {
  display: inline-block;
}

.printOnly {
  display: none;
}

.mobileOnly {
  display: none;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .mobileOnly {
    display: block;
  }
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Utility Classes - Position, Display, Float */
/****************************************************************************************************/
/* Floating */
.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Positioning */
.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

/* Display */
.display-flex {
  display: flex;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Utility Classes - Text Alignment */
/****************************************************************************************************/
.txt-c, table .txt-c, table tr .txt-c, table tr td.txt-c {
  text-align: center !important;
}

.txt-l, table .txt-l, table tr .txt-l, table tr td.txt-l {
  text-align: left !important;
}

.txt-r, table .txt-r, table tr .txt-r, table tr td.txt-r {
  text-align: right !important;
}

.txt-t, table .txt-t, table tr .txt-t, table tr td.txt-t, table tr th.txt-t {
  vertical-align: top !important;
}

.txt-b, table .txt-b, table tr .txt-b, table tr td.txt-b, table tr th.txt-b {
  vertical-align: bottom !important;
}

.txt-m, table .txt-m, table tr .txt-m, table tr td.txt-m, table tr th.txt-m {
  vertical-align: middle !important;
}

/* Table cell content alignment */
/* horizontal alignment */
/* vertical alignment */
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Utility Classes */
/****************************************************************************************************/
/* ##### Whitespace (padding + margin) ##### */
/*    Examples:
    .mtxl - margin-top-extra-large (add an extra large margin-top)
    .pan  - padding-all-none       (remove padding on all sides)
    .mvs  - margin-vertical-small  (add small margins on the top and bottom)
*/
.pan {
  padding: 0 !important;
}

.man {
  margin: 0 !important;
}

.pvn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mvn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.phn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mhn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

.mtn {
  margin-top: 0 !important;
}

.prn {
  padding-right: 0 !important;
}

.mrn {
  margin-right: 0 !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.pln {
  padding-left: 0 !important;
}

.mln {
  margin-left: 0 !important;
}

.paxs {
  padding: 0.25rem !important;
}

.maxs {
  margin: 0.25rem !important;
}

.pvxs {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.mvxs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.phxs {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.mhxs {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.ptxs {
  padding-top: 0.25rem !important;
}

.mtxs {
  margin-top: 0.25rem !important;
}

.prxs {
  padding-right: 0.25rem !important;
}

.mrxs {
  margin-right: 0.25rem !important;
}

.pbxs {
  padding-bottom: 0.25rem !important;
}

.mbxs {
  margin-bottom: 0.25rem !important;
}

.plxs {
  padding-left: 0.25rem !important;
}

.mlxs {
  margin-left: 0.25rem !important;
}

.pas {
  padding: 0.5rem !important;
}

.mas {
  margin: 0.5rem !important;
}

.pvs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mvs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.phs {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.mhs {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.pts {
  padding-top: 0.5rem !important;
}

.mts {
  margin-top: 0.5rem !important;
}

.prs {
  padding-right: 0.5rem !important;
}

.mrs {
  margin-right: 0.5rem !important;
}

.pbs {
  padding-bottom: 0.5rem !important;
}

.mbs {
  margin-bottom: 0.5rem !important;
}

.pls {
  padding-left: 0.5rem !important;
}

.mls {
  margin-left: 0.5rem !important;
}

.pam {
  padding: 1rem !important;
}

.mam {
  margin: 1rem !important;
}

.pvm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mvm {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.phm {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.mhm {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.ptm {
  padding-top: 1rem !important;
}

.mtm {
  margin-top: 1rem !important;
}

.prm {
  padding-right: 1rem !important;
}

.mrm {
  margin-right: 1rem !important;
}

.pbm {
  padding-bottom: 1rem !important;
}

.mbm {
  margin-bottom: 1rem !important;
}

.plm {
  padding-left: 1rem !important;
}

.mlm {
  margin-left: 1rem !important;
}

.pal {
  padding: 2rem !important;
}

.mal {
  margin: 2rem !important;
}

.pvl {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mvl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.phl {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mhl {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.ptl {
  padding-top: 2rem !important;
}

.mtl {
  margin-top: 2rem !important;
}

.prl {
  padding-right: 2rem !important;
}

.mrl {
  margin-right: 2rem !important;
}

.pbl {
  padding-bottom: 2rem !important;
}

.mbl {
  margin-bottom: 2rem !important;
}

.pll {
  padding-left: 2rem !important;
}

.mll {
  margin-left: 2rem !important;
}

.paxl {
  padding: 3rem !important;
}

.maxl {
  margin: 3rem !important;
}

.pvxl {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mvxl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.phxl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.mhxl {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.ptxl {
  padding-top: 3rem !important;
}

.mtxl {
  margin-top: 3rem !important;
}

.prxl {
  padding-right: 3rem !important;
}

.mrxl {
  margin-right: 3rem !important;
}

.pbxl {
  padding-bottom: 3rem !important;
}

.mbxl {
  margin-bottom: 3rem !important;
}

.plxl {
  padding-left: 3rem !important;
}

.mlxl {
  margin-left: 3rem !important;
}

.paxxl {
  padding: 5rem !important;
}

.maxxl {
  margin: 5rem !important;
}

.pvxxl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.mvxxl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.phxxl {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.mhxxl {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.ptxxl {
  padding-top: 5rem !important;
}

.mtxxl {
  margin-top: 5rem !important;
}

.prxxl {
  padding-right: 5rem !important;
}

.mrxxl {
  margin-right: 5rem !important;
}

.pbxxl {
  padding-bottom: 5rem !important;
}

.mbxxl {
  margin-bottom: 5rem !important;
}

.plxxl {
  padding-left: 5rem !important;
}

.mlxxl {
  margin-left: 5rem !important;
}

.paxxxl {
  padding: 7rem !important;
}

.maxxxl {
  margin: 7rem !important;
}

.pvxxxl {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.mvxxxl {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.phxxxl {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.mhxxxl {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.ptxxxl {
  padding-top: 7rem !important;
}

.mtxxxl {
  margin-top: 7rem !important;
}

.prxxxl {
  padding-right: 7rem !important;
}

.mrxxxl {
  margin-right: 7rem !important;
}

.pbxxxl {
  padding-bottom: 7rem !important;
}

.mbxxxl {
  margin-bottom: 7rem !important;
}

.plxxxl {
  padding-left: 7rem !important;
}

.mlxxxl {
  margin-left: 7rem !important;
}

.paxxxxl {
  padding: 9rem !important;
}

.maxxxxl {
  margin: 9rem !important;
}

.pvxxxxl {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.mvxxxxl {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.phxxxxl {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.mhxxxxl {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.ptxxxxl {
  padding-top: 9rem !important;
}

.mtxxxxl {
  margin-top: 9rem !important;
}

.prxxxxl {
  padding-right: 9rem !important;
}

.mrxxxxl {
  margin-right: 9rem !important;
}

.pbxxxxl {
  padding-bottom: 9rem !important;
}

.mbxxxxl {
  margin-bottom: 9rem !important;
}

.plxxxxl {
  padding-left: 9rem !important;
}

.mlxxxxl {
  margin-left: 9rem !important;
}

/* ##### subheaders ##### */
/*    Examples: .subheader-s .subheader-m .subheader-l */
.subheader-xs {
  font-size: 1rem !important;
}
.subheader-s {
  font-size: 1.25rem !important;
}
.subheader-m {
  font-size: 1.5rem !important;
}
.subheader-l {
  font-size: 2rem !important;
}
.subheader-xl {
  font-size: 3rem !important;
}

/* ##### txt colours ##### (replaces old txtGrey txtPrimary etc.)*/
/*    Examples: .txt-primary .txt-secondary .txt-grey .txt-grey-dark */
.txt-white {
  color: #fff !important;
}
.txt-black {
  color: #000 !important;
}
.txt-primary {
  color: #101B33 !important;
}
.txt-primary-light {
  color: #1c305a !important;
}
.txt-primary-dark {
  color: #04060c !important;
}
.txt-secondary {
  color: #8FCDC7 !important;
}
.txt-secondary-light {
  color: #b2ddd9 !important;
}
.txt-secondary-dark {
  color: #6cbdb5 !important;
}
.txt-tertiary {
  color: #CE3B82 !important;
}
.txt-tertiary-light {
  color: #d8649c !important;
}
.txt-tertiary-dark {
  color: #ab2b69 !important;
}
.txt-grey {
  color: #A7ABB1 !important;
}
.txt-grey-dark {
  color: #616976 !important;
}
.txt-grey-xdark {
  color: #222222 !important;
}
.txt-grey-light {
  color: #A3A3A3 !important;
}
.txt-grey-xlight {
  color: #CCCCCC !important;
}
.txt-grey-xxlight {
  color: #F8F9F4 !important;
}
.txt-grey-xxxlight {
  color: #F7F7F7 !important;
}

/* ##### bg colours ##### (replaces old bgGrey bgDark etc.) */
/*    Examples: .bg-primary .bg-secondary .bg-dark .bg-light .bg-grey .bg-grey-dark .bg-grey-xdark */
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-dark {
  background-color: #616976 !important;
}
.bg-light {
  background-color: #F8F9F4 !important;
}
.bg-offwhite {
  background-color: #F6F6F6 !important;
}
.bg-primary {
  background-color: #101B33 !important;
}
.bg-primary-light {
  background-color: #1c305a !important;
}
.bg-primary-dark {
  background-color: #04060c !important;
}
.bg-secondary {
  background-color: #8FCDC7 !important;
}
.bg-secondary-light {
  background-color: #b2ddd9 !important;
}
.bg-secondary-dark {
  background-color: #6cbdb5 !important;
}
.bg-tertiary {
  background-color: #CE3B82 !important;
}
.bg-tertiary-light {
  background-color: #d8649c !important;
}
.bg-tertiary-dark {
  background-color: #ab2b69 !important;
}
.bg-grey {
  background-color: #A7ABB1 !important;
}
.bg-grey-dark {
  background-color: #616976 !important;
}
.bg-grey-xdark {
  background-color: #222222 !important;
}
.bg-grey-light {
  background-color: #A3A3A3 !important;
}
.bg-grey-xlight {
  background-color: #CCCCCC !important;
}
.bg-grey-xxlight {
  background-color: #F8F9F4 !important;
}
.bg-grey-xxxlight {
  background-color: #F7F7F7 !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Utility Classes - Misc */
/****************************************************************************************************/
/* (simple, single-purpose classes intended for use in Siteifnity editors, etc) */
.border {
  border: 1px solid #CCCCCC;
}

.border-top-gradient {
  position: relative;
}
.border-top-gradient:before {
  content: " ";
  display: block;
  position: absolute;
  inset: 0 0 auto 0;
  /*background: linear-gradient(to right, transparent, black, transparent);*/
  background: linear-gradient(90deg, rgba(248, 249, 244, 0.35) 0%, rgba(16, 27, 51, 0.35) 50.5%, rgba(248, 249, 244, 0.35) 100%);
  height: 1px;
}

.equalTopMargins > :first-child {
  margin-top: 1rem;
}

.pullQuote {
  padding: 30px 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 1.3em;
  font-weight: 700;
}

.subtle {
  color: #223a6d;
  font-size: 0.8em;
}

.center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.largeIcon {
  font-size: 7rem;
  color: #8FCDC7;
}
@media only screen and (max-width: 650px) {
  .largeIcon {
    font-size: 3rem;
  }
}
.largeIcon svg {
  display: block;
}
.largeIcon.extraLarge {
  font-size: 10rem;
}

.divCollapse {
  width: 50rem;
  margin: auto;
}

.prefixLabel {
  margin-right: 0.3rem;
}

.primary {
  color: #101B33;
}
.primary svg {
  color: #101B33;
}

.secondary {
  color: #8FCDC7;
}
.secondary svg {
  color: #8FCDC7;
}

.highlight {
  color: #CE3B82;
}
.highlight svg {
  color: #CE3B82;
}

.grey {
  color: #A7ABB1;
}
.grey svg {
  color: #A7ABB1;
}

.yellow {
  color: #DFFF11;
}
.yellow svg {
  color: #DFFF11;
}

.staggeredColumns h3 {
  position: absolute;
  font-size: 4rem;
  margin-top: 0;
  z-index: 2;
}

.flexAndCenter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

div.test {
  display: flex;
}
div.test svg {
  flex-basis: 20%;
}
div.test h2 {
  flex-basis: 80%;
}

.lists a {
  color: #616976;
}
.lists a svg {
  height: 20px;
  width: 20px;
}
.lists .k-content {
  padding: 0.5rem 1rem;
}

.cmsContent .floatImg {
  max-width: 200px;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* #endregion */
/****************************************************************************************************/
/*Filtered content*/
.pagination-page {
  color: #101B33;
}
.pagination-page .selected {
  color: #ffffff;
  background-color: #940e14;
  padding: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 90px;
  display: inline-block;
  line-height: 100%;
}

#ClearFiltersWrapper {
  position: fixed;
  z-index: 10000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  right: 5%;
  bottom: 10%;
  background: #101B33;
  border: solid #fff 1px;
  border-radius: 40px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 0.45;
  transition: all linear 0.15s;
  cursor: pointer;
}
#ClearFiltersWrapper span.horizontal-slash {
  position: absolute;
  transform: rotate(35deg);
  height: 3px;
  width: 100%;
  background: #fff;
}

#ClearFiltersWrapper:hover {
  opacity: 1;
}

.goToPageLbl {
  display: block;
  max-width: 100px;
  padding: 3px;
  border-radius: 5px;
  text-align: center;
  margin: 15px auto;
  position: relative;
  transition: all linear 0.15s;
}
.goToPageLbl select {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto;
  height: auto;
}
.goToPageLbl .goToDropdown {
  height: 0px;
  max-width: 80px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.goToPageLbl .goToDropdown.active {
  height: 140px;
  border: solid #101B33 1px;
  border-radius: 6px;
  overflow-y: auto;
}
.goToPageLbl li {
  margin-right: 3px;
}
.goToPageLbl li.selected {
  background: #F7F7F7;
}

.goToPageLbl:hover {
  color: #101B33;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Bookmarks */
/****************************************************************************************************/
#BookmarkLoading {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bookmark-modal, #UserBookmarkModal {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.bookmark-modal .global-bookmark-list .global-bookmark-group, #UserBookmarkModal .global-bookmark-list .global-bookmark-group {
  margin: 0.5rem 0 0 0;
  padding: 0.25rem 0;
}
.bookmark-modal .global-bookmark-list .global-bookmark-group .group-opts, #UserBookmarkModal .global-bookmark-list .global-bookmark-group .group-opts {
  text-align: right;
}
.bookmark-modal .global-bookmark-list .global-bookmark-group .group-opts a, #UserBookmarkModal .global-bookmark-list .global-bookmark-group .group-opts a {
  margin-right: 15px;
  cursor: pointer;
}
.bookmark-modal #UserBookmarkInnerWrapper, #UserBookmarkModal #UserBookmarkInnerWrapper {
  height: auto;
  min-height: 450px;
}
.bookmark-modal .bookmark-wrapper, .bookmark-modal #UserBookmarkInnerWrapper, #UserBookmarkModal .bookmark-wrapper, #UserBookmarkModal #UserBookmarkInnerWrapper {
  padding: 15px 35px;
  background: #ffffff;
  position: relative;
  max-width: 1300px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.bookmark-modal .bookmark-wrapper #BookmarkGroupNew, .bookmark-modal #UserBookmarkInnerWrapper #BookmarkGroupNew, #UserBookmarkModal .bookmark-wrapper #BookmarkGroupNew, #UserBookmarkModal #UserBookmarkInnerWrapper #BookmarkGroupNew {
  display: none;
}
.bookmark-modal .bookmark-wrapper #BookmarkGroupOpen, .bookmark-modal .bookmark-wrapper #BookmarkGroupClose, .bookmark-modal #UserBookmarkInnerWrapper #BookmarkGroupOpen, .bookmark-modal #UserBookmarkInnerWrapper #BookmarkGroupClose, #UserBookmarkModal .bookmark-wrapper #BookmarkGroupOpen, #UserBookmarkModal .bookmark-wrapper #BookmarkGroupClose, #UserBookmarkModal #UserBookmarkInnerWrapper #BookmarkGroupOpen, #UserBookmarkModal #UserBookmarkInnerWrapper #BookmarkGroupClose {
  float: right;
}
.bookmark-modal .bookmark-wrapper .bookmark-options, .bookmark-modal #UserBookmarkInnerWrapper .bookmark-options, #UserBookmarkModal .bookmark-wrapper .bookmark-options, #UserBookmarkModal #UserBookmarkInnerWrapper .bookmark-options {
  margin: 1rem 0 0 0;
  text-align: center;
}
.bookmark-modal .bookmark-wrapper .bookmark-options.text-right, .bookmark-modal #UserBookmarkInnerWrapper .bookmark-options.text-right, #UserBookmarkModal .bookmark-wrapper .bookmark-options.text-right, #UserBookmarkModal #UserBookmarkInnerWrapper .bookmark-options.text-right {
  text-align: right !important;
}
.bookmark-modal .bookmark-wrapper .bookmark-title a, .bookmark-modal #UserBookmarkInnerWrapper .bookmark-title a, #UserBookmarkModal .bookmark-wrapper .bookmark-title a, #UserBookmarkModal #UserBookmarkInnerWrapper .bookmark-title a {
  display: inline;
}
.bookmark-modal .bookmark-wrapper .bookmark-title a.rm-bookmark, .bookmark-modal #UserBookmarkInnerWrapper .bookmark-title a.rm-bookmark, #UserBookmarkModal .bookmark-wrapper .bookmark-title a.rm-bookmark, #UserBookmarkModal #UserBookmarkInnerWrapper .bookmark-title a.rm-bookmark {
  float: right;
}
.bookmark-modal .bookmark-wrapper .bookmark-options button.btn, .bookmark-modal #UserBookmarkInnerWrapper .bookmark-options button.btn, #UserBookmarkModal .bookmark-wrapper .bookmark-options button.btn, #UserBookmarkModal #UserBookmarkInnerWrapper .bookmark-options button.btn {
  width: 49%;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog, .bookmark-modal #BookmarkGroupDocumentOptions, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog, #UserBookmarkModal #BookmarkGroupDocumentOptions {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 20px;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog h3, .bookmark-modal #BookmarkGroupDocumentOptions h3, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog h3, #UserBookmarkModal #BookmarkGroupDocumentOptions h3 {
  margin-top: 0px;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog p, .bookmark-modal #BookmarkGroupDocumentOptions p, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog p, #UserBookmarkModal #BookmarkGroupDocumentOptions p {
  padding: 20px;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog .doc-opt-group, .bookmark-modal #BookmarkGroupDocumentOptions .doc-opt-group, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog .doc-opt-group, #UserBookmarkModal #BookmarkGroupDocumentOptions .doc-opt-group {
  margin-bottom: 20px;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog .doc-opt-group .doc-type-options input, .bookmark-modal #BookmarkGroupDocumentOptions .doc-opt-group .doc-type-options input, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog .doc-opt-group .doc-type-options input, #UserBookmarkModal #BookmarkGroupDocumentOptions .doc-opt-group .doc-type-options input {
  margin-right: 20px;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog .doc-related-options, .bookmark-modal #BookmarkGroupDocumentOptions .doc-related-options, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog .doc-related-options, #UserBookmarkModal #BookmarkGroupDocumentOptions .doc-related-options {
  margin: 0 20px 15px;
  text-align: left;
  display: inline-block;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog label:before, .bookmark-modal #BookmarkGroupDocumentOptions label:before, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog label:before, #UserBookmarkModal #BookmarkGroupDocumentOptions label:before {
  display: none !important;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog label:after, .bookmark-modal #BookmarkGroupDocumentOptions label:after, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog label:after, #UserBookmarkModal #BookmarkGroupDocumentOptions label:after {
  display: none !important;
}
.bookmark-modal #BookmarkGroupDeleteConfirmDialog .doc-param, .bookmark-modal #BookmarkGroupDeleteConfirmDialog .doc-param-all, .bookmark-modal #BookmarkGroupDocumentOptions .doc-param, .bookmark-modal #BookmarkGroupDocumentOptions .doc-param-all, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog .doc-param, #UserBookmarkModal #BookmarkGroupDeleteConfirmDialog .doc-param-all, #UserBookmarkModal #BookmarkGroupDocumentOptions .doc-param, #UserBookmarkModal #BookmarkGroupDocumentOptions .doc-param-all {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative !important;
}
.bookmark-modal .global-bookmark-list, #UserBookmarkModal .global-bookmark-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 2rem;
  border-bottom: 1px solid #CCCCCC;
}
.bookmark-modal .global-bookmark-list h3.ownedByTitle, #UserBookmarkModal .global-bookmark-list h3.ownedByTitle {
  display: block;
  margin: 2rem 0 0.5rem 0;
  padding: 0;
  font-size: 0.8rem;
  font-style: italic;
  color: #101B33;
  line-height: 1rem;
}
.bookmark-modal .bookmark-wrapper, #UserBookmarkModal .bookmark-wrapper {
  max-width: 350px;
}
.bookmark-modal #CloseGlobalBookmarkModal, #UserBookmarkModal #CloseGlobalBookmarkModal {
  float: right;
}
.bookmark-modal .global-bookmark-group, #UserBookmarkModal .global-bookmark-group {
  display: none;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #CCCCCC;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid.layout, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid.layout {
  padding: 0;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .title, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .title h3, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .title h3 {
  margin: 0;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .actions, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .actions {
  /* print and deleted */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  cursor: pointer;
  color: #101B33;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: relative;
  /* public and editable */
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span {
  /* Checkboxes */
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox], #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: auto;
  -webkit-appearance: inherit;
          appearance: inherit;
  border-radius: 3px;
  /* disabled */
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox] + label, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox] + label {
  padding-left: 2rem;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:focus, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:focus {
  outline: none !important;
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:checked, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:checked {
  background-color: #8FCDC7;
  border-color: #8FCDC7;
  background-image: url(/CFImages/Icons/check-white.svg);
}
.bookmark-modal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:disabled, #UserBookmarkModal .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:disabled {
  color: #A3A3A3;
}
.bookmark-modal .global-bookmark-group.show, #UserBookmarkModal .global-bookmark-group.show {
  display: block;
}

#BookmarkMessageWrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  border-radius: 8px 0px 0px 8px;
  right: 0;
  bottom: 0;
  max-width: 350px;
  width: 100%;
  box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.3);
  background: #F6F6F6;
}
#BookmarkMessageWrapper #BookmarkMessage {
  padding: 20px;
  margin: 0px;
  font-size: 20px;
}
#BookmarkMessageWrapper #BookmarkMessage .text-success {
  color: #101B33;
}
#BookmarkMessageWrapper #BookmarkMessage .text-danger {
  color: #ce1f1f;
}
#BookmarkMessageWrapper #BookmarkMessage .text-warning {
  color: #e08f10;
}

#DropZone .global-bookmark-group {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: 1px solid #A3A3A3;
  margin: 1rem 0 2rem 0;
  padding-bottom: 2rem;
  /* .bmc-sort::before {
      content: "Group Drag ::before attribute";
      display: inline;
      position: absolute;
      top: -20px;
      left: 0;
  }*/
}
#DropZone .global-bookmark-group .permissionActionsGrid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
}
#DropZone .global-bookmark-group .permissionActionsGrid.layout {
  padding: 0rem 1rem;
  margin: 0;
}
#DropZone .global-bookmark-group .permissionActionsGrid .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#DropZone .global-bookmark-group .permissionActionsGrid .title .bmg-sort {
  margin: 0;
  padding: 0;
}
#DropZone .global-bookmark-group .permissionActionsGrid .title .group-name-text[contenteditable=true] {
  border: 1px solid #A7ABB1;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  position: relative;
  cursor: pointer;
}
#DropZone .global-bookmark-group .permissionActionsGrid .title .group-name-text[contenteditable=true]:after {
  content: " ";
  background-image: url(/CFImages/Icons/pen.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  height: 100%;
}
#DropZone .global-bookmark-group .permissionActionsGrid .actions {
  /* print and deleted */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #101B33;
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: relative;
  /* public and editable */
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span {
  /* Checkboxes */
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: auto;
  -webkit-appearance: inherit;
          appearance: inherit;
  border-radius: 3px;
  /* disabled */
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox] + label {
  padding-left: 2rem;
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:focus {
  outline: none !important;
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:checked {
  background-color: #8FCDC7;
  border-color: #8FCDC7;
  background-image: url(/CFImages/Icons/check-white.svg);
}
#DropZone .global-bookmark-group .permissionActionsGrid .permissions span input[type=checkbox]:disabled {
  color: #A3A3A3;
}
#DropZone .global-bookmark-group .bmc-sort {
  position: relative;
}
#DropZone .global-bookmark-group .bmg-sort {
  margin: 10px 10px 20px;
  padding-bottom: 5px;
  display: inline-block;
}
#DropZone .global-bookmark-group .bmg-sort .fa-grip-vertical {
  font-size: 26px;
}
#DropZone .global-bookmark-group .group-opts {
  float: right;
}
#DropZone .bookmark-items {
  padding: 1rem 1rem;
}
#DropZone .bookmark-items .bmc-sort {
  margin: 10px;
}
#DropZone .bookmark-items .bookmark-item {
  min-width: 100px;
  margin-bottom: 2rem;
}
#DropZone .bookmark-items .bookmark-item .bookmark-opts .rm-bookmark {
  float: right;
}
/* to prevent the flicker when bookmarks loaded/unloaded on page */
#BookmarkPageListContainer.hide {
  display: none !important;
}

/* #endregion */
/****************************************************************************************************/
/**********************************************************************************************************************/
/* #region Utility Classes (manually added) */
/**********************************************************************************************************************/
.pb-xxl {
  padding-bottom: 3rem;
}

.text-pink {
  color: #CE3B82;
}

/* #endregion */
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/* #region Misc */
/**********************************************************************************************************************/
.opportunitiesConditionalWrapper {
  display: none !important;
}
.opportunitiesConditionalWrapper:has(li) {
  display: block !important;
}

/* #endregion */
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/* region Lists Module and Panelbars */
/**********************************************************************************************************************/
.k-panelbar {
  border: none !important;
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.k-panelbar > .k-item {
  height: auto;
  overflow: hidden;
  border: 1px solid #CCCCCC !important;
  border-radius: 5px;
}
.k-panelbar > .k-item > .k-link {
  margin: 0;
  position: relative;
  cursor: pointer !important;
  background: transparent !important;
  outline: none !important;
  color: #101B33;
  text-transform: none;
  border: none !important;
  box-shadow: none !important;
  font-size: var(--h4);
  padding: 1rem;
}
.k-panelbar > .k-item > .k-link.k-state-selected {
  color: #101B33;
}
.k-panelbar > .k-item > .k-link .k-panelbar-toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
}
.k-panelbar > .k-item > .k-link .k-panelbar-toggle .fa-minus {
  display: none;
}
.k-panelbar > .k-item > .k-link .k-panelbar-toggle.k-panelbar-collapse .fa-plus {
  display: none;
}
.k-panelbar > .k-item > .k-link .k-panelbar-toggle.k-panelbar-collapse .fa-minus {
  display: var(--fa-display, inline-block);
}
.k-panelbar > .k-item .k-content {
  --test: 1px;
  background: transparent !important;
  font-size: 1rem;
}
.k-panelbar > .k-item .k-content .cmsContent {
  padding: 0 1rem 1rem;
}
.k-panelbar > .k-item .k-content .cmsContent > :last-child {
  margin-bottom: 0 !important;
}
.k-panelbar > .k-item:hover, .k-panelbar > .k-item:focus {
  background: #8FCDC7;
}
.k-panelbar > .k-item:hover .k-panelbar-toggle, .k-panelbar > .k-item:focus .k-panelbar-toggle {
  background: #CE3B82;
  color: white !important;
}

/* endregion */
/**********************************************************************************************************************/
ul.reset {
  list-style: none;
}
ul.reset li {
  list-style: none;
}

/**********************************************************************************************************************/
/* region Hero Animation */
/**********************************************************************************************************************/
.hero {
  position: relative;
  height: 70vh;
  min-height: 50rem;
  padding: 3rem 0;
  color: white;
  background-color: #101B33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: calc(-1 * var(--header-height));
  padding-top: var(--header-height);
}
.hero #shapeWrapper {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid white;
  position: relative;
}
.hero #shapeWrapper #shape {
  top: 0;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: white;
  position: absolute;
}
.hero #end-target {
  border: 1px dotted white;
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.hero h1, .hero #hero-headline {
  color: #fff;
  font-size: 1.9em;
  line-height: 1;
}
.hero h1 strong, .hero #hero-headline strong {
  font-weight: 500;
}

.heroAnimationWrapper {
  position: relative;
  opacity: 0;
  animation: fadeIn 2s ease;
  animation-fill-mode: forwards;
}
.heroAnimationWrapper svg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible;
}
.heroAnimationWrapper svg foreignObject {
  overflow: visible;
}
@media (max-width: 500px) {
  .heroAnimationWrapper svg {
    width: 100%;
  }
}
.heroAnimationWrapper .heroTop {
  position: absolute;
  top: 0;
  left: 0;
}
.heroAnimationWrapper .heroTop .cmsContent {
  color: inherit;
  font-size: 60px;
}
.heroAnimationWrapper .heroTop .cmsContent {
  font-size: 12.3px;
}
@media screen and (min-width: 325px) {
  .heroAnimationWrapper .heroTop .cmsContent {
    font-size: calc(12.3px + 47.7 * ((100vw - 325px) / 1273));
  }
}
@media screen and (min-width: 1598px) {
  .heroAnimationWrapper .heroTop .cmsContent {
    font-size: 60px;
  }
}
.heroAnimationWrapper .heroImage {
  line-height: 0;
}
.heroAnimationWrapper .heroBottom {
  position: absolute;
  top: 50%;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
}
.heroAnimationWrapper .heroBottom {
  font-size: 23px;
}
@media screen and (min-width: 325px) {
  .heroAnimationWrapper .heroBottom {
    font-size: calc(23px + 37 * ((100vw - 325px) / 1273));
  }
}
@media screen and (min-width: 1598px) {
  .heroAnimationWrapper .heroBottom {
    font-size: 60px;
  }
}
.heroAnimationWrapper .heroBottom .cmsContent {
  color: white;
  font-size: 0.6em;
}
.heroAnimationWrapper .heroBottom p {
  font-size: 1em;
  font-weight: 400;
  width: 80%;
  margin-bottom: 3em;
  margin: 0 0 1em;
}
.heroAnimationWrapper .heroBottom .button {
  margin: 0;
  font-size: 1rem;
  height: 2.4rem;
  --icon-size: 1.5rem;
}
.heroAnimationWrapper .heroBottom .button:before, .heroAnimationWrapper .heroBottom .button:after {
  left: 0.35rem;
}

svg .shape-reference {
  display: none;
}

#end-target {
  opacity: 0 !important;
}

.sfPageEditor .heroAnimationWrapper, .sfPageEditor .heroTop, .sfPageEditor .heroBottom, .sfPageEditor .heroImage, .sfPageEditor #hero-headline {
  display: initial !important;
  opacity: 1 !important;
  position: relative !important;
  inset: initial !important;
}

/* endregion */
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/* region Featured Content Scroller (Phronesis Advantage) */
/**********************************************************************************************************************/
.scrollerSection {
  position: relative;
  margin-top: -7rem;
  --title-bottom-offset: 80vh;
  --animation-size: 14rem;
}
.scrollerSection + * {
  position: relative;
}

.scrollerPage .mainContent {
  position: relative;
  z-index: 20;
}

.featuredcontentScroller {
  margin-top: 50vh;
}
.featuredcontentScroller .section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50vh;
  position: relative;
}
.featuredcontentScroller .section:before {
  content: " ";
  background: linear-gradient(to bottom, transparent, white 40%, white);
  inset: 0;
  position: absolute;
}
.featuredcontentScroller .section .featuredcontentitem {
  --gap-size: 3rem;
  padding-left: calc(var(--animation-size) + var(--gap-size));
  position: relative;
}
.featuredcontentScroller .section .featuredcontentitem * {
  position: relative;
}
.featuredcontentScroller .section .featuredcontentitem:before {
  content: " ";
  background: linear-gradient(to bottom, transparent, white 40%, white);
  inset: 0;
  position: absolute;
  top: -60%;
}
@media (max-width: 1024px) {
  .featuredcontentScroller .section .featuredcontentitem {
    --gap-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .section .featuredcontentitem {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .section .featuredcontentitem .title {
    font-size: 2rem;
  }
  .featuredcontentScroller .section .featuredcontentitem .content {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .section {
    padding-top: 13rem !important;
  }
}
.featuredcontentScroller .sticky {
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.featuredcontentScroller .sticky .title-container {
  height: 34vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .featuredcontentScroller .sticky .title-container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .sticky .title-container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .featuredcontentScroller .sticky .title-container {
    height: 26vh;
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .sticky .title-container {
    height: 24vh;
    padding-bottom: 0 !important;
  }
}
.featuredcontentScroller .sticky .shape-container {
  width: var(--animation-size);
  position: absolute;
  top: 0;
  --x-adjust: -1rem;
  left: calc(((100vw - 70rem) / 2) + var(--x-adjust));
  right: auto;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 1550px) {
  .featuredcontentScroller .sticky .shape-container {
    left: calc(5rem + var(--x-adjust));
  }
}
@media (max-width: 1298px) {
  .featuredcontentScroller .sticky .shape-container {
    left: calc(3rem + var(--x-adjust));
  }
}
@media (max-width: 1024px) {
  .featuredcontentScroller .sticky .shape-container {
    --x-adjust: -1rem;
    left: calc(2rem + var(--x-adjust));
  }
}
@media (max-width: 767px) {
  .featuredcontentScroller .sticky .shape-container {
    width: 9rem;
    height: 9rem;
    top: 26vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .featuredcontentScroller .sticky .shape-container:before {
    content: " ";
    position: absolute;
    inset: 0;
    top: -10vh;
    left: -50vw;
    right: -50vw;
    z-index: 0;
    background: white;
  }
  .featuredcontentScroller .sticky .shape-container * {
    position: relative;
    z-index: 1;
  }
}
.featuredcontentScroller .sticky .shape-container svg {
  width: var(--animation-size);
  height: var(--animation-size);
}
.featuredcontentScroller .sticky.stuck {
  position: fixed;
  top: 0;
}
.featuredcontentScroller .sticky.sticky-surpassed {
  position: absolute;
  top: auto;
  bottom: 0;
}
.featuredcontentScroller .sticky-wrapper {
  position: absolute;
  inset: 0;
  height: 100% !important;
}

/* endregion */
/**********************************************************************************************************************/
/****************************************************************************************************/
/* #region Kendo Navigation top-level widget overrides */
/****************************************************************************************************/
/****************************************************************************************************/
/* Kendo Menu Widget */
/*.k-menu {
    &.k-menu-horizontal {
        border: none;
        background: none;
    }

    .k-item {
        .k-link {
            &:focus {
                outline: none;
            }

            &:focus-visible {
                outline: 2px solid red;
            }
        }
    }

    &:not(.k-context-menu) {
        > .k-item {
            &.k-state-focused {
                outline: none;
                box-shadow: none;
            }

            > a.k-state-active {
                color: white;
            }

            .k-group {
                visibility: visible !important;
            }
        }

        &:focus {

            > .k-item {

                &.k-state-focused {
                    outline: none;
                    box-shadow: none;
                }
            }

            &:focus-visible {
                outline: 1px dashed $greyLight;
                outline-offset: 0;

                > .k-item.k-state-focused {
                    outline: $outline;
                    box-shadow: none;
                }
            }
        }
    }
}*/
/****************************************************************************************************/
/* Kendo Treeview (shared, general treeview styles) */
/* remember - these styles will affect ANY kendo treeview. So if you're making heavy changes then you probably want to target your specific treeview */
.k-treeview {
  padding: 0;
  overflow: visible;
  /* first level */
}
.k-treeview .k-item {
  color: inherit;
  position: relative;
  padding: 0;
  font-size: 1rem;
  border: none;
  font-size: 1.2rem;
  border-radius: var(--border-corner-radius);
  border: solid 1px #A7ABB1;
  border-radius: 5px;
  height: auto;
  height: min-content;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.k-treeview .k-item .k-icon {
  right: 5%;
  position: absolute;
  z-index: 3;
}
.k-treeview .k-item .k-icon:before {
  color: #fff;
  content: " ";
  font-size: 1rem;
}
.k-treeview .k-item .k-link, .k-treeview .k-item .k-in {
  color: inherit;
  width: 100%;
  font-size: inherit;
  font: inherit;
  padding: 1rem;
  width: 100%;
  height: var(--button-height);
  font-style: normal;
  font-family: PPCirka-Variable, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1;
}
.k-treeview .k-item .k-link.k-state-hover, .k-treeview .k-item .k-link:hover, .k-treeview .k-item .k-in.k-state-hover, .k-treeview .k-item .k-in:hover {
  background-color: transparent;
  text-decoration: underline;
}
.k-treeview .k-item .k-link.k-state-focused, .k-treeview .k-item .k-in.k-state-focused {
  box-shadow: none;
}
.k-treeview .k-item .k-link.k-state-selected, .k-treeview .k-item .k-in.k-state-selected {
  background-color: transparent;
  color: #fff;
}
.k-treeview .k-item .k-link.k-state-hover, .k-treeview .k-item .k-link.k-state-active, .k-treeview .k-item .k-link.k-state-selected, .k-treeview .k-item .k-link.k-state-focused, .k-treeview .k-item .k-in.k-state-hover, .k-treeview .k-item .k-in.k-state-active, .k-treeview .k-item .k-in.k-state-selected, .k-treeview .k-item .k-in.k-state-focused {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.k-treeview .k-item .k-icon {
  --icon-size: 3rem;
  width: var(--icon-size);
  height: var(--icon-size);
  left: initial;
  right: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  color: #A7ABB1;
}
.k-treeview .k-item .k-icon:before {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-size: 100% auto;
  background-position: center;
  -webkit-mask: url(/CFImages/Icons/plus.svg) no-repeat center;
          mask: url(/CFImages/Icons/plus.svg) no-repeat center;
  -webkit-mask-size: 60% auto;
          mask-size: 60% auto;
  background: currentColor;
  color: inherit;
}
.k-treeview .k-item .k-icon.k-i-collapse:before {
  -webkit-mask: url(/CFImages/Icons/minus.svg) no-repeat center;
          mask: url(/CFImages/Icons/minus.svg) no-repeat center;
}
.k-treeview .k-item:hover {
  background-color: #8FCDC7;
}
.k-treeview .k-item[data-expanded=true] .k-icon, .k-treeview .k-item:hover .k-icon {
  color: white;
  background: #CE3B82;
}
.k-treeview .k-item .k-group {
  padding: 0 1rem 1rem;
}
.k-treeview .k-item .k-group .k-item {
  border: none;
}
.k-treeview .k-item .k-group .k-item :is(.k-link, .k-in) {
  font-size: 1rem;
  padding: 0;
  height: auto;
  padding-left: 1rem;
}
.k-treeview .k-item .k-group .k-item .k-top .k-link {
  padding-top: 0;
}
.k-treeview .k-content {
  flex-direction: column !important;
  white-space: normal;
}
.k-treeview .k-content > * {
  max-width: 100% !important;
}
.k-treeview:focus:focus-visible .k-state-focused {
  outline: 2px solid #CE3B82;
  outline-offset: 0;
}

.mobileNav .k-treeview .k-treeview-lines > .k-item .k-link {
  font-size: var(--h4);
}
.mobileNav .k-treeview .k-item {
  border: none;
  height: auto;
  border-radius: 0;
}
.mobileNav .k-treeview .k-item .k-icon {
  --icon-size: 2rem;
}
.mobileNav .k-treeview .k-item:hover {
  background: transparent;
  text-decoration: none;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.2em;
}
.mobileNav .k-treeview .k-item .k-link {
  border: none;
  height: auto !important;
}

/* #endregion */
/****************************************************************************************************/
/* CF Default Menu */
.mainSimpleNavWrapper {
  height: 100%;
}
.mainSimpleNavWrapper .mainSimpleNav:not(.k-menu) .rootMenuItem ul {
  display: none;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 100%;
  align-items: flex-end;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item) {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #CE3B82;
  margin-right: 0.75rem;
  border-radius: 3px;
  /*&:focus, &:hover*/
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item).k-state-hover {
  background-color: #8FCDC7;
  color: #fff;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item).selected, .mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item).childSelected {
  color: #fff;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item) :is(a, .k-link) {
  font-size: 0.8rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item) :is(a, .k-link).k-state-active {
  color: #fff;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(li, .k-item) :is(a, .k-link) .k-menu-expand-arrow {
  filter: invert(1);
  margin-top: -3px;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(ul, .k-menu-group) {
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.5rem;
  border: none;
  background-color: #CE3B82;
  display: none;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(ul, .k-menu-group) :is(li, .k-item) .k-state-active {
  background-color: #8FCDC7;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(ul, .k-menu-group) :is(a, .k-link) {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  color: white;
}
.mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(ul, .k-menu-group) :is(a, .k-link):focus, .mainSimpleNavWrapper :is(.mainSimpleNav, .k-menu) :is(ul, .k-menu-group) :is(a, .k-link):hover {
  background-color: #8FCDC7;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Hamburger */
/****************************************************************************************************/
button.hamburger {
  width: 35px;
  height: 35px;
  border: none;
  padding: 12px;
  margin: 0;
  position: relative;
  z-index: 500;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border: none !important;
  background: transparent;
}
button.hamburger:focus {
  background-color: transparent !important;
}
button.hamburger:hover {
  cursor: pointer;
  background: transparent !important;
}
button.hamburger:hover .hamburger-inner, button.hamburger:hover .hamburger-inner:after, button.hamburger:hover .hamburger-inner:before {
  background-color: #fff;
}
button.hamburger .hamburger-inner, button.hamburger .hamburger-inner:after, button.hamburger .hamburger-inner:before {
  position: absolute;
  width: 34px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #8FCDC7;
}
button.hamburger .hamburger-inner {
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(0deg);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
button.hamburger .hamburger-inner:before {
  top: -10px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
button.hamburger .hamburger-inner:after {
  bottom: -10px;
}
button.hamburger .hamburger-inner:after, button.hamburger .hamburger-inner:before {
  display: block;
  content: "";
}
button.hamburger.open {
  z-index: 10000;
}
button.hamburger.open .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) rotate(45deg);
}
button.hamburger.open .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s, color 75ms ease-in;
  opacity: 0;
}
button.hamburger.open .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Mobile Menu */
/****************************************************************************************************/
/* sometimes a duplicate of the header, sometimes just a container for the mobile nav */
.mobileHeader {
  display: none;
  background: transparent;
  color: white;
  width: 100%;
  height: 100vh;
  max-height: calc(100vh);
  position: fixed;
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  z-index: 99;
  align-items: center;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  border-bottom: 1px solid #101B33;
}
@media (max-width: 1024px) {
  .mobileHeader {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .mobileHeader {
    height: 100vh !important;
    max-height: initial !important;
  }
}
.mobileHeader:before {
  content: " ";
  position: absolute;
  inset: 0;
  background: #101B33;
  transform: translateX(100%);
  animation: fadeInUp 300ms ease both;
}
.mobileHeader .k-treeview {
  color: inherit;
  font-size: inherit;
}
.mobileHeader .k-treeview:focus {
  outline: none;
}
.mobileHeader .mobileNav {
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 11rem;
  position: fixed;
  max-width: 100%;
  padding-left: 1rem;
}
.mobileHeader.withNavOpen {
  display: flex;
}
.mobileHeader.withNavOpen:before {
  animation: fadeInDown 300ms ease both;
}
.mobileHeader.withNavOpen .mobileNav {
  opacity: 1;
  animation: fadeInDown 300ms ease both;
}

/* #endregion */
/****************************************************************************************************/
.mainNavWrapper {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  /* @media(min-width: $S_Min) {
       grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
   }*/
}
@media (min-width: 1025px) {
  .mainNavWrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    padding: 0 4rem;
  }
}
.mainNavWrapper .k-treeview {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 100%;
  max-width: 100%;
  padding-bottom: 5rem;
}
.mainNavWrapper .k-treeview .k-link {
  color: #fff;
  padding: 0;
  font-weight: bold;
  opacity: 0.8;
}
.mainNavWrapper .k-treeview .k-link.k-state-hover {
  background-color: transparent;
  text-decoration: none;
}
.mainNavWrapper .k-treeview .k-link.k-state-active {
  background: transparent;
}
.mainNavWrapper .k-treeview .k-link.k-state-focused {
  background: transparent;
}
.mainNavWrapper .k-treeview .k-in {
  padding: 0;
}
.mainNavWrapper .k-treeview .k-in:is(.k-state-selected, .k-state-hover, .k-state-focused) {
  background: transparent;
  box-shadow: none;
}
.mainNavWrapper .k-treeview :is(.k-top, .k-mid, .k-bot) {
  position: relative;
}
.mainNavWrapper .k-treeview .k-item {
  padding: 0;
  opacity: 0.6;
  position: initial;
}
.mainNavWrapper .k-treeview .k-item[data-expanded=true] {
  opacity: 1;
}
.mainNavWrapper .k-treeview .k-item[data-expanded=true] .k-item {
  opacity: 1;
}
.mainNavWrapper .k-treeview .k-item:hover, .mainNavWrapper .k-treeview .k-item:focus-within {
  opacity: 1;
}
.mainNavWrapper .k-treeview .k-item.rootMenuItem {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.mainNavWrapper .k-treeview .k-item.rootMenuItem a {
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .mainNavWrapper .k-treeview .k-item.rootMenuItem {
    font-size: 1.4rem;
  }
}
.mainNavWrapper .k-treeview .k-item .k-link {
  font-weight: 800;
  display: block;
  font-weight: 800;
  box-shadow: none !important;
  white-space: pre-wrap;
  color: #fff;
}
.mainNavWrapper .k-treeview .k-item a {
  color: #fff;
  opacity: 0.8;
}
.mainNavWrapper .k-treeview .k-group .k-group {
  flex-direction: column;
  /*max-height: 20rem;*/
  overflow-y: auto;
  padding: 1rem 1rem 1.4rem;
  scrollbar-width: thin;
  scrollbar-color: #1b2d56 #14213f;
}
.mainNavWrapper .k-treeview .k-group .k-group h3 {
  font-size: 1rem;
  color: white;
}
.mainNavWrapper .k-treeview .k-group .k-group :is(li, .k-item) {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.mainNavWrapper .k-treeview .k-group .k-group :is(li, .k-item) .k-link {
  font: inherit;
  color: #fff;
}
.mainNavWrapper .k-treeview .k-group .k-group :is(li, .k-item):last-child {
  margin-bottom: 0;
}
.mainNavWrapper .k-treeview .k-group .k-group .level2 {
  font-size: 0.9rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.mainNavWrapper .k-treeview .k-group .k-group.teammembers .lawyers, .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others {
  column-count: 2;
}
@media (max-width: 500px) {
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .lawyers, .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others {
    column-count: 1;
  }
}
.mainNavWrapper .k-treeview .k-group .k-group.teammembers .lawyers a, .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others a {
  white-space: pre-wrap;
}
.mainNavWrapper .k-treeview .k-group .k-group.teammembers :is(li, .k-item) {
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 0.4em;
  min-height: 1.4rem;
  break-inside: avoid;
}
@media (max-width: 768px) {
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout {
    column-count: 1 !important;
  }
}
.mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout a {
  color: white;
}
.mainNavWrapper .k-treeview .k-group .k-group.expertises, .mainNavWrapper .k-treeview .k-group .k-group.teammembers {
  padding: 1.4rem 1rem;
  position: relative;
  /*@media(min-width: $M_Min) {
      margin-top: -1.4rem; // needs to match the top padding
      mask-image: linear-gradient(to bottom, rgba(#000, 0), rgba(#000, 1) 2rem, rgba(#000, 1) 18rem, rgba(#000, 0));
  }*/
}
.mainNavWrapper .k-treeview .k-icon {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #fff;
}
.mainNavWrapper .k-treeview .k-icon:before {
  content: none;
}
.mainNavWrapper .k-treeview .k-icon .fa-minus {
  display: none;
}
.mainNavWrapper .k-treeview .k-icon.k-i-collapse .fa-plus {
  display: none;
}
.mainNavWrapper .k-treeview .k-icon.k-i-collapse .fa-minus {
  display: block;
}

@media (min-width: 640px) {
  .mainNavWrapper .k-treeview {
    padding-bottom: 0;
  }
  .mainNavWrapper .k-treeview .k-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    gap: 1rem 2rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    gap: 0 2rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group .k-group {
    width: 100%;
  }
  .mainNavWrapper .k-treeview .k-group .k-group :is(a, .k-link):hover {
    opacity: 1;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises, .mainNavWrapper .k-treeview .k-group .k-group.sectors {
    gap: 0;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout, .mainNavWrapper .k-treeview .k-group .k-group.sectors .expertiseLayout {
    column-count: 2;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout li, .mainNavWrapper .k-treeview .k-group .k-group.sectors .expertiseLayout li {
    break-inside: avoid;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout a, .mainNavWrapper .k-treeview .k-group .k-group.sectors .expertiseLayout a {
    white-space: pre-wrap;
    opacity: 0.8;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout a:hover, .mainNavWrapper .k-treeview .k-group .k-group.sectors .expertiseLayout a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises :is(li, .k-item), .mainNavWrapper .k-treeview .k-group .k-group.sectors :is(li, .k-item) {
    margin: 0;
    margin-bottom: 1rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout {
    column-count: 3;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout .hasChildren a {
    color: white !important;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.expertises .expertiseLayout .hasChildren .level2 li {
    list-style: square;
    margin-bottom: 0.4rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .lawyers {
    height: auto;
    column-count: auto;
    column-width: 10rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others {
    column-count: auto;
    column-width: 10rem;
    padding-bottom: 8rem;
    margin-top: 1rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others ul {
    break-inside: avoid;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .others ul:not(:first-child) {
    margin-top: 1rem;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers :is(li, .k-item) {
    font-size: 0.9rem;
    margin: 0;
    margin-bottom: 0.4em;
    min-height: 1.4rem;
    break-inside: avoid;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .sectionHeading h3 {
    color: #101B33;
  }
  .mainNavWrapper .k-treeview .k-group .k-group.teammembers .sectionHeading:not(:first-child) {
    margin-top: 0.4em;
  }
}
@media (min-width: 1024px) {
  .mainNavWrapper .peopleMenu {
    height: 20rem;
  }
  .mainNavWrapper .k-group .k-group:not(.k-group .k-group .k-group) {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 0;
    max-height: 50vh;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .mainNavWrapper .k-treeview .k-group .k-group:not(.k-group .k-group .k-group) {
    width: 200% !important;
  }
}
.teamGroup {
  margin-top: 1.4rem;
  page-break-inside: avoid;
}

/****************************************************************************************************/
/* #region Kendo TreeView inside sideContent */
/****************************************************************************************************/
.sideContent nav {
  width: 100%;
  max-width: 300px;
}

.k-treeview ul.mainTreeView {
  border-top: 1px solid #8FCDC7;
  border-bottom: 1px solid #8FCDC7;
  padding: 0;
}
.k-treeview ul.mainTreeView li.k-item {
  /* above the link */
  /* link styles */
  /* These are any nested groups */
  /* The selected li */
  /* This is the expanded li item */
  /* expand collapse icons */
}
.k-treeview ul.mainTreeView li.k-item .k-top, .k-treeview ul.mainTreeView li.k-item .k-mid, .k-treeview ul.mainTreeView li.k-item .k-bot {
  padding: 2px;
}
.k-treeview ul.mainTreeView li.k-item a.k-link {
  color: #616976;
  font-size: 1rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  border: 2px solid transparent;
}
.k-treeview ul.mainTreeView li.k-item a.k-link:focus:focus-visible {
  border: 2px rgba(143, 205, 199, 0.5) solid;
}
.k-treeview ul.mainTreeView li.k-item a.k-link:hover {
  border: 2px rgba(143, 205, 199, 0.5) solid;
}
.k-treeview ul.mainTreeView li.k-item ul.k-group {
  background-color: #F6F6F6;
}
.k-treeview ul.mainTreeView li.k-item ul.k-group li.k-item {
  /* Level 2 Nest */
}
.k-treeview ul.mainTreeView li.k-item ul.k-group li.k-item a.k-link {
  padding-left: 3rem;
  font-size: 0.9rem;
}
.k-treeview ul.mainTreeView li.k-item ul.k-group li.k-item a.k-link:after {
  width: 8px;
  height: 8px;
}
.k-treeview ul.mainTreeView li.k-item ul.k-group li.k-item ul.k-group li.k-item a.k-link {
  padding-left: 4rem;
}
.k-treeview ul.mainTreeView li.k-item.selected {
  background-color: #CE3B82 !important;
  /* link styles (both the li and a have class of selected on them) */
}
.k-treeview ul.mainTreeView li.k-item.selected a.k-link.selected {
  color: white !important;
}
.k-treeview ul.mainTreeView li.k-item[aria-expanded=true] {
  background-color: #A3A3A3;
}
.k-treeview ul.mainTreeView li.k-item span.k-icon {
  right: initial;
  left: 1.5rem;
}
.k-treeview ul.mainTreeView li.k-item:focus:focus-visible {
  background-color: #A3A3A3;
}
.k-treeview ul.mainTreeView li.k-item:hover {
  background-color: #A3A3A3;
}

/* #endregion */
/****************************************************************************************************/
/* #region Top Level Simple */
/****************************************************************************************************/
nav.topLevelSimple {
  width: 100%;
}
nav.topLevelSimple ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
nav.topLevelSimple ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #616976;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
}
nav.topLevelSimple ul li a:hover {
  background-color: #8FCDC7;
  text-decoration: none;
}
nav.topLevelSimple ul li + li {
  margin-left: 0.75rem;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Mega Menu - Disabled by default */
/****************************************************************************************************/
/* .k-animation-container {
        display: block !important;
        overflow: visible !important;

        .k-menu-group {
            display: block !important;
            transform: translateY(0) !important;
        }
    }*/
/*nav ul.megaNav {*/
/* (The Mega Dropdown) */
/*.megaContainer {
    display: none; //hide until initialized
}

.k-animation-container {
    width: calc(60vw) !important;
    max-height: 750px !important;
    display: none;*/
/*top: 65px !important;*/
/*top: calc(100% + 3px) !important;
border: none !important;*/
/*transform: translatex(-50%) !important;
left: 50% !important;

.k-item.k-state-default {
    white-space: normal !important;
}

.k-group.megaContainer { //individual megamenu container
    width: 100% !important;*/
/* border: solid 2px red;*/
/*box-shadow: 0px 5px 27px 7px rgba(0,0,0,0.12);
            display: flex !important;
            flex-direction: row;
            flex-wrap: wrap;
            padding: 2.5rem;

            a {
                padding-bottom: .3rem;
                padding-left: 0;

                &:after {
                    transition: $transitionMenuItem;
                }

                &:hover {
                    @extend %borderBottomShort;
                }
            }

            > li.k-item {
                display: inline-block;
                width: 100%;
                font-size: .9rem;
                padding-bottom: .5rem;

                &:hover {
                    background-color: transparent;
                }

                h4 {
                    margin-top: 0;
                }

                .k-content {
                    background-color: transparent;

                    .level1 {
                        li {
                            padding-bottom: .5rem;
                        }
                    }

                    .button {
                        white-space: normal;
                        text-align: left;

                        a:hover {
                            color: #fff;
                        }
                    }
                }
            }

            &.commonPanel {
                column-count: 2;
                display: block !important;
            }

            &.expertises {
                display: flex;

                ul {
                    margin: 0;
                }

                .k-first {
                    flex-basis: 70%;
                }

                .k-last {
                    flex-basis: 30%;
                }

                .k-content {
                    &.megaLeft {
                        margin-right: 2rem;

                        .level1 {
                            column-count: 2;
                            column-gap: 2rem;

                            li {
                                display: inline-block;
                                width: 100%;
                            }
                        }
                    }
                }
            }

            &.teammembers {
                flex-direction: column;
            }

            &.insights {
                padding: 0;

                ul.level1 {
                    column-count: 2;
                }

                .k-content {
                    flex-direction: column;
                }

                > li {
                    padding: 2.5rem;
                }

                li:first-of-type {
                    background-color: $greyXXXLight !important;
                }

                li.k-item + li.k-item {
                    padding-top: 1rem;
                }
            }
        }
    }
}*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Nav - Description List */
/****************************************************************************************************/
/*nav.descriptionList {
    margin: 5rem 0 4.5rem !important;

    h2 {
        color: $primaryColour;
        font-size: 1rem;
        font-family: $primaryFont;
        margin-bottom: 2rem;
    }

    ul.menuItems.listView {
        @include grid(4, 2rem, "li");
        margin-top: 4rem;

        li.menuItem {
            position: relative;
            margin-bottom: 2.4rem;*/
/*flex-basis: 25%;*/
/*margin: 0;*/
/*&:before {
                content: ' ';
                position: absolute;
                inset: -1rem;
                background-color: rgba($secondaryColour, .1);
                z-index: 1;
                opacity: 0;
                display: block;
                transition: $transition;
            }

            > {
                position: relative;
                z-index: 2;
            }

            &.selected {
                //background-color: $secondaryColourTransparent;

                h3:after {
                    background-color: $secondaryColour;
                }
            }

            &:hover {
                &:before {
                    opacity: 1;
                }
            }

            .navItemInner {*/
/*padding: 1rem;*/
/*position: relative;
                z-index: 9;

                .bgImgWrapper {
                    @include aspectRatioBox(1 1, ".bgImg");
                }

                a {
                    text-decoration: none;
                    color: inherit;
                    display: block;
                }

                h3 {
                    margin: 0;
                    position: relative;
                    padding-bottom: 1.5rem;
                    color: $grey;

                    &:after {
                        content: ' ';
                        position: absolute;
                        background-color: $primaryColour;
                        height: 1px;
                        width: calc(50% - 1.5rem);
                        left: 0;
                        bottom: 0;
                    }
                }
            }
        }
    }
}*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Nav - Thumbnail List */
/****************************************************************************************************/
/*nav.thumbnailList {

    ul.menuItems {*/
/*@include grid(4, 0.2rem, "li.menuItem");*/
/*display: flex;
        flex-wrap: nowrap;

        li.menuItem {
            flex: 1 1 0;
            margin: 0;

            &:hover {
                .navItemInner {*/
/*padding: 2px;*/
/*text-align: center;

                    .bgImgWrapper {
                        .bgImg {
                            transform: scale(1.1);
                        }
                    }
                }
            }

            .navItemInner {
                padding: 2px;
                text-align: center;

                .bgImgWrapper {
                    @include aspectRatioBox(1 1, ".bgImg");

                    .bgImg {
                        transition: $transition;
                    }
                }

                a {
                    text-decoration: none;
                    color: inherit;
                    display: block;
                }

                h3 {
                    padding-bottom: 1.5rem;
                    color: $secondaryColour;
                    margin: 1rem auto;
                }
            }
        }
    }

}*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Sitemap */
/****************************************************************************************************/
/*nav {
    ul.siteMapComplete {
        padding-left: 2em;

        li {
            padding: 0.35em 0 0 0.25em;
            list-style-type: disc;
            text-transform: none;
        }

        li.rootMenuItem {
            list-style-type: square;
            text-transform: uppercase;

            ul {
                padding-left: 2em;
            }

            ul.level2 {
                padding-left: 4em;
            }

            ul.level3 {
                padding-left: 6em;
            }

            ul.level4 {
                padding-left: 8em;
            }
        }

        li.reset {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

        li a.toggleAction.button {
            margin: 0.5em 0 0 0;
        }
        // FAQ Toggle
        li a.toggleAction.withPlusMinus {
            .openIcon {
                display: inline-block;
            }

            .closeIcon {
                display: none;
            }
        }
        // Active FAQ Toggle
        li.active {
            a.toggleAction.withPlusMinus {
                .openIcon {
                    display: none;
                }

                .closeIcon {
                    display: inline-block;
                }
            }
        }

        div.toggleContent {
            display: none;

            &.active {
                display: block;
            }
        }
    }
}*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Tabs / Tabstrip */
/****************************************************************************************************/
.tabstrip {
  display: none;
}

.tabstrip.k-widget {
  display: block;
}
.tabstrip.k-widget .button .k-flat {
  display: none;
}
.tabstrip.k-widget.k-tabstrip {
  background: none;
  border: none;
  font-size: inherit;
  padding-top: 1rem;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items {
  border: none;
  background: none;
  text-transform: uppercase;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item {
  border: none;
  background: none;
  border-radius: 0;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item .k-loading {
  border: none;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item .k-link {
  color: #CE3B82;
  padding: 0 2rem 0;
  font-size: 1.4rem;
  background: none;
  text-transform: none;
  border-right: solid 1px #CE3B82;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item.k-first .k-link {
  padding-left: 0;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item.k-last .k-link {
  border: none;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #fff;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item.k-state-hover .k-link {
  opacity: 0.8;
}
.tabstrip.k-widget.k-tabstrip .k-tabstrip-items .k-item:active .k-link {
  color: #fff;
}
.tabstrip.k-widget.k-tabstrip:focus {
  box-shadow: none;
}
.tabstrip.k-widget.k-tabstrip:focus:focus-visible {
  outline: 2px solid #CE3B82;
  outline-color: #A3A3A3;
  outline-style: dashed;
}
.tabstrip.k-widget.k-tabstrip:focus:focus-visible .k-item.k-state-active {
  outline: 2px solid #CE3B82;
}
.tabstrip.k-widget.k-tabstrip .k-content {
  border: none;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.tabstrip.k-widget.k-tabstrip .k-content.k-state-active {
  background-color: transparent;
}
.tabstrip.k-widget.k-tabstrip .k-content:focus {
  outline: none;
}
.tabstrip.k-widget.k-tabstrip .k-content:focus:focus-visible {
  outline: 2px solid #CE3B82;
  outline-offset: 0;
}

/* #endregion */
/****************************************************************************************************/
/* 
Media queries for tablet and mobile (general guidelines for breakpoints globally set in the _variables file) 
Mobile ($S_Max)   Tablet ($M_Min and $M_Max)  Small Desktop ($L_Min and $L_Max)  Large Desktop ($XL_Min - This is the standard for all styles)
*/
/* Large Desktop (switch between simple and mobile nav) */
/* Small Desktop (switch between simple and mobile nav) */
@media only screen and (max-width: 1299px) {
  nav.topLevelSimple ul li a {
    font-size: 0.6rem;
  }

  .site-footer .mainFooter .mainFooterGrid .footerLeft {
    padding-top: 2rem;
    padding-bottom: 2rem;
    /* the background */
  }
  .site-footer .mainFooter .mainFooterGrid .footerLeft:before {
    right: -100vw;
  }
  .site-footer .mainFooter .mainFooterGrid .footerLeft .footerLeftGrid {
    display: flex;
    flex-direction: row;
  }
  .site-footer .mainFooter .mainFooterGrid .footerLeft .footerLeftGrid .logoAndAddress {
    width: 50%;
    flex: initial;
  }
  .site-footer .mainFooter .mainFooterGrid .footerLeft .footerLeftGrid .studentLinks {
    width: 50%;
    flex: initial;
  }
  .site-footer .mainFooter .mainFooterGrid .footerRight {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .site-footer .mainFooter .mainFooterGrid .footerRight .footerSitemapGrid {
    width: 100%;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  #header .mainSimpleNavWrapper {
    display: none !important;
  }

  footer .mainFooter nav.topLevelSimple {
    width: 100%;
    margin-top: 2rem;
  }
}
/* Mobile Only */
@media only screen and (max-width: 767px) {
  .k-treeview .k-item {
    font-size: 1.6rem;
  }

  footer .mainFooter nav.topLevelSimple {
    display: none;
  }
  footer .mainFooter .listView.offices {
    flex-wrap: wrap;
  }
  footer .mainFooter .listView.offices > li {
    flex-basis: 47%;
  }

  .splide {
    /* Arrows */
    padding-bottom: 4rem;
  }
  .splide .splide__arrow.splide__arrow--next {
    right: inherit;
    left: calc(50% + 2rem);
    transform: translate(-50%, 0);
  }
  .splide .splide__arrow.splide__arrow--prev {
    right: inherit;
    left: calc(50% - 2rem);
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 650px) {
  .defaultWrapper {
    padding: 3rem 0;
  }

  main .listView.offices .cardView.office {
    flex-direction: column !important;
  }
  main .listView.offices .cardView.office .imgWrapper {
    width: 100%;
    height: 200px;
  }
  main .listView.offices .cardView.office .cardContent {
    width: 100%;
    text-align: center !important;
  }

  .homePage .beyondWrapper .grid {
    display: block;
  }
  .homePage .beyondWrapper .grid br {
    display: none;
  }
  .homePage .beyondWrapper .grid .align-right, .homePage .beyondWrapper .grid h2 {
    text-align: center;
    margin-bottom: 0;
  }
  .homePage .beyondWrapper .grid svg, .homePage .beyondWrapper .grid .middle {
    display: none;
  }
}
/* XS Mobile Only */
@media only screen and (max-width: 500px) {
  #header .topHeaderGrid .topHeaderGridLeft img {
    width: 200px;
  }

  .cardView.globalalert .alertIcon {
    padding-right: 1rem;
  }
  .cardView.globalalert .alertContent {
    gap: 0.5rem;
  }
  .cardView.globalalert .alertLabelLink {
    border: none;
  }

  .detailView .topperSection .topperContent {
    padding-bottom: 8rem;
  }
}
/* ### Bullets */
/* XXS Mobile (min width) */
/* XS Mobile (min width) */
/* XS Mobile (max width) */
/* Mobile (min width) */
/* Mobile (max width) */
/* Mobile (max width) */
/* Tablets (min width) */
/* Tablets (max width) */
/* Small Desktop  (min width) */
/* Small Desktop (max width) */
/* Large Desktop (min width) */
/* Large Desktop (max width) */
/* Extra-Large Desktop (min width) */
/* Extra-Large Desktop (max width) */
/* High Definition (HD) - THIS IS THE LEVEL OF OUR DEFAULT STYLES */
/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
@media print {
  .noPrint {
    display: none;
  }

  .printOnly {
    display: block;
    height: auto;
    width: auto;
  }

  a[href]:after {
    content: none !important;
  }

  /* Hide these elements */
  .topHeader {
    display: none !important;
  }

  .mobile,
.topHeader,
header nav,
header .search,
footer,
video, audio, object, embed {
    display: none !important;
    height: 0 !important;
  }

  header .header.stuck {
    position: relative !important;
  }

  img {
    max-width: 100%;
  }

  @page {
    margin: 0.5cm;
  }
  body {
    line-height: 1.5;
  }

  h1 {
    font-size: 21pt;
  }

  h2 {
    font-size: 15pt;
    margin-top: 25px;
  }

  h3 {
    font-size: 13pt;
    margin-top: 20px;
  }

  p a {
    color: black;
    word-wrap: break-word;
  }
  p a:after {
    content: " " attr(href) ")";
  }
  p a[href^="#"]:after {
    display: none;
  }
  p a[href^="http://"]:after, p a a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }

  .pageTopper {
    min-height: 0;
  }
  .pageTopper .topperImage {
    display: none;
  }

  .resources .innerContent .itemImage {
    display: none;
  }

  .filteredContent .filtersContainer, .filteredContent #loadingIndicator, .filteredContent #loadMoreContainer {
    display: none !important;
  }

  .viewMoreOuter {
    display: none;
  }

  .teammembers .teammember .bgImgWrapper {
    display: none;
  }

  .teammember .topperGrid {
    height: auto;
  }
  .teammember .topperGrid .bioTopContent.flexCol {
    color: #000;
    background-color: #fff;
  }
  .teammember .topperGrid .bioTopContent.flexCol .bioContact {
    text-align: left;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .teammember .topperGrid .bioTopContent.flexCol .bioContact h1 {
    color: #000;
  }
  .teammember .topperGrid .bioTopContent.flexCol .bioContact a:link, .teammember .topperGrid .bioTopContent.flexCol .bioContact a:visited, .teammember .topperGrid .bioTopContent.flexCol .bioContact a:active {
    color: #000;
  }
  .teammember .topperGrid .bioTopContent.flexCol .bioContact .offices ul li {
    border-right: 1px solid #000;
  }
  .teammember .topperGrid .bioTopContent.flexCol .bioContact .offices ul li a {
    color: #000;
  }
  .teammember .bgImgWrapper {
    display: none;
    height: 0;
  }

  .expertise.detailView .pageTopper, .sector.detailView .pageTopper, .solution.detailView .pageTopper {
    min-height: 0;
    padding-top: 2rem;
  }
  .expertise.detailView .pageTopper .topperImage, .sector.detailView .pageTopper .topperImage, .solution.detailView .pageTopper .topperImage {
    display: none;
  }
}
.printWrapper .container {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
}
.printWrapper .baseFont {
  font-family: "Spline Sans", sans-serif;
}
.printWrapper h2 {
  break-inside: avoid;
}
.printWrapper h2::after {
  content: "";
  display: block;
  height: 120px;
  margin-bottom: -120px;
}
.printWrapper h2.superMargin::after {
  content: "";
  display: block;
  height: 500px;
  margin-bottom: -500px;
}
.printWrapper h2.mediumMargin::after {
  content: "";
  display: block;
  height: 300px;
  margin-bottom: -300px;
}
.printWrapper .logo {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 1rem 0;
}
.printWrapper .listView.teammembers {
  display: block;
  width: 100%;
}
.printWrapper .listView.teammembers > li {
  display: inline-block;
  width: 205px;
  margin: 5px 3px;
}
.printWrapper .listView.teammembers > li .cardView.teammember {
  width: 100%;
}
.printWrapper .listView.teammembers > li .cardView.teammember ul.contactInfo {
  font-size: 11px;
}
.printWrapper .simpleViewWrapper .listView.teammembers.simpleView {
  display: initial;
  width: 100%;
  gap: initial;
}
.printWrapper .simpleViewWrapper .listView.teammembers.simpleView > li {
  display: inline-block;
  width: 205px;
  margin: 5px 3px;
}
.printWrapper .simpleViewWrapper .listView.teammembers.simpleView > li .cardView.teammember {
  width: 100%;
  min-height: 140px;
  break-inside: avoid;
}
.printWrapper .detailView {
  margin-top: 2rem;
}
.printWrapper .detailView .mainContent {
  padding: 1rem 0 1rem 0;
}
.printWrapper .detailView .mainContent h1.topperTitle {
  font-size: 1.8rem;
}
.printWrapper .detailView .mainContent h1.topperTitle.withAirdCorner {
  padding: 0.5rem 1rem 0 0;
}
.printWrapper .detailView .mainContent h2 {
  font-size: 22px;
}
.printWrapper .detailView .rightContent {
  margin-top: 2rem;
}
.printWrapper .detailView.expertiseandsector .twoColumn {
  display: block !important;
}
.printWrapper .detailView.teammember {
  display: block;
  position: relative;
  padding-top: 0 !important;
}
.printWrapper .detailView.teammember .bgImgWrapper {
  min-height: 350px;
}
.printWrapper .detailView.teammember .bgImgWrapper:before {
  padding-top: 50%;
}
.printWrapper .detailView.teammember .bgImgWrapper .bgImg {
  background-position: 95% 50%;
}
.printWrapper .detailView.teammember h2 {
  font-size: 18px;
}
.printWrapper .detailView.teammember .bioTopContent {
  padding: 0;
}
.printWrapper .detailView.teammember .bioTopContent table td {
  padding: 0;
  vertical-align: top;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact {
  padding: 2rem;
  width: 100%;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact a {
  border-bottom: none;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1 {
  font-size: 1.5rem;
  background-size: 20px 20px;
  padding: 0px 20px 0 0;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .audioPlayerWrapper {
  display: none;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .position {
  font-size: 1rem;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .printShareAndSocial {
  display: none;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .contactInfo {
  font-size: 0.8rem;
  margin: 0.75rem 0 0.75rem 0;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .contactInfo .contactItemWrapper .prefixLabel {
  font-size: 0.8rem;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .specializations {
  font-size: 0.8rem;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .specializations ul li, .printWrapper .detailView.teammember .bioTopContent .bioContact .specializations p {
  font-size: 0.8rem;
}
.printWrapper .detailView.teammember .bioTopContent .bioContact .professionalCorporation {
  color: #8FCDC7;
  font-size: 0.8rem;
}
.printWrapper .detailView.teammember .tabContent {
  margin: 0.5rem 0;
}
.printWrapper .detailView.teammember .tabContent .cmsContent {
  font-size: 80%;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors {
  margin: 0 !important;
  display: block;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors a {
  border-bottom: none !important;
  font-size: 80%;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors li {
  background-color: transparent !important;
  padding-left: 1.5rem;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors li:before {
  content: " ";
  top: initial;
  left: 0;
  width: 1em;
  height: 1.4em;
  color: #101B33;
  content: "";
  display: block;
  position: absolute;
  line-height: inherit;
  background-image: url(/CFImages/Icons/square-solid-secondary.svg);
  background-size: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors ul.level2 {
  margin: 0 !important;
  position: relative;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors ul.level2 > li {
  padding-left: 0;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors ul.level2 > li:before {
  content: none;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors ul.level2 li {
  margin-bottom: 0.05rem;
}
.printWrapper .detailView.teammember .rightContent .related ul.listView.expertiseandsectors .cardView.expertiseandsector {
  background-color: transparent !important;
}
.printWrapper .detailView.teammember .rightContent .related .listView.nestedchildview {
  display: block;
}
.printWrapper .detailView.insight .topperContent {
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: solid 1px #8FCDC7;
  color: #000;
}
.printWrapper .detailView.insight .topperContent h1 {
  font-size: 2.8rem;
  margin-top: 0.25rem;
}
.printWrapper .detailView.insight .topperContent span {
  color: #000;
}
.printWrapper .detailView.insight .topperContent .contentTypeLabels {
  font-size: 1rem;
  margin-bottom: 0;
  color: #6cbdb5;
}
.printWrapper .detailView.insight .topperContent .dates {
  font-size: 0.9rem;
  color: #000;
}
.printWrapper .detailView.insight .topperContent .listView.teammembers {
  display: inline-flex;
  margin: 0;
}
.printWrapper .detailView.insight .topperContent .listView.teammembers .teammember {
  background-color: transparent;
  font-size: 0.9rem;
}
.printWrapper .detailView.insight .topperContent .listView.teammembers .teammember a {
  text-decoration: none;
  color: #000;
}
.printWrapper .detailView.insight .topperContent .listView.teammembers .teammember + .teammember:before {
  content: ", ";
}
.printWrapper .detailView.insight .topperImage .bgImgWrapper {
  height: 300px;
}

/*# sourceMappingURL=main.css.map*/