/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-bf286824a5/6/AppData/Local/Yarn/Berry/cache/css-loader-npm-6.7.3-63aa933400-10.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/6/AppData/Local/Yarn/Berry/cache/postcss-loader-npm-7.3.0-788d8ed604-10.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../../AppData/Local/Yarn/Berry/cache/resolve-url-loader-npm-5.0.0-9b441067c9-10.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/6/AppData/Local/Yarn/Berry/cache/sass-loader-npm-13.2.2-b5bbed2dce-10.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!../../../../../AppData/Local/Yarn/Berry/cache/@splidejs-splide-npm-4.1.4-574032679c-10.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/6/AppData/Local/Yarn/Berry/cache/css-loader-npm-6.7.3-63aa933400-10.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/6/AppData/Local/Yarn/Berry/cache/postcss-loader-npm-7.3.0-788d8ed604-10.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../../AppData/Local/Yarn/Berry/cache/resolve-url-loader-npm-5.0.0-9b441067c9-10.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/6/AppData/Local/Yarn/Berry/cache/sass-loader-npm-13.2.2-b5bbed2dce-10.zip/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!../../../../../AppData/Local/Yarn/Berry/cache/@splidejs-splide-npm-4.1.4-574032679c-10.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/6/AppData/Local/Yarn/Berry/cache/css-loader-npm-6.7.3-63aa933400-10.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/6/AppData/Local/Yarn/Berry/cache/postcss-loader-npm-7.3.0-788d8ed604-10.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../../../../../AppData/Local/Yarn/Berry/cache/resolve-url-loader-npm-5.0.0-9b441067c9-10.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/6/AppData/Local/Yarn/Berry/cache/sass-loader-npm-13.2.2-b5bbed2dce-10.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 Font Styless & Fluid Type */
/****************************************************************************************************/
/* Font Size Clamp */
/* #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;
}

.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;
  }
}

.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: #6D3A5D;
  color: white;
}

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

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

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

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

* {
  box-sizing: border-box;
}

:root {
  --scrollbar-width: 16px;
  --header-height: 147px;
  --card-width: 340px;
  --column-count: 3;
  --card-gap: 1.5rem;
  color-scheme: normal !important;
  /* For Images */
  --image-width: 0;
  --image-height: 0;
  --image-aspectratio: 1.5;
}

html {
  min-height: auto;
  font-style: normal;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  color: black;
  font-style: normal;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  background-color: #F3F3F3;
}

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

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

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

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

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

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

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

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Text-level Semantics */
/****************************************************************************************************/
p {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.4;
}

strong, b {
  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: 80%;
  max-width: 100%;
  margin: 48px auto;
  padding-left: 40px;
  position: relative;
  border: none;
  color: inherit;
  text-align: left;
  font-size: clamp(20px, 12.8765217391px + 0.0069565217 * 100vw, 24px);
  color: #6D3A5D;
  border-left: 2px solid #33D9C3;
}
blockquote p {
  color: inherit;
  color: #6D3A5D;
}

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

a:hover {
  color: #33D9C3;
  text-decoration: underline;
}

a:active {
  color: #33D9C3;
  text-decoration: none;
}

hr {
  border: none;
  height: 1px;
  margin: 2rem 0;
  background-color: #F3F3F3;
}

li {
  list-style: none;
  font-size: 1rem;
  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: #D6D6D6;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .h {
  font-style: normal;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.78px;
  font-weight: 900;
  color: #6D3A5D;
  margin: 1.4rem 0 1.38rem;
  padding: 0;
  display: block;
  word-wrap: break-word;
}
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;
}

h1 {
  color: #6D3A5D;
  font-size: clamp(40px, 2.6017391304px + 0.0365217391 * 100vw, 61px);
}

h2 {
  font-size: clamp(32px, 1.7252173913px + 0.0295652174 * 100vw, 49px);
}

h2.branded {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin: 0 0 48px 0;
}
h2.branded:before {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 16px;
}

h3 {
  font-size: clamp(26px, 2.8486956522px + 0.0226086957 * 100vw, 39px);
}

h4 {
  font-size: clamp(19px, 1.1913043478px + 0.0173913043 * 100vw, 29px);
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Buttons */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Buttons */
/****************************************************************************************************/
body.searchPage .mainContent button, .button,
.cmsContent .button {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding: 16px 25px 16px 51px;
  margin: 36px 0;
  border-radius: 60px;
  border: 1px solid #6D3A5D;
  background: white;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #6D3A5D;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}
body.searchPage .mainContent button:before, .button:before,
.cmsContent .button:before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
}
body.searchPage .mainContent button:focus:focus-visible, .button:focus:focus-visible,
.cmsContent .button:focus:focus-visible {
  color: #fff;
  background: #6D3A5D;
  text-decoration: none;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
body.searchPage .mainContent button:focus:focus-visible:before, .button:focus:focus-visible:before,
.cmsContent .button:focus:focus-visible:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
body.searchPage .mainContent button:hover, .button:hover,
.cmsContent .button:hover {
  color: #fff;
  background: #6D3A5D;
  text-decoration: none;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
body.searchPage .mainContent button:hover:before, .button:hover:before,
.cmsContent .button:hover:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
body.searchPage .mainContent button:active, .button:active,
.cmsContent .button:active {
  color: #fff;
  background: #6D3A5D;
  text-decoration: none;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
body.searchPage .mainContent button:active:before, .button:active:before,
.cmsContent .button:active:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
body.searchPage .mainContent button.small, .button.small,
.cmsContent .button.small {
  margin: 0;
  padding: 16px 20px 16px 60px;
  font-size: 16px;
}
body.searchPage .mainContent button.small:before, .button.small:before,
.cmsContent .button.small:before {
  left: 20px;
  width: 32px;
}
body.searchPage .mainContent button.noArrow, .button.noArrow,
.cmsContent .button.noArrow {
  margin: 0;
  padding: 16px 20px;
  background-color: #6D3A5D;
  color: white;
  text-transform: uppercase;
}
body.searchPage .mainContent button.noArrow:before, .button.noArrow:before,
.cmsContent .button.noArrow:before {
  content: none;
}
body.searchPage .mainContent button.noArrow:focus:focus-visible, .button.noArrow:focus:focus-visible,
.cmsContent .button.noArrow:focus:focus-visible {
  color: #6D3A5D;
  background-color: #33D9C3;
  text-decoration: none;
}
body.searchPage .mainContent button.noArrow:hover, .button.noArrow:hover,
.cmsContent .button.noArrow:hover {
  color: #6D3A5D;
  background-color: #33D9C3;
  text-decoration: none;
}
body.searchPage .mainContent button.noArrow:active, .button.noArrow:active,
.cmsContent .button.noArrow:active {
  color: #6D3A5D;
  background-color: #33D9C3;
  text-decoration: none;
}
body.searchPage .mainContent button.noArrow.share-button, .button.noArrow.share-button,
.cmsContent .button.noArrow.share-button {
  border: none;
  box-shadow: none;
  background-color: #33D9C3;
  color: white;
  margin: 0;
  width: 100%;
  margin: 0.25rem 0;
}
body.searchPage .mainContent button.noStyles, .button.noStyles,
.cmsContent .button.noStyles {
  display: block;
  padding: 0;
  margin: 0;
  border-radius: initial;
  background: initial;
  box-shadow: initial;
  -webkit-backdrop-filter: initial;
          backdrop-filter: initial;
  transition: initial;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: initial;
  cursor: pointer;
  border: none;
}
body.searchPage .mainContent button.noStyles:before, .button.noStyles:before,
.cmsContent .button.noStyles: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;
  max-width: 100%;
}

/* 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: black;
  font-size: 1rem;
  line-height: 1.4;
  /* 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: #6D3A5D;
}
.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 {
  color: #6D3A5D;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
  word-wrap: break-word;
}
.cmsContent a:focus:focus-visible {
  color: #33D9C3;
  text-decoration: none;
}
.cmsContent a:hover {
  color: #33D9C3;
  text-decoration: none;
}
.cmsContent a:active {
  color: #33D9C3;
  text-decoration: none;
}
.cmsContent .socialLinks a[target=_blank]:after {
  content: none;
}
.cmsContent p {
  line-height: 1.4;
}
.cmsContent ul,
.cmsContent ol {
  margin: 1rem 0;
  /* SHARED list item styles */
  /* SHARED nested list styles */
  /* Special lists:   Alpha & Roman Numerals */
}
.cmsContent ul li,
.cmsContent ol li {
  margin: 0 0 0.8em;
  position: relative;
  padding: 0 0 0 1.75rem;
}
.cmsContent ul ol,
.cmsContent ul ul,
.cmsContent ol ol,
.cmsContent ol ul {
  margin: 0.4rem 0;
}
.cmsContent ul ol > li,
.cmsContent ul ul > li,
.cmsContent ol ol > li,
.cmsContent ol ul > li {
  background: none;
}
.cmsContent ul ol > li:before,
.cmsContent ul ul > li:before,
.cmsContent ol ol > li:before,
.cmsContent ol ul > li:before {
  color: black;
}
.cmsContent ul.roman > li,
.cmsContent ol.roman > li {
  padding-left: 2rem;
}
.cmsContent ul.roman > li:before,
.cmsContent ol.roman > li:before {
  content: counter(customListCounter, lower-roman) ".";
}
.cmsContent ul.alpha > li:before, .cmsContent ul.lettered > li:before,
.cmsContent ol.alpha > li:before,
.cmsContent ol.lettered > li:before {
  content: counter(customListCounter, lower-alpha) ".";
}
.cmsContent ul.upper > li:before, .cmsContent ul.uppercase > li:before,
.cmsContent ol.upper > li:before,
.cmsContent ol.uppercase > li:before {
  text-transform: uppercase;
}
.cmsContent ul.reset,
.cmsContent ol.reset {
  margin: 0;
}
.cmsContent ul.reset li,
.cmsContent ol.reset li {
  padding: 0;
  margin: 0;
}
.cmsContent ul.reset li:before,
.cmsContent ol.reset li:before {
  display: none;
}
.cmsContent ul {
  list-style-type: none;
}
.cmsContent ul > li {
  list-style-type: none;
  font-size: 1rem;
  position: relative;
  /* bullet icon */
}
.cmsContent ul > li:before {
  content: " ";
  top: initial;
  left: 0;
  width: 1rem;
  height: 1.2rem;
  color: black;
  content: "";
  display: block;
  position: absolute;
  line-height: inherit;
  background-image: url(/CFImages/Icons/square-solid-secondary.svg);
  background-size: 0.4em auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cmsContent ol {
  padding: 0 0 0 1.5rem;
}
.cmsContent ol > li {
  padding: 0 0 0 0.75rem;
  list-style-type: decimal;
}
.cmsContent address {
  margin: 0.5rem 0 1rem;
}
.cmsContent mark {
  color: white;
  background-color: black;
}
.cmsContent pre {
  white-space: pre-wrap;
  background-color: #efefef;
  padding: 2rem;
}

.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:hover, .dark a:active, .dark a:focus, .dark .cmsContent a:hover, .dark .cmsContent a:active, .dark .cmsContent a:focus {
  color: #33D9C3;
  text-decoration: underline;
}
.dark .button,
.dark .cmsContent .button, .dark .cmsContent .button,
.dark .cmsContent .cmsContent .button {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.dark .button:before,
.dark .cmsContent .button:before, .dark .cmsContent .button:before,
.dark .cmsContent .cmsContent .button:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
.dark .button:focus:focus-visible,
.dark .cmsContent .button:focus:focus-visible, .dark .cmsContent .button:focus:focus-visible,
.dark .cmsContent .cmsContent .button:focus:focus-visible {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
}
.dark .button:focus:focus-visible:before,
.dark .cmsContent .button:focus:focus-visible:before, .dark .cmsContent .button:focus:focus-visible:before,
.dark .cmsContent .cmsContent .button:focus:focus-visible:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.dark .button:hover,
.dark .cmsContent .button:hover, .dark .cmsContent .button:hover,
.dark .cmsContent .cmsContent .button:hover {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
}
.dark .button:hover:before,
.dark .cmsContent .button:hover:before, .dark .cmsContent .button:hover:before,
.dark .cmsContent .cmsContent .button:hover:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.dark .button:active,
.dark .cmsContent .button:active, .dark .cmsContent .button:active,
.dark .cmsContent .cmsContent .button:active {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
}
.dark .button:active:before,
.dark .cmsContent .button:active:before, .dark .cmsContent .button:active:before,
.dark .cmsContent .cmsContent .button:active:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.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/square-solid-white.svg);
}
.dark ol > li:before, .dark .cmsContent ol > li:before {
  color: white;
}
.dark mark, .dark .cmsContent mark {
  color: #4c2841;
  background-color: white;
}
.dark pre, .dark .cmsContent pre {
  background-color: #4c2841;
  color: white;
}
.dark blockquote, .dark .cmsContent blockquote {
  background-color: #4c2841;
  color: white;
}
.dark blockquote p, .dark .cmsContent blockquote p {
  color: white;
}

/* #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);
}

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

/* shared Kendo widget icon styles (works with navigation css file) */
.k-icon {
  width: 3rem;
  height: 3rem;
  /* 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/chevron-down.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(180deg);
  background-image: url(/CFImages/Icons/chevron-down.svg);
}
.k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/chevron-down.svg);
}
.k-state-active .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/chevron-down.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/chevron-down.svg);
}
li.k-item.selected > div .k-icon:first-of-type.k-i-collapse:before {
  background-image: url(/CFImages/Icons/chevron-down.svg);
}

/* Custom icons element with background svgs*/
.icon {
  display: inline-block;
  font-size: 1rem;
}
.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;
}
#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 black;
  border-radius: 15px;
  background-color: black;
}

/* #endregion */
/**

/****************************************************************************************************/
/* #region Layout / Structure */
/****************************************************************************************************/
.featuredGrid {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  /* Double content is the default */
}
.featuredGrid .container {
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 60px;
  background-color: white;
}
.featuredGrid .heading {
  padding: 64px 20px 64px 64px;
  align-content: center;
}
.featuredGrid .heading :is(h2, h3) {
  margin: 0;
}
.featuredGrid .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 64px 64px 64px 20px;
}
.featuredGrid.reversed .heading {
  padding: 64px 64px 64px 20px;
}
.featuredGrid.reversed .content {
  padding: 64px 20px 64px 64px;
}
.featuredGrid.withPhoto .container {
  grid-template-columns: 1fr 1fr;
  border-radius: 0;
  background-color: transparent;
  gap: 80px;
}
.featuredGrid.withPhoto div.photo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.featuredGrid.withPhoto div.photo picture {
  position: relative;
}
.featuredGrid.withPhoto div.photo picture::before {
  content: "";
  position: absolute;
  top: 3%;
  left: -3%;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #33D9C3;
  border-radius: 50%;
  z-index: 2;
}
.featuredGrid.withPhoto div.photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
}
.featuredGrid.oneCol {
  /* Double content is the default */
}
.featuredGrid.oneCol .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  border-radius: 30px 3px 3px 3px;
  background: white;
}
.featuredGrid.oneCol .heading {
  padding: 0;
}
.featuredGrid.oneCol .heading :is(h2, h3,h4) {
  margin: 0 0 20px 0;
  padding: 0 24px 0 24px;
  font-size: clamp(22px, 5.972173913px + 0.0156521739 * 100vw, 31px);
  font-weight: 900;
  letter-spacing: -0.62px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.featuredGrid.oneCol .heading :is(h2, h3,h4):before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.featuredGrid.oneCol .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0 24px 0 60px;
}
.featuredGrid.oneCol .content .cmsContent p, .featuredGrid.oneCol .content .cmsContent strong, .featuredGrid.oneCol .content .cmsContent li {
  color: inherit;
}
.featuredGrid.oneCol .content a.button {
  margin: 0;
}
@media (max-width: 1024px) {
  .featuredGrid .container {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .featuredGrid .container .heading {
    padding: 64px 48px 24px 48px;
  }
  .featuredGrid .container .content {
    padding: 0 48px 64px 48px;
  }
  .featuredGrid.reversed .container {
    flex-direction: column-reverse;
  }
  .featuredGrid.oneCol .container .heading {
    padding: 0;
  }
  .featuredGrid.oneCol .container .content {
    padding: 0 24px 0 60px;
  }
  .featuredGrid.withPhoto .container, .featuredGrid.withPhoto.reversed .container {
    gap: 20px;
  }
  .featuredGrid.withPhoto .container .content, .featuredGrid.withPhoto.reversed .container .content {
    padding: 50px 0 0 0;
  }
}

body {
  display: flex;
  flex-direction: column;
}

#wrapper {
  overflow: hidden;
  height: auto !important;
  flex: 1 0 auto;
}
.k-ie11 #wrapper {
  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 {
    .wrapper {
        > * {
            opacity: 1 !important;
            transform: translatey(0) !important;
        }
    }
}*/
/*.wrapper {
    //padding: 2rem 0rem 5rem;
    > * {
        opacity: 0;
        transform: translatey(10%);
        transition: opacity 1s, transform .5s;
    }

    &.inViewport {
        > * {
            opacity: 1;
            transform: translatey(0);
        }

        h2 {
            &:after {
                width: 3rem;
            }
        }
    }
}*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Containers */
/****************************************************************************************************/
.container {
  width: 74rem;
  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(60rem);
}
.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 - 74rem) / 2) !important;
  padding-left: calc((100vw - 74rem - 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 - 74rem) / 2) !important;
  padding-right: calc((100vw - 74rem - 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: 10;
  position: absolute;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-bottom: 1px solid #6D3A5D;
  height: var(--header-height);
}
#header.up {
  position: fixed;
  animation: header-slide-in 300ms ease;
}
#header .topHeader {
  display: none;
}
#header .header {
  position: relative;
  z-index: 100;
  background-color: white;
  padding: 24px 0;
  border-bottom: 3px solid #F3F3F3;
}
#header .header .headerGrid {
  display: grid;
  grid-template-columns: 250px auto 200px;
  align-items: center;
  gap: 1rem;
}
#header .header .headerGrid .logo,
#header .header .headerGrid .menu,
#header .header .headerGrid .additional {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
#header .header .headerGrid .logo {
  width: 100%;
}
#header .header .headerGrid .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#header .header .headerGrid .menu {
  justify-content: center;
}
#header .header .headerGrid .additional {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: flex-end;
  font-size: 16px;
}
#header .header .headerGrid .additional .socialSearchBar {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
#header .header .headerGrid .additional .socialSearchBar .sfContentBlock {
  display: flex;
  align-items: center;
  gap: 0;
}
#header .header .headerGrid .additional .socialSearchBar .sfContentBlock p {
  margin: 0;
  font-size: 16px;
}
#header .header .headerGrid .additional .socialSearchBar .sfContentBlock a {
  text-decoration: none;
}
#header .header .headerGrid .additional .socialSearchBar .sfContentBlock a.search {
  padding-left: 8px;
  border-left: 1px solid #6D3A5D;
}
#header .header .headerGrid .additional .loginBar a.button {
  margin: 1rem 0 0 0 !important;
}

body.withNavOpen #header .header {
  z-index: 9999;
  position: fixed;
  width: 100%;
}
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Page Topper (Banner) */
/****************************************************************************************************/
/* Usually nested in the topper */
.topperSection {
  position: relative;
  margin: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 60px 60px;
}
.topperSection .topperContent {
  padding: 34px 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.topperSection .topperContent h1 {
  color: #6D3A5D;
  margin: 0;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Main Content */
/****************************************************************************************************/
main {
  padding: var(--header-height) 0 4rem 0;
}
main .bd {
  min-height: 500px;
}
main .bd .breadCrumbInner {
  padding: 2rem 0;
  font-size: 0.7rem;
  display: flex;
}
main .bd .breadCrumbInner a {
  color: #555555;
  text-decoration: none;
  font-weight: 400;
}
main .bd .breadCrumbInner > *:last-child {
  color: #6D3A5D;
}
main .bd .breadCrumbInner > *:not(:last-child) {
  color: #555555;
  font-weight: 400;
}
main .bd .breadCrumbInner > *:not(:last-child):hover, main .bd .breadCrumbInner > *:not(:last-child):focus {
  text-decoration: underline;
}
main .bd .breadCrumbInner span.separator {
  margin: 0 0.6em;
}
main .bd .mainContent .sfContentBlock img {
  max-width: 100%;
}

/* #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: white;
  padding: 20px 0 10px 0;
}
.siteFooter .preFooter .preFooterGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 10px;
}
.siteFooter .preFooter .preFooterGrid .sfContentBlock {
  color: #6D3A5D;
}
.siteFooter .preFooter .preFooterGrid .sfContentBlock p {
  margin: 0;
  color: #6D3A5D;
  font-size: 16px;
}
.siteFooter .preFooter .preFooterGrid p {
  margin: 0;
  color: #6D3A5D;
}
@media (max-width: 1024px) {
  .siteFooter .preFooter .preFooterGrid {
    grid-template-columns: 1fr;
  }
}
.siteFooter .preFooter .preFooterGrid .preFooterColumn {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.siteFooter .mainFooter {
  --navigation-spacing-big: 24px;
  --navigation-spacing-medium: 12px;
  --navigation-spacing-small: 10px;
  background-color: #E9E9E9;
  padding: 64px 0;
}
.siteFooter .mainFooter .mainFooterGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
@media (max-width: 1024px) {
  .siteFooter .mainFooter .mainFooterGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .siteFooter .mainFooter .mainFooterGrid {
    grid-template-columns: 1fr;
  }
}
.siteFooter .mainFooter .mainFooterGrid .footerColumn {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl {
  margin-bottom: var(--navigation-spacing-big);
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset {
  display: flex;
  flex-direction: column;
  gap: var(--navigation-spacing-big);
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem a {
  display: inline-flex;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem a:focus, .siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem a:hover, .siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem a:active {
  cursor: pointer;
  text-decoration: underline;
  color: #33D9C3;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu {
  display: flex;
  flex-direction: column;
  gap: var(--navigation-spacing-medium);
  margin-top: var(--navigation-spacing-medium);
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu li.menuItem a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu li.menuItem a:focus, .siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu li.menuItem a:hover, .siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu li.menuItem a:active {
  cursor: pointer;
  text-decoration: underline;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu.level2 {
  display: flex;
  flex-direction: column;
  gap: var(--navigation-spacing-small);
  margin-top: 10px;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu.level2 li.menuItem {
  padding-left: 24px;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl ul.reset li.rootMenuItem ul.subMenu.level2 li.menuItem a {
  font-size: 13px;
}
.siteFooter .mainFooter .footerColumn nav.navCustomUl:last-of-type {
  margin-bottom: 0;
}
.siteFooter .mainFooter .extraLinks a {
  display: inline-flex;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  margin-top: var(--navigation-spacing-big);
}
.siteFooter .mainFooter .extraLinks a:focus, .siteFooter .mainFooter .extraLinks a:hover, .siteFooter .mainFooter .extraLinks a:active {
  cursor: pointer;
  text-decoration: underline;
  color: #33D9C3;
}
.siteFooter .mainFooter .social {
  margin-top: calc(var(--navigation-spacing-big) * -1);
}
.siteFooter .copyrightFooter {
  background-color: #6D3A5D;
  padding: 24px;
}
.siteFooter .copyrightFooter .container.full {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.siteFooter .copyrightFooter .container.full div.sfContentBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}
.siteFooter .copyrightFooter .container.full div.sfContentBlock:nth-of-type(1) {
  justify-content: flex-start;
}
.siteFooter .copyrightFooter .container.full div.sfContentBlock:nth-of-type(3) {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .siteFooter .copyrightFooter .container.full {
    grid-template-columns: 1fr;
  }
  .siteFooter .copyrightFooter .container.full div {
    justify-content: center !important;
    text-align: center;
  }
}

/* #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: 700;
  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: #33D9C3;
  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;
  padding-top: 2rem;
}

.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 */
.meta {
  color: #6D3A5D;
  font-size: 13px;
  margin-bottom: 0.6rem;
}

/* #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;
}

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: #D6D6D6;
  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: #6F6F6F;
  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 */
  /*.slider {  
      .slide {
          min-height: 500px;
      }
  }*/
}
.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__arrows {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  z-index: 10;
  margin: 2rem 0 0 0;
}
.splide .splide__arrows .splide__arrow {
  position: relative;
  pointer-events: all;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
  padding: 0;
  margin: 0;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  transform: none;
  border: 1px solid #6D3A5D;
  background-color: transparent;
  color: #6D3A5D;
}
.splide .splide__arrows .splide__arrow:before {
  content: none;
}
.splide .splide__arrows .splide__arrow:focus:focus-visible {
  background-color: #6D3A5D;
  color: white;
}
.splide .splide__arrows .splide__arrow:hover {
  background-color: #6D3A5D;
  color: white;
}
.splide .splide__arrows .splide__arrow:active {
  background-color: #6D3A5D;
  color: white;
}

/* #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;
}
.homeSlideshow .splide__arrows {
  position: absolute;
  width: auto;
  bottom: 4rem;
  left: calc(50% - 9rem);
  z-index: 9;
}
.homeSlideshow .splide__slide {
  position: relative;
  min-height: 700px;
  background-color: #F3F3F3;
}
.homeSlideshow .splide__slide .imgWrapper {
  overflow: hidden;
  border-top-left-radius: 60px;
  width: 50%;
}
.homeSlideshow .splide__slide .imgWrapper img {
  width: 100%;
  aspect-ratio: 1.33;
}
.homeSlideshow .splide__slide .cardContent {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 5rem 3rem 5rem calc(50vw - 30rem);
  width: 50%;
}
.homeSlideshow .splide__slide .cardContent span.slideTitle {
  font-style: normal;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 900;
  color: #6D3A5D;
  font-size: clamp(28px, -2.421875px + 0.0396634615 * 100vw, 61px);
  margin-bottom: 36px;
}
.homeSlideshow .splide__slide .cardContent .summary {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
.homeSlideshow .splide__slide .cardContent a.button {
  margin-top: 2rem;
}
.homeSlideshow .splide__slide.is-visible .cardContent {
  opacity: 1;
}

/* #endregion */
/****************************************************************************************************/
div.sponsorsGrid ul {
  display: grid;
  position: relative;
  --column-count: 3;
  grid-template-columns: repeat(var(--column-count), 1fr);
  gap: var(--card-gap);
  margin-bottom: 2rem;
}
div.sponsorsGrid ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #E9E9E9;
  background-color: white;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  height: 100%;
}
div.sponsorsGrid ul li img {
  max-width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
div.sponsorsGrid ul li:before {
  content: none;
}

/****************************************************************************************************/
/* #region LIST VIEWS - .listView THIS ONLY CONTROL THE GRIDS and number of ITEMS - NOT THE CARDS */
/****************************************************************************************************/
h2.listViewTitle {
  padding-bottom: 2rem;
}

.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;
}
.listView h2.listViewTitle {
  padding-bottom: 2rem;
}

/* 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;
}

/* 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;
  }

  div.sponsorsGrid ul {
    --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;
  }

  div.sponsorsGrid ul {
    --column-count: 1;
  }
}
@media (max-width: 600px) {
  /* Go down to 1 */
  .listView.gridCols.fourCol, .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 1;
  }
}
/* ######## ### Content Specific Sizing of Grids if required exact dimensions can be paired with default or fixedSizeScales or .fixedSize ### */
.listView.newsletters {
  --card-width: calc(50% - 22px);
  --card-gap: 44px;
}
@media (max-width: 767px) {
  .listView.newsletters {
    --card-width: 100%;
  }
}

.listView.teammembers {
  --card-width: 450px;
  --card-gap: 44px;
}

.listView.memberships {
  --card-width: 348px;
  --card-gap: 14px;
}

.listView.featurelinks {
  --card-width: 450px;
  --card-gap: 36px;
}

.listView.eventitems {
  --card-gap: 60px;
  --card-width: 600px;
}

.listView.newsitems {
  --card-gap: 20px;
  --card-width: 340px;
}

.listView.faqs {
  display: flex;
  grid-template-columns: initial;
  flex-direction: column;
  --card-gap: 0;
}

/* Related Content Lists (if different) */
/*
.related .listView.related {
}
*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region CARDS - .cardView */
/****************************************************************************************************/
/* Shared/Common Card Views Styles */
.cardView {
  height: 100%;
  width: 100%;
}
.cardView.reverse {
  background-color: #fff;
  border-radius: 3px;
  padding: 1.25rem;
  color: #6D3A5D !important;
  /* Title */
}
.cardView.reverse h3 {
  font-size: 1.2rem;
  color: #6D3A5D;
  margin-top: 0;
}
.cardView.reverse h3 a:link, .cardView.reverse h3 a:visited {
  color: #6D3A5D;
}
.cardView.reverse h3 a:hover, .cardView.reverse h3 a:active {
  color: #33D9C3;
}
.cardView.reverse a:link, .cardView.reverse a:visited {
  color: #6D3A5D;
}
.cardView.reverse a:hover, .cardView.reverse a:active {
  color: #33D9C3;
}
.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: 3px;
  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: #6D3A5D;
  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: #E9E9E9;
  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;
}
.cardView .imageOverlayCard .overlayWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* zoom in the image */
}
.cardView .imageOverlayCard .overlayWrapper .imgWrapper {
  width: 100%;
  height: 100%;
}
.cardView .imageOverlayCard .overlayWrapper .imgWrapper img {
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.cardView .imageOverlayCard .overlayWrapper:hover .imgWrapper img {
  transform: scale(1.2);
}
.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 */
.cardView.teammember {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 0;
  border-radius: 30px 3px 3px 3px;
  background: white;
  /* position */
}
.cardView.teammember h3 {
  margin: 0 0 20px 0;
  padding: 0 24px 0 24px;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.62px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cardView.teammember h3:before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.cardView.teammember .position {
  color: #6D3A5D;
  display: block;
  padding: 0 24px 0 60px;
}

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

.cardView.clepresentation {
  display: flex;
  padding: 36px 48px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #E9E9E9;
}
.cardView.clepresentation .cardContent {
  width: 100%;
}
.cardView.clepresentation .cardContent .meta {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.cardView.clepresentation .cardContent .meta span {
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #6D3A5D;
}
.cardView.clepresentation .cardContent .meta div.contentTypeLabels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.cardView.clepresentation .cardContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.cardView.clepresentation .cardContent .meta span.eventStatus {
  background-color: #33D9C3;
  font-weight: 700;
}
.cardView.clepresentation .cardContent h3 {
  font-size: 25px;
  margin: 19px 0;
}
.cardView.clepresentation .cardContent .summary {
  font-size: 20px;
  margin: 0;
}
.cardView.clepresentation .cardContent span.dates {
  margin: 36px 0 0 0;
  font-size: 16px;
  font-weight: 800;
  color: #6D3A5D;
  display: flex;
  align-items: center;
  gap: 0;
}
.cardView.clepresentation .cardContent span.dates:before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 16px;
}

/* Insight CardViews (Events News) */
.cardView.eventitem {
  display: grid;
  grid-template-columns: 250px auto;
  width: 100%;
  background-color: white;
  overflow: hidden;
}
.cardView.eventitem .itemImage {
  height: 100%;
  background-color: #6D3A5D;
  position: relative;
}
.cardView.eventitem .itemImage .imgWrapper {
  width: 100%;
  height: 100%;
}
.cardView.eventitem .itemImage .imgWrapper img {
  height: 100%;
  -o-object-position: center left;
     object-position: center left;
}
.cardView.eventitem .itemImage:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-image: url(/CFImages/Logo-BG.svg);
  background-size: 320px auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 1;
}
.cardView.eventitem .cardContent {
  display: flex;
  padding: 48px 36px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 53px;
  flex-shrink: 0;
}
.cardView.eventitem .cardContent .meta {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.cardView.eventitem .cardContent .meta span {
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #6D3A5D;
}
.cardView.eventitem .cardContent .meta div.contentTypeLabels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.cardView.eventitem .cardContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.cardView.eventitem .cardContent .meta span.eventStatus {
  background-color: #33D9C3;
  font-weight: 700;
}
.cardView.eventitem .cardContent .bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cardView.eventitem .cardContent .bottom h3 {
  font-size: 25px;
  margin-top: 0;
}
.cardView.eventitem .cardContent .bottom .summary {
  font-size: 20px;
}
.cardView.eventitem .cardContent .bottom span.dates {
  margin-top: 64px;
  font-size: 16px;
  color: #6D3A5D;
  font-weight: 800;
}
@media (max-width: 767px) {
  .cardView.eventitem {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .cardView.eventitem .itemImage {
    display: none;
  }
}
.cardView.eventitem:focus:focus-visible {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: #6D3A5D;
  color: #fff;
}
.cardView.eventitem:focus:focus-visible .itemImage {
  background-color: #33D9C3;
}
.cardView.eventitem:focus:focus-visible .cardContent {
  color: #fff;
}
.cardView.eventitem:focus:focus-visible .cardContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom h3, .cardView.eventitem:focus:focus-visible .cardContent .bottom a, .cardView.eventitem:focus:focus-visible .cardContent .bottom .summary, .cardView.eventitem:focus:focus-visible .cardContent .bottom span.dates {
  color: #fff;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:focus:focus-visible {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:focus:focus-visible:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:hover {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:hover:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:active {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:focus:focus-visible .cardContent .bottom a.button:active:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:hover {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: #6D3A5D;
  color: #fff;
}
.cardView.eventitem:hover .itemImage {
  background-color: #33D9C3;
}
.cardView.eventitem:hover .cardContent {
  color: #fff;
}
.cardView.eventitem:hover .cardContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.cardView.eventitem:hover .cardContent .bottom h3, .cardView.eventitem:hover .cardContent .bottom a, .cardView.eventitem:hover .cardContent .bottom .summary, .cardView.eventitem:hover .cardContent .bottom span.dates {
  color: #fff;
}
.cardView.eventitem:hover .cardContent .bottom a.button {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.cardView.eventitem:hover .cardContent .bottom a.button:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
.cardView.eventitem:hover .cardContent .bottom a.button:focus:focus-visible {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:hover .cardContent .bottom a.button:focus:focus-visible:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:hover .cardContent .bottom a.button:hover {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:hover .cardContent .bottom a.button:hover:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:hover .cardContent .bottom a.button:active {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:hover .cardContent .bottom a.button:active:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:active {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: #6D3A5D;
  color: #fff;
}
.cardView.eventitem:active .itemImage {
  background-color: #33D9C3;
}
.cardView.eventitem:active .cardContent {
  color: #fff;
}
.cardView.eventitem:active .cardContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.cardView.eventitem:active .cardContent .bottom h3, .cardView.eventitem:active .cardContent .bottom a, .cardView.eventitem:active .cardContent .bottom .summary, .cardView.eventitem:active .cardContent .bottom span.dates {
  color: #fff;
}
.cardView.eventitem:active .cardContent .bottom a.button {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.cardView.eventitem:active .cardContent .bottom a.button:before {
  background-image: url("/CFImages/Icons/circle-arrow-white.svg");
}
.cardView.eventitem:active .cardContent .bottom a.button:focus:focus-visible {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:active .cardContent .bottom a.button:focus:focus-visible:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:active .cardContent .bottom a.button:hover {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:active .cardContent .bottom a.button:hover:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}
.cardView.eventitem:active .cardContent .bottom a.button:active {
  color: #6D3A5D;
  background: white;
  text-decoration: none;
  border: 1px solid white;
}
.cardView.eventitem:active .cardContent .bottom a.button:active:before {
  background-image: url("/CFImages/Icons/circle-arrow.svg");
}

.cardView.newsitem {
  display: flex;
  flex-direction: column;
}
.cardView.newsitem .imgWrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 1.23;
  position: relative;
}
.cardView.newsitem .imgWrapper img {
  -o-object-position: center left;
     object-position: center left;
  aspect-ratio: 1.23;
}
.cardView.newsitem .imgWrapper.fallback {
  background-color: #33D9C3;
}
.cardView.newsitem .imgWrapper.fallback:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-image: url(/CFImages/Logo-BG.svg);
  background-size: 75% auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 1;
}
.cardView.newsitem .cardContent {
  display: flex;
  flex-grow: 1;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: white;
  min-height: 260px;
}
.cardView.newsitem .cardContent .meta {
  position: relative;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.cardView.newsitem .cardContent .meta .contentTypeLabels span {
  display: flex;
  padding: 6px 18px;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #6D3A5D;
}
.cardView.newsitem .cardContent h3 {
  font-size: 25px;
  margin-top: 0;
}
.cardView.newsitem .cardContent span.dates {
  margin-top: auto;
  font-size: 16px;
  color: #6D3A5D;
  font-weight: 800;
}
.cardView.newsitem:focus:focus-visible {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #fff;
}
.cardView.newsitem:focus:focus-visible .imgWrapper {
  border-top-left-radius: 60px;
  overflow: hidden;
}
.cardView.newsitem:focus:focus-visible .cardContent {
  color: #fff;
  background-color: #6D3A5D;
}
.cardView.newsitem:focus:focus-visible .cardContent h3, .cardView.newsitem:focus:focus-visible .cardContent h3 a, .cardView.newsitem:focus:focus-visible .cardContent span.dates {
  color: #fff;
}
.cardView.newsitem:focus:focus-visible .cardContent .meta .contentTypeLabels span {
  color: white;
  border-color: white;
}
.cardView.newsitem:hover {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #fff;
}
.cardView.newsitem:hover .imgWrapper {
  border-top-left-radius: 60px;
  overflow: hidden;
}
.cardView.newsitem:hover .cardContent {
  color: #fff;
  background-color: #6D3A5D;
}
.cardView.newsitem:hover .cardContent h3, .cardView.newsitem:hover .cardContent h3 a, .cardView.newsitem:hover .cardContent span.dates {
  color: #fff;
}
.cardView.newsitem:hover .cardContent .meta .contentTypeLabels span {
  color: white;
  border-color: white;
}
.cardView.newsitem:active {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #fff;
}
.cardView.newsitem:active .imgWrapper {
  border-top-left-radius: 60px;
  overflow: hidden;
}
.cardView.newsitem:active .cardContent {
  color: #fff;
  background-color: #6D3A5D;
}
.cardView.newsitem:active .cardContent h3, .cardView.newsitem:active .cardContent h3 a, .cardView.newsitem:active .cardContent span.dates {
  color: #fff;
}
.cardView.newsitem:active .cardContent .meta .contentTypeLabels span {
  color: white;
  border-color: white;
}

.cardView.membership {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  border-radius: 3px;
  background: #6D3A5D;
  padding: 70px 24px 45px 24px;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.cardView.membership:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-image: url(/CFImages/Logo-BG.svg);
  background-size: 320px auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.5;
}
.cardView.membership::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: height 0.4s ease;
  z-index: 1;
}
.cardView.membership:hover, .cardView.membership:focus-within, .cardView.membership:active {
  border-top-left-radius: 50px;
}
.cardView.membership:hover::after, .cardView.membership:focus-within::after, .cardView.membership:active::after {
  height: 60%;
}
.cardView.membership:hover .hoverContent, .cardView.membership:focus-within .hoverContent, .cardView.membership:active .hoverContent {
  display: flex;
  z-index: 2;
}
.cardView.membership h3 {
  font-family: "Inter", sans-serif;
  font-size: 39px;
  font-weight: 900;
  min-height: 40%;
  margin: 0 0 10px 0;
}
.cardView.membership .hoverContent {
  display: none;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.cardView.membership .hoverContent .summary {
  font-size: 20px;
  font-weight: 800;
}
.cardView.membership .hoverContent .button {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 45px;
}

.cardView.newsletter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  background: #6D3A5D;
  padding: 64px 36px;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-radius: 60px;
}
.cardView.newsletter:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-image: url(/CFImages/Logo-BG-Full.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.5;
}
.cardView.newsletter h3.branded {
  margin: 0;
  color: white;
  font-size: clamp(26px, 2.8486956522px + 0.0226086957 * 100vw, 39px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cardView.newsletter h3.branded a {
  color: white;
}
.cardView.newsletter h3.branded:before {
  content: "";
  width: 36px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 21px;
}
.cardView.newsletter .summary {
  margin-top: 36px;
  color: white;
  font-size: 20px;
}
.cardView.featurelink {
  background-color: #D6D6D6;
  border-radius: 3px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 450px;
}
.cardView.featurelink h3 {
  margin-top: 0;
  font-size: 31px;
}
.cardView.featurelink div.summary {
  font-size: 20px;
}
.cardView.featurelink a.button {
  margin: 32px 0 0 0;
  background-color: transparent;
}
.cardView.featurelink a.button:focus:focus-visible {
  background-color: #6D3A5D;
}
.cardView.featurelink a.button:hover {
  background-color: #6D3A5D;
}
.cardView.featurelink a.button:active {
  background-color: #6D3A5D;
}
.cardView.featurelink:focus:focus-visible {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: white;
}
.cardView.featurelink:hover {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: white;
}
.cardView.featurelink:active {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border-top-left-radius: 60px;
  background-color: white;
}

.sliderView.businesspartners li.is-active .cardView.businesspartner .imgWrapper img {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  filter: grayscale(0%);
}

.cardView.businesspartner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardView.businesspartner .imgWrapper img {
  filter: grayscale(100%);
}
.cardView.businesspartner:focus:focus-visible .imgWrapper img {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  filter: grayscale(0%);
}
.cardView.businesspartner:hover .imgWrapper img {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  filter: grayscale(0%);
}
.cardView.businesspartner:active .imgWrapper img {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  filter: grayscale(0%);
}
.cardView.businesspartner.full {
  flex-direction: column;
  min-height: 250px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 10px 20px #00000030, 0 6px 6px #0000003b;
  height: 100%;
  justify-content: flex-start;
  padding: 1.5rem;
}
.cardView.businesspartner.full .imgWrapper img {
  filter: none;
}
.cardView.businesspartner.full p.bpName {
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #6D3A5D;
}
.cardView.businesspartner.full:focus:focus-visible {
  box-shadow: 0 10px 20px #00000030, 0 12px 12px #0000003b;
}
.cardView.businesspartner.full:focus:focus-visible .imgWrapper img {
  filter: none;
}
.cardView.businesspartner.full:hover {
  box-shadow: 0 10px 20px #00000030, 0 12px 12px #0000003b;
}
.cardView.businesspartner.full:hover .imgWrapper img {
  filter: none;
}
.cardView.businesspartner.full:active {
  box-shadow: 0 10px 20px #00000030, 0 12px 12px #0000003b;
}
.cardView.businesspartner.full:active .imgWrapper img {
  filter: none;
}

.listView.featuredcontentitems {
  --card-width: 25%;
  --card-gap: 0;
  margin: 80px 0;
}
.listView.featuredcontentitems li {
  display: flex;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #6D3A5D;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  width: 120%;
  margin: 0 auto 8% auto;
  z-index: 1;
  padding-left: 5%;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #33D9C3;
  border-radius: 50%;
  z-index: 2;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
  padding: 46px;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent h3.statistic {
  font-size: clamp(40px, 2.6017391304px + 0.0365217391 * 100vw, 61px);
  margin: 0;
  text-align: center;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent span.reference {
  display: block;
  margin-bottom: 16px;
  color: #6D3A5D;
  font-weight: 800;
  text-align: center;
}
.listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent span.summary {
  color: #6D3A5D;
  font-weight: 800;
  color: #6F6F6F;
  text-align: center;
  border-top: 1px solid #E9E9E9;
  padding-top: 16px;
}
.listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem {
  flex-direction: column-reverse;
}
.listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper {
  margin: 5% auto 0 auto;
  padding-left: 0;
}
.listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper img {
  top: 0;
  left: -10%;
}
.listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper::before {
  top: -5%;
  left: -10%;
}
.listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper {
  padding-left: 0;
}
.listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper img {
  top: 0;
  left: -10%;
}
.listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper::before {
  top: 5%;
  left: -10%;
}
.listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem {
  border-right: none;
}
.listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper {
  padding-left: 0;
  padding-right: 5%;
}
.listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper img {
  top: 0;
  left: -25%;
}
.listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper::before {
  top: 5%;
  left: -20%;
}
@media (max-width: 1024px) {
  .listView.featuredcontentitems {
    --card-width: 50%;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent {
    padding: 48px 24px;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper {
    padding-left: 5%;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper img {
    top: 0;
    left: 5%;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper::before {
    top: 5%;
    left: 0%;
  }
  .listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem {
    border-right: none;
  }
  .listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper {
    padding-left: 0;
    padding-right: 5%;
  }
  .listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper img {
    top: 0;
    left: -25%;
  }
  .listView.featuredcontentitems li:nth-child(2n) .cardView.featuredcontentitem .imgWrapper::before {
    top: 5%;
    left: -20%;
  }
  .listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper {
    padding-left: 5%;
  }
  .listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper img {
    top: 0;
    left: 5%;
  }
  .listView.featuredcontentitems li:nth-child(3n) .cardView.featuredcontentitem .imgWrapper::before {
    top: 5%;
    left: 0%;
  }
  .listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem {
    border-right: none;
  }
  .listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper {
    padding-left: 0;
    padding-right: 5%;
  }
  .listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper img {
    top: 0;
    left: -25%;
  }
  .listView.featuredcontentitems li:nth-child(4n) .cardView.featuredcontentitem .imgWrapper::before {
    top: 5%;
    left: -20%;
  }
}
@media (max-width: 600px) {
  .listView.featuredcontentitems {
    --card-width: 100%;
    --card-gap: 1rem;
    margin: 80px 0 0px 0;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem {
    border: none;
    flex-direction: column-reverse !important;
    min-height: 0 !important;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .cardContent {
    padding: 16px;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper {
    padding: 0 !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 8% auto !important;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper img {
    position: relative !important;
    top: initial !important;
    left: initial !important;
  }
  .listView.featuredcontentitems li .cardView.featuredcontentitem .imgWrapper::before {
    top: 5% !important;
    left: 0% !important;
  }
}

/* Global Alert CardView */
.cardView.globalalert {
  padding: 0.5rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.cardView.globalalert .alertIcon {
  padding-right: 1rem;
}
.cardView.globalalert .alertIcon svg {
  font-size: 1.2rem;
  color: white;
}
.cardView.globalalert .alertContent a.alertLabelLink {
  text-decoration: underline;
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.cardView.globalalert .alertContent .optionalContent {
  font-size: 0.8rem;
}
.cardView.globalalert .alertContent .optionalContent p {
  margin: 0;
  font-size: 0.8rem;
}
.cardView.globalalert .alertContent .optionalContent a {
  text-decoration: underline;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region DETAIL VIEWS - .detailView */
/****************************************************************************************************/
/* Shared detailView Styles */
.detailView .topperSection .topperContent {
  /* Social */
  /*            div.socialAndSharing {
      display: flex;
      @include grid(auto, 1rem, "ul");
      padding: 1rem 0;

      ul.socialLinks {
          font-size: 1.8rem;

          li {
              align-items: flex-end;
          }
      }

      ul.sharingLinks {
          font-size: 1.8rem;

          li {
              align-items: flex-end;
          }
      }
  }*/
}
.detailView .topperSection .topperContent .meta {
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.detailView .topperSection .topperContent .meta span {
  display: flex;
  padding: 6px 18px;
  justify-content: center;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #6D3A5D;
}
.detailView .topperSection .topperContent .meta div.contentTypeLabels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.detailView .topperSection .topperContent .meta div.contentTypeLabels span.subType {
  background-color: white;
}
.detailView .topperSection .topperContent .meta span.eventStatus {
  background-color: #33D9C3;
  font-weight: 700;
}
.detailView .topperSection .topperContent .meta span.eventStatus {
  background-color: #33D9C3;
  font-weight: 700;
}
.detailView .topperSection .topperContent h1 {
  margin: 24px 0 36px 0;
}
.detailView .topperSection .topperContent span.dates {
  margin: 0;
  font-size: 16px;
  color: #6D3A5D;
  font-weight: 800;
}
.detailView .topperSection .topperContent div.shareThis {
  margin-top: 36px;
}
.detailView .topperSection .topperContent div.shareThis button.button.toggleSharingOptions {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
  border-radius: initial;
  cursor: pointer;
  font-size: 32px;
  color: #33D9C3;
}
.detailView .topperSection .topperContent div.shareThis button.button.toggleSharingOptions:before {
  content: none;
}
.detailView .topperSection .topperContent div.shareThis button.button.toggleSharingOptions:focus:focus-visible {
  color: #6D3A5D;
}
.detailView .topperSection .topperContent div.shareThis button.button.toggleSharingOptions:hover {
  color: #6D3A5D;
}
.detailView .topperSection .topperContent div.shareThis button.button.toggleSharingOptions:active {
  color: #6D3A5D;
}
.detailView .imgWrapper.primaryImage img {
  max-width: 100%;
  width: 847px;
  aspect-ratio: 2.1;
  border-radius: 100px;
  margin-bottom: 64px;
}
.detailView .sideColumnLayout {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 2rem 0;
  margin: 44px 0;
}
.detailView .sideColumnLayout .sideContent {
  width: 380px;
}
.detailView .sideColumnLayout .sideContent .imgWrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.detailView .sideColumnLayout .sideContent .imgWrapper picture {
  position: relative;
}
.detailView .sideColumnLayout .sideContent .imgWrapper picture::before {
  content: "";
  position: absolute;
  top: 3%;
  left: -3%;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid #33D9C3;
  border-radius: 50%;
  z-index: 2;
}
.detailView .sideColumnLayout .sideContent .imgWrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  margin: 0 auto;
}
.detailView .sideColumnLayout .mainContent {
  width: calc(100% - 380px);
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .detailView .sideColumnLayout {
    flex-direction: column;
    gap: 0.5rem 0;
  }
  .detailView .sideColumnLayout .sideContent {
    width: 100%;
    max-width: 380px;
  }
  .detailView .sideColumnLayout .mainContent {
    width: 100%;
    padding-left: 0;
  }
}
.detailView .contentSectionsWrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 64px 0;
}
.detailView .relatedImagesWrapper.splide {
  margin: 128px 0;
}
.detailView .relatedImagesWrapper.splide .splide__track {
  position: relative;
}
.detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide {
  opacity: 0.5;
  transition: transform 0.1s ease, opacity 0.1s ease, z-index 0.1s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide .imgWrapper img {
  max-height: 500px;
  max-width: 100%;
  height: auto;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 60px;
  -o-object-position: top center;
     object-position: top center;
}
.detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide.is-active {
  opacity: 1;
  z-index: 10;
}
.detailView .relatedImagesWrapper.splide div.splide__arrows {
  margin-top: 64px;
}
.detailView .listView.newsletteritems {
  --card-width: 100%;
  --card-gap: 36px;
}
.detailView .cardView.common.newsletteritem {
  display: grid;
  border-radius: 3px;
  background-color: #E9E9E9;
  grid-template-columns: 1fr 260px;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.detailView .cardView.common.newsletteritem .cardContent {
  display: flex;
  width: 100%;
  padding: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 3px 0px 0px 3px;
}
.detailView .cardView.common.newsletteritem .cardContent h3 {
  font-size: 25px;
  margin: 0;
}
.detailView .cardView.common.newsletteritem .cardContent div.summary {
  font-size: 20px;
  margin-top: 25px;
}
.detailView .cardView.common.newsletteritem .imgWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 1.3;
}
.detailView .cardView.common.newsletteritem .imgWrapper img {
  height: 100%;
  -o-object-position: center left;
     object-position: center left;
}
.detailView .cardView.common.newsletteritem .imgWrapper.fallback {
  background-color: #6D3A5D;
}
.detailView .cardView.common.newsletteritem .imgWrapper.fallback:before {
  content: " ";
  display: inline-block;
  position: absolute;
  background-image: url(/CFImages/Logo-BG-Full.svg);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  inset: 0;
  opacity: 0.5;
}
.detailView .cardView.common.newsletteritem:focus:focus-visible {
  background-color: white;
  border-radius: 60px 3px 3px 3px;
}
.detailView .cardView.common.newsletteritem:hover {
  background-color: white;
  border-radius: 60px 3px 3px 3px;
}
.detailView .cardView.common.newsletteritem:active {
  background-color: white;
  border-radius: 60px 3px 3px 3px;
}
@media only screen and (max-width: 767px) {
  .detailView .relatedImagesWrapper.splide {
    margin: 64px 0;
  }
  .detailView .relatedImagesWrapper.splide .splide__track {
    overflow: visible;
    position: relative;
  }
  .detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide {
    opacity: 1;
  }
  .detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide.is-active {
    transform: none;
    max-width: 100vw;
  }
  .detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide .imgWrapper {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
  .detailView .relatedImagesWrapper.splide .splide__track ul.splide__list li.slide .imgWrapper img {
    width: 100%;
    height: auto;
    max-height: 600px;
  }
  .detailView .relatedImagesWrapper.splide div.splide__arrows {
    margin-top: 24px;
  }
  .detailView .cardView.common.newsletteritem {
    grid-template-columns: 1fr;
  }
  .detailView .cardView.common.newsletteritem .imgWrapper.fallback {
    display: none;
  }
}

.detailPage .homeEducation {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}

.detailView.clepresentation .information, .detailView.clepresentation .fees, .detailView.clepresentation .presenters, .detailView.clepresentation .policies {
  margin: 3rem 0;
}
.detailView.clepresentation .information {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.detailView.clepresentation .information .infoItem {
  display: flex;
  align-items: center;
}
.detailView.clepresentation .information .infoItem span.label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: stretch;
  color: #6D3A5D;
  font-weight: 700;
  padding-right: 10px;
}
.detailView.clepresentation .information .infoItem span.label:before {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 16px;
}
.detailView.clepresentation .information .infoItem.datetime span.label:before {
  background-image: url("/CFImages/Icons/calendar.svg");
}
.detailView.clepresentation .information .infoItem.credit span.label:before {
  background-image: url("/CFImages/Icons/award.svg");
}
.detailView.clepresentation .information .infoItem.location span.label:before {
  background-image: url("/CFImages/Icons/marker.svg");
}
.detailView.clepresentation .information .infoItem.register span.label:before {
  background-image: url("/CFImages/Icons/hourglass.svg");
}
.detailView.clepresentation .information .infoItem.widthdraw span.label:before {
  background-image: url("/CFImages/Icons/currency.svg");
}
.detailView.clepresentation .fees ul li {
  display: flex;
  padding: 24px 36px 24px 72px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 30px;
  background-color: white;
  gap: 24px;
  font-weight: 700;
}
.detailView.clepresentation .fees ul li strong {
  font-family: "Inter", sans-serif;
  color: #6D3A5D;
  font-weight: 900;
  width: 75%;
}
.detailView.clepresentation .fees ul li:before {
  content: "";
  width: 28px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 36px;
}
.detailView.clepresentation .groupRate {
  display: flex;
  flex-direction: column;
  padding: 24px 36px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 30px;
  background-color: #E9E9E9;
  margin-bottom: 36px;
}

.detailView.newsletter h2.sectionHeading {
  display: flex;
  width: 100%;
  padding: 36px;
  align-items: center;
  margin: 36px 0;
  border-radius: 60px;
  background: #6D3A5D;
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.detailView.newsletteritem .adWrapper a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.detailView.newsletteritem .adWrapper.fullWidthTop, .detailView.newsletteritem .adWrapper.fullWidthBottom {
  width: 100%;
  margin: 36px 0;
}
.detailView.newsletteritem .adSideBarLayout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 36px;
}
.detailView.newsletteritem .adSideBarLayout .mainContent {
  width: 100%;
}
.detailView.newsletteritem .adSideBarLayout .adWrapper.sideBar {
  width: 100%;
  margin-bottom: 36px;
}
.detailView.newsletteritem h2.sectionHeading.branded {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .detailView.newsletteritem .adSideBarLayout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .detailView.newsletteritem .adSideBarLayout .adWrapper.sideBar {
    max-width: 300px;
    margin: 36px auto;
  }
}

.newsletterFooter .featuredGrid.oneCol {
  margin-top: 36px !important;
  margin-bottom: 12px !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Documents */
/****************************************************************************************************/
.document {
  font-size: 0.8rem;
  background-color: #F3F3F3;
}
.document a {
  width: 100%;
  display: block;
  padding: 1rem 1.4rem 0.8rem 1.4rem;
  text-decoration: none !important;
  border-bottom: 1px solid #6D3A5D;
}
.document a .iconExtension {
  width: 1.5rem;
  flex-grow: 0;
  flex-basis: auto;
  align-items: center;
  justify-content: center;
  color: #6D3A5D;
}
.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: #e6e6e6;
  border-color: #33D9C3;
}
.document a:focus:focus-visible .grid .col.iconExtension {
  color: #33D9C3;
}
.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: #e6e6e6;
  border-color: #33D9C3;
}
.document a:hover .grid .col.iconExtension {
  color: #33D9C3;
}
.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: #6D3A5D;
  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 {
  padding-bottom: 6rem;
  min-height: 30rem;
}
.filteredContent #activeFilters {
  display: none;
}
.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 .filtersContainer {
  display: block;
  width: 100%;
  max-width: initial;
  margin: 0 0 2rem 0;
  padding: 1rem 0;
  /* Keyword Search and Clear button */
  /* Special single classification */
}
.filteredContent .filtersContainer .keywordSearchWrapper {
  display: flex;
  gap: 1rem;
}
.filteredContent .filtersContainer .keywordSearchWrapper button.button.clearSearch {
  margin: 0;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] legend {
  display: none;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field label {
  display: flex;
  color: #6D3A5D;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 46px 16px 30px;
  border: 1px solid #33D9C3;
  border-radius: 60px;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field label span.numOfType {
  vertical-align: super;
  color: inherit;
  font-size: 60%;
  padding-left: 0.25rem;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field label:after, .filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field label:before {
  content: none;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field input {
  visibility: hidden;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field input[type=checkbox]:checked ~ label {
  background-color: #6D3A5D;
  color: white;
  border-color: #6D3A5D;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field:focus:focus-visible label {
  color: white;
  text-decoration: none;
  background-color: #6D3A5D;
  border-color: #6D3A5D;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field:hover label {
  color: white;
  text-decoration: none;
  background-color: #6D3A5D;
  border-color: #6D3A5D;
}
.filteredContent .filtersContainer.singleclassification fieldset.checkboxes[data-input-type=checkboxesalt] ul.fields.checkboxes li.field:active label {
  color: white;
  text-decoration: none;
  background-color: #6D3A5D;
  border-color: #6D3A5D;
}

#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: #6F6F6F;
  font-style: italic;
}

#filteredContentResult li.noResults {
  color: #6F6F6F;
  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 #6D3A5D;
}
.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: #555555;
  width: 100%;
  height: 3.15rem;
  max-width: 100%;
  padding: 16px 36px;
  text-overflow: ellipsis;
  border: 1px solid #6D3A5D;
  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;
  border-radius: 60px;
  /*    &: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 #33D9C3;
  outline-offset: 0;
}
textarea {
  width: 100%;
  min-height: 5rem;
  display: block;
  font-weight: 100;
}
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 #33D9C3;
  outline-offset: 0;
}

/* Select Lists */
select {
  width: 100%;
  height: 3.15rem;
  max-width: 100%;
  color: #555555;
  cursor: pointer;
  border: 1px solid #6D3A5D;
  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/chevron-down.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(109, 58, 93, 0.7);
}
select:focus {
  outline: none;
  outline: 1px solid #33D9C3;
  outline-offset: 0;
}
select > option {
  text-transform: none;
}
select > option:checked, select > option:hover {
  background-color: #F3F3F3;
}

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

/* Radio Buttons */
input[type=radio] {
  height: 1rem;
  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;
}
[data-sf-role=form-container] fieldset legend {
  padding: 0 0.4rem;
}
[data-sf-role=form-container] [data-sf-role=error-message] {
  display: block;
  font-size: 0.6em;
  color: #ff3c00;
}
[data-sf-role=form-container] [data-sf-role=success-message] h3 {
  color: #33D9C3;
}
[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: #33D9C3;
  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: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid #33D9C3;
  border-radius: 60px;
  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: #26ccb6;
  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: #22b7a3;
}
[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 #33D9C3;
  }
}
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 #33D9C3;
  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: #33D9C3;
  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 */
/****************************************************************************************************/
.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: #6D3A5D;
  background-color: transparent;
  border: 1px solid #6D3A5D;
  padding: 0.2rem 3rem 0.2rem 1rem;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1rem 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: #6D3A5D;
  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: #6D3A5D;
  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: #6D3A5D;
  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: #6D3A5D;
  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 #33D9C3;
}
.searchHiddenWrapper .searchHidden .formGroup .sfsearchSubmit {
  color: #6D3A5D;
  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: #6D3A5D;
}
.searchHiddenWrapper button.searchCollapse {
  border: none;
}
.searchHiddenWrapper button.searchCollapse [class*=fa-] {
  margin-left: 0;
}

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

.searchResults .searchResult {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
  margin: 0 0 2rem 0;
}

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: #555555;
}

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

/* #endregion */
/****************************************************************************************************/
/* Used for FAQs and Content Section Accordions on Memberships as well as On Page Accordions*/
.accordionItem {
  margin: 18px 0;
}
.accordionItem .accordionHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background: #E9E9E9;
}
.accordionItem .accordionHeader .container {
  padding: 32px 60px 32px 32px;
}
.accordionItem .accordionHeader .container:before {
  content: "";
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 1.5rem;
  border: 1px solid #6D3A5D;
  border-radius: 50%;
  background-color: transparent;
  color: #6D3A5D;
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  background-image: url("/CFImages/Icons/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
.accordionItem .accordionHeader .contentTypeLabels {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.accordionItem .accordionHeader .contentTypeLabels span.subType {
  display: flex;
  padding: 6px 18px;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #6D3A5D;
  color: #6D3A5D;
}
.accordionItem .accordionHeader h2, .accordionItem .accordionHeader h3 {
  font-size: clamp(26px, 2.8486956522px + 0.0226086957 * 100vw, 39px);
  color: #6D3A5D;
  margin: 0;
  cursor: pointer;
}
.accordionItem .accordionContent {
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 30px 30px;
  background: #6D3A5D;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  margin-top: -1px;
}
.accordionItem .container {
  padding: 0 32px 32px 32px;
}
.accordionItem.open .accordionHeader {
  background: #6D3A5D;
  border-radius: 30px 30px 0 0;
}
.accordionItem.open .accordionHeader .container:before {
  border-color: white;
  background-image: url("/CFImages/Icons/chevron-down-white.svg");
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.accordionItem.open .accordionHeader .contentTypeLabels span.subType {
  border-color: white;
  color: white;
}
.accordionItem.open .accordionHeader h2, .accordionItem.open .accordionHeader h3 {
  color: white;
}

/****************************************************************************************************/
/* #region Image Galleries */
/****************************************************************************************************/
.imageGallery.slider {
  max-width: 100%;
}
.imageGallery.slider .gallerySlider .splide__arrows {
  opacity: 0;
}
.imageGallery.slider .gallerySlider:hover .splide__arrows {
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  opacity: 1;
}
.imageGallery.slider .gallerySlider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: unset;
  height: auto;
  max-height: 90vh;
  max-width: 100vw;
}
.imageGallery.slider .gallerySlider .splide__slide img {
  max-height: 90vh;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.imageGallery.slider .gallerySlider,
.imageGallery.slider .gallerySliderNav {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .imageGallery.slider .gallerySliderNav {
    display: none;
  }
}
.imageGallery.slider .gallerySliderNav .splide__slide {
  /*opacity: 0.8;*/
  border: 2px solid white;
  /*            .bgImgWrapper {
      position: relative;
      @include aspectRatioBox(4 3);
      opacity: 0.9;

      div.bgImg {
      }
  }

  img {
      opacity: 0.8;
  }*/
}
.imageGallery.slider .gallerySliderNav .splide__slide.is-active {
  border: 2px solid #33D9C3;
}
.imageGallery.slider .gallerySliderNav .splide__slide:before {
  content: " ";
  background-color: #F3F3F3;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.imageGallery.slider .gallerySliderNav .splide__slide:after {
  content: " ";
  position: absolute;
  inset: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
}
.imageGallery.slider .gallerySliderNav .splide__slide:focus:focus-visible {
  /*opacity: 1;*/
  /*                img,
  .bgImgWrapper {
      opacity: 1;
  }*/
}
.imageGallery.slider .gallerySliderNav .splide__slide:focus:focus-visible:after {
  background-color: rgba(255, 255, 255, 0);
}
.imageGallery.slider .gallerySliderNav .splide__slide:hover {
  /*opacity: 1;*/
  /*                img,
  .bgImgWrapper {
      opacity: 1;
  }*/
}
.imageGallery.slider .gallerySliderNav .splide__slide:hover:after {
  background-color: rgba(255, 255, 255, 0);
}

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

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Page - Home Page */
/****************************************************************************************************/
body.homePage #header .header {
  border-bottom: none;
}
body.homePage section {
  --sectionPadding: 96px;
  --borderRadiusXXL: 100px;
  padding: var(--sectionPadding) 0;
  position: relative;
}
body.homePage section.homeWhoWeAre {
  border-radius: var(--borderRadiusXXL);
  background: white;
  z-index: 1;
}
body.homePage section.homeWhoWeAre h2.branded {
  justify-content: center;
}
body.homePage section.homeWhoWeAre .sfContentBlock {
  max-width: 850px;
  margin: 0 auto;
}
body.homePage section.homeMemberships {
  border-radius: 0 0 100px 100px;
  background: #E9E9E9;
  position: relative;
  margin-top: calc(var(--borderRadiusXXL) * -1);
  padding-top: calc(var(--borderRadiusXXL) + var(--sectionPadding));
  z-index: 0;
}
body.homePage section.homeMemberships .grid .col {
  justify-content: center;
}
body.homePage section.homeMemberships .membershipsWrapper {
  margin-top: 2rem;
}
body.homePage section.homeBusinessPartners h2.branded {
  justify-content: center;
}

.homeEducation {
  --sectionPadding: 96px;
  --borderRadiusXXL: 100px;
  padding: var(--sectionPadding) 0;
  position: relative;
  border-radius: var(--borderRadiusXXL);
  background: #E9E9E9;
}
.homeEducation h2.branded {
  justify-content: center;
}
.homeEducation .sfContentBlock {
  max-width: 850px;
  margin: 0 auto;
}
.homeEducation .sfContentBlock h2 {
  margin-top: 0;
}

.contactItem {
  padding: 25px 0;
  max-width: 420px;
}
.contactItem h3.branded {
  display: grid;
  gap: 16px;
  align-items: flex-start;
  grid-template-columns: 36px 1fr;
  margin-top: 0;
}
.contactItem h3.branded:before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background-image: url("/CFImages/Icons/branded-double-circles.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.contactItem .cmsContent p, .contactItem .cmsContent table, .contactItem .cmsContent ul {
  padding-left: 52px;
}
.contactItem .cmsContent table td {
  vertical-align: top;
}
.contactItem .cmsContent table td p {
  padding-left: 0;
}
.contactItem .cmsContent strong {
  color: #6D3A5D;
}
.contactItem .cmsContent ul.socialLinks li {
  font-size: 24px;
}

/* #endregion */
/****************************************************************************************************/
/***********TABLE styles */
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  color: #6D3A5D;
  border: 1px solid #6D3A5D;
}

table td,
table th {
  border: 1px solid #6D3A5D;
  padding: 12px;
  vertical-align: top;
}

table tr:first-child {
  background-color: #33D9C3;
  color: #6D3A5D;
}

table tr:first-child h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #6D3A5D;
}

table h4,
table p,
table a,
table strong {
  color: #6D3A5D;
  margin: 0.25em 0;
}

table a {
  text-decoration: none;
  font-weight: bold;
  color: #6D3A5D;
}

/****************************************************************************************************/
/* #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 */
/****************************************************************************************************/
/* ##### 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: #6D3A5D !important;
}
.txt-primary-light {
  color: #8e4c79 !important;
}
.txt-primary-dark {
  color: #4c2841 !important;
}
.txt-secondary {
  color: #33D9C3 !important;
}
.txt-secondary-light {
  color: #5ee1d0 !important;
}
.txt-secondary-dark {
  color: #188173 !important;
}
.txt-grey {
  color: #6F6F6F !important;
}
.txt-grey-dark {
  color: #555555 !important;
}
.txt-grey-xdark {
  color: #222222 !important;
}
.txt-grey-light {
  color: #D6D6D6 !important;
}
.txt-grey-xlight {
  color: #E9E9E9 !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: #555555 !important;
}
.bg-offwhite {
  background-color: #F3F3F3 !important;
}
.bg-primary {
  background-color: #6D3A5D !important;
}
.bg-primary-light {
  background-color: #8e4c79 !important;
}
.bg-primary-dark {
  background-color: #4c2841 !important;
}
.bg-secondary {
  background-color: #33D9C3 !important;
}
.bg-secondary-light {
  background-color: #5ee1d0 !important;
}
.bg-secondary-dark {
  background-color: #188173 !important;
}
.bg-grey {
  background-color: #6F6F6F !important;
}
.bg-grey-dark {
  background-color: #555555 !important;
}
.bg-grey-xdark {
  background-color: #222222 !important;
}
.bg-grey-light {
  background-color: #D6D6D6 !important;
}
.bg-grey-xlight {
  background-color: #E9E9E9 !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*Filtered content*/
.pagination-page {
  color: #6D3A5D;
}
.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: #6D3A5D;
  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;
}

/* #endregion */
/****************************************************************************************************/
/* The pages with this banner */
.conferenceBanner {
  background-color: white;
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
}
.conferenceBanner .photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.conferenceBanner .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.conferenceBanner .photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(267deg, rgba(51, 217, 195, 0) 36.36%, rgba(51, 217, 195, 0.9) 61.11%);
  z-index: 1;
}
.conferenceBanner .container .content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 2rem 0;
}
.conferenceBanner .container .content .title .cmsContent {
  color: #6D3A5D;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 5.972173913px + 0.0156521739 * 100vw, 31px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.671px;
}
.conferenceBanner .container .content .title .cmsContent h1, .conferenceBanner .container .content .title .cmsContent h2, .conferenceBanner .container .content .title .cmsContent h3, .conferenceBanner .container .content .title .cmsContent p {
  color: #6D3A5D;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 5.972173913px + 0.0156521739 * 100vw, 31px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.671px;
  margin: 0;
}
.conferenceBanner .container .content .tagline .cmsContent {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, -6.7408695652px + 0.0417391304 * 100vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: initial;
  padding-bottom: 30px;
}
.conferenceBanner .container .content .tagline .cmsContent h1, .conferenceBanner .container .content .tagline .cmsContent h2, .conferenceBanner .container .content .tagline .cmsContent h3, .conferenceBanner .container .content .tagline .cmsContent p {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, -6.7408695652px + 0.0417391304 * 100vw, 60px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  letter-spacing: initial;
}
.conferenceBanner .container .content .location .cmsContent, .conferenceBanner .container .content .dates .cmsContent {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  font-size: clamp(18px, 12.6573913043px + 0.0052173913 * 100vw, 21px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: initial;
}
.conferenceBanner .container .content .location .cmsContent h1, .conferenceBanner .container .content .location .cmsContent h2, .conferenceBanner .container .content .location .cmsContent h3, .conferenceBanner .container .content .location .cmsContent p, .conferenceBanner .container .content .dates .cmsContent h1, .conferenceBanner .container .content .dates .cmsContent h2, .conferenceBanner .container .content .dates .cmsContent h3, .conferenceBanner .container .content .dates .cmsContent p {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  font-size: clamp(18px, 12.6573913043px + 0.0052173913 * 100vw, 21px);
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
  letter-spacing: initial;
}

.listView.conferences {
  display: grid;
  grid-template-columns: 1fr;
  --card-gap: 36px;
}

.cardView.conference {
  position: relative;
  padding: 2rem 2rem;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.cardView.conference .imgWrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cardView.conference .imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cardView.conference .imgWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(267deg, rgba(51, 217, 195, 0) 36.36%, rgba(51, 217, 195, 0.9) 61.11%);
  z-index: 1;
}
.cardView.conference .content {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 2rem;
  margin-left: 8rem;
  align-items: flex-start;
}
.cardView.conference .content h3.title {
  color: #6D3A5D;
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 5.972173913px + 0.0156521739 * 100vw, 31px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.671px;
  z-index: 2;
}
.cardView.conference .content .tagline {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  font-size: clamp(36px, -6.7408695652px + 0.0417391304 * 100vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: initial;
  padding-bottom: 30px;
  z-index: 2;
}
.cardView.conference .content .location, .cardView.conference .content .dates {
  color: #6D3A5D;
  font-family: "Mulish", sans-serif;
  font-size: clamp(18px, 12.6573913043px + 0.0052173913 * 100vw, 21px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: initial;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cardView.conference {
    justify-content: center;
  }
  .cardView.conference .content {
    margin-left: 0;
    padding: 1rem;
  }
}

/* for conferences */
nav.topLevelSimple {
  margin-bottom: 36px;
}
nav.topLevelSimple ul.reset {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
nav.topLevelSimple ul.reset li a {
  display: flex;
  padding: 16px 36px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-radius: 60px;
  background: white;
  border: 1px solid #33D9C3;
}
nav.topLevelSimple ul.reset li.selected a {
  color: #6D3A5D;
  background: #33D9C3;
}
nav.topLevelSimple ul.reset li:focus:focus-visible a {
  color: #6D3A5D;
  background: #5ee1d0;
}
nav.topLevelSimple ul.reset li:hover a {
  color: #6D3A5D;
  background: #5ee1d0;
}
nav.topLevelSimple ul.reset li:active a {
  color: #6D3A5D;
  background: #5ee1d0;
}

/* Hide show filters on responsive */
#toggleFiltersButton {
  display: none;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 25px;
}
#toggleFiltersButton:before {
  content: none;
}

@media only screen and (max-width: 767px) {
  #toggleFiltersButton {
    display: inline-flex;
    margin-bottom: 1rem;
  }

  .fieldGroups.checkboxesalt {
    display: none;
  }
  .fieldGroups.checkboxesalt.active {
    display: flex;
  }
}
/****************************************************************************************************/
/* #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-y: auto;
  overflow-x: hidden;*/
}
.k-treeview .k-item {
  color: inherit;
  position: relative;
  padding: 0;
  font-size: 1rem;
  border: none;
}
.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-link {
  color: inherit;
  width: 100%;
  font-size: inherit;
  padding: 0;
}
.k-treeview .k-link.k-state-hover, .k-treeview .k-link.k-state-active, .k-treeview .k-link.k-state-selected, .k-treeview .k-link.k-state-focused {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
.k-treeview:focus:focus-visible .k-state-focused {
  outline: 2px solid black;
  outline-offset: 0;
}

/* #endregion */
/****************************************************************************************************/
/* CF Default Menu */
.mainNavWrapper .mainNav:not(.k-menu) {
  display: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-end;
  color: #6D3A5D;
  gap: 2px;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem {
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-focused {
  box-shadow: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link {
  padding: 6px 24px;
  color: #6D3A5D;
  text-decoration: none;
  background-color: white;
  border-radius: 30px;
  border: 1px solid transparent;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link span.k-icon {
  margin-left: 10px;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link span.k-icon:before {
  background-size: 15px;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link.selected, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link.childSelected {
  border: 1px solid #6D3A5D;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link.selected span.k-icon:before, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem > a.k-link.childSelected span.k-icon:before {
  background-image: url(/CFImages/Icons/chevron-down.svg);
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-hover > a.k-link, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-focus > a.k-link, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-active > a.k-link {
  background-color: #6D3A5D;
  color: white;
}
.mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-hover > a.k-link span.k-icon:before, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-focus > a.k-link span.k-icon:before, .mainNavWrapper :is(.mainNav, .k-menu) li.k-item.rootMenuItem.k-state-active > a.k-link span.k-icon:before {
  background-image: url(/CFImages/Icons/chevron-down-white.svg);
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container {
  background-color: transparent;
  padding-top: 10px;
  min-width: 400px;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container > .k-popup {
  box-shadow: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-bottom: 2px;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item.k-state-focused {
  box-shadow: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item a.k-link {
  margin: 0;
  padding: 12px 24px;
  background-color: white;
  border-radius: 3px;
  color: #6D3A5D;
  border: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  overflow: hidden;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item a.k-link:focus, .mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item a.k-link:hover, .mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item a.k-link:active {
  background-color: white;
  text-decoration: none;
  border: none;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item a.k-link span.k-icon {
  display: flex;
}
.mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item.k-state-hover a.k-link, .mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item.k-state-focus a.k-link, .mainNavWrapper :is(.mainNav, .k-menu) .k-animation-container ul.k-menu-group li.k-item.k-state-active a.k-link {
  background-color: #6D3A5D;
  color: white;
  border-top-left-radius: 20px;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Hamburger */
/****************************************************************************************************/
button.hamburger {
  top: 20px;
  right: 2rem;
  width: 35px;
  height: 35px;
  border: none;
  padding: 12px;
  margin: 0;
  position: absolute;
  z-index: 500;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background-color: transparent;
  display: none;
  border-radius: 0;
}
button.hamburger:after {
  content: none;
}
button.hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}
button.hamburger:hover .hamburger-inner, button.hamburger:hover .hamburger-inner:after, button.hamburger:hover .hamburger-inner:before {
  background-color: #6D3A5D;
}
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: #6D3A5D;
}
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;
  background-color: transparent;
}
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 {
  position: fixed;
  z-index: 1000;
}
/* tweak other elements when the mobile nav is open */
body.withNavOpen #header {
  top: 0;
  left: 0;
  right: 0;
  bottom: initial;
}
body.withNavOpen #header .topHeader {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

/* the mobile nav menu */
nav.mobileNav {
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  padding: calc(175px + 25px) 1rem 1rem 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  transform: translateX(100%);
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear, visibility linear 0s;
  visibility: hidden;
  background-color: #33D9C3;
}
nav.mobileNav.open {
  transform: translateX(0%);
  visibility: visible;
}
nav.mobileNav .k-treeview {
  color: white;
  height: 100%;
}
nav.mobileNav .k-treeview .k-item {
  font-size: 26px;
}
nav.mobileNav .k-treeview .k-item .k-in {
  white-space: break-spaces;
  padding: 4px 2rem 4px 0px;
}
nav.mobileNav .k-treeview .k-item span.k-icon {
  width: 2rem;
  height: 2rem;
  right: 0;
}
nav.mobileNav .k-treeview .k-item span.k-icon:before {
  background-size: 1rem;
}
nav.mobileNav .k-treeview .k-item span.k-icon.k-i-collapse:before {
  transform: rotate(-180deg);
}
nav.mobileNav .k-treeview .k-item a:hover, nav.mobileNav .k-treeview .k-item a:active, nav.mobileNav .k-treeview .k-item a:focus {
  color: #6D3A5D;
  background-color: transparent;
}
nav.mobileNav .k-treeview .k-item .k-group .k-item {
  font-size: 1.1rem;
}

/* #endregion */
/****************************************************************************************************/
.twoColumnLayout .sideContent nav.navCustomUl {
  width: 100%;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.19px;
  border-top: 1px solid red;
  color: #33D9C3;
  text-decoration: none;
  position: relative;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #33D9C3;
  text-decoration: none;
  padding: 24px 36px;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li a:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/CFImages/Icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(100% - 48px);
  opacity: 0;
  transform: translateX(-200%);
  transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li:focus, .twoColumnLayout .sideContent nav.navCustomUl ul li:hover, .twoColumnLayout .sideContent nav.navCustomUl ul li:active {
  background-color: rgba(255, 255, 255, 0.6);
}
.twoColumnLayout .sideContent nav.navCustomUl ul li:focus a, .twoColumnLayout .sideContent nav.navCustomUl ul li:hover a, .twoColumnLayout .sideContent nav.navCustomUl ul li:active a {
  color: #33D9C3;
  text-decoration: none;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li:focus a:after, .twoColumnLayout .sideContent nav.navCustomUl ul li:hover a:after, .twoColumnLayout .sideContent nav.navCustomUl ul li:active a:after {
  opacity: 1;
  transform: translateX(0);
}
.twoColumnLayout .sideContent nav.navCustomUl ul li.selected {
  background-color: rgba(255, 255, 255, 0.6);
}
.twoColumnLayout .sideContent nav.navCustomUl ul li.selected a:after {
  opacity: 1;
}
.twoColumnLayout .sideContent nav.navCustomUl ul li:last-of-type {
  border-bottom: 1px solid red;
}

/****************************************************************************************************/
/* #region Kendo TreeView inside sideContent */
/****************************************************************************************************/
.k-treeview ul.mainTreeView {
  border-top: 1px solid #33D9C3;
  border-bottom: 1px solid #33D9C3;
  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: #555555;
  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(51, 217, 195, 0.5) solid;
}
.k-treeview ul.mainTreeView li.k-item a.k-link:hover {
  border: 2px rgba(51, 217, 195, 0.5) solid;
}
.k-treeview ul.mainTreeView li.k-item ul.k-group {
  background-color: #F3F3F3;
}
.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: red !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: #D6D6D6;
}
.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: #D6D6D6;
}
.k-treeview ul.mainTreeView li.k-item:hover {
  background-color: #D6D6D6;
}

/* #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: red;
  padding: 0 2rem 0;
  font-size: 1.4rem;
  background: none;
  text-transform: none;
  border-right: solid 1px red;
}
.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 black;
  outline-color: #D6D6D6;
  outline-style: dashed;
}
.tabstrip.k-widget.k-tabstrip:focus:focus-visible .k-item.k-state-active {
  outline: 2px solid black;
}
.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 black;
  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) {
  .homeSlideshow {
    position: relative;
  }
  .homeSlideshow .splide__slide {
    min-height: 300px;
  }
  .homeSlideshow .splide__slide .imgWrapper {
    overflow: hidden;
    border-top-left-radius: 60px;
    width: 40%;
  }
  .homeSlideshow .splide__slide .cardContent {
    padding: 3rem 2rem 5rem 2rem;
    width: 60%;
  }
  .homeSlideshow .splide__arrows {
    left: 2rem;
    bottom: 2rem;
  }

  .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%;
  }
}
/* Go responsive menu now */
@media only screen and (max-width: 1100px) {
  .hamburger {
    display: block !important;
  }

  #header .header .headerGrid .additional .socialSearchBar {
    padding-right: 60px;
  }
  #header .header .headerGrid .additional .socialSearchBar .sfContentBlock a.search {
    padding-left: 0;
    border-left: none;
  }
  #header .header .mainNavWrapper {
    display: none !important;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .siteFooter .mainFooter {
    --navigation-spacing-big: 18px;
    --navigation-spacing-medium: 12px;
    --navigation-spacing-small: 8px;
    padding: 24px 0;
  }
}
/* Mobile Only */
@media only screen and (max-width: 767px) {
  .topperSection .topperContent {
    min-height: 100px;
  }

  button.hamburger {
    right: 1rem;
  }

  .homeSlideshow .splide__slide {
    flex-direction: column-reverse;
  }
  .homeSlideshow .splide__slide .imgWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    border-radius: 0;
  }
  .homeSlideshow .splide__slide .imgWrapper img {
    aspect-ratio: auto;
  }
  .homeSlideshow .splide__slide .cardContent {
    padding: 2rem 2rem 5rem 2rem;
    width: 100%;
  }
  .homeSlideshow .splide__slide .cardContent span.slideTitle {
    margin-bottom: 20px;
  }
  .homeSlideshow .splide__slide .cardContent .summary {
    font-size: 18px;
  }

  .conferenceBanner .container .content {
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }

  nav.topLevelSimple ul.reset li a {
    padding: 5px 15px;
  }

  .siteFooter .mainFooter .social {
    margin-top: var(--navigation-spacing-big);
  }

  .k-treeview .k-item {
    font-size: 1.6rem;
  }

  .cardView.clepresentation .cardContent span.dates {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .cardView.clepresentation .cardContent span.dates:before {
    content: none;
  }

  /*    body.homePage {
          section.homeMemberships {
              padding-top: 100px;
          }
      }*/
  .featuredGrid {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  body.homePage section {
    --sectionPadding: 48px;
    --borderRadiusXXL: 50px;
    padding: var(--sectionPadding) 0 24px 0;
    /*
    &.homeWhoWeAre, &.homeEducation, &.homeBusinessPartners {
        padding: var(--sectionPadding) 0;
    }*/
  }
  body.homePage section .cmsContent .button {
    margin: 36px 0 12px 0;
  }
}
/* XS Mobile Only */
@media only screen and (max-width: 600px) {
  :root {
    --header-height: 175px;
  }

  #header .header .headerGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #header .header .headerGrid .logo,
#header .header .headerGrid .menu,
#header .header .headerGrid .additional {
    align-items: center;
    width: 100%;
  }
  #header .header .headerGrid .logo {
    max-width: 218px;
  }
  #header .header .headerGrid .additional .socialSearchBar {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }
  #header .header .headerGrid .additional .loginBar {
    position: absolute;
    bottom: 2px;
    right: 25px;
  }
  #header .header .headerGrid .additional .loginBar a.button {
    padding: 0;
    border: 0;
    margin: 0 !important;
    background: none !important;
    font-weight: 700;
    color: #33D9C3;
  }
  #header .header .headerGrid .additional .loginBar a.button:hover, #header .header .headerGrid .additional .loginBar a.button:focus, #header .header .headerGrid .additional .loginBar a.button:active {
    color: #6D3A5D;
  }
  #header .header .headerGrid .additional .loginBar a.button:before {
    content: none;
  }

  .detailView.clepresentation .information .infoItem {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 32px;
  }
  .detailView.clepresentation .information .infoItem span.label {
    margin-left: -44px;
  }
}
/* ### 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.4;
  }

  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: "Mulish", 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: #33D9C3;
  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: black;
  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 #33D9C3;
  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: #188173;
}
.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*/