@charset "UTF-8";
.smoothPX {
  transition: all 0.25s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
:root {
  --acg-color-primary: #D30C8B;
  --acg-color-primary-deep: #C80777;
  --acg-color-secondary: #90B6BF;
  --acg-color-secondary-deep: #5E9BAA;
  --acg-color-secondary-deeper: #45717E;
  --acg-color-secondary-light: #D7E5E7;
  --acg-color-secondary-lighter: #F0F5F7;
  --acg-color-family-friendly: #C72684;
  --acg-color-luxury-living: #2E2B60;
  --acg-color-outdoor-living: #4F8424;
  --acg-color-natural-comfort: #455424;
  --acg-color-natural-style: #a95521;
  --acg-color-contract-quality: #006082;
  --acg-color-contemporary-living: #A28E6F;
  --acg-color-versatile-living: #0096b8;
  --acg-color-orange: #FC790F;
  --acg-color-black: #000000;
  --acg-color-white: #FFFFFF;
  --acg-color-grey: #727272;
  --acg-color-red: #D50000;
  --acg-color-dark-red: #642B28;
  --acg-color-magenta: #eb1a74;
  --acg-color-green: #74af26;
  --acg-color-blue: #007ac1;
  --acg-color-blue-dark: #2c6ada;
  --acg-color-yellow: #fcd623;
  --acg-color-purple: #9685c5;
  --acg-color-dark-grey: #575756;
  --acg-color-light-grey: #cccccc;
  --acg-color-lighter-grey: #F0F0F0;
  --acg-color-facebook: #486099;
  --acg-color-border: #D5D5D5;
  --acg-color-box: #EDEEED;
  --acg-color-text-color: #575756;
}

:root {
  --kc-header-font: "urw-din", "Georgia", "Times", serif;
  --kc-header-font-weight: 500;
  --kc-header-font-line-height: 1.2em;
  --kc-banner-header-font: "urw-din", "Georgia", "Times", serif;
  --kc-header-font-weight: normal;
  --kc-header-font-line-height: 1.2em;
  --kc-banner-header-accent-font: "Royalty", sans-serif;
  --kc-banner-header-accent-font-weight: normal;
  --kc-banner-header-accent-line-height: 1.2em;
  --kc-menu-font: "urw-din", Helvetica, sans-serif;
  --kc-menu-font-weight: 400;
  --kc-menu-font-line-height: 1.2em;
  --kc-text-space: clamp(14px, 1.4em, 20px);
}

body {
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}
body header, body main, body footer {
  color: var(--acg-color-text-color);
}

header p, header ul, header ol, header table, main p, main ul, main ol, main table, footer p, footer ul, footer ol, footer table {
  color: var(--acg-color-text-color);
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}
header h1, header h2, header h3, header h4, header h5, header h6, header p, header ul, header ol, header table, main h1, main h2, main h3, main h4, main h5, main h6, main p, main ul, main ol, main table, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer ul, footer ol, footer table {
  margin-bottom: var(--kc-text-space);
}
header h1, header h2, header h3, header h4, header h5, header h6, main h1, main h2, main h3, main h4, main h5, main h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: var(--acg-color-text-color);
  letter-spacing: -0.025em;
  font-weight: 600;
}
header *.primaryColour, main *.primaryColour, footer *.primaryColour {
  color: var(--acg-color-primary);
}
header *.primaryColourDeep, main *.primaryColourDeep, footer *.primaryColourDeep {
  color: var(--acg-color-primary-deep);
}
header *.secondaryColour, main *.secondaryColour, footer *.secondaryColour {
  color: var(--acg-color-secondary);
}
header *.secondaryColourDeep, main *.secondaryColourDeep, footer *.secondaryColourDeep {
  color: var(--acg-color-secondary-deep);
}
header *.secondaryColourDeeper, main *.secondaryColourDeeper, footer *.secondaryColourDeeper {
  color: var(--acg-color-secondary-deeper);
}
header *.secondaryColourLight, main *.secondaryColourLight, footer *.secondaryColourLight {
  color: var(--acg-color-secondary-light);
}
header *.secondaryColourLighter, main *.secondaryColourLighter, footer *.secondaryColourLighter {
  color: var(--acg-color-secondary-lighter);
}
header h1, main h1, footer h1 {
  font-size: 58px;
  font-size: clamp(44px, 4.8vw, 58px);
  line-height: 1.2em;
}
header h2, main h2, footer h2 {
  font-size: 48px;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 1.2em;
}
header h3, main h3, footer h3 {
  font-size: 39px;
  font-size: clamp(32px, 3.2vw, 39px);
  line-height: 1.2em;
}
header h4, main h4, footer h4 {
  font-size: 32px;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.3em;
}
header h5, main h5, footer h5 {
  font-size: 26px;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.3em;
}
header h6, main h6, footer h6 {
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4em;
}

.smallText {
  font-size: 12px;
}

:root {
  --acg-color-pink: #D40C8B;
  --acg-color-light-grey: #EBEBEB;
  --acg-color-border: #D7E5E7;
}

/* Opt-in the whole page to interpolate sizes to/from keywords */
:root {
  interpolate-size: allow-keywords;
}

* {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}

section {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: auto;
}

.angled::before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150vw;
  /* height: 100%; */
  background-color: inherit;
  transform: skewX(-35deg);
  transform-origin: top right;
  z-index: -1;
}

.makeItStick {
  position: sticky;
  display: block;
  z-index: 10;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pageHeading {
  max-width: 1200px;
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  align-content: flex-start;
  align-items: flex-start;
}
.pageHeading.alignCentre {
  align-items: center;
}
.pageHeading.alignCentre * {
  text-align: center;
}
.pageHeading.alignRight {
  align-items: flex-end;
}
.pageHeading.alignRight * {
  text-align: center;
}
.pageHeading * {
  order: 1;
}
.pageHeading .breadCrumb {
  order: 0;
  text-decoration: none;
  font-size: 12px;
  color: var(--acg-color-primary);
}
.pageHeading h2 {
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4em;
  max-width: calc(1050px * 0.75);
}
.pageHeading h1:has(+ h2) {
  margin-bottom: 8px;
}

p.confidential {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: var(--acg-color-red);
}
p.confidential::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  background-image: url("/wp-content/themes/kc_acg/img/icon-alert.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.radiusLink {
  display: inline-flex;
  border: solid 1px var(--acg-color-primary);
  color: var(--acg-color-primary);
  background-color: var(--acg-color-white);
  padding: 0.35em 0.65em;
  border-radius: 0.5em;
  text-decoration: none;
}

.blockLink {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: var(--acg-color-primary);
  color: white;
  white-space: nowrap;
  padding: 0.6em 0.5em;
  padding-left: 1em;
  z-index: 1;
  text-decoration: none;
  font-weight: 500;
}
.blockLink:hover {
  background-color: var(--acg-color-primary-deep);
}
.blockLink:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  /* width: calc(100%); */
  height: 100%;
  transform: skewX(-35deg) translateX(calc(-50% + 1em));
  background-color: inherit;
  transition: all 0.5s ease;
}

ul.noFoundMenu {
  list-style-type: none;
}
ul.noFoundMenu a {
  text-decoration: none;
}
ul.noFoundMenu ul {
  display: none;
}
ul.noFoundMenu li {
  padding: 6px;
}
ul.noFoundMenu li + li {
  border-top: solid 1px var(--acg-color-secondary-lighter);
}

.icon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.icon::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
.icon.icon-after::before {
  order: 2;
  margin-right: 0em;
  margin-left: 0.5em;
  background-color: transparent;
}

.icon.iconMemberPrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-member-primary.svg");
}

.icon.iconMemberWhite::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-member-white.svg");
}

.icon.iconMenuWhite::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-menu-white.svg");
}

.icon.iconHomeWhite::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-home-white.svg");
  width: 1.3em;
  height: 1.3em;
}

.icon.iconFacebook::before {
  background-image: url("/wp-content/themes/kc_acg/img/socials/facebook.svg");
}

.icon.iconHomePrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-home-primary.svg");
}

.icon.iconPhonePrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-phone-primary.svg");
}

.icon.iconEmailPrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-email-primary.svg");
}

.icon.iconLogoutWhite::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-logout-white.svg");
}

.icon.iconLogoutPrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-logout-primary.svg");
}

.icon.iconSearchWhite::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-search-white.svg");
}

.icon.iconSearchPrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-search-primary.svg");
}

.icon.iconJoinPrimary::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-join-primary.svg");
}

.icon.linkIconSecondary {
  align-items: flex-start;
  text-decoration: none;
}

.icon.linkIconSecondary::before {
  width: 0.75em;
  height: 0.75em;
  margin-top: 0.35em;
  margin-right: 0.25em;
  background-image: url("/wp-content/themes/kc_acg/img/icon-link-secondary.svg");
}

.button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  border: solid 1px var(--acg-color-primary);
  background-color: var(--acg-color-white);
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  color: var(--acg-color-primary);
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
  cursor: pointer;
}
.button span {
  color: currentColor;
}
.button.buttonPrimary {
  background-color: var(--acg-color-primary);
  color: var(--acg-color-white);
}
.button.buttonSecondary {
  background-color: var(--acg-color-secondary);
  border-color: var(--acg-color-secondary);
  color: var(--acg-color-white);
}
.button::before {
  content: "";
  display: inline-block;
  width: 0.1em;
  height: 1.6em;
}
.button.iconButton {
  padding-left: 6px;
}
.button.iconButton::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.button.button-after::before {
  order: 2;
  margin-right: 0em;
  margin-left: 0.5em;
}

.iconButton.buttonMember::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-member-primary.svg");
}
.iconButton.buttonMenu::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-menu-primary.svg");
}
.iconButton.buttonHome::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconHomePrimary.svg");
}
.iconButton.buttonLogout::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconLogoutPrimary.svg");
}
.iconButton.buttonSearch::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconSearchPrimary.svg");
}
.iconButton.buttonDownload::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-download-primary.svg");
}
.iconButton.buttonEmail::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-email-primary.svg");
}

.iconButton.buttonPrimary.button-email::before,
.iconButton.buttonSecondary.button-email::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-email-white.svg");
}
.iconButton.buttonPrimary.buttonLogout::before,
.iconButton.buttonSecondary.buttonLogout::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconLogoutWhite.svg");
}
.iconButton.buttonPrimary.buttonSearch::before,
.iconButton.buttonSecondary.buttonSearch::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconSearchWhite.svg");
}
.iconButton.buttonPrimary.buttonJoin::before,
.iconButton.buttonSecondary.buttonJoin::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-join-white.svg");
}
.iconButton.buttonPrimary.buttonDownload::before,
.iconButton.buttonSecondary.buttonDownload::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-join-white.svg");
}
.iconButton.buttonPrimary.buttonHome::before,
.iconButton.buttonSecondary.buttonHome::before {
  background-image: url("/wp-content/themes/kc_acg/img/iconHomeWhite.svg");
}
.iconButton.buttonPrimary.buttonPhone::before,
.iconButton.buttonSecondary.buttonPhone::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-phone-white.svg");
}
.iconButton.buttonPrimary.buttonDownload::before,
.iconButton.buttonSecondary.buttonDownload::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-download-white.svg");
}

.imgCover {
  -o-object-fit: cover;
     object-fit: cover;
}

.imgContain {
  -o-object-fit: contain;
     object-fit: contain;
}

.biasCentreCentre {
  -o-object-position: center center;
     object-position: center center;
}

.biasLeftCentre {
  -o-object-position: left center;
     object-position: left center;
}

.biasRightCentre {
  -o-object-position: right center;
     object-position: right center;
}

.biasCentreTop {
  -o-object-position: center top;
     object-position: center top;
}

.biasLeftTop {
  -o-object-position: left top;
     object-position: left top;
}

.biasRightTop {
  -o-object-position: right top;
     object-position: right top;
}

.biasCentreBottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.biasLeftBottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.biasRightBottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.opacity10 {
  opacity: 0.1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity40 {
  opacity: 0.4;
}

.opacity50 {
  opacity: 0.5;
}

.opacity60 {
  opacity: 0.6;
}

.opacity70 {
  opacity: 0.7;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

.desaturate {
  filter: greyscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.blendedNormal {
  mix-blend-mode: normal;
}

.blendedMultiply {
  mix-blend-mode: multiply;
}

.blendedScreen {
  mix-blend-mode: screen;
}

.blendedOverlay {
  mix-blend-mode: overlay;
}

.blendedDarken {
  mix-blend-mode: darken;
}

.blendedLighten {
  mix-blend-mode: lighten;
}

.blendedColorDodge {
  mix-blend-mode: color-dodge;
}

.blendedColorBurn {
  mix-blend-mode: color-burn;
}

.blendedDifference {
  mix-blend-mode: difference;
}

.blendedExclusion {
  mix-blend-mode: exclusion;
}

.blendedSaturation {
  mix-blend-mode: saturation;
}

.blendedHue {
  mix-blend-mode: hue;
}

.blendedColor {
  mix-blend-mode: color;
}

.blendedLuminosity {
  mix-blend-mode: luminosity;
}

.box-grid {
  display: grid;
  gap: 1em;
}

.box-grid.two-column-box {
  grid-template-columns: 1fr 1fr;
}

ul.rad-box {
  list-style: none;
  margin: 0;
}

a.rad-box {
  text-decoration: none;
  transform: translateZ(0);
}

a.rad-box:hover {
  border-color: var(--acg-color-secondary);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  transform: translateX(-4px) translateY(-4px) translateZ(0);
}

.rad-box {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid var(--acg-color-secondary-light);
  background-color: var(--acg-color-secondary-lighter);
  overflow: clip;
  transition: all 0.35s ease;
}
.rad-box h1, .rad-box h2, .rad-box h3, .rad-box h4, .rad-box h5, .rad-box h6 {
  margin-bottom: 6px;
}
.rad-box .rad-box {
  border-radius: 10px;
  overflow: clip;
  transition: all 0.35s ease;
}
.rad-box .view-more {
  color: var(--acg-color-primary);
  text-decoration: none;
  margin: 0;
}
.rad-box .box-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
}
.rad-box .box-head h6 {
  order: 0;
}
.rad-box .box-head .box-intro {
  order: 2;
  width: 100%;
}
.rad-box .box-head .box-quick-view {
  order: 1;
  font-size: 12px;
}
.rad-box .end-note {
  order: 99;
  margin-top: 18px;
}

.rad-box.no-rad-top-left {
  border-top-left-radius: 0;
}

.link-bar-rad-box {
  padding-bottom: 0;
}
.link-bar-rad-box .view-more {
  display: block;
  background-color: var(--acg-color-secondary);
  color: var(--acg-color-white);
  width: calc(100% + 48px + 4px);
  display: block;
  padding: 8px 24px;
  margin-left: -24px;
  font-size: 12px;
}

.white-rad-box {
  background-color: var(--acg-color-white);
}

.platinum-rad-box {
  background-color: var(--acg-color-white);
  border-color: var(--acg-color-secondary);
}

@media only screen and (max-width: 768px) {
  .box-grid.box-grid.two-column-box {
    grid-template-columns: 1fr;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .member-download-lists.latest-price-lists {
    padding-bottom: 0px;
  }
  .rad-box {
    padding: 18px;
  }
  .rad-box .rad-box {
    padding: 18px;
  }
  .link-bar-rad-box {
    padding-bottom: 0;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .rad-box {
    padding: 16px;
    border-radius: 8px;
  }
  .rad-box .rad-box {
    padding: 16px;
    border-radius: 8px;
  }
  .link-bar-rad-box {
    padding-bottom: 0;
  }
} /*$phone ends*/
header {
  z-index: 100;
  width: 100%;
  background-color: white;
  position: sticky;
  top: 0;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}
header a {
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25em;
}
header .logoBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
header .logo {
  display: block;
  width: clamp(200px, 25%, 270px);
  padding: 20px 10px 20px 0;
  background-color: var(--acg-color-pink);
  margin-right: clamp(50px, 6vw, 70px);
}
header .logo::before {
  transform-origin: bottom left;
}
header .logo img {
  display: block;
}
header .logo img.mobileLogo {
  display: none;
}
header .slogan {
  flex-grow: 1;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-end;
  padding-top: 12px; /*Match bottom from topBar angle position*/
  padding-bottom: clamp(14px, 3vw, 30px); /*Match bottom from topBar angle position*/
  padding-right: 5.5em; /*Clears right hand angle*/
}
header .slogan h4 {
  margin-bottom: 0;
}
header .slogan p {
  margin-bottom: 0px;
  max-width: 430px;
  font-size: clamp(12px, 1.75vw, 16px);
  font-weight: 500;
  color: var(--acg-color-dark-grey);
}
header .slogan a.facebookGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
header .slogan a.facebookGroup::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-image: url("/wp-content/themes/kc_acg/img/socials/facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
header .slogan a.profileLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
}
header .slogan a.profileLink::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("/wp-content/themes/kc_acg/img/icon-member-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
header .slogan a.profileLink span {
  margin-left: 0.5em;
  font-size: 12px;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  line-height: 1.4em;
}
header a.backToMain {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.9em 0.5em 0.6em 0.5em;
  font-size: 12px;
}
header a.backToMain.memberLink {
  color: var(--acg-color-secondary-deeper);
}
header .topBar {
  width: calc(100% - 70px);
  max-width: 1152px;
  transform: translateX(-15px);
  margin: auto;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  --kc-text-space: 0px;
}
header .topBar::before {
  background-color: var(--acg-color-lighter-grey);
  bottom: 20px;
  bottom: clamp(7px, 1.5vw, 14px);
}
header .topBar.memberBar::before {
  background-color: var(--acg-color-secondary);
  bottom: 20px;
  bottom: clamp(7px, 1.5vw, 14px);
}

header#header.compact .logoBar {
  align-items: center;
}
header#header.compact .menuHandle {
  display: flex;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 6px;
}

.memberBar .menuHandle {
  color: var(--acg-color-white);
}
.memberBar .menuHandle #indicator span {
  background-color: var(--acg-color-white);
}

.menuHandle {
  line-height: 1em;
  display: none;
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25em;
  color: var(--acg-color-primary);
  /* Icon 1 */
}
.menuHandle .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
}
.menuHandle #indicator {
  width: 20px;
  height: 15px;
  margin-right: 9px;
  cursor: pointer;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.menuHandle #indicator span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--acg-color-primary);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menuHandle #indicator span:nth-child(1) {
  top: 0px;
  transform-origin: center center;
}
.menuHandle #indicator span:nth-child(2) {
  top: calc(50% - 1px);
  transform-origin: left center;
}
.menuHandle #indicator span:nth-child(3) {
  top: auto;
  bottom: 0;
  transform-origin: center center;
}

.menuHandle.active #indicator span:nth-child(2) {
  opacity: 0;
}
.menuHandle.active #indicator span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.menuHandle.active #indicator span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

nav#topMenu {
  padding: 16px 0;
}
nav#topMenu ul#mainMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  transform: translateX(-12px);
  margin: 0;
}
nav#topMenu ul#mainMenu li {
  display: inline-block;
  margin: 0;
}
nav#topMenu ul#mainMenu > li a {
  display: block;
  padding: 6px 12px;
  color: var(--acg-color-primary);
}
nav#topMenu ul#mainMenu > li {
  transition: all 0.35s ease;
}
nav#topMenu ul#mainMenu > li > ul.sub-menu {
  transition: all 0.35s ease;
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 8px;
  background-color: var(--acg-color-secondary-lighter);
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
}
nav#topMenu ul#mainMenu > li > ul.sub-menu a {
  white-space: nowrap;
  font-weight: 400;
  color: var(--acg-color-secondary-deeper);
}
nav#topMenu ul#mainMenu > li:hover {
  background-color: var(--acg-color-secondary-lighter);
}
nav#topMenu ul#mainMenu > li:hover ul.sub-menu {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
nav#topMenu ul#mainMenu > li > ul.sub-menu ul.sub-menu {
  display: none;
  margin-bottom: 0;
  padding-left: 12px;
}

nav#topMenu.compact {
  background-color: yellow;
  padding: 0;
}
nav#topMenu.compact ul#mainMenu {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.memberLinks {
  text-align: right;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: stretch;
}
.memberLinks a, .memberLinks button {
  padding: 0.6em 0.5em;
  background-color: var(--acg-color-secondary);
  color: white;
  margin-left: 23px;
  white-space: nowrap;
  z-index: 1;
  font-size: clamp(12px, 1.3vw, 14px);
  text-decoration: none;
  font-weight: 500;
}
.memberLinks a:hover, .memberLinks button:hover {
  background-color: var(--acg-color-secondary-deep);
}
.memberLinks a:after, .memberLinks button:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% + 2em);
  /* width: calc(100%); */
  height: 100%;
  transform: skewX(-35deg) translateX(-50%);
  background-color: inherit;
  transition: all 0.5s ease;
}
.memberLinks a:first-child {
  background-color: var(--acg-color-primary);
}
.memberLinks a:first-child:hover {
  background-color: var(--acg-color-primary-deep);
}
.memberLinks a + a,
.memberLinks button + button {
  margin-left: 2em;
}
.memberLinks a.admin {
  background-color: var(--acg-color-secondary-deep);
}
.memberLinks a.admin img {
  transform: rotate(0deg);
  transition: all 0.5s ease;
  transform-origin: center center;
}
.memberLinks a.admin:hover img {
  transform: rotate(180deg);
}
.memberLinks a.iconHomeWhite {
  background-color: var(--acg-color-secondary-deeper);
}

.memberLinks a {
  background-color: var(--acg-color-secondary-deep);
}
.memberLinks a:first-child {
  background-color: var(--acg-color-primary);
}
.memberLinks a:first-child:hover {
  background-color: var(--acg-color-primary-deep);
}
.memberLinks a.admin {
  background-color: #51828F;
}
.memberLinks a.iconHomeWhite {
  background-color: var(--acg-color-secondary-deep);
  /*$smallTablet ends*/
}
@media only screen and (max-width: 700px) {
  .memberLinks a.iconHomeWhite {
    background-color: var(--acg-color-secondary-deeper);
  }
}
.memberLinks a.iconFacebook {
  background-color: var(--acg-color-secondary-deeper);
  /*$smallTablet ends*/
}
@media only screen and (max-width: 700px) {
  .memberLinks a.iconFacebook {
    display: none;
  }
}

nav#mobileMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: var(--acg-color-white);
  padding-bottom: 8px;
}
nav#mobileMenu .mobileMenuBar {
  width: 100%;
  order: 1;
}
nav#mobileMenu .mobileMenuBar section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
nav#mobileMenu .mobileMenuBar .mobileLogo {
  width: 25%;
  padding-bottom: 6px;
  max-height: 2.5em;
}
nav#mobileMenu .mobileMenuBar .memberLinks a {
  background-color: var(--acg-color-secondary);
  padding: 0.75em 0.5em;
}
nav#mobileMenu .mobileMenuBar .memberLinks a:last-child::after {
  left: calc(50% + 1em);
  width: calc(100% + 4em);
  background-color: var(--acg-color-primary);
}
nav#mobileMenu .mobileMenuBar .memberLinks a.iconHomeWhite {
  background-color: var(--acg-color-secondary-deeper);
}
nav#mobileMenu .mobileMenuBar .menuHandle {
  display: flex;
}
nav#mobileMenu .mobileTopBar {
  width: 100%;
  order: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
nav#mobileMenu .mobileTopBar a {
  padding: 6px;
  color: var(--acg-color-primary);
  font-size: 12px;
}
nav#mobileMenu .mobileTopBar a:last-child {
  margin-right: 0;
  margin-left: auto;
}
nav#mobileMenu.memberBar {
  background-color: var(--acg-color-secondary-deep);
}

nav#mobileMenu {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .slogan {
    justify-content: flex-end;
    align-content: flex-end;
  }
  header .slogan h4 {
    display: none;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  header .logo {
    display: block;
    width: clamp(160px, 18%, 200px);
    padding: 16px 10px 16px 0;
    background-color: var(--acg-color-pink);
    margin-right: clamp(50px, 6vw, 70px);
  }
  header .logoBar {
    margin-top: 6px;
  }
  header .slogan {
    display: none;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  #header .topBar, #header #topMenu {
    display: none;
  }
  #header nav#mobileMenu {
    display: flex;
    width: 100%;
    overflow: clip;
  }
} /*$phone ends*/
body.dormant {
  overflow: hidden;
}

.menuOverlay, .searchOverlay {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
  overflow: clip;
  pointer-events: none;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
  transition: all 0.35s ease;
}
.menuOverlay.active, .searchOverlay.active {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.menuOverlay pre, .searchOverlay pre {
  color: var(--acg-color-white);
}
.menuOverlay .brand, .searchOverlay .brand {
  width: 100%;
  background-color: var(--acg-color-white);
  z-index: 100;
  padding: calc((calc(24px + 2vw)) * 0.5) 18px;
  padding-top: calc(24px + 2vw);
  pointer-events: all;
  position: sticky;
  top: 0;
}
.menuOverlay .brand a.logo, .searchOverlay .brand a.logo {
  display: block;
  width: 75%;
  max-width: 250px;
  min-width: 90px;
}
.menuOverlay nav, .searchOverlay nav {
  overflow: clip;
}
.menuOverlay .menuHolder, .searchOverlay .menuHolder {
  display: block;
  width: 100%;
  max-width: 650px;
  padding: calc((calc(24px + 2vw)) * 0.5);
  padding-top: 0px;
}
.menuOverlay .closeMenu.topClose, .searchOverlay .closeMenu.topClose {
  margin: 0;
  position: absolute;
  right: calc((calc(24px + 2vw)) * 0.5);
  top: calc((calc(24px + 2vw)) * 0.5);
  left: auto;
  bottom: auto;
}
.menuOverlay p.closeMenu,
.menuOverlay .closeMenu, .searchOverlay p.closeMenu,
.searchOverlay .closeMenu {
  white-space: nowrap;
  width: auto;
  color: var(--acg-color-primary);
  margin: 18px auto;
  margin-left: 18px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: calc(24px + 2vw);
  font-size: 12px;
}
.menuOverlay h6, .searchOverlay h6 {
  margin: 0;
}
.menuOverlay .flexer.menuFlex, .searchOverlay .flexer.menuFlex {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: auto;
  padding-right: 50px;
  width: calc(100% + 50px);
  scrollbar-width: none;
  z-index: 3;
  max-height: 100%;
}
.menuOverlay .flexer::-webkit-scrollbar, .searchOverlay .flexer::-webkit-scrollbar {
  display: none;
}
.menuOverlay .menuScroller, .searchOverlay .menuScroller {
  height: auto;
  min-height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.menuOverlay .backer, .searchOverlay .backer {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuOverlay .iconLink, .searchOverlay .iconLink {
  border-bottom: 0;
  pointer-events: all;
}
.menuOverlay .iconLink.samplesLink::before, .searchOverlay .iconLink.samplesLink::before {
  background-image: url("/wp-content/themes/kc_acg/img/samples-icon-small.svg");
}
.menuOverlay .iconLink.searchLink::before, .searchOverlay .iconLink.searchLink::before {
  background-image: url("/wp-content/themes/kc_acg/img/search_icon.svg");
}
.menuOverlay .iconLink.closeLink::before, .searchOverlay .iconLink.closeLink::before {
  background-image: url("/wp-content/themes/kc_acg/img/close_icon.svg");
}

.menuOverlay {
  background-color: var(--acg-color-white);
}
.menuOverlay a {
  color: var(--acg-color-primary);
  text-decoration: none;
}
.menuOverlay nav.overlayNav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.menuOverlay .rangeBrowser {
  pointer-events: all;
  margin-bottom: calc(24px + 2vw);
}
.menuOverlay .rangeBrowser h5 {
  color: var(--acg-color-white);
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}
.menuOverlay .rangeBrowser .rangeTrack.flickity-enabled .flickity-prev-next-button {
  display: none;
}
.menuOverlay .searchBar, .menuOverlay .memberLogin {
  pointer-events: all;
  padding-left: 18px;
}
.menuOverlay .memberLogin {
  width: 100%;
  padding: 10px 18px;
  background-color: var(--acg-color-secondary-lighter);
  border-radius: 8px;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}
.menuOverlay ul {
  list-style-type: none;
  width: 100%;
  pointer-events: all;
}
.menuOverlay ul li {
  width: 100%;
  padding: 12px 18px;
}
.menuOverlay ul li.header {
  position: sticky;
  top: 0;
}
.menuOverlay ul li + li {
  border-top: 1px solid var(--acg-color-lighter-grey);
}
.menuOverlay ul.linkMenu {
  max-width: 250px;
  padding-right: 28px;
}
.menuOverlay ul.linkMenu h3 {
  color: var(--acg-color-secondary);
}
.menuOverlay ul.sub-menu {
  margin-left: 0;
}
.menuOverlay ul.sub-menu li {
  padding-left: 0;
  padding-top: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.menuOverlay ul.sub-menu li::before {
  content: "-";
}
.menuOverlay ul.sub-menu a {
  color: var(--acg-color-text-color);
  display: block;
  padding-left: 6px;
}

.banners + .blockContent {
  margin-top: calc(24px + 2vw);
}

.bannerTrack {
  width: 100%;
}
.bannerTrack .mobileImage {
  display: none;
}
.bannerTrack .banner {
  display: none;
  width: 100%;
}
.bannerTrack .banner:first-child {
  display: flex;
}

.bannerTrack.flickity-enabled .flickity-viewport,
.bannerTrack.flickity-enabled .flickity-slider {
  width: 100%;
  display: block;
}
.bannerTrack.flickity-enabled .banner {
  display: flex;
  transition: opacity 1s ease !important;
}
.bannerTrack.flickity-enabled .banner.is-selected {
  opacity: 1 !important;
}
.bannerTrack.flickity-enabled .flickity-page-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  z-index: 4;
  margin: calc(calc((calc(24px + 2vw)) * 0.5)) 0;
}
.bannerTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: calc(calc((calc(24px + 2vw)) * 0.25) * 1.5);
  height: calc(calc((calc(24px + 2vw)) * 0.25) * 1.5);
  max-width: 18px;
  max-height: 18px;
  margin: 0;
  margin-right: calc((calc(24px + 2vw)) * 0.25);
  border-radius: 0;
  background-color: var(--acg-color-secondary-light);
  opacity: 0.8;
}
.bannerTrack.flickity-enabled .flickity-page-dots li:hover {
  border: solid 1px var(--acg-color-white);
  opacity: 1;
}
.bannerTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: var(--acg-color-primary);
  opacity: 1;
}

@media only screen and (max-width: 650px) {
  .bannerTrack {
    width: 100%;
  }
  .bannerTrack .mobileImage {
    display: flex;
  }
  .bannerTrack .desktopImage {
    display: none;
  }
} /*$bigPhone ends*/
.blockContent .text {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  width: 100%;
  container-name: textBox;
  container-type: inline-size;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1 .divider, .text h2 .divider, .text h3 .divider, .text h4 .divider, .text h5 .divider, .text h6 .divider {
  content: "";
  display: block;
  clear: both;
  width: 50%;
  max-width: 1.8em;
  border-top: 4px solid var(--acg-color-primary);
}
.text h1 .divider, .text h2 .divider, .text h3 .divider {
  margin-top: 0.5em;
}
.text h4 .divider, .text h5 .divider, .text h6 .divider {
  margin-top: 0.7em;
}
.text hr {
  width: 100%;
  display: block;
  margin: calc((calc(24px + 2vw)) * 0.5) 0;
  border: 0;
  border-top: solid 1px var(--acg-color-primary);
}
.text ol {
  counter-reset: item;
  padding-left: 2em;
}
.text ol li {
  counter-increment: item;
  margin-bottom: 0.6em;
}
.text > *:last-child {
  margin-bottom: 0.25em;
}
.text img {
  width: auto;
}
.text p img {
  display: inline-block;
}
.text ul {
  list-style-type: none;
}
.text ul li {
  padding-left: 1.4em;
  margin-bottom: 0.8em;
}
.text ul li:before {
  position: absolute;
  left: 0;
}
.text ul li:has(h1, h2, h3, h4, h5, h6) {
  padding-left: 0px;
}
.text ul li:has(h1, h2, h3, h4, h5, h6)::before {
  display: none;
}
.text ul li:has(h1, h2, h3, h4, h5, h6) > *:first-child {
  padding-left: 1.2em;
}
.text ul li:has(h1, h2, h3, h4, h5, h6) > *:first-child:before {
  position: absolute;
  left: 0;
}
.text ul:not(.tickList, .arrowList) {
  list-style-type: none;
}
.text ul:not(.tickList, .arrowList) li:not(.icon):before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}
.text ul:not(.tickList, .arrowList) li:has(h1, h2, h3, h4, h5, h6) {
  padding-left: 0px;
}
.text ul:not(.tickList, .arrowList) li:has(h1, h2, h3, h4, h5, h6)::before {
  display: none;
}
.text ul:not(.tickList, .arrowList) li:has(h1, h2, h3, h4, h5, h6) > *:first-child::before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}

ul.tickList,
ul.arrowList {
  list-style-type: none;
}
ul.tickList li::before,
ul.arrowList li::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  top: 0.35em;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
ul.tickList li:has(h1, h2, h3, h4, h5, h6),
ul.arrowList li:has(h1, h2, h3, h4, h5, h6) {
  padding-left: 0px;
}
ul.tickList li:has(h1, h2, h3, h4, h5, h6)::before,
ul.arrowList li:has(h1, h2, h3, h4, h5, h6)::before {
  display: none;
}
ul.tickList li:has(h1, h2, h3, h4, h5, h6) > *:first-child::before,
ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > *:first-child::before {
  content: "";
  top: 0.35em;
  right: auto;
  bottom: auto;
  width: 0.75em;
  height: 0.75em;
  display: block;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}

ul.arrowList li::before,
ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}

ul.tickList li::before,
ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-primary.svg");
}

.lightText ul.arrowList li::before,
.lightText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-white.svg");
}
.lightText ul.tickList li::before,
.lightText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-white.svg");
}

.twoColumns {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1em;
       column-gap: 1em;
  -moz-column-width: 50%;
       column-width: 50%;
}
.twoColumns * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

@container textBox (max-width: 50ch) {
  /* Change the flex direction of the .child element. */
  .twoColumns {
    -moz-columns: 1;
         columns: 1;
    -moz-column-width: 100%;
         column-width: 100%;
  }
}
.pageContent .introText + div {
  margin-top: calc(24px + 2vw);
}

.hideOnMobile {
  /*$bigPhone ends*/
}
@media only screen and (max-width: 650px) and (min-width: 768px) {
  .hideOnMobile {
    display: none;
  }
}

.hideOnTablet {
  /*$tablet ends*/
}
@media only screen and (max-width: 768px) and (min-width: 650px) {
  .hideOnTablet {
    display: none;
  }
}

.hideOnDesktop {
  /*$tablet ends*/
}
@media only screen and (min-width: 768px) {
  .hideOnDesktop {
    display: none;
  }
}

section.blockContent {
  max-width: 100%;
  width: 100%;
}

section.blockContent + section {
  margin-top: calc(24px + 2vw);
}

.blockContent {
  z-index: 2;
  transform: translateZ(0);
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.blockContent .block:first-child {
  margin-top: 0;
}

.blockContainer {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  /*
  &.angleBack {
  	padding-left: 0;
  	padding-right: 0;
  	&::after {
  		content: "";
  		z-index: -1;
  		display: block;
  		position: absolute;
  		left: auto;
  		top: 0;
  		right: 0;
  		bottom: 0;
  		width: 200vw;
  		// width: calc(100%);
  		height: 100%;
  		transform: skewX(-35deg);
  		transform-origin: left bottom;
  		background-color: inherit;

  	}
  }
  &.angleBack.rightAngle {
  	&::after {
  		left:   0;
  		right:  auto;
  		transform: skewX(35deg);
  	}
  }
  */
}
.blockContainer.fullScreenWidth {
  max-width: calc(100% - 48px);
}
.blockContainer.columnLeft {
  margin-left: 0;
}
.blockContainer .columnRight {
  margin-right: 0;
}

.noMaxWidth .blockContainer {
  width: 100%;
}

.featureImage.fullScreenWidth .blockContainer.fullScreenWidth {
  max-width: 100%;
  width: 100%;
}

.block {
  margin-top: calc(24px + 2vw);
  width: calc(100% - 48px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block .text {
  z-index: 1;
}
.block a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-primary);
  text-underline-offset: 0.15em;
}
.block.fullScreenWidth {
  width: 100%;
  max-width: 100%;
}
.block.fullScreenWidth.hasColour {
  padding-left: 0px;
  padding-right: 0px;
}
.block.fullScreenWidthBG {
  width: 100%;
  max-width: 100%;
}
.block.noSpaceTop {
  margin-top: 0;
}
.block.quarterSpaceTop {
  margin-top: calc((calc(24px + 2vw)) * 0.25);
}
.block.halfSpaceTop, .block.halfPadTop {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.block.doubleSpaceTop {
  margin-top: calc((calc(24px + 2vw)) * 2);
}
.block.minusNormalSpaceTop {
  margin-top: calc(0px - calc(24px + 2vw));
  z-index: 3;
}
.block.minusHalfSpaceTop {
  margin-top: calc(0px - calc((calc(24px + 2vw)) * 0.5));
  z-index: 3;
}
.block.minusDoubleSpaceTop {
  margin-top: calc(0px - calc((calc(24px + 2vw)) * 2));
  z-index: 3;
}
.block.minusTrebleSpaceTop {
  margin-top: calc(0px - 3 * (calc(24px + 2vw)));
  z-index: 3;
}

.bgImage, .bgImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.vertAlignCentre {
  align-items: center;
}

.block.vertAlignCentre .flexer {
  align-items: center;
}

.block.vertAlignBottom .flexer {
  align-items: flex-end;
}

.positioner {
  width: 100%;
}
.positioner > *:last-child {
  margin-bottom: 0;
}
.positioner.fullWidth {
  max-width: none;
}
.positioner .hasColour *:last-child {
  margin-bottom: 0;
}

.fullWidth {
  width: 100%;
  max-width: 100%;
}

.standardText {
  color: var(--acg-color-text-color);
}
.standardText p, .standardText ul, .standardText ol, .standardText table, .standardText blockquote,
.standardText h1, .standardText h2, .standardText h3, .standardText h4, .standardText h5, .standardText h6, .standardText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-text-color);
}
.standardText p span.divider, .standardText ul span.divider, .standardText ol span.divider, .standardText table span.divider, .standardText blockquote span.divider,
.standardText h1 span.divider, .standardText h2 span.divider, .standardText h3 span.divider, .standardText h4 span.divider, .standardText h5 span.divider, .standardText h6 span.divider, .standardText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-primary);
}
.standardText .blockLink {
  color: var(--acg-color-white);
}
.standardText .blockLink::after {
  border-color: var(--acg-color-text-color);
}
.standardText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-text-color);
}
.standardText ul:not(.tickList, .arrowList) {
  list-style-type: none;
}
.standardText ul:not(.tickList, .arrowList) li:before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}
.standardText ul.arrowList li::before,
.standardText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}
.standardText ul.tickList li::before,
.standardText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-primary.svg");
}
.standardText .lightText {
  color: var(--acg-color-white);
}
.standardText .lightText p, .standardText .lightText ul, .standardText .lightText ol, .standardText .lightText table, .standardText .lightText blockquote,
.standardText .lightText h1, .standardText .lightText h2, .standardText .lightText h3, .standardText .lightText h4, .standardText .lightText h5, .standardText .lightText h6, .standardText .lightText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-white);
}
.standardText .lightText p span.divider, .standardText .lightText ul span.divider, .standardText .lightText ol span.divider, .standardText .lightText table span.divider, .standardText .lightText blockquote span.divider,
.standardText .lightText h1 span.divider, .standardText .lightText h2 span.divider, .standardText .lightText h3 span.divider, .standardText .lightText h4 span.divider, .standardText .lightText h5 span.divider, .standardText .lightText h6 span.divider, .standardText .lightText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-white);
}
.standardText .lightText .blockLink {
  color: var(--acg-color-white);
  border: solid 1px var(--acg-color-white);
}
.standardText .lightText .blockLink::after {
  border: solid 1px var(--acg-color-white);
  border-left: 0px;
  top: -1px;
}
.standardText .lightText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-white);
}
.standardText .lightText ul:not(.tickList, .arrowList) li:before {
  background-color: var(--acg-color-white);
}
.standardText .lightText ul.arrowList li::before,
.standardText .lightText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-white.svg");
}
.standardText .lightText ul.tickList li::before,
.standardText .lightText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-white.svg");
}
.standardText .standardText {
  color: var(--acg-color-text-color);
}
.standardText .standardText p, .standardText .standardText ul, .standardText .standardText ol, .standardText .standardText table, .standardText .standardText blockquote,
.standardText .standardText h1, .standardText .standardText h2, .standardText .standardText h3, .standardText .standardText h4, .standardText .standardText h5, .standardText .standardText h6, .standardText .standardText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-text-color);
}
.standardText .standardText p span.divider, .standardText .standardText ul span.divider, .standardText .standardText ol span.divider, .standardText .standardText table span.divider, .standardText .standardText blockquote span.divider,
.standardText .standardText h1 span.divider, .standardText .standardText h2 span.divider, .standardText .standardText h3 span.divider, .standardText .standardText h4 span.divider, .standardText .standardText h5 span.divider, .standardText .standardText h6 span.divider, .standardText .standardText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-primary);
}
.standardText .standardText .blockLink {
  color: var(--acg-color-white);
}
.standardText .standardText .blockLink::after {
  border-color: var(--acg-color-text-color);
}
.standardText .standardText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-text-color);
}
.standardText .standardText ul:not(.tickList, .arrowList) {
  list-style-type: none;
}
.standardText .standardText ul:not(.tickList, .arrowList) li:before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}
.standardText .standardText ul.arrowList li::before,
.standardText .standardText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}
.standardText .standardText ul.tickList li::before,
.standardText .standardText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-primary.svg");
}
.standardText .blackText p, .standardText .blackText ul, .standardText .blackText ol, .standardText .blackText table, .standardText .blackText blockquote,
.standardText .blackText h1, .standardText .blackText h2, .standardText .blackText h3, .standardText .blackText h4, .standardText .blackText h5, .standardText .blackText h6 {
  color: var(--acg-color-black);
}
.standardText .blackText p span.divider, .standardText .blackText ul span.divider, .standardText .blackText ol span.divider, .standardText .blackText table span.divider, .standardText .blackText blockquote span.divider,
.standardText .blackText h1 span.divider, .standardText .blackText h2 span.divider, .standardText .blackText h3 span.divider, .standardText .blackText h4 span.divider, .standardText .blackText h5 span.divider, .standardText .blackText h6 span.divider {
  border-color: var(--acg-color-black);
}
.standardText .blackText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-black);
}

.lightText {
  color: var(--acg-color-white);
}
.lightText p, .lightText ul, .lightText ol, .lightText table, .lightText blockquote,
.lightText h1, .lightText h2, .lightText h3, .lightText h4, .lightText h5, .lightText h6, .lightText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-white);
}
.lightText p span.divider, .lightText ul span.divider, .lightText ol span.divider, .lightText table span.divider, .lightText blockquote span.divider,
.lightText h1 span.divider, .lightText h2 span.divider, .lightText h3 span.divider, .lightText h4 span.divider, .lightText h5 span.divider, .lightText h6 span.divider, .lightText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-white);
}
.lightText .blockLink {
  color: var(--acg-color-white);
  border: solid 1px var(--acg-color-white);
}
.lightText .blockLink::after {
  border: solid 1px var(--acg-color-white);
  border-left: 0px;
  top: -1px;
}
.lightText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-white);
}
.lightText ul:not(.tickList, .arrowList) li:before {
  background-color: var(--acg-color-white);
}
.lightText ul.arrowList li::before,
.lightText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-white.svg");
}
.lightText ul.tickList li::before,
.lightText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-white.svg");
}
.lightText .standardText {
  color: var(--acg-color-text-color);
}
.lightText .standardText p, .lightText .standardText ul, .lightText .standardText ol, .lightText .standardText table, .lightText .standardText blockquote,
.lightText .standardText h1, .lightText .standardText h2, .lightText .standardText h3, .lightText .standardText h4, .lightText .standardText h5, .lightText .standardText h6, .lightText .standardText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-text-color);
}
.lightText .standardText p span.divider, .lightText .standardText ul span.divider, .lightText .standardText ol span.divider, .lightText .standardText table span.divider, .lightText .standardText blockquote span.divider,
.lightText .standardText h1 span.divider, .lightText .standardText h2 span.divider, .lightText .standardText h3 span.divider, .lightText .standardText h4 span.divider, .lightText .standardText h5 span.divider, .lightText .standardText h6 span.divider, .lightText .standardText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-primary);
}
.lightText .standardText .blockLink {
  color: var(--acg-color-white);
}
.lightText .standardText .blockLink::after {
  border-color: var(--acg-color-text-color);
}
.lightText .standardText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-text-color);
}
.lightText .standardText ul:not(.tickList, .arrowList) {
  list-style-type: none;
}
.lightText .standardText ul:not(.tickList, .arrowList) li:before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}
.lightText .standardText ul.arrowList li::before,
.lightText .standardText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}
.lightText .standardText ul.tickList li::before,
.lightText .standardText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-primary.svg");
}
.lightText .blackText p, .lightText .blackText ul, .lightText .blackText ol, .lightText .blackText table, .lightText .blackText blockquote,
.lightText .blackText h1, .lightText .blackText h2, .lightText .blackText h3, .lightText .blackText h4, .lightText .blackText h5, .lightText .blackText h6 {
  color: var(--acg-color-black);
}
.lightText .blackText p span.divider, .lightText .blackText ul span.divider, .lightText .blackText ol span.divider, .lightText .blackText table span.divider, .lightText .blackText blockquote span.divider,
.lightText .blackText h1 span.divider, .lightText .blackText h2 span.divider, .lightText .blackText h3 span.divider, .lightText .blackText h4 span.divider, .lightText .blackText h5 span.divider, .lightText .blackText h6 span.divider {
  border-color: var(--acg-color-black);
}
.lightText .blackText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-black);
}

.blackText p, .blackText ul, .blackText ol, .blackText table, .blackText blockquote,
.blackText h1, .blackText h2, .blackText h3, .blackText h4, .blackText h5, .blackText h6 {
  color: var(--acg-color-black);
}
.blackText p span.divider, .blackText ul span.divider, .blackText ol span.divider, .blackText table span.divider, .blackText blockquote span.divider,
.blackText h1 span.divider, .blackText h2 span.divider, .blackText h3 span.divider, .blackText h4 span.divider, .blackText h5 span.divider, .blackText h6 span.divider {
  border-color: var(--acg-color-black);
}
.blackText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-black);
}
.blackText .lightText {
  color: var(--acg-color-white);
}
.blackText .lightText p, .blackText .lightText ul, .blackText .lightText ol, .blackText .lightText table, .blackText .lightText blockquote,
.blackText .lightText h1, .blackText .lightText h2, .blackText .lightText h3, .blackText .lightText h4, .blackText .lightText h5, .blackText .lightText h6, .blackText .lightText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-white);
}
.blackText .lightText p span.divider, .blackText .lightText ul span.divider, .blackText .lightText ol span.divider, .blackText .lightText table span.divider, .blackText .lightText blockquote span.divider,
.blackText .lightText h1 span.divider, .blackText .lightText h2 span.divider, .blackText .lightText h3 span.divider, .blackText .lightText h4 span.divider, .blackText .lightText h5 span.divider, .blackText .lightText h6 span.divider, .blackText .lightText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-white);
}
.blackText .lightText .blockLink {
  color: var(--acg-color-white);
  border: solid 1px var(--acg-color-white);
}
.blackText .lightText .blockLink::after {
  border: solid 1px var(--acg-color-white);
  border-left: 0px;
  top: -1px;
}
.blackText .lightText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-white);
}
.blackText .lightText ul:not(.tickList, .arrowList) li:before {
  background-color: var(--acg-color-white);
}
.blackText .lightText ul.arrowList li::before,
.blackText .lightText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-white.svg");
}
.blackText .lightText ul.tickList li::before,
.blackText .lightText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-white.svg");
}
.blackText .standardText {
  color: var(--acg-color-text-color);
}
.blackText .standardText p, .blackText .standardText ul, .blackText .standardText ol, .blackText .standardText table, .blackText .standardText blockquote,
.blackText .standardText h1, .blackText .standardText h2, .blackText .standardText h3, .blackText .standardText h4, .blackText .standardText h5, .blackText .standardText h6, .blackText .standardText a:not(.blockLink, .radiusLink) {
  color: var(--acg-color-text-color);
}
.blackText .standardText p span.divider, .blackText .standardText ul span.divider, .blackText .standardText ol span.divider, .blackText .standardText table span.divider, .blackText .standardText blockquote span.divider,
.blackText .standardText h1 span.divider, .blackText .standardText h2 span.divider, .blackText .standardText h3 span.divider, .blackText .standardText h4 span.divider, .blackText .standardText h5 span.divider, .blackText .standardText h6 span.divider, .blackText .standardText a:not(.blockLink, .radiusLink) span.divider {
  border-color: var(--acg-color-primary);
}
.blackText .standardText .blockLink {
  color: var(--acg-color-white);
}
.blackText .standardText .blockLink::after {
  border-color: var(--acg-color-text-color);
}
.blackText .standardText .flickity-enabled .flickity-button-icon {
  fill: var(--acg-color-text-color);
}
.blackText .standardText ul:not(.tickList, .arrowList) {
  list-style-type: none;
}
.blackText .standardText ul:not(.tickList, .arrowList) li:before {
  top: 0.5em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: var(--acg-color-primary);
}
.blackText .standardText ul.arrowList li::before,
.blackText .standardText ul.arrowList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-arrow-primary.svg");
}
.blackText .standardText ul.tickList li::before,
.blackText .standardText ul.tickList li:has(h1, h2, h3, h4, h5, h6) > :first-child::before {
  background-image: url("/wp-content/themes/kc_acg/img/icon-tick-primary.svg");
}

.hasColour {
  padding: calc(24px + 2vw);
}
.hasColour.noPadding {
  padding: 0;
}
.hasColour.primaryColourBack {
  background-color: var(--acg-color-primary);
}
.hasColour.primaryColourDeepBack {
  background-color: var(--acg-color-primary-deep);
}
.hasColour.secondaryColourBack {
  background-color: var(--acg-color-secondary);
}
.hasColour.secondaryColourDeepBack {
  background-color: var(--acg-color-secondary-deep);
}
.hasColour.secondaryColourDeeperBack {
  background-color: var(--acg-color-secondary-deeper);
}
.hasColour.secondaryColourLightBack {
  background-color: var(--acg-color-secondary-light);
}
.hasColour.secondaryColourLighterBack {
  background-color: var(--acg-color-secondary-lighter);
}
.hasColour.greyBack {
  background-color: var(--acg-color-lighter-grey);
}
.hasColour.goldBack {
  background-color: var(--acg-color-gold);
}
.hasColour.orangeBack {
  background-color: var(--acg-color-orange);
}
.hasColour.darkGreyBack {
  background-color: var(--acg-color-grey);
}
.hasColour.blackBack {
  background-color: var(--acg-color-black);
}
.hasColour.redBack {
  background-color: var(--acg-color-red);
}
.hasColour.whiteBack {
  background-color: var(--acg-color-white);
}
.hasColour.familyFriendlyBack {
  background-color: var(--acg-color-family-friendly);
}
.hasColour.luxuryLivingBack {
  background-color: var(--acg-color-luxury-living);
}
.hasColour.outdoorLivingBack {
  background-color: var(--acg-color-outdoor-living);
}
.hasColour.naturalComfortBack {
  background-color: var(--acg-color-natural-comfort);
}
.hasColour.contractQualityBack {
  background-color: var(--acg-color-contract-quality);
}
.hasColour.contemporaryLivingBack {
  background-color: var(--acg-color-contemporary-living);
}
.hasColour.versatileLivingBack {
  background-color: var(--acg-color-versatile-living);
}
.hasColour.noPadTop {
  padding-top: 0;
}
.hasColour.halfPadTop {
  padding-top: calc((calc(24px + 2vw)) * 0.5);
}
.hasColour.doublePadTop {
  padding-top: calc((calc(24px + 2vw)) * 2);
}

/*MaX Image Width -on-ly*/
.max100Outer {
  width: 100%;
  max-width: 100%;
}

.max100OuterInner {
  width: 100%;
  max-width: 100%;
}
.max100OuterInner > .block {
  width: 100% !important;
  max-width: 100% !important;
}

.max150px {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.max250px {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.max300px {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.max350px {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.max450px {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.max500px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max850px {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.max950px {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.max1050px {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.max1100px {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.max25 {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.max33 {
  max-width: 33%;
  margin-left: auto;
  margin-right: auto;
}

.max50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.max66 {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.max75 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.textContentGrid {
  display: grid;
  grid-template-areas: "textHolder sideContent";
  grid-template-columns: 1fr 1fr;
  gap: 1.6em;
}
.textContentGrid .textHolder,
.textContentGrid .sideHolder {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.textContentGrid .textHolder.vertAlignTop,
.textContentGrid .sideHolder.vertAlignTop {
  align-items: flex-start;
}
.textContentGrid .textHolder.vertAlignCentre,
.textContentGrid .sideHolder.vertAlignCentre {
  align-items: center;
}
.textContentGrid .textHolder.vertAlignBottom,
.textContentGrid .sideHolder.vertAlignBottom {
  align-items: flex-end;
}
.textContentGrid .sideHolder {
  flex-direction: row;
}
.textContentGrid .text, .textContentGrid .image {
  width: 100%;
}
.textContentGrid .image {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.textContentGrid .image.imgCrop {
  min-height: 100%;
}
.textContentGrid .image.imgCrop img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textContentGrid .image.imgCropEnlarge {
  min-height: 100%;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.textContentGrid .image.imgCropEnlarge img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textContentGrid .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.textContentGrid .textHolder {
  grid-area: textHolder;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.textContentGrid .sideContent {
  grid-area: sideContent;
}
.textContentGrid .additionalTextHolder {
  display: flex;
  width: 100%;
}

.textContentGrid.noPadTop.textLeft .textHolder .text {
  padding-top: 0px;
}
.textContentGrid.noPadTop.textRight .additionalTextHolder {
  padding-top: 0px;
}
.textContentGrid.noPadTop.textRight .sideHolder .image {
  padding-top: 0px;
}

.textContentGrid.vertAlignTop .sideHolder,
.textContentGrid.vertAlignTop .textHolder,
.textContentGrid.vertAlignTop .additionalTextHolder {
  align-items: flex-start;
}
.textContentGrid.vertAlignTop .sideHolder .text,
.textContentGrid.vertAlignTop .textHolder .text,
.textContentGrid.vertAlignTop .additionalTextHolder .text {
  justify-content: flex-start;
}
.textContentGrid.vertAlignTop .sideHolder .image,
.textContentGrid.vertAlignTop .textHolder .image,
.textContentGrid.vertAlignTop .additionalTextHolder .image {
  align-items: flex-start;
}

.textContentGrid.vertAlignCentre .sideHolder,
.textContentGrid.vertAlignCentre .textHolder,
.textContentGrid.vertAlignCentre .additionalTextHolder {
  align-items: center;
}
.textContentGrid.vertAlignCentre .sideHolder .text,
.textContentGrid.vertAlignCentre .textHolder .text,
.textContentGrid.vertAlignCentre .additionalTextHolder .text {
  justify-content: center;
}
.textContentGrid.vertAlignCentre .sideHolder .image,
.textContentGrid.vertAlignCentre .textHolder .image,
.textContentGrid.vertAlignCentre .additionalTextHolder .image {
  align-items: center;
}

.textContentGrid.vertAlignBottom .sideHolder,
.textContentGrid.vertAlignBottom .textHolder,
.textContentGrid.vertAlignBottom .additionalTextHolder {
  align-items: flex-end;
}
.textContentGrid.vertAlignBottom .sideHolder .text,
.textContentGrid.vertAlignBottom .textHolder .text,
.textContentGrid.vertAlignBottom .additionalTextHolder .text {
  justify-content: flex-end;
}
.textContentGrid.vertAlignBottom .sideHolder .image,
.textContentGrid.vertAlignBottom .textHolder .image,
.textContentGrid.vertAlignBottom .additionalTextHolder .image {
  align-items: flex-end;
}

.textContentGrid.textLeft .textHolder {
  order: 0;
}
.textContentGrid.textLeft .textHolder.no-back {
  padding-right: calc((calc(24px + 2vw)) * 0.5);
}
.textContentGrid.textLeft.additionalText .sideHolder.no-back {
  padding-left: calc((calc(24px + 2vw)) * 0.5);
}

.textContentGrid.textRight {
  grid-template-areas: "sideContent textHolder";
}

.textContentGrid.equalHeight .textHolder,
.textContentGrid.equalHeight .additionalTextHolder,
.textContentGrid.equalHeight .sideHolder {
  min-height: 100%;
  align-items: stretch;
}
.textContentGrid.equalHeight .textHolder .text {
  min-height: 100%;
}
.textContentGrid.equalHeight .sideHolder > div {
  min-height: 100%;
}

.textContentGrid.noGap {
  gap: 0;
}

.textContentGrid.text25 {
  grid-template-columns: calc(25% - (1.6em) / 2) calc(75% - (1.6em) / 2);
}
.textContentGrid.text25.noGap {
  grid-template-columns: 25% 75%;
}
.textContentGrid.text25.textRight {
  grid-template-columns: calc(25% - (1.6em) / 2) calc(75% - (1.6em) / 2);
}
.textContentGrid.text25.textRight.noGap {
  grid-template-columns: 25% 75%;
}

.textContentGrid.text33 {
  grid-template-columns: calc(33.33% - (1.6em) / 2) calc(66.66% - (1.6em) / 2);
}
.textContentGrid.text33.noGap {
  grid-template-columns: 33.33% 66.66%;
}
.textContentGrid.text33.textRight {
  grid-template-columns: calc(66.66% - (1.6em) / 2) calc(33.33% - (1.6em) / 2);
}
.textContentGrid.text33.textRight.noGap {
  grid-template-columns: 66.66% 33.33%;
}

.textContentGrid.text50 {
  grid-template-columns: calc(50% - (1.6em) / 2);
}
.textContentGrid.text50.noGap {
  grid-template-columns: 50%;
}

.textContentGrid.text66 {
  grid-template-columns: calc(66.66% - (1.6em) / 2) calc(33.33% - (1.6em) / 2);
}
.textContentGrid.text66.noGap {
  grid-template-columns: 66.66% 33.33%;
}
.textContentGrid.text66.textRight {
  grid-template-columns: calc(33.33% - (1.6em) / 2) calc(66.66% - (1.6em) / 2);
}
.textContentGrid.text66.textRight.noGap {
  grid-template-columns: 33.33% 66.66%;
}

.textContentGrid.text75 {
  grid-template-columns: calc(75% - (1.6em) / 2) calc(25% - (1.6em) / 2);
}
.textContentGrid.text75.noGap {
  grid-template-columns: 75% 25%;
}
.textContentGrid.text75.textRight {
  grid-template-columns: calc(25% - (1.6em) / 2) calc(75% - (1.6em) / 2);
}
.textContentGrid.text75.textRight.noGap {
  grid-template-columns: 25% 75%;
}

.textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
  padding-right: calc((calc(24px + 2vw)) * 0.5);
}
.textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
  padding-left: calc((calc(24px + 2vw)) * 0.5);
}
.textContentGrid.matchingColors.noGap.textRight .textHolder .text {
  padding-left: calc((calc(24px + 2vw)) * 0.5);
}
.textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
  padding-right: calc((calc(24px + 2vw)) * 0.5);
}

.blockContent .immediateBreak .textContentGrid {
  max-width: 1050px;
  grid-template-areas: "textHolder" "sideContent";
  grid-template-columns: 1fr;
}
.blockContent .immediateBreak .textContentGrid.textRight {
  grid-template-areas: "sideContent" "textHolder";
}
.blockContent .immediateBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
  padding-right: calc(24px + 2vw);
  padding-bottom: calc((calc(24px + 2vw)) * 0.5);
}
.blockContent .immediateBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
  padding-left: calc(24px + 2vw);
  padding-top: 0;
}
.blockContent .immediateBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
  padding-left: calc(24px + 2vw);
  padding-top: calc((calc(24px + 2vw)) * 0.5);
}
.blockContent .immediateBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
  padding-right: calc(24px + 2vw);
  padding-bottom: 0;
}
.blockContent .immediateBreak .textContentGrid .image.imgCrop img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

@media only screen and (max-width: 1100px) {
  .laptopBreak {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .laptopBreak.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .laptopBreak.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .laptopBreak.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .laptopBreak.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .laptopBreak.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .laptopBreak .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$laptop ends*/
@media only screen and (max-width: 900px) {
  .blockContent .bigTabletBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .bigTabletBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .bigTabletBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .bigTabletBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .bigTabletBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .bigTabletBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .bigTabletBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .blockContent .tabletBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .tabletBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .tabletBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .tabletBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .tabletBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .tabletBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .tabletBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$tablet ends*/
@media only screen and (max-width: 700px) {
  .blockContent .defaultBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .defaultBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .defaultBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .defaultBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .defaultBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .defaultBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .defaultBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .blockContent .smallTabletBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .smallTabletBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .smallTabletBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .smallTabletBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .smallTabletBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .smallTabletBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .smallTabletBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .blockContent .bigPhoneBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .bigPhoneBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .bigPhoneBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .bigPhoneBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .bigPhoneBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .bigPhoneBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .bigPhoneBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .blockContent .phoneBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .phoneBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .phoneBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .phoneBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .phoneBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .phoneBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .phoneBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$phone ends*/
@media only screen and (max-width: 350px) {
  .blockContent .smallPhoneBreak .textContentGrid {
    max-width: 1050px;
    grid-template-areas: "textHolder" "sideContent";
    grid-template-columns: 1fr;
  }
  .blockContent .smallPhoneBreak .textContentGrid.textRight {
    grid-template-areas: "sideContent" "textHolder";
  }
  .blockContent .smallPhoneBreak .textContentGrid.matchingColors.noGap.textLeft .textHolder .text {
    padding-right: calc(24px + 2vw);
    padding-bottom: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .smallPhoneBreak .textContentGrid.matchingColors.noGap.textLeft .additionalTextHolder {
    padding-left: calc(24px + 2vw);
    padding-top: 0;
  }
  .blockContent .smallPhoneBreak .textContentGrid.matchingColors.noGap.textRight .textHolder .text {
    padding-left: calc(24px + 2vw);
    padding-top: calc((calc(24px + 2vw)) * 0.5);
  }
  .blockContent .smallPhoneBreak .textContentGrid.matchingColors.noGap.textRight .additionalTextHolder {
    padding-right: calc(24px + 2vw);
    padding-bottom: 0;
  }
  .blockContent .smallPhoneBreak .textContentGrid .image.imgCrop img {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
} /*$smallPhone ends*/
.keyPoints .introText + .points,
.keyPoints .points + .outtroText {
  margin-top: calc((calc(24px + 2vw)) * 0.75);
}
.keyPoints .points {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  width: calc(100% + 1.6em);
  min-width: calc(100% + 1.6em);
  margin-left: auto;
  margin-right: auto;
  transform: translateX(calc(0px - (1.6em) / 2));
  gap: 1.6em;
}
.keyPoints .points .point {
  width: 100%;
  min-width: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.keyPoints .points .point .icon {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
  margin-left: auto;
  margin-right: auto;
}
.keyPoints .points .point:last-child {
  margin-bottom: 0;
}
.keyPoints .points.icon25 .point .icon {
  width: 25%;
}
.keyPoints .points.icon50 .point .icon {
  width: 50%;
}
.keyPoints .points.icon75 .point .icon {
  width: 75%;
}
.keyPoints .points.icon100 .point .icon {
  width: 100%;
}
.keyPoints .points.keyPointWidth25 .point {
  max-width: calc(25% - 1.6em);
}
.keyPoints .points.keyPointWidth33 .point {
  max-width: calc(33.33% - 1.6em);
}
.keyPoints .points.keyPointWidth50 .point {
  max-width: calc(50% - 1.6em);
}
.keyPoints .points.keyPointWidth100 .point {
  max-width: calc(100% - 1.6em);
}
.keyPoints .points .point.hasColour {
  padding: calc((calc(24px + 2vw)) * 0.75) calc((calc(24px + 2vw)) * 0.5);
}
.keyPoints .points.vertAlignTop {
  align-items: flex-start;
}
.keyPoints .points.vertAlignTop .point {
  justify-content: flex-start;
}
.keyPoints .points.vertAlignMiddle {
  align-items: center;
}
.keyPoints .points.vertAlignMiddle .point {
  justify-content: center;
}
.keyPoints .points.vertAlignBottom {
  align-items: flex-end;
}
.keyPoints .points.vertAlignBottom .point {
  justify-content: flex-end;
}
.keyPoints .points.equalHeight {
  align-items: stretch;
}

@media only screen and (max-width: 768px) {
  .keyPoints .points.keyPointWidth25 .point {
    max-width: calc(50% - 1.6em);
  }
  .keyPoints .points.keyPointWidth33 .point {
    max-width: calc(50% - 1.6em);
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .keyPoints .points.keyPointWidth50 .point {
    max-width: calc(100% - 1.6em);
  }
} /*$bigPhone ends*/
.manufacturersBlock {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.manufacturersBlock .text + .flexer {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.manufacturersBlock .flexer {
  max-width: 1000px;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.manufacturersBlock .manuGroup {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.manufacturersBlock .flexer.flickity-enabled {
  display: block;
}
.manufacturersBlock .flexer.flickity-enabled .manufacturer {
  padding: calc((calc(24px + 2vw)) * 0.75);
  padding-top: calc((calc(24px + 2vw)) * 0.25);
  padding-bottom: calc((calc(24px + 2vw)) * 0.25);
}
.manufacturersBlock .flexer.flickity-enabled .flickity-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.manufacturersBlock .flexer.flickity-enabled .flickity-page-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: calc((calc(24px + 2vw)) * 0.25) 0 0 0;
}
.manufacturersBlock .flexer.flickity-enabled .flickity-viewport {
  height: 100%;
  min-height: 100%;
}
.manufacturersBlock .manufacturer {
  width: 25%;
  min-width: 145px;
  text-align: center;
  padding: calc((calc(24px + 2vw)) * 0.25) calc((calc(24px + 2vw)) * 0.5);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.manufacturersBlock .manufacturer img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1.5/1;
}
.manufacturersBlock .manufacturer p {
  padding-top: calc((calc(24px + 2vw)) * 0.5);
  font-size: 12px;
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.manufacturersBlock.largeLogos .manufacturer {
  width: 33%;
  min-width: 180px;
}
.manufacturersBlock.largeLogos .manufacturer img {
  max-height: 120px;
}

@media only screen and (max-width: 900px) {
  .manufacturersBlock .manufacturer {
    width: 25%;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 650px) {
  .manufacturersBlock .manufacturer {
    width: 33.33%;
  }
} /*$bigPhone ends*/
#member-content .testimonials .blockContainer {
  width: 60%;
}

.testimonials {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.testimonials .blockContainer {
  width: 80%;
  max-width: 800px;
  padding-bottom: 30px;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-viewport {
  overflow: visible;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-viewport .carousel-cell, .testimonials .testimonialTrack.flickity-enabled .flickity-viewport .testimonial {
  display: flex;
  transition: opacity 1s ease !important;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-viewport .carousel-cell.is-selected, .testimonials .testimonialTrack.flickity-enabled .flickity-viewport .testimonial.is-selected {
  opacity: 1 !important;
}
.testimonials .testimonial {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: translateX(-7%);
}
.testimonials .testimonial .supplierName {
  margin: 0;
  margin-top: 1em;
}
.testimonials .testimonial .supplierLocation {
  font-size: 12px;
}
.testimonials .testimonial .text {
  order: 1;
  padding: calc((calc(24px + 2vw)) * 0.75);
  padding-right: 0;
  background-color: var(--acg-color-secondary-lighter);
  margin-top: calc(24px + 2vw);
  width: 70%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.testimonials .testimonial .text *:last-child {
  margin-bottom: 0;
}
.testimonials .testimonial .text::after {
  position: relative;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* width: calc(100%); */
  height: 100%;
  transform: skewX(-35deg);
  transform-origin: left bottom;
  background-color: inherit;
  transition: all 0.5s ease;
}
.testimonials .testimonial .text img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc((calc(24px + 2vw)) * 1.5);
  aspect-ratio: 1.5/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  transform: translateY(-40%) translateX(50%);
}
.testimonials .testimonial .text blockquote *:first-child::before {
  content: open-quote;
}
.testimonials .testimonial .text blockquote *:last-child::after {
  content: close-quote;
}
.testimonials .testimonial .image {
  order: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
  width: 30%;
  max-width: 200px;
}
.testimonials .testimonial .image img.testBadge {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  transform: translateX(-30%) translateY(30%);
}
.testimonials .testimonial .image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(24px + 2vw);
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - calc(24px + 2vw));
  background-color: var(--acg-color-secondary-lighter);
}
.testimonials .testimonial .image .credit {
  display: none;
}

@media only screen and (max-width: 650px) {
  .testimonials .testimonial {
    flex-direction: column;
    width: 90%;
    transform: translateX(0);
  }
  .testimonials .testimonial .text {
    order: 0;
    width: 100%;
    padding-right: calc((calc(24px + 2vw)) * 0.75);
    padding-top: calc(24px + 2vw);
    padding-bottom: 0px;
  }
  .testimonials .testimonial .text .supplierName,
  .testimonials .testimonial .text .supplierLocation {
    display: none;
  }
  .testimonials .testimonial .text::after {
    display: none;
  }
  .testimonials .testimonial .image {
    order: 1;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    z-index: 2;
  }
  .testimonials .testimonial .image img.supplierImage {
    display: none;
  }
  .testimonials .testimonial .image img.testBadge {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 22%;
    transform: translateX(20%) translateY(15%);
  }
  .testimonials .testimonial .image::before {
    top: 0;
    height: 100%;
  }
  .testimonials .testimonial .image .credit {
    order: 0;
    width: 70%;
    display: block;
    padding: calc((calc(24px + 2vw)) * 0.75);
  }
  .testimonials .testimonial .image .credit .supplierName,
  .testimonials .testimonial .image .credit .supplierLocation {
    margin: 0;
  }
} /*$bigPhone ends*/
@media only screen and (min-width: 650px) {
  .memberScenarioTable {
    display: grid;
    grid-template-areas: "scenarioLinks scenarios";
    overflow: clip;
  }
  .scenarioLinks {
    display: grid;
    grid-template-columns: 1fr;
  }
  .scenarioLinks .scenarioLink {
    display: grid;
    padding: 12px 18px;
    font-family: "urw-din", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: clamp(14px, 1.5vw, 16px);
    transition: all 0.35s ease;
  }
  .scenarioLinks .scenarioLink button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    text-align: right;
  }
  .scenarioLinks .scenarioLink.active {
    background-color: var(--acg-color-secondary-lighter);
  }
  .scenarioLinks .scenarioLink.active button {
    color: var(--acg-color-primary);
    font-weight: 500;
  }
  .scenarioLinks .scenarioLink + .scenarioLink {
    border-top: 1px solid var(--acg-color-secondary);
  }
  .scenarios {
    display: grid;
    grid-template-areas: "scenarios";
  }
  .scenarioData {
    grid-area: scenarios;
    opacity: 0;
    transform: translateX(20%);
    transition: all 0.35s ease;
  }
  .scenarioData.active {
    display: block;
    opacity: 1;
    transform: translateX(0%);
  }
} /*$bigPhone ends*/
.scenarios {
  border: 1px solid var(--acg-color-secondary);
  padding: calc((calc(24px + 2vw)) * 0.75);
}

.scenarioData {
  width: 100%;
}
.scenarioData h6 {
  color: var(--acg-color-primary);
}
.scenarioData .dataTable {
  display: grid;
  grid-template-areas: "title value";
  background-color: var(--acg-color-secondary-lighter);
  padding: 12px 18px;
}
.scenarioData .dataTitle, .scenarioData .dataValue {
  padding: 8px 12px;
  border-top: 1px solid var(--acg-color-secondary);
  font-weight: 500;
}
.scenarioData .dataTitle.totalRow, .scenarioData .dataValue.totalRow {
  color: var(--acg-color-primary);
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4em;
  padding-top: 12px;
}
.scenarioData .dataTitle:first-child + .dataValue,
.scenarioData .dataTitle:first-child {
  border: 0;
}

@media only screen and (max-width: 650px) {
  .scenarioLinks {
    display: none;
  }
  .scenarios.flickity-enabled .flickity-page-dots {
    margin: calc((calc(24px + 2vw)) * 0.5) auto 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .scenarios.flickity-enabled .flickity-prev-next-button.next {
    right: 12px;
  }
  .scenarios.flickity-enabled .flickity-prev-next-button.previous {
    left: 12px;
  }
  .scenarios.flickity-enabled .scenarioData {
    width: calc(100% - 48px);
    opacity: 0;
    transition: all 0.35s ease;
  }
  .scenarios.flickity-enabled .scenarioData.is-selected {
    opacity: 1;
  }
} /*$bigPhone ends*/
.collectionGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.collectionGrid .collection {
  width: 33%;
  max-width: 375px;
  padding: 0 calc((calc(24px + 2vw)) * 0.75);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.collectionGrid .collection * {
  text-align: center;
}
.collectionGrid .collection .nameStyle,
.collectionGrid .collection .posImage {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.collectionGrid .collection .posImage {
  aspect-ratio: 1/1;
}
.collectionGrid .collection .nameStyle {
  aspect-ratio: 4/1;
  margin: 12px 0;
}
.collectionGrid .collection .supplierName {
  color: var(--acg-color-secondary);
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .collectionGrid .collection {
    width: 50%;
  }
} /*$tablet { ends*/
@media only screen and (max-width: 650px) {
  .collectionGrid .collection {
    width: 100%;
  }
} /*$tablet { ends*/
.featureImage {
  text-align: center;
  display: block;
  /*$bigPhone ends*/
}
.featureImage img {
  margin-left: auto;
  margin-right: auto;
}
.featureImage .desktopImage {
  display: block;
}
.featureImage .mobileImage {
  display: none;
}
@media only screen and (max-width: 650px) {
  .featureImage .desktopImage {
    display: none;
  }
  .featureImage .mobileImage {
    display: block;
  }
}

.imageGallery.no-back {
  padding-bottom: 0px;
  padding: 0;
}
.imageGallery.hasBackground {
  padding: calc(24px + 2vw) 0;
}
.imageGallery.hasHeader .wrapper .text {
  padding-bottom: 24px;
}
.imageGallery .text {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
  overflow: clip;
}
.imageGallery .text * {
  margin-left: auto;
  margin-right: auto;
}
.imageGallery .blockFrame {
  max-width: 100vw;
}
.imageGallery .thumbs {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.imageGallery .thumbs span.stilt {
  display: block;
  padding-top: 100%;
}
.imageGallery .thumbs .image {
  display: grid;
  padding: calc((calc(24px + 2vw)) * 0.25 / 2);
}
.imageGallery .thumbs .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.imageGallery .thumbs .toolTip {
  position: absolute;
  left: calc((calc(24px + 2vw)) * 0.25);
  top: auto;
  right: calc((calc(24px + 2vw)) * 0.25);
  bottom: calc((calc(24px + 2vw)) * 0.25);
  width: calc(100% - calc((calc(24px + 2vw)) * 0.5));
  padding: clamp(18px, (calc(24px + 2vw)) * 0.25, 24px);
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: all 0.35s ease;
}
.imageGallery .thumbs .toolTip .text {
  margin: 0;
}
.imageGallery .thumbs .toolTip .text * {
  text-align: left;
}
.imageGallery .thumbs .toolTip p {
  margin-bottom: 0.5em;
}
.imageGallery .thumbs .toolTip p a, .imageGallery .thumbs .toolTip p strong {
  display: inline;
}
.imageGallery .thumbs .toolTip p {
  margin: 0;
  font-size: 12px;
}
.imageGallery .thumbs .image:hover .toolTip {
  opacity: 1;
}

.imageGallery .blockContainer.noPad .thumbs .image {
  padding: 0px;
}
.imageGallery .blockContainer.halfPad .thumbs .image {
  padding: calc((calc(24px + 2vw)) * 0.25 / 2);
}
.imageGallery .blockContainer.doublePad .thumbs .image {
  padding: calc((calc(24px + 2vw)) * 0.5);
}

.imageGallery .blockContainer.propSquare .image a, .imageGallery .blockContainer.propSquare .image img {
  aspect-ratio: 1/1;
}
.imageGallery .blockContainer.roundCorners:not(.propRound) .image a, .imageGallery .blockContainer.roundCorners:not(.propRound) .image img {
  border-radius: 5%;
  overflow: clip;
}
.imageGallery .blockContainer.propRound .image a, .imageGallery .blockContainer.propRound .image img {
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: clip;
}
.imageGallery .blockContainer.propLandscape .image a, .imageGallery .blockContainer.propLandscape .image img {
  aspect-ratio: 4/3;
}
.imageGallery .blockContainer.propPortrait .image a, .imageGallery .blockContainer.propPortrait .image img {
  aspect-ratio: 3/4;
}
.imageGallery .blockContainer.noProp .image a, .imageGallery .blockContainer.noProp .image img {
  aspect-ratio: auto;
}
.imageGallery .blockContainer.noProp .thumbs .image a, .imageGallery .blockContainer.noProp .thumbs .image img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

.imageGallery .blockContainer.thumbAlignTop .image img {
  -o-object-position: center top;
     object-position: center top;
}
.imageGallery .blockContainer.thumbAlignMiddle .thumbs {
  align-items: center;
}
.imageGallery .blockContainer.thumbAlignMiddle .image img {
  -o-object-position: center center;
     object-position: center center;
}
.imageGallery .blockContainer.thumbAlignBottom .thumbs {
  align-items: flex-end;
}
.imageGallery .blockContainer.thumbAlignBottom .image img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.imageGallery .blockContainer.thumb50 .thumbs .image {
  width: 50%;
}

.imageGallery .blockContainer.thumb33 .thumbs .image {
  width: 33.3333333333%;
}

.imageGallery .blockContainer.thumb25 .thumbs .image {
  width: 25%;
}

.imageGallery .blockContainer.thumb20 .thumbs .image {
  width: 20%;
}
.imageGallery .blockContainer.thumb20 .thumbs .toolTip {
  display: none;
}

.imageGallery .blockContainer.thumb16 .thumbs .image {
  width: 16.6666666667%;
}
.imageGallery .blockContainer.thumb16 .thumbs .toolTip {
  display: none;
}

.imageGallery .blockContainer.thumb12 .thumbs .image {
  width: 12.5%;
}
.imageGallery .blockContainer.thumb12 .thumbs .toolTip {
  display: none;
}

.imageGallery .blockContainer .thumbs.flickity-enabled {
  max-width: calc(100% - calc(24px + 2vw));
  margin-left: auto;
  margin-right: auto;
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-slider {
  width: 100%;
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-slider .image {
  min-height: 100%;
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-viewport {
  overflow: clip;
  width: 100%;
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-page-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: auto;
  margin-top: calc((calc(24px + 2vw)) * 0.25);
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-page-dots li {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0;
  margin-right: 0.6em;
  border-radius: 0;
  background-color: var(--acg-color-lighter-grey);
  opacity: 0.8;
}
.imageGallery .blockContainer .thumbs.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: var(--acg-color-primary);
}

@media only screen and (max-width: 768px) {
  .imageGallery .blockContainer.thumb25 .thumbs .image,
  .imageGallery .blockContainer.thumb20 .thumbs .image,
  .imageGallery .blockContainer.thumb16 .thumbs .image,
  .imageGallery .blockContainer.thumb12 .thumbs .image {
    width: 25%;
  }
}
@media only screen and (max-width: 700px) {
  .imageGallery .blockContainer.thumb25 .thumbs .image,
  .imageGallery .blockContainer.thumb20 .thumbs .image,
  .imageGallery .blockContainer.thumb16 .thumbs .image,
  .imageGallery .blockContainer.thumb12 .thumbs .image {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery .blockContainer.thumb25 .thumbs .image,
  .imageGallery .blockContainer.thumb20 .thumbs .image,
  .imageGallery .blockContainer.thumb16 .thumbs .image,
  .imageGallery .blockContainer.thumb12 .thumbs .image {
    width: 50%;
  }
}
.divider {
  background-color: var(--acg-color-light-grey);
}

.block.divider.acgColourBand {
  background-image: url("/wp-content/themes/kc_acg/img/divider-tile.svg");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center top;
}
.block.divider.hasColour {
  padding: 0;
}
.block.divider.onePixHeight {
  height: 1px;
}
.block.divider.quarterHeight {
  height: calc((calc(24px + 2vw)) * 0.25);
}
.block.divider.halfHeight {
  height: calc((calc(24px + 2vw)) * 0.5);
}
.block.divider.normalHeight {
  height: calc(24px + 2vw);
}
.block.divider.doubleHeight {
  height: calc((calc(24px + 2vw)) * 2);
}

.imageGrid .blockContainer {
  display: grid;
  gap: calc((calc(24px + 2vw)) * 0.25);
}
.imageGrid .blockContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.imageGrid .blockContainer .image1 {
  grid-area: image1;
  align-self: stretch;
  aspect-ratio: 2/1;
  position: relative;
}
.imageGrid .blockContainer .image2 {
  grid-area: image2;
  align-self: stretch;
}
.imageGrid .blockContainer .image3 {
  grid-area: image3;
  align-self: stretch;
}
.imageGrid .blockContainer .image4 {
  grid-area: image4;
  align-self: stretch;
}
.imageGrid .blockContainer .image5 {
  grid-area: image5;
  align-self: stretch;
}
.imageGrid .blockContainer .image6 {
  grid-area: image6;
  align-self: stretch;
}
.imageGrid .blockContainer.grid4 {
  grid-template-areas: "image1 image1 image2" "image3 image4 image4";
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
}
.imageGrid .blockContainer.grid6 {
  grid-template-areas: "image1 image1 image2 image3" "image4 image5 image5 image3" "image4 image5 image5 image6";
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 2fr 1fr 2fr;
}

@media only screen and (max-width: 650px) {
  .imageGrid .blockContainer.grid6 {
    grid-template-areas: "image1 image1 image2" "image3 image5 image5" "image6 image6 image4";
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
} /*$bigPhone ends*/
ul.faqIndex {
  padding: calc((calc(24px + 2vw)) * 0.5 - 1em) calc((calc(24px + 2vw)) * 0.5);
  background-color: var(--acg-color-secondary-lighter);
  list-style-type: none;
  margin: 0;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}
ul.faqIndex li {
  margin: 0.5em;
}
ul.faqIndex a * {
  text-decoration: underline;
  color: var(--acg-color-blue);
}

ul.faqIndex.rad-box {
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}

.faqList .faq + .faq {
  border-top: solid 1px var(--acg-color-secondary-light);
  padding-top: calc((calc(24px + 2vw)) * 0.5);
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.faqList .backToTop {
  margin-top: 1em;
}
.faqList .backToTop::before {
  content: "⇧";
  display: inline;
  padding-right: 0.25em;
}

.page-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: calc(100% + 18px);
  margin-left: -9px;
}
.page-grid .page-grid-box {
  width: calc(50% - 18px);
  margin: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.page-grid .page-grid-box .button {
  margin-top: auto;
}
.page-grid .page-grid-box p.updated {
  color: var(--acg-color-red);
  font-size: 12px;
}

@media only screen and (max-width: 650px) {
  .page-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    width: calc(100% + 18px);
    margin-left: -9px;
  }
  .page-grid .page-grid-box {
    width: 100%;
  }
} /*$bigPhone ends*/
.teamGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.teamGrid .teamMember {
  background-color: var(--acg-color-secondary-lighter);
  width: calc(33.3333333333% - calc((calc(24px + 2vw)) * 0.25) * 2);
  min-width: 270px;
  margin: calc((calc(24px + 2vw)) * 0.25);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.teamGrid .teamMember * {
  order: 1;
}
.teamGrid .teamMember .memberProfile {
  order: 0;
  aspect-ratio: 1/1;
  display: grid;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  display: grid;
  align-content: center;
  justify-content: center;
}
.teamGrid .teamMember .memberProfile h6 {
  padding: 18px;
  margin: 0;
}
.teamGrid .teamMember .text {
  padding: calc((calc(24px + 2vw)) * 0.75);
}
.teamGrid .teamMember h5 {
  color: var(--acg-color-primary);
  margin: 0;
  margin-bottom: 6px;
}
.teamGrid .teamMember ul a {
  text-decoration: none;
  color: var(--acg-color-text-color);
  font-weight: 500;
}

.marketingMaterialsBlock .text + .marketing_materials_list {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.marketingMaterialsBlock .mlist_header {
  grid-column: 1/-1;
}
.marketingMaterialsBlock .marketing_materials_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em;
}
.marketingMaterialsBlock .marketing_materials_list a {
  display: grid;
  gap: 0.8em;
  grid-template-areas: "marketingImage" "marketingTitle";
  grid-template-columns: 1fr;
  text-decoration: none;
}
.marketingMaterialsBlock .marketing_materials_list a .marketingImage {
  grid-area: marketingImage;
  aspect-ratio: 4/3;
  display: grid;
  align-content: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.marketingMaterialsBlock .marketing_materials_list a img.marketingImage {
  background-color: transparent;
  border-radius: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.marketingMaterialsBlock .marketing_materials_list a .text {
  grid-area: marketingTitle;
  margin: 0;
}
.marketingMaterialsBlock .marketing_materials_list a .text .readMore {
  color: var(--acg-color-primary);
  font-size: 12px;
}

@media only screen and (max-width: 650px) {
  .marketingMaterialsBlock .marketing_materials_list {
    grid-template-columns: repeat(1, 1fr);
  }
} /*$bigPhone ends*/
.contactMapGrid {
  display: grid;
  grid-template-areas: "map details";
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.contactMapGrid .contactDetails {
  background-color: var(--acg-color-secondary-lighter);
  padding: calc(24px + 2vw);
  grid-area: details;
}
.contactMapGrid .contactDetails .acgLogo {
  max-width: 200px;
  margin-bottom: 1.4em;
}
.contactMapGrid .contactDetails ul {
  list-style-type: none;
}
.contactMapGrid .contactDetails ul.contacts li {
  width: 100%;
  margin-bottom: 8px;
}
.contactMapGrid .contactDetails ul.contacts li a {
  text-decoration: none;
  font-weight: 500;
  color: var(--acg-color-text-color);
}
.contactMapGrid #map {
  grid-area: map;
}
.contactMapGrid #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .contactMapGrid {
    display: grid;
    grid-template-areas: "map" "details";
    grid-template-columns: 1fr;
  }
  .contactMapGrid #map {
    aspect-ratio: 1.5/1;
  }
} /*tablet ends*/
.downloadList {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}
.downloadList .download {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.downloadList .download .thumbnail {
  order: 0;
  width: clamp(60px, 20%, 100px);
  border: solid 1px var(--acg-color-lighter-grey);
}
.downloadList .download .details {
  padding: calc((calc(24px + 2vw)) * 0.5);
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 1em;
}
.downloadList .download .details .downloadTitle {
  order: 0;
  margin: 0;
}
.downloadList .download .details .downloadDescription {
  margin-bottom: 0;
}
.downloadList .download .details .button {
  order: 7;
}

.videoBlock .text * {
  text-align: center;
}
.videoBlock .text + .video_embed_code {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.videoBlock .video_embed_code {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.videoBlock .video_embed_code .heading {
  text-align: center;
}
.videoBlock .video_embed_code .proportioner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: clip;
}
.videoBlock .video_embed_code .proportioner > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.videoBlock .video_embed_code iframe, .videoBlock .video_embed_code .videoHolder object, .videoBlock .video_embed_code .videoHolder embed, .videoBlock .video_embed_code video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featureAudio.block,
.featureVideo.block {
  overflow: visible;
}
.featureAudio.block .mejs-audio, .featureAudio.block .wp-video,
.featureVideo.block .mejs-audio,
.featureVideo.block .wp-video {
  margin: auto;
  max-width: 720px;
  /*$tablet ends*/
}
@media only screen and (max-width: 768px) {
  .featureAudio.block .mejs-audio, .featureAudio.block .wp-video,
  .featureVideo.block .mejs-audio,
  .featureVideo.block .wp-video {
    max-width: 100%;
  }
}
.featureAudio.block .mejs-container,
.featureVideo.block .mejs-container {
  background-color: transparent;
}
.featureAudio.block .mejs-container .mejs-mediaelement,
.featureVideo.block .mejs-container .mejs-mediaelement {
  background-color: var(--acg-color-lighter-grey);
}
.featureAudio.block.responsiveQuality.videoSD,
.featureVideo.block.responsiveQuality.videoSD {
  /*$bigPhone ends*/
}
@media only screen and (min-width: 650px) {
  .featureAudio.block.responsiveQuality.videoSD,
  .featureVideo.block.responsiveQuality.videoSD {
    display: none;
  }
}
.featureAudio.block.responsiveQuality.videoHD,
.featureVideo.block.responsiveQuality.videoHD {
  /*$bigPhone ends*/
}
@media only screen and (max-width: 650px) {
  .featureAudio.block.responsiveQuality.videoHD,
  .featureVideo.block.responsiveQuality.videoHD {
    display: none;
  }
}
.featureAudio.block .mejs-controls,
.featureVideo.block .mejs-controls {
  background-color: var(--acg-color-secondary);
}
.featureAudio.block .mejs-controls.mejs-time-rail.mejs-time-current,
.featureVideo.block .mejs-controls.mejs-time-rail.mejs-time-current {
  background-color: var(--acg-color-primary);
}
.featureAudio.block .mejs-controls .mejs-time-rail .mejs-time-current,
.featureVideo.block .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: var(--acg-color-primary);
}
.featureAudio.block .mejs-inner,
.featureVideo.block .mejs-inner {
  min-height: 100%;
}
.featureAudio.block .mediaelementwrapper,
.featureVideo.block .mediaelementwrapper {
  min-height: 100%;
}
.featureAudio.block .mejs-overlay,
.featureVideo.block .mejs-overlay {
  min-height: 100%;
}
.featureAudio.block .mejs-layers,
.featureVideo.block .mejs-layers {
  min-height: 100%;
  position: initial;
}
.featureAudio.block .mejs-overlay-button,
.featureVideo.block .mejs-overlay-button {
  opacity: 0.5;
}
.featureAudio.block .mejs-overlay-button:hover,
.featureVideo.block .mejs-overlay-button:hover {
  opacity: 1;
}

.socialBlock .text * {
  text-align: center;
}
.socialBlock .text + .social_embed_code {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}
.socialBlock .social_embed_code {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.socialBlock .social_embed_code .heading {
  text-align: center;
}
.socialBlock .social_embed_code iframe {
  margin: calc((calc(24px + 2vw)) * 0.5) auto;
}

.customCode {
  text-align: center;
}

.customCode * {
  margin-left: auto;
  margin-right: auto;
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: clip;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none;
  color: var(--acg-color-primary);
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: -20px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: var(--acg-color-secondary);
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: var(--acg-color-primary);
  opacity: 1;
}

.lightText .flickity-page-dots .dot {
  background: var(--acg-color-white);
}
.lightText .flickity-page-dots .dot.is-selected {
  background: var(--acg-color-white);
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

body .fslightbox-container {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.9);
}
body .fslightbox-container .fslightbox-svg-path {
  fill: var(--acg-color-white);
}
body .fslightbox-container .fslightbox-toolbar {
  background-color: var(--acg-color-primary);
}
body .fslightbox-container .fslightbox-caption {
  background: var(--acg-color-primary);
}
body .fslightbox-container .fslightbox-caption .fslightbox-caption-inner * {
  color: var(--acg-color-white);
}

#pageContent .gform_wrapper .gform_title {
  font-size: 32px;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.3em;
}
#pageContent .gform_wrapper .gsection_title {
  font-size: 26px;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.3em;
  margin-bottom: 0;
}
#pageContent .gform_wrapper form .gform_fields {
  row-gap: 24px;
  grid-row-gap: 24px;
}
#pageContent .gform_wrapper form .gform-field-label--type-inline,
#pageContent .gform_wrapper form .gfield_label {
  font-size: 14px;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
}
#pageContent .gform_wrapper form .gform-field-label--type-inline {
  font-size: 14px;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 400;
}
#pageContent .gform_wrapper form input[type=text] {
  font-weight: 400;
}
#pageContent .gform_wrapper .gform_heading *:last-child {
  margin: 0;
}
#pageContent .gform_wrapper .gfield *:last-child {
  margin-bottom: 0;
}
#pageContent .gform_wrapper .gfield_label {
  font-size: 20px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.4em;
  color: var(--acg-color-text-color);
  letter-spacing: 0;
}
#pageContent .gform_wrapper .gform_fields {
  row-gap: 2em;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
#pageContent .gform_wrapper .gform_title {
  font-size: 39px;
  font-size: clamp(32px, 3.2vw, 39px);
  line-height: 1.2em;
  color: var(--acg-color-primary);
}
#pageContent .gform_wrapper input[type=text],
#pageContent .gform_wrapper input[type=email],
#pageContent .gform_wrapper input[type=tel],
#pageContent .gform_wrapper input[type=number],
#pageContent .gform_wrapper textarea {
  padding: 22px;
  border-radius: 0;
  border-color: var(--acg-color-secondary-light);
  min-height: 60px;
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}
#pageContent .gform_wrapper button,
#pageContent .gform_wrapper input[type=submit] {
  border-radius: 0;
}
#pageContent .gform_wrapper button.gform_button.button,
#pageContent .gform_wrapper input[type=submit].gform_button.button {
  background-color: var(--acg-color-primary);
}
#pageContent .gform_wrapper button::after,
#pageContent .gform_wrapper input[type=submit]::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.gfield.divider {
  grid-column: span 12;
  border-top: solid 1px #ccc;
  opacity: 0.25;
}

#gform_wrapper_2 .gform_footer.top_label,
#gform_wrapper_5 .gform_footer.top_label {
  display: grid;
  grid-template-areas: "submit download" "note download";
  grid-template-columns: 1fr 1fr;
  gap: 1em 2em;
  position: relative;
}
#gform_wrapper_2 .gform_footer.top_label input, #gform_wrapper_2 .gform_footer.top_label button,
#gform_wrapper_5 .gform_footer.top_label input,
#gform_wrapper_5 .gform_footer.top_label button {
  grid-area: submit;
  width: auto;
  justify-self: start;
  position: relative;
  z-index: 1;
  border: 0;
  padding: 16px;
}
#gform_wrapper_2 .gform_footer.top_label button::after,
#gform_wrapper_5 .gform_footer.top_label button::after {
  position: relative;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  left: calc(100% - 1em);
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
  /* width: calc(100%); */
  height: 100%;
  transform: skewX(-35deg);
  background-color: inherit;
  transition: all 0.5s ease;
}
#gform_wrapper_2 .gform_footer.top_label p.formFootNote,
#gform_wrapper_5 .gform_footer.top_label p.formFootNote {
  grid-area: note;
}
#gform_wrapper_2 .gform_footer.top_label a.formDownload,
#gform_wrapper_5 .gform_footer.top_label a.formDownload {
  grid-area: download;
  align-self: start;
}

@media only screen and (max-width: 450px) {
  #gform_wrapper_2 .gform_footer.top_label {
    grid-template-areas: "submit" "note" "download";
    grid-template-columns: 1fr;
    gap: 0.5em 2em;
  }
  #gform_wrapper_2 .gform_footer.top_label a.formDownload {
    margin-top: 1em;
    max-width: 320px;
  }
} /*$phone ends*/
#member-content section.form-holder {
  padding: 36px;
}

.marketingForm,
.contactFormFoot {
  background-color: var(--acg-color-secondary-lighter);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc((calc(24px + 2vw)) * 2);
  max-width: 950px;
  padding: calc(24px + 2vw);
  display: grid;
  gap: 1em 2em;
}
.marketingForm .text,
.contactFormFoot .text {
  grid-area: intro;
}
.marketingForm .bullets,
.contactFormFoot .bullets {
  grid-area: bullets;
  background-color: var(--acg-color-secondary-deep);
  padding: calc((calc(24px + 2vw)) * 0.5);
  color: var(--acg-color-white);
  padding-left: calc(24px + 2vw);
}
.marketingForm .bullets li + li,
.contactFormFoot .bullets li + li {
  margin-top: 14px;
}
.marketingForm .gform_wrapper,
.contactFormFoot .gform_wrapper {
  grid-area: form;
}
.marketingForm a.formDownload,
.contactFormFoot a.formDownload {
  grid-area: download;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.marketingForm a.formDownload strong,
.contactFormFoot a.formDownload strong {
  color: var(--acg-color-primary);
  text-decoration: none;
}
.marketingForm a.formDownload img,
.contactFormFoot a.formDownload img {
  max-width: 50px;
  border: solid 1px var(--acg-color-light-grey);
  margin-right: 1em;
}

.contactFormFoot {
  grid-template-areas: "intro bullets" "form form" "download download";
  grid-template-columns: 1fr 1fr;
}

.marketingForm {
  grid-template-areas: "intro" "form" "download";
  grid-template-columns: 1fr;
  margin-top: calc(24px + 2vw);
}

section#platinumForm {
  display: grid;
  grid-template-areas: "intro" "form" "download";
  grid-template-columns: 1fr;
  gap: 1em 2em;
  margin-top: calc(24px + 2vw);
}
section#platinumForm .text {
  grid-area: intro;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}
section#platinumForm .text h5 {
  margin-bottom: 0;
}
section#platinumForm .gform_wrapper {
  grid-area: form;
}
section#platinumForm a.formDownload {
  grid-area: download;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  text-decoration: none;
}
section#platinumForm a.formDownload strong {
  color: var(--acg-color-primary);
  text-decoration: none;
}
section#platinumForm a.formDownload img {
  max-width: 50px;
  border: solid 1px var(--acg-color-light-grey);
  margin-right: 1em;
}

@media only screen and (max-width: 650px) {
  .marketingForm,
  .contactFormFoot {
    grid-template-areas: "intro" "bullets" "form";
    grid-template-columns: 1fr;
    gap: 1em 2em;
  }
  .marketingForm .text,
  .contactFormFoot .text {
    grid-area: intro;
  }
  .marketingForm .bullets,
  .contactFormFoot .bullets {
    grid-area: bullets;
    background-color: var(--acg-color-secondary-deep);
    padding: calc((calc(24px + 2vw)) * 0.5);
    color: var(--acg-color-white);
    padding-left: calc(24px + 2vw);
  }
  .marketingForm .bullets li + li,
  .contactFormFoot .bullets li + li {
    margin-top: 14px;
  }
  .marketingForm .gform_wrapper,
  .contactFormFoot .gform_wrapper {
    grid-area: form;
  }
  .marketingForm {
    grid-template-areas: "intro" "form";
  }
  footer .memberLinks {
    margin-bottom: 0em;
    transform: none;
  }
  footer .memberLinks a:last-child::after {
    left: calc(50% + 1em);
    width: calc(100% + 4em);
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  footer .footMenu .address {
    width: 100%;
  }
} /*$phone ends*/
footer {
  overflow: clip;
  margin-top: calc(24px + 2vw);
}
footer a {
  text-decoration: none;
  font-weight: 500;
}
footer ul {
  margin: 0;
  list-style-type: none;
}
footer .logoBar {
  background-color: var(--acg-color-lighter-grey);
  padding: 24px 0 12px;
}
footer .logoBar section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
}
footer .logoBar .logo {
  display: block;
  width: clamp(170px, 20%, 210px);
  margin-right: 28px;
  margin-bottom: 12px;
}
footer .logoBar ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 6px;
}
footer .logoBar ul li {
  display: inline-flex;
  margin-right: 28px;
  margin-bottom: 6px;
}
footer .logoBar ul a {
  color: var(--acg-color-text-color);
}
footer .memberLinks {
  margin-bottom: -1em;
  transform: translateX(-30px);
  z-index: 2;
}
footer .footMenu {
  padding: 24px 0 12px 0;
  background-color: var(--acg-color-secondary);
}
footer .footMenu ul {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 32px;
  padding-bottom: 24px;
}
footer .footMenu a {
  color: var(--acg-color-white);
}
footer .footMenu .menus {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
footer .footMenu .menus li {
  padding-bottom: 8px;
}
footer .footMenu .menus li ul {
  display: none;
}
footer .footMenu section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.smallLinks a {
  color: var(--acg-color-text-color);
  font-size: 12px;
}
.smallLinks ul {
  padding: 8px 0;
}
.smallLinks ul li {
  font-size: 12px;
  display: inline-flex;
  margin-right: 12px;
}
.smallLinks a.siteBy {
  color: var(--acg-color-grey);
  display: block;
  margin-bottom: calc((calc(24px + 2vw)) * 0.5);
}

.pageHeading + .contactFormFoot {
  margin-top: calc((calc(24px + 2vw)) * 0.5);
}

.grecaptcha-badge {
  z-index: 100;
}

@media only screen and (max-width: 650px) {
  footer .memberLinks {
    margin-bottom: 0em;
    transform: none;
  }
  footer .memberLinks a:last-child::after {
    left: calc(50% + 1em);
    width: calc(100% + 4em);
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  footer .footMenu .address {
    width: 100%;
  }
} /*$phone ends*/
.searchBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-bottom: 18px;
  background-color: var(--acg-color-white);
  width: 100%;
  margin-bottom: 4px;
}
.searchBar form#searchform {
  width: 100%;
}
.searchBar form#searchform > div {
  width: 100%;
  max-width: 25em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.searchBar label {
  padding: 12px 16px;
  padding-left: 0px;
  display: none;
}
.searchBar input, .searchBar button {
  padding: 10px 16px;
  border-radius: 6px;
  border: solid 1px var(--acg-color-secondary-light);
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
}
.searchBar input[type=text] {
  flex-grow: 1;
}
.searchBar input[type=text]::-moz-placeholder {
  font-style: italic;
}
.searchBar input[type=text]::placeholder {
  font-style: italic;
}
.searchBar #clear-button {
  transition: all 0.35s ease;
}
.searchBar #clear-button.inactive {
  opacity: 0;
  transform: translate(-10%);
  pointer-events: none;
}
.searchBar input[type=submit] {
  border: solid 1px var(--acg-color-secondary-deep);
  background-color: var(--acg-color-secondary-lighter);
  color: var(--acg-color-secondary-deep);
  align-self: stretch;
  font-style: italic;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.35s ease;
}
.searchBar input[type=submit]:hover {
  background-color: var(--acg-color-secondary);
  color: var(--acg-color-white);
}

.searchFilters .filterButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 9px;
}
.searchFilters h6 {
  margin: 0;
  margin-bottom: 6px;
}
.searchFilters .filterButton {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 12px;
  border: solid 1px var(--acg-color-secondary-light);
  background: var(--acg-color-secondary-lighter);
  padding: 6px 9px;
  border-radius: 8px;
  transition: all 0.35s ease;
}
.searchFilters .filterButton:hover {
  border-color: var(--acg-color-secondary);
}
.searchFilters .filterButton.active {
  font-weight: 500;
  background: var(--acg-color-primary);
  color: var(--acg-color-white);
  pointer-events: none;
}

.navigation.pagination {
  margin-top: calc(24px + 2vw);
  padding-top: calc((calc(24px + 2vw)) * 0.5);
  border-top: 1px solid var(--acg-color-lighter-grey);
}
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links span, .navigation.pagination .nav-links a {
  display: inline-block;
  padding: 6px;
}
.navigation.pagination .nav-links a {
  text-decoration: none;
}

.postArchive {
  margin-top: calc((24px + 2vw) / 2);
}

a.post-link {
  border-top: 1px solid var(--acg-color-lighter-grey);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-top: calc((calc(24px + 2vw)) * 0.5);
  margin-top: calc((calc(24px + 2vw)) * 0.5);
  text-decoration: none;
  max-width: 1050px;
}
a.post-link .article-thumb {
  width: 25%;
  max-width: 140px;
  order: 2;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: clip;
  border-radius: 8px;
}
a.post-link .text {
  width: 75%;
  flex-grow: 1;
  padding: 0 calc((calc(24px + 2vw)) * 0.5) 0 0;
}
a.post-link.sticky-post .article-thumb {
  width: 33%;
  max-width: 200px;
}
a.post-link.sticky-post .text {
  width: 66%;
  flex-grow: 1;
}
a.post-link h6 {
  color: blue;
}
a.post-link .labelBar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
a.post-link p.date {
  font-size: 12px;
  margin: 0;
}
a.post-link .label {
  color: var(--acg-color-text-color);
  font-size: 12px;
  border: solid 1px var(--acg-color-secondary-light);
  background: var(--acg-color-secondary-lighter);
  padding: 6px 9px;
  border-radius: 8px;
  display: inline-block;
}
a.post-link .label.featured {
  background-color: var(--acg-color-red);
  color: var(--acg-color-white);
}
a.post-link p.description {
  margin-bottom: 0;
  margin-top: calc(var(--kc-text-space) / 2);
}
a.post-link p.readMore {
  margin-top: var(--kc-text-space);
  font-size: 12px;
}

.postNav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  border-top: solid 1px var(--acg-color-primary);
  padding-top: calc((calc(24px + 2vw)) * 0.5);
  margin-top: calc(24px + 2vw);
}
.postNav a {
  font-family: "urw-din", Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.25em;
  display: inline-block;
}
.postNav p {
  font-size: 12px;
  opacity: 0.5;
  margin: 0;
}
.postNav .prev,
.postNav .next {
  max-width: 50%;
  padding: calc((calc(24px + 2vw)) * 0.5);
}
.postNav .prev {
  text-align: left;
}
.postNav .prev a::before {
  content: "< ";
}
.postNav .next {
  text-align: right;
}
.postNav .next a::after {
  content: " >";
}

@media only screen and (max-width: 650px) {
  a.post-link.sticky-post .article-thumb {
    width: 25%;
    max-width: 140px;
  }
  a.post-link.sticky-post .text {
    width: 75%;
  }
  .postNav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .postNav .prev,
  .postNav .next {
    width: 100%;
    max-width: 100%;
    padding: calc((calc(24px + 2vw)) * 0.5);
  }
  .postNav .prev {
    text-align: center;
  }
  .postNav .prev a::before {
    display: none;
  }
  .postNav .next {
    text-align: center;
  }
  .postNav .next a::after {
    display: none;
  }
} /*$phone ends*/
/*
@use '_debug/debug';
*/

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