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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

.splide--rtl {
  direction: rtl;
}

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

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

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

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

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__slide:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./.yarn/__virtual__/css-loader-virtual-bf286824a5/0/cache/css-loader-npm-6.7.3-63aa933400-24c983839c.zip/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./.yarn/__virtual__/postcss-loader-virtual-1b7e30ecb8/0/cache/postcss-loader-npm-7.3.0-788d8ed604-9283a5f588.zip/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./.yarn/cache/resolve-url-loader-npm-5.0.0-9b441067c9-fb013845b4.zip/node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./.yarn/__virtual__/sass-loader-virtual-51a5632b47/0/cache/sass-loader-npm-13.2.2-b5bbed2dce-4bf41edea2.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 */
/* This is when we start adjusting container gutters

/* 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 */
/****************************************************************************************************/
/* ### 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 */
/* This is when we start adjusting container gutters

/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
/* 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;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  font-weight: 400;
}

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

.topperSection:not(:has(.topperImage)) {
  background: linear-gradient(67deg, #125aae 0%, #0d4280 70%, #09192e calc(70% + 1px), #06101d 100%);
}

.cardView.testimonial blockquote:before {
  content: " ";
  z-index: 0;
  position: absolute;
  /*            top: 45%;
      left: 40%;
      transform: translateY(-50%) translateX(-50%);*/
  top: 0;
  left: 0;
  /*transform: translateY(-20%) translateX(0);*/
  background-image: url(/CFImages/double-quote.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 12rem;
  width: 12rem;
  filter: invert(1);
  opacity: 0.15;
}

div.bgImgWrapper .bgImg {
  inset: 0;
  display: block;
  position: absolute;
}

a.button, .button {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border: 1px solid #E6E6E6;
  border-radius: 500px;
  min-width: 200px;
  margin: 1.25em 0 0 0;
  padding: 6px 15px 6px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  line-height: 1.7em;
  background-color: white;
  color: #000;
}
.button:after {
  content: "";
  height: 36px;
  width: 36px;
  background-size: 36px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.button:hover, .hover.button {
  background-color: #F7F7F7;
  text-decoration: none !important;
}
.button:hover:after, .hover.button:after {
  background-image: url(/CFImages/Icons/hover-button-arrow.svg);
}
.alt.button {
  padding: 11px 18px 10px;
  margin: 2em 0 0 0;
  border: none;
  border-radius: 0;
  background: #7A003C;
  color: #fff;
}
.alt.button:after {
  content: none;
}
.alt.button:hover, .alt.hover.button {
  background: #5E6A71;
}
.no-arrow.button {
  padding-right: 15px;
  background: #7A003C;
  color: #fff;
}
.no-arrow.button:after {
  content: none;
}
.no-arrow.button:hover, .no-arrow.hover.button {
  background: #d8d8d8;
}
/****************************************************************************************************/
/* #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 */
/* This is when we start adjusting container gutters

/* 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 */
/****************************************************************************************************/
/* ### 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 */
/* This is when we start adjusting container gutters

/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
/* 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;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  font-weight: 400;
}

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

.topperSection:not(:has(.topperImage)) {
  background: linear-gradient(67deg, #125aae 0%, #0d4280 70%, #09192e calc(70% + 1px), #06101d 100%);
}

.cardView.testimonial blockquote:before {
  content: " ";
  z-index: 0;
  position: absolute;
  /*            top: 45%;
      left: 40%;
      transform: translateY(-50%) translateX(-50%);*/
  top: 0;
  left: 0;
  /*transform: translateY(-20%) translateX(0);*/
  background-image: url(/CFImages/double-quote.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 12rem;
  width: 12rem;
  filter: invert(1);
  opacity: 0.15;
}

div.bgImgWrapper .bgImg {
  inset: 0;
  display: block;
  position: absolute;
}

a.button, .button {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border: 1px solid #E6E6E6;
  border-radius: 500px;
  min-width: 200px;
  margin: 1.25em 0 0 0;
  padding: 6px 15px 6px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  line-height: 1.7em;
  background-color: white;
  color: #000;
}
.button:after {
  content: "";
  height: 36px;
  width: 36px;
  background-size: 36px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.button:hover, .hover.button {
  background-color: #F7F7F7;
  text-decoration: none !important;
}
.button:hover:after, .hover.button:after {
  background-image: url(/CFImages/Icons/hover-button-arrow.svg);
}
.alt.button {
  padding: 11px 18px 10px;
  margin: 2em 0 0 0;
  border: none;
  border-radius: 0;
  background: #7A003C;
  color: #fff;
}
.alt.button:after {
  content: none;
}
.alt.button:hover, .alt.hover.button {
  background: #5E6A71;
}
.no-arrow.button {
  padding-right: 15px;
  background: #7A003C;
  color: #fff;
}
.no-arrow.button:after {
  content: none;
}
.no-arrow.button:hover, .no-arrow.hover.button {
  background: #d8d8d8;
}
/****************************************************************************************************/
/* #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 */
/****************************************************************************************************/
/*@import '_typography.scss';*/
::selection {
  /*color: white;*/
  color: black;
  background: #125aae;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  /*color: white;*/
  color: black;
  background: #125aae;
  /* WebKit/Blink Browsers */
}

:root {
  --active-nav-color: #0d4280;
  --hilitor-color: #125aae;
  --scrollbar-width: 16px;
  --header-height: 182px;
  --card-width: 16rem;
  --column-count: 3;
  --card-gap: 1.5rem;
  color-scheme: normal !important;
  /* For Images */
  --image-width: 0;
  --image-height: 0;
  --image-aspectratio: 1.5;
}

* {
  box-sizing: border-box;
}

/*#region TYPOGRAPHY SECTION*/
html {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: calc(16px + 0 * ((100vw - 1025px) / 275));
  }
}
@media screen and (min-width: 1300px) {
  html {
    font-size: 16px;
  }
}

html, form {
  height: 100%;
}

body {
  background-color: #ffffff;
  color: black;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-attachment: fixed;
  margin-top: 0 !important;
}
body.overflowScroll main .bd {
  overflow: scroll;
}

span.seperator {
  padding: 0 7px;
  color: #222;
}
@media (max-width: 1299px) {
  span.seperator.breakPoint {
    display: block;
    height: 0;
    width: 0;
    padding: 0;
    color: transparent;
  }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #0d4280;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  padding: 0;
}
h1.centered, h2.centered, h3.centered, h4.centered, h5.centered, h6.centered {
  text-align: center;
}

h1 {
  font-size: 2.2em;
  color: #0d4280;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.8em;
  margin: 0.5em 0 0.5em 0;
  padding: 0;
}

h3 {
  font-size: 1.5em;
  margin: 1em 0 0.5em 0;
  padding: 0;
}

h4 {
  font-size: 1.25em;
  font-weight: 700;
}

h5 {
  font-size: 1.1em;
  font-weight: 700;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4em;
}

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

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 {
  font-size: 1.5em;
  padding: 0.5em 0;
  margin: 0;
}

a {
  color: #0d4280;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #0d4280;
  text-decoration: underline;
}

a:active {
  color: #0d4280;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(94, 106, 113, 0) 0%, rgba(94, 106, 113, 0.85) 30%, #5e6a71 50%, rgba(94, 106, 113, 0.85) 70%, rgba(94, 106, 113, 0) 100%);
  margin: 2em 0;
}

button {
  cursor: pointer;
}

.subtle {
  color: #1466c5;
  font-size: 80%;
}

/*#endregion TYPOGRAPHY SECTION*/
/*Sticky Footer Items */
body {
  display: flex;
  flex-direction: column;
}

#wrapper {
  height: auto !important;
  flex: 1 0 auto;
}
.k-ie11 #wrapper {
  flex: inherit;
}

/****************************************************************************************************/
/* #region Containers */
/****************************************************************************************************/
.container {
  width: 80rem;
  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(40rem);
}
.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 - 80rem) / 2) !important;
  padding-left: calc((100vw - 80rem - 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 - 80rem) / 2) !important;
  padding-right: calc((100vw - 80rem - 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 */
/****************************************************************************************************/
.columnMarginRight {
  margin-right: 2.5em !important;
}

.columnMarginLeft {
  margin-left: 2.5em !important;
}

/* End Sticky Footer Items */
/*#region GLOBAL ALERTS (appears above header) SECTION */
.globalalerts {
  position: relative;
}
.globalalerts .globalalert {
  background-color: #09192e;
  padding: 0.5em 0 0.3em 0;
  color: #fff;
  font-size: 1em;
}
.globalalerts .globalalert.informative {
  background-color: #f1f1f1;
}
.globalalerts .globalalert.exclamation {
  background-color: #0d4280;
}
.globalalerts .globalalert.question {
  background-color: green;
}
.globalalerts .globalalert aside {
  position: relative;
}
.globalalerts .globalalert aside a.alertLabelLink {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
}
.globalalerts .globalalert aside a.alertLabelLink:hover {
  text-decoration: underline;
}
.globalalerts .globalalert aside .additionalContent {
  color: #fff;
  font-size: 0.8em;
}
.globalalerts .globalalert aside .additionalContent h1, .globalalerts .globalalert aside .additionalContent h2, .globalalerts .globalalert aside .additionalContent h3, .globalalerts .globalalert aside .additionalContent h4, .globalalerts .globalalert aside .additionalContent h5, .globalalerts .globalalert aside .additionalContent p, .globalalerts .globalalert aside .additionalContent p a {
  color: #fff;
}
.globalalerts .globalalert aside .additionalContent a {
  color: #fff;
  text-decoration: underline;
}
.globalalerts .globalalert aside .additionalContent a:hover {
  text-decoration: none;
}
.globalalerts .globalalert aside:before {
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2em;
  font-weight: 400;
  padding-right: 1.5em;
  position: absolute;
  left: -1.5em;
  top: 2px;
}
.globalalerts .globalalert aside.informative:before {
  content: "";
}
.globalalerts .globalalert aside.exclamation:before {
  content: "";
}
.globalalerts .globalalert aside.question:before {
  content: "";
}
.globalalerts .globalalert.slide {
  min-height: 50px;
}
.globalalerts .globalalert.slide .innerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/*#endregion GLOBAL ALERTS SECTION */
.searchHiddenWrapper {
  /* refer to "region Site Search" styles below */
  display: none;
}

header {
  top: 0;
  left: 0;
  width: 100%;
}
header .header {
  padding: 1rem 0 0.5rem 0;
  z-index: 100;
  color: #fff;
}
header .header .logo img {
  width: 100%;
  height: inherit;
}
header .header .networkAndSearch .search {
  padding-top: 0.5rem;
}
header .header .networkAndSearch .networks {
  margin-bottom: 1em;
  z-index: 10;
  display: none;
}
header .header .networkAndSearch .networks #NetworksDropdown {
  width: 100%;
  color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #0d4280;
  margin-top: 0;
  height: 2.3rem;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksDropdownButton {
  margin: 0;
  padding: 0 2em 0 1em;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: left;
  text-transform: none;
  color: #7A003C;
  font-size: 14px;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksDropdownButton:after {
  content: "";
  height: 25px;
  width: 16px;
  background-image: url(/CFImages/Icons/chevron-down.svg);
  background-size: 16px;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-repeat: no-repeat;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksDropdownButton:focus {
  outline: none;
  outline: 2px solid #0d4280;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav {
  display: none;
  background-color: #fff;
  border: 1px solid #0d4280;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav ul.grid.networksGrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav ul.grid.networksGrid li.col {
  padding: 0.25em 0 0.4em 0;
  margin: 0;
  width: 100%;
  align-items: center;
  background-color: #fff;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav ul.grid.networksGrid li.col a {
  margin: 1em 0;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav ul.grid.networksGrid li.col a img {
  max-width: 150px;
  display: flex !important;
}
header .header .networkAndSearch .networks #NetworksDropdown #NetworksNav ul.grid.networksGrid li.col:nth-child(even) {
  background-color: #F7F7F7;
}
header .header .networkAndSearch .translate {
  margin-bottom: 1em;
  position: relative;
}
header .header .networkAndSearch .translate select {
  margin-top: 0 !important;
}
header .header .networkAndSearch .translate #google_translate_element {
  position: relative;
}
header .header .networkAndSearch .translate #google_translate_element div {
  color: inherit;
}
header .header .networkAndSearch .translate #google_translate_element select {
  color: #7A003C;
  font-size: 14px;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  background: transparent url(/CFImages/Icons/caret-down-solid.svg);
  background-size: 10px;
  background-position: calc(100% - 0.5rem) 0.5rem;
  background-repeat: no-repeat;
  text-transform: none;
}
header .header .networkAndSearch .translate #google_translate_element span {
  display: flex;
  position: absolute;
  top: 2.5rem;
}
header .header .networkAndSearch .translate #google_translate_element span img {
  float: left;
}
header .header .networkAndSearch .translate #LanguagesDropdown {
  width: 100%;
  color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #0d4280;
  margin-top: 4px;
  height: 2.3rem;
}
header .header .networkAndSearch .translate #LanguagesDropdown #LanguagesDropdownButton {
  margin: 0;
  padding: 0 2em 0 1em;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: left;
  text-transform: none;
  color: #7A003C;
  font-size: 14px;
}
header .header .networkAndSearch .translate #LanguagesDropdown #LanguagesDropdownButton:after {
  content: "";
  height: 25px;
  width: 16px;
  background-image: url(/CFImages/Icons/chevron-down.svg);
  background-size: 16px;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-repeat: no-repeat;
}
header .header .networkAndSearch .translate #LanguagesDropdown #LanguagesDropdownButton:focus {
  outline: none;
  outline: 2px solid #0d4280;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav {
  display: none;
  background-color: #fff;
  border: 1px solid #0d4280;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav ul.grid.networksGrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav ul.grid.networksGrid li.col {
  padding: 0.25em 0 0.4em 0;
  margin: 0;
  width: 100%;
  align-items: center;
  background-color: #fff;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav ul.grid.networksGrid li.col a {
  margin: 1em 0;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav ul.grid.networksGrid li.col a img {
  max-width: 150px;
  display: flex !important;
}
header .header .networkAndSearch .translate #LanguagesDropdown #NetworksNav ul.grid.networksGrid li.col:nth-child(even) {
  background-color: #F7F7F7;
}
header .header .networkAndSearch .translate #LanguagesNav {
  display: none;
  background-color: #fff;
  border: 1px solid #0d4280;
  position: relative;
  z-index: 10;
}
header .header .networkAndSearch .translate #LanguagesNav ul.grid.languagesGrid {
  margin: 0;
  padding: 0;
}
header .header .networkAndSearch .translate #LanguagesNav ul.grid.languagesGrid li {
  padding: 0.5em 0 0.5em 0.5em;
  margin: 0;
  width: 100%;
  text-align: left;
  color: #7A003C;
  background-color: #fff;
}
header .header .networkAndSearch .translate #LanguagesNav ul.grid.languagesGrid li a {
  color: #7A003C;
  font-size: 14px;
  text-decoration: none;
}
header .topper {
  position: relative;
}
header .topper .slider.topperSlider {
  opacity: 0;
}
header .topper .slider.topperSlider.slick-initialized {
  opacity: 1;
}
header .topper .slider.topperSlider.insidePages .slide {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: right center;
}
header .topper .slider.topperSlider.insidePages .slide .mobileImage {
  display: none;
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 4;
  padding: 0 0 0 300px;
  background-color: rgba(0, 0, 0, 0.2);
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0%;
  text-align: left;
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent > * {
  color: white;
  display: block;
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .title {
  padding: 30px 0 20px;
  width: 65%;
  line-height: 1.4em;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  font-size: 70px;
  line-height: 1.1em;
  color: white;
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .subtitle {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 25px;
}
header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .button {
  display: table;
  margin: 25px auto 0;
}
header .topper .slider.topperSlider.insidePages .slide img {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
header .topper .slider.topperSlider.insidePages .slide.imageOnlySlide {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50px 10px;
}
@media only screen and (max-width: 1750px) {
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper {
    padding-left: 250px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .title {
    font-size: 70px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .subtitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1599px) {
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper {
    padding-left: 200px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .title {
    font-size: 60px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper {
    padding-left: 100px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent {
    top: 5%;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .title {
    font-size: 55px;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  header .topper .slider.topperSlider.insidePages .slide {
    background-image: none !important;
  }
  header .topper .slider.topperSlider.insidePages .slide .mobileImage {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    top: 0px;
    z-index: 1;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper {
    padding: 0 20px;
    height: 100%;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent {
    top: 0;
    padding-top: 20px;
    text-align: left;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .title {
    padding: 0;
    font-size: 30px;
    width: 100%;
  }
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent .subtitle {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  header .topper .slider.topperSlider.insidePages .slide .contentWrapper .innerContent {
    text-align: center;
  }
  header .topper .slider.topperSlider.insidePages .slide .mobileImage {
    height: 115px;
    overflow: hidden;
    background-position: top right;
    top: initial;
    left: -30%;
    bottom: 0px;
  }
}
header .topper .slider.topperSlider .slick-prev, header .topper .slider.topperSlider .slick-next {
  display: none !important;
}
header .topper .topperImage.displayVideo .video-container video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -30px;
     object-position: 0 -30px;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}
header .topper .topperImage.displayVideo:after {
  background: #0006;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  width: 100%;
  z-index: 1;
}
header .navigation {
  min-height: 50px;
  margin-bottom: 30px;
}

/*.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;
            }
        }
    }
}*/
.defaultWrapper.wrapper {
  padding: 2rem 0rem 5rem;
}

.primaryWrapper {
  background: #0d4280;
  background: linear-gradient(67deg, #125aae 0%, #0d4280 70%, #09192e calc(70% + 1px), #06101d 100%);
}
.primaryWrapper.wrapper {
  padding: 2rem 0rem 5rem;
}

.primaryWrapperDark {
  background-color: #09192e;
}
.primaryWrapperDark.wrapper {
  padding: 2rem 0rem 5rem;
}

.secondaryWrapper {
  background-color: #f1f1f1;
}
.secondaryWrapper.wrapper {
  padding: 2rem 0rem 5rem;
}

/****************************************************************************************************/
/* #region Home Slider Only */
/****************************************************************************************************/
.homeSlideshow {
  position: relative;
  z-index: 2;
}
.homeSlideshow .splide__arrows {
  display: none;
}
.homeSlideshow ul.splide__pagination {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  right: initial;
  bottom: initial;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  width: 80rem;
  align-items: flex-end;
  max-width: calc(100% - 4rem);
}
.homeSlideshow ul.splide__pagination li .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.5rem 0;
  background-color: #A3A3A3;
}
.homeSlideshow ul.splide__pagination li .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #0d4280;
}
.homeSlideshow .splide__slide {
  position: relative;
  min-height: 34rem;
  padding: 3rem 0;
}
.homeSlideshow .splide__slide .container {
  height: 100%;
}
.homeSlideshow .splide__slide .cardContent {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  /*opacity: 0;*/
}
.homeSlideshow .splide__slide .cardContent h1 {
  color: #f1f1f1;
  font-size: 2.6rem;
  width: 75%;
}
.homeSlideshow .splide__slide .cardContent .summary {
  font-size: 1.4rem;
  font-weight: 100;
  width: 50rem;
  text-align: center;
}
.homeSlideshow .splide__slide .cardContent .button {
  display: inline-block;
  margin-top: 2rem;
}
.homeSlideshow .splide__slide.is-visible .cardContent {
  opacity: 1;
}

/* #endregion */
/****************************************************************************************************/
.circular {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.circular img {
  position: absolute;
  width: 100%;
  z-index: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  list-style: none;
}

.noMargins .sf-Long-text ul:not(.reset), .noMargins .sf-Long-text ol:not(.reset), .noMargins sfContentBlock ul:not(.reset), .noMargins sfContentBlock ol:not(.reset) {
  margin: 0.5rem 0;
}
.noMargins .sf-Long-text ul:not(.reset) li, .noMargins .sf-Long-text ol:not(.reset) li, .noMargins sfContentBlock ul:not(.reset) li, .noMargins sfContentBlock ol:not(.reset) li {
  margin: 0 0 5px 0;
}

/****************************************************************************************************/
/*#region TYPOGRAPHY CMS Content Styles */
/****************************************************************************************************/
.cmsContent {
  color: black;
  font-size: 1em;
  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: #0d4280;
}
.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: #000;
  text-decoration: underline;
}
.cmsContent a:hover, .cmsContent a:focus {
  text-decoration: none;
}
.cmsContent a:active {
  color: #d8d8d8;
  text-decoration: underline;
}
.cmsContent .socialLinks a[target=_blank]:after {
  content: none;
}
.cmsContent p {
  line-height: 1.4;
}
.cmsContent p + ul {
  margin-top: -0.5rem;
  margin-bottom: 0.75rem;
}
.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.2em;
  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 li,
.cmsContent ol.reset li {
  padding-left: 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: 1em;
  position: relative;
  /* bullet icon */
}
.cmsContent ul > 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/bullet-square-solid.svg);
  background-size: 0.4em auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cmsContent ol {
  counter-reset: customListCounter calc(var(--start, 1) - 1);
  list-style-position: outside;
}
.cmsContent ol > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: customListCounter;
}
.cmsContent ol > li:before {
  top: initial;
  left: 0.4rem;
  content: counter(customListCounter) ".";
  color: black;
  position: absolute;
  font-weight: 400;
}
.cmsContent address {
  margin: 0.5rem 0 1rem;
}
.cmsContent mark {
  color: white;
  background-color: #125aae;
}
.cmsContent pre {
  white-space: pre-wrap;
  background-color: #efefef;
  padding: 2rem;
}
.cmsContent.highlight > p:nth-of-type(1) {
  font-size: 1.266rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 1.38rem;
}
.cmsContent.highlightFirstElement > :first-child > * {
  font: inherit;
  line-height: inherit;
}

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

/* #endregion */
/****************************************************************************************************/
main {
  margin: 0 auto;
  /*padding-top: $totalHeaderHeight;*/
}
main .bd {
  min-height: 600px;
  /* ############ TABLES ############# */
}
main .bd .breadCrumb {
  margin-bottom: 15px;
}
main .bd .breadCrumb .breadCrumbInner {
  padding: 5px 0;
  font-size: 12px;
}
main .bd .breadCrumb .breadCrumbInner span.separator {
  margin: 0 6px;
}
main .bd #mainContent .sfContentBlock img {
  max-width: 100%;
}
main .bd .expandableTable {
  width: 100%;
}
main .bd .expandableTable.expanded {
  width: 1500px;
}
main .bd .expandableTable tr.theading td {
  position: sticky;
  top: 0;
  background-color: #707070;
}
main .bd .expandableTable tr.theading + tr.theading td {
  top: 57px;
}
main .bd table {
  margin: 25px 0 25px;
  border-collapse: collapse;
  border-spacing: 0;
}
main .bd table tr td {
  border: 1px solid #E6E6E6;
  padding: 5px 12px 5px 12px;
}
main .bd table .theading {
  background-color: #707070;
  color: #fff;
}
main .bd table .theading td {
  padding: 1em 12px;
}
main .bd table .theading2 {
  background-color: #E6E6E6;
}
main .bd table .theading2 td {
  padding: 0.75em 12px;
}

footer {
  position: relative;
}
footer .preFooter {
  overflow: hidden;
  position: relative;
}
footer .preFooter .secondaryWrapper {
  padding: 2rem 0;
}
footer .preFooter img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
footer .preFooter .subscribeBar {
  text-align: center;
  border-top: 1px solid #E6E6E6;
  padding: 1.5rem 1.5rem;
}
footer .preFooter .subscribeBar p {
  color: #555555;
}
footer .preFooter .subscribeBar .button {
  width: 220px;
  padding-bottom: 6px;
}
footer .mainFooter {
  background-color: #0d4280;
  padding: 2rem 0;
}
footer .mainFooter .mainFooterLeft img {
  width: 100%;
  height: inherit;
}
footer .mainFooter .topLevelSimple ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5rem 1.5rem;
  margin-top: 1rem;
}
footer .mainFooter .topLevelSimple ul li {
  padding-right: 2rem;
  position: relative;
}
footer .mainFooter .topLevelSimple ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
footer .mainFooter .topLevelSimple ul li a:hover {
  text-decoration: none;
  color: #f1f1f1;
  transform: translatex(2px);
}
footer .mainFooter ul.socialLinks li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d4280;
  border-radius: 50%;
  color: #fff;
  height: 3rem;
  width: 3rem;
  font-size: 2rem;
}
footer .mainFooter ul.socialLinks li a:focus:focus-visible {
  background-color: #5E6A71;
}
footer .mainFooter ul.socialLinks li a:hover {
  background-color: #5E6A71;
}
footer .termsFooter {
  padding: 0.5rem 0;
}
footer .termsFooter p {
  margin: 0;
}
footer .termsFooter .terms {
  text-align: right;
}
@media (max-width: 767px) {
  footer .termsFooter .terms, footer .termsFooter .social {
    padding-top: 0.5rem;
    text-align: left;
    align-items: flex-start !important;
  }
}
footer .cubicle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
}

/*#region SOCIAL LINKS AND ICONS*/
ul.socialLinks, .sf-Long-text 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.2em;
  flex-wrap: nowrap;
  justify-content: center;
}
ul.socialLinks > li, .sf-Long-text 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, .sf-Long-text ul.socialLinks li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
ul.socialLinks li a, .sf-Long-text ul.socialLinks li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7A003C;
  border-radius: 50%;
  color: #fff;
  height: 1.75em;
  width: 1.75em;
  font-size: 1em;
}
ul.socialLinks li a:focus:focus-visible, .sf-Long-text ul.socialLinks li a:focus:focus-visible {
  background-color: #5E6A71;
  color: #fff;
}
ul.socialLinks li a:hover, .sf-Long-text ul.socialLinks li a:hover {
  background-color: #5E6A71;
  color: #fff;
}

.sharingLinksWrapper {
  margin-top: 1em;
}

ul.sharingLinks {
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  box-sizing: border-box;
}
ul.sharingLinks > li {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
ul.sharingLinks li.sharingLink {
  background-color: #5E6A71;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px 0 0;
}
ul.sharingLinks li.sharingLink:hover, ul.sharingLinks li.sharingLink:focus ul.sharingLinks li.sharingLink:active {
  background-color: #7A003C;
}
ul.sharingLinks li.sharingLink button {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: none;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
}
ul.sharingLinks li.sharingLink button:before, ul.sharingLinks li.sharingLink button:after {
  content: none;
}

div.socialAndSharing {
  padding: 2em 0;
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
}
div.socialAndSharing > ul {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
div.socialAndSharing ul.socialLinks {
  font-size: 1.8rem;
}
div.socialAndSharing ul.sharingLinks {
  font-size: 1.8rem;
}

/*#endregion SocialLinks SECTION*/
/* Sitefinity Form styling*/
[data-sf-role=form-container] form {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  max-width: 900px;
}
[data-sf-role=form-container] form .sfContentBlock {
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
[data-sf-role=form-container] form .sf-fieldWrp {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex-basis: calc(50% - 1rem);
}
[data-sf-role=form-container] form .sf-fieldWrp.fullWidth {
  flex-basis: calc(100% - 1rem);
}
[data-sf-role=form-container] form div.fullWidth {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex-basis: calc(100% - 1rem);
}
[data-sf-role=form-container] form div.fullWidth .sfContentBlock {
  padding-left: 0;
}
[data-sf-role=form-container] form .sf-fieldWrp[data-sf-role=text-field-container] label {
  display: none;
}
[data-sf-role=form-container] form .sf-fieldWrp[data-sf-role=paragraph-text-field-container] label {
  display: none;
}
[data-sf-role=form-container] form .sf-fieldWrp[data-sf-role=email-text-field-container] label {
  display: none;
}
[data-sf-role=form-container] form .sf-fieldWrp[data-sf-role=checkboxes-field-container] strong {
  display: block;
  margin-bottom: 0.5rem;
}

/*#region FORMS */
.pageWrapper,
footer,
.popup_wrapper {
  /*    input[type='checkbox'] { // DEFAULT (UNCHECKED) STATE
      cursor: pointer;
      width: 1px;
      height: 1px;
      position: absolute;
      visibility: hidden;

      + label {
          display: inline-block;
          cursor: pointer;
          position: relative;
          padding-left: 2em;
          transition: $transition;

          &::selection {
              background-color: transparent; // stop unwanted user highlighting when clicking filters ...
          }

          &:hover {
              color: $secondaryColour;
          }

          &:before,
          &:after { // fake checkbox using icon
              top: 0;
              left: 0;
              display: inline-block;
              position: absolute;
              font-size: 1rem;
              transition: $transition;
              margin-right: 0.4em;
              font-family: $fontAwesome;
          }

          &:before { // square icon (background)
              content: "\f0c8";
              font-weight: 900;
              color: white;
          }

          &:after { // square icon (outline)
              content: '\f0c8';
              font-weight: 300;
              color: $secondaryColour;
          }
      }

      &:checked { // CHECKED STATE
          + label {
              &:after {
                  content: '\f2d3'; // checked icon
              }
          }
      }
  }*/
}
.pageWrapper .hf-warning,
footer .hf-warning,
.popup_wrapper .hf-warning {
  display: none;
}
.pageWrapper label,
footer label,
.popup_wrapper label {
  cursor: pointer;
}
.pageWrapper fieldset,
footer fieldset,
.popup_wrapper fieldset {
  padding: 0;
  border: none;
}
.pageWrapper input[type=text], .pageWrapper input[type=email], .pageWrapper input[type=search], .pageWrapper input[type=number], .pageWrapper input[type=password],
footer input[type=text],
footer input[type=email],
footer input[type=search],
footer input[type=number],
footer input[type=password],
.popup_wrapper input[type=text],
.popup_wrapper input[type=email],
.popup_wrapper input[type=search],
.popup_wrapper input[type=number],
.popup_wrapper input[type=password] {
  width: 100%;
  /*max-width: 280px;*/
  color: #0d4280;
  background-color: #E6E6E6;
  border: solid 1px #E6E6E6;
  padding: 0.2em 1em;
  padding-right: 3em;
  height: 2.6em;
  text-overflow: ellipsis;
}
.pageWrapper input[type=text]::-webkit-input-placeholder, .pageWrapper input[type=email]::-webkit-input-placeholder, .pageWrapper input[type=search]::-webkit-input-placeholder, .pageWrapper input[type=number]::-webkit-input-placeholder, .pageWrapper input[type=password]::-webkit-input-placeholder,
footer input[type=text]::-webkit-input-placeholder,
footer input[type=email]::-webkit-input-placeholder,
footer input[type=search]::-webkit-input-placeholder,
footer input[type=number]::-webkit-input-placeholder,
footer input[type=password]::-webkit-input-placeholder,
.popup_wrapper input[type=text]::-webkit-input-placeholder,
.popup_wrapper input[type=email]::-webkit-input-placeholder,
.popup_wrapper input[type=search]::-webkit-input-placeholder,
.popup_wrapper input[type=number]::-webkit-input-placeholder,
.popup_wrapper input[type=password]::-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;
}
.pageWrapper input[type=text]:-moz-placeholder, .pageWrapper input[type=email]:-moz-placeholder, .pageWrapper input[type=search]:-moz-placeholder, .pageWrapper input[type=number]:-moz-placeholder, .pageWrapper input[type=password]:-moz-placeholder,
footer input[type=text]:-moz-placeholder,
footer input[type=email]:-moz-placeholder,
footer input[type=search]:-moz-placeholder,
footer input[type=number]:-moz-placeholder,
footer input[type=password]:-moz-placeholder,
.popup_wrapper input[type=text]:-moz-placeholder,
.popup_wrapper input[type=email]:-moz-placeholder,
.popup_wrapper input[type=search]:-moz-placeholder,
.popup_wrapper input[type=number]:-moz-placeholder,
.popup_wrapper input[type=password]:-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;
}
.pageWrapper input[type=text]::-moz-placeholder, .pageWrapper input[type=email]::-moz-placeholder, .pageWrapper input[type=search]::-moz-placeholder, .pageWrapper input[type=number]::-moz-placeholder, .pageWrapper input[type=password]::-moz-placeholder,
footer input[type=text]::-moz-placeholder,
footer input[type=email]::-moz-placeholder,
footer input[type=search]::-moz-placeholder,
footer input[type=number]::-moz-placeholder,
footer input[type=password]::-moz-placeholder,
.popup_wrapper input[type=text]::-moz-placeholder,
.popup_wrapper input[type=email]::-moz-placeholder,
.popup_wrapper input[type=search]::-moz-placeholder,
.popup_wrapper input[type=number]::-moz-placeholder,
.popup_wrapper input[type=password]::-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;
}
.pageWrapper input[type=text]:-ms-input-placeholder, .pageWrapper input[type=email]:-ms-input-placeholder, .pageWrapper input[type=search]:-ms-input-placeholder, .pageWrapper input[type=number]:-ms-input-placeholder, .pageWrapper input[type=password]:-ms-input-placeholder,
footer input[type=text]:-ms-input-placeholder,
footer input[type=email]:-ms-input-placeholder,
footer input[type=search]:-ms-input-placeholder,
footer input[type=number]:-ms-input-placeholder,
footer input[type=password]:-ms-input-placeholder,
.popup_wrapper input[type=text]:-ms-input-placeholder,
.popup_wrapper input[type=email]:-ms-input-placeholder,
.popup_wrapper input[type=search]:-ms-input-placeholder,
.popup_wrapper input[type=number]:-ms-input-placeholder,
.popup_wrapper input[type=password]:-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;
}
.pageWrapper input[type=text]:hover::-webkit-input-placeholder, .pageWrapper input[type=text]:focus::-webkit-input-placeholder, .pageWrapper input[type=email]:hover::-webkit-input-placeholder, .pageWrapper input[type=email]:focus::-webkit-input-placeholder, .pageWrapper input[type=search]:hover::-webkit-input-placeholder, .pageWrapper input[type=search]:focus::-webkit-input-placeholder, .pageWrapper input[type=number]:hover::-webkit-input-placeholder, .pageWrapper input[type=number]:focus::-webkit-input-placeholder, .pageWrapper input[type=password]:hover::-webkit-input-placeholder, .pageWrapper input[type=password]:focus::-webkit-input-placeholder,
footer input[type=text]:hover::-webkit-input-placeholder,
footer input[type=text]:focus::-webkit-input-placeholder,
footer input[type=email]:hover::-webkit-input-placeholder,
footer input[type=email]:focus::-webkit-input-placeholder,
footer input[type=search]:hover::-webkit-input-placeholder,
footer input[type=search]:focus::-webkit-input-placeholder,
footer input[type=number]:hover::-webkit-input-placeholder,
footer input[type=number]:focus::-webkit-input-placeholder,
footer input[type=password]:hover::-webkit-input-placeholder,
footer input[type=password]:focus::-webkit-input-placeholder,
.popup_wrapper input[type=text]:hover::-webkit-input-placeholder,
.popup_wrapper input[type=text]:focus::-webkit-input-placeholder,
.popup_wrapper input[type=email]:hover::-webkit-input-placeholder,
.popup_wrapper input[type=email]:focus::-webkit-input-placeholder,
.popup_wrapper input[type=search]:hover::-webkit-input-placeholder,
.popup_wrapper input[type=search]:focus::-webkit-input-placeholder,
.popup_wrapper input[type=number]:hover::-webkit-input-placeholder,
.popup_wrapper input[type=number]:focus::-webkit-input-placeholder,
.popup_wrapper input[type=password]:hover::-webkit-input-placeholder,
.popup_wrapper input[type=password]:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.pageWrapper input[type=text]:hover:-moz-placeholder, .pageWrapper input[type=text]:focus:-moz-placeholder, .pageWrapper input[type=email]:hover:-moz-placeholder, .pageWrapper input[type=email]:focus:-moz-placeholder, .pageWrapper input[type=search]:hover:-moz-placeholder, .pageWrapper input[type=search]:focus:-moz-placeholder, .pageWrapper input[type=number]:hover:-moz-placeholder, .pageWrapper input[type=number]:focus:-moz-placeholder, .pageWrapper input[type=password]:hover:-moz-placeholder, .pageWrapper input[type=password]:focus:-moz-placeholder,
footer input[type=text]:hover:-moz-placeholder,
footer input[type=text]:focus:-moz-placeholder,
footer input[type=email]:hover:-moz-placeholder,
footer input[type=email]:focus:-moz-placeholder,
footer input[type=search]:hover:-moz-placeholder,
footer input[type=search]:focus:-moz-placeholder,
footer input[type=number]:hover:-moz-placeholder,
footer input[type=number]:focus:-moz-placeholder,
footer input[type=password]:hover:-moz-placeholder,
footer input[type=password]:focus:-moz-placeholder,
.popup_wrapper input[type=text]:hover:-moz-placeholder,
.popup_wrapper input[type=text]:focus:-moz-placeholder,
.popup_wrapper input[type=email]:hover:-moz-placeholder,
.popup_wrapper input[type=email]:focus:-moz-placeholder,
.popup_wrapper input[type=search]:hover:-moz-placeholder,
.popup_wrapper input[type=search]:focus:-moz-placeholder,
.popup_wrapper input[type=number]:hover:-moz-placeholder,
.popup_wrapper input[type=number]:focus:-moz-placeholder,
.popup_wrapper input[type=password]:hover:-moz-placeholder,
.popup_wrapper input[type=password]:focus:-moz-placeholder {
  opacity: 0.4;
}
.pageWrapper input[type=text]:hover::-moz-placeholder, .pageWrapper input[type=text]:focus::-moz-placeholder, .pageWrapper input[type=email]:hover::-moz-placeholder, .pageWrapper input[type=email]:focus::-moz-placeholder, .pageWrapper input[type=search]:hover::-moz-placeholder, .pageWrapper input[type=search]:focus::-moz-placeholder, .pageWrapper input[type=number]:hover::-moz-placeholder, .pageWrapper input[type=number]:focus::-moz-placeholder, .pageWrapper input[type=password]:hover::-moz-placeholder, .pageWrapper input[type=password]:focus::-moz-placeholder,
footer input[type=text]:hover::-moz-placeholder,
footer input[type=text]:focus::-moz-placeholder,
footer input[type=email]:hover::-moz-placeholder,
footer input[type=email]:focus::-moz-placeholder,
footer input[type=search]:hover::-moz-placeholder,
footer input[type=search]:focus::-moz-placeholder,
footer input[type=number]:hover::-moz-placeholder,
footer input[type=number]:focus::-moz-placeholder,
footer input[type=password]:hover::-moz-placeholder,
footer input[type=password]:focus::-moz-placeholder,
.popup_wrapper input[type=text]:hover::-moz-placeholder,
.popup_wrapper input[type=text]:focus::-moz-placeholder,
.popup_wrapper input[type=email]:hover::-moz-placeholder,
.popup_wrapper input[type=email]:focus::-moz-placeholder,
.popup_wrapper input[type=search]:hover::-moz-placeholder,
.popup_wrapper input[type=search]:focus::-moz-placeholder,
.popup_wrapper input[type=number]:hover::-moz-placeholder,
.popup_wrapper input[type=number]:focus::-moz-placeholder,
.popup_wrapper input[type=password]:hover::-moz-placeholder,
.popup_wrapper input[type=password]:focus::-moz-placeholder {
  opacity: 0.4;
}
.pageWrapper input[type=text]:hover:-ms-input-placeholder, .pageWrapper input[type=text]:focus:-ms-input-placeholder, .pageWrapper input[type=email]:hover:-ms-input-placeholder, .pageWrapper input[type=email]:focus:-ms-input-placeholder, .pageWrapper input[type=search]:hover:-ms-input-placeholder, .pageWrapper input[type=search]:focus:-ms-input-placeholder, .pageWrapper input[type=number]:hover:-ms-input-placeholder, .pageWrapper input[type=number]:focus:-ms-input-placeholder, .pageWrapper input[type=password]:hover:-ms-input-placeholder, .pageWrapper input[type=password]:focus:-ms-input-placeholder,
footer input[type=text]:hover:-ms-input-placeholder,
footer input[type=text]:focus:-ms-input-placeholder,
footer input[type=email]:hover:-ms-input-placeholder,
footer input[type=email]:focus:-ms-input-placeholder,
footer input[type=search]:hover:-ms-input-placeholder,
footer input[type=search]:focus:-ms-input-placeholder,
footer input[type=number]:hover:-ms-input-placeholder,
footer input[type=number]:focus:-ms-input-placeholder,
footer input[type=password]:hover:-ms-input-placeholder,
footer input[type=password]:focus:-ms-input-placeholder,
.popup_wrapper input[type=text]:hover:-ms-input-placeholder,
.popup_wrapper input[type=text]:focus:-ms-input-placeholder,
.popup_wrapper input[type=email]:hover:-ms-input-placeholder,
.popup_wrapper input[type=email]:focus:-ms-input-placeholder,
.popup_wrapper input[type=search]:hover:-ms-input-placeholder,
.popup_wrapper input[type=search]:focus:-ms-input-placeholder,
.popup_wrapper input[type=number]:hover:-ms-input-placeholder,
.popup_wrapper input[type=number]:focus:-ms-input-placeholder,
.popup_wrapper input[type=password]:hover:-ms-input-placeholder,
.popup_wrapper input[type=password]:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.pageWrapper input[type=text]:focus, .pageWrapper input[type=email]:focus, .pageWrapper input[type=search]:focus, .pageWrapper input[type=number]:focus, .pageWrapper input[type=password]:focus,
footer input[type=text]:focus,
footer input[type=email]:focus,
footer input[type=search]:focus,
footer input[type=number]:focus,
footer input[type=password]:focus,
.popup_wrapper input[type=text]:focus,
.popup_wrapper input[type=email]:focus,
.popup_wrapper input[type=search]:focus,
.popup_wrapper input[type=number]:focus,
.popup_wrapper input[type=password]:focus {
  outline: 2px solid #0d4280;
}
.pageWrapper textarea,
footer textarea,
.popup_wrapper textarea {
  width: 100%;
  display: block;
  min-height: 2.6em;
  border: 1px solid #0d4280;
}
.pageWrapper textarea:hover::-webkit-input-placeholder, .pageWrapper textarea:focus::-webkit-input-placeholder,
footer textarea:hover::-webkit-input-placeholder,
footer textarea:focus::-webkit-input-placeholder,
.popup_wrapper textarea:hover::-webkit-input-placeholder,
.popup_wrapper textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}
.pageWrapper textarea:hover:-moz-placeholder, .pageWrapper textarea:focus:-moz-placeholder,
footer textarea:hover:-moz-placeholder,
footer textarea:focus:-moz-placeholder,
.popup_wrapper textarea:hover:-moz-placeholder,
.popup_wrapper textarea:focus:-moz-placeholder {
  opacity: 0.4;
}
.pageWrapper textarea:hover::-moz-placeholder, .pageWrapper textarea:focus::-moz-placeholder,
footer textarea:hover::-moz-placeholder,
footer textarea:focus::-moz-placeholder,
.popup_wrapper textarea:hover::-moz-placeholder,
.popup_wrapper textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
.pageWrapper textarea:hover:-ms-input-placeholder, .pageWrapper textarea:focus:-ms-input-placeholder,
footer textarea:hover:-ms-input-placeholder,
footer textarea:focus:-ms-input-placeholder,
.popup_wrapper textarea:hover:-ms-input-placeholder,
.popup_wrapper textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}
.pageWrapper textarea:focus,
footer textarea:focus,
.popup_wrapper textarea:focus {
  outline: 2px solid #0d4280;
}
.pageWrapper select,
footer select,
.popup_wrapper select {
  width: 100%;
  /*max-width: 280px;*/
  color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #0d4280;
  padding: 0.2em 1em;
  font-size: 1rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(/CFImages/Icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.6em auto;
  padding-right: 1.6em;
  height: 2.6em;
  text-transform: none;
}
.pageWrapper select:focus,
footer select:focus,
.popup_wrapper select:focus {
  outline: none;
  outline: 2px solid #0d4280;
}
.pageWrapper select > option,
footer select > option,
.popup_wrapper select > option {
  text-transform: none;
}
.pageWrapper select > option:checked, .pageWrapper select > option:hover,
footer select > option:checked,
footer select > option:hover,
.popup_wrapper select > option:checked,
.popup_wrapper select > option:hover {
  background-color: #E6E6E6;
}

.newsletterFormEmbed form h3 {
  margin-bottom: 25px;
}
.newsletterFormEmbed form label {
  color: #707070;
  margin: 15px 0 5px;
  padding: 0;
  font-size: 14px;
  display: block;
}
.newsletterFormEmbed form input, .newsletterFormEmbed form input[type=text], .newsletterFormEmbed form input[type=email], .newsletterFormEmbed form textarea {
  background-color: rgba(34, 34, 34, 0.07);
  border: 0;
  font: 16px "Inter", sans-serif !important;
  padding: 10px 10px;
  width: 100%;
}
.newsletterFormEmbed form textarea {
  padding: 15px 10px;
}
.newsletterFormEmbed form .checkboxes {
  margin-top: 25px;
  margin-bottom: 25px;
}
.newsletterFormEmbed form .checkboxes p {
  margin-bottom: 15px;
}
.newsletterFormEmbed form .checkboxes input, .newsletterFormEmbed form .checkboxes label {
  margin-right: 5px;
  display: inline;
}
.newsletterFormEmbed form input[type=checkbox] {
  display: inline;
}
.newsletterFormEmbed form select {
  background-color: rgba(34, 34, 34, 0.07);
  padding: 7px 10px;
  margin-right: 5px;
  color: #0d4280;
}
.newsletterFormEmbed form p {
  margin: 15px 0;
}
.newsletterFormEmbed form p.casl {
  margin: 30px 0;
  font-size: 14px;
  color: #707070;
}
.newsletterFormEmbed form button {
  margin: 1rem 0;
}

/*#endregion FORMS */
/*#region IMAGES */
div.bgImgWrapper {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 1em 0;
  /*
  span.titleOverlay {
      display: none;
      text-align: center;
      background-color: $primaryColour;
      opacity: 0.7;
      color: #fff;
      padding: 0 2em;
      justify-content: center;
      align-items: center;
      font-size: 1em;
      height: 100%;
  }*/
}
div.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%;
}
div.bgImgWrapper:after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
div.bgImgWrapper div.bgImg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
div.bgImgWrapper .bgImg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.bgImgWrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.imgWrapper {
  width: 100%;
}
.imgWrapper a img {
  max-width: 100%;
}
.imgWrapper img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

div.bgImgWrapper.hoverZoom a div.bgImg, div.bgImgWrapper.hoverZoom div.bgImg {
  max-width: 100%;
  transition: all 0.3s;
}
div.bgImgWrapper.hoverZoom a div.bgImg:hover, div.bgImgWrapper.hoverZoom a div.bgImg:focus, div.bgImgWrapper.hoverZoom div.bgImg:hover, div.bgImgWrapper.hoverZoom div.bgImg:focus {
  transform: scale(1.1);
}

/* Image Zoom in */
.parent:hover .child, .parent:focus .child {
  transform: scale(1.2);
}

.roundedImage, .imgWrapper.roundedImage {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 150px;
  width: 150px;
}

.roundedImage img, .imgWrapper.roundedImage img {
  position: absolute;
  width: 100%;
}

.itemImage {
  max-width: 120px;
  min-width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.itemImage .bgImgWrapper:before {
  padding-top: 100%;
}

/*#endregion IMAGES */
/*#region MISCELLANEOUS CLASSES SECTION*/
blockquote {
  width: 100%;
  max-width: 100%;
  margin: 2rem auto;
  padding: 1.75rem 3rem 3rem;
  position: relative;
  border: solid 1px #0d4280;
  color: #0d4280;
  text-align: left;
  font-size: 1.2em;
  background-color: #fff;
}
blockquote p {
  color: inherit;
  font-style: normal;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote cite {
  font-style: italic;
  font-family: "Source Serif 4", "Times New Roman", serif;
}
.equalTopMargins > :first-child {
  margin-top: 1em;
}

.forcedHide {
  display: none !important;
}

.hideOnDesktop {
  display: none !important;
}

.hideOnMobile {
  display: inline-block;
}

.sfContentBlock ul.colouredCircles {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.sfContentBlock ul.colouredCircles li {
  padding: 0;
  list-style-type: none;
}
.sfContentBlock ul.colouredCircles li a:link, .sfContentBlock ul.colouredCircles li a:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 150px;
  height: 150px;
  padding: 10px;
  color: #fff;
  background-color: #007096;
  border-radius: 50%;
}
.sfContentBlock ul.colouredCircles li a:link:hover, .sfContentBlock ul.colouredCircles li a:visited:hover {
  background-color: #7A003C;
  color: #fff;
}
@media only screen and (max-width: 500px) {
  .sfContentBlock ul.colouredCircles {
    display: block;
  }
  .sfContentBlock ul.colouredCircles li {
    margin: 0 0 10px 0;
  }
  .sfContentBlock ul.colouredCircles li a {
    width: 100%;
    height: auto;
    padding: 20px 50px;
    border-radius: initial;
  }
}
.sfContentBlock ul.colouredCircles.MCMASTERburgundy li a {
  color: #fff;
  background-color: #7A003C;
}
.sfContentBlock ul.colouredCircles.MCMASTERburgundy li a:hover {
  background-color: #007096;
  color: #fff;
}
.sfContentBlock ul.colouredCircles.RISEblue li a {
  color: #fff;
  background-color: #0d4280;
}
.sfContentBlock ul.colouredCircles.RISEblue li a:hover {
  background-color: #7A003C;
  color: #fff;
}
.sfContentBlock ul.colouredCircles.MCMASTERgrey li a {
  color: #fff;
  background-color: #5E6A71;
}
.sfContentBlock ul.colouredCircles.MCMASTERgrey li a:hover {
  background-color: #7A003C;
  color: #fff;
}
.sfContentBlock ul.colouredCircles.MCMASTERred li a {
  color: #fff;
  background-color: #A6192E;
}
.sfContentBlock ul.colouredCircles.MCMASTERred li a:hover {
  background-color: #5E6A71;
  color: #fff;
}
.sfContentBlock ul.colouredCircles.MCMASTERgold li a {
  color: #000;
  background-color: #FDBF57;
}
.sfContentBlock ul.colouredCircles.MCMASTERgold li a:hover {
  background-color: #7A003C;
  color: #fff;
}
.sfContentBlock ul.colouredCircles.MCMASTERgreen li a {
  color: #fff;
  background-color: #007B4B;
}
.sfContentBlock ul.colouredCircles.MCMASTERgreen li a:hover {
  background-color: #5E6A71;
  color: #fff;
}

.colourText.RISEblue {
  color: #0d4280;
}
.colourText.MCMASTERgrey {
  color: #5E6A71;
}
.colourText.MCMASTERred {
  color: #A6192E;
}
.colourText.MCMASTERburgundy {
  color: #7A003C;
}
.colourText.MCMASTERdarkblue {
  color: #007096;
}
.colourText.MCMASTERgreen {
  color: #007B4B;
}

img.baseImage, .baseImage img {
  display: block;
  width: 100%;
}

.pullQuote {
  padding: 30px 50px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 130%;
  font-weight: 700;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.subtle {
  color: #1466c5;
  font-size: 80%;
}

.clickable:hover {
  cursor: pointer;
}

.scrollToTop {
  display: none !important;
  /*    width: 2rem;
  height: 2rem;
  display: none;
  top: auto;
  left: auto;
  right: 1rem;
  bottom: 5rem;
  position: fixed;
  font-size: 1.2rem;
  background-color: $secondaryColour;
  cursor: pointer;
  z-index: 1000;
  border: 3px solid white;
  box-sizing: content-box;
  opacity: 0.4;
  justify-content: center;
  align-items: center;
  color: #fff;

  &.active {
      display: flex !important;
  }

  &:focus, &:hover {
      text-decoration: none;
      color: #fff;
      background-color: $primaryColour;
      opacity: 1;
  }*/
}

#skiptocontent a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
#skiptocontent a:focus, #skiptocontent a:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #125aae;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

/* Special Links */
a[href^=tel], a[href^=Tel] {
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: black;
}
a[href^=tel]:hover, a[href^=Tel]:hover {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

.noLink {
  color: black !important;
}
.noLink:hover {
  text-decoration: none !important;
}

.hidden {
  display: none !important;
}

/*#region GRID LIST VIEWS GLOBAL SECTION */
ul.grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
ul.grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  /*width: calc((1 / 3) * 100% - 20px);*/
  flex-basis: calc((1 / 3) * 100% - 20px);
}
ul.grid li.col article {
  margin: 1em 0;
  height: 100%;
  position: relative;
}
ul.grid li.col article .innerContent {
  position: relative;
  height: 100%;
  width: 100%;
}
.grid.withBorders {
  border: 1px solid #E6E6E6;
  border-bottom: 0;
}
.grid.withBorders img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.grid.withBorders .col {
  border-right: 1px solid #E6E6E6;
  padding: 1rem 0.5rem;
}
.grid.withBorders .col:last-child {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .grid.withBorders .col {
    border: none;
  }
}

.coursestreams ul.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;
}
.coursestreams ul.grid > .col {
  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);
}
.coursestreams ul.grid li.col {
  display: block;
}

/* detail and card content */
.project .meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 1rem 0;
}
.project .meta div.projectTypes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.project .meta div.projectTypes span.projectType:after {
  content: "+";
}
.project .meta div.projectTypes span.projectType:after {
  content: "+";
  margin-left: 1rem;
}
.project .meta div.projectTypes span.projectType:last-child:after {
  content: none;
}

.projects ul.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;
}
.projects ul.grid > .col {
  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);
}
.projects ul.grid li.col {
  display: block;
}
.projects ul.grid li.col article.project {
  padding: 25px 0;
  border-top: 1px solid #E6E6E6;
}
.projects ul.grid li.col article.project .related.products {
  margin-top: 1em;
}
.projects ul.grid li.col article.project .related.products .product span.productType {
  color: #555555;
}
.projects ul.grid li.col article.project .related.products .product span.moreInfo {
  display: block;
  margin-bottom: 10px;
}
.projects ul.grid li.col article.project .related.products .product span.productLink:before {
  content: "|";
  padding: 0 8px;
  color: #CCCCCC;
}
.projects ul.grid li.col article.project .related.products .product.infographic .caption {
  font-size: 11px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3em;
  color: #5E6A71;
}
.projects ul.grid li.col article.project .related.products .product span:nth-child(2):before {
  content: none;
}

.newsitems ul.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;
}
.newsitems ul.grid > .col {
  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);
}
.newsitems ul.grid li.col article.newsitem .innerContent {
  display: flex;
}
.newsitems ul.grid li.col article.newsitem .innerContent .itemImage {
  max-width: 125px;
  min-width: 125px;
  height: 125px;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.newsitems ul.grid li.col article.newsitem .innerContent .itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.newsitems ul.grid li.col article.newsitem .innerContent .itemImage .bgImgWrapper:before {
  padding-top: 100%;
}
.newsitems ul.grid li.col article.newsitem .innerContent .itemContent h3 {
  margin-top: 0.25em;
}
@media only screen and (max-width: 500px) {
  .newsitems ul.grid li.col article.newsitem .innerContent {
    flex-direction: column;
    align-items: center;
  }
}
.newsitems.slider {
  padding: 2rem 2rem;
}
.newsitems.slider h2 {
  text-align: center;
  font-size: 2em;
  margin-top: 0.5em;
}
.newsitems.slider .slide {
  padding: 0 0.5em;
}
.newsitems.slider .slide article.newsitem .innerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newsitems.slider .slide article.newsitem .innerContent {
    text-align: center;
  }
}
.newsitems.slider .slide article.newsitem .innerContent .itemImage {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.newsitems.slider .slide article.newsitem .innerContent .itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.newsitems.slider .slide article.newsitem .innerContent .itemImage .bgImgWrapper:before {
  padding-top: 100% !important;
}
.newsitems.mini.slider {
  padding: 0;
  margin-bottom: 2rem;
}
.newsitems.mini.slider h3 {
  text-align: left;
}
.newsitems.mini.slider .slide {
  padding: 0 0.5em;
}
.newsitems.mini.slider .slide article.newsitem .innerContent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .newsitems.mini.slider .slide article.newsitem .innerContent {
    text-align: left;
    flex-direction: column;
  }
}
.newsitems.mini.slider .slide article.newsitem .innerContent .itemImage {
  max-width: 120px;
  min-width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.newsitems.mini.slider .slide article.newsitem .innerContent .itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.newsitems.mini.slider .slide article.newsitem .innerContent .itemImage .bgImgWrapper:before {
  padding-top: 100%;
}
.newsitems.mini.slider .slide article.newsitem .innerContent .itemContent h3 {
  margin-top: 0.25em;
}

div.upcoming {
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 0px 30px;
  margin-bottom: 25px;
}

.eventitems ul.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;
}
.eventitems ul.grid > .col {
  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);
}
.eventitems ul.grid li.col article.eventitem .innerContent {
  display: flex;
}
.eventitems ul.grid li.col article.eventitem .innerContent .itemImage {
  max-width: 125px;
  min-width: 125px;
  height: 125px;
  position: relative;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.eventitems ul.grid li.col article.eventitem .innerContent .itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.eventitems ul.grid li.col article.eventitem .innerContent .itemImage .bgImgWrapper:before {
  padding-top: 100%;
}
.eventitems ul.grid li.col article.eventitem .innerContent .itemContent h3 {
  margin-top: 0.25em;
}
@media only screen and (max-width: 500px) {
  .eventitems ul.grid li.col article.eventitem .innerContent {
    flex-direction: column;
    align-items: center;
  }
}
.eventitems.webinars ul.grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1rem;
  margin-right: -1rem;
  box-sizing: border-box;
}
.eventitems.webinars ul.grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  vertical-align: top;
  /*width: calc((1 / 3) * 100% - 2rem);*/
  flex-basis: calc((1 / 3) * 100% - 2rem);
}
.eventitems.webinars ul.grid li.col article.eventitem .innerContent {
  display: flex;
  flex-direction: column;
}
.eventitems.webinars ul.grid li.col article.eventitem .innerContent .itemImage {
  max-width: 200px;
  min-width: 200px;
  height: 200px;
}
@media only screen and (max-width: 1299px) {
  .eventitems.webinars ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
  }
  .eventitems.webinars ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    /*width: calc((1 / 2) * 100% - 2rem);*/
    flex-basis: calc((1 / 2) * 100% - 2rem);
  }
}
@media only screen and (max-width: 1024px) {
  .eventitems.webinars ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
  }
  .eventitems.webinars ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    /*width: calc((1 / 3) * 100% - 2rem);*/
    flex-basis: calc((1 / 3) * 100% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .eventitems.webinars ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
    box-sizing: border-box;
  }
  .eventitems.webinars ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
    vertical-align: top;
    /*width: calc((1 / 2) * 100% - 2rem);*/
    flex-basis: calc((1 / 2) * 100% - 2rem);
  }
}
@media only screen and (max-width: 500px) {
  .eventitems.webinars ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .eventitems.webinars ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    /*width: calc((1 / 1) * 100%);*/
    flex-basis: calc((1 / 1) * 100%);
  }
}
.eventitems.calendarView ul.grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.eventitems.calendarView ul.grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
  /*width: calc((1 / 1) * 100%);*/
  flex-basis: calc((1 / 1) * 100%);
}
.eventitems.calendarView ul.grid li.col article.eventitem {
  margin: 0.5rem;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent {
  display: flex;
  flex-direction: row;
  padding: 0 1rem 0 0;
  border: 1px solid #707070;
  border-radius: 10px;
  min-height: calc(150px + 1rem);
  overflow: hidden;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemDate {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  padding: 1rem 1rem 1rem 1rem;
  border-right: 1px solid #707070;
  background-color: rgba(13, 66, 128, 0.2);
  height: 100%;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemDate span.theYear {
  font-size: 0.9rem;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemDate span.theMonth {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-transform: none;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemDate span.theDay {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemDate span.theDayOfWeek {
  font-size: 0.9rem;
  text-transform: none;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent {
  padding: 1rem 2rem 1rem 1rem;
  width: calc(100% - (190px + 1rem));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent h3 {
  margin-top: 0;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent .summary {
  margin-bottom: 0.5rem;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent .dates {
  color: #0d4280;
  font-weight: bold;
  text-transform: none;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent .dates span.time {
  text-transform: lowercase;
}
.eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemImage {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media only screen and (max-width: 650px) {
  .eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemContent {
    width: 100%;
    padding: 1rem 0 1rem 1rem;
  }
  .eventitems.calendarView ul.grid li.col article.eventitem .innerContent .itemImage {
    display: none;
    opacity: 0.3;
    top: initial;
    bottom: 0;
    right: 0;
  }
}
.eventitems.calendarView ul.grid#filteredContentResult li.col article.eventitem {
  margin: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .eventitems.calendarView ul.grid#filteredContentResult li.col article.eventitem .innerContent .itemContent {
    width: 100%;
    padding: 1rem 0 1rem 1rem;
  }
  .eventitems.calendarView ul.grid#filteredContentResult li.col article.eventitem .innerContent .itemImage {
    display: none;
    opacity: 0.3;
    top: initial;
    bottom: 0;
    right: 0;
  }
}

/* Host on Events */
.hostsSimple {
  margin-bottom: 1rem;
}
.hostsSimple span.hostedBy {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.hostsSimple .related.hosts span.hostName:after {
  content: "|";
  padding: 0 0 0 5px;
}
.hostsSimple .related.hosts span.hostName:last-of-type:after {
  content: none;
}

.eventitem.detailView {
  /* Host on Events */
}
.eventitem.detailView .hostsSimple {
  margin: 1rem 0;
  padding-right: 2rem;
}
.eventitem.detailView .related.hosts .host span.hostName {
  display: block;
  margin: 1rem 0 5px 0;
  font-weight: 700;
  color: #0d4280;
}

/*#region Covid Hubs SECTION*/
.hosts > .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;
}
.hosts > .grid > .col {
  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 / 3) * 100% - 1rem);*/
  flex-basis: calc((1 / 3) * 100% - 1rem);
}
.hosts.related > .grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.hosts.related > .grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
  /*width: calc((1 / 1) * 100%);*/
  flex-basis: calc((1 / 1) * 100%);
}
.hosts .host {
  padding: 0.5em 0.5em 1em 0.5em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1em;
}
.hosts .host .urlWrapper p a {
  word-break: break-all;
}
.hosts .host .innerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.hosts .host .innerContent .itemImage {
  max-width: 320px;
  min-width: 280px;
  height: auto;
  margin: 0;
}
.hosts .host .innerContent .itemImage div.bgImgWrapper {
  border-radius: 0;
}
.hosts .host .innerContent .itemImage div.bgImgWrapper .bgImg {
  background-size: contain;
}
.hosts .host .innerContent .itemContent {
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  .hosts > .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;
  }
  .hosts > .grid > .col {
    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 / 2) * 100% - 1rem);*/
    flex-basis: calc((1 / 2) * 100% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .hosts > .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;
  }
  .hosts > .grid > .col {
    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);
  }
}

.featuredcontentitems {
  margin: 1em 0;
}
.featuredcontentitems ul.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;
}
.featuredcontentitems ul.grid > .col {
  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);
}
.featuredcontentitems ul.grid li.col article.featuredcontentitem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.featuredcontentitems ul.grid li.col article.featuredcontentitem .itemImage {
  margin-right: 4em;
}
.featuredcontentitems ul.grid li.col article.featuredcontentitem .itemContent {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .featuredcontentitems ul.grid li.col article.featuredcontentitem {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .featuredcontentitems ul.grid li.col article.featuredcontentitem .itemImage {
    margin: 0 0 1rem 0;
  }
  .featuredcontentitems ul.grid li.col article.featuredcontentitem .itemContent {
    text-align: center;
  }
}

.testimonials {
  border-top: 3px solid #F7F7F7;
  border-bottom: 3px solid #F7F7F7;
  margin: 25px 0;
  position: relative;
}
.testimonials .testimonial {
  position: relative;
  padding: 35px 20px;
}
.testimonials .testimonial:before {
  font-family: "Times New Roman", Times, serif;
  font-size: 200px;
  line-height: 1em;
  color: #F7F7F7;
  position: absolute;
  top: 0px;
  left: 5px;
  font-style: normal;
  z-index: 1;
  content: "“";
}
.testimonials .testimonial .quote {
  font-size: 1.75em;
  line-height: 1.4em;
  color: #007096;
  font-style: italic;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.testimonials .testimonial .quote p {
  font-weight: inherit;
  font-style: italic;
}
.testimonials .testimonial .byLine {
  font-size: 13px;
  margin-top: 10px;
  color: #707070;
  text-align: right;
  line-height: 1.45em;
}
.testimonials .testimonial .byLine:before {
  content: "~";
}
@media only screen and (max-width: 1024px) {
  .testimonials .testimonial .quote {
    font-size: 1.3em;
  }
}

/*#endregion GRID LIST VIEWS GLOBAL SECTION */
/*#region SLIDER LISTS GLOBAL SECTION */
.slider .slide article .innerContent {
  position: relative;
  height: 100%;
}
.slider .slide article .innerContent .itemImage {
  position: relative;
}
.slider .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%;
}
.slider .slide article .innerContent .itemImage .bgImgWrapper:after {
  /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.slider .slide article .innerContent .itemImage .bgImgWrapper a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*#endregion SLIDER LISTS GLOBAL SECTION */
/*#region DETAIL VIEWS GLOBAL SECTION */
.newsitem.detailView, .eventitem.detailView {
  margin-bottom: 2em;
}
.newsitem.detailView .breadCrumbInner, .eventitem.detailView .breadCrumbInner {
  margin-bottom: 1em;
}
.newsitem.detailView .sharingLinksWrapper.shareThis, .eventitem.detailView .sharingLinksWrapper.shareThis {
  margin: 1em 0;
}
.newsitem.detailView .mainContent, .eventitem.detailView .mainContent {
  display: flex;
  flex-wrap: nowrap;
}
.newsitem.detailView .itemImage, .eventitem.detailView .itemImage {
  width: 220px;
  height: 220px;
  max-width: 220px;
  position: relative;
  overflow: hidden;
}
.newsitem.detailView .itemImage .bgImgWrapper, .eventitem.detailView .itemImage .bgImgWrapper {
  border-radius: 50%;
  margin: 0;
}
.newsitem.detailView .itemImage .bgImgWrapper:before, .eventitem.detailView .itemImage .bgImgWrapper:before {
  padding-top: 100%;
}
.newsitem.detailView .cmsContent, .eventitem.detailView .cmsContent {
  width: calc(100% - 220px);
  padding-right: 2rem;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .newsitem.detailView .mainContent, .eventitem.detailView .mainContent {
    display: block;
  }
  .newsitem.detailView .cmsContent, .eventitem.detailView .cmsContent {
    width: 100%;
    padding-right: 0;
  }
  .newsitem.detailView .itemImage, .eventitem.detailView .itemImage {
    margin-top: 2rem;
  }
}

.eventitem.RISE.detailView {
  margin-bottom: 2em;
}
.eventitem.RISE.detailView .dates span.time {
  text-transform: lowercase;
}
.eventitem.RISE.detailView .breadCrumbInner {
  margin-bottom: 1em;
}
.eventitem.RISE.detailView .sharingLinksWrapper.shareThis {
  margin: 1em 0;
}
.eventitem.RISE.detailView .itemContent {
  display: flex;
}
.eventitem.RISE.detailView .itemContent .cmsContent {
  width: 100%;
  padding: 0;
}
.eventitem.RISE.detailView .itemContent .mainContent {
  width: 70%;
  padding-right: 1rem;
}
.eventitem.RISE.detailView .itemContent .secondaryContent {
  width: 30%;
  padding: 1rem;
  border: 1px solid #0d4280;
  border-radius: 10px;
  overflow: hidden;
}
.eventitem.RISE.detailView .itemContent .secondaryContent h3 {
  text-transform: none;
  font-weight: bold;
  color: #0d4280;
  margin-top: 0;
}
.eventitem.RISE.detailView .itemContent .secondaryContent .hosts {
  margin-bottom: 1rem;
}
.eventitem.RISE.detailView .itemContent .secondaryContent .hosts h3 {
  margin: 0;
}
.eventitem.RISE.detailView .itemContent .secondaryContent .hosts article {
  margin: 0;
}
.eventitem.RISE.detailView .mainContent {
  display: flex;
  flex-wrap: nowrap;
}
.eventitem.RISE.detailView .itemImage {
  position: relative;
  width: 220px;
  height: auto;
  max-width: 220px;
  overflow: hidden;
  padding-left: 2rem;
}
.eventitem.RISE.detailView .itemImage div.bgImgWrapper {
  height: initial;
}
.eventitem.RISE.detailView .itemImage div.bgImgWrapper .bgImg {
  background-size: contain;
}
.eventitem.RISE.detailView .cmsContent {
  padding-right: 2rem;
  word-break: break-word;
}
@media only screen and (max-width: 1024px) {
  .eventitem.RISE.detailView .itemContent {
    display: block;
  }
  .eventitem.RISE.detailView .itemContent .mainContent {
    display: block;
    width: 100%;
    padding: 0;
  }
  .eventitem.RISE.detailView .itemContent .secondaryContent {
    width: 100%;
  }
  .eventitem.RISE.detailView .itemContent .secondaryContent .related.hosts .imgWrapper {
    max-width: 300px;
  }
  .eventitem.RISE.detailView .cmsContent {
    width: 100%;
    padding-right: 0;
  }
  .eventitem.RISE.detailView .itemImage {
    margin-top: 1rem;
  }
}

/* fix on Aug 16*/
.product span.productType {
  font-weight: bold;
}

.project.detailView .related.products {
  margin-top: 1em;
}
.project.detailView .related.products .product span.productType {
  color: #555555;
}
.project.detailView .related.products .product span.moreInfo {
  display: block;
  margin-bottom: 10px;
}
.project.detailView .related.products .product span.productLink:before {
  content: "|";
  padding: 0 8px;
  color: #CCCCCC;
}
.project.detailView .related.products .product.infographic .caption {
  font-size: 11px;
  display: block;
  margin-bottom: 15px;
  line-height: 1.3em;
  color: #5E6A71;
}
.project.detailView .related.products .product span:nth-child(2):before {
  content: none;
}

.related.products .cmsContent.moreInfo {
  display: inline;
}
.related.products .cmsContent.moreInfo:before {
  content: "|";
  padding: 0 8px;
  color: #CCCCCC;
}

/*#endregion  DETAIL VIEW GLOBAL SECTION*/
.highlights ul.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;
}
.highlights ul.grid > .col {
  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 / 2) * 100% - 1rem);*/
  flex-basis: calc((1 / 2) * 100% - 1rem);
}
@media only screen and (max-width: 650px) {
  .highlights ul.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;
  }
  .highlights ul.grid > .col {
    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);
  }
}
.highlights ul.grid li.col article.highlight {
  position: relative;
}
.highlights ul.grid li.col article.highlight .itemImage {
  height: 250px;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
}
.highlights ul.grid li.col article.highlight .itemImage .bgImgWrapper {
  border-radius: 0;
}
.highlights ul.grid li.col article.highlight .itemContent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper {
  padding: 2em;
  width: 100%;
  position: relative;
  max-width: 350px;
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper a.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0 20px 0 60px;
  background-color: #F7F7F7;
  border-radius: 5px;
  min-height: 44px;
  font-size: 1rem;
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper a.icon:before {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: 27px;
  left: 22px;
  background-color: #FDBF57;
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper a.icon.video:before {
  background-image: url(/CFImages/Icons/play.svg);
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper a.icon.browse:before {
  background-image: url(/CFImages/Icons/search.svg);
}
.highlights ul.grid li.col article.highlight .itemContent .linkWrapper a.icon.download:before {
  background-image: url(/CFImages/Icons/search.svg);
}
.highlights.singleHighlight ul.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;
}
.highlights.singleHighlight ul.grid > .col {
  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);
}

/* #region TEAM SECTION*/
/* #region TEAM LISTING and RELATED TEAM */
.teammembers > .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;
}
.teammembers > .grid > .col {
  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 / 3) * 100% - 1rem);*/
  flex-basis: calc((1 / 3) * 100% - 1rem);
}
.teammembers .teammember .innerContent {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.teammembers .teammember .innerContent .itemImage {
  max-width: 240px;
  min-width: 240px;
  height: 240px;
  margin-right: 0;
  margin-bottom: 10px;
}
.teammembers .teammember .innerContent .itemImage div.bgImgWrapper .bgImg {
  background-position: top center;
}
.teammembers .teammember .innerContent .itemContent {
  text-align: center;
}
.teammembers .teammember .innerContent .itemContent h3 {
  margin: 0;
}
.teammembers .teammember .innerContent .itemContent h3 a:link, .teammembers .teammember .innerContent .itemContent h3 a:visited {
  color: black;
}
@media only screen and (max-width: 1299px) {
  .teammembers > .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;
  }
  .teammembers > .grid > .col {
    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 / 2) * 100% - 1rem);*/
    flex-basis: calc((1 / 2) * 100% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .teammembers > .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;
  }
  .teammembers > .grid > .col {
    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);
  }
}

.teammembers.recommends {
  margin-bottom: 25px;
}
.teammembers.recommends > .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;
}
.teammembers.recommends > .grid > .col {
  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);
}
.teammembers.recommends .recommendsHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.teammembers.recommends .recommendsHeader a {
  color: #007096;
}
.teammembers.recommends .recommendsItems {
  display: block;
  margin-top: 15px;
}
.teammembers.recommends .recommendsItems .item {
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 15px;
  padding-top: 15px;
}
.teammembers.recommends .recommendsItems .item p.type {
  font-size: 14px;
  color: #707070;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.teammembers.recommends .recommendsItems .item p.title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.35em;
  margin: 0;
}
.teammembers.recommends .recommendsItems .item .summary {
  line-height: 1.45em;
  margin: 0;
  font-size: 14px;
  color: #707070;
  padding-top: 8px;
}
.teammembers.recommends .recommendsItems .item .summary .date {
  display: inline;
}

/* #region TEAM BIO PAGE */
.teammember.detailView span.position {
  margin: 0 0 25px;
  font-size: 21px;
}
.teammember.detailView ul.socialLinks {
  justify-content: flex-start;
}
.teammember.detailView .itemImage {
  max-width: 380px;
  min-width: 380px;
  height: 380px;
  margin: 0;
  margin-bottom: 10px;
}
.teammember.detailView .itemImage div.bgImgWrapper .bgImg {
  background-position: top center;
}
.teammember.detailView .recommends.teammembers .recommendsItems {
  margin-top: -10px;
}
@media only screen and (max-width: 1024px) {
  .teammember.detailView .grid.twoColumn {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .teammember.detailView .grid.twoColumn .col {
    width: 100%;
  }
  .teammember.detailView .grid.twoColumn .left {
    margin-top: 30px;
  }
  .teammember.detailView .grid.twoColumn .right {
    margin-top: 0;
  }
  .teammember.detailView .grid.twoColumn .itemImage {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .teammember.detailView .itemImage {
    max-width: 200px;
    min-width: 200px;
    height: 200px;
  }
}

/* #endregion TEAM BIO PAGE */
/* #region TEAM COMMENTS SECTION*/
/* #region TEAM COMMENTS LISTING */
.teamcomments > .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;
}
.teamcomments > .grid > .col {
  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 / 3) * 100% - 1rem);*/
  flex-basis: calc((1 / 3) * 100% - 1rem);
}
.teamcomments .teamcomment .innerContent {
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.teamcomments .teamcomment .innerContent .itemImage {
  max-width: 240px;
  min-width: 240px;
  height: 240px;
  margin-right: 0;
  margin-bottom: 10px;
}
.teamcomments .teamcomment .innerContent .itemImage div.bgImgWrapper .bgImg {
  background-position: top center;
}
.teamcomments .teamcomment .innerContent .itemContent {
  text-align: center;
}
.teamcomments .teamcomment .innerContent .itemContent h3 {
  margin: 0;
}
.teamcomments .teamcomment .innerContent .itemContent h3 a:link, .teamcomments .teamcomment .innerContent .itemContent h3 a:visited {
  color: black;
}
@media only screen and (max-width: 1299px) {
  .teamcomments > .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;
  }
  .teamcomments > .grid > .col {
    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 / 2) * 100% - 1rem);*/
    flex-basis: calc((1 / 2) * 100% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .teamcomments > .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;
  }
  .teamcomments > .grid > .col {
    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);
  }
}

/* #region TEAM COMMENTS BIO PAGE */
.teamcomment.detailView .testimonial {
  position: relative;
  padding: 35px 20px;
}
.teamcomment.detailView .testimonial:before {
  font-family: "Times New Roman", Times, serif;
  font-size: 200px;
  line-height: 1em;
  color: #F7F7F7;
  position: absolute;
  top: 0px;
  left: 5px;
  font-style: normal;
  z-index: 1;
  content: "“";
}
.teamcomment.detailView .testimonial .quote {
  font-size: 1.75em;
  line-height: 1.4em;
  color: #007096;
  font-style: italic;
  font-weight: 100;
  position: relative;
  z-index: 2;
}
.teamcomment.detailView .testimonial .quote p {
  font-weight: inherit;
  font-style: italic;
}
.teamcomment.detailView .testimonial .byLine {
  font-size: 13px;
  margin-top: 10px;
  color: #707070;
  text-align: right;
  line-height: 1.45em;
}
.teamcomment.detailView .testimonial .byLine:before {
  content: "~";
}
@media only screen and (max-width: 1024px) {
  .teamcomment.detailView .testimonial .quote {
    font-size: 1.3em;
  }
}
.teamcomment.detailView span.position {
  margin: 0 0 25px;
  font-size: 21px;
}
.teamcomment.detailView .itemImage {
  max-width: 380px;
  min-width: 380px;
  height: 380px;
  margin: 0;
  margin-bottom: 10px;
}
.teamcomment.detailView .itemImage div.bgImgWrapper .bgImg {
  background-position: top center;
}
@media only screen and (max-width: 1024px) {
  .teamcomment.detailView .grid.twoColumn {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .teamcomment.detailView .grid.twoColumn .col {
    width: 100%;
  }
  .teamcomment.detailView .grid.twoColumn .left {
    margin-top: 30px;
  }
  .teamcomment.detailView .grid.twoColumn .right {
    margin-top: 0;
  }
  .teamcomment.detailView .grid.twoColumn .itemImage {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .teamcomment.detailView .itemImage {
    max-width: 200px;
    min-width: 200px;
    height: 200px;
  }
}

/* #endregion TEAM COMMENTS PAGE */
.firstParagraphHighlight {
  font-size: 150% !important;
  line-height: 1em;
}

/*#region IFRAME and VIDEO EMBED STYLING SECTION*/
iframe {
  max-width: 100%;
}

iframe {
  border: none;
}
iframe.embeddedSite {
  width: 100%;
  height: 1000px;
  border-top: 2px solid #000;
  border-bottom: 10px solid #000;
}

.videoWrapper, .embedWrapper, .videoEmbedWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .embedWrapper iframe, .videoEmbedWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*#endregion IFRAME and VIDEO EMBED STYLING SECTION*/
/*#endregion RELATED CONTENT SECTION*/
/* ### MHF Home Page ### */
.mhf.homePage .right .subscribe, .mhf.contactPage .right .subscribe, .rise.contactPage .right .subscribe {
  text-align: center;
}
.mhf.homePage .right .followUs, .mhf.contactPage .right .followUs, .rise.contactPage .right .followUs {
  text-align: center;
  border-top: 1px solid #cbd5de;
  border-bottom: 1px solid #cbd5de;
  padding: 25px 0;
  margin: 15px 0;
}
.mhf.homePage .homeNewsSlider, .mhf.contactPage .homeNewsSlider, .rise.contactPage .homeNewsSlider {
  margin-top: 2em;
  background-color: rgba(163, 163, 163, 0.2);
}

/* ### End MHF Home Page ### */
.viewMoreOuter {
  margin: 0em auto 3em;
  text-align: center;
}

.secondaryContent h3 {
  color: #f1f1f1;
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 3em;
}

.printOnly {
  display: none;
}

.flexMe {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flexMe a {
  margin-right: 1rem;
}

.mobileOnly {
  display: none;
  height: 0;
  width: 0;
}

.colourSquare {
  padding: 1em;
  border-radius: 0.25rem !important;
  display: inline-block;
  margin: 1em;
  width: 250px;
}
.colourSquare.RISEblue {
  color: #fff;
  background-color: #0d4280;
}
.colourSquare.MCMASTERgrey {
  color: #fff;
  background-color: #5E6A71;
}
.colourSquare.MCMASTERred {
  color: #fff;
  background-color: #A6192E;
}
.colourSquare.MCMASTERburgundy {
  color: #fff;
  background-color: #7A003C;
}
.colourSquare.MCMASTERdarkblue {
  color: #fff;
  background-color: #007096;
}
.colourSquare.MCMASTERgold {
  color: #000;
  background-color: #FDBF57;
}
.colourSquare.MCMASTERgreen {
  color: #fff;
  background-color: #007B4B;
}

.colourText.RISEblue {
  color: #0d4280;
}
.colourText.MCMASTERgrey {
  color: #5E6A71;
}
.colourText.MCMASTERred {
  color: #A6192E;
}
.colourText.MCMASTERburgundy {
  color: #7A003C;
}
.colourText.MCMASTERdarkblue {
  color: #007096;
}
.colourText.MCMASTERgreen {
  color: #007B4B;
}

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

/*#region Partners SECTION*/
.partners ul.grid {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.partners ul.grid > .col {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  /*width: calc((1 / 3) * 100% - 20px);*/
  flex-basis: calc((1 / 3) * 100% - 20px);
}
@media only screen and (max-width: 1200px) {
  .partners ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .partners ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    /*width: calc((1 / 2) * 100%);*/
    flex-basis: calc((1 / 2) * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .partners ul.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;
  }
  .partners ul.grid > .col {
    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 / 3) * 100% - 1rem);*/
    flex-basis: calc((1 / 3) * 100% - 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .partners ul.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;
  }
  .partners ul.grid > .col {
    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 / 2) * 100% - 1rem);*/
    flex-basis: calc((1 / 2) * 100% - 1rem);
  }
}
@media only screen and (max-width: 500px) {
  .partners ul.grid {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .partners ul.grid > .col {
    flex: 0 0 auto;
    /*order: 0;*/
    width: initial;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    /*width: calc((1 / 1) * 100%);*/
    flex-basis: calc((1 / 1) * 100%);
  }
}
.partners ul.grid li.col article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2rem;
  min-height: 150px;
}
.partners ul.grid li.col article .imgWrapper {
  display: flex;
  justify-content: center;
}
.partners ul.grid li.col article .imgWrapper img {
  max-width: 150px;
}
/*#region Covid Hubs SECTION*/
.covidhubs .hub {
  padding: 0.5em 0.5em 1em 0.5em;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 1em;
}
.covidhubs .hub .urlWrapper p a {
  word-break: break-all;
}

.hub.detailView {
  margin-bottom: 2em;
}
.hub.detailView .urlWrapper p a {
  word-break: break-all;
}
.hub.detailView .hubOverview {
  margin-bottom: 1em;
  padding: 0;
}
.hub.detailView .hubOverview .right {
  padding: 1em;
  border: 1px solid #CCCCCC;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .hub.detailView .hubOverview .right {
    margin: 2em 0.5rem 0 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .hub.detailView .grid.hubOverview .col {
    flex: 100%;
    max-width: 100%;
  }
}
.hub.detailView .hubCoverage {
  padding: 1em;
  border: 1px solid #CCCCCC;
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.hub.detailView .hubCoverage > .col {
  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 / 3) * 100% - 1rem);*/
  flex-basis: calc((1 / 3) * 100% - 1rem);
}
@media only screen and (max-width: 767px) {
  .hub.detailView .hubCoverage {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    box-sizing: border-box;
  }
  .hub.detailView .hubCoverage > .col {
    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);
  }
}
.hub.detailView .hubDescriptive {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #CCCCCC;
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
}
.hub.detailView .hubDescriptive > .col {
  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 / 3) * 100% - 1rem);*/
  flex-basis: calc((1 / 3) * 100% - 1rem);
}
@media only screen and (max-width: 768px) {
  .hub.detailView .hubDescriptive {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    box-sizing: border-box;
    margin-top: 1em;
  }
  .hub.detailView .hubDescriptive > .col {
    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);
  }
}
.hub.detailView .hubDescriptive .col {
  display: block;
}

/*#region Search Results SECTION        */
.searchTop {
  max-width: 50%;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
}
.searchTop > .col {
  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);
}
.searchTop .resultSort {
  max-width: 300px;
}

.searchResults .searchItem {
  margin-bottom: 15px;
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
.searchResults .searchItem h3 {
  margin-top: 0;
}

/*#end region Search Results SECTION        */
/****************************************************************************************************/
/* #region Filtered Content Items */
/****************************************************************************************************/
.filteredContent .checkboxes {
  flex-wrap: wrap;
}
.filteredContent .checkboxes label {
  display: flex;
  gap: 0.5em;
}
.filteredContent .checkboxes fieldset legend {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: initial;
}
.filteredContent .checkboxes fieldset ul.grid.checkboxes {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.filteredContent .checkboxes fieldset ul.grid.checkboxes li.field.col {
  flex: 0;
  font-size: 0.9rem;
}
.filteredContent ul.pagination {
  gap: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.filteredContent ul.pagination li button {
  padding: 0;
  width: 2rem;
  height: 2rem;
}

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

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

.k-list-optionlabel,
.k-list .k-item {
  padding: 0.8rem 0.6rem;
}
.k-list-optionlabel.k-state-selected,
.k-list .k-item.k-state-selected {
  background-color: #f1f1f1;
}
.k-list-optionlabel.k-state-selected:hover,
.k-list .k-item.k-state-selected:hover {
  background-color: #e4e4e4;
}

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

/* Keyword Search */
.keywordSearchWrapper {
  margin-bottom: 1.4rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 6rem;
}
.keywordSearchWrapper input[type=search] {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  height: 3.4rem;
  background: none;
}
.keywordSearchWrapper input[type=search]::placeholder {
  color: #555555;
}
.keywordSearchWrapper input[type=search]:focus, .keywordSearchWrapper input[type=search]:active, .keywordSearchWrapper input[type=search]:hover {
  outline: none !important;
}
.keywordSearchWrapper .buttons {
  display: flex;
  align-items: stretch;
}
.keywordSearchWrapper .buttons .button {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: inherit;
  margin: 0 0 0 2px;
  padding: 0.5rem 1rem;
  line-height: 2.3rem;
}
.keywordSearchWrapper .buttons .button svg {
  margin: 0;
}
.keywordSearchWrapper input[type=search]:not(:placeholder-shown) ~ .buttons .clearSearch {
  display: block;
  opacity: 1;
}

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

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

/* Filtered Content withSidebar */
.filteredContent.withSidebar {
  /* Checkboxes */
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filterHeader h3 {
  text-transform: uppercase;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer {
  /*Filters are below */
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 0 0 1rem 0;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer {
  /* section title */
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .filterSectionTitle {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  background-color: #E6E6E6;
  color: black;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown {
  width: 100%;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown:hover .k-dropdown-wrap, .filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown.k-state-border-down .k-dropdown-wrap {
  border-color: #A3A3A3;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown .k-dropdown-wrap {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  box-shadow: none;
  background: none;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown .k-dropdown-wrap .k-input {
  padding: 1.6rem 1.2rem;
  font-size: 1rem;
  color: #555555;
  -webkit-user-select: none;
          user-select: none;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown .k-dropdown-wrap .k-select {
  padding-right: 1.2rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown .k-dropdown-wrap .k-select .k-icon {
  width: 0.6rem;
  height: 0.6rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups .k-dropdown .k-dropdown-wrap .k-select .k-icon:before {
  background-image: url(/CFImages/Icons/plus.svg);
  background-size: 0.6rem auto;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes {
  flex-wrap: no-wrap;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset {
  flex: 1 1 0;
  margin: 0 0 1rem 0;
  padding: 0 1rem 0 1rem;
  border-bottom: 1px solid #CCCCCC;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggle {
  position: relative;
  width: 100%;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggle:after {
  content: " ";
  position: absolute;
  top: 0rem;
  right: 0.8rem;
  color: #f1f1f1;
  background-image: url(/CFImages/Icons/chevron-down.svg);
  background-size: 0.6rem auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E6E6E6;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggle legend {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 0 0 0.5rem 0;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggle.active:after {
  background-image: url(/CFImages/Icons/chevron-up.svg);
  background-color: #f1f1f1;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  /* only show when active */
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1), font-size 0s linear, padding 0s linear, margin 0s linear;
  /* The search input for each filter */
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent.active {
  height: auto;
  opacity: 1;
  overflow: auto;
  max-height: 260px;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent input.option-filter-textbox {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  border-radius: 5px;
  height: auto;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent div.rangeWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent div.rangeWrapper input {
  border-radius: 5px;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent div.rangeWrapper span.minMaxSeperator {
  padding: 0 0.5rem;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent div.rangeWrapper span.minMaxSeperator:before {
  content: "-";
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent span.rangeValuesText {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #707070;
  margin: 0.5rem 0;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent ul.checkboxes {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent ul.checkboxes li.field.col {
  position: relative;
  flex: 0;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border-bottom: 1px solid #E6E6E6;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent ul.checkboxes li.field.col:last-child {
  border-bottom: none;
}
.filteredContent.withSidebar .filteredContentOuterGrid.grid .filtersContainer .advancedFiltersContainer .fieldGroups.checkboxes fieldset .filterToggleContent ul.checkboxes li.field.col:hover {
  background-color: #E6E6E6;
}
.filteredContent.withSidebar input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  -webkit-appearance: inherit;
          appearance: inherit;
  border-radius: 3px;
  /* disabled */
}
.filteredContent.withSidebar input[type=checkbox] + label {
  padding-left: 2rem;
}
.filteredContent.withSidebar input[type=checkbox]:focus {
  outline: none !important;
}
.filteredContent.withSidebar input[type=checkbox]:checked {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  background-image: url(/CFImages/Icons/check-white.svg);
}
.filteredContent.withSidebar input[type=checkbox]:disabled {
  color: #A3A3A3;
}

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

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

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

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

#filteredContentResult li.noResults {
  color: #707070;
  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 DOCUMENTS SECTION */
div.document a {
  width: 100%;
  display: block;
  text-decoration: none !important;
  color: #007096;
}
div.document a h3 {
  color: #7A003C;
}
div.document a .grid div.col.iconExtension {
  flex-basis: auto;
  flex-grow: 0;
  width: 30px;
  justify-content: center;
  align-items: center;
}
div.document a .grid div.col.iconExtension svg {
  font-size: 2em;
  color: black;
}
div.document a .grid div.col.iconExtension svg.typeIcon {
  display: block;
}
div.document a .grid div.col.iconExtension svg.hoverIcon {
  display: none;
}
div.document a .grid div.col.iconExtension div.textExtension {
  font-size: 1em;
}
div.document a .grid div.col.documentDetails h3.titleLink {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
div.document a .grid div.col.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;
}
div.document a .grid div.col.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;
}
div.document a .grid div.col.documentDetails span.col {
  margin: 0 1rem 0 0;
  flex-basis: auto;
  flex-grow: 0;
}
div.document a:hover .grid .col.iconExtension svg.typeIcon, div.document a:focus .grid .col.iconExtension svg.typeIcon {
  display: none;
}
div.document a:hover .grid .col.iconExtension svg.hoverIcon, div.document a:focus .grid .col.iconExtension svg.hoverIcon {
  display: block;
}

/* #endregion DOCUMENTS SECTION*/
/****************************************************************************************************/
/*#region Enhanced Search */
/****************************************************************************************************/
.searchModal {
  display: none;
}

.searchBox {
  display: flex;
  justify-content: flex-end;
}
.searchBox .sfsearchOpen {
  color: #0d4280;
  margin: 0;
  padding: 0;
  border: none;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background: none;
  font-size: 1.6rem;
}
.searchBox .sfsearchOpen:focus, .searchBox .sfsearchOpen:hover {
  background-color: transparent;
}
.searchBox .sfsearchOpen:active {
  background-color: transparent;
}

.popup_background.searchModalBackground {
  opacity: 0.9 !important;
  background-color: #f7f7f7 !important;
}

.popup_wrapper[id^=searchModal] {
  padding: 5rem;
}
@media (max-width: 767px) {
  .popup_wrapper[id^=searchModal] {
    padding: 5rem 2rem;
  }
}
@media (max-width: 500px) {
  .popup_wrapper[id^=searchModal] {
    padding: 5rem 1rem;
  }
}

.searchModal {
  /*width: $container;*/
  width: 42rem;
  max-width: 100%;
  padding: 2.4rem;
  background-color: white;
  border: 1px solid #5E6A71;
  /*@media(max-width: $S_Max) {*/
  /*width: calc(100vw - 4rem);*/
  /*padding: 3rem 2rem;
  }*/
}
.searchModal h3 {
  color: #0d4280;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
}
@media (max-width: 500px) {
  .searchModal {
    padding: 2rem 1rem;
  }
}
.searchModal fieldset {
  border: none;
  padding: 0;
}
.searchModal fieldset legend {
  font-weight: 600;
  /*margin-bottom: .5em;*/
  color: #5E6A71;
  background-color: white;
  padding: 0 0.4rem;
}
.searchModal .filters {
  display: grid;
  /*grid-template-columns: 1.3fr 2fr;*/
  grid-template-columns: 1fr 1fr;
  margin: 1.4rem 0;
  gap: 1.4rem;
}
.searchModal .filters fieldset {
  border: 1px solid #E6E6E6;
  padding: 1rem;
}
.searchModal .fields input[type=search] {
  margin-right: -1px;
}
.searchModal .fields .button {
  margin: 0;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background-color: white;
}
.searchModal .sfsearchSubmit {
  margin: 0;
}
.searchModal .sfsearchSubmit:after {
  width: var(--button-icon-size);
  height: var(--button-icon-size);
  background-size: cover;
  /*right: calc(var(--button-icon-size) / -2);*/
}
.searchModal .keywordSearchWrapper {
  gap: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  --button-icon-size: 2.6rem;
  /*padding-right: calc(var(--button-icon-size) / 2);*/
  /*        button {
      width: 3rem;
      border: $border;
      border-radius: 0;
      margin: 0;
      padding: .2rem .6rem;

      @include focusAndHover {
          .icon {
              &:before {
                  filter: brightness(0) invert(1);
              }
          }
      }
  }*/
}
.searchModal .keywordSearchWrapper input[type=search] {
  background: none;
  z-index: 10;
  /*            border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;*/
}
.searchModal .keywordSearchWrapper .sfsearchSubmit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  /*margin-left: -39px;*/
}
.searchModal .keywordSearchWrapper .sfsearchSubmit:focus {
  outline: 2px solid #0d4280;
}
.searchModal input[type=radio] {
  cursor: pointer;
  accent-color: #0d4280;
}
.searchModal input[type=checkbox] {
  cursor: pointer;
}
.searchModal input[type=checkbox]:disabled {
  cursor: default;
}
.searchModal .radios {
  /*        display: flex;
  flex-direction: column;*/
  gap: 0.4rem 1.4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
.searchModal .radios .field {
  position: relative;
  min-height: 1rem;
}
.searchModal .radios .field label {
  display: block;
  padding-left: 1.2rem;
}
.searchModal .radios .field label input {
  position: absolute;
  top: 0.1em;
  left: 0;
  line-height: 1;
  height: 1em;
  /*                    
  left: 0;
  top: 50%;
  transform: translateY(-50%);*/
}
.searchModal .radios .field.field-current-page label {
  font-weight: 700;
}
.searchModal .checkboxes {
  width: 100%;
  margin: 0;
  display: grid;
  gap: 0.4rem 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}
.searchModal .checkboxes .field {
  border-color: #e6e6e6;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  min-height: 1rem;
}
.searchModal .checkboxes .field label {
  padding: 0 0.5rem;
}
.searchModal .checkboxes .field input[type=checkbox] {
  accent-color: #0d4280;
}
.searchModal .checkboxes .field input[type=checkbox]:disabled + label {
  color: #E6E6E6;
}
.searchModal button.close {
  top: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  border: none;
  padding: 0;
  border-radius: 999px;
  background-color: white;
  border: none;
  background: transparent;
  color: white;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7A003C;
}
.searchModal button.close:focus:focus-visible {
  color: white;
  background-color: #5E6A71;
}
.searchModal button.close:hover {
  color: white;
  background-color: #5E6A71;
}
.searchModal button.close:before {
  background-image: url(/CFImages/Icons/plus-red.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;
}
.searchModal button.close html.popup_visible_searchModal-1 #wrapper > main {
  filter: blur(5px);
}

#onPageSearchModal_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 2rem;
}
#onPageSearchModal_wrapper fieldset {
  margin: 0;
}
#onPageSearchModal_wrapper .fields {
  display: flex;
}
#onPageSearchModal_wrapper ::selection {
  background-color: #0d4280;
  color: white;
}
#onPageSearchModal_wrapper input {
  background: white;
  border: 1px solid #5E6A71;
}
#onPageSearchModal_wrapper input:focus {
  outline: 1px solid black;
  outline-offset: 0;
}
#onPageSearchModal_wrapper button {
  background: white;
  border: 1px solid #5E6A71;
  border-radius: 0;
  width: 2.4rem;
}
#onPageSearchModal_wrapper button:focus, #onPageSearchModal_wrapper button:hover {
  background-color: #F7F7F7;
  outline: 1px solid black;
}
#onPageSearchModal_wrapper button:active {
  background-color: #eaeaea;
}
#onPageSearchModal_wrapper .popup_content {
  padding: 1rem;
  border: 1px solid black;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#onPageSearchModal_wrapper .popup_content.results #resultsCount {
  color: #707070;
}
#onPageSearchModal_wrapper .popup_content.no-results {
  color: white;
}
#onPageSearchModal_wrapper #resultsCount {
  font-style: italic;
  font-weight: bold;
  margin: 0.2rem 0;
  margin-bottom: -0.4rem;
}
#onPageSearchModal_wrapper #resultsCount span {
  font: inherit;
}

@keyframes hilitorShow {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(1.7) scaleY(1.3);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
.hilitor {
  font-style: normal;
  position: relative;
}
.hilitor:before {
  content: " ";
  position: absolute;
  /*inset: -2px -4px;*/
  inset: 0;
  border: 2px solid var(--hilitor-color);
  z-index: -1;
}
.hilitor.isTarget {
  color: black;
  background-color: var(--hilitor-color);
}
.hilitor.isTarget:before {
  animation: hilitorShow 500ms ease-in-out;
  background-color: var(--hilitor-color);
}

.enhancedSearchResults {
  display: grid;
  grid-template-columns: 16rem 1fr;
  gap: 1.4rem;
  padding-top: 1rem;
  /* Filters */
  /* Search Results List */
}
.enhancedSearchResults .searchFilters {
  grid-column: 1;
  position: relative;
}
.enhancedSearchResults .searchFilters .sticky {
  /*top: var(--header-height);*/
  top: 2rem;
  position: sticky;
  /*            &.stuck {
      inset: initial;
      top: 0;
      position: fixed;
  }*/
}
.enhancedSearchResults .searchFilters .contentTypes input[type=checkbox]:disabled + label {
  color: #E6E6E6;
}
.enhancedSearchResults .searchFilters fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border: 1px solid #CCCCCC;
  padding: 1rem;
  width: 100%;
}
.enhancedSearchResults .searchFilters fieldset legend {
  text-transform: none;
  color: #5E6A71;
  font-size: 0.7rem;
}
.enhancedSearchResults .searchFilters fieldset .checkbox {
  width: 100%;
}
.enhancedSearchResults .searchFilters fieldset .checkbox label:after {
  border-color: #E6E6E6;
}
.enhancedSearchResults .searchFilters input {
  color: #5E6A71;
  background: white;
  border: 1px solid #CCCCCC;
}
.enhancedSearchResults .searchFilters select {
  color: #5E6A71;
  border: 1px solid #CCCCCC;
  background-color: white;
}
.enhancedSearchResults .searchFilters .radios {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem 1.4rem;
}
.enhancedSearchResults .searchFilters .radios .field {
  position: relative;
  min-height: 1rem;
}
.enhancedSearchResults .searchFilters .radios .field label {
  display: block;
  padding-left: 1.2rem;
}
.enhancedSearchResults .searchFilters .radios .field label input {
  position: absolute;
  top: 0.1em;
  left: 0;
  line-height: 1;
  height: 1em;
}
.enhancedSearchResults .searchFilters .checkboxes {
  display: grid;
  gap: 0.4rem 1.4rem;
}
.enhancedSearchResults .searchFilters label.fieldLabel {
  text-transform: none;
  color: #707070;
  font-size: 0.7rem;
}
.enhancedSearchResults .searchFilters .fields {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}
.enhancedSearchResults .searchFilters .fields .field {
  width: 100%;
  flex: 1 1 auto;
}
.enhancedSearchResults .loadingCounterWrapper {
  /*        background-color: white;
  border: $border;
  padding: 1rem;
  position: sticky;
  top: var(--header-height);
  z-index: 999;
  margin-bottom: 1rem;
  margin-top: 1.5rem;*/
  margin-bottom: 2rem;
}
.enhancedSearchResults .loadingCounterWrapper #loadingCounter {
  /*margin: 0.5rem 0 2rem;*/
  margin: 0;
  height: 1.4rem;
}
.enhancedSearchResults .loadingCounterWrapper #loadingCounter strong {
  font-style: italic;
}
.enhancedSearchResults .searchResultsWrapper {
  padding-top: 1.2rem;
}
.enhancedSearchResults #searchResults {
  grid-column: 2;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.enhancedSearchResults #searchResults > h2 {
  margin-top: 0;
}
.enhancedSearchResults #searchResults ul.results {
  gap: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 2rem 0;
}
.enhancedSearchResults #searchResults ul.results > li {
  width: 100%;
  min-width: 0;
}
.enhancedSearchResults #searchResults div.searchPager {
  margin: 2rem 0;
  text-align: center;
}
.enhancedSearchResults #searchResults 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;
}
.enhancedSearchResults #searchResults 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;
}
.enhancedSearchResults #searchResults div.searchPager ul.pagination li {
  margin-top: 1rem;
}
.enhancedSearchResults #searchResults div.searchPager ul.pagination li.active a {
  color: #f1f1f1;
}
@media (max-width: 767px) {
  .enhancedSearchResults {
    grid-template-columns: 1fr;
  }
  .enhancedSearchResults .searchFilters .checkboxes {
    display: grid;
    gap: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    overflow-y: scroll;
    max-height: 7rem;
    font-size: 0.9rem;
  }
}

/* Search Result Card (SHARED) */
.searchResult.cardView {
  border: 1px solid #CCCCCC;
  padding: 1.4rem 1.4rem;
  width: 100%;
  position: relative;
}
.searchResult.cardView.clickable:before {
  inset: 0;
}
.searchResult.cardView .meta {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.searchResult.cardView .meta .labelValuesSeparator {
  width: 1px;
  height: 1em;
  background-color: #0d4280;
  margin: 0 0.6em;
}
.searchResult.cardView .meta .areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4rem;
  margin: 0;
}
.searchResult.cardView .meta .areas .area {
  font-size: 12px;
  background: #0d4280;
  color: white;
  padding: 4px 10px;
}
.searchResult.cardView .meta .dates {
  display: flex;
  align-items: center;
  color: #707070;
  display: block;
  margin: 0.2em 0;
  font-style: italic;
  /*            &:before {
      content: ' ';
      background-color: $primaryColour;
      width: 1px;
      height: 0.8rem;
      position: relative;
      margin: 0 0.6em;
  }*/
}
.searchResult.cardView .meta .type, .searchResult.cardView .meta .contentType {
  color: white;
  /*background-color: $MCMASTERburgundy;*/
  background: #707070;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
}
.searchResult.cardView h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .searchResult.cardView h3 {
    font-size: 1.2rem;
  }
}
.searchResult.cardView .preview {
  display: flex;
  gap: 2rem;
}
.searchResult.cardView .preview .image {
  width: 10rem;
  height: 100%;
  flex: 0 0 auto;
}
.searchResult.cardView .preview .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.searchResult.cardView .itemContent .excerpt {
  margin: 0.8rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchResult.cardView .links {
  display: flex;
  width: 100%;
  gap: 0.6rem;
  /*justify-content: flex-end;*/
  justify-content: flex-start;
}
.searchResult.cardView .links a {
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  display: inline-block;
  text-decoration: none;
  background-color: white;
}
.searchResult.cardView .links a svg {
  margin-right: 0.4em;
}
.searchResult.cardView .links .button {
  width: auto;
  min-width: 9rem;
  padding-right: 2.7rem;
}

/* #endregion */
/****************************************************************************************************/
/* BackEnd Edit Link Styles */
article.detailView, .top.detailView {
  position: relative;
}

a.backendEditLink {
  display: flex;
  margin: 0.5rem 0;
  position: absolute;
  z-index: 5;
  border: 1px solid #0d4280;
  border-radius: 0.5rem;
  background: white;
  justify-content: center;
  align-items: center;
  align-content: flex-end;
  width: auto;
  height: auto;
  right: 1rem;
  top: 0;
  padding: 0.5rem;
  color: #0d4280 !important;
  font-size: 0.8rem;
  gap: 0.4em;
}
a.backendEditLink:hover {
  color: #0d4280 !important;
}

.icon.audio {
  display: inline-block;
  font-size: 16px;
}
.icon.audio:before {
  content: " ";
  width: 1.4em;
  height: 1.4em;
  display: inline-block;
  background-image: url(/CFImages/Icons/audio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/****************************************************************************************************/
/* #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: #0d4280 !important;
}
.txt-primary-light {
  color: #125aae !important;
}
.txt-primary-dark {
  color: #09192e !important;
}
.txt-secondary {
  color: #f1f1f1 !important;
}
.txt-secondary-light {
  color: white !important;
}
.txt-secondary-dark {
  color: #d8d8d8 !important;
}
.txt-tertiary {
  color: #09192e !important;
}
.txt-tertiary-light {
  color: #113059 !important;
}
.txt-tertiary-dark {
  color: #010203 !important;
}
.txt-grey {
  color: #707070 !important;
}
.txt-grey-dark {
  color: #555555 !important;
}
.txt-grey-xdark {
  color: #222222 !important;
}
.txt-grey-light {
  color: #A3A3A3 !important;
}
.txt-grey-xlight {
  color: #CCCCCC !important;
}
.txt-grey-xxlight {
  color: #E6E6E6 !important;
}
.txt-grey-xxxlight {
  color: #F7F7F7 !important;
}

/* ##### bg colours ##### (replaces old bgGrey bgDark etc.) */
/*    Examples: .bg-primary .bg-secondary .bg-dark .bg-light .bg-grey .bg-grey-dark .bg-grey-xdark */
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-dark {
  background-color: #555555 !important;
}
.bg-light {
  background-color: #E6E6E6 !important;
}
.bg-offwhite {
  background-color: #F6F6F6 !important;
}
.bg-primary {
  background-color: #0d4280 !important;
}
.bg-primary-light {
  background-color: #125aae !important;
}
.bg-primary-dark {
  background-color: #09192e !important;
}
.bg-secondary {
  background-color: #f1f1f1 !important;
}
.bg-secondary-light {
  background-color: white !important;
}
.bg-secondary-dark {
  background-color: #d8d8d8 !important;
}
.bg-tertiary {
  background-color: #09192e !important;
}
.bg-tertiary-light {
  background-color: #113059 !important;
}
.bg-tertiary-dark {
  background-color: #010203 !important;
}
.bg-grey {
  background-color: #707070 !important;
}
.bg-grey-dark {
  background-color: #555555 !important;
}
.bg-grey-xdark {
  background-color: #222222 !important;
}
.bg-grey-light {
  background-color: #A3A3A3 !important;
}
.bg-grey-xlight {
  background-color: #CCCCCC !important;
}
.bg-grey-xxlight {
  background-color: #E6E6E6 !important;
}
.bg-grey-xxxlight {
  background-color: #F7F7F7 !important;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Page Topper (Banner) */
/****************************************************************************************************/
/* Usually nested in the topper */
.topperSection {
  position: relative;
  margin: 0;
  text-align: left;
}
.topperSection .meta {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.topperSection .meta .separator {
  margin: 0 0.4rem;
}
.topperSection .contentTypeLabels {
  font-size: inherit;
}
.topperSection h1 {
  font-size: 2.75rem;
  font-size: clamp(1.8rem, 1.121rem + 1.81vw, 2.75rem);
  margin-top: 0;
  color: #fff;
  width: 50%;
  text-shadow: 0px 1px 1px #000000;
  /*&:after {
          content: none;
      }*/
}
@media (max-width: 1024px) {
  .topperSection h1 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .topperSection h1 {
    width: 90%;
  }
}
.topperSection hr {
  margin: 2rem 0 0;
}
.topperSection .topperContent {
  padding: 3rem 0;
  text-align: left;
}
.topperSection .topperContent h1 {
  color: #fff;
}
.topperSection .topperContent h1:after {
  content: none;
}
.topperSection .topperContent .topperTagLine {
  text-align: center;
}
.topperSection:has(.topperImage) {
  overflow: hidden;
}
.topperSection:has(.topperImage) .topperImage {
  position: absolute;
  height: 100%;
  width: 100%;
}
.topperSection:has(.topperImage) .topperImage .imgWrapper {
  height: 100%;
  width: 100%;
}
.topperSection:has(.topperImage) .topperImage .imgWrapper:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  content: "";
  z-index: 0;
  position: absolute;
  mix-blend-mode: hard-light;
  /* filter: saturate(1.5); */
  background: linear-gradient(67deg, #09192e 70%, #0d4280 calc(70% + 1px));
}
@media (max-width: 1024px) {
  .topperSection:has(.topperImage) .topperImage .imgWrapper:after {
    background: linear-gradient(67deg, #09192e 90%, #0d4280 calc(90% + 1px));
  }
}
.topperSection:has(.topperImage) .topperContent h1 {
  color: #fff;
}
.topperSection:has(.topperImage) .topperContent .meta {
  color: #09192e;
}
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region LIST VIEWS - .listView THIS ONLY CONTROL THE GRIDS and number of ITEMS - NOT THE CARDS */
/****************************************************************************************************/
.listView {
  display: grid;
  position: relative;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--card-width), 100%), 1fr));
  gap: var(--card-gap);
  margin-bottom: 2rem;
  --listViewArticleIndex: none;
}

/* ### Content Specific Sizing of Grids if required exact dimensions can be paired with default or fixedSizeScales or .fixedSize ### */
/* 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;
  }
}
@media (max-width: 767px) {
  /* Go down to 2 */
  .listView.gridCols.fiveCol, .listView.gridCols.sixCol {
    --column-count: 2;
  }

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

/* END DOWNLOADABLE QR CODES SECTION*/
/* Related Content Lists (if different) */
/*
.related .listView.related {
}
*/
/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region CARDS - .cardView */
/****************************************************************************************************/
/* Shared/Common Card Views Styles */
.cardView {
  height: 100%;
  width: 100%;
}
.cardView.reverse {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.25rem;
  color: #0d4280 !important;
  /* Title */
}
.cardView.reverse h3 {
  font-size: 1.2rem;
  color: #0d4280;
  margin-top: 0;
}
.cardView.reverse h3 a:link, .cardView.reverse h3 a:visited {
  color: #0d4280;
}
.cardView.reverse h3 a:hover, .cardView.reverse h3 a:active {
  color: #09192e;
}
.cardView.reverse a:link, .cardView.reverse a:visited {
  color: #0d4280;
}
.cardView.reverse a:hover, .cardView.reverse a:active {
  color: #09192e;
}
.cardView.twoColumn {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.cardView.twoColumn .cardContent {
  padding: 1.25rem;
}
.cardView .imageCard {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}
.cardView .imageCard .imgWrapper {
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.cardView .imageCard .imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4;
}
.cardView .imageCard span.featured {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #0d4280;
  font-size: 0.9rem;
  color: #fff;
  text-transform: uppercase;
}
.cardView .imageCard .cardContent {
  position: relative;
  padding: 1.5rem 1rem;
}
.cardView .imageCard.withScrollbar {
  /* scrollbar option*/
}
.cardView .imageCard.withScrollbar .cardContent {
  margin: 1.5rem 0.75rem 1.5rem 0.25rem;
  padding-top: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar {
  width: 0.375rem;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 1rem;
}
.cardView .imageCard.withScrollbar .cardContent::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 1rem;
}
.cardView .imageCard:hover .imgWrapper img {
  transition: all 0.6s ease;
  transform: scale(1.2);
}
.cardView .imageOverlayCard {
  position: relative;
  height: 100%;
  min-height: 200px;
}
.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 */
/* Team Card View */
.cardView.teammember {
  /* content wrapper  */
  /* position */
  /* email & phone etc */
}
.cardView.teammember .hoverWrapper {
  position: relative;
}
.cardView.teammember .hoverWrapper .hoverContent {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  padding: 1.5rem;
  opacity: 0;
  z-index: 2;
  background: rgba(13, 66, 128, 0.7);
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.cardView.teammember .hoverWrapper .hoverContent span.shortBio {
  display: block;
  font-size: 0.9rem;
}
.cardView.teammember .hoverWrapper:hover .hoverContent {
  opacity: 1;
}
.cardView.teammember .cardContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 1rem;
}
.cardView.teammember .spaceFiller {
  height: 1.5rem;
}
.cardView.teammember .nameDesignationsPronunciation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0 0 0;
  padding: 0.25rem 0;
  /* title */
  /* designations */
  /* audio */
}
.cardView.teammember .nameDesignationsPronunciation h3 {
  font-size: 1.2rem;
  margin: 0;
}
.cardView.teammember .nameDesignationsPronunciation .designations {
  color: #0d4280;
  display: block;
  margin: 0;
  padding-left: 1rem;
}
.cardView.teammember .nameDesignationsPronunciation .audioFile {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
}
.cardView.teammember .nameDesignationsPronunciation .audioFile .icon.audio {
  font-size: 0.8rem;
}
.cardView.teammember .position {
  color: #0d4280;
  display: block;
  margin-bottom: 1rem;
}
.cardView.teammember .contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 5rem;
}
.cardView.teammember .contactInfo li {
  font-size: 0.9rem;
}
.cardView.teammember .contactInfo li .prefixLabel {
  font-weight: 700;
  color: #0d4280;
  display: inline-block;
  margin-right: 0.3em;
}
.cardView.teammember .contactInfo li a {
  font-family: inherit;
  color: black;
  text-decoration: none;
}
.cardView.teammember .contactInfo li a:focus, .cardView.teammember .contactInfo li a:hover {
  text-decoration: underline;
}
.cardView.teammember .contactInfo li a:active {
  text-decoration: underline;
}

/* Expertise: Card View*/
.cardView.expertise h3 {
  margin-top: 0;
  color: black;
  padding-bottom: 1em;
  text-decoration: none;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.cardView.expertise h3:after {
  width: 3.8rem;
}
.cardView.expertise h3 a {
  color: inherit;
  text-decoration: none;
}
.cardView.expertise h3 a:focus, .cardView.expertise h3 a:hover {
  color: #f1f1f1;
}
.cardView.expertise h3 a:active {
  color: #d8d8d8;
}

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

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

/* 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 {
  /* Social */
}
.detailView .topperSection {
  position: relative;
  margin: 0;
  /* print / share buttons */
}
.detailView .topperSection .meta {
  color: #0d4280;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.detailView .topperSection .meta .separator {
  margin: 0 0.4rem;
}
.detailView .topperSection .contentTypeLabels {
  font-size: inherit;
}
.detailView .topperSection h1 {
  color: #f1f1f1;
  font-size: 4rem;
  margin-top: 0;
}
.detailView .topperSection hr {
  margin: 2rem 0 0;
}
.detailView .topperSection .topperContent {
  /*            @extend %gradientOverlay;
  top: 0;
  left: 0;
  overflow: hidden;
  @include forceColour(white);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 $fullWidthPadding 0 $fullWidthPadding;*/
  padding: 5rem 0;
}
.detailView .topperSection .authorTeam a {
  color: #555555;
}
.detailView .topperSection .authorTeam a:hover, .detailView .topperSection .authorTeam a:focus {
  color: #f1f1f1;
}
.detailView .overview {
  margin-top: 0;
}
.detailView .overview .readMoreButtonWrapper {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detailView .overview .readMoreButtonWrapper .toggleReadMore {
  margin: 0 auto;
}
.detailView div.socialAndSharing {
  display: flex;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  box-sizing: border-box;
  padding: 1rem 0;
}
.detailView div.socialAndSharing > ul {
  flex: 0 0 auto;
  /*order: 0;*/
  width: initial;
  max-width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: top;
  flex: 0 1 auto;
  width: auto;
}
.detailView div.socialAndSharing ul.socialLinks {
  font-size: 1.8rem;
}
.detailView div.socialAndSharing ul.socialLinks li {
  align-items: flex-end;
}
.detailView div.socialAndSharing ul.sharingLinks {
  font-size: 1.8rem;
}
.detailView div.socialAndSharing ul.sharingLinks li {
  align-items: flex-end;
}
.detailView .sidebarGrid {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
}
.detailView .sidebarGrid .mainContent {
  width: calc(100% - 350px);
}
.detailView .sidebarGrid .mainContent > :first-child {
  margin-top: 2rem;
}
.detailView .sidebarGrid .mainContent > :last-child {
  margin-bottom: 4rem;
}
.detailView .sidebarGrid .sideContent {
  width: 350px;
  padding-left: 2rem;
}
.detailView .sidebarGrid .sideContent .sideContentInner > :first-child {
  margin-top: 2rem;
}
.detailView .sidebarGrid .sideContent .sideContentInner > :last-child {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .detailView .sidebarGrid {
    flex-direction: column-reverse;
  }
  .detailView .sidebarGrid .sideContent {
    width: 100%;
  }
}

/* Content Specfic detailView Styles */
/* Team Detail View */
.detailView.teammember .bioTopContent {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
}
.detailView.teammember .bioTopContent .bioMobileButtons {
  visibility: hidden;
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
}
@media only screen and (max-width: 650px) {
  .detailView.teammember .bioTopContent .bioMobileButtons {
    visibility: visible;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a {
    background-color: #0d4280;
    border-radius: 100%;
    height: 2rem;
    width: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a:before {
    content: none;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a svg {
    color: #fff;
  }
  .detailView.teammember .bioTopContent .bioMobileButtons a:hover {
    transform: scale(1.2);
  }
}
.detailView.teammember .bioTopContent .bioPhotoWrapper {
  flex: auto;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  flex-basis: auto;
  position: relative;
  background-color: #C6CBCE;
}
.detailView.teammember .bioTopContent .bioPhotoWrapper .imgWrapper {
  width: 50%;
}
.detailView.teammember .bioTopContent .bioPhotoWrapper .imgWrapper img {
  aspect-ratio: 7/5;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%);
          mask-image: linear-gradient(to right, transparent 0%, black 15%);
}
.detailView.teammember .bioTopContent .bioContact {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 40%;
  color: #0d4280;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 90%;
}
.detailView.teammember .bioTopContent .bioContact * {
  color: inherit;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0 0 0;
  padding: 0.25rem 0;
  /* title */
  /* designations */
  /* audio */
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1 {
  position: relative;
  font-size: 3em;
  margin: 0.25rem 0;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1 span {
  font-size: 60%;
  font-weight: 300;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation h1:after {
  content: none;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .designations {
  color: #09192e;
  display: block;
  margin: 0;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .audioFile {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.detailView.teammember .bioTopContent .bioContact .nameDesignationsPronunciation .audioFile a:hover {
  color: #09192e;
}
.detailView.teammember .bioTopContent .bioContact h3 {
  margin: 0 0 0.5rem;
  color: #f1f1f1;
}
.detailView.teammember .bioTopContent .bioContact .calltobars {
  display: flex;
  justify-content: space-between;
  border: solid 1px #707070;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-left: none;
  border-right: none;
}
.detailView.teammember .bioTopContent .bioContact .calltobars span {
  text-transform: uppercase;
  font-weight: 700;
}
.detailView.teammember .bioTopContent .bioContact .calltobars ul {
  display: flex;
  justify-content: flex-end;
}
.detailView.teammember .bioTopContent .bioContact .calltobars ul li {
  padding-left: 0.25rem;
}
.detailView.teammember .bioTopContent .bioContact .contactInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
}
.detailView.teammember .bioTopContent .bioContact .contactInfo .prefixLabel {
  color: #f1f1f1;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare {
  font-size: 1.5rem;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare a {
  margin-right: 1rem;
}
.detailView.teammember .bioTopContent .bioContact .printAndShare a:hover {
  color: #09192e;
  cursor: pointer;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks {
  justify-content: flex-start;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks li {
  display: inline-block;
  font-size: 1rem;
  margin-left: 0;
  margin-right: 2rem;
}
.detailView.teammember .bioTopContent .bioContact ul.socialLinks li a:hover {
  color: #0d4280;
}
.detailView.teammember .personalQuote {
  font-size: 2.5rem !important;
  margin-bottom: 0 !important;
  padding: 1rem;
  border-top: solid 1px #09192e;
  text-align: center;
}

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/* #region Sliders - .sliderView  Currently using SPLIDE */
/****************************************************************************************************/
/* Splide sliders */
.splide {
  visibility: visible;
  /* Show only the first slide ONLY until the slider is initialized */
  /* slider initialized */
  /* Arrows */
}
.splide:not(.is-active) .splide__list {
  width: 100%;
}
.splide:not(.is-active) .splide__slide {
  width: 100%;
  display: flex;
}
.splide:not(.is-active) .splide__slide:not(:first-child) {
  display: none;
}
.splide:not(.is-active) .splide__arrow {
  display: none;
}
.splide.is-active .splide__slide {
  display: flex;
}
.splide .splide__list.sliderView > li.splide__slide {
  margin: 0;
  width: auto;
}
.splide .splide__arrow {
  padding: 0;
  background-color: #0d4280;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
  margin: 0;
}
.splide .splide__arrow.splide__arrow--next {
  right: -3.5rem;
}
.splide .splide__arrow.splide__arrow--prev {
  left: -3.5rem;
}
.splide .splide__arrow.splide__arrow--prev svg {
  transform: translatex(0);
}
@media (max-width: 1299px) {
  .splide .splide__arrow.splide__arrow--next {
    right: 0.5rem;
  }
  .splide .splide__arrow.splide__arrow--prev {
    left: 0.5rem;
  }
}

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

/* #endregion */
/****************************************************************************************************/
/****************************************************************************************************/
/*#region Site Search */
/****************************************************************************************************/
.searchHiddenWrapper {
  background-color: #f1f1f1;
  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%;
  justify-content: center;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search] {
  width: calc(100% - 50px);
  color: #0d4280;
  background-color: white;
  border: 1px solid #e4e4e4;
  padding: 0.2rem 3rem 0.2rem 1em;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 1em center;
  text-overflow: ellipsis;
}
.searchHiddenWrapper .searchHidden .formGroup input[type=search]::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  color: #0d4280;
  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: #0d4280;
  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: #0d4280;
  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: #0d4280;
  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 #09192e;
}
.searchHiddenWrapper .searchHidden .formGroup .sfsearchSubmit {
  color: #0d4280;
  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: #0d4280;
}
.searchHiddenWrapper button {
  border: none;
  margin: 0;
  padding: 0;
  min-width: inherit;
}
.searchHiddenWrapper button.searchCollapse {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  padding: 0.5rem 1rem;
  line-height: 1.4rem;
}
.searchHiddenWrapper button [class*=fa-] {
  margin-left: 0;
}

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

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

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

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

/* #endregion */
/****************************************************************************************************/
/* ### 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 */
/* This is when we start adjusting container gutters

/* 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 */
/****************************************************************************************************/
/* ### 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 */
/* This is when we start adjusting container gutters

/* Containers - PLEASE USE REMS */
/* Container Padding */
/* Whitespace */
/* Subheader */
/* Base unit used for spacing gutters */
/* Buttons */
/* 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;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  font-weight: 400;
}

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

.topperSection:not(:has(.topperImage)) {
  background: linear-gradient(67deg, #125aae 0%, #0d4280 70%, #09192e calc(70% + 1px), #06101d 100%);
}

.cardView.testimonial blockquote:before {
  content: " ";
  z-index: 0;
  position: absolute;
  /*            top: 45%;
      left: 40%;
      transform: translateY(-50%) translateX(-50%);*/
  top: 0;
  left: 0;
  /*transform: translateY(-20%) translateX(0);*/
  background-image: url(/CFImages/double-quote.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 12rem;
  width: 12rem;
  filter: invert(1);
  opacity: 0.15;
}

div.bgImgWrapper .bgImg {
  inset: 0;
  display: block;
  position: absolute;
}

a.button, .button {
  position: relative;
  display: inline-block;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  border: 1px solid #E6E6E6;
  border-radius: 500px;
  min-width: 200px;
  margin: 1.25em 0 0 0;
  padding: 6px 15px 6px 15px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  line-height: 1.7em;
  background-color: white;
  color: #000;
}
.button:after {
  content: "";
  height: 36px;
  width: 36px;
  background-size: 36px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.button:hover, .hover.button {
  background-color: #F7F7F7;
  text-decoration: none !important;
}
.button:hover:after, .hover.button:after {
  background-image: url(/CFImages/Icons/hover-button-arrow.svg);
}
.alt.button {
  padding: 11px 18px 10px;
  margin: 2em 0 0 0;
  border: none;
  border-radius: 0;
  background: #7A003C;
  color: #fff;
}
.alt.button:after {
  content: none;
}
.alt.button:hover, .alt.hover.button {
  background: #5E6A71;
}
.no-arrow.button {
  padding-right: 15px;
  background: #7A003C;
  color: #fff;
}
.no-arrow.button:after {
  content: none;
}
.no-arrow.button:hover, .no-arrow.hover.button {
  background: #d8d8d8;
}
/* ### Navigation Menus ### */
.k-ie11 .k-menu .k-animation-container {
  left: 0px !important;
  top: 69px !important;
}
.k-ie11 .k-menu .k-animation-container .k-animation-container {
  left: 180px !important;
  top: 0px !important;
}

.pageWrapper {
  position: relative;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  left: 0;
}

/*#region MOBILE MENU*/
button.hamburger {
  min-width: 0;
  margin: 0;
  border: none;
  background: none;
  display: none;
  position: absolute;
  right: 0.5rem;
  top: 0.7rem;
  z-index: 500;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background: none;
  padding: 0.5rem;
}
button.hamburger:before, button.hamburger:after {
  content: none;
}
button.hamburger span {
  display: block;
  width: 2.2rem;
  height: 5px;
  background-color: #707070;
  margin: 0 0 8px 0;
}
button.hamburger span:nth-child(4) {
  margin-bottom: 0;
}
button.hamburger:hover {
  cursor: pointer;
  background: none;
}
button.hamburger:hover span {
  background-color: #0d4280;
}
button.hamburger.open {
  height: 2.5rem;
}
button.hamburger.open span {
  transition: all 0.3s ease;
  position: relative;
  background-color: #fff;
  margin: 0;
}
button.hamburger.open span:nth-child(1) {
  display: none;
}
button.hamburger.open span:nth-child(2) {
  transform: rotate(135deg);
  top: 5px;
}
button.hamburger.open span:nth-child(3) {
  top: 0;
  transform: rotate(-135deg);
}
button.hamburger.open span:nth-child(4) {
  display: none;
}

.mobileHeader {
  position: absolute;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  top: -3000px;
}

.mobileHeader.withNavOpen {
  left: 0;
  top: 0;
}

nav.mobileNav {
  position: fixed;
  padding: 1rem 0 3rem;
  z-index: 100;
  transition: all 0.2s ease, font-size 0s linear, padding 0s linear, margin 0s linear, outline 0s linear;
  background-color: #0d4280;
  overflow-y: auto;
  height: 100%;
  width: 600px;
  right: 0;
  border-left: 1px solid #cbd5de;
}
nav.mobileNav img {
  width: 240px;
  height: inherit;
}
nav.mobileNav div.staticContent .sf-Long-text .socialLinks, nav.mobileNav div.staticContent .sfContentBlock .socialLinks {
  justify-content: left;
}
nav.mobileNav div.staticContent .sf-Long-text .socialLinks a, nav.mobileNav div.staticContent .sfContentBlock .socialLinks a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  nav.mobileNav {
    width: 100%;
  }
}
nav.mobileNav .k-treeview {
  padding: 0;
  white-space: normal;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  border: none;
  position: relative;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item:hover {
  background-color: #f1f1f1;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item:hover .k-link {
  color: #0d4280;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item:hover .k-icon.k-i-expand:before {
  background-image: url(/CFImages/Icons/plus.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item:hover .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-link {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border: none;
  border-bottom: 1px solid #abb7bf;
  box-sizing: border-box;
  color: #fff;
  line-height: initial;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-link.k-state-hover, nav.mobileNav .k-treeview .rootMenuItem.k-item .k-link.k-state-active, nav.mobileNav .k-treeview .rootMenuItem.k-item .k-link.k-state-selected, nav.mobileNav .k-treeview .rootMenuItem.k-item .k-link.k-state-focused {
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: #0d4280;
  background-color: #f1f1f1;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-icon {
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
  margin: 0;
  padding: 0;
  z-index: 2;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-icon:hover:before {
  color: #fff;
  border-color: #fff;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-icon:before {
  padding: 0.4rem 0.8rem;
  margin: 0;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.5rem;
  content: "";
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-icon.k-i-expand:before {
  background-image: url(/CFImages/Icons/plus-white.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus-white.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group {
  padding: 0;
  border: none;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item {
  border-bottom: none;
  position: relative;
  padding: 0;
  /* .selected */
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item.selected .k-link {
  background-color: #E6E6E6;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item.selected .k-icon.k-i-expand:before {
  background-image: url(/CFImages/Icons/plus.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item.selected .k-icon.k-i-collapse:before {
  background-image: url(/CFImages/Icons/minus.svg);
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item .k-link {
  padding-left: 1.5rem;
  font-size: 1rem;
  text-transform: none;
}
nav.mobileNav .k-treeview .rootMenuItem.k-item ul.k-group .k-item ul.k-group .k-item .k-link {
  padding-left: 2rem;
}
nav.mobileNav .staticContent {
  padding: 2rem 0.5rem;
  color: #000;
}
nav.mobileNav .staticContent * {
  color: inherit;
}

/*#endregion MOBILE MENU*/
.mainNavigation {
  /* CustomDefault .mainNav */
}
.mainNavigation nav ul.mainNav {
  display: none;
  opacity: 0;
  z-index: 2;
  /* selected states (CFAdded selected or childSelected classes) */
}
.mainNavigation nav ul.mainNav.initialized {
  display: flex;
  opacity: 1;
}
.mainNavigation nav ul.mainNav:focus, .mainNavigation nav ul.mainNav:active {
  outline: 2px solid #09192e;
  outline-offset: 2px;
}
.mainNavigation nav ul.mainNav.k-menu-horizontal {
  border: none;
  background: none;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item {
  display: flex;
  flex: 1 auto;
  background-color: #0d4280;
  border: none;
  padding: 0;
  margin: 0 1px 0 0;
  /*                    &.k-last {
          margin: 0;
          background-color: $primaryColour;
      }*/
  /* hover state */
  /* Sub elements */
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2) {
  background-color: #125aae;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2).childSelected .k-link, .mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2).selected .k-link {
  background-color: #125aae;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2).childSelected .k-link:hover, .mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2).selected .k-link:hover {
  background-color: #707070;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2).selected .k-link {
  background-color: #125aae;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(2) ul.k-group.k-menu-group {
  background-color: #125aae;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1) {
  background-color: #1672dd;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1).childSelected .k-link, .mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1).selected .k-link {
  background-color: #1672dd;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1).childSelected .k-link:hover, .mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1).selected .k-link:hover {
  background-color: #707070;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1).selected .k-link {
  background-color: #1672dd;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item:nth-last-child(1) ul.k-group.k-menu-group {
  background-color: #1672dd;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item.highlight {
  background-color: #f1f1f1;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: content-box;
  border-right: 0 !important;
  margin-right: 1px;
  padding: 12px 0;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 1.15em;
  color: #fff;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  align-self: center;
  /* The down icons */
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link:focus, .mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link:active {
  background-color: #707070;
  outline: 2px solid #09192e;
  outline-offset: 2px;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link .k-icon {
  display: none;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link.k-state-active .mainNavigation nav ul.mainNav li.rootMenuItem.k-item a.k-link.k-state-border-down {
  background-color: #707070;
  color: #fff;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item.k-state-hover {
  background-color: #707070;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item.k-state-hover a.k-link {
  color: #fff;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item .k-animation-container {
  width: 100%;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group {
  border: none;
  background-color: #0d4280;
  padding: 0;
  width: 100%;
  display: none;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group .k-animation-container {
  width: 100%;
  top: auto !important;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item {
  border: none;
  display: flex;
  /* hover state */
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item a.k-link {
  min-width: calc(100% - 22px);
  /* - padding */
  padding: 12px 11px;
  border: none !important;
  border-radius: 0;
  background: none;
  color: #fff;
  white-space: normal;
  text-align: left;
  font-size: 1em;
  /* The down icons */
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item a.k-link .k-icon {
  display: flex;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item a.k-link .k-icon.k-menu-expand-arrow {
  background-image: url(/CFImages/Icons/plus.svg);
  background-repeat: no-repeat;
  font-size: 10px;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item a.k-link.k-state-active {
  background-color: #707070;
  color: #fff;
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item a.k-link.k-state-active .k-icon.k-menu-expand-arrow {
  background-image: url(/CFImages/Icons/minus.svg);
}
.mainNavigation nav ul.mainNav li.rootMenuItem.k-item ul.k-group.k-menu-group li.k-item.k-state-hover {
  background-color: #707070;
}
.mainNavigation nav ul.mainNav .rootMenuItem.k-item.childSelected, .mainNavigation nav ul.mainNav .rootMenuItem.k-item.selected {
  background-color: var(--active-nav-color);
  /*                    &:after {
          content: "";
          height: 5px;
          background-color: $secondaryColour;
          width: 40px;
          position: absolute;
          left: 50%;
          bottom: 0;
          transform: translateX(-50%);
      }*/
}
.mainNavigation nav ul.mainNav .rootMenuItem.k-item.childSelected .k-link, .mainNavigation nav ul.mainNav .rootMenuItem.k-item.selected .k-link {
  font-weight: 700;
  /*background-color: $RISEblue;*/
  background-color: var(--active-nav-color);
}
.mainNavigation nav ul.mainNav .k-group .k-item.selected {
  background-color: #f1f1f1;
}
.mainNavigation nav ul.mainNav .k-group .k-item.selected a.k-link.selected {
  color: #0d4280 !important;
  background-color: #f1f1f1;
}

.secondaryNavigation {
  /* CustomTopLevelSimple .topLevelSimple */
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
}
.secondaryNavigation nav.topLevelSimple ul {
  display: flex;
  /* selected states (CFAdded selected or childSelected classes) */
}
.secondaryNavigation nav.topLevelSimple ul:focus, .secondaryNavigation nav.topLevelSimple ul:active {
  outline: 2px solid #09192e;
  outline-offset: 2px;
}
.secondaryNavigation nav.topLevelSimple ul li {
  padding: 1rem 0.5rem;
  margin: 0;
  display: flex;
  flex: 1 auto;
  justify-content: center;
}
.secondaryNavigation nav.topLevelSimple ul li a {
  font-size: 1em;
  color: #222222;
  text-decoration: none;
  /* hover state */
}
.secondaryNavigation nav.topLevelSimple ul li a:focus, .secondaryNavigation nav.topLevelSimple ul li a:active {
  outline: 2px solid #09192e;
  outline-offset: 2px;
}
.secondaryNavigation nav.topLevelSimple ul li a:hover {
  color: #0d4280;
  background-color: #E6E6E6;
}
.secondaryNavigation nav.topLevelSimple ul li:hover {
  color: #0d4280;
  background-color: #E6E6E6;
}
.secondaryNavigation nav.topLevelSimple ul a.selected a {
  color: #0d4280;
}

/*#region SITEMAP(CFSiteMapComplete) MENU*/
nav ul.siteMapComplete {
  padding-left: 2em;
}
nav ul.siteMapComplete li {
  padding: 0.35em 0 0 0.25em;
  list-style-type: disc;
  text-transform: none;
}
nav ul.siteMapComplete li.rootMenuItem {
  list-style-type: square;
  text-transform: uppercase;
}
nav ul.siteMapComplete li.rootMenuItem ul {
  padding-left: 2em;
}
nav ul.siteMapComplete li.rootMenuItem ul.level2 {
  padding-left: 4em;
}
nav ul.siteMapComplete li.rootMenuItem ul.level3 {
  padding-left: 6em;
}
nav ul.siteMapComplete li.rootMenuItem ul.level4 {
  padding-left: 8em;
}
nav ul.siteMapComplete li.reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
nav ul.siteMapComplete li a.toggleAction.button {
  margin: 0.5em 0 0 0;
}
nav ul.siteMapComplete li a.toggleAction.withPlusMinus:after {
  content: "";
  color: #0d4280;
  margin-left: 1em;
}
nav ul.siteMapComplete li.active a.toggleAction.withPlusMinus:after {
  content: "";
}
nav ul.siteMapComplete div.toggleContent {
  display: none;
}
nav ul.siteMapComplete div.toggleContent.active {
  display: block;
}

/*#endregion SITEMAP(CFSiteMapComplete) MENU*/
/*#region TABSTRIP*/
.tabstrip {
  display: none;
}

.k-tabstrip-wrapper .tabstrip {
  display: block;
}

.k-tabstrip-wrapper .k-tabstrip {
  background: none;
  border: none;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items {
  margin: 0;
  text-transform: uppercase;
  background: none;
  border: none;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item {
  background: none;
  border: none;
  border-radius: 0;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item .k-loading {
  border: none;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item .k-link {
  font-size: 1em;
  font-weight: 700;
  background: none;
  border: none;
  color: #09192e;
  text-transform: uppercase;
}
.k-tabstrip-wrapper .k-tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
  color: #f1f1f1;
}
.k-tabstrip-wrapper .k-tabstrip:focus {
  box-shadow: none;
}
.k-tabstrip-wrapper .k-tabstrip .k-content {
  background-color: transparent;
  border: none;
}
.k-tabstrip-wrapper .k-tabstrip .k-content.k-state-active {
  background-color: transparent;
}

/*#endregion TABSTRIP*/
/*#region PanelBar */
.related.expertises.panelBar ul.level1,
.related.sectors.panelBar ul.level1 {
  display: none;
}
.related.expertises.panelBar ul.level1.k-panelbar,
.related.sectors.panelBar ul.level1.k-panelbar {
  display: block;
}

.mainPanelBar {
  display: none;
}
.mainPanelBar.k-panelbar {
  display: block;
}

.panelBar {
  width: 100%;
}

ul.k-panelbar {
  background-color: #f1f1f1;
  width: 100%;
  margin: 1em 0;
  border: none;
}
ul.k-panelbar:has(li) {
  padding: 1rem 1rem 0.5rem 1rem;
}
ul.k-panelbar li.k-item.k-panelbar-header a.k-link {
  color: #707070;
  padding-left: 0;
  font-size: 1.3em;
  cursor: pointer;
}
ul.k-panelbar li.k-item.k-panelbar-header a.k-link span.k-icon {
  display: none;
}
ul.k-panelbar li.k-item.k-panelbar-header:hover, ul.k-panelbar li.k-item.k-panelbar-header:focus {
  background-color: transparent;
  cursor: pointer;
}
ul.k-panelbar li.k-item.k-panelbar-header:hover a.k-link.k-header, ul.k-panelbar li.k-item.k-panelbar-header:focus a.k-link.k-header {
  background-color: transparent;
}
ul.k-panelbar li.k-item {
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 0;
  justify-content: center;
  transition: box-shadow 0.2s linear;
  margin-bottom: 1em;
  background-color: transparent;
  background-image: none;
  border-bottom: none;
  padding: 0;
  border-top: 0;
}
ul.k-panelbar li.k-item ul.k-group {
  background: none !important;
  border: none !important;
  padding: 0;
}
ul.k-panelbar li.k-item ul.k-group li.k-item {
  padding: 0;
  border: none;
  margin: 0;
}
ul.k-panelbar li.k-item ul.k-group li.k-item:before {
  content: "»";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  color: #0d4280;
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link {
  color: #0d4280;
  font-size: 1.1rem;
  display: block;
  text-decoration: none;
  text-transform: none;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid #E6E6E6;
  padding: 0.5rem 0.3rem 0.5rem 1.5rem;
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link.k-state-selected {
  color: #707070;
  pointer-events: none;
  cursor: default;
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link span.k-icon {
  color: #5E6A71;
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0.7rem;
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link span.k-icon:before {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 1rem;
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link span.k-icon.k-panelbar-collapse:before {
  content: "–";
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link span.k-icon.k-panelbar-expand:before {
  content: "+";
}
ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link:focus, ul.k-panelbar li.k-item ul.k-group li.k-item a.k-link:active {
  outline: 1px solid #000;
}
ul.k-panelbar li.k-item ul.k-group li.k-item:hover {
  color: #007096;
  background-color: #F7F7F7;
}
ul.k-panelbar li.k-item ul.k-group li.k-item:hover:before {
  color: #007096;
}
ul.k-panelbar li.k-item ul.k-group li.k-item:hover a.k-link {
  color: #007096;
  background-color: transparent;
}
ul.k-panelbar li.k-item ul.k-group li.k-item.selected {
  pointer-events: none !important;
  cursor: default !important;
}
ul.k-panelbar li.k-item ul.k-group li.k-item.selected a.k-link {
  color: #555555;
  pointer-events: none !important;
  cursor: default !important;
}
ul.k-panelbar li.k-item ul.k-group li.k-item.selected:before {
  color: #707070;
}
ul.k-panelbar li.k-item ul.k-group li.k-item ul.k-group li.k-item:before {
  left: 1.5rem;
}
ul.k-panelbar li.k-item ul.k-group li.k-item ul.k-group li.k-item a.k-link {
  padding-left: 2.5rem;
}

/*# end region PanelBar */
/*#region ULListAccordian */
.accordionUL {
  position: relative;
}
.accordionUL ul.level1 li {
  text-transform: uppercase;
  position: relative;
}
.accordionUL ul.level1 li.hasChildren {
  padding-right: 25px;
}
.accordionUL ul.level1 li.hasChildren span.toggle {
  position: absolute;
  right: 0;
  color: #f1f1f1;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.accordionUL ul.level1 li.hasChildren span.toggle:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: flex;
  justify-content: center;
  font-size: 50%;
  padding-top: 5px;
}
.accordionUL ul.level1 li.hasChildren ul {
  display: none;
  padding-left: 2em;
}
.accordionUL ul.level1 li.hasChildren ul li {
  text-transform: none;
  position: relative;
  margin-left: 1em;
}
.accordionUL ul.level1 li.hasChildren ul li:before {
  top: 12px;
  left: 0;
  content: "";
  background-color: #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
}
.accordionUL ul.level1 li.hasChildren ul li ul {
  display: block;
}
.accordionUL ul.level1 li.hasChildren ul li.hasChildren span.toggle {
  display: none;
  padding-left: 0;
}
.accordionUL ul.level1 li.hasChildren.active span.toggle:after {
  content: "";
}
/*#region Pagers */
div.pager, .searchPager {
  margin-top: 45px;
}
div.pager em.text-muted, .searchPager em.text-muted {
  display: block;
  margin-bottom: 10px;
}
div.pager ul.pagination, .searchPager ul.pagination {
  display: flex;
  flex-wrap: wrap;
}
div.pager ul.pagination li, .searchPager ul.pagination li {
  margin: 0 0 1rem 0;
}
div.pager ul.pagination li a, .searchPager ul.pagination li a {
  margin: 0 5px;
  padding: 0.5rem 1rem;
  background-color: #0d4280;
  color: #fff;
  font-size: 1rem;
}
div.pager ul.pagination li a:hover, .searchPager ul.pagination li a:hover {
  background-color: #000;
}
div.pager ul.pagination li.active a, .searchPager ul.pagination li.active a {
  background-color: #000;
}

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

  header .navigation {
    display: none;
  }
  header .header .logo img {
    max-width: 250px;
  }
  header .header .networkAndSearch {
    padding-right: 3rem;
  }
}
/* Mobile Only */
@media only screen and (max-width: 767px) {
  header .header .logo {
    width: 200px !important;
  }
  header .header .logo img {
    max-width: 200px;
  }
  header .header .networkAndSearch {
    padding-right: 3rem;
  }
  header .header .networkAndSearch .col {
    margin: 0 0.5rem !important;
  }
  header .header .networkAndSearch .translate #google_translate_element select {
    width: 80%;
  }

  footer .termsFooter {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  footer .termsFooter .col-align-end {
    align-items: center;
  }
}
/* XS Mobile Only */
/* ### 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 */
/* This is when we start adjusting container gutters

/* 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: "Inter", 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: #f1f1f1;
  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 #f1f1f1;
  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: #d8d8d8;
}
.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*/