@charset "UTF-8";
.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--about-carousel {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
  }
}

.component--about-carousel .about-carousel--intro {
  padding-top: 61px;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--about-carousel .about-carousel--intro {
    padding: 90px 0 0 0;
    text-align: left;
  }
}

@media (min-width: 1261px) {
  .component--about-carousel .about-carousel--intro h2 {
    font-size: 38px;
  }
}

@media (min-width: 1261px) {
  .component--about-carousel .slick-list {
    overflow: visible;
  }
}

.component--about-carousel .slick-track {
  display: flex;
}

.component--about-carousel .slick-slide .card.icon .icon {
  background-color: #ffe74d;
}

.component--about-carousel .slick-slide .card.icon .icon svg {
  width: 95px;
  height: 95px;
  fill: transparent;
  stroke: #323e48;
}

.component--about-carousel .slick-slide .card.icon .icon svg .cls-1,
.component--about-carousel .slick-slide .card.icon .icon svg .cls-2,
.component--about-carousel .slick-slide .card.icon .icon svg .cls-3 {
  fill: transparent !important;
  stroke: #323e48 !important;
}

.component--about-carousel .slick-slide:nth-child(even) .card.icon .icon {
  background-color: #005c82;
  color: #fff;
}

.component--about-carousel .slick-slide:nth-child(even) .card.icon .icon svg {
  stroke: #fff;
}

.component--about-carousel
  .slick-slide:nth-child(even)
  .card.icon
  .icon
  svg
  .cls-1,
.component--about-carousel
  .slick-slide:nth-child(even)
  .card.icon
  .icon
  svg
  .cls-2,
.component--about-carousel
  .slick-slide:nth-child(even)
  .card.icon
  .icon
  svg
  .cls-3 {
  stroke: #fff !important;
}

.component--about-carousel .slick-dots {
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px 75px 20px;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--about-carousel .slick-dots {
    display: none !important;
  }
}

.component--about-carousel .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 14px;
  border: 1px solid #323e48;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  display: inline-block;
}

.component--about-carousel .slick-dots li button {
  width: 15px;
  height: 15px;
  background: 0 0;
  border: 0;
  font-size: 0;
}

.component--about-carousel .slick-dots li.slick-active {
  background-color: #323e48;
}

.edit-mode .component--about-carousel .swiper-wrapper {
  display: block;
}

@media (min-width: 1261px) {
  .edit-mode .component--about-carousel .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

.edit-mode .component--about-carousel .swiper-slide {
  height: auto;
}

@media (min-width: 1261px) {
  .edit-mode .component--about-carousel .swiper-slide {
    width: 25%;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--alphabet-search {
  display: none;
}

@media (min-width: 1261px) {
  .component--alphabet-search {
    display: block;
  }
}

.component--alphabet-search .search--link {
  width: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 7.5px 10px 0;
  font-size: 20px;
  letter-spacing: 0;
  color: #e3e3e3;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 0.25s,
    color 0.25s;
}

.component--alphabet-search .search--link:hover {
  background-color: #e3e3e3;
  color: #fff;
}

.component--alphabet-search .search--link.active {
  background-color: #323e48;
  color: #fff;
}

.component--alphabet-search .search--link:last-child {
  margin-right: 0;
}

.component--article-information ul {
  padding: 0;
  list-style: none;
}

.component--article-information .btn.btn--squared.x-large {
  font-size: 18px;
  padding: 15px 20px;
  margin-bottom: 15px;
  width: 100%;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--article-meta {
  display: flex;
}

@media (min-width: 1261px) {
  .component--article-meta {
    display: block;
  }
}

.component--article-meta h2 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.component--article-meta .article-meta__item {
  width: 50%;
  padding-right: 20px;
}

@media (min-width: 1261px) {
  .component--article-meta .article-meta__item + .article-meta__item {
    padding-top: 42px;
  }
}

.component--article-meta .article-meta__item p {
  margin: 0;
}

.component--article-meta .article-meta__item p + p {
  margin-top: 10px;
}

.component--article-meta .article-meta__item .article--cover {
  width: 93px;
}

.component--article-meta .article-meta__item .icon.online {
  background-image: url(../img/icons/icon--online.svg);
}

.component--article-meta .article-meta__item .icon.location {
  background-position: 3px center;
}

@media (min-width: 1261px) {
  .component--article-meta .article-meta__item {
    width: 100%;
    padding-right: 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.card {
  position: relative;
  padding: 24px 28px;
  border-radius: 4px;
}

.card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

@media (min-width: 1261px) {
  .card h2 {
    font-size: 35px;
    line-height: 1.33;
  }
}

.card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card p {
  margin: 0;
}

.card a {
  text-decoration: none !important;
}

.card.microsite .card--image img {
  height: 180px;
}

.card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .card.default.full .card--content h3 {
    display: none;
  }
}

.card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.card.deals,
.card.news {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
}

@media (min-width: 1261px) {
  .card.deals,
  .card.news {
    margin-bottom: 20px;
  }
}

.card.deals h2,
.card.news h2 {
  font-size: 24px;
}

.card.deals:hover,
.card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.card.deals:hover h2,
.card.news:hover h2 {
  text-decoration: underline;
}

.card.deals:hover .icon.time,
.card.news:hover .icon.time {
  background-image: url(../img/icons/icon--clock__white.svg);
}

.card.deals:hover .icon.date,
.card.news:hover .icon.date {
  background-image: url(../img/icons/icon--calendar__white.svg);
}

.card.news {
  background-color: #9fddd3;
}

.card.deals {
  background-color: #ffb1ba !important;
}

.card.icon {
  padding: 30px;
  text-align: center;
}

@media (min-width: 1261px) {
  .card.icon {
    padding: 45px 15px 15px 15px;
  }
}

.card.icon .icon {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: auto;
}

.card.icon h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
}

.card.icon h4 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.card.quote.full {
  padding: 0;
  display: flex;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .card.quote.full {
    margin-bottom: 47px;
  }
}

@media (max-width: 1260.98px) {
  .card.quote.full {
    flex-flow: row wrap;
  }
}

.card.quote.full .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.card.pages.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .card.pages.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .card.pages.full .card--image {
    min-height: 230px;
  }
}

.card.pages.full .card--content {
  min-height: 125px;
  padding: 28px 19px 20px 19px;
  background: #323e48;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 1261px) {
  .card.pages.full .card--content {
    min-height: unset;
    height: 115px;
    padding: 24px 0 20px 0;
    border-bottom: 4px solid #323e48;
    background: unset;
    color: #323e48;
  }
}

.card.pages.full .card--content h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1261px) {
  .card.pages.full .card--content h2 {
    padding-right: 60px;
  }
}

.card.pages.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .card.pages.full h3 {
    margin-bottom: 12px;
  }
}

.card.pages.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
  position: relative;
}

@media (min-width: 1261px) {
  .card.pages.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

@media (min-width: 1261px) {
  .card.pages.full h2:before {
    width: 20px;
    height: 13px;
    background-image: url(../img/icons/icon--right-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 10px;
    right: 25px;
    left: auto;
    background-color: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
}

@media (min-width: 1261px) {
  .card.pages.full:hover h2:before {
    right: 10px;
  }
}

.card.panel.full {
  padding: 24px 28px 18px 28px;
}

.card.panel.full .card--button a.btn {
  margin-bottom: 0;
}

.card.capabilities.full,
.card.capabilities.related,
.card.events.full,
.card.events.related,
.card.insights.full,
.card.insights.related,
.card.news.full,
.card.news.related,
.card.people.full,
.card.people.related,
.card.showcase.full,
.card.showcase.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .card.capabilities.full,
  .card.capabilities.related,
  .card.events.full,
  .card.events.related,
  .card.insights.full,
  .card.insights.related,
  .card.news.full,
  .card.news.related,
  .card.people.full,
  .card.people.related,
  .card.showcase.full,
  .card.showcase.related {
    margin-bottom: 47px;
  }
}

.card.capabilities.full .card--image,
.card.capabilities.related .card--image,
.card.events.full .card--image,
.card.events.related .card--image,
.card.insights.full .card--image,
.card.insights.related .card--image,
.card.news.full .card--image,
.card.news.related .card--image,
.card.people.full .card--image,
.card.people.related .card--image,
.card.showcase.full .card--image,
.card.showcase.related .card--image {
  width: 98px;
  margin-right: 25px;
  overflow: hidden;
}

.card.capabilities.full .card--content,
.card.capabilities.related .card--content,
.card.events.full .card--content,
.card.events.related .card--content,
.card.insights.full .card--content,
.card.insights.related .card--content,
.card.news.full .card--content,
.card.news.related .card--content,
.card.people.full .card--content,
.card.people.related .card--content,
.card.showcase.full .card--content,
.card.showcase.related .card--content {
  padding-top: 7px;
}

.card.capabilities.full .card--content a,
.card.capabilities.related .card--content a,
.card.events.full .card--content a,
.card.events.related .card--content a,
.card.insights.full .card--content a,
.card.insights.related .card--content a,
.card.news.full .card--content a,
.card.news.related .card--content a,
.card.people.full .card--content a,
.card.people.related .card--content a,
.card.showcase.full .card--content a,
.card.showcase.related .card--content a {
  position: relative;
  z-index: 1010;
}

.card.capabilities.full .h3,
.card.capabilities.full h3,
.card.capabilities.related .h3,
.card.capabilities.related h3,
.card.events.full .h3,
.card.events.full h3,
.card.events.related .h3,
.card.events.related h3,
.card.insights.full .h3,
.card.insights.full h3,
.card.insights.related .h3,
.card.insights.related h3,
.card.news.full .h3,
.card.news.full h3,
.card.news.related .h3,
.card.news.related h3,
.card.people.full .h3,
.card.people.full h3,
.card.people.related .h3,
.card.people.related h3,
.card.showcase.full .h3,
.card.showcase.full h3,
.card.showcase.related .h3,
.card.showcase.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .card.capabilities.full .h3,
  .card.capabilities.full h3,
  .card.capabilities.related .h3,
  .card.capabilities.related h3,
  .card.events.full .h3,
  .card.events.full h3,
  .card.events.related .h3,
  .card.events.related h3,
  .card.insights.full .h3,
  .card.insights.full h3,
  .card.insights.related .h3,
  .card.insights.related h3,
  .card.news.full .h3,
  .card.news.full h3,
  .card.news.related .h3,
  .card.news.related h3,
  .card.people.full .h3,
  .card.people.full h3,
  .card.people.related .h3,
  .card.people.related h3,
  .card.showcase.full .h3,
  .card.showcase.full h3,
  .card.showcase.related .h3,
  .card.showcase.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.card.capabilities.full .h3:hover,
.card.capabilities.full h3:hover,
.card.capabilities.related .h3:hover,
.card.capabilities.related h3:hover,
.card.events.full .h3:hover,
.card.events.full h3:hover,
.card.events.related .h3:hover,
.card.events.related h3:hover,
.card.insights.full .h3:hover,
.card.insights.full h3:hover,
.card.insights.related .h3:hover,
.card.insights.related h3:hover,
.card.news.full .h3:hover,
.card.news.full h3:hover,
.card.news.related .h3:hover,
.card.news.related h3:hover,
.card.people.full .h3:hover,
.card.people.full h3:hover,
.card.people.related .h3:hover,
.card.people.related h3:hover,
.card.showcase.full .h3:hover,
.card.showcase.full h3:hover,
.card.showcase.related .h3:hover,
.card.showcase.related h3:hover {
  color: inherit;
}

.card.capabilities.full .card--role,
.card.capabilities.related .card--role,
.card.events.full .card--role,
.card.events.related .card--role,
.card.insights.full .card--role,
.card.insights.related .card--role,
.card.news.full .card--role,
.card.news.related .card--role,
.card.people.full .card--role,
.card.people.related .card--role,
.card.showcase.full .card--role,
.card.showcase.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-right: 13px;
}

.card.capabilities.full,
.card.events.full,
.card.insights.full,
.card.news.full,
.card.people.full,
.card.showcase.full {
  display: block;
}

@media (min-width: 1261px) {
  .card.capabilities.full,
  .card.events.full,
  .card.insights.full,
  .card.news.full,
  .card.people.full,
  .card.showcase.full {
    margin-bottom: 0;
  }
}

.card.capabilities.full .card--image,
.card.events.full .card--image,
.card.insights.full .card--image,
.card.news.full .card--image,
.card.people.full .card--image,
.card.showcase.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .card.capabilities.full .card--image,
  .card.events.full .card--image,
  .card.insights.full .card--image,
  .card.news.full .card--image,
  .card.people.full .card--image,
  .card.showcase.full .card--image {
    margin-bottom: 12px;
  }
}

.card.capabilities.full .card--content,
.card.events.full .card--content,
.card.insights.full .card--content,
.card.news.full .card--content,
.card.people.full .card--content,
.card.showcase.full .card--content {
  padding-bottom: 16px;
}

.card.capabilities.full .h3,
.card.capabilities.full h3,
.card.events.full .h3,
.card.events.full h3,
.card.insights.full .h3,
.card.insights.full h3,
.card.news.full .h3,
.card.news.full h3,
.card.people.full .h3,
.card.people.full h3,
.card.showcase.full .h3,
.card.showcase.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .card.capabilities.full .h3,
  .card.capabilities.full h3,
  .card.events.full .h3,
  .card.events.full h3,
  .card.insights.full .h3,
  .card.insights.full h3,
  .card.news.full .h3,
  .card.news.full h3,
  .card.people.full .h3,
  .card.people.full h3,
  .card.showcase.full .h3,
  .card.showcase.full h3 {
    display: inline-block;
    margin-bottom: 7px;
  }
}

.card.capabilities.full .h3:hover,
.card.capabilities.full h3:hover,
.card.events.full .h3:hover,
.card.events.full h3:hover,
.card.insights.full .h3:hover,
.card.insights.full h3:hover,
.card.news.full .h3:hover,
.card.news.full h3:hover,
.card.people.full .h3:hover,
.card.people.full h3:hover,
.card.showcase.full .h3:hover,
.card.showcase.full h3:hover {
  color: inherit;
}

.card.capabilities.full p,
.card.events.full p,
.card.insights.full p,
.card.news.full p,
.card.people.full p,
.card.showcase.full p {
  margin-bottom: 20px;
}

.card.capability.full,
.card.events.full,
.card.insights.full,
.card.news.full,
.card.showcase.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .card.capability.full,
  .card.events.full,
  .card.insights.full,
  .card.news.full,
  .card.showcase.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.card.capability.full .card--image img,
.card.events.full .card--image img,
.card.insights.full .card--image img,
.card.news.full .card--image img,
.card.showcase.full .card--image img {
  transition: transform 0.25s;
}

.card.capability.full .card--content,
.card.events.full .card--content,
.card.insights.full .card--content,
.card.news.full .card--content,
.card.showcase.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .card.capability.full .card--content,
  .card.events.full .card--content,
  .card.insights.full .card--content,
  .card.news.full .card--content,
  .card.showcase.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.card.capability.full h3,
.card.events.full h3,
.card.insights.full h3,
.card.news.full h3,
.card.showcase.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .card.capability.full h3,
  .card.events.full h3,
  .card.insights.full h3,
  .card.news.full h3,
  .card.showcase.full h3 {
    margin-bottom: 12px;
  }
}

.card.capability.full h2,
.card.events.full h2,
.card.insights.full h2,
.card.news.full h2,
.card.showcase.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .card.capability.full h2,
  .card.events.full h2,
  .card.insights.full h2,
  .card.news.full h2,
  .card.showcase.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.card.capability:hover .card--image img,
.card.events:hover .card--image img,
.card.insights:hover .card--image img,
.card.news:hover .card--image img,
.card.showcase:hover .card--image img {
  transform: scale(1.1);
}

.card.capability:hover .h3,
.card.capability:hover h3,
.card.events:hover .h3,
.card.events:hover h3,
.card.insights:hover .h3,
.card.insights:hover h3,
.card.news:hover .h3,
.card.news:hover h3,
.card.showcase:hover .h3,
.card.showcase:hover h3 {
  text-decoration: underline;
  color: inherit;
}

.card.events.full,
.card.insights.full,
.card.news.full,
.card.showcase.full {
  background-color: #fff;
  transition:
    background-color 0.25s,
    color 0.25s;
  border-bottom: 0;
  position: relative;
}

.card.events.full:hover,
.card.insights.full:hover,
.card.news.full:hover,
.card.showcase.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .card.events.full:hover,
  .card.insights.full:hover,
  .card.news.full:hover,
  .card.showcase.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.card.events.full:hover h2,
.card.insights.full:hover h2,
.card.news.full:hover h2,
.card.showcase.full:hover h2 {
  text-decoration: underline;
}

.card.events.full:hover .icon.time,
.card.insights.full:hover .icon.time,
.card.news.full:hover .icon.time,
.card.showcase.full:hover .icon.time {
  background-image: url(../img/icons/icon--clock__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.time,
  .card.insights.full:hover .icon.time,
  .card.news.full:hover .icon.time,
  .card.showcase.full:hover .icon.time {
    background-image: url(../img/icons/icon--clock.svg);
  }
}

.card.events.full:hover .icon.date,
.card.insights.full:hover .icon.date,
.card.news.full:hover .icon.date,
.card.showcase.full:hover .icon.date {
  background-image: url(../img/icons/icon--calendar__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.date,
  .card.insights.full:hover .icon.date,
  .card.news.full:hover .icon.date,
  .card.showcase.full:hover .icon.date {
    background-image: url(../img/icons/icon--calendar.svg);
  }
}

.card.events.full .card--image,
.card.insights.full .card--image,
.card.news.full .card--image,
.card.showcase.full .card--image {
  margin-bottom: 0;
}

.card.events.full .card--content,
.card.insights.full .card--content,
.card.news.full .card--content,
.card.showcase.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .card.events.full .card--content,
  .card.insights.full .card--content,
  .card.news.full .card--content,
  .card.showcase.full .card--content {
    padding-top: 28px;
  }
}

.card.events.full h2,
.card.insights.full h2,
.card.news.full h2,
.card.showcase.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .card.events.full h2,
  .card.insights.full h2,
  .card.news.full h2,
  .card.showcase.full h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.card.events.full h3,
.card.insights.full h3,
.card.news.full h3,
.card.showcase.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .card.events.full h3,
  .card.insights.full h3,
  .card.news.full h3,
  .card.showcase.full h3 {
    display: none;
  }
}

.card.events.full p:last-child,
.card.insights.full p:last-child,
.card.news.full p:last-child,
.card.showcase.full p:last-child {
  margin: 0;
}

.card.news.full {
  margin-bottom: 20px;
}

@media (max-width: 1260.98px) {
  .card.news.full {
    margin-bottom: 0;
  }
}

.card.events.full {
  background-color: transparent;
  color: #fff;
  margin-bottom: 35px;
}

@media (max-width: 1260.98px) {
  .card.events.full {
    background-color: #323e48;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .card.events.full h2 {
    margin-bottom: 19px;
  }
}

@media (min-width: 1261px) {
  .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.98px) {
  .card.events.full .icon.date {
    display: none;
  }
}

.card.events.full .icon.location {
  background-image: url(../img/icons/icon--map-pointer__white.svg);
  background-size: 14px 14px;
  padding-left: 27px;
}

@media (min-width: 1261px) {
  .card.events.full .icon.location {
    padding-left: 27px;
    background-size: 14px 14px;
    background-image: url(../img/icons/icon--map-pointer__white.svg);
  }
}

.card.events.full .icon.location.online {
  padding-left: 27px;
  background-size: 18px 14px;
  background-image: url(../img/icons/icon--online__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full .icon.location.online {
    padding-left: 27px;
    background-size: 18px 14px;
    background-image: url(../img/icons/icon--online__white.svg);
  }
}

.card.events.full .icon.date {
  background-image: url(../img/icons/icon--calendar__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full .icon.date {
    padding-left: 27px;
    background-image: url(../img/icons/icon--calendar__white.svg);
  }
}

.card.events.full .icon.time {
  background-image: url(../img/icons/icon--timezone__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full .icon.time {
    padding-left: 27px;
    background-image: url(../img/icons/icon--timezone__white.svg);
  }
}

@media (min-width: 1261px) {
  .card.events.full:hover {
    background-color: transparent;
    color: #fff;
  }
}

.card.events.full:hover .icon.location {
  background-image: url(../img/icons/icon--map-pointer__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.location {
    background-image: url(../img/icons/icon--map-pointer__white.svg);
  }
}

.card.events.full:hover .icon.location.online {
  background-image: url(../img/icons/icon--online__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.location.online {
    background-image: url(../img/icons/icon--online__white.svg);
  }
}

.card.events.full:hover .icon.date {
  background-image: url(../img/icons/icon--calendar__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.date {
    background-image: url(../img/icons/icon--calendar__white.svg);
  }
}

.card.events.full:hover .icon.time {
  background-image: url(../img/icons/icon--timezone__white.svg);
}

@media (min-width: 1261px) {
  .card.events.full:hover .icon.time {
    padding-left: 27px;
    background-image: url(../img/icons/icon--timezone__white.svg);
  }
}

.card.showcase.full {
  position: relative;
}

.card.showcase.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

@media (min-width: 1261px) {
  .card.showcase.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 21px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.98px) {
  .card.showcase.full .card--content {
    color: #323e48 !important;
  }
}

.card.showcase.full h3 {
  margin-bottom: 11px;
}

.card.showcase.full h2 {
  font-size: 31px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .card.showcase.full h2 {
    font-size: 30px;
  }
}

.card.showcase.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .card.showcase:hover h2,
  .card.showcase:hover h3,
  .card.showcase:hover p {
    color: #fff;
  }
}

@media (max-width: 1260.98px) {
  .card.showcase:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .card.showcase:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .card.showcase:hover:before {
    opacity: 0.5;
  }
}

.card.author {
  padding: 20px 0 0 0;
}

.card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}

.card.author .author--details h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.card.author .author--details h4 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 30px 0;
  line-height: 1.65;
}

.card.author .author--meta .icon.time {
  background-image: url(../img/icons/icon--clock.svg);
}

.card.author .author--meta .icon.date {
  background-image: url(../img/icons/icon--calendar.svg);
}

.card.speaker {
  position: relative;
  padding: 0;
}

@media (min-width: 1261px) {
  .card.speaker {
    display: flex;
  }
}

.card.speaker .card--image {
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 25px;
}

@media (min-width: 1261px) {
  .card.speaker .card--image {
    display: block;
  }
}

.card.speaker img {
  width: 100%;
  display: block;
  transition: scale 0.25s ease-in-out;
}

.card.speaker .h3,
.card.speaker h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 11px;
  color: inherit;
}

.card.speaker h4 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

@media (max-width: 1260.98px) {
  .card.speaker .icon--group {
    display: none;
  }
}

.card.speaker .icon--group .icon {
  font-size: 12px;
}

@media (min-width: 1261px) {
  .card.speaker .icon--group .icon:before {
    width: 25px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .card.speaker .icon--group .icon:not(.email) {
    display: none;
  }
}

.card.speaker + .speaker {
  padding-top: 20px;
}

.card.speaker.full {
  margin-bottom: 0;
}

@media (min-width: 1261px) {
  .card.speaker.full {
    margin-bottom: 0;
  }
}

.card.speaker.full .card--image {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-right: 0;
}

.card.speaker.full .card--content {
  padding-top: 15px;
  padding-bottom: 10px;
}

.card.speaker.full .card--content p {
  margin-bottom: 10px;
}

.card.speaker.full + .speaker {
  padding-top: 0;
}

@media (min-width: 1261px) {
  .card.speaker.full + .speaker {
    padding-top: 15px;
  }
}

.card.speaker.full.extended .icon--group {
  gap: 15px;
  border: none;
}

.card.speaker.full.extended .icon--group .icon.social {
  border-radius: 4px;
  border: 1px solid #323e48;
}

.card.speaker.full.extended .icon--group .icon.profile {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  padding-left: 30px;
  position: relative;
  padding: 6px;
  display: inline-flex;
}

.card.speaker.full.extended .icon--group .icon.profile:before {
  width: 21px;
  height: 21px;
  content: "";
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
  background-image: url(../img/icons/icon--profile.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
}

.card.headline.full {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #323e48;
  border-radius: 0;
  transition: background 0.5s ease-in-out;
}

@media (min-width: 1261px) {
  .card.headline.full {
    border-top: 0;
    background: 0 0;
    padding: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1261px) {
  .card.headline.full:hover {
    background: #fff;
  }
}

@media (min-width: 1261px) {
  .card.headline.full:hover .icon.date,
  .card.headline.full:hover .icon.time {
    opacity: 1;
    transition-delay: 0.6;
  }
}

@media (min-width: 1261px) {
  .card.headline.full:hover .icon.arrow {
    opacity: 0;
    display: none;
  }
}

.card.headline.full .card--image {
  min-height: 167px;
  margin-bottom: 0.75em;
}

@media (min-width: 1261px) {
  .card.headline.full .card--image {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 767.98px) {
  .card.headline.full .card--image {
    display: none;
  }
}

.card.headline.full .card--content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.card.headline.full h3 {
  font-family: "Open Sans Regular";
  letter-spacing: 1.75px;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1261px) {
  .card.headline.full h3 {
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 11px;
  }
}

.card.headline.full h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .card.headline.full h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .card.headline.full h2 {
    margin-bottom: 25px;
  }
}

.card.headline.full p {
  flex-grow: 1;
}

@media (min-width: 1261px) {
  .card.headline.full p {
    min-height: 27px;
    position: relative;
  }
}

.card.headline.full .icon-container {
  position: absolute;
  display: block;
  bottom: 0;
}

.card.headline.full .icon.time {
  margin-right: 1.5em;
}

.card.headline.full .icon.date,
.card.headline.full .icon.time {
  transition: opacity 0.5s;
}

@media (min-width: 1261px) {
  .card.headline.full .icon.date,
  .card.headline.full .icon.time {
    opacity: 0;
  }
}

.card.headline.full .icon.arrow {
  transition: opacity 0.5s;
  opacity: 0;
  display: none;
}

@media (min-width: 1261px) {
  .card.headline.full .icon.arrow {
    opacity: 1;
    display: block;
    margin: 0;
  }
}

.card.generic {
  border-radius: 0;
}

.card.generic h3 {
  margin-bottom: 12px;
}

.card.generic h3.h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}

@media (min-width: 1261px) {
  .card.generic h3 {
    margin-bottom: 16px;
  }
}

.card.generic p:not(:last-child) {
  font-family: "Open Sans Regular", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 33px;
}

@media (min-width: 1261px) {
  .card.generic p:not(:last-child) {
    font-family: "Publico Roman", serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 50px;
  }
}

.card.difference {
  padding: 0;
  border-radius: 0;
  position: relative;
  float: left;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .card.difference {
    margin: 0 0 1px 0;
  }
}

@media (max-width: 1260.98px) {
  .card.difference {
    width: 100%;
    height: 300px;
  }
}

@media (min-width: 768px) {
  .card.difference.large {
    width: 50%;
    height: 600px;
  }
}

@media (min-width: 768px) {
  .card.difference.large .card--theme .card--image {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .card.difference.large .card--theme .card--content h1 {
    -webkit-line-clamp: 7;
  }
}

@media (min-width: 992px) {
  .card.difference.large .card--theme .card--content p {
    font-size: 18px;
    -webkit-line-clamp: 7;
  }
}

@media (min-width: 768px) {
  .card.difference.medium {
    width: 50%;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .card.difference.medium .card--theme .card--image {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .card.difference.medium .card--theme .card--content h1 {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 992px) {
  .card.difference.medium .card--theme .card--content p {
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 768px) {
  .card.difference.small {
    width: 50%;
    height: 300px;
  }
}

@media (min-width: 992px) {
  .card.difference.small {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .card.difference.small .card--theme .card--image {
    height: 300px;
  }
}

@media (min-width: 992px) {
  .card.difference.small .card--theme .card--content h1 {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 992px) {
  .card.difference.small .card--theme .card--content p {
    -webkit-line-clamp: 2;
  }
}

.card.difference .card--content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px 80px 30px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
}

.card.difference .card--content > * {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card.difference .card--content h1 {
  -webkit-line-clamp: 3;
}

.card.difference .card--content p {
  -webkit-line-clamp: 2;
}

.card.difference .card--content .card--callout {
  position: absolute;
  height: 32px;
  bottom: 32px;
  left: auto;
}

@media (min-width: 1261px) {
  .card.difference .card--content .card--callout {
    bottom: 26px;
  }
}

.card.difference .card--image {
  height: 100%;
}

.card.difference .card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card.difference h1,
.card.difference h2,
.card.difference h3 {
  font-size: 29px;
  margin-bottom: 16px;
}

@media (min-width: 1261px) {
  .card.difference h1,
  .card.difference h2,
  .card.difference h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
}

.card.difference p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
}

@media (min-width: 1261px) {
  .card.difference p {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    transition:
      top 0.25s,
      opacity 0.25s;
    transform-origin: top;
    top: 30px;
    opacity: 0;
    zoom: 1;
  }
}

.card.difference .card--theme {
  height: 100%;
}

.card.difference .card--theme.colour--white .btn {
  color: #fff;
}

.card.difference .card--theme.colour--white .btn:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.card.difference .card--theme.colour--white .btn:after {
  background-color: #fff;
}

.card.difference .card--theme.colour--slate .btn--play {
  color: #323e48;
}

.card.difference .card--theme.colour--slate .btn--play:before {
  border-bottom: 10px solid #323e48;
}

.card.difference .card--theme.colour--slate .btn--play:after {
  background-color: #323e48;
}

@media (min-width: 1261px) {
  .card.difference .card--theme:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 0;
  }
}

.card.difference .card--theme:hover .btn:after {
  width: 100%;
}

.card.difference .overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.25s;
}

@media (min-width: 1261px) {
  .card.difference .overlay:before {
    opacity: 0;
  }
}

@media (max-width: 1260.98px) {
  .card.difference .overlay .card--content > * {
    color: #fff !important;
  }
}

@media (max-width: 1260.98px) {
  .card.difference .overlay .btn {
    color: #fff;
  }
}

@media (max-width: 1260.98px) {
  .card.difference .overlay .btn:before {
    background-image: url(../img/icons/icon--right-arrow__white.svg) !important;
  }
}

@media (max-width: 1260.98px) {
  .card.difference .overlay .btn:after {
    background-color: #fff;
  }
}

@media (min-width: 1261px) {
  .card.difference .overlay:hover:before {
    opacity: 0.5;
  }
}

.card.difference .overlay:hover .card--content > * {
  color: #fff !important;
}

.card.difference .overlay:hover .btn {
  color: #fff;
}

.card.difference .overlay:hover .btn:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg) !important;
}

.card.difference .overlay:hover .btn:after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .card.people.full {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin-bottom: inherit;
    padding-bottom: 24px;
  }
}

@media (min-width: 1261px) {
  .card.people.full:not(.speaker) .card--image {
    height: 230px;
  }
}

@media (min-width: 1261px) {
  .card.people.full .card--image {
    margin-bottom: 0;
  }
}

.card.people.full .card--image img {
  width: 100%;
}

.card.people.full .card--content {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

.card.people.full .card--content .icon.profile {
  min-width: 130px;
}

.card.people.full .card--content > p > a + a {
  margin-left: 6px;
}

.card.people.full .card--content > p > a + a:before {
  content: "\002C";
  font-family: arial;
  display: inline-block;
  position: relative;
  right: 10px;
}

.card.people.full .card--content > p > a + a .icon.location,
.card.people.full .card--content > p > a + a > span {
  background-image: none;
  padding-left: 0;
  margin-left: -9px;
}

.card.people.full .card--role {
  display: inline-block;
  margin-bottom: 6px;
}

.card.people.full .icon {
  z-index: 1;
}

.card.people.full .icon.location {
  padding-left: 17px;
}

@media (min-width: 768px) {
  .card.people.full .icon--group {
    width: 100%;
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .card.people.full .icon--group .icon:not(.email) {
    display: none;
  }
}

.card.people.full .icon--group:focus-within {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.card.people.full a:not(.icon):hover {
  text-decoration: underline !important;
  color: inherit;
}

.card.tv .card--video {
  position: relative;
}

.card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .card.book {
    padding: 30px 50px;
  }
}

.card.book .card--image {
  min-width: 99px;
  width: 99px;
  display: none;
}

@media (min-width: 1261px) {
  .card.book .card--image {
    display: block;
  }
}

.card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.98px) {
  .card.book .card--content {
    display: flex;
    flex-flow: row wrap;
  }
}

.card.book .card--content .card--image {
  display: block;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .card.book .card--content .card--image {
    display: none !important;
  }
}

.card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.98px) {
  .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

@media (max-width: 1260.98px) {
  .card.book .card-meta__item {
    width: 100%;
  }
}

@media (max-width: 1260.98px) {
  .card.book .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.card.book .card-meta__item h4 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}

.card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .coveo-ms-content-listing .CoveoResult {
    width: 50%;
  }
}

.coveo-case-study-carousel .line-clamp-2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-case-study-carousel .line-clamp-2.fallback {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel .line-clamp-2.fallback {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-case-study-carousel .colour--white {
  color: #fff;
}

.coveo-case-study-carousel .colour--white h1,
.coveo-case-study-carousel .colour--white h2,
.coveo-case-study-carousel .colour--white h3,
.coveo-case-study-carousel .colour--white h4,
.coveo-case-study-carousel .colour--white p,
.coveo-case-study-carousel .colour--white span {
  color: #fff;
}

.coveo-case-study-carousel .colour--white svg path {
  stroke: #fff;
}

.coveo-case-study-carousel .colour--slate {
  color: #323e48;
}

.coveo-case-study-carousel .colour--slate h1,
.coveo-case-study-carousel .colour--slate h2,
.coveo-case-study-carousel .colour--slate h3,
.coveo-case-study-carousel .colour--slate h4,
.coveo-case-study-carousel .colour--slate p,
.coveo-case-study-carousel .colour--slate span {
  color: #323e48;
}

.coveo-case-study-carousel .colour--slate svg path {
  stroke: #323e48;
}

.coveo-case-study-carousel .colour--slate-5 {
  color: #f5f5f6;
}

.coveo-case-study-carousel .colour--slate-5 h1,
.coveo-case-study-carousel .colour--slate-5 h2,
.coveo-case-study-carousel .colour--slate-5 h3,
.coveo-case-study-carousel .colour--slate-5 h4,
.coveo-case-study-carousel .colour--slate-5 p,
.coveo-case-study-carousel .colour--slate-5 span {
  color: #f5f5f6;
}

.coveo-case-study-carousel .colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.coveo-case-study-carousel .colour--orange {
  color: #ffa068;
}

.coveo-case-study-carousel .colour--orange h1,
.coveo-case-study-carousel .colour--orange h2,
.coveo-case-study-carousel .colour--orange h3,
.coveo-case-study-carousel .colour--orange h4,
.coveo-case-study-carousel .colour--orange p,
.coveo-case-study-carousel .colour--orange span {
  color: #ffa068;
}

.coveo-case-study-carousel .colour--orange svg path {
  stroke: #ffa068;
}

.coveo-case-study-carousel .colour--lime {
  color: #c0df8a;
}

.coveo-case-study-carousel .colour--lime h1,
.coveo-case-study-carousel .colour--lime h2,
.coveo-case-study-carousel .colour--lime h3,
.coveo-case-study-carousel .colour--lime h4,
.coveo-case-study-carousel .colour--lime p,
.coveo-case-study-carousel .colour--lime span {
  color: #c0df8a;
}

.coveo-case-study-carousel .colour--lime svg path {
  stroke: #c0df8a;
}

.coveo-case-study-carousel .colour--light-grey {
  color: #e3e3e3;
}

.coveo-case-study-carousel .colour--light-grey h1,
.coveo-case-study-carousel .colour--light-grey h2,
.coveo-case-study-carousel .colour--light-grey h3,
.coveo-case-study-carousel .colour--light-grey h4,
.coveo-case-study-carousel .colour--light-grey p,
.coveo-case-study-carousel .colour--light-grey span {
  color: #e3e3e3;
}

.coveo-case-study-carousel .colour--light-grey svg path {
  stroke: #e3e3e3;
}

.coveo-case-study-carousel .colour--pink {
  color: #ffb1ba;
}

.coveo-case-study-carousel .colour--pink h1,
.coveo-case-study-carousel .colour--pink h2,
.coveo-case-study-carousel .colour--pink h3,
.coveo-case-study-carousel .colour--pink h4,
.coveo-case-study-carousel .colour--pink p,
.coveo-case-study-carousel .colour--pink span {
  color: #ffb1ba;
}

.coveo-case-study-carousel .colour--pink svg path {
  stroke: #ffb1ba;
}

.coveo-case-study-carousel .colour--yellow {
  color: #ffe74d;
}

.coveo-case-study-carousel .colour--yellow h1,
.coveo-case-study-carousel .colour--yellow h2,
.coveo-case-study-carousel .colour--yellow h3,
.coveo-case-study-carousel .colour--yellow h4,
.coveo-case-study-carousel .colour--yellow p,
.coveo-case-study-carousel .colour--yellow span {
  color: #ffe74d;
}

.coveo-case-study-carousel .colour--yellow svg path {
  stroke: #ffe74d;
}

.coveo-case-study-carousel .colour--teal {
  color: #9fddd3;
}

.coveo-case-study-carousel .colour--teal h1,
.coveo-case-study-carousel .colour--teal h2,
.coveo-case-study-carousel .colour--teal h3,
.coveo-case-study-carousel .colour--teal h4,
.coveo-case-study-carousel .colour--teal p,
.coveo-case-study-carousel .colour--teal span {
  color: #9fddd3;
}

.coveo-case-study-carousel .colour--teal svg path {
  stroke: #9fddd3;
}

.coveo-case-study-carousel .colour--lilac {
  color: #cf9dc7;
}

.coveo-case-study-carousel .colour--lilac h1,
.coveo-case-study-carousel .colour--lilac h2,
.coveo-case-study-carousel .colour--lilac h3,
.coveo-case-study-carousel .colour--lilac h4,
.coveo-case-study-carousel .colour--lilac p,
.coveo-case-study-carousel .colour--lilac span {
  color: #cf9dc7;
}

.coveo-case-study-carousel .colour--lilac svg path {
  stroke: #cf9dc7;
}

.coveo-case-study-carousel .colour--blue {
  color: #84aae4;
}

.coveo-case-study-carousel .colour--blue h1,
.coveo-case-study-carousel .colour--blue h2,
.coveo-case-study-carousel .colour--blue h3,
.coveo-case-study-carousel .colour--blue h4,
.coveo-case-study-carousel .colour--blue p,
.coveo-case-study-carousel .colour--blue span {
  color: #84aae4;
}

.coveo-case-study-carousel .colour--blue svg path {
  stroke: #84aae4;
}

.coveo-case-study-carousel .colour--sand {
  color: #edc2b2;
}

.coveo-case-study-carousel .colour--sand h1,
.coveo-case-study-carousel .colour--sand h2,
.coveo-case-study-carousel .colour--sand h3,
.coveo-case-study-carousel .colour--sand h4,
.coveo-case-study-carousel .colour--sand p,
.coveo-case-study-carousel .colour--sand span {
  color: #edc2b2;
}

.coveo-case-study-carousel .colour--sand svg path {
  stroke: #edc2b2;
}

.coveo-case-study-carousel .colour-dark-green {
  color: #477628;
}

.coveo-case-study-carousel .colour-dark-green h1,
.coveo-case-study-carousel .colour-dark-green h2,
.coveo-case-study-carousel .colour-dark-green h3,
.coveo-case-study-carousel .colour-dark-green h4,
.coveo-case-study-carousel .colour-dark-green p,
.coveo-case-study-carousel .colour-dark-green span {
  color: #477628;
}

.coveo-case-study-carousel .colour-dark-green svg path {
  stroke: #477628;
}

.coveo-case-study-carousel .colour--dark-blue {
  color: #005c82;
}

.coveo-case-study-carousel .colour--dark-blue h1,
.coveo-case-study-carousel .colour--dark-blue h2,
.coveo-case-study-carousel .colour--dark-blue h3,
.coveo-case-study-carousel .colour--dark-blue h4,
.coveo-case-study-carousel .colour--dark-blue p,
.coveo-case-study-carousel .colour--dark-blue span {
  color: #005c82;
}

.coveo-case-study-carousel .colour--dark-blue svg path {
  stroke: #005c82;
}

.coveo-case-study-carousel .colour--dark-purple {
  color: #5b255d;
}

.coveo-case-study-carousel .colour--dark-purple h1,
.coveo-case-study-carousel .colour--dark-purple h2,
.coveo-case-study-carousel .colour--dark-purple h3,
.coveo-case-study-carousel .colour--dark-purple h4,
.coveo-case-study-carousel .colour--dark-purple p,
.coveo-case-study-carousel .colour--dark-purple span {
  color: #5b255d;
}

.coveo-case-study-carousel .colour--dark-purple svg path {
  stroke: #5b255d;
}

.coveo-case-study-carousel .colour--dark-pink {
  color: #ca3665;
}

.coveo-case-study-carousel .colour--dark-pink h1,
.coveo-case-study-carousel .colour--dark-pink h2,
.coveo-case-study-carousel .colour--dark-pink h3,
.coveo-case-study-carousel .colour--dark-pink h4,
.coveo-case-study-carousel .colour--dark-pink p,
.coveo-case-study-carousel .colour--dark-pink span {
  color: #ca3665;
}

.coveo-case-study-carousel .colour--dark-pink svg path {
  stroke: #ca3665;
}

.coveo-case-study-carousel .bg--slate {
  background-color: #323e48 !important;
}

.coveo-case-study-carousel .bg--slate-5 {
  background-color: #f5f5f6 !important;
}

.coveo-case-study-carousel .bg--orange {
  background-color: #ffa068 !important;
}

.coveo-case-study-carousel .bg--lime {
  background-color: #c0df8a !important;
}

.coveo-case-study-carousel .bg--light-grey {
  background-color: #e3e3e3 !important;
}

.coveo-case-study-carousel .bg--pink {
  background-color: #ffb1ba !important;
}

.coveo-case-study-carousel .bg--yellow {
  background-color: #ffe74d !important;
}

.coveo-case-study-carousel .bg--teal {
  background-color: #9fddd3 !important;
}

.coveo-case-study-carousel .bg--lilac {
  background-color: #cf9dc7 !important;
}

.coveo-case-study-carousel .bg--blue {
  background-color: #84aae4 !important;
}

.coveo-case-study-carousel .bg--sand {
  background-color: #edc2b2 !important;
}

.coveo-case-study-carousel .bg--dark-green {
  background-color: #477628 !important;
}

.coveo-case-study-carousel .bg--dark-blue {
  background-color: #005c82 !important;
}

.coveo-case-study-carousel .bg--dark-purple {
  background-color: #5b255d !important;
}

.coveo-case-study-carousel .bg--dark-pink {
  background-color: #ca3665 !important;
}

.coveo-case-study-carousel.coveo .btn.btn--squared {
  font-family: "Publico Roman", serif;
  border: 1px solid #323e48;
  color: #323e48 !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  transition:
    background-color 0.25s,
    color 0.25s;
  display: inline-block;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  padding: 0 !important;
}

.coveo-case-study-carousel.coveo .btn.btn--squared a {
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 15px;
  height: 100%;
  width: 100%;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .btn.btn--squared:after {
  display: none;
}

.coveo-case-study-carousel.coveo .btn.btn--squared.large {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.coveo-case-study-carousel.coveo .btn.btn--squared.large a {
  padding: 12px 60px 10px 20px;
}

.coveo-case-study-carousel.coveo .btn.btn--squared.large:before {
  top: 12px;
  right: 16px;
}

.coveo-case-study-carousel.coveo .btn.btn--squared.short {
  max-width: 180px;
}

.coveo-case-study-carousel.coveo .btn.btn--squared svg {
  display: flex;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
}

.coveo-case-study-carousel.coveo .btn.btn--squared:hover svg path {
  stroke: #fff;
}

.coveo-case-study-carousel.coveo .btn.btn--squared:hover {
  background-color: #323e48;
  color: #fff !important;
  border: 1px solid #323e48;
  text-decoration: none;
}

.coveo-case-study-carousel.coveo .btn.btn--squared:hover a {
  color: #fff;
}

.coveo-case-study-carousel.coveo .btn.btn--squared:hover a:hover {
  text-decoration: none;
  color: #fff !important;
}

.coveo-case-study-carousel.coveo .coveo-alphabet-search {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .coveo-alphabet-search {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .coveo-alphabet-search a {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .component--facets {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .component--facets {
    margin-bottom: 50px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .component--facets {
    flex-flow: row wrap;
    background-color: #f5f5f6;
    padding: 24px;
  }
}

.coveo-case-study-carousel.coveo .component--facets .CoveoText {
  margin: 0;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .component--facets .CoveoText {
    width: 100%;
  }
}

.coveo-case-study-carousel.coveo .component--facets .coveo-facet-column {
  display: flex !important;
  align-items: center;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .component--facets .coveo-facet-column {
    margin: 0 -5px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .component--facets .coveo-facet-column {
    flex-flow: row wrap;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .coveo-dropdown-header-wrapper {
  display: none !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 0 0 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacetRange,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoFacet,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSimpleFilter {
    width: 200px;
    margin: 0 5px;
    background-color: #f5f5f6;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet {
  padding: 5px 10px;
  height: 48px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #323e48 !important;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header {
  border: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-title {
  color: #000;
  font-weight: 400;
  margin: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn {
  padding: 0 5px 5px 5px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear {
  display: none !important;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover {
  text-decoration: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-collapse-toggle-svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-collapse-toggle-svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg {
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values:before,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values:before,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values:before,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values:before {
  display: none;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:first-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:first-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:last-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:last-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values {
  display: none !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover {
  background-color: #323e48;
  opacity: 1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  span {
  color: #fff;
  opacity: 1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label {
  padding: 10px 20px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  span,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  span {
  margin: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  border-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  padding: 10px 20px;
  line-height: unset;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right {
  position: relative;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left {
  margin-right: 15px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-all,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-all {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  line-height: unset;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed),
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed) {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header {
  border: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before {
  display: block;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  ) {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header {
  border: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-hierarchical-facet-values:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet {
  border: 0;
  box-sizing: inherit;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header {
  padding: 0;
  background-color: inherit;
  border-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 5px 10px;
  z-index: 1;
  width: 100%;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-settings-section,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-settings-section {
  display: none !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation
  svg {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values {
  display: none;
  z-index: 2222;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  max-height: 320px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-values,
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoFacet
    .coveo-facet-values {
    margin-top: 10px;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:first-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:last-child,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value {
  display: block !important;
  padding: 0 !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-count,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-count {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-checkbox,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-checkbox {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label {
  margin-bottom: 0 !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label-wrapper,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label-wrapper {
  padding: 0 20px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-count,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-count {
  margin: 0;
  margin-left: 25px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-exclude,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-exclude {
  display: none !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-footer,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-footer {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container {
  top: -1px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header-title,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-header-title {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-values,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-values {
  display: inline-block;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet {
  cursor: pointer;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-header-title {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-toggle-svg-container
  svg {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed) {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker {
  position: relative;
  border: 0;
  box-sizing: inherit;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container {
  display: none;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-toggle-svg-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header {
  display: none;
  padding: 0;
  background-color: inherit;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-header {
    display: flex;
    align-items: center;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-eraser {
  display: none !important;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content {
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    right: unset;
    background-color: #fff;
    min-width: 100%;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    webkit-box-shadow: 0 2px 5px #d6d9da;
    -webkit-box-shadow: 0 2px 5px #d6d9da;
    box-shadow: 0 2px 5px #d6d9da;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-section {
  padding: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    border-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    padding: 10px 20px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: unset;
  width: 90px;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #323e48;
  height: auto;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button:focus {
  background-color: transparent;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon {
  margin: 0;
  height: 18px;
  width: 18px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon
  > svg {
  fill: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .coveo-button,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .input-label {
  color: #fff;
  background-color: transparent;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon {
  cursor: pointer;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon
  > svg {
  fill: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  width: 80px;
  white-space: nowrap;
  height: auto;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker:not(.coveo-facet-collapsed) {
    background-color: #323e48;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  bottom: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .inner-content {
  opacity: 1;
  z-index: 20;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  padding: 5px 10px;
  height: 48px;
  border: 0;
  box-sizing: inherit;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-select {
  height: 35px;
  justify-content: space-between;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-circle {
  display: none !important;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container {
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:first-child
  .coveo-checkbox-span-label {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:last-child
  .coveo-checkbox-span-label {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-span-label {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button[aria-pressed="true"]
  + .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label:hover
  .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
  opacity: 1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-select {
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-toggle-svg-container
  svg {
  transform: rotate(180deg);
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-value-container:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .coveo-simplefilter-header-wrapper {
  display: flex;
  width: auto;
  max-width: unset;
  margin: unset;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .coveo-simplefilter-header-wrapper {
    flex-flow: row wrap;
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox {
    max-width: 400px;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box {
  border: 1px solid #f5f5f6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input
  input,
.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-underlay {
  padding: 5px 10px;
  color: #647187;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input {
  background: 0 0;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox
    .magic-box-input {
    background-color: #fff;
  }
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear {
  background: 0 0;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear-svg {
  color: #323e48;
  margin-bottom: 3px;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty {
  background-color: #fff;
  border-color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-input
  input {
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-clear {
  background-color: #fff;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .CoveoSearchButton {
  display: none;
}

.coveo-case-study-carousel.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  > ul {
  padding: 0;
}

.coveo-case-study-carousel.coveo .CoveoBreadcrumb {
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 24px 24px;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .CoveoBreadcrumb {
    background-color: #f5f5f6;
    flex-flow: row wrap;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoBreadcrumb {
    padding: 0;
    margin-top: -60px;
    height: 70px;
  }
}

.coveo-case-study-carousel.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
    width: 100%;
  }
}

.coveo-case-study-carousel.coveo .CoveoBreadcrumb .coveo-breadcrumb-items span {
  color: #323e48;
}

.coveo-case-study-carousel.coveo .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #323e48;
  text-decoration: none;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .CoveoBreadcrumb
    .coveo-breadcrumb-clear-all {
    padding: 25px 0 0 0;
    text-align: center;
    width: 100%;
  }
}

.coveo-case-study-carousel.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-value:hover {
  text-decoration: none;
}

.coveo-case-study-carousel.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-caption {
  text-decoration: underline;
}

.coveo-case-study-carousel.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-clear
  svg
  path {
  color: #323e48;
}

.coveo-case-study-carousel.coveo .coveo-dropdown-background {
  opacity: 0.5;
}

.coveo-case-study-carousel.coveo {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.coveo-case-study-carousel.coveo a {
  color: inherit;
}

.coveo-case-study-carousel.coveo a:hover {
  text-decoration: inherit;
}

.coveo-case-study-carousel.coveo a:visited {
  color: inherit;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo-slider {
    overflow: hidden !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo-listing .container {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo-listing .coveo-result-list-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.coveo-case-study-carousel.coveo-listing .CoveoResult {
  z-index: 1;
  padding: 12px;
}

.coveo-case-study-carousel.coveo .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .slick-list {
    overflow: hidden;
  }
}

.coveo-case-study-carousel.coveo .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .slick-track {
    margin: 0;
    cursor: default;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-case-study-carousel.coveo .slick-slide {
  padding: 0 !important;
  margin: 0 7.5px !important;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-case-study-carousel.coveo.stacked-mb .card {
  height: auto;
}

.coveo-case-study-carousel.coveo .CoveoResultList {
  margin: 0;
}

.coveo-case-study-carousel.coveo .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000;
}

.coveo-case-study-carousel.coveo .CoveoQuerySummary {
  padding: 0 15px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoQuerySummary {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoQuerySummary > img,
  .coveo-case-study-carousel.coveo .CoveoQuerySummary > span {
    display: inline-block;
    vertical-align: top;
  }
}

.coveo-case-study-carousel.coveo .CoveoQuerySummary span {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoQuerySummary span {
    width: calc(100% - 583px);
  }
}

.coveo-case-study-carousel.coveo
  .CoveoQuerySummary
  .coveo-query-summary-no-results-string {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.coveo-case-study-carousel.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.coveo-case-study-carousel.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last:hover {
  text-decoration: none;
  color: #fff;
}

.coveo-case-study-carousel.coveo .CoveoQuerySummary .coveo-query-summary-img {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoQuerySummary .coveo-query-summary-img {
    height: 430px;
    width: 580px;
    margin-top: 0;
  }
}

.coveo-case-study-carousel.coveo .coveo-no-results {
  max-width: 100% !important;
  text-align: left !important;
}

.coveo-case-study-carousel.coveo .coveo-no-results .CoveoNoResults {
  display: block;
}

.coveo-case-study-carousel.coveo .CoveoNoResults {
  display: none;
}

.coveo-case-study-carousel.coveo .CoveoLoadMoreResults {
  margin-bottom: 50px;
}

.coveo-case-study-carousel.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.coveo-case-study-carousel.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:hover {
  background-color: #323e48;
  color: #fff;
}

.coveo-case-study-carousel.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.coveo-case-study-carousel.coveo {
  border: none !important;
}

.coveo-case-study-carousel.coveo .coveo-results-header {
  box-shadow: none;
}

.coveo-case-study-carousel.coveo .CoveoResult {
  border: none !important;
}

.coveo-case-study-carousel.coveo.CoveoSearchInterface {
  background-color: transparent !important;
}

.coveo-case-study-carousel.coveo .coveo-recommendation-body {
  background-color: inherit;
}

.coveo-case-study-carousel.coveo .coveo-result-row {
  display: block;
}

.coveo-case-study-carousel.coveo .coveo-facet-column,
.coveo-case-study-carousel.coveo .coveo-results-column {
  overflow: unset;
  padding: 0;
  width: 100%;
}

.coveo-case-study-carousel.coveo .coveo-dropdown-header-wrapper {
  display: none !important;
}

.coveo-case-study-carousel .ampersand {
  margin-bottom: 30px;
  padding-left: 55px;
  padding-bottom: 27px;
  position: relative;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel .ampersand {
    margin-bottom: 0;
    padding-left: 132px;
    padding-bottom: 73px;
  }
}

.coveo-case-study-carousel .ampersand--feature {
  position: absolute;
  bottom: 0;
  left: 0;
}

.coveo-case-study-carousel .ampersand--feature svg path {
  stroke: inherit;
}

.coveo-case-study-carousel .ampersand--feature.mobile {
  display: block;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel .ampersand--feature.mobile {
    display: none;
  }
}

.coveo-case-study-carousel .ampersand--feature.desktop {
  display: none;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel .ampersand--feature.desktop {
    display: block;
  }
}

.coveo-case-study-carousel .ampersand--content {
  padding: 27px 20px 27px 27px;
  background-color: #323e48;
  color: #fff;
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 10;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel .ampersand--content {
    padding: 27px 20px 18px 27px;
    max-width: 430px;
  }
}

.coveo-case-study-carousel .ampersand--content h1 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel .ampersand--content h1 {
    font-size: 35px;
    line-height: 1.33;
  }
}

.coveo-case-study-carousel .ampersand--content .btn.btn--link {
  color: #fff !important;
}

.coveo-case-study-carousel .ampersand--content .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg) !important;
}

.coveo-case-study-carousel .ampersand--content .btn.btn--link:after {
  width: 100%;
  background-color: #fff !important;
}

.coveo-case-study-carousel .ampersand--content > :last-child {
  margin-bottom: 0;
}

.coveo-case-study-carousel .ampersand--extra {
  position: relative;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

.coveo-case-study-carousel .ampersand:hover .ampersand--extra {
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.coveo-case-study-carousel .ampersand.white .ampersand--content {
  background-color: #fff;
}

.coveo-case-study-carousel .ampersand.white .ampersand--feature svg path {
  fill: #fff;
}

.coveo-case-study-carousel .ampersand.slate .ampersand--content {
  background-color: #323e48;
}

.coveo-case-study-carousel .ampersand.slate .ampersand--feature svg path {
  fill: #323e48;
}

.coveo-case-study-carousel .ampersand.orange .ampersand--content {
  background-color: #ffa068;
}

.coveo-case-study-carousel .ampersand.orange .ampersand--feature svg path {
  fill: #ffa068;
}

.coveo-case-study-carousel .ampersand.lime .ampersand--content {
  background-color: #c0df8a;
}

.coveo-case-study-carousel .ampersand.lime .ampersand--feature svg path {
  fill: #c0df8a;
}

.coveo-case-study-carousel .ampersand.light-grey .ampersand--content {
  background-color: #e3e3e3;
}

.coveo-case-study-carousel .ampersand.light-grey .ampersand--feature svg path {
  fill: #e3e3e3;
}

.coveo-case-study-carousel .ampersand.pink .ampersand--content {
  background-color: #ffb1ba;
}

.coveo-case-study-carousel .ampersand.pink .ampersand--feature svg path {
  fill: #ffb1ba;
}

.coveo-case-study-carousel .ampersand.yellow .ampersand--content {
  background-color: #ffe74d;
}

.coveo-case-study-carousel .ampersand.yellow .ampersand--feature svg path {
  fill: #ffe74d;
}

.coveo-case-study-carousel .ampersand.teal .ampersand--content {
  background-color: #9fddd3;
}

.coveo-case-study-carousel .ampersand.teal .ampersand--feature svg path {
  fill: #9fddd3;
}

.coveo-case-study-carousel .ampersand.lilac .ampersand--content {
  background-color: #cf9dc7;
}

.coveo-case-study-carousel .ampersand.lilac .ampersand--feature svg path {
  fill: #cf9dc7;
}

.coveo-case-study-carousel .ampersand.blue .ampersand--content {
  background-color: #84aae4;
}

.coveo-case-study-carousel .ampersand.blue .ampersand--feature svg path {
  fill: #84aae4;
}

.coveo-case-study-carousel .ampersand.sand .ampersand--content {
  background-color: #edc2b2;
}

.coveo-case-study-carousel .ampersand.sand .ampersand--feature svg path {
  fill: #edc2b2;
}

.coveo-case-study-carousel .ampersand.dark-green .ampersand--content {
  background-color: #477628;
}

.coveo-case-study-carousel .ampersand.dark-green .ampersand--feature svg path {
  fill: #477628;
}

.coveo-case-study-carousel .ampersand.dark-blue .ampersand--content {
  background-color: #005c82;
}

.coveo-case-study-carousel .ampersand.dark-blue .ampersand--feature svg path {
  fill: #005c82;
}

.coveo-case-study-carousel .ampersand.dark-purple .ampersand--content {
  background-color: #5b255d;
}

.coveo-case-study-carousel .ampersand.dark-purple .ampersand--feature svg path {
  fill: #5b255d;
}

.coveo-case-study-carousel .ampersand.dark-pink .ampersand--content {
  background-color: #ca3665;
}

.coveo-case-study-carousel .ampersand.dark-pink .ampersand--feature svg path {
  fill: #ca3665;
}

.coveo-case-study-carousel .pika-single .pika-button:hover {
  background: #323e48;
  color: #fff !important;
}

.coveo-case-study-carousel .pika-single .is-today .pika-button {
  color: #323e48;
}

.coveo-case-study-carousel .pika-single .is-selected .pika-button {
  color: #fff;
  background: #323e48;
  box-shadow: inset 0 1px 3px #323e48;
}

.coveo-case-study-carousel.coveo .card {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card {
    height: 100%;
  }
}

.coveo-case-study-carousel.coveo .card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

.coveo-case-study-carousel.coveo .card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.coveo-case-study-carousel.coveo .card p {
  margin: 0;
}

.coveo-case-study-carousel.coveo .card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.default.full .card--content h3 {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.coveo-case-study-carousel.coveo .card.briefing.full,
.coveo-case-study-carousel.coveo .card.briefing.related,
.coveo-case-study-carousel.coveo .card.events.full,
.coveo-case-study-carousel.coveo .card.events.related,
.coveo-case-study-carousel.coveo .card.insights.full,
.coveo-case-study-carousel.coveo .card.insights.related,
.coveo-case-study-carousel.coveo .card.news.full,
.coveo-case-study-carousel.coveo .card.news.related,
.coveo-case-study-carousel.coveo .card.people.full,
.coveo-case-study-carousel.coveo .card.people.related,
.coveo-case-study-carousel.coveo .card.trending.full,
.coveo-case-study-carousel.coveo .card.trending.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full,
  .coveo-case-study-carousel.coveo .card.briefing.related,
  .coveo-case-study-carousel.coveo .card.events.full,
  .coveo-case-study-carousel.coveo .card.events.related,
  .coveo-case-study-carousel.coveo .card.insights.full,
  .coveo-case-study-carousel.coveo .card.insights.related,
  .coveo-case-study-carousel.coveo .card.news.full,
  .coveo-case-study-carousel.coveo .card.news.related,
  .coveo-case-study-carousel.coveo .card.people.full,
  .coveo-case-study-carousel.coveo .card.people.related,
  .coveo-case-study-carousel.coveo .card.trending.full,
  .coveo-case-study-carousel.coveo .card.trending.related {
    margin-bottom: 47px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--image,
.coveo-case-study-carousel.coveo .card.briefing.related .card--image,
.coveo-case-study-carousel.coveo .card.events.full .card--image,
.coveo-case-study-carousel.coveo .card.events.related .card--image,
.coveo-case-study-carousel.coveo .card.insights.full .card--image,
.coveo-case-study-carousel.coveo .card.insights.related .card--image,
.coveo-case-study-carousel.coveo .card.news.full .card--image,
.coveo-case-study-carousel.coveo .card.news.related .card--image,
.coveo-case-study-carousel.coveo .card.people.full .card--image,
.coveo-case-study-carousel.coveo .card.people.related .card--image,
.coveo-case-study-carousel.coveo .card.trending.full .card--image,
.coveo-case-study-carousel.coveo .card.trending.related .card--image {
  width: 98px;
  overflow: hidden;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--image img,
.coveo-case-study-carousel.coveo .card.briefing.related .card--image img,
.coveo-case-study-carousel.coveo .card.events.full .card--image img,
.coveo-case-study-carousel.coveo .card.events.related .card--image img,
.coveo-case-study-carousel.coveo .card.insights.full .card--image img,
.coveo-case-study-carousel.coveo .card.insights.related .card--image img,
.coveo-case-study-carousel.coveo .card.news.full .card--image img,
.coveo-case-study-carousel.coveo .card.news.related .card--image img,
.coveo-case-study-carousel.coveo .card.people.full .card--image img,
.coveo-case-study-carousel.coveo .card.people.related .card--image img,
.coveo-case-study-carousel.coveo .card.trending.full .card--image img,
.coveo-case-study-carousel.coveo .card.trending.related .card--image img {
  transition: transform 0.25s;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--content,
.coveo-case-study-carousel.coveo .card.briefing.related .card--content,
.coveo-case-study-carousel.coveo .card.events.full .card--content,
.coveo-case-study-carousel.coveo .card.events.related .card--content,
.coveo-case-study-carousel.coveo .card.insights.full .card--content,
.coveo-case-study-carousel.coveo .card.insights.related .card--content,
.coveo-case-study-carousel.coveo .card.news.full .card--content,
.coveo-case-study-carousel.coveo .card.news.related .card--content,
.coveo-case-study-carousel.coveo .card.people.full .card--content,
.coveo-case-study-carousel.coveo .card.people.related .card--content,
.coveo-case-study-carousel.coveo .card.trending.full .card--content,
.coveo-case-study-carousel.coveo .card.trending.related .card--content {
  padding-top: 7px;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--content a,
.coveo-case-study-carousel.coveo .card.briefing.related .card--content a,
.coveo-case-study-carousel.coveo .card.events.full .card--content a,
.coveo-case-study-carousel.coveo .card.events.related .card--content a,
.coveo-case-study-carousel.coveo .card.insights.full .card--content a,
.coveo-case-study-carousel.coveo .card.insights.related .card--content a,
.coveo-case-study-carousel.coveo .card.news.full .card--content a,
.coveo-case-study-carousel.coveo .card.news.related .card--content a,
.coveo-case-study-carousel.coveo .card.people.full .card--content a,
.coveo-case-study-carousel.coveo .card.people.related .card--content a,
.coveo-case-study-carousel.coveo .card.trending.full .card--content a,
.coveo-case-study-carousel.coveo .card.trending.related .card--content a {
  position: relative;
  z-index: 1010;
}

.coveo-case-study-carousel.coveo .card.briefing.full h3,
.coveo-case-study-carousel.coveo .card.briefing.related h3,
.coveo-case-study-carousel.coveo .card.events.full h3,
.coveo-case-study-carousel.coveo .card.events.related h3,
.coveo-case-study-carousel.coveo .card.insights.full h3,
.coveo-case-study-carousel.coveo .card.insights.related h3,
.coveo-case-study-carousel.coveo .card.news.full h3,
.coveo-case-study-carousel.coveo .card.news.related h3,
.coveo-case-study-carousel.coveo .card.people.full h3,
.coveo-case-study-carousel.coveo .card.people.related h3,
.coveo-case-study-carousel.coveo .card.trending.full h3,
.coveo-case-study-carousel.coveo .card.trending.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h3,
  .coveo-case-study-carousel.coveo .card.briefing.related h3,
  .coveo-case-study-carousel.coveo .card.events.full h3,
  .coveo-case-study-carousel.coveo .card.events.related h3,
  .coveo-case-study-carousel.coveo .card.insights.full h3,
  .coveo-case-study-carousel.coveo .card.insights.related h3,
  .coveo-case-study-carousel.coveo .card.news.full h3,
  .coveo-case-study-carousel.coveo .card.news.related h3,
  .coveo-case-study-carousel.coveo .card.people.full h3,
  .coveo-case-study-carousel.coveo .card.people.related h3,
  .coveo-case-study-carousel.coveo .card.trending.full h3,
  .coveo-case-study-carousel.coveo .card.trending.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--role,
.coveo-case-study-carousel.coveo .card.briefing.related .card--role,
.coveo-case-study-carousel.coveo .card.events.full .card--role,
.coveo-case-study-carousel.coveo .card.events.related .card--role,
.coveo-case-study-carousel.coveo .card.insights.full .card--role,
.coveo-case-study-carousel.coveo .card.insights.related .card--role,
.coveo-case-study-carousel.coveo .card.news.full .card--role,
.coveo-case-study-carousel.coveo .card.news.related .card--role,
.coveo-case-study-carousel.coveo .card.people.full .card--role,
.coveo-case-study-carousel.coveo .card.people.related .card--role,
.coveo-case-study-carousel.coveo .card.trending.full .card--role,
.coveo-case-study-carousel.coveo .card.trending.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--role + a,
.coveo-case-study-carousel.coveo .card.briefing.full .card--role + span,
.coveo-case-study-carousel.coveo .card.briefing.related .card--role + a,
.coveo-case-study-carousel.coveo .card.briefing.related .card--role + span,
.coveo-case-study-carousel.coveo .card.events.full .card--role + a,
.coveo-case-study-carousel.coveo .card.events.full .card--role + span,
.coveo-case-study-carousel.coveo .card.events.related .card--role + a,
.coveo-case-study-carousel.coveo .card.events.related .card--role + span,
.coveo-case-study-carousel.coveo .card.insights.full .card--role + a,
.coveo-case-study-carousel.coveo .card.insights.full .card--role + span,
.coveo-case-study-carousel.coveo .card.insights.related .card--role + a,
.coveo-case-study-carousel.coveo .card.insights.related .card--role + span,
.coveo-case-study-carousel.coveo .card.news.full .card--role + a,
.coveo-case-study-carousel.coveo .card.news.full .card--role + span,
.coveo-case-study-carousel.coveo .card.news.related .card--role + a,
.coveo-case-study-carousel.coveo .card.news.related .card--role + span,
.coveo-case-study-carousel.coveo .card.people.full .card--role + a,
.coveo-case-study-carousel.coveo .card.people.full .card--role + span,
.coveo-case-study-carousel.coveo .card.people.related .card--role + a,
.coveo-case-study-carousel.coveo .card.people.related .card--role + span,
.coveo-case-study-carousel.coveo .card.trending.full .card--role + a,
.coveo-case-study-carousel.coveo .card.trending.full .card--role + span,
.coveo-case-study-carousel.coveo .card.trending.related .card--role + a,
.coveo-case-study-carousel.coveo .card.trending.related .card--role + span {
  margin-left: 13px;
}

.coveo-case-study-carousel.coveo .card.briefing.full,
.coveo-case-study-carousel.coveo .card.events.full,
.coveo-case-study-carousel.coveo .card.insights.full,
.coveo-case-study-carousel.coveo .card.news.full,
.coveo-case-study-carousel.coveo .card.people.full,
.coveo-case-study-carousel.coveo .card.trending.full {
  display: block;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full,
  .coveo-case-study-carousel.coveo .card.events.full,
  .coveo-case-study-carousel.coveo .card.insights.full,
  .coveo-case-study-carousel.coveo .card.news.full,
  .coveo-case-study-carousel.coveo .card.people.full,
  .coveo-case-study-carousel.coveo .card.trending.full {
    margin-bottom: 0;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--image,
.coveo-case-study-carousel.coveo .card.events.full .card--image,
.coveo-case-study-carousel.coveo .card.insights.full .card--image,
.coveo-case-study-carousel.coveo .card.news.full .card--image,
.coveo-case-study-carousel.coveo .card.people.full .card--image,
.coveo-case-study-carousel.coveo .card.trending.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--image,
  .coveo-case-study-carousel.coveo .card.events.full .card--image,
  .coveo-case-study-carousel.coveo .card.insights.full .card--image,
  .coveo-case-study-carousel.coveo .card.news.full .card--image,
  .coveo-case-study-carousel.coveo .card.people.full .card--image,
  .coveo-case-study-carousel.coveo .card.trending.full .card--image {
    margin-bottom: 12px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--content,
.coveo-case-study-carousel.coveo .card.events.full .card--content,
.coveo-case-study-carousel.coveo .card.insights.full .card--content,
.coveo-case-study-carousel.coveo .card.news.full .card--content,
.coveo-case-study-carousel.coveo .card.people.full .card--content,
.coveo-case-study-carousel.coveo .card.trending.full .card--content {
  padding-bottom: 16px;
}

.coveo-case-study-carousel.coveo .card.briefing.full h3,
.coveo-case-study-carousel.coveo .card.events.full h3,
.coveo-case-study-carousel.coveo .card.insights.full h3,
.coveo-case-study-carousel.coveo .card.news.full h3,
.coveo-case-study-carousel.coveo .card.people.full h3,
.coveo-case-study-carousel.coveo .card.trending.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h3,
  .coveo-case-study-carousel.coveo .card.events.full h3,
  .coveo-case-study-carousel.coveo .card.insights.full h3,
  .coveo-case-study-carousel.coveo .card.news.full h3,
  .coveo-case-study-carousel.coveo .card.people.full h3,
  .coveo-case-study-carousel.coveo .card.trending.full h3 {
    margin-bottom: 7px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full p,
.coveo-case-study-carousel.coveo .card.events.full p,
.coveo-case-study-carousel.coveo .card.insights.full p,
.coveo-case-study-carousel.coveo .card.news.full p,
.coveo-case-study-carousel.coveo .card.people.full p,
.coveo-case-study-carousel.coveo .card.trending.full p {
  margin-bottom: 20px;
}

.coveo-case-study-carousel.coveo .card.briefing:hover .card--image img,
.coveo-case-study-carousel.coveo .card.events:hover .card--image img,
.coveo-case-study-carousel.coveo .card.insights:hover .card--image img,
.coveo-case-study-carousel.coveo .card.news:hover .card--image img,
.coveo-case-study-carousel.coveo .card.people:hover .card--image img,
.coveo-case-study-carousel.coveo .card.trending:hover .card--image img {
  transform: scale(1.1);
}

.coveo-case-study-carousel.coveo .card.briefing:hover h3,
.coveo-case-study-carousel.coveo .card.events:hover h3,
.coveo-case-study-carousel.coveo .card.insights:hover h3,
.coveo-case-study-carousel.coveo .card.news:hover h3,
.coveo-case-study-carousel.coveo .card.people:hover h3,
.coveo-case-study-carousel.coveo .card.trending:hover h3 {
  text-decoration: underline;
}

.coveo-case-study-carousel.coveo .card.briefing.full,
.coveo-case-study-carousel.coveo .card.events.full,
.coveo-case-study-carousel.coveo .card.insights.full,
.coveo-case-study-carousel.coveo .card.news.full,
.coveo-case-study-carousel.coveo .card.trending.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full,
  .coveo-case-study-carousel.coveo .card.events.full,
  .coveo-case-study-carousel.coveo .card.insights.full,
  .coveo-case-study-carousel.coveo .card.news.full,
  .coveo-case-study-carousel.coveo .card.trending.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--content,
.coveo-case-study-carousel.coveo .card.events.full .card--content,
.coveo-case-study-carousel.coveo .card.insights.full .card--content,
.coveo-case-study-carousel.coveo .card.news.full .card--content,
.coveo-case-study-carousel.coveo .card.trending.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--content,
  .coveo-case-study-carousel.coveo .card.events.full .card--content,
  .coveo-case-study-carousel.coveo .card.insights.full .card--content,
  .coveo-case-study-carousel.coveo .card.news.full .card--content,
  .coveo-case-study-carousel.coveo .card.trending.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full h3,
.coveo-case-study-carousel.coveo .card.events.full h3,
.coveo-case-study-carousel.coveo .card.insights.full h3,
.coveo-case-study-carousel.coveo .card.news.full h3,
.coveo-case-study-carousel.coveo .card.trending.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h3,
  .coveo-case-study-carousel.coveo .card.events.full h3,
  .coveo-case-study-carousel.coveo .card.insights.full h3,
  .coveo-case-study-carousel.coveo .card.news.full h3,
  .coveo-case-study-carousel.coveo .card.trending.full h3 {
    margin-bottom: 12px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full h2,
.coveo-case-study-carousel.coveo .card.events.full h2,
.coveo-case-study-carousel.coveo .card.insights.full h2,
.coveo-case-study-carousel.coveo .card.news.full h2,
.coveo-case-study-carousel.coveo .card.trending.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h2,
  .coveo-case-study-carousel.coveo .card.events.full h2,
  .coveo-case-study-carousel.coveo .card.insights.full h2,
  .coveo-case-study-carousel.coveo .card.news.full h2,
  .coveo-case-study-carousel.coveo .card.trending.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full,
.coveo-case-study-carousel.coveo .card.events.full,
.coveo-case-study-carousel.coveo .card.insights.full,
.coveo-case-study-carousel.coveo .card.news.full,
.coveo-case-study-carousel.coveo .card.trending.full {
  border-bottom: 0;
  position: relative;
}

.coveo-case-study-carousel.coveo .card.briefing.full:hover,
.coveo-case-study-carousel.coveo .card.events.full:hover,
.coveo-case-study-carousel.coveo .card.insights.full:hover,
.coveo-case-study-carousel.coveo .card.news.full:hover,
.coveo-case-study-carousel.coveo .card.trending.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full:hover,
  .coveo-case-study-carousel.coveo .card.events.full:hover,
  .coveo-case-study-carousel.coveo .card.insights.full:hover,
  .coveo-case-study-carousel.coveo .card.news.full:hover,
  .coveo-case-study-carousel.coveo .card.trending.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full:hover h2,
.coveo-case-study-carousel.coveo .card.events.full:hover h2,
.coveo-case-study-carousel.coveo .card.insights.full:hover h2,
.coveo-case-study-carousel.coveo .card.news.full:hover h2,
.coveo-case-study-carousel.coveo .card.trending.full:hover h2 {
  text-decoration: underline;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--image,
.coveo-case-study-carousel.coveo .card.events.full .card--image,
.coveo-case-study-carousel.coveo .card.insights.full .card--image,
.coveo-case-study-carousel.coveo .card.news.full .card--image,
.coveo-case-study-carousel.coveo .card.trending.full .card--image {
  margin-bottom: 0;
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--content,
.coveo-case-study-carousel.coveo .card.events.full .card--content,
.coveo-case-study-carousel.coveo .card.insights.full .card--content,
.coveo-case-study-carousel.coveo .card.news.full .card--content,
.coveo-case-study-carousel.coveo .card.trending.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--content,
  .coveo-case-study-carousel.coveo .card.events.full .card--content,
  .coveo-case-study-carousel.coveo .card.insights.full .card--content,
  .coveo-case-study-carousel.coveo .card.news.full .card--content,
  .coveo-case-study-carousel.coveo .card.trending.full .card--content {
    padding-top: 15px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full h2,
.coveo-case-study-carousel.coveo .card.events.full h2,
.coveo-case-study-carousel.coveo .card.insights.full h2,
.coveo-case-study-carousel.coveo .card.news.full h2,
.coveo-case-study-carousel.coveo .card.trending.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h2,
  .coveo-case-study-carousel.coveo .card.events.full h2,
  .coveo-case-study-carousel.coveo .card.insights.full h2,
  .coveo-case-study-carousel.coveo .card.news.full h2,
  .coveo-case-study-carousel.coveo .card.trending.full h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full h3,
.coveo-case-study-carousel.coveo .card.events.full h3,
.coveo-case-study-carousel.coveo .card.insights.full h3,
.coveo-case-study-carousel.coveo .card.news.full h3,
.coveo-case-study-carousel.coveo .card.trending.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h3,
  .coveo-case-study-carousel.coveo .card.events.full h3,
  .coveo-case-study-carousel.coveo .card.insights.full h3,
  .coveo-case-study-carousel.coveo .card.news.full h3,
  .coveo-case-study-carousel.coveo .card.trending.full h3 {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full p:last-child,
.coveo-case-study-carousel.coveo .card.events.full p:last-child,
.coveo-case-study-carousel.coveo .card.insights.full p:last-child,
.coveo-case-study-carousel.coveo .card.news.full p:last-child,
.coveo-case-study-carousel.coveo .card.trending.full p:last-child {
  margin: 0;
}

.coveo-case-study-carousel.coveo .card.case-study,
.coveo-case-study-carousel.coveo .card.deal,
.coveo-case-study-carousel.coveo .card.news {
  height: 100%;
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.case-study,
  .coveo-case-study-carousel.coveo .card.deal,
  .coveo-case-study-carousel.coveo .card.news {
    border-radius: inherit;
  }
}

.coveo-case-study-carousel.coveo .card.case-study h2,
.coveo-case-study-carousel.coveo .card.deal h2,
.coveo-case-study-carousel.coveo .card.news h2 {
  font-size: 24px;
}

.coveo-case-study-carousel.coveo .card.case-study .card--content,
.coveo-case-study-carousel.coveo .card.deal .card--content,
.coveo-case-study-carousel.coveo .card.news .card--content {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.coveo-case-study-carousel.coveo .card.case-study .card--content .card--title,
.coveo-case-study-carousel.coveo .card.deal .card--content .card--title,
.coveo-case-study-carousel.coveo .card.news .card--content .card--title {
  margin-bottom: 5px;
}

.coveo-case-study-carousel.coveo
  .card.case-study
  .card--content
  .card--title
  h4,
.coveo-case-study-carousel.coveo .card.deal .card--content .card--title h4,
.coveo-case-study-carousel.coveo .card.news .card--content .card--title h4 {
  margin-top: 0;
}

.coveo-case-study-carousel.coveo
  .card.case-study
  .card--content
  .card--title
  .intro,
.coveo-case-study-carousel.coveo .card.deal .card--content .card--title .intro,
.coveo-case-study-carousel.coveo .card.news .card--content .card--title .intro {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel.coveo
    .card.case-study
    .card--content
    .card--title
    .intro,
  .coveo-case-study-carousel.coveo
    .card.deal
    .card--content
    .card--title
    .intro,
  .coveo-case-study-carousel.coveo
    .card.news
    .card--content
    .card--title
    .intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-case-study-carousel.coveo .card.case-study:hover,
.coveo-case-study-carousel.coveo .card.deal:hover,
.coveo-case-study-carousel.coveo .card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.coveo-case-study-carousel.coveo .card.case-study:hover h2,
.coveo-case-study-carousel.coveo .card.deal:hover h2,
.coveo-case-study-carousel.coveo .card.news:hover h2 {
  text-decoration: underline;
}

.coveo-case-study-carousel.coveo .card.case-study:hover .icon svg path,
.coveo-case-study-carousel.coveo .card.deal:hover .icon svg path,
.coveo-case-study-carousel.coveo .card.news:hover .icon svg path {
  stroke: #fff;
}

.coveo-case-study-carousel.coveo .card.case-study {
  background-color: #ffe74d;
}

.coveo-case-study-carousel.coveo .card.News,
.coveo-case-study-carousel.coveo .card.news {
  background-color: #9fddd3;
}

.coveo-case-study-carousel.coveo .card.Deal,
.coveo-case-study-carousel.coveo .card.deal {
  background-color: #ffb1ba;
}

.coveo-case-study-carousel.coveo .card.briefing.full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.briefing.full {
    box-shadow: none;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full:hover {
  background-color: transparent;
  color: inherit;
}

.coveo-case-study-carousel.coveo .card.briefing.full:hover h2,
.coveo-case-study-carousel.coveo .card.briefing.full:hover p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-case-study-carousel.coveo
  .card.briefing.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .icon.hide-mb {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .card.briefing.full .card--image {
  background-color: #f5f5f6;
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--image {
    height: 224px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--content {
    height: calc(100% - 224px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.briefing.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-case-study-carousel.coveo
  .card.briefing.full
  .card--content
  .card--title
  .tags {
  height: 16px;
}

.coveo-case-study-carousel.coveo .card.events.full {
  height: 100%;
  background-color: transparent;
  color: #323e48;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.events.full {
    box-shadow: none;
  }
}

.coveo-case-study-carousel.coveo .card.events.full:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .card.events.full:hover h2,
.coveo-case-study-carousel.coveo .card.events.full:hover p {
  text-decoration: none;
}

.coveo-case-study-carousel.coveo .card.events.full h2,
.coveo-case-study-carousel.coveo .card.events.full p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.events.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-case-study-carousel.coveo .card.events.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-case-study-carousel.coveo
  .card.events.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.events.full .icon.hide-mb {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .card.events.full .card--image {
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.events.full .card--image {
    height: 214px;
  }
}

.coveo-case-study-carousel.coveo .card.events.full .card--image .date {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
}

.coveo-case-study-carousel.coveo .card.events.full .card--image .date span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.coveo-case-study-carousel.coveo
  .card.events.full
  .card--image
  .date
  .date-day {
  font-size: 22px;
  line-height: 1.1;
}

.coveo-case-study-carousel.coveo
  .card.events.full
  .card--image
  .date
  .date-month {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.events.full .card--content {
    padding: 15px 15px 10px 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.events.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-case-study-carousel.coveo .card.trending.full {
  position: relative;
}

.coveo-case-study-carousel.coveo .card.trending.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.coveo-case-study-carousel.coveo .card.trending.full .card--image {
  height: 185px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending.full .card--image {
    width: 100.1%;
    height: 540px;
  }
}

.coveo-case-study-carousel.coveo .card.trending.full .card--image img {
  height: 100%;
  object-fit: cover;
}

.coveo-case-study-carousel.coveo .card.trending.full .card--content {
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.trending.full .card--content {
    color: #323e48 !important;
  }
}

.coveo-case-study-carousel.coveo .card.trending.full h3 {
  margin-bottom: 11px;
}

.coveo-case-study-carousel.coveo .card.trending.full h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending.full h2 {
    font-size: 30px;
  }
}

.coveo-case-study-carousel.coveo .card.trending.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending:hover h2,
  .coveo-case-study-carousel.coveo .card.trending:hover h3,
  .coveo-case-study-carousel.coveo .card.trending:hover p {
    color: #fff;
  }
}

.coveo-case-study-carousel.coveo .card.trending:hover .card--content {
  background-image: none;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.trending:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.trending:hover:before {
    opacity: 0.5;
  }
}

.coveo-case-study-carousel.coveo .card.author {
  padding: 20px 0 0 0;
}

.coveo-case-study-carousel.coveo .card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.coveo-case-study-carousel.coveo .card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.coveo-case-study-carousel.coveo .card.author .author--details h3 {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.coveo-case-study-carousel.coveo .card.author .author--details h3,
.coveo-case-study-carousel.coveo .card.author .author--details h4 {
  margin-top: 0;
}

.coveo-case-study-carousel.coveo .card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0 0;
  line-height: 1.65;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel.coveo .card.author .author--details p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-case-study-carousel.coveo .card.author .author--meta {
  margin-top: 0.75rem;
}

@media (max-width: 1260px) {
  .coveo-case-study-carousel.coveo .card.people.full {
    margin-bottom: 14px;
  }
}

.coveo-case-study-carousel.coveo .card.people.full:hover .card--image img {
  transform: none;
}

.coveo-case-study-carousel.coveo .card.people.full .card--image {
  margin: 0;
}

@media (max-width: 1260px) {
  .coveo-case-study-carousel.coveo .card.people.full .card--image {
    margin-bottom: 15px;
  }
}

.coveo-case-study-carousel.coveo .card.people.full .card--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.coveo-case-study-carousel.coveo
  .card.people.full
  .card--content
  p:first-of-type {
  margin-bottom: 0;
}

.coveo-case-study-carousel.coveo .card.people.full .icon {
  z-index: 1;
}

.coveo-case-study-carousel.coveo .card.people.full .icon svg {
  margin-right: 0;
}

@media (min-width: 992px) {
  .coveo-case-study-carousel.coveo
    .card.people.full
    .icon--group
    .icon:not(.social-email) {
    display: none;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.people.site-search .card--image {
    height: auto;
  }
}

.coveo-case-study-carousel.coveo .card.tv {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 4px;
  align-items: center;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.tv {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.tv {
    height: 100%;
  }
}

.coveo-case-study-carousel.coveo .card.tv .card--video {
  position: relative;
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.tv .card--video {
    margin-right: 25px;
  }
}

.coveo-case-study-carousel.coveo .card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.coveo-case-study-carousel.coveo .card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.coveo-case-study-carousel.coveo .card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.coveo-case-study-carousel.coveo .card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.tv .card--content {
    padding: 0 !important;
  }
}

.coveo-case-study-carousel.coveo .card.tv h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.tv h3 {
    margin-bottom: 12px;
  }
}

.coveo-case-study-carousel.coveo .card.tv h2 {
  margin: 0 0 8px 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel.coveo .card.tv h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.tv h2 {
    margin-bottom: 5px;
  }
}

.coveo-case-study-carousel.coveo .card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.book {
    padding: 30px 50px;
    height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.book > .card--image {
    display: none !important;
  }
}

.coveo-case-study-carousel.coveo .card.book .card--image {
  min-width: 99px;
  width: 99px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.book .card--image {
    display: block;
  }
}

.coveo-case-study-carousel.coveo .card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.book .card--content {
    display: flex !important;
    flex-flow: row wrap;
  }
}

.coveo-case-study-carousel.coveo .card.book .card--content > .card--image {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.book .card--content > .card--image {
    display: none !important;
  }
}

.coveo-case-study-carousel.coveo .card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item {
  width: 60%;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.book .card-meta__item {
    width: 100%;
  }
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item:not(:first-child) {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo
    .card.book
    .card-meta__item:not(:first-child) {
    width: 40%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo
    .card.book
    .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item h4 {
  font-weight: 600;
  margin-bottom: 13px;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item p {
  display: flex;
  flex-flow: row wrap;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item p .icon {
  width: 100%;
  margin: 0;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item .icon-list {
  display: flex;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item .icon-list .icon {
  margin-right: 5px;
}

.coveo-case-study-carousel.coveo
  .card.book
  .card-meta__item
  .icon-list
  .icon-list-items
  span:not(:first-child) {
  margin-top: 5px;
}

.coveo-case-study-carousel.coveo .card.book .card-meta__item .icon-list span {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #323e48;
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 15px;
}

.coveo-case-study-carousel.coveo .card.book:hover {
  background-color: #323e48;
}

.coveo-case-study-carousel.coveo .card.book:hover h3,
.coveo-case-study-carousel.coveo .card.book:hover h4,
.coveo-case-study-carousel.coveo .card.book:hover p,
.coveo-case-study-carousel.coveo .card.book:hover span {
  color: #fff !important;
}

.coveo-case-study-carousel.coveo .card.book:hover svg path {
  stroke: #fff;
}

.coveo-case-study-carousel.coveo .card.insight {
  background-color: #f5f5f6;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .coveo-case-study-carousel.coveo .card.insight {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .card.insight {
    border-radius: 0;
    margin-top: 2px;
  }
}

.coveo-case-study-carousel.coveo .card.insight .card--image img {
  object-fit: cover;
}

.coveo-case-study-carousel.coveo .card.insight .card--content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .coveo-case-study-carousel.coveo .card.insight .card--content {
    padding: 18px;
  }
}

.coveo-case-study-carousel.coveo .card.insight .card--content h4 {
  font-family:
    Open Sans Bold,
    Arial,
    Helvetica,
    sans-serif;
}

.coveo-case-study-carousel.coveo .card.insight .card--content h4 span {
  color: #323e48;
}

.coveo-case-study-carousel.coveo .card.insight .card--title p {
  overflow: hidden;
  min-height: 4.5em;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel.coveo .card.insight .card--title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-case-study-carousel.coveo .card.insight .card--meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.coveo-case-study-carousel.coveo .card.insight .card--meta h4 {
  display: none !important;
  margin-right: 15px;
  margin-bottom: 0;
}

.coveo-case-study-carousel.coveo .card.insight .card--meta .icon.hide {
  display: none;
}

.coveo-case-study-carousel.coveo .card.insight .card--tags {
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.coveo-case-study-carousel.coveo .card.insight .card--tags a {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}

.coveo-case-study-carousel.coveo .card.microsite .card--content {
  justify-content: inherit;
}

.coveo-case-study-carousel.coveo .card.microsite .card--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.coveo-case-study-carousel.coveo .icon {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  margin-right: 15px;
}

.coveo-case-study-carousel.coveo .icon svg {
  position: relative;
  margin-right: 5px;
}

.coveo-case-study-carousel.coveo .icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s,
    color 0.25s;
  padding: 10px 0;
}

.coveo-case-study-carousel.coveo .icon.social + .icon {
  margin-left: 25px;
}

.coveo-case-study-carousel.coveo .icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.coveo-case-study-carousel.coveo .icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.coveo-case-study-carousel.coveo .icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .icon.social svg {
  margin-top: -4px;
}

.coveo-case-study-carousel.coveo .icon.social.social-phone {
  height: auto;
  padding: 6px;
}

.coveo-case-study-carousel.coveo .icon.social.social-phone svg {
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-case-study-carousel.coveo .icon.social.social-phone svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-case-study-carousel.coveo .icon.social.social-phone:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .icon.social.social-email {
  height: auto;
  padding: 6px;
}

.coveo-case-study-carousel.coveo .icon.social.social-email svg {
  width: 26px;
  height: 27px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-case-study-carousel.coveo .icon.social.social-email svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-case-study-carousel.coveo .icon.social.social-email:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-case-study-carousel.coveo .icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: flex;
  overflow: hidden;
}

.coveo-case-study-carousel.coveo .icon--group .icon {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.coveo-case-study-carousel.coveo .icon--group .icon.social-email,
.coveo-case-study-carousel.coveo .icon--group .icon.social-phone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.coveo-case-study-carousel.coveo .icon--group .icon:last-child {
  border-right: 0;
}

.coveo-case-study-carousel.coveo .icon--group .icon + .icon {
  margin-left: 0;
}

.coveo-case-study-carousel.coveo .component--pills {
  display: flex;
  justify-content: space-between;
}

.coveo-case-study-carousel.coveo .component--pills.three-columns .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .component--pills.three-columns .btn {
    width: calc(33.333% - 26px);
    margin: 0 13px 24px 13px;
    font-size: 12px;
  }
}

.coveo-case-study-carousel.coveo {
  position: relative;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.coveo-case-study-carousel.coveo .CoveoResultList {
  position: relative;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .CoveoResult {
    padding: 0 !important;
  }
}

.coveo-case-study-carousel.coveo .slick-list {
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .slick-track {
    display: flex !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
  }
}

.coveo-case-study-carousel.coveo .case-study {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #f5f5f6;
  height: 100%;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .case-study {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
    position: relative;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .case-study.has-no-image {
    min-height: 480px;
  }
}

.coveo-case-study-carousel.coveo .case-study--content {
  padding: 28px 19px 20px 19px;
  min-height: 150px;
}

@media (min-width: 576px) {
  .coveo-case-study-carousel.coveo .case-study--content {
    min-height: auto;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .case-study--content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    top: 0;
    left: 0;
    bottom: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.75rem 0;
  }
}

.coveo-case-study-carousel.coveo .case-study--content .container {
  margin: 0;
}

.coveo-case-study-carousel.coveo .case-study h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .case-study h3 {
    margin-bottom: 12px;
  }
}

.coveo-case-study-carousel.coveo .case-study h2 {
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .case-study h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-case-study-carousel.coveo .case-study--feature img {
  width: 100%;
  height: auto;
  display: block;
}

.coveo-case-study-carousel.coveo .ampersand {
  padding-bottom: 0;
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .ampersand {
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand {
    padding-left: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .ampersand--feature {
    display: none;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .ampersand--content {
    padding: 0;
    margin: 0;
    background-color: transparent !important;
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand--content {
    min-width: 495px !important;
    max-width: 520px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .ampersand--content h3 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand--content h3 {
    display: none;
  }
}

.coveo-case-study-carousel.coveo .ampersand--content h2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-case-study-carousel.coveo .ampersand--content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-case-study-carousel.coveo .ampersand--content h2 {
    font-size: 20px;
    font-weight: 400;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand--content h2 {
    font-size: 36px;
  }
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand--content:hover .ampersand--meta {
    max-height: 500px;
  }
}

.coveo-case-study-carousel.coveo .ampersand--content p {
  margin-bottom: 5px;
}

.coveo-case-study-carousel.coveo .ampersand--content .ampersand--toggle {
  display: none;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .ampersand--content .ampersand--toggle {
    max-height: 0;
    display: block;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
  }
}

.coveo-case-study-carousel.coveo .ampersand--content .icon {
  fill: #fff;
}

.coveo-case-study-carousel.coveo .navigation {
  display: none;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo .navigation {
    display: block;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
  }
}

.coveo-case-study-carousel.coveo .navigation .next,
.coveo-case-study-carousel.coveo .navigation .prev {
  width: 38px;
  height: 27px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  float: none;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/icons/icon--left-arrow--large.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

.coveo-case-study-carousel.coveo .navigation .next:after,
.coveo-case-study-carousel.coveo .navigation .prev:after {
  display: none;
}

.coveo-case-study-carousel.coveo .navigation .prev {
  margin-left: 0;
}

.coveo-case-study-carousel.coveo .navigation .next {
  background-image: url(../img/icons/icon--right-arrow--large.svg);
}

.coveo-case-study-carousel.coveo .navigation .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 1261px) {
  .coveo-case-study-carousel.coveo.hovered .navigation {
    opacity: 0;
    pointer-events: none;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--contact .contact--content p.sub-text {
  font-size: 12px;
}

.component--contact .contact--content a {
  text-decoration: underline;
}

@media (min-width: 1261px) {
  .component--contact .contact--content form > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

.component--contact .contact--content form label,
.component--contact .contact--content form span {
  display: none;
}

.component--contact .contact--content form input,
.component--contact .contact--content form select,
.component--contact .contact--content form textarea {
  border: 0;
  padding: 10px 13px;
  font-size: 14px;
}

@media (max-width: 1260.98px) {
  .component--contact .contact--content form input,
  .component--contact .contact--content form select,
  .component--contact .contact--content form textarea {
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .component--contact .contact--content form input,
  .component--contact .contact--content form select {
    width: 49%;
  }
}

.component--contact .contact--content form input:not(input[type="submit"]),
.component--contact .contact--content form select,
.component--contact .contact--content form textarea {
  background-color: #fff;
  margin-bottom: 17px;
  color: #323e48;
  border-radius: 5px;
}

.component--contact
  .contact--content
  form
  input:not(input[type="submit"])::placeholder,
.component--contact .contact--content form select::placeholder,
.component--contact .contact--content form textarea::placeholder {
  color: #323e48;
}

.component--contact .contact--content form select {
  color: #323e48;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding-right: 45px;
  background-image: url(../img/icons/icon--language-selector-arrow.svg);
  background-size: 17px;
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
}

.component--contact .contact--content form select::-ms-expand {
  display: none;
}

.component--contact .contact--content form textarea {
  height: 180px;
  width: 100%;
}

.component--contact .contact--content form .pswrd-reset {
  font-family: "Publico Roman", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  padding-bottom: 6px;
  margin-right: 30px;
  color: #323e48;
}

.component--contact .contact--content form .pswrd-reset:after {
  width: 0;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.25s;
  background-color: #ffe74d;
  overflow: hidden;
}

.component--contact .contact--content form .pswrd-reset.active:after {
  width: 100%;
}

.component--contact .contact--content form button,
.component--contact .contact--content form input[type="submit"] {
  color: #fff;
  width: auto;
  margin-left: auto;
  padding: 10px 40px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.component--contact .contact--content form button:hover,
.component--contact .contact--content form input[type="submit"]:hover {
  background: #fff;
  color: #323e48;
}

@media (max-width: 1260.98px) {
  .component--contact .contact--content form {
    margin-top: 40px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--cta {
  padding: 60px 0;
}

@media (min-width: 1261px) {
  .component--cta {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--cta .row {
    align-items: center;
  }
}

.component--cta .content {
  text-align: center;
}

@media (min-width: 1261px) {
  .component--cta .content {
    text-align: left;
    padding: 50px 0;
  }
}

.component--cta .content h2,
.component--cta .content p {
  margin-bottom: 28px;
}

.component--cta .content h2:last-child,
.component--cta .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1261px) {
  .component--cta .content h2 {
    margin-bottom: 10px;
  }
}

.component--cta .content img {
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 1261px) {
  .component--cta .content img {
    display: none;
  }
}

.component--cta .content .btn {
  display: block;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--cta .content .btn {
    display: inline-block;
    padding: 10px 42px;
  }
}

.component--cta .image {
  display: none;
}

@media (min-width: 1261px) {
  .component--cta .image {
    display: block;
    text-align: right;
  }
}

@media (min-width: 1261px) {
  .component--cta .image img {
    width: auto;
    height: auto;
    margin-left: auto;
  }
}

.component--cta.article {
  padding-bottom: 0 !important;
  height: auto;
  position: relative;
}

.component--cta.article .cta--inner {
  position: relative;
}

.component--cta.article .image {
  display: block;
}

.component--cta.article .image img {
  width: 100%;
  height: auto;
  display: block;
}

.component--cta.article .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  color: currentColor;
  flex-wrap: wrap;
  padding: 20px;
  padding-right: calc(40% + 20px);
  text-align: left;
}

.component--cta.article .content h2 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}

.component--cta.article .content h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 10px;
}

.component--cta.article .btn.btn--link {
  padding-top: 6px;
  padding-left: 5px;
  display: block;
}

.component--cta.article .btn.btn--link:before {
  top: 7px;
  right: 5px;
}

.component--cta.article .btn.btn--link:after {
  width: 100%;
}

.component--cta.article + .article {
  margin-top: 30px;
}

@media (min-width: 1261px) {
  .component--cta.article + .article {
    margin-top: 65px;
  }
}

.component--cta.contact-us {
  padding: 50px 0;
}

.component--cta.contact-us .btn--rounded {
  display: block;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--cta.contact-us .btn--rounded {
    display: inline-block;
    padding: 10px 42px;
  }
}

@media (max-width: 1260.98px) {
  .component--cta.contact-us .btn--rounded {
    margin-top: 35px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.dynamic-grid-cta {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dynamic-grid-cta * {
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  font-family: "Publico Roman", serif;
}

@media (min-width: 768px) {
  .dynamic-grid-cta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 50px;
    margin: 80px auto;
  }
}

.dynamic-grid-cta .dynamic-grid-cta__title {
  flex: 0 0 100%;
}

.dynamic-grid-cta .dynamic-grid-cta__cta {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 768px) {
  .dynamic-grid-cta .dynamic-grid-cta__cta {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}

.dynamic-grid-cta .dynamic-grid-cta__cta .dynamic-grid-cta__cta__img {
  object-fit: contain;
}

.dynamic-grid-cta .dynamic-grid-cta__cta .dynamic-grid-cta__cta__title {
  font-size: 22px;
}

@media (min-width: 768px) {
  .dynamic-grid-cta .dynamic-grid-cta__cta .dynamic-grid-cta__cta__title {
    font-size: 24px;
  }
}

.dynamic-grid-cta .dynamic-grid-cta__cta .dynamic-grid-cta__cta__icon {
  width: 46px;
  height: 30px;
  background-color: #2d3a44;
  mask-image: url(../img/icons/icon--right-arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 50%;
  margin-top: auto;
}

.embedded-podcast {
  padding: 0 50px;
}

.embedded-podcast--widget {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .embedded-podcast--widget {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
  }
}

.embedded-podcast--widget .embedded-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.embedded-podcast--widget .embedded-content--widget {
  width: 100%;
}

.embedded-podcast--widget .embedded-content--widget iframe {
  width: 100%;
}

.embedded-podcast--widget .embedded-content--link {
  border: 1px solid #000;
  width: fit-content;
  padding: 4px 6px 4px 10px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .embedded-podcast--widget .embedded-content--link {
    width: 100%;
  }
}

.embedded-podcast__one-column__container {
  width: 100%;
}

.embedded-podcast__three-column__container {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .embedded-podcast__three-column__container {
    flex-direction: column;
  }
}

.embedded-podcast__three-column__container .embedded-podcast--widget {
  flex: 1;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.speaker__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaker img,
.speaker sc-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.speaker__info {
  width: 100%;
  text-align: left;
}

.speaker__name {
  font-family: "Publico Headline Web";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 4px;
}

.speaker__title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

.speaker__location {
  font-size: 0.95rem;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.speaker__actions {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}

.speaker__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: 0 0;
  border: 1px solid;
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  justify-content: center;
}

.speaker__btn:hover {
  background: #323e48;
  color: #fff;
}

.speaker__btn:hover svg {
  fill: #fff;
}

.podcast-lawyer-carousel .navigation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30%;
}

.podcast-lawyer-carousel .navigation .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 20px;
  bottom: 0;
}

.podcast-lawyer-carousel .navigation .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  padding: 0;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid currentColor;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  font-size: 0;
}

.podcast-lawyer-carousel .navigation .slick-dots li.slick-active {
  background-color: currentColor;
}

.podcast-lawyer-carousel .navigation .slick-dots li button {
  outline: 0;
  border: none;
  background: 0 0;
}

.podcast-lawyer-carousel .navigation .slick-dots-container .slick-dots li {
  border-color: inherit;
  color: inherit;
}

.podcast-lawyer-carousel
  .navigation
  .slick-dots-container
  .slick-dots
  li.slick-active {
  background-color: currentColor;
}

.podcast-lawyer-carousel .navigation .next,
.podcast-lawyer-carousel .navigation .prev {
  width: 32px;
  height: 32px;
  position: relative;
  background: 0 0;
  border: 1px solid;
  border-radius: 20%;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  color: inherit;
}

.podcast-lawyer-carousel .navigation .next:hover,
.podcast-lawyer-carousel .navigation .prev:hover {
  opacity: 0.8;
}

.podcast-lawyer-carousel .navigation .next.slick-disabled,
.podcast-lawyer-carousel .navigation .prev.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.podcast-lawyer-carousel .carousel-container {
  margin-right: -2px;
}

.podcast-lawyer-carousel .carousel-container__slide {
  width: auto;
}

.podcast-lawyer-carousel .episode-block-carousel-component .slick-track {
  display: flex;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .component--error .error--image {
    margin-top: 50px !important;
  }
}

@media (max-width: 1260.98px) {
  .component--error .error--image {
    max-width: 400px;
    margin: 0 auto;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (max-width: 1260.98px) {
  .component--featured-insight {
    padding: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--featured-insight .container {
    padding: 0;
  }
}

.component--featured-insight .row {
  position: relative;
}

.component--featured-insight .featured--content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1260.98px) {
  .component--featured-insight .featured--content {
    padding: 30px;
  }
}

.component--featured-insight .featured--content h2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .component--featured-insight .featured--content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

.component--featured-insight .featured--content p:first-of-type {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .component--featured-insight .featured--content p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

@media (max-width: 1260.98px) {
  .component--featured-insight .featured--content > p {
    display: none;
  }
}

.component--featured-insight .featured--meta {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 1260.98px) {
  .component--featured-insight .featured--meta {
    flex-flow: row wrap;
  }
}

.component--featured-insight .featured--meta h4,
.component--featured-insight .featured--meta p {
  margin-right: 30px;
  margin-bottom: 1rem;
}

.component--featured-insight .featured--meta p:last-child {
  margin-right: 0;
}

.component--featured-insight .featured--video iframe {
  width: 100%;
  height: 100%;
}

.component--featured-insight.video .row > div:first-child {
  z-index: 1111;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--featured {
  padding-top: 0;
}

@media (min-width: 1261px) {
  .component--featured {
    padding-top: 60px;
  }
}

@media (min-width: 1261px) {
  .component--featured .row {
    display: flex;
    flex-direction: row-reverse;
  }
}

.component--featured .date {
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.component--featured .date span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

@media (min-width: 1261px) {
  .component--featured .date {
    border: 1px solid #fff;
    position: relative;
    display: none;
    margin-right: 35px;
  }
}

@media (min-width: 1261px) {
  .component--featured .featured--meta {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 33px;
  }
}

.component--featured .featured--meta .date {
  display: none;
}

@media (min-width: 1261px) {
  .component--featured .featured--meta .date {
    display: block;
  }
}

.component--featured .featured--image {
  margin-left: -32px;
  margin-right: -32px;
  position: relative;
}

@media (min-width: 1261px) {
  .component--featured .featured--image {
    margin: 0;
  }
}

.component--featured .featured--image img {
  display: block;
  width: 100%;
  height: auto;
}

.component--featured .featured--image .date {
  color: #fff;
}

.component--featured .featured--content {
  padding: 25px 0 7px 0;
}

@media (min-width: 1261px) {
  .component--featured .featured--content {
    padding-right: 65px;
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.component--featured .featured--content h2 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}

@media (min-width: 1261px) {
  .component--featured .featured--content h2 {
    margin-bottom: 18px;
  }
}

.component--featured .featured--content h1 {
  font-family: "Publico Roman", serif;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 30px;
  margin-bottom: 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .component--featured .featured--content h1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .component--featured .featured--content h1 {
    font-size: 36px;
    line-height: 1.28;
    margin-bottom: 17px;
  }
}

.component--featured .featured--content p {
  margin-bottom: 20px;
}

.component--featured .featured--content p:first-of-type {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .component--featured .featured--content p:first-of-type {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .component--featured .featured--content p {
    margin-bottom: 30px;
  }
}

@media (min-width: 1261px) {
  .component--featured .featured--content p:last-child {
    margin-bottom: 0;
  }
}

.component--featured .featured--content .icon + .icon {
  margin-left: 10px;
}

@media (min-width: 1261px) {
  .component--featured .featured--content .icon + .icon {
    margin-left: 26px;
  }
}

.component--featured.event .featured--content h1 {
  margin-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--featured.success {
    padding-top: 140px;
    padding-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .component--featured.success .featured--image {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}

.component--featured.colour--white .featured--content .icon.timezone {
  background-image: url(../img/icons/icon--timezone__white.svg);
}

.component--featured.colour--white .featured--content .btn {
  color: #fff;
}

.component--featured.colour--white .featured--content .btn:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.component--featured.colour--white .featured--content .btn:after {
  background-color: #fff;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--forms input[type="email"],
.component--forms input[type="password"],
.component--forms input[type="text"],
.component--forms select,
.component--forms textarea {
  width: 100%;
  padding: 9px 15px;
  border-radius: 4px;
  background-color: #f5f5f6;
  color: #323e48;
  font-size: 14px;
  box-shadow: inset 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
  border: 1px solid transparent;
  margin-bottom: 10px;
  transition:
    border 0.25s,
    background-color 0.25s,
    color 0.25s;
  -webkit-appearance: none;
}

.component--forms input[type="email"].focus,
.component--forms input[type="email"]:focus,
.component--forms input[type="password"].focus,
.component--forms input[type="password"]:focus,
.component--forms input[type="text"].focus,
.component--forms input[type="text"]:focus,
.component--forms select.focus,
.component--forms select:focus,
.component--forms textarea.focus,
.component--forms textarea:focus {
  border: 1px solid #323e48;
  background-color: #fff;
  color: #323e48;
}

.component--forms input[type="email"]:-ms-input-placeholder,
.component--forms input[type="email"]::-ms-input-placeholder,
.component--forms input[type="email"]::placeholder,
.component--forms input[type="password"]:-ms-input-placeholder,
.component--forms input[type="password"]::-ms-input-placeholder,
.component--forms input[type="password"]::placeholder,
.component--forms input[type="text"]:-ms-input-placeholder,
.component--forms input[type="text"]::-ms-input-placeholder,
.component--forms input[type="text"]::placeholder,
.component--forms select:-ms-input-placeholder,
.component--forms select::-ms-input-placeholder,
.component--forms select::placeholder,
.component--forms textarea:-ms-input-placeholder,
.component--forms textarea::-ms-input-placeholder,
.component--forms textarea::placeholder {
  color: #323e48;
  opacity: 1;
}

.component--forms input[type="email"].error,
.component--forms input[type="email"].input-validation-error,
.component--forms input[type="email"].valid.input-validation-error,
.component--forms input[type="email"][aria-invalid="true"],
.component--forms input[type="email"][class^="Value-error"],
.component--forms input[type="password"].error,
.component--forms input[type="password"].input-validation-error,
.component--forms input[type="password"].valid.input-validation-error,
.component--forms input[type="password"][aria-invalid="true"],
.component--forms input[type="password"][class^="Value-error"],
.component--forms input[type="text"].error,
.component--forms input[type="text"].input-validation-error,
.component--forms input[type="text"].valid.input-validation-error,
.component--forms input[type="text"][aria-invalid="true"],
.component--forms input[type="text"][class^="Value-error"],
.component--forms select.error,
.component--forms select.input-validation-error,
.component--forms select.valid.input-validation-error,
.component--forms select[aria-invalid="true"],
.component--forms select[class^="Value-error"],
.component--forms textarea.error,
.component--forms textarea.input-validation-error,
.component--forms textarea.valid.input-validation-error,
.component--forms textarea[aria-invalid="true"],
.component--forms textarea[class^="Value-error"] {
  border: 1px solid #ca3665;
  background-color: #fff;
  color: #ca3665;
}

.component--forms input[type="email"].error:-ms-input-placeholder,
.component--forms input[type="email"].error::-ms-input-placeholder,
.component--forms input[type="email"].error::placeholder,
.component--forms
  input[type="email"].input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="email"].input-validation-error::-ms-input-placeholder,
.component--forms input[type="email"].input-validation-error::placeholder,
.component--forms
  input[type="email"].valid.input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="email"].valid.input-validation-error::-ms-input-placeholder,
.component--forms input[type="email"].valid.input-validation-error::placeholder,
.component--forms
  input[type="email"][aria-invalid="true"]:-ms-input-placeholder,
.component--forms
  input[type="email"][aria-invalid="true"]::-ms-input-placeholder,
.component--forms input[type="email"][aria-invalid="true"]::placeholder,
.component--forms
  input[type="email"][class^="Value-error"]:-ms-input-placeholder,
.component--forms
  input[type="email"][class^="Value-error"]::-ms-input-placeholder,
.component--forms input[type="email"][class^="Value-error"]::placeholder,
.component--forms input[type="password"].error:-ms-input-placeholder,
.component--forms input[type="password"].error::-ms-input-placeholder,
.component--forms input[type="password"].error::placeholder,
.component--forms
  input[type="password"].input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="password"].input-validation-error::-ms-input-placeholder,
.component--forms input[type="password"].input-validation-error::placeholder,
.component--forms
  input[type="password"].valid.input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="password"].valid.input-validation-error::-ms-input-placeholder,
.component--forms
  input[type="password"].valid.input-validation-error::placeholder,
.component--forms
  input[type="password"][aria-invalid="true"]:-ms-input-placeholder,
.component--forms
  input[type="password"][aria-invalid="true"]::-ms-input-placeholder,
.component--forms input[type="password"][aria-invalid="true"]::placeholder,
.component--forms
  input[type="password"][class^="Value-error"]:-ms-input-placeholder,
.component--forms
  input[type="password"][class^="Value-error"]::-ms-input-placeholder,
.component--forms input[type="password"][class^="Value-error"]::placeholder,
.component--forms input[type="text"].error:-ms-input-placeholder,
.component--forms input[type="text"].error::-ms-input-placeholder,
.component--forms input[type="text"].error::placeholder,
.component--forms
  input[type="text"].input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="text"].input-validation-error::-ms-input-placeholder,
.component--forms input[type="text"].input-validation-error::placeholder,
.component--forms
  input[type="text"].valid.input-validation-error:-ms-input-placeholder,
.component--forms
  input[type="text"].valid.input-validation-error::-ms-input-placeholder,
.component--forms input[type="text"].valid.input-validation-error::placeholder,
.component--forms input[type="text"][aria-invalid="true"]:-ms-input-placeholder,
.component--forms
  input[type="text"][aria-invalid="true"]::-ms-input-placeholder,
.component--forms input[type="text"][aria-invalid="true"]::placeholder,
.component--forms
  input[type="text"][class^="Value-error"]:-ms-input-placeholder,
.component--forms
  input[type="text"][class^="Value-error"]::-ms-input-placeholder,
.component--forms input[type="text"][class^="Value-error"]::placeholder,
.component--forms select.error:-ms-input-placeholder,
.component--forms select.error::-ms-input-placeholder,
.component--forms select.error::placeholder,
.component--forms select.input-validation-error:-ms-input-placeholder,
.component--forms select.input-validation-error::-ms-input-placeholder,
.component--forms select.input-validation-error::placeholder,
.component--forms select.valid.input-validation-error:-ms-input-placeholder,
.component--forms select.valid.input-validation-error::-ms-input-placeholder,
.component--forms select.valid.input-validation-error::placeholder,
.component--forms select[aria-invalid="true"]:-ms-input-placeholder,
.component--forms select[aria-invalid="true"]::-ms-input-placeholder,
.component--forms select[aria-invalid="true"]::placeholder,
.component--forms select[class^="Value-error"]:-ms-input-placeholder,
.component--forms select[class^="Value-error"]::-ms-input-placeholder,
.component--forms select[class^="Value-error"]::placeholder,
.component--forms textarea.error:-ms-input-placeholder,
.component--forms textarea.error::-ms-input-placeholder,
.component--forms textarea.error::placeholder,
.component--forms textarea.input-validation-error:-ms-input-placeholder,
.component--forms textarea.input-validation-error::-ms-input-placeholder,
.component--forms textarea.input-validation-error::placeholder,
.component--forms textarea.valid.input-validation-error:-ms-input-placeholder,
.component--forms textarea.valid.input-validation-error::-ms-input-placeholder,
.component--forms textarea.valid.input-validation-error::placeholder,
.component--forms textarea[aria-invalid="true"]:-ms-input-placeholder,
.component--forms textarea[aria-invalid="true"]::-ms-input-placeholder,
.component--forms textarea[aria-invalid="true"]::placeholder,
.component--forms textarea[class^="Value-error"]:-ms-input-placeholder,
.component--forms textarea[class^="Value-error"]::-ms-input-placeholder,
.component--forms textarea[class^="Value-error"]::placeholder {
  color: #ca3665;
  opacity: 1;
}

.component--forms input[type="email"].location,
.component--forms input[type="password"].location,
.component--forms input[type="text"].location,
.component--forms select.location,
.component--forms textarea.location {
  padding-left: 45px;
}

.component--forms select {
  cursor: pointer;
}

.component--forms select.focus,
.component--forms select:focus {
  border: 1px solid #323e48;
  background-color: #323e48;
  color: #fff;
}

.component--forms select.focus option,
.component--forms select:focus option {
  background-color: #fff;
  color: #323e48;
}

.component--forms select.focus option:hover,
.component--forms select:focus option:hover {
  background-color: #f5f5f6;
  color: #fff;
}

.component--forms select.error.focus,
.component--forms select.error:focus,
.component--forms select.input-validation-error.focus,
.component--forms select.input-validation-error:focus,
.component--forms select.valid.input-validation-error.focus,
.component--forms select.valid.input-validation-error:focus,
.component--forms select[aria-invalid="true"].focus,
.component--forms select[aria-invalid="true"]:focus,
.component--forms select[class^="Value-error"].focus,
.component--forms select[class^="Value-error"]:focus {
  background-color: #ca3665;
  border: 1px solid #ca3665;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--full-width-video
  .full-width-video--container
  .description--container
  p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 20px;
}

.component--full-width-video + .component--rich-text {
  margin-top: 1rem;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--grid .grid--container::after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 1260.98px) {
  .component--grid .grid--container {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.large {
    width: 590px;
    height: 600px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.large .card--image {
    height: 600px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.large .card--content p {
    font-size: 24px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.medium {
    width: 590px;
    height: 300px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.medium .card--image {
    height: 300px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.small {
    width: 295px;
    height: 300px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--grid .card.difference.small .card--image {
    height: 300px;
  }
}

.edit-mode .component--grid .card.difference .card--theme:before {
  display: none;
}

.edit-mode .component--grid .card.difference .card--theme:hover {
  color: #323e48;
}

.edit-mode .component--grid .card.difference .card--theme:hover h2,
.edit-mode .component--grid .card.difference .card--theme:hover h3,
.edit-mode .component--grid .card.difference .card--theme:hover p {
  color: #323e48;
}

.edit-mode .component--grid .card.difference p {
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
  padding-top: 11px;
  padding-bottom: 17px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.guest-speakers {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0 auto;
  max-width: 1367px;
  padding: 50px;
}

@media (min-width: 768px) {
  .guest-speakers {
    gap: 60px;
  }
}

.guest-speakers * {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: "Publico Roman", serif;
}

.guest-speakers .guest-speakers__title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .guest-speakers .guest-speakers__title {
    font-size: 35px;
  }
}

.guest-speakers .guest-speakers__speaker {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .guest-speakers .guest-speakers__speaker {
    flex-direction: row;
    gap: 31px;
  }
}

.guest-speakers .guest-speakers__speaker .guest-speakers__speaker__img {
  flex: 0 0 100%;
  aspect-ratio: 1.75/1;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .guest-speakers .guest-speakers__speaker .guest-speakers__speaker__img {
    flex: 0 0 40%;
    max-width: 550px;
  }
}

.guest-speakers .guest-speakers__speaker .guest-speakers__speaker__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.guest-speakers
  .guest-speakers__speaker
  .guest-speakers__speaker__content
  .guest-speakers__speaker__content__name {
  font-size: 22px;
}

@media (min-width: 992px) {
  .guest-speakers
    .guest-speakers__speaker
    .guest-speakers__speaker__content
    .guest-speakers__speaker__content__name {
    font-size: 28px;
  }
}

.guest-speakers
  .guest-speakers__speaker
  .guest-speakers__speaker__content
  .guest-speakers__speaker__content__text {
  font-size: 16px;
}

@media (min-width: 992px) {
  .guest-speakers
    .guest-speakers__speaker
    .guest-speakers__speaker__content
    .guest-speakers__speaker__content__text {
    font-size: 20px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--hero-headlines {
  width: 100%;
  padding: 50px 0 35px 0;
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 1261px) {
  .component--hero-headlines {
    padding: 50px 0 65px 0;
    background-color: transparent;
  }
}

@media (min-width: 1261px) {
  .component--hero-headlines .slick-list {
    overflow: visible;
  }
}

.component--hero-headlines h2 {
  margin-bottom: 25px;
}

@media (min-width: 1261px) {
  .component--hero-headlines .headlines--intro {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--hero-headlines .headlines--container .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 1260.98px) {
  .component--hero-headlines .headlines--container .slick-track {
    transform: translate3d(0, 0, 0) !important;
  }
}

@media (min-width: 1261px) {
  .component--hero-headlines .headlines--container .slick-track {
    display: flex;
  }
}

@media (min-width: 1261px) {
  .component--hero-headlines .headlines--container .slick-slide {
    float: left;
    display: inline;
    margin: 0 10px;
  }
}

.component--hero-headlines
  .headlines--container
  .slick-slide:nth-child(2)
  .card {
  border-bottom: 1px solid #323e48;
}

@media (min-width: 1261px) {
  .component--hero-headlines
    .headlines--container
    .slick-slide:nth-child(2)
    .card {
    border-bottom: 0;
  }
}

.component--hero-headlines
  .headlines--container
  .slick-slide:nth-child(1n + 3) {
  display: none;
}

@media (min-width: 1261px) {
  .component--hero-headlines
    .headlines--container
    .slick-slide:nth-child(1n + 3) {
    display: block;
  }
}

@media (min-width: 1261px) {
  .component--hero-headlines
    .headlines--container
    .slick-slide.active:last-child {
    padding-right: 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--hero {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1261px) {
  .component--hero {
    overflow: hidden;
    padding: 100px 0 0 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.auto {
    height: 600px;
  }
}

@media (min-width: 1261px) {
  .component--hero:not(.image):not(.person) {
    padding: 0 !important;
  }
}

@media (min-width: 1261px) {
  .component--hero:not(.image):not(.person) .hero--feature {
    height: 100%;
  }
}

@media (min-width: 1261px) {
  .component--hero:not(.image):not(.person) .hero--feature__wrapper {
    height: 100%;
  }
}

@media (min-width: 1261px) {
  .component--hero:not(.image):not(.person) .hero--feature img {
    height: 100%;
  }
}

.component--hero .hero--feature__wrapper {
  position: relative;
}

@media (min-width: 1261px) {
  .component--hero .hero--feature__wrapper .container {
    padding-right: 32px;
  }
}

@media (max-width: 1260.98px) {
  .component--hero .hero--feature {
    display: none;
  }
}

.component--hero .hero--feature img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.component--hero-simple {
  min-height: 220px;
}

.component--hero-simple .hero--feature__wrapper {
  position: relative;
  max-height: 400px;
}

.component--hero-simple .hero--feature__wrapper .simple_banner {
  min-height: 400px;
}

.component--hero-simple .hero--content__simple {
  position: relative;
  z-index: 1;
}

@media (min-width: 1261px) {
  .component--hero-simple .hero--content__simple {
    position: absolute;
  }
}

.component--hero-simple .hero--animation {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}

@media (max-width: 1260.98px) {
  .component--hero-simple .hero {
    position: static;
    margin-top: 30px;
    top: auto;
  }
}

.component--hero .hero--animation {
  position: absolute;
  bottom: -7px;
  z-index: 0;
}

@media (max-width: 1260.98px) {
  .component--hero .hero--animation {
    position: static;
    margin-top: 30px;
    top: auto;
  }
}

@media (min-width: 992px) {
  .component--hero .hero--animation {
    bottom: -30px;
  }
}

@media screen and (min-width: 2500px) {
  .component--hero .hero--animation {
    bottom: -90px;
  }
}

@media screen and (min-width: 3000px) {
  .component--hero .hero--animation {
    bottom: -170px;
  }
}

.component--hero .hero--animation .lottie-wrapper {
  width: 100%;
}

@media (max-width: 1260.98px) {
  .component--hero .hero--animation .desktop-only {
    display: none;
  }
}

.component--hero .hero--animation .desktop-only picture {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .component--hero .hero--animation .mobile-only {
    display: none;
  }
}

.component--hero .hero--content {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1261px) {
  .component--hero .hero--content {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.component--hero .hero--content__simple .container {
  margin: 0 auto;
}

.component--hero .hero--content__simple__wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.component--hero .hero--content__simple__wrapper::before {
  content: "";
  position: absolute;
  left: -10000%;
  background-color: #323e48;
  width: 10000%;
  height: 100%;
  top: 0;
}

@media screen and (min-width: 768px) {
  .component--hero .hero--content__simple__wrapper {
    display: flex;
    max-width: 750px;
    padding-left: 65px;
  }
}

.component--hero .hero--content a {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .component--hero .hero--copy {
    max-width: 520px;
  }
}

@media (max-width: 1260.98px) {
  .component--hero .hero--copy {
    padding-right: 28px;
  }
}

.component--hero .hero--copy .hero--cta {
  margin-top: 45px;
}

@media (min-width: 1261px) {
  .component--hero .hero--copy .hero--cta {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 18px;
  }
}

@media (min-width: 1261px) {
  .component--hero .hero--copy .hero--cta .hero--dropdown-wrapper {
    flex: none;
  }
}

.component--hero .hero--copy .hero--cta > p {
  margin: 15px 0;
}

@media (min-width: 1261px) {
  .component--hero .hero--copy .hero--cta > p {
    margin: 0;
    padding-left: 9px;
    padding-right: 9px;
  }
}

.component--hero .hero--dropdown {
  position: relative;
}

@media (max-width: 1260.98px) {
  .component--hero .hero--dropdown {
    width: 70%;
  }
}

.component--hero .hero--dropdown-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1260.98px) {
  .component--hero .hero--dropdown-wrapper {
    width: 100%;
  }
}

.component--hero .hero--dropdown-wrapper .btn {
  margin-left: 16px;
}

@media (min-width: 1261px) {
  .component--hero .hero--dropdown-wrapper .btn {
    margin-left: 10px;
  }
}

.component--hero .hero--dropdown-label {
  cursor: pointer;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.component--hero .hero--dropdown-label svg {
  margin-left: 32px;
}

.component--hero .hero--dropdown-list {
  margin: 0;
  padding: 0;
  width: 100%;
}

.component--hero .hero--dropdown-item {
  width: 100%;
}

.component--hero .hero--dropdown-item a {
  display: block;
  background-color: #323e48;
  border: 1px solid #e3e3e3;
  border-bottom: 0;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}

.component--hero .hero--dropdown-item a:hover {
  color: #323e48;
  text-decoration: none;
  background-color: #fff;
}

.component--hero .hero--dropdown-item a:focus-visible {
  outline-offset: -2px;
}

.component--hero .hero--dropdown-item:last-child a {
  border-bottom: 1px solid #e3e3e3;
}

.component--hero.home {
  height: calc(100vh - 83px);
}

@media (min-width: 1261px) {
  .component--hero.home {
    height: 100vh;
  }
}

.component--hero.home .hero-feature__wrapper {
  height: 100%;
}

.component--hero.home .ampersand {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
  height: calc(100vh - 83px);
}

@media (min-width: 1261px) {
  .component--hero.home .ampersand {
    padding-top: 100px;
    height: 100vh;
  }
}

.component--hero.home .ampersand--content {
  background-color: transparent !important;
  padding: 0;
  max-width: 500px;
}

@media (min-width: 1261px) {
  .component--hero.home .ampersand--content {
    padding: 60px 0 0 0;
  }
}

.component--hero.home .ampersand--content h1 {
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 1261px) {
  .component--hero.home .ampersand .podcast-title {
    padding-top: 100px;
    padding-left: 100px;
  }
}

.component--hero.home .ampersand--links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

@media (min-width: 1261px) {
  .component--hero.home .ampersand--links {
    flex-direction: row;
    width: 100%;
    padding-bottom: 30px;
  }
}

.component--hero.home .ampersand--feature {
  width: 140%;
  position: relative !important;
  padding-bottom: 90px;
}

.component--hero.home .ampersand--feature-desktop {
  padding-left: 90px;
}

@media (max-width: 1260.98px) {
  .component--hero.home .ampersand--feature-desktop {
    display: none;
  }
}

.component--hero.home .ampersand--feature-mobile {
  position: absolute;
  width: 1200px;
  top: -140px;
}

@media (min-width: 1261px) {
  .component--hero.home .ampersand--feature-mobile {
    display: none;
  }
}

.component--hero.home .ampersand--feature .st0 {
  stroke-miterlimit: 10;
}

.component--hero.home .ampersand--feature .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none !important;
  stroke-width: 12;
  stroke-miterlimit: 10;
}

.component--hero.home .ampersand--feature svg {
  height: 160px;
}

.component--hero.home .ampersand--feature svg .svg-elem-1 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.component--hero.home .ampersand--feature svg .svg-elem-2 {
  stroke-dashoffset: 2500px;
  stroke-dasharray: 2500px;
  -webkit-transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    0.12s;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.component--hero.home .ampersand--feature.active svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

.component--hero.home .ampersand--feature.active svg .svg-elem-2 {
  stroke-dashoffset: 0;
}

.component--hero.home .ampersand.white .ampersand--feature svg path {
  stroke: #fff !important;
}

.component--hero.home .ampersand.slate .ampersand--feature svg path {
  stroke: #323e48 !important;
}

.component--hero.home .ampersand.orange .ampersand--feature svg path {
  stroke: #ffa068 !important;
}

.component--hero.home .ampersand.lime .ampersand--feature svg path {
  stroke: #c0df8a !important;
}

.component--hero.home .ampersand.light-grey .ampersand--feature svg path {
  stroke: #e3e3e3 !important;
}

.component--hero.home .ampersand.pink .ampersand--feature svg path {
  stroke: #ffb1ba !important;
}

.component--hero.home .ampersand.yellow .ampersand--feature svg path {
  stroke: #ffe74d !important;
}

.component--hero.home .ampersand.teal .ampersand--feature svg path {
  stroke: #9fddd3 !important;
}

.component--hero.home .ampersand.lilac .ampersand--feature svg path {
  stroke: #cf9dc7 !important;
}

.component--hero.home .ampersand.blue .ampersand--feature svg path {
  stroke: #84aae4 !important;
}

.component--hero.home .ampersand.sand .ampersand--feature svg path {
  stroke: #edc2b2 !important;
}

.component--hero.home .ampersand.dark-green .ampersand--feature svg path {
  stroke: #477628 !important;
}

.component--hero.home .ampersand.dark-blue .ampersand--feature svg path {
  stroke: #005c82 !important;
}

.component--hero.home .ampersand.dark-purple .ampersand--feature svg path {
  stroke: #5b255d !important;
}

.component--hero.home .ampersand.dark-pink .ampersand--feature svg path {
  stroke: #ca3665 !important;
}

.component--hero.podcast {
  height: calc(100vh - 83px);
}

@media (min-width: 1261px) {
  .component--hero.podcast {
    height: 100vh;
  }
}

@media (min-width: 1261px) {
  .component--hero.podcast .hero--content .container {
    height: 100%;
  }
}

.component--hero.podcast .hero-feature__wrapper {
  height: 100%;
}

.component--hero.podcast .ampersand {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: space-between;
  height: calc(100vh - 83px);
}

@media (min-width: 1261px) {
  .component--hero.podcast .ampersand {
    height: 100vh;
  }
}

@media screen and (max-height: 1000px) {
  .component--hero.podcast .ampersand {
    padding: 0 !important;
  }
}

.component--hero.podcast .ampersand--content {
  background-color: transparent !important;
  padding: 0;
  max-width: 500px;
}

.component--hero.podcast .ampersand--content h1 {
  font-size: 60px;
  line-height: 1;
}

@media (min-width: 1261px) {
  .component--hero.podcast .ampersand .podcast-title {
    padding-top: 300px;
    padding-left: 100px;
  }
}

.component--hero.podcast .ampersand--links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

@media (min-width: 1261px) {
  .component--hero.podcast .ampersand--links {
    flex-direction: row;
    width: 100%;
    padding-bottom: 30px;
  }
}

.component--hero.podcast .ampersand--feature {
  width: 140%;
  position: relative !important;
}

.component--hero.podcast .ampersand--feature-desktop {
  padding-left: 90px;
}

@media (max-width: 1260.98px) {
  .component--hero.podcast .ampersand--feature-desktop {
    display: none;
  }
}

.component--hero.podcast .ampersand--feature-mobile {
  position: absolute;
  width: 1200px;
  top: -140px;
}

@media (min-width: 1261px) {
  .component--hero.podcast .ampersand--feature-mobile {
    display: none;
  }
}

.component--hero.podcast .ampersand--feature .st0 {
  stroke-miterlimit: 10;
}

.component--hero.podcast .ampersand--feature .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none !important;
  stroke-width: 12;
  stroke-miterlimit: 10;
}

.component--hero.podcast .ampersand--feature svg {
  height: 160px;
}

.component--hero.podcast .ampersand--feature svg .svg-elem-1 {
  stroke-dashoffset: 2px;
  stroke-dasharray: 2px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.component--hero.podcast .ampersand--feature svg .svg-elem-2 {
  stroke-dashoffset: 2500px;
  stroke-dasharray: 2500px;
  -webkit-transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    0.12s;
  transition: stroke-dashoffset 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s;
}

.component--hero.podcast .ampersand--feature.active svg .svg-elem-1 {
  stroke-dashoffset: 0;
}

.component--hero.podcast .ampersand--feature.active svg .svg-elem-2 {
  stroke-dashoffset: 0;
}

.component--hero.podcast .ampersand.white .ampersand--feature svg path {
  stroke: #fff !important;
}

.component--hero.podcast .ampersand.slate .ampersand--feature svg path {
  stroke: #323e48 !important;
}

.component--hero.podcast .ampersand.orange .ampersand--feature svg path {
  stroke: #ffa068 !important;
}

.component--hero.podcast .ampersand.lime .ampersand--feature svg path {
  stroke: #c0df8a !important;
}

.component--hero.podcast .ampersand.light-grey .ampersand--feature svg path {
  stroke: #e3e3e3 !important;
}

.component--hero.podcast .ampersand.pink .ampersand--feature svg path {
  stroke: #ffb1ba !important;
}

.component--hero.podcast .ampersand.yellow .ampersand--feature svg path {
  stroke: #ffe74d !important;
}

.component--hero.podcast .ampersand.teal .ampersand--feature svg path {
  stroke: #9fddd3 !important;
}

.component--hero.podcast .ampersand.lilac .ampersand--feature svg path {
  stroke: #cf9dc7 !important;
}

.component--hero.podcast .ampersand.blue .ampersand--feature svg path {
  stroke: #84aae4 !important;
}

.component--hero.podcast .ampersand.sand .ampersand--feature svg path {
  stroke: #edc2b2 !important;
}

.component--hero.podcast .ampersand.dark-green .ampersand--feature svg path {
  stroke: #477628 !important;
}

.component--hero.podcast .ampersand.dark-blue .ampersand--feature svg path {
  stroke: #005c82 !important;
}

.component--hero.podcast .ampersand.dark-purple .ampersand--feature svg path {
  stroke: #5b255d !important;
}

.component--hero.podcast .ampersand.dark-pink .ampersand--feature svg path {
  stroke: #ca3665 !important;
}

.component--hero.basic {
  overflow: visible;
}

@media (min-width: 1261px) {
  .component--hero.basic {
    height: 380px;
  }
}

.component--hero.basic .hero--feature img {
  display: none;
}

@media (min-width: 1261px) {
  .component--hero.basic .hero--feature img {
    display: block;
  }
}

.component--hero.basic .hero--content {
  position: relative;
  padding: 8vw 0;
}

@media (min-width: 1261px) {
  .component--hero.basic .hero--content {
    position: absolute;
    padding: 0;
  }
}

.component--hero.basic .hero--content .container {
  display: flex;
  align-items: center;
}

.component--hero.basic h1 {
  letter-spacing: 0.4px;
}

@media (min-width: 1261px) {
  .component--hero.basic h1 {
    letter-spacing: 1px;
  }
}

.component--hero.basic h2 {
  font-size: 14px;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1.17;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 1261px) {
  .component--hero.basic h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }
}

.component--hero.basic .ampersand {
  margin-bottom: 0;
}

@media (max-width: 1260.98px) {
  .component--hero.basic .ampersand {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.basic .ampersand {
    margin-top: 75px;
    padding-bottom: 71px;
    overflow: hidden;
  }
}

@media (max-width: 1260.98px) {
  .component--hero.basic .ampersand .ampersand--feature.desktop {
    display: none;
  }
}

.component--hero.basic .ampersand .ampersand--feature.mobile {
  bottom: -27px;
  left: -20px;
}

.component--hero.basic .ampersand .ampersand--content {
  padding: 29px 20px 24px 29px;
}

@media (max-width: 1260.98px) {
  .component--hero.basic .ampersand .ampersand--content {
    margin-left: 35px;
  }
}

@media (min-width: 1261px) {
  .component--hero.basic .ampersand .ampersand--content {
    padding: 29px 40px 34px 40px;
    min-width: 410px;
    margin-bottom: -10px;
  }
}

.component--hero.basic .ampersand .ampersand--content .btn.btn--link {
  color: currentColor;
}

.component--hero.basic.new .hero--content .container {
  justify-content: flex-start;
}

.component--hero.basic.new .hero--content .h1 {
  letter-spacing: 0.4px;
  margin: 0 !important;
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .component--hero.basic.new .hero--content .h1 {
    font-size: 35px;
    line-height: 1.33;
  }
}

@media (min-width: 1261px) {
  .component--hero.basic.new .hero--content .h1 {
    letter-spacing: 1px;
    line-height: 1.2;
  }
}

.component--hero.basic.new .hero--content .h2 {
  display: block;
  font-size: 14px;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1.17;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 1261px) {
  .component--hero.basic.new .hero--content .h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1261px) {
  .component--hero.basic.new .hero--content .h2 {
    margin-bottom: 18px;
  }
}

.component--hero.basic.new .hero--content-wrapper {
  max-width: 620px;
  position: relative;
  padding: 29px 24px 34px 24px;
  z-index: 1;
}

@media (min-width: 576px) {
  .component--hero.basic.new .hero--content-wrapper {
    padding: 29px 40px 34px 55px;
  }
}

@media (min-width: 992px) {
  .component--hero.basic.new .hero--content-wrapper {
    padding-left: 70px;
  }
}

@media (min-width: 1261px) {
  .component--hero.basic.new .hero--content-wrapper {
    padding: 18px 40px 18px 55px;
  }
}

.component--hero.basic.new .hero--content-wrapper:after {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  right: 0;
  content: "";
  display: block;
  z-index: -1;
  background-color: inherit;
}

.component--hero.basic.new .hero--content-container {
  max-width: 410px;
}

@media (min-width: 1261px) {
  .component--hero.microsite {
    height: 260px;
  }
}

@media (max-width: 1260.98px) {
  .component--hero.microsite {
    padding: 70px 0;
  }
}

.component--hero.person {
  padding-top: 0 !important;
}

@media (min-width: 1261px) {
  .component--hero.person {
    height: 440px;
  }
}

@media (min-width: 1261px) {
  .component--hero.person .container {
    display: flex;
    justify-content: flex-end;
  }
}

.component--hero.person .hero--feature {
  display: block !important;
  height: 100%;
}

.component--hero.person .hero--feature__wrapper {
  height: 100%;
  max-height: 400px;
}

.component--hero.person .hero--feature img {
  height: 100%;
}

@media (min-width: 1261px) {
  .component--hero.person .hero--person-details {
    max-width: 476px;
  }
}

.component--hero.person .hero--person-details > p > a + a {
  margin-left: 6px;
}

.component--hero.person .hero--person-details > p > a + a:before {
  content: "\002C";
  font-family: arial;
  display: inline-block;
  position: relative;
  right: 10px;
}

.component--hero.person .hero--person-details > p > a + a .icon.location,
.component--hero.person .hero--person-details > p > a + a > span {
  background-image: none;
  padding-left: 0;
  margin-left: -9px;
}

.component--hero.person h1 {
  color: #ffe74d;
  font-size: 30px;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .component--hero.person h1 {
    font-size: 36px;
  }
}

.component--hero.person p {
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--hero.person p {
    margin-bottom: 50px;
  }
}

.component--hero.person p .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.component--hero.person p .card--role + a,
.component--hero.person p .card--role + span {
  margin-left: 18px;
}

.component--hero.person .icon.location {
  color: #fff;
  background-image: url(../img/icons/icon--pointer__white.svg);
  padding-left: 17px;
}

.component--hero.person .icon--group {
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
  border: 0;
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group {
    width: 100%;
    margin: 0;
  }
}

.component--hero.person .icon--group a {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  flex-grow: 1;
  background-color: #323e48;
  color: #fff;
  margin: 0 5px 10px 5px;
  border-radius: 3px;
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 18px 0;
    padding: 0;
    justify-content: flex-start;
    background-color: transparent;
    border-radius: 0;
    font-size: 11px;
    padding-left: 34px;
    position: relative;
    min-height: 20px;
    line-height: 20px;
    border-right: 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a .mobile {
    display: none;
  }
}

.component--hero.person .icon--group a .desktop {
  display: none;
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a .desktop {
    display: block;
  }
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.component--hero.person .icon--group a:hover {
  background-color: #f5f5f6;
  color: #fff;
  opacity: 1;
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a:hover {
    background-color: transparent;
    opacity: 0.5;
  }
}

.component--hero.person .icon--group a.email:before {
  background-image: url(../img/icons/icon--email__large--white.svg);
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a.email:before {
    background-size: 20px 20px;
    top: -3px;
    left: -2px;
  }
}

.component--hero.person .icon--group a.phone:before {
  background-image: url(../img/icons/icon--telephone__large--white.svg);
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a.phone:before {
    background-size: 21px 21px;
  }
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a.vcard:before {
    background-size: 20px 20px;
    top: -3px;
    left: -2px;
  }
}

.component--hero.person .icon--group a.linkedin:before {
  background-image: url(../img/icons/icon--linkedin-large-outline__white.svg);
}

@media (min-width: 1261px) {
  .component--hero.person .icon--group a.linkedin:before {
    background-size: 20px 20px;
    top: -2px;
  }
}

.component--hero.person .hero--content {
  position: relative;
  padding: 27px 0;
}

@media (min-width: 1261px) {
  .component--hero.person .hero--content {
    position: absolute;
    padding: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--hero.image {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.image .hero--feature__wrapper {
    max-width: 1244px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.component--hero.image .hero--feature__wrapper .hero--feature {
  display: block !important;
}

@media (max-width: 1260.98px) {
  .component--hero.map {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.map {
    height: 700px;
  }
}

.component--hero.map .hero--feature {
  display: block !important;
}

@media (min-width: 1261px) {
  .component--hero.map .hero--feature img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
}

.component--hero.bg--grey {
  color: #fff;
}

.component--hero.bg--grey .btn--link {
  color: #fff;
}

.component--hero.bg--grey .btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.component--hero.bg--grey .btn--link.underline:after {
  background-color: #fff;
}

.component--hero.bg--grey .hero--dropdown-label {
  color: #323e48;
}

.front-end .component--hero .hero--dropdown-list {
  visibility: hidden;
  transform: scale(0);
  transition: 0.1s;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  list-style: none;
  max-height: 270px;
  overflow-y: scroll;
}

.front-end .component--hero .hero--dropdown-list.open {
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

@media (min-width: 1261px) {
  :lang(de) .hero--copy,
  :lang(pl) .hero--copy {
    max-width: 648px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--icon-bulleted-list .bulleted-list {
  display: flex;
}

.component--icon-bulleted-list .bulleted-list .card--image {
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .component--icon-bulleted-list .bulleted-list .card--image {
    margin-right: 23px;
  }
}

@media (max-width: 1260.98px) {
  .component--icon-bulleted-list .bulleted-list .card--image {
    margin-top: 5px;
  }
}

.component--icon-bulleted-list .bulleted-list .card--image img {
  width: 50px;
  height: 50px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--icon-row {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 1261px) {
  .component--icon-row .slick-list {
    overflow: hidden;
  }
}

.component--icon-row .slick-track {
  display: flex;
}

@media (min-width: 1261px) {
  .component--icon-row .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    cursor: default;
  }
}

.component--icon-row .slick-dots {
  width: 100%;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px 75px 20px;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--icon-row .slick-dots {
    display: none !important;
  }
}

.component--icon-row .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 14px;
  border: 1px solid #323e48;
  border-radius: 50%;
  background-color: transparent;
  opacity: 1;
  display: inline-block;
}

.component--icon-row .slick-dots li button {
  width: 15px;
  height: 15px;
  background: 0 0;
  border: 0;
  font-size: 0;
}

.component--icon-row .slick-dots li.slick-active {
  background-color: #323e48;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (max-width: 1260.98px) {
  .component--iframe {
    margin: 0 -28px;
  }
}

.component--iframe iframe,
.component--iframe img {
  width: 100%;
  height: 300px;
}

@media (min-width: 1261px) {
  .component--iframe iframe,
  .component--iframe img {
    height: 400px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--information-cta {
  padding: 60px 0 160px 0;
}

@media (min-width: 1261px) {
  .component--information-cta .container .row {
    align-items: center;
  }
}

.component--information-cta .container .information-cta--image img {
  max-width: 575px;
  margin: 60px auto 0 auto;
}

@media (min-width: 1261px) {
  .component--information-cta .container .information-cta--image img {
    margin-top: 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--instagram .instagram--item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.component--instagram img {
  transition: transform 0.25s ease-in-out;
}

.component--instagram img:hover {
  transform: scale(1.1);
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--key-message {
  background-color: #c0df8a;
  padding: 30px !important;
}

.component--key-message h2 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.component--key-message p {
  font-size: 12px;
}

.component--key-message p:last-child {
  margin-bottom: 0;
}

.latest-insights-sc .line-clamp-2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-insights-sc .line-clamp-2.fallback {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc .line-clamp-2.fallback {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-insights-sc .colour--white {
  color: #fff;
}

.latest-insights-sc .colour--white h1,
.latest-insights-sc .colour--white h2,
.latest-insights-sc .colour--white h3,
.latest-insights-sc .colour--white h4,
.latest-insights-sc .colour--white p,
.latest-insights-sc .colour--white span {
  color: #fff;
}

.latest-insights-sc .colour--white svg path {
  stroke: #fff;
}

.latest-insights-sc .colour--slate {
  color: #323e48;
}

.latest-insights-sc .colour--slate h1,
.latest-insights-sc .colour--slate h2,
.latest-insights-sc .colour--slate h3,
.latest-insights-sc .colour--slate h4,
.latest-insights-sc .colour--slate p,
.latest-insights-sc .colour--slate span {
  color: #323e48;
}

.latest-insights-sc .colour--slate svg path {
  stroke: #323e48;
}

.latest-insights-sc .colour--slate-5 {
  color: #f5f5f6;
}

.latest-insights-sc .colour--slate-5 h1,
.latest-insights-sc .colour--slate-5 h2,
.latest-insights-sc .colour--slate-5 h3,
.latest-insights-sc .colour--slate-5 h4,
.latest-insights-sc .colour--slate-5 p,
.latest-insights-sc .colour--slate-5 span {
  color: #f5f5f6;
}

.latest-insights-sc .colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.latest-insights-sc .colour--orange {
  color: #ffa068;
}

.latest-insights-sc .colour--orange h1,
.latest-insights-sc .colour--orange h2,
.latest-insights-sc .colour--orange h3,
.latest-insights-sc .colour--orange h4,
.latest-insights-sc .colour--orange p,
.latest-insights-sc .colour--orange span {
  color: #ffa068;
}

.latest-insights-sc .colour--orange svg path {
  stroke: #ffa068;
}

.latest-insights-sc .colour--lime {
  color: #c0df8a;
}

.latest-insights-sc .colour--lime h1,
.latest-insights-sc .colour--lime h2,
.latest-insights-sc .colour--lime h3,
.latest-insights-sc .colour--lime h4,
.latest-insights-sc .colour--lime p,
.latest-insights-sc .colour--lime span {
  color: #c0df8a;
}

.latest-insights-sc .colour--lime svg path {
  stroke: #c0df8a;
}

.latest-insights-sc .colour--light-grey {
  color: #e3e3e3;
}

.latest-insights-sc .colour--light-grey h1,
.latest-insights-sc .colour--light-grey h2,
.latest-insights-sc .colour--light-grey h3,
.latest-insights-sc .colour--light-grey h4,
.latest-insights-sc .colour--light-grey p,
.latest-insights-sc .colour--light-grey span {
  color: #e3e3e3;
}

.latest-insights-sc .colour--light-grey svg path {
  stroke: #e3e3e3;
}

.latest-insights-sc .colour--pink {
  color: #ffb1ba;
}

.latest-insights-sc .colour--pink h1,
.latest-insights-sc .colour--pink h2,
.latest-insights-sc .colour--pink h3,
.latest-insights-sc .colour--pink h4,
.latest-insights-sc .colour--pink p,
.latest-insights-sc .colour--pink span {
  color: #ffb1ba;
}

.latest-insights-sc .colour--pink svg path {
  stroke: #ffb1ba;
}

.latest-insights-sc .colour--yellow {
  color: #ffe74d;
}

.latest-insights-sc .colour--yellow h1,
.latest-insights-sc .colour--yellow h2,
.latest-insights-sc .colour--yellow h3,
.latest-insights-sc .colour--yellow h4,
.latest-insights-sc .colour--yellow p,
.latest-insights-sc .colour--yellow span {
  color: #ffe74d;
}

.latest-insights-sc .colour--yellow svg path {
  stroke: #ffe74d;
}

.latest-insights-sc .colour--teal {
  color: #9fddd3;
}

.latest-insights-sc .colour--teal h1,
.latest-insights-sc .colour--teal h2,
.latest-insights-sc .colour--teal h3,
.latest-insights-sc .colour--teal h4,
.latest-insights-sc .colour--teal p,
.latest-insights-sc .colour--teal span {
  color: #9fddd3;
}

.latest-insights-sc .colour--teal svg path {
  stroke: #9fddd3;
}

.latest-insights-sc .colour--lilac {
  color: #cf9dc7;
}

.latest-insights-sc .colour--lilac h1,
.latest-insights-sc .colour--lilac h2,
.latest-insights-sc .colour--lilac h3,
.latest-insights-sc .colour--lilac h4,
.latest-insights-sc .colour--lilac p,
.latest-insights-sc .colour--lilac span {
  color: #cf9dc7;
}

.latest-insights-sc .colour--lilac svg path {
  stroke: #cf9dc7;
}

.latest-insights-sc .colour--blue {
  color: #84aae4;
}

.latest-insights-sc .colour--blue h1,
.latest-insights-sc .colour--blue h2,
.latest-insights-sc .colour--blue h3,
.latest-insights-sc .colour--blue h4,
.latest-insights-sc .colour--blue p,
.latest-insights-sc .colour--blue span {
  color: #84aae4;
}

.latest-insights-sc .colour--blue svg path {
  stroke: #84aae4;
}

.latest-insights-sc .colour--sand {
  color: #edc2b2;
}

.latest-insights-sc .colour--sand h1,
.latest-insights-sc .colour--sand h2,
.latest-insights-sc .colour--sand h3,
.latest-insights-sc .colour--sand h4,
.latest-insights-sc .colour--sand p,
.latest-insights-sc .colour--sand span {
  color: #edc2b2;
}

.latest-insights-sc .colour--sand svg path {
  stroke: #edc2b2;
}

.latest-insights-sc .colour-dark-green {
  color: #477628;
}

.latest-insights-sc .colour-dark-green h1,
.latest-insights-sc .colour-dark-green h2,
.latest-insights-sc .colour-dark-green h3,
.latest-insights-sc .colour-dark-green h4,
.latest-insights-sc .colour-dark-green p,
.latest-insights-sc .colour-dark-green span {
  color: #477628;
}

.latest-insights-sc .colour-dark-green svg path {
  stroke: #477628;
}

.latest-insights-sc .colour--dark-blue {
  color: #005c82;
}

.latest-insights-sc .colour--dark-blue h1,
.latest-insights-sc .colour--dark-blue h2,
.latest-insights-sc .colour--dark-blue h3,
.latest-insights-sc .colour--dark-blue h4,
.latest-insights-sc .colour--dark-blue p,
.latest-insights-sc .colour--dark-blue span {
  color: #005c82;
}

.latest-insights-sc .colour--dark-blue svg path {
  stroke: #005c82;
}

.latest-insights-sc .colour--dark-purple {
  color: #5b255d;
}

.latest-insights-sc .colour--dark-purple h1,
.latest-insights-sc .colour--dark-purple h2,
.latest-insights-sc .colour--dark-purple h3,
.latest-insights-sc .colour--dark-purple h4,
.latest-insights-sc .colour--dark-purple p,
.latest-insights-sc .colour--dark-purple span {
  color: #5b255d;
}

.latest-insights-sc .colour--dark-purple svg path {
  stroke: #5b255d;
}

.latest-insights-sc .colour--dark-pink {
  color: #ca3665;
}

.latest-insights-sc .colour--dark-pink h1,
.latest-insights-sc .colour--dark-pink h2,
.latest-insights-sc .colour--dark-pink h3,
.latest-insights-sc .colour--dark-pink h4,
.latest-insights-sc .colour--dark-pink p,
.latest-insights-sc .colour--dark-pink span {
  color: #ca3665;
}

.latest-insights-sc .colour--dark-pink svg path {
  stroke: #ca3665;
}

.latest-insights-sc .bg--slate {
  background-color: #323e48 !important;
}

.latest-insights-sc .bg--slate-5 {
  background-color: #f5f5f6 !important;
}

.latest-insights-sc .bg--orange {
  background-color: #ffa068 !important;
}

.latest-insights-sc .bg--lime {
  background-color: #c0df8a !important;
}

.latest-insights-sc .bg--light-grey {
  background-color: #e3e3e3 !important;
}

.latest-insights-sc .bg--pink {
  background-color: #ffb1ba !important;
}

.latest-insights-sc .bg--yellow {
  background-color: #ffe74d !important;
}

.latest-insights-sc .bg--teal {
  background-color: #9fddd3 !important;
}

.latest-insights-sc .bg--lilac {
  background-color: #cf9dc7 !important;
}

.latest-insights-sc .bg--blue {
  background-color: #84aae4 !important;
}

.latest-insights-sc .bg--sand {
  background-color: #edc2b2 !important;
}

.latest-insights-sc .bg--dark-green {
  background-color: #477628 !important;
}

.latest-insights-sc .bg--dark-blue {
  background-color: #005c82 !important;
}

.latest-insights-sc .bg--dark-purple {
  background-color: #5b255d !important;
}

.latest-insights-sc .bg--dark-pink {
  background-color: #ca3665 !important;
}

.latest-insights-sc.coveo .btn.btn--squared {
  font-family: "Publico Roman", serif;
  border: 1px solid #323e48;
  color: #323e48 !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  transition:
    background-color 0.25s,
    color 0.25s;
  display: inline-block;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  padding: 0 !important;
}

.latest-insights-sc.coveo .btn.btn--squared a {
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 15px;
  height: 100%;
  width: 100%;
  color: #323e48;
}

.latest-insights-sc.coveo .btn.btn--squared:after {
  display: none;
}

.latest-insights-sc.coveo .btn.btn--squared.large {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.latest-insights-sc.coveo .btn.btn--squared.large a {
  padding: 12px 60px 10px 20px;
}

.latest-insights-sc.coveo .btn.btn--squared.large:before {
  top: 12px;
  right: 16px;
}

.latest-insights-sc.coveo .btn.btn--squared svg {
  display: flex;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
}

.latest-insights-sc.coveo .btn.btn--squared:hover svg path {
  stroke: #fff;
}

.latest-insights-sc.coveo .btn.btn--squared:hover {
  background-color: #323e48;
  color: #fff !important;
  border: 1px solid #323e48;
  text-decoration: none;
}

.latest-insights-sc.coveo .btn.btn--squared:hover a {
  color: #fff;
}

.latest-insights-sc.coveo .btn.btn--squared:hover a:hover {
  text-decoration: none;
  color: #fff !important;
}

.latest-insights-sc.coveo .coveo-alphabet-search {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .coveo-alphabet-search {
    display: none;
  }
}

.latest-insights-sc.coveo .coveo-alphabet-search a {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #323e48;
}

.latest-insights-sc.coveo .component--facets {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .component--facets {
    margin-bottom: 50px;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .component--facets {
    flex-flow: row wrap;
    background-color: #f5f5f6;
    padding: 24px;
  }
}

.latest-insights-sc.coveo .component--facets .CoveoText {
  margin: 0;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .component--facets .CoveoText {
    width: 100%;
  }
}

.latest-insights-sc.coveo .component--facets .coveo-facet-column {
  display: flex !important;
  align-items: center;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .component--facets .coveo-facet-column {
    margin: 0 -5px;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .component--facets .coveo-facet-column {
    flex-flow: row wrap;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .coveo-dropdown-header-wrapper {
  display: none !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet,
.latest-insights-sc.coveo .component--facets .coveo-facet-column .CoveoFacet,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 0 0 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacetRange,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet,
  .latest-insights-sc.coveo .component--facets .coveo-facet-column .CoveoFacet,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSimpleFilter {
    width: 200px;
    margin: 0 5px;
    background-color: #f5f5f6;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet {
  padding: 5px 10px;
  height: 48px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #323e48 !important;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header {
  border: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-title {
  color: #000;
  font-weight: 400;
  margin: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn {
  padding: 0 5px 5px 5px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear {
  display: none !important;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover {
  text-decoration: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg {
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values:before,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values:before,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values:before,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values:before {
  display: none;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:first-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:first-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:last-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:last-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values {
  display: none !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover {
  background-color: #323e48;
  opacity: 1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  span {
  color: #fff;
  opacity: 1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label {
  padding: 10px 20px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  span,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  span {
  margin: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  border-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  padding: 10px 20px;
  line-height: unset;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right {
  position: relative;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left {
  margin-right: 15px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-all,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-all {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  line-height: unset;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed),
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed) {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header {
  border: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before {
  display: block;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  ) {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header {
  border: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-hierarchical-facet-values:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.latest-insights-sc.coveo .component--facets .coveo-facet-column .CoveoFacet {
  border: 0;
  box-sizing: inherit;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header {
  padding: 0;
  background-color: inherit;
  border-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 5px 10px;
  z-index: 1;
  width: 100%;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-settings-section,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-settings-section {
  display: none !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation
  svg {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values {
  display: none;
  z-index: 2222;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  max-height: 320px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-values,
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoFacet
    .coveo-facet-values {
    margin-top: 10px;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:first-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:last-child,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value {
  display: block !important;
  padding: 0 !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-count,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-count {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-checkbox,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-checkbox {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label {
  margin-bottom: 0 !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label-wrapper,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label-wrapper {
  padding: 0 20px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-count,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-count {
  margin: 0;
  margin-left: 25px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-exclude,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-exclude {
  display: none !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-footer,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-footer {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container {
  top: -1px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header-title,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-header-title {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-values,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-values {
  display: inline-block;
}

.latest-insights-sc.coveo .component--facets .coveo-facet-column .CoveoFacet {
  cursor: pointer;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-header-title {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-toggle-svg-container
  svg {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed) {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker {
  position: relative;
  border: 0;
  box-sizing: inherit;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container {
  display: none;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-toggle-svg-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header {
  display: none;
  padding: 0;
  background-color: inherit;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-header {
    display: flex;
    align-items: center;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-eraser {
  display: none !important;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content {
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    right: unset;
    background-color: #fff;
    min-width: 100%;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    webkit-box-shadow: 0 2px 5px #d6d9da;
    -webkit-box-shadow: 0 2px 5px #d6d9da;
    box-shadow: 0 2px 5px #d6d9da;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-section {
  padding: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    border-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    padding: 10px 20px;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: unset;
  width: 90px;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #323e48;
  height: auto;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button:focus {
  background-color: transparent;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon {
  margin: 0;
  height: 18px;
  width: 18px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon
  > svg {
  fill: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .coveo-button,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .input-label {
  color: #fff;
  background-color: transparent;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon {
  cursor: pointer;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon
  > svg {
  fill: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  width: 80px;
  white-space: nowrap;
  height: auto;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker:not(.coveo-facet-collapsed) {
    background-color: #323e48;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  bottom: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .inner-content {
  opacity: 1;
  z-index: 20;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  padding: 5px 10px;
  height: 48px;
  border: 0;
  box-sizing: inherit;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-select {
  height: 35px;
  justify-content: space-between;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-circle {
  display: none !important;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container {
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:first-child
  .coveo-checkbox-span-label {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:last-child
  .coveo-checkbox-span-label {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-span-label {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button[aria-pressed="true"]
  + .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label:hover
  .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
  opacity: 1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded {
  background-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-select {
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-toggle-svg-container
  svg {
  transform: rotate(180deg);
  color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-value-container:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .coveo-simplefilter-header-wrapper {
  display: flex;
  width: auto;
  max-width: unset;
  margin: unset;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .coveo-simplefilter-header-wrapper {
    flex-flow: row wrap;
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox {
    max-width: 400px;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box {
  border: 1px solid #f5f5f6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input
  input,
.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-underlay {
  padding: 5px 10px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input {
  background: 0 0;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox
    .magic-box-input {
    background-color: #fff;
  }
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear {
  background: 0 0;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear-svg {
  color: #323e48;
  margin-bottom: 3px;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty {
  background-color: #fff;
  border-color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-input
  input {
  color: #323e48;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-clear {
  background-color: #fff;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .CoveoSearchButton {
  display: none;
}

.latest-insights-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  > ul {
  padding: 0;
}

.latest-insights-sc.coveo .CoveoBreadcrumb {
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 24px 24px;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .CoveoBreadcrumb {
    background-color: #f5f5f6;
    flex-flow: row wrap;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .CoveoBreadcrumb {
    padding: 0;
    margin-top: -60px;
    height: 70px;
  }
}

.latest-insights-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
    width: 100%;
  }
}

.latest-insights-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items span {
  color: #323e48;
}

.latest-insights-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #323e48;
  text-decoration: none;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
    padding: 25px 0 0 0;
    text-align: center;
    width: 100%;
  }
}

.latest-insights-sc.coveo .CoveoBreadcrumb .coveo-facet-breadcrumb-value:hover {
  text-decoration: none;
}

.latest-insights-sc.coveo .CoveoBreadcrumb .coveo-facet-breadcrumb-caption {
  text-decoration: underline;
}

.latest-insights-sc.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-clear
  svg
  path {
  color: #323e48;
}

.latest-insights-sc.coveo .coveo-dropdown-background {
  opacity: 0.5;
}

.latest-insights-sc.coveo {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.latest-insights-sc.coveo a {
  color: inherit;
}

.latest-insights-sc.coveo a:hover {
  text-decoration: inherit;
}

.latest-insights-sc.coveo a:visited {
  color: inherit;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo-slider {
    overflow: hidden !important;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo-listing .container {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo-listing .coveo-result-list-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.latest-insights-sc.coveo-listing .CoveoResult {
  z-index: 1;
  padding: 12px;
}

.latest-insights-sc.coveo .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .slick-list {
    overflow: hidden;
  }
}

.latest-insights-sc.coveo .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .slick-track {
    margin: 0;
    cursor: default;
    flex-wrap: wrap;
    display: block;
  }
}

.latest-insights-sc.coveo .slick-slide {
  padding: 0 !important;
  margin: 0 7.5px !important;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.latest-insights-sc.coveo.stacked-mb .card {
  height: auto;
}

.latest-insights-sc.coveo .CoveoResultList {
  margin: 0;
}

.latest-insights-sc.coveo .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000;
}

.latest-insights-sc.coveo .CoveoQuerySummary {
  padding: 0 15px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .CoveoQuerySummary {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .CoveoQuerySummary > img,
  .latest-insights-sc.coveo .CoveoQuerySummary > span {
    display: inline-block;
    vertical-align: top;
  }
}

.latest-insights-sc.coveo .CoveoQuerySummary span {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .CoveoQuerySummary span {
    width: calc(100% - 583px);
  }
}

.latest-insights-sc.coveo
  .CoveoQuerySummary
  .coveo-query-summary-no-results-string {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.latest-insights-sc.coveo .CoveoQuerySummary .coveo-query-summary-cancel-last {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.latest-insights-sc.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last:hover {
  text-decoration: none;
  color: #fff;
}

.latest-insights-sc.coveo .CoveoQuerySummary .coveo-query-summary-img {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .CoveoQuerySummary .coveo-query-summary-img {
    height: 430px;
    width: 580px;
    margin-top: 0;
  }
}

.latest-insights-sc.coveo .coveo-no-results {
  max-width: 100% !important;
  text-align: left !important;
}

.latest-insights-sc.coveo .coveo-no-results .CoveoNoResults {
  display: block;
}

.latest-insights-sc.coveo .CoveoNoResults {
  display: none;
}

.latest-insights-sc.coveo .CoveoLoadMoreResults {
  margin-bottom: 50px;
}

.latest-insights-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.latest-insights-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:hover {
  background-color: #323e48;
  color: #fff;
}

.latest-insights-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.latest-insights-sc.coveo {
  border: none !important;
}

.latest-insights-sc.coveo .coveo-results-header {
  box-shadow: none;
}

.latest-insights-sc.coveo .CoveoResult {
  border: none !important;
}

.latest-insights-sc.coveo.CoveoSearchInterface {
  background-color: transparent !important;
}

.latest-insights-sc.coveo .coveo-recommendation-body {
  background-color: inherit;
}

.latest-insights-sc.coveo .coveo-result-row {
  display: block;
}

.latest-insights-sc.coveo .coveo-facet-column,
.latest-insights-sc.coveo .coveo-results-column {
  overflow: unset;
  padding: 0;
  width: 100%;
}

.latest-insights-sc.coveo .coveo-dropdown-header-wrapper {
  display: none !important;
}

.latest-insights-sc .pika-single .pika-button:hover {
  background: #323e48;
  color: #fff !important;
}

.latest-insights-sc .pika-single .is-today .pika-button {
  color: #323e48;
}

.latest-insights-sc .pika-single .is-selected .pika-button {
  color: #fff;
  background: #323e48;
  box-shadow: inset 0 1px 3px #323e48;
}

.latest-insights-sc.coveo .card {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card {
    height: 100%;
  }
}

.latest-insights-sc.coveo .card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

.latest-insights-sc.coveo .card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.latest-insights-sc.coveo .card p {
  margin: 0;
}

.latest-insights-sc.coveo .card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.default.full .card--content h3 {
    display: none;
  }
}

.latest-insights-sc.coveo .card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.latest-insights-sc.coveo .card.briefing.full,
.latest-insights-sc.coveo .card.briefing.related,
.latest-insights-sc.coveo .card.events.full,
.latest-insights-sc.coveo .card.events.related,
.latest-insights-sc.coveo .card.insights.full,
.latest-insights-sc.coveo .card.insights.related,
.latest-insights-sc.coveo .card.news.full,
.latest-insights-sc.coveo .card.news.related,
.latest-insights-sc.coveo .card.people.full,
.latest-insights-sc.coveo .card.people.related,
.latest-insights-sc.coveo .card.trending.full,
.latest-insights-sc.coveo .card.trending.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full,
  .latest-insights-sc.coveo .card.briefing.related,
  .latest-insights-sc.coveo .card.events.full,
  .latest-insights-sc.coveo .card.events.related,
  .latest-insights-sc.coveo .card.insights.full,
  .latest-insights-sc.coveo .card.insights.related,
  .latest-insights-sc.coveo .card.news.full,
  .latest-insights-sc.coveo .card.news.related,
  .latest-insights-sc.coveo .card.people.full,
  .latest-insights-sc.coveo .card.people.related,
  .latest-insights-sc.coveo .card.trending.full,
  .latest-insights-sc.coveo .card.trending.related {
    margin-bottom: 47px;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--image,
.latest-insights-sc.coveo .card.briefing.related .card--image,
.latest-insights-sc.coveo .card.events.full .card--image,
.latest-insights-sc.coveo .card.events.related .card--image,
.latest-insights-sc.coveo .card.insights.full .card--image,
.latest-insights-sc.coveo .card.insights.related .card--image,
.latest-insights-sc.coveo .card.news.full .card--image,
.latest-insights-sc.coveo .card.news.related .card--image,
.latest-insights-sc.coveo .card.people.full .card--image,
.latest-insights-sc.coveo .card.people.related .card--image,
.latest-insights-sc.coveo .card.trending.full .card--image,
.latest-insights-sc.coveo .card.trending.related .card--image {
  width: 98px;
  overflow: hidden;
}

.latest-insights-sc.coveo .card.briefing.full .card--image img,
.latest-insights-sc.coveo .card.briefing.related .card--image img,
.latest-insights-sc.coveo .card.events.full .card--image img,
.latest-insights-sc.coveo .card.events.related .card--image img,
.latest-insights-sc.coveo .card.insights.full .card--image img,
.latest-insights-sc.coveo .card.insights.related .card--image img,
.latest-insights-sc.coveo .card.news.full .card--image img,
.latest-insights-sc.coveo .card.news.related .card--image img,
.latest-insights-sc.coveo .card.people.full .card--image img,
.latest-insights-sc.coveo .card.people.related .card--image img,
.latest-insights-sc.coveo .card.trending.full .card--image img,
.latest-insights-sc.coveo .card.trending.related .card--image img {
  transition: transform 0.25s;
}

.latest-insights-sc.coveo .card.briefing.full .card--content,
.latest-insights-sc.coveo .card.briefing.related .card--content,
.latest-insights-sc.coveo .card.events.full .card--content,
.latest-insights-sc.coveo .card.events.related .card--content,
.latest-insights-sc.coveo .card.insights.full .card--content,
.latest-insights-sc.coveo .card.insights.related .card--content,
.latest-insights-sc.coveo .card.news.full .card--content,
.latest-insights-sc.coveo .card.news.related .card--content,
.latest-insights-sc.coveo .card.people.full .card--content,
.latest-insights-sc.coveo .card.people.related .card--content,
.latest-insights-sc.coveo .card.trending.full .card--content,
.latest-insights-sc.coveo .card.trending.related .card--content {
  padding-top: 7px;
}

.latest-insights-sc.coveo .card.briefing.full .card--content a,
.latest-insights-sc.coveo .card.briefing.related .card--content a,
.latest-insights-sc.coveo .card.events.full .card--content a,
.latest-insights-sc.coveo .card.events.related .card--content a,
.latest-insights-sc.coveo .card.insights.full .card--content a,
.latest-insights-sc.coveo .card.insights.related .card--content a,
.latest-insights-sc.coveo .card.news.full .card--content a,
.latest-insights-sc.coveo .card.news.related .card--content a,
.latest-insights-sc.coveo .card.people.full .card--content a,
.latest-insights-sc.coveo .card.people.related .card--content a,
.latest-insights-sc.coveo .card.trending.full .card--content a,
.latest-insights-sc.coveo .card.trending.related .card--content a {
  position: relative;
  z-index: 1010;
}

.latest-insights-sc.coveo .card.briefing.full h3,
.latest-insights-sc.coveo .card.briefing.related h3,
.latest-insights-sc.coveo .card.events.full h3,
.latest-insights-sc.coveo .card.events.related h3,
.latest-insights-sc.coveo .card.insights.full h3,
.latest-insights-sc.coveo .card.insights.related h3,
.latest-insights-sc.coveo .card.news.full h3,
.latest-insights-sc.coveo .card.news.related h3,
.latest-insights-sc.coveo .card.people.full h3,
.latest-insights-sc.coveo .card.people.related h3,
.latest-insights-sc.coveo .card.trending.full h3,
.latest-insights-sc.coveo .card.trending.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h3,
  .latest-insights-sc.coveo .card.briefing.related h3,
  .latest-insights-sc.coveo .card.events.full h3,
  .latest-insights-sc.coveo .card.events.related h3,
  .latest-insights-sc.coveo .card.insights.full h3,
  .latest-insights-sc.coveo .card.insights.related h3,
  .latest-insights-sc.coveo .card.news.full h3,
  .latest-insights-sc.coveo .card.news.related h3,
  .latest-insights-sc.coveo .card.people.full h3,
  .latest-insights-sc.coveo .card.people.related h3,
  .latest-insights-sc.coveo .card.trending.full h3,
  .latest-insights-sc.coveo .card.trending.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--role,
.latest-insights-sc.coveo .card.briefing.related .card--role,
.latest-insights-sc.coveo .card.events.full .card--role,
.latest-insights-sc.coveo .card.events.related .card--role,
.latest-insights-sc.coveo .card.insights.full .card--role,
.latest-insights-sc.coveo .card.insights.related .card--role,
.latest-insights-sc.coveo .card.news.full .card--role,
.latest-insights-sc.coveo .card.news.related .card--role,
.latest-insights-sc.coveo .card.people.full .card--role,
.latest-insights-sc.coveo .card.people.related .card--role,
.latest-insights-sc.coveo .card.trending.full .card--role,
.latest-insights-sc.coveo .card.trending.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.latest-insights-sc.coveo .card.briefing.full .card--role + a,
.latest-insights-sc.coveo .card.briefing.full .card--role + span,
.latest-insights-sc.coveo .card.briefing.related .card--role + a,
.latest-insights-sc.coveo .card.briefing.related .card--role + span,
.latest-insights-sc.coveo .card.events.full .card--role + a,
.latest-insights-sc.coveo .card.events.full .card--role + span,
.latest-insights-sc.coveo .card.events.related .card--role + a,
.latest-insights-sc.coveo .card.events.related .card--role + span,
.latest-insights-sc.coveo .card.insights.full .card--role + a,
.latest-insights-sc.coveo .card.insights.full .card--role + span,
.latest-insights-sc.coveo .card.insights.related .card--role + a,
.latest-insights-sc.coveo .card.insights.related .card--role + span,
.latest-insights-sc.coveo .card.news.full .card--role + a,
.latest-insights-sc.coveo .card.news.full .card--role + span,
.latest-insights-sc.coveo .card.news.related .card--role + a,
.latest-insights-sc.coveo .card.news.related .card--role + span,
.latest-insights-sc.coveo .card.people.full .card--role + a,
.latest-insights-sc.coveo .card.people.full .card--role + span,
.latest-insights-sc.coveo .card.people.related .card--role + a,
.latest-insights-sc.coveo .card.people.related .card--role + span,
.latest-insights-sc.coveo .card.trending.full .card--role + a,
.latest-insights-sc.coveo .card.trending.full .card--role + span,
.latest-insights-sc.coveo .card.trending.related .card--role + a,
.latest-insights-sc.coveo .card.trending.related .card--role + span {
  margin-left: 13px;
}

.latest-insights-sc.coveo .card.briefing.full,
.latest-insights-sc.coveo .card.events.full,
.latest-insights-sc.coveo .card.insights.full,
.latest-insights-sc.coveo .card.news.full,
.latest-insights-sc.coveo .card.people.full,
.latest-insights-sc.coveo .card.trending.full {
  display: block;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full,
  .latest-insights-sc.coveo .card.events.full,
  .latest-insights-sc.coveo .card.insights.full,
  .latest-insights-sc.coveo .card.news.full,
  .latest-insights-sc.coveo .card.people.full,
  .latest-insights-sc.coveo .card.trending.full {
    margin-bottom: 0;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--image,
.latest-insights-sc.coveo .card.events.full .card--image,
.latest-insights-sc.coveo .card.insights.full .card--image,
.latest-insights-sc.coveo .card.news.full .card--image,
.latest-insights-sc.coveo .card.people.full .card--image,
.latest-insights-sc.coveo .card.trending.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .card--image,
  .latest-insights-sc.coveo .card.events.full .card--image,
  .latest-insights-sc.coveo .card.insights.full .card--image,
  .latest-insights-sc.coveo .card.news.full .card--image,
  .latest-insights-sc.coveo .card.people.full .card--image,
  .latest-insights-sc.coveo .card.trending.full .card--image {
    margin-bottom: 12px;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--content,
.latest-insights-sc.coveo .card.events.full .card--content,
.latest-insights-sc.coveo .card.insights.full .card--content,
.latest-insights-sc.coveo .card.news.full .card--content,
.latest-insights-sc.coveo .card.people.full .card--content,
.latest-insights-sc.coveo .card.trending.full .card--content {
  padding-bottom: 16px;
}

.latest-insights-sc.coveo .card.briefing.full h3,
.latest-insights-sc.coveo .card.events.full h3,
.latest-insights-sc.coveo .card.insights.full h3,
.latest-insights-sc.coveo .card.news.full h3,
.latest-insights-sc.coveo .card.people.full h3,
.latest-insights-sc.coveo .card.trending.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h3,
  .latest-insights-sc.coveo .card.events.full h3,
  .latest-insights-sc.coveo .card.insights.full h3,
  .latest-insights-sc.coveo .card.news.full h3,
  .latest-insights-sc.coveo .card.people.full h3,
  .latest-insights-sc.coveo .card.trending.full h3 {
    margin-bottom: 7px;
  }
}

.latest-insights-sc.coveo .card.briefing.full p,
.latest-insights-sc.coveo .card.events.full p,
.latest-insights-sc.coveo .card.insights.full p,
.latest-insights-sc.coveo .card.news.full p,
.latest-insights-sc.coveo .card.people.full p,
.latest-insights-sc.coveo .card.trending.full p {
  margin-bottom: 20px;
}

.latest-insights-sc.coveo .card.briefing:hover .card--image img,
.latest-insights-sc.coveo .card.events:hover .card--image img,
.latest-insights-sc.coveo .card.insights:hover .card--image img,
.latest-insights-sc.coveo .card.news:hover .card--image img,
.latest-insights-sc.coveo .card.people:hover .card--image img,
.latest-insights-sc.coveo .card.trending:hover .card--image img {
  transform: scale(1.1);
}

.latest-insights-sc.coveo .card.briefing:hover h3,
.latest-insights-sc.coveo .card.events:hover h3,
.latest-insights-sc.coveo .card.insights:hover h3,
.latest-insights-sc.coveo .card.news:hover h3,
.latest-insights-sc.coveo .card.people:hover h3,
.latest-insights-sc.coveo .card.trending:hover h3 {
  text-decoration: underline;
}

.latest-insights-sc.coveo .card.briefing.full,
.latest-insights-sc.coveo .card.events.full,
.latest-insights-sc.coveo .card.insights.full,
.latest-insights-sc.coveo .card.news.full,
.latest-insights-sc.coveo .card.trending.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full,
  .latest-insights-sc.coveo .card.events.full,
  .latest-insights-sc.coveo .card.insights.full,
  .latest-insights-sc.coveo .card.news.full,
  .latest-insights-sc.coveo .card.trending.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--content,
.latest-insights-sc.coveo .card.events.full .card--content,
.latest-insights-sc.coveo .card.insights.full .card--content,
.latest-insights-sc.coveo .card.news.full .card--content,
.latest-insights-sc.coveo .card.trending.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .card--content,
  .latest-insights-sc.coveo .card.events.full .card--content,
  .latest-insights-sc.coveo .card.insights.full .card--content,
  .latest-insights-sc.coveo .card.news.full .card--content,
  .latest-insights-sc.coveo .card.trending.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.latest-insights-sc.coveo .card.briefing.full h3,
.latest-insights-sc.coveo .card.events.full h3,
.latest-insights-sc.coveo .card.insights.full h3,
.latest-insights-sc.coveo .card.news.full h3,
.latest-insights-sc.coveo .card.trending.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h3,
  .latest-insights-sc.coveo .card.events.full h3,
  .latest-insights-sc.coveo .card.insights.full h3,
  .latest-insights-sc.coveo .card.news.full h3,
  .latest-insights-sc.coveo .card.trending.full h3 {
    margin-bottom: 12px;
  }
}

.latest-insights-sc.coveo .card.briefing.full h2,
.latest-insights-sc.coveo .card.events.full h2,
.latest-insights-sc.coveo .card.insights.full h2,
.latest-insights-sc.coveo .card.news.full h2,
.latest-insights-sc.coveo .card.trending.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h2,
  .latest-insights-sc.coveo .card.events.full h2,
  .latest-insights-sc.coveo .card.insights.full h2,
  .latest-insights-sc.coveo .card.news.full h2,
  .latest-insights-sc.coveo .card.trending.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.latest-insights-sc.coveo .card.briefing.full,
.latest-insights-sc.coveo .card.events.full,
.latest-insights-sc.coveo .card.insights.full,
.latest-insights-sc.coveo .card.news.full,
.latest-insights-sc.coveo .card.trending.full {
  border-bottom: 0;
  position: relative;
}

.latest-insights-sc.coveo .card.briefing.full:hover,
.latest-insights-sc.coveo .card.events.full:hover,
.latest-insights-sc.coveo .card.insights.full:hover,
.latest-insights-sc.coveo .card.news.full:hover,
.latest-insights-sc.coveo .card.trending.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full:hover,
  .latest-insights-sc.coveo .card.events.full:hover,
  .latest-insights-sc.coveo .card.insights.full:hover,
  .latest-insights-sc.coveo .card.news.full:hover,
  .latest-insights-sc.coveo .card.trending.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.latest-insights-sc.coveo .card.briefing.full:hover h2,
.latest-insights-sc.coveo .card.events.full:hover h2,
.latest-insights-sc.coveo .card.insights.full:hover h2,
.latest-insights-sc.coveo .card.news.full:hover h2,
.latest-insights-sc.coveo .card.trending.full:hover h2 {
  text-decoration: underline;
}

.latest-insights-sc.coveo .card.briefing.full .card--image,
.latest-insights-sc.coveo .card.events.full .card--image,
.latest-insights-sc.coveo .card.insights.full .card--image,
.latest-insights-sc.coveo .card.news.full .card--image,
.latest-insights-sc.coveo .card.trending.full .card--image {
  margin-bottom: 0;
}

.latest-insights-sc.coveo .card.briefing.full .card--content,
.latest-insights-sc.coveo .card.events.full .card--content,
.latest-insights-sc.coveo .card.insights.full .card--content,
.latest-insights-sc.coveo .card.news.full .card--content,
.latest-insights-sc.coveo .card.trending.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .card--content,
  .latest-insights-sc.coveo .card.events.full .card--content,
  .latest-insights-sc.coveo .card.insights.full .card--content,
  .latest-insights-sc.coveo .card.news.full .card--content,
  .latest-insights-sc.coveo .card.trending.full .card--content {
    padding-top: 15px;
  }
}

.latest-insights-sc.coveo .card.briefing.full h2,
.latest-insights-sc.coveo .card.events.full h2,
.latest-insights-sc.coveo .card.insights.full h2,
.latest-insights-sc.coveo .card.news.full h2,
.latest-insights-sc.coveo .card.trending.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h2,
  .latest-insights-sc.coveo .card.events.full h2,
  .latest-insights-sc.coveo .card.insights.full h2,
  .latest-insights-sc.coveo .card.news.full h2,
  .latest-insights-sc.coveo .card.trending.full h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.latest-insights-sc.coveo .card.briefing.full h3,
.latest-insights-sc.coveo .card.events.full h3,
.latest-insights-sc.coveo .card.insights.full h3,
.latest-insights-sc.coveo .card.news.full h3,
.latest-insights-sc.coveo .card.trending.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h3,
  .latest-insights-sc.coveo .card.events.full h3,
  .latest-insights-sc.coveo .card.insights.full h3,
  .latest-insights-sc.coveo .card.news.full h3,
  .latest-insights-sc.coveo .card.trending.full h3 {
    display: none;
  }
}

.latest-insights-sc.coveo .card.briefing.full p:last-child,
.latest-insights-sc.coveo .card.events.full p:last-child,
.latest-insights-sc.coveo .card.insights.full p:last-child,
.latest-insights-sc.coveo .card.news.full p:last-child,
.latest-insights-sc.coveo .card.trending.full p:last-child {
  margin: 0;
}

.latest-insights-sc.coveo .card.case-study,
.latest-insights-sc.coveo .card.deal,
.latest-insights-sc.coveo .card.news {
  height: 100%;
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.case-study,
  .latest-insights-sc.coveo .card.deal,
  .latest-insights-sc.coveo .card.news {
    border-radius: inherit;
  }
}

.latest-insights-sc.coveo .card.case-study h2,
.latest-insights-sc.coveo .card.deal h2,
.latest-insights-sc.coveo .card.news h2 {
  font-size: 24px;
}

.latest-insights-sc.coveo .card.case-study .card--content,
.latest-insights-sc.coveo .card.deal .card--content,
.latest-insights-sc.coveo .card.news .card--content {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.latest-insights-sc.coveo .card.case-study .card--content .card--title,
.latest-insights-sc.coveo .card.deal .card--content .card--title,
.latest-insights-sc.coveo .card.news .card--content .card--title {
  margin-bottom: 5px;
}

.latest-insights-sc.coveo .card.case-study .card--content .card--title h4,
.latest-insights-sc.coveo .card.deal .card--content .card--title h4,
.latest-insights-sc.coveo .card.news .card--content .card--title h4 {
  margin-top: 0;
}

.latest-insights-sc.coveo .card.case-study .card--content .card--title .intro,
.latest-insights-sc.coveo .card.deal .card--content .card--title .intro,
.latest-insights-sc.coveo .card.news .card--content .card--title .intro {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc.coveo .card.case-study .card--content .card--title .intro,
  .latest-insights-sc.coveo .card.deal .card--content .card--title .intro,
  .latest-insights-sc.coveo .card.news .card--content .card--title .intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-insights-sc.coveo .card.case-study:hover,
.latest-insights-sc.coveo .card.deal:hover,
.latest-insights-sc.coveo .card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.latest-insights-sc.coveo .card.case-study:hover h2,
.latest-insights-sc.coveo .card.deal:hover h2,
.latest-insights-sc.coveo .card.news:hover h2 {
  text-decoration: underline;
}

.latest-insights-sc.coveo .card.case-study:hover .icon svg path,
.latest-insights-sc.coveo .card.deal:hover .icon svg path,
.latest-insights-sc.coveo .card.news:hover .icon svg path {
  stroke: #fff;
}

.latest-insights-sc.coveo .card.case-study {
  background-color: #ffe74d;
}

.latest-insights-sc.coveo .card.News,
.latest-insights-sc.coveo .card.news {
  background-color: #9fddd3;
}

.latest-insights-sc.coveo .card.Deal,
.latest-insights-sc.coveo .card.deal {
  background-color: #ffb1ba;
}

.latest-insights-sc.coveo .card.briefing.full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.briefing.full {
    box-shadow: none;
  }
}

.latest-insights-sc.coveo .card.briefing.full:hover {
  background-color: transparent;
  color: inherit;
}

.latest-insights-sc.coveo .card.briefing.full:hover h2,
.latest-insights-sc.coveo .card.briefing.full:hover p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full h2 {
    margin-bottom: 19px;
  }
}

.latest-insights-sc.coveo .card.briefing.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.latest-insights-sc.coveo
  .card.briefing.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.briefing.full .icon.hide-mb {
    display: none;
  }
}

.latest-insights-sc.coveo .card.briefing.full .card--image {
  background-color: #f5f5f6;
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .card--image {
    height: 224px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.briefing.full .card--content {
    height: calc(100% - 224px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.briefing.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.latest-insights-sc.coveo
  .card.briefing.full
  .card--content
  .card--title
  .tags {
  height: 16px;
}

.latest-insights-sc.coveo .card.events.full {
  height: 100%;
  background-color: transparent;
  color: #323e48;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.events.full {
    box-shadow: none;
  }
}

.latest-insights-sc.coveo .card.events.full:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-insights-sc.coveo .card.events.full:hover h2,
.latest-insights-sc.coveo .card.events.full:hover p {
  text-decoration: none;
}

.latest-insights-sc.coveo .card.events.full h2,
.latest-insights-sc.coveo .card.events.full p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.events.full h2 {
    margin-bottom: 19px;
  }
}

.latest-insights-sc.coveo .card.events.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.latest-insights-sc.coveo .card.events.full .icon--row .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.events.full .icon.hide-mb {
    display: none;
  }
}

.latest-insights-sc.coveo .card.events.full .card--image {
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.events.full .card--image {
    height: 214px;
  }
}

.latest-insights-sc.coveo .card.events.full .card--image .date {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
}

.latest-insights-sc.coveo .card.events.full .card--image .date span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.latest-insights-sc.coveo .card.events.full .card--image .date .date-day {
  font-size: 22px;
  line-height: 1.1;
}

.latest-insights-sc.coveo .card.events.full .card--image .date .date-month {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.events.full .card--content {
    padding: 15px 15px 10px 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.events.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.latest-insights-sc.coveo .card.trending.full {
  position: relative;
}

.latest-insights-sc.coveo .card.trending.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.latest-insights-sc.coveo .card.trending.full .card--image {
  height: 185px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending.full .card--image {
    width: 100.1%;
    height: 540px;
  }
}

.latest-insights-sc.coveo .card.trending.full .card--image img {
  height: 100%;
  object-fit: cover;
}

.latest-insights-sc.coveo .card.trending.full .card--content {
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.trending.full .card--content {
    color: #323e48 !important;
  }
}

.latest-insights-sc.coveo .card.trending.full h3 {
  margin-bottom: 11px;
}

.latest-insights-sc.coveo .card.trending.full h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending.full h2 {
    font-size: 30px;
  }
}

.latest-insights-sc.coveo .card.trending.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending:hover h2,
  .latest-insights-sc.coveo .card.trending:hover h3,
  .latest-insights-sc.coveo .card.trending:hover p {
    color: #fff;
  }
}

.latest-insights-sc.coveo .card.trending:hover .card--content {
  background-image: none;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.trending:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.trending:hover:before {
    opacity: 0.5;
  }
}

.latest-insights-sc.coveo .card.author {
  padding: 20px 0 0 0;
}

.latest-insights-sc.coveo .card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.latest-insights-sc.coveo .card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.latest-insights-sc.coveo .card.author .author--details h3 {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.latest-insights-sc.coveo .card.author .author--details h3,
.latest-insights-sc.coveo .card.author .author--details h4 {
  margin-top: 0;
}

.latest-insights-sc.coveo .card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0 0;
  line-height: 1.65;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc.coveo .card.author .author--details p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-insights-sc.coveo .card.author .author--meta {
  margin-top: 0.75rem;
}

@media (max-width: 1260px) {
  .latest-insights-sc.coveo .card.people.full {
    margin-bottom: 14px;
  }
}

.latest-insights-sc.coveo .card.people.full:hover .card--image img {
  transform: none;
}

.latest-insights-sc.coveo .card.people.full .card--image {
  margin: 0;
}

@media (max-width: 1260px) {
  .latest-insights-sc.coveo .card.people.full .card--image {
    margin-bottom: 15px;
  }
}

.latest-insights-sc.coveo .card.people.full .card--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.latest-insights-sc.coveo .card.people.full .card--content p:first-of-type {
  margin-bottom: 0;
}

.latest-insights-sc.coveo .card.people.full .icon {
  z-index: 1;
}

.latest-insights-sc.coveo .card.people.full .icon svg {
  margin-right: 0;
}

@media (min-width: 992px) {
  .latest-insights-sc.coveo
    .card.people.full
    .icon--group
    .icon:not(.social-email) {
    display: none;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.people.site-search .card--image {
    height: auto;
  }
}

.latest-insights-sc.coveo .card.tv {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 4px;
  align-items: center;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.tv {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.tv {
    height: 100%;
  }
}

.latest-insights-sc.coveo .card.tv .card--video {
  position: relative;
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.tv .card--video {
    margin-right: 25px;
  }
}

.latest-insights-sc.coveo .card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.latest-insights-sc.coveo .card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.latest-insights-sc.coveo .card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-insights-sc.coveo .card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.tv .card--content {
    padding: 0 !important;
  }
}

.latest-insights-sc.coveo .card.tv h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.tv h3 {
    margin-bottom: 12px;
  }
}

.latest-insights-sc.coveo .card.tv h2 {
  margin: 0 0 8px 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc.coveo .card.tv h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.tv h2 {
    margin-bottom: 5px;
  }
}

.latest-insights-sc.coveo .card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book {
    padding: 30px 50px;
    height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.book > .card--image {
    display: none !important;
  }
}

.latest-insights-sc.coveo .card.book .card--image {
  min-width: 99px;
  width: 99px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book .card--image {
    display: block;
  }
}

.latest-insights-sc.coveo .card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.book .card--content {
    display: flex !important;
    flex-flow: row wrap;
  }
}

.latest-insights-sc.coveo .card.book .card--content > .card--image {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book .card--content > .card--image {
    display: none !important;
  }
}

.latest-insights-sc.coveo .card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

.latest-insights-sc.coveo .card.book .card-meta__item {
  width: 60%;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.book .card-meta__item {
    width: 100%;
  }
}

.latest-insights-sc.coveo .card.book .card-meta__item:not(:first-child) {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .card.book .card-meta__item:not(:first-child) {
    width: 40%;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.book .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.latest-insights-sc.coveo .card.book .card-meta__item h4 {
  font-weight: 600;
  margin-bottom: 13px;
}

.latest-insights-sc.coveo .card.book .card-meta__item p {
  display: flex;
  flex-flow: row wrap;
}

.latest-insights-sc.coveo .card.book .card-meta__item p .icon {
  width: 100%;
  margin: 0;
}

.latest-insights-sc.coveo .card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

.latest-insights-sc.coveo .card.book .card-meta__item .icon-list {
  display: flex;
}

.latest-insights-sc.coveo .card.book .card-meta__item .icon-list .icon {
  margin-right: 5px;
}

.latest-insights-sc.coveo
  .card.book
  .card-meta__item
  .icon-list
  .icon-list-items
  span:not(:first-child) {
  margin-top: 5px;
}

.latest-insights-sc.coveo .card.book .card-meta__item .icon-list span {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #323e48;
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 15px;
}

.latest-insights-sc.coveo .card.book:hover {
  background-color: #323e48;
}

.latest-insights-sc.coveo .card.book:hover h3,
.latest-insights-sc.coveo .card.book:hover h4,
.latest-insights-sc.coveo .card.book:hover p,
.latest-insights-sc.coveo .card.book:hover span {
  color: #fff !important;
}

.latest-insights-sc.coveo .card.book:hover svg path {
  stroke: #fff;
}

.latest-insights-sc.coveo .card.insight {
  background-color: #f5f5f6;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .latest-insights-sc.coveo .card.insight {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .card.insight {
    border-radius: 0;
    margin-top: 2px;
  }
}

.latest-insights-sc.coveo .card.insight .card--image img {
  object-fit: cover;
}

.latest-insights-sc.coveo .card.insight .card--content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .latest-insights-sc.coveo .card.insight .card--content {
    padding: 18px;
  }
}

.latest-insights-sc.coveo .card.insight .card--content h4 {
  font-family:
    Open Sans Bold,
    Arial,
    Helvetica,
    sans-serif;
}

.latest-insights-sc.coveo .card.insight .card--content h4 span {
  color: #323e48;
}

.latest-insights-sc.coveo .card.insight .card--title p {
  overflow: hidden;
  min-height: 4em;
}

@supports (-webkit-line-clamp: 1) {
  .latest-insights-sc.coveo .card.insight .card--title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-insights-sc.coveo .card.insight .card--meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.latest-insights-sc.coveo .card.insight .card--meta h4 {
  display: none !important;
  margin-right: 15px;
  margin-bottom: 0;
}

.latest-insights-sc.coveo .card.insight .card--meta .icon.hide {
  display: none;
}

.latest-insights-sc.coveo .card.insight .card--tags {
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.latest-insights-sc.coveo .card.insight .card--tags a {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}

.latest-insights-sc.coveo .card.microsite .card--content {
  justify-content: inherit;
}

.latest-insights-sc.coveo .card.microsite .card--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.latest-insights-sc.coveo .icon {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  margin-right: 15px;
}

.latest-insights-sc.coveo .icon svg {
  position: relative;
  margin-right: 5px;
}

.latest-insights-sc.coveo .icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s,
    color 0.25s;
  padding: 10px 0;
}

.latest-insights-sc.coveo .icon.social + .icon {
  margin-left: 25px;
}

.latest-insights-sc.coveo .icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.latest-insights-sc.coveo .icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.latest-insights-sc.coveo .icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.latest-insights-sc.coveo .icon.social svg {
  margin-top: -4px;
}

.latest-insights-sc.coveo .icon.social.social-phone {
  height: auto;
  padding: 6px;
}

.latest-insights-sc.coveo .icon.social.social-phone svg {
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.latest-insights-sc.coveo .icon.social.social-phone svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.latest-insights-sc.coveo .icon.social.social-phone:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-insights-sc.coveo .icon.social.social-email {
  height: auto;
  padding: 6px;
}

.latest-insights-sc.coveo .icon.social.social-email svg {
  width: 26px;
  height: 27px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.latest-insights-sc.coveo .icon.social.social-email svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.latest-insights-sc.coveo .icon.social.social-email:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-insights-sc.coveo .icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: flex;
  overflow: hidden;
}

.latest-insights-sc.coveo .icon--group .icon {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 1260.8px) {
  .latest-insights-sc.coveo .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.latest-insights-sc.coveo .icon--group .icon.social-email,
.latest-insights-sc.coveo .icon--group .icon.social-phone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.latest-insights-sc.coveo .icon--group .icon:last-child {
  border-right: 0;
}

.latest-insights-sc.coveo .icon--group .icon + .icon {
  margin-left: 0;
}

.latest-insights-sc.coveo .component--pills {
  display: flex;
  justify-content: space-between;
}

.latest-insights-sc.coveo .component--pills.three-columns .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .latest-insights-sc.coveo .component--pills.three-columns .btn {
    width: calc(33.333% - 26px);
    margin: 0 13px 24px 13px;
    font-size: 12px;
  }
}

.latest-insights-sc.coveo {
  overflow: hidden;
}

.latest-insights-sc .slick-wrapper {
  transform: translate3d(0, 0, 0) !important;
  flex-wrap: wrap;
}

@media (min-width: 1261px) {
  .latest-insights-sc .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    width: 100% !important;
  }
}

.latest-insights-sc .CoveoResult {
  margin: 0 0 27px 0;
  padding: 0 !important;
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult {
    margin: 0 27px 27px 0;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:first-child {
    width: 62% !important;
    height: auto !important;
    margin-right: 54px !important;
    float: left !important;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:first-child .card--image img {
    min-height: 300px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:nth-child(n + 2) {
    width: calc(36% - 54px) !important;
    height: auto !important;
    margin-right: 0 !important;
    float: left !important;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:nth-child(n + 2) .card {
    margin-bottom: 42px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:nth-child(n + 2) .card h2 {
    margin-bottom: 13px;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:nth-child(3n) .card {
    margin-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .latest-insights-sc .CoveoResult:nth-child(4n) {
    margin: 0 0 27px 0;
  }
}

.latest-insights-sc .card--image .date {
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
}

.latest-insights-sc .card--image .date span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

@media (min-width: 1261px) {
  .latest-insights-sc .card--image .date {
    border: 1px solid #fff;
    position: relative;
    display: none;
    margin-right: 35px;
  }
}

@media print {
  .latest-insights-sc .CoveoResult {
    min-width: 100% !important;
    width: 100% !important;
  }

  .latest-insights-sc .card .card--image {
    display: none !important;
  }
}

.latest-news-deals-sc .line-clamp-2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-news-deals-sc .line-clamp-2.fallback {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc .line-clamp-2.fallback {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-news-deals-sc .colour--white {
  color: #fff;
}

.latest-news-deals-sc .colour--white h1,
.latest-news-deals-sc .colour--white h2,
.latest-news-deals-sc .colour--white h3,
.latest-news-deals-sc .colour--white h4,
.latest-news-deals-sc .colour--white p,
.latest-news-deals-sc .colour--white span {
  color: #fff;
}

.latest-news-deals-sc .colour--white svg path {
  stroke: #fff;
}

.latest-news-deals-sc .colour--slate {
  color: #323e48;
}

.latest-news-deals-sc .colour--slate h1,
.latest-news-deals-sc .colour--slate h2,
.latest-news-deals-sc .colour--slate h3,
.latest-news-deals-sc .colour--slate h4,
.latest-news-deals-sc .colour--slate p,
.latest-news-deals-sc .colour--slate span {
  color: #323e48;
}

.latest-news-deals-sc .colour--slate svg path {
  stroke: #323e48;
}

.latest-news-deals-sc .colour--slate-5 {
  color: #f5f5f6;
}

.latest-news-deals-sc .colour--slate-5 h1,
.latest-news-deals-sc .colour--slate-5 h2,
.latest-news-deals-sc .colour--slate-5 h3,
.latest-news-deals-sc .colour--slate-5 h4,
.latest-news-deals-sc .colour--slate-5 p,
.latest-news-deals-sc .colour--slate-5 span {
  color: #f5f5f6;
}

.latest-news-deals-sc .colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.latest-news-deals-sc .colour--orange {
  color: #ffa068;
}

.latest-news-deals-sc .colour--orange h1,
.latest-news-deals-sc .colour--orange h2,
.latest-news-deals-sc .colour--orange h3,
.latest-news-deals-sc .colour--orange h4,
.latest-news-deals-sc .colour--orange p,
.latest-news-deals-sc .colour--orange span {
  color: #ffa068;
}

.latest-news-deals-sc .colour--orange svg path {
  stroke: #ffa068;
}

.latest-news-deals-sc .colour--lime {
  color: #c0df8a;
}

.latest-news-deals-sc .colour--lime h1,
.latest-news-deals-sc .colour--lime h2,
.latest-news-deals-sc .colour--lime h3,
.latest-news-deals-sc .colour--lime h4,
.latest-news-deals-sc .colour--lime p,
.latest-news-deals-sc .colour--lime span {
  color: #c0df8a;
}

.latest-news-deals-sc .colour--lime svg path {
  stroke: #c0df8a;
}

.latest-news-deals-sc .colour--light-grey {
  color: #e3e3e3;
}

.latest-news-deals-sc .colour--light-grey h1,
.latest-news-deals-sc .colour--light-grey h2,
.latest-news-deals-sc .colour--light-grey h3,
.latest-news-deals-sc .colour--light-grey h4,
.latest-news-deals-sc .colour--light-grey p,
.latest-news-deals-sc .colour--light-grey span {
  color: #e3e3e3;
}

.latest-news-deals-sc .colour--light-grey svg path {
  stroke: #e3e3e3;
}

.latest-news-deals-sc .colour--pink {
  color: #ffb1ba;
}

.latest-news-deals-sc .colour--pink h1,
.latest-news-deals-sc .colour--pink h2,
.latest-news-deals-sc .colour--pink h3,
.latest-news-deals-sc .colour--pink h4,
.latest-news-deals-sc .colour--pink p,
.latest-news-deals-sc .colour--pink span {
  color: #ffb1ba;
}

.latest-news-deals-sc .colour--pink svg path {
  stroke: #ffb1ba;
}

.latest-news-deals-sc .colour--yellow {
  color: #ffe74d;
}

.latest-news-deals-sc .colour--yellow h1,
.latest-news-deals-sc .colour--yellow h2,
.latest-news-deals-sc .colour--yellow h3,
.latest-news-deals-sc .colour--yellow h4,
.latest-news-deals-sc .colour--yellow p,
.latest-news-deals-sc .colour--yellow span {
  color: #ffe74d;
}

.latest-news-deals-sc .colour--yellow svg path {
  stroke: #ffe74d;
}

.latest-news-deals-sc .colour--teal {
  color: #9fddd3;
}

.latest-news-deals-sc .colour--teal h1,
.latest-news-deals-sc .colour--teal h2,
.latest-news-deals-sc .colour--teal h3,
.latest-news-deals-sc .colour--teal h4,
.latest-news-deals-sc .colour--teal p,
.latest-news-deals-sc .colour--teal span {
  color: #9fddd3;
}

.latest-news-deals-sc .colour--teal svg path {
  stroke: #9fddd3;
}

.latest-news-deals-sc .colour--lilac {
  color: #cf9dc7;
}

.latest-news-deals-sc .colour--lilac h1,
.latest-news-deals-sc .colour--lilac h2,
.latest-news-deals-sc .colour--lilac h3,
.latest-news-deals-sc .colour--lilac h4,
.latest-news-deals-sc .colour--lilac p,
.latest-news-deals-sc .colour--lilac span {
  color: #cf9dc7;
}

.latest-news-deals-sc .colour--lilac svg path {
  stroke: #cf9dc7;
}

.latest-news-deals-sc .colour--blue {
  color: #84aae4;
}

.latest-news-deals-sc .colour--blue h1,
.latest-news-deals-sc .colour--blue h2,
.latest-news-deals-sc .colour--blue h3,
.latest-news-deals-sc .colour--blue h4,
.latest-news-deals-sc .colour--blue p,
.latest-news-deals-sc .colour--blue span {
  color: #84aae4;
}

.latest-news-deals-sc .colour--blue svg path {
  stroke: #84aae4;
}

.latest-news-deals-sc .colour--sand {
  color: #edc2b2;
}

.latest-news-deals-sc .colour--sand h1,
.latest-news-deals-sc .colour--sand h2,
.latest-news-deals-sc .colour--sand h3,
.latest-news-deals-sc .colour--sand h4,
.latest-news-deals-sc .colour--sand p,
.latest-news-deals-sc .colour--sand span {
  color: #edc2b2;
}

.latest-news-deals-sc .colour--sand svg path {
  stroke: #edc2b2;
}

.latest-news-deals-sc .colour-dark-green {
  color: #477628;
}

.latest-news-deals-sc .colour-dark-green h1,
.latest-news-deals-sc .colour-dark-green h2,
.latest-news-deals-sc .colour-dark-green h3,
.latest-news-deals-sc .colour-dark-green h4,
.latest-news-deals-sc .colour-dark-green p,
.latest-news-deals-sc .colour-dark-green span {
  color: #477628;
}

.latest-news-deals-sc .colour-dark-green svg path {
  stroke: #477628;
}

.latest-news-deals-sc .colour--dark-blue {
  color: #005c82;
}

.latest-news-deals-sc .colour--dark-blue h1,
.latest-news-deals-sc .colour--dark-blue h2,
.latest-news-deals-sc .colour--dark-blue h3,
.latest-news-deals-sc .colour--dark-blue h4,
.latest-news-deals-sc .colour--dark-blue p,
.latest-news-deals-sc .colour--dark-blue span {
  color: #005c82;
}

.latest-news-deals-sc .colour--dark-blue svg path {
  stroke: #005c82;
}

.latest-news-deals-sc .colour--dark-purple {
  color: #5b255d;
}

.latest-news-deals-sc .colour--dark-purple h1,
.latest-news-deals-sc .colour--dark-purple h2,
.latest-news-deals-sc .colour--dark-purple h3,
.latest-news-deals-sc .colour--dark-purple h4,
.latest-news-deals-sc .colour--dark-purple p,
.latest-news-deals-sc .colour--dark-purple span {
  color: #5b255d;
}

.latest-news-deals-sc .colour--dark-purple svg path {
  stroke: #5b255d;
}

.latest-news-deals-sc .colour--dark-pink {
  color: #ca3665;
}

.latest-news-deals-sc .colour--dark-pink h1,
.latest-news-deals-sc .colour--dark-pink h2,
.latest-news-deals-sc .colour--dark-pink h3,
.latest-news-deals-sc .colour--dark-pink h4,
.latest-news-deals-sc .colour--dark-pink p,
.latest-news-deals-sc .colour--dark-pink span {
  color: #ca3665;
}

.latest-news-deals-sc .colour--dark-pink svg path {
  stroke: #ca3665;
}

.latest-news-deals-sc .bg--slate {
  background-color: #323e48 !important;
}

.latest-news-deals-sc .bg--slate-5 {
  background-color: #f5f5f6 !important;
}

.latest-news-deals-sc .bg--orange {
  background-color: #ffa068 !important;
}

.latest-news-deals-sc .bg--lime {
  background-color: #c0df8a !important;
}

.latest-news-deals-sc .bg--light-grey {
  background-color: #e3e3e3 !important;
}

.latest-news-deals-sc .bg--pink {
  background-color: #ffb1ba !important;
}

.latest-news-deals-sc .bg--yellow {
  background-color: #ffe74d !important;
}

.latest-news-deals-sc .bg--teal {
  background-color: #9fddd3 !important;
}

.latest-news-deals-sc .bg--lilac {
  background-color: #cf9dc7 !important;
}

.latest-news-deals-sc .bg--blue {
  background-color: #84aae4 !important;
}

.latest-news-deals-sc .bg--sand {
  background-color: #edc2b2 !important;
}

.latest-news-deals-sc .bg--dark-green {
  background-color: #477628 !important;
}

.latest-news-deals-sc .bg--dark-blue {
  background-color: #005c82 !important;
}

.latest-news-deals-sc .bg--dark-purple {
  background-color: #5b255d !important;
}

.latest-news-deals-sc .bg--dark-pink {
  background-color: #ca3665 !important;
}

.latest-news-deals-sc.coveo .btn.btn--squared {
  font-family: "Publico Roman", serif;
  border: 1px solid #323e48;
  color: #323e48 !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  transition:
    background-color 0.25s,
    color 0.25s;
  display: inline-block;
  align-items: center;
  position: relative;
  text-decoration: none !important;
  padding: 0 !important;
}

.latest-news-deals-sc.coveo .btn.btn--squared a {
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 15px;
  height: 100%;
  width: 100%;
  color: #323e48;
}

.latest-news-deals-sc.coveo .btn.btn--squared:after {
  display: none;
}

.latest-news-deals-sc.coveo .btn.btn--squared.large {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

.latest-news-deals-sc.coveo .btn.btn--squared.large a {
  padding: 12px 60px 10px 20px;
}

.latest-news-deals-sc.coveo .btn.btn--squared.large:before {
  top: 12px;
  right: 16px;
}

.latest-news-deals-sc.coveo .btn.btn--squared svg {
  display: flex;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  left: auto;
}

.latest-news-deals-sc.coveo .btn.btn--squared:hover svg path {
  stroke: #fff;
}

.latest-news-deals-sc.coveo .btn.btn--squared:hover {
  background-color: #323e48;
  color: #fff !important;
  border: 1px solid #323e48;
  text-decoration: none;
}

.latest-news-deals-sc.coveo .btn.btn--squared:hover a {
  color: #fff;
}

.latest-news-deals-sc.coveo .btn.btn--squared:hover a:hover {
  text-decoration: none;
  color: #fff !important;
}

.latest-news-deals-sc.coveo .coveo-alphabet-search {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .coveo-alphabet-search {
    display: none;
  }
}

.latest-news-deals-sc.coveo .coveo-alphabet-search a {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #323e48;
}

.latest-news-deals-sc.coveo .component--facets {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .component--facets {
    margin-bottom: 50px;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .component--facets {
    flex-flow: row wrap;
    background-color: #f5f5f6;
    padding: 24px;
  }
}

.latest-news-deals-sc.coveo .component--facets .CoveoText {
  margin: 0;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .component--facets .CoveoText {
    width: 100%;
  }
}

.latest-news-deals-sc.coveo .component--facets .coveo-facet-column {
  display: flex !important;
  align-items: center;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .component--facets .coveo-facet-column {
    margin: 0 -5px;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .component--facets .coveo-facet-column {
    flex-flow: row wrap;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .coveo-dropdown-header-wrapper {
  display: none !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet,
.latest-news-deals-sc.coveo .component--facets .coveo-facet-column .CoveoFacet,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 0 0 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacetRange,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoFacet,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSimpleFilter {
    width: 200px;
    margin: 0 5px;
    background-color: #f5f5f6;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet {
  padding: 5px 10px;
  height: 48px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicFacet
    .CoveoDynamicFacetRange
    .coveo-dynamic-facet-header-title,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDynamicHierarchicalFacet
    .coveo-dynamic-facet-header-title {
    color: #323e48 !important;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header {
  border: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-title {
  color: #000;
  font-weight: 400;
  margin: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn {
  padding: 0 5px 5px 5px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear {
  display: none !important;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-header-btn.coveo-dynamic-facet-header-clear:hover {
  text-decoration: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-collapse-toggle-svg {
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values:before,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values:before,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values:before,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values:before {
  display: none;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:first-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:first-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  li:last-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  li:last-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-values
  .coveo-dynamic-facet-collapsed-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  .coveo-dynamic-facet-collapsed-values {
  display: none !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover {
  background-color: #323e48;
  opacity: 1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value:hover
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value:hover
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  span {
  color: #fff;
  opacity: 1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label {
  padding: 10px 20px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  span,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  span {
  margin: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-facet-value
  .coveo-checkbox-button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value
  .coveo-checkbox-button {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values {
  border-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:first-child
  button {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-values
  li:last-child
  button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value {
  padding: 10px 20px;
  line-height: unset;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right {
  position: relative;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value-arrow-left,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value-arrow-left {
  margin-right: 15px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-left
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-value:hover
  .coveo-dynamic-hierarchical-facet-value-arrow-right
  svg {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  .CoveoDynamicFacetRange
  .coveo-dynamic-hierarchical-facet-all,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet
  .coveo-dynamic-hierarchical-facet-all {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  line-height: unset;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed),
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed) {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header {
  border: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacetRange:not(.coveo-dynamic-facet-collapsed)
  .coveo-dynamic-facet-values:before {
  display: block;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  ) {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #fff !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header {
  border: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-title {
  color: #000;
  font-weight: 400;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-header-btn.coveo-dynamic-facet-header-clear {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-facet-collapse-toggle-svg {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicHierarchicalFacet:not(
    .coveo-dynamic-hierarchical-facet-collapsed
  )
  .coveo-dynamic-hierarchical-facet-values:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker,
.latest-news-deals-sc.coveo .component--facets .coveo-facet-column .CoveoFacet {
  border: 0;
  box-sizing: inherit;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header {
  padding: 0;
  background-color: inherit;
  border-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 5px 10px;
  z-index: 1;
  width: 100%;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-settings-section,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-settings-section {
  display: none !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-wait-animation
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-header-wait-animation
  svg {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values {
  display: none;
  z-index: 2222;
  position: absolute;
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  max-height: 320px;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-values,
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoFacet
    .coveo-facet-values {
    margin-top: 10px;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:first-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-values
  li:last-child,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-values
  li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value {
  display: block !important;
  padding: 0 !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value:hover
  .coveo-facet-value-count,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-caption,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value:hover
  .coveo-facet-value-count {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-checkbox,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-checkbox {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-caption,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value.coveo-selected
  .coveo-facet-value-count {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label {
  margin-bottom: 0 !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-label-wrapper,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-label-wrapper {
  padding: 0 20px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-count,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-count {
  margin: 0;
  margin-left: 25px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-value-exclude,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-value-exclude {
  display: none !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-footer,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet
  .coveo-facet-footer {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container {
  top: -1px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-toggle-svg-container
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header-title,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-header-title {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-values,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed)
  .coveo-facet-values {
  display: inline-block;
}

.latest-news-deals-sc.coveo .component--facets .coveo-facet-column .CoveoFacet {
  cursor: pointer;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-header-title {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet.coveo-active
  .coveo-facet-toggle-svg-container
  svg {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoFacet:not(.coveo-facet-collapsed) {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker {
  position: relative;
  border: 0;
  box-sizing: inherit;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container {
  display: none;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-toggle-svg-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header {
  display: none;
  padding: 0;
  background-color: inherit;
  cursor: pointer;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .coveo-facet-header {
    display: flex;
    align-items: center;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-title {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .coveo-facet-header-eraser {
  display: none !important;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content {
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    right: unset;
    background-color: #fff;
    min-width: 100%;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    webkit-box-shadow: 0 2px 5px #d6d9da;
    -webkit-box-shadow: 0 2px 5px #d6d9da;
    box-shadow: 0 2px 5px #d6d9da;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    div:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-section {
  padding: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    border-radius: 4px;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row {
    padding: 10px 20px;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker
    .inner-content
    .input-row:nth-child(n + 2) {
    margin-top: 10px;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: unset;
  width: 90px;
  border: 0;
  padding: 0;
  font-size: 14px;
  color: #323e48;
  height: auto;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .coveo-button:focus {
  background-color: transparent;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon {
  margin: 0;
  height: 18px;
  width: 18px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row
  .calendar-icon
  > svg {
  fill: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .coveo-button,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .input-label {
  color: #fff;
  background-color: transparent;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon {
  cursor: pointer;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-row:hover
  .calendar-icon
  > svg {
  fill: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker
  .inner-content
  .input-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  width: 80px;
  white-space: nowrap;
  height: auto;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoDateRangePicker:not(.coveo-facet-collapsed) {
    background-color: #323e48;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .coveo-facet-header:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  bottom: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDateRangePicker:not(.coveo-facet-collapsed)
  .inner-content {
  opacity: 1;
  z-index: 20;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter {
  padding: 5px 10px;
  height: 48px;
  border: 0;
  box-sizing: inherit;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-select {
  height: 35px;
  justify-content: space-between;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-circle {
  display: none !important;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-toggle-svg-container
  svg {
  height: 15px;
  width: 15px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container {
  top: 100%;
  left: 0;
  right: unset;
  background-color: #fff;
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  -webkit-box-shadow: -1px 0 5px 0 #d6d9da;
  box-shadow: -1px 0 5px 0 #d6d9da;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:first-child
  .coveo-checkbox-span-label {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  label:last-child
  .coveo-checkbox-span-label {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-span-label {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label
  .coveo-checkbox-button[aria-pressed="true"]
  + .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter
  .coveo-simplefilter-value-container
  .coveo-checkbox-label:hover
  .coveo-checkbox-span-label {
  background-color: #323e48;
  color: #fff;
  opacity: 1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-select {
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-toggle-svg-container
  svg {
  transform: rotate(180deg);
  color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSimpleFilter.coveo-simplefilter-value-container-expanded
  .coveo-simplefilter-value-container:before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  -webkit-box-shadow: 1px -1px 2px 0 #d6d9da;
  box-shadow: 1px -1px 2px 0 #d6d9da;
  position: absolute;
  left: 15px;
  top: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -1;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .coveo-simplefilter-header-wrapper {
  display: flex;
  width: auto;
  max-width: unset;
  margin: unset;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .coveo-simplefilter-header-wrapper {
    flex-flow: row wrap;
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox {
    max-width: 400px;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box {
  border: 1px solid #f5f5f6;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input
  input,
.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-underlay {
  padding: 5px 10px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-input {
  background: 0 0;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo
    .component--facets
    .coveo-facet-column
    .CoveoSearchbox
    .magic-box-input {
    background-color: #fff;
  }
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear {
  background: 0 0;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box-clear-svg {
  color: #323e48;
  margin-bottom: 3px;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty {
  background-color: #fff;
  border-color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-input
  input {
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .magic-box.magic-box-notEmpty
  .magic-box-clear {
  background-color: #fff;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoSearchbox
  .CoveoSearchButton {
  display: none;
}

.latest-news-deals-sc.coveo
  .component--facets
  .coveo-facet-column
  .CoveoDynamicFacet
  > ul {
  padding: 0;
}

.latest-news-deals-sc.coveo .CoveoBreadcrumb {
  width: 100%;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 24px 24px 24px;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .CoveoBreadcrumb {
    background-color: #f5f5f6;
    flex-flow: row wrap;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .CoveoBreadcrumb {
    padding: 0;
    margin-top: -60px;
    height: 70px;
  }
}

.latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items {
    width: 100%;
  }
}

.latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-items span {
  color: #323e48;
}

.latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
  font-family: "Open Sans SemiBold", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #323e48;
  text-decoration: none;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-breadcrumb-clear-all {
    padding: 25px 0 0 0;
    text-align: center;
    width: 100%;
  }
}

.latest-news-deals-sc.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-value:hover {
  text-decoration: none;
}

.latest-news-deals-sc.coveo .CoveoBreadcrumb .coveo-facet-breadcrumb-caption {
  text-decoration: underline;
}

.latest-news-deals-sc.coveo
  .CoveoBreadcrumb
  .coveo-facet-breadcrumb-clear
  svg
  path {
  color: #323e48;
}

.latest-news-deals-sc.coveo .coveo-dropdown-background {
  opacity: 0.5;
}

.latest-news-deals-sc.coveo {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.latest-news-deals-sc.coveo a {
  color: inherit;
}

.latest-news-deals-sc.coveo a:hover {
  text-decoration: inherit;
}

.latest-news-deals-sc.coveo a:visited {
  color: inherit;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo-slider {
    overflow: hidden !important;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo-listing .container {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo-listing .coveo-result-list-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.latest-news-deals-sc.coveo-listing .CoveoResult {
  z-index: 1;
  padding: 12px;
}

.latest-news-deals-sc.coveo .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .slick-list {
    overflow: hidden;
  }
}

.latest-news-deals-sc.coveo .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .slick-track {
    margin: 0;
    cursor: default;
    flex-wrap: wrap;
    display: block;
  }
}

.latest-news-deals-sc.coveo .slick-slide {
  padding: 0 !important;
  margin: 0 7.5px !important;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.latest-news-deals-sc.coveo.stacked-mb .card {
  height: auto;
}

.latest-news-deals-sc.coveo .CoveoResultList {
  margin: 0;
}

.latest-news-deals-sc.coveo .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000;
}

.latest-news-deals-sc.coveo .CoveoQuerySummary {
  padding: 0 15px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .CoveoQuerySummary {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .CoveoQuerySummary > img,
  .latest-news-deals-sc.coveo .CoveoQuerySummary > span {
    display: inline-block;
    vertical-align: top;
  }
}

.latest-news-deals-sc.coveo .CoveoQuerySummary span {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .CoveoQuerySummary span {
    width: calc(100% - 583px);
  }
}

.latest-news-deals-sc.coveo
  .CoveoQuerySummary
  .coveo-query-summary-no-results-string {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.latest-news-deals-sc.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.latest-news-deals-sc.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last:hover {
  text-decoration: none;
  color: #fff;
}

.latest-news-deals-sc.coveo .CoveoQuerySummary .coveo-query-summary-img {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .CoveoQuerySummary .coveo-query-summary-img {
    height: 430px;
    width: 580px;
    margin-top: 0;
  }
}

.latest-news-deals-sc.coveo .coveo-no-results {
  max-width: 100% !important;
  text-align: left !important;
}

.latest-news-deals-sc.coveo .coveo-no-results .CoveoNoResults {
  display: block;
}

.latest-news-deals-sc.coveo .CoveoNoResults {
  display: none;
}

.latest-news-deals-sc.coveo .CoveoLoadMoreResults {
  margin-bottom: 50px;
}

.latest-news-deals-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.latest-news-deals-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:hover {
  background-color: #323e48;
  color: #fff;
}

.latest-news-deals-sc.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.latest-news-deals-sc.coveo {
  border: none !important;
}

.latest-news-deals-sc.coveo .coveo-results-header {
  box-shadow: none;
}

.latest-news-deals-sc.coveo .CoveoResult {
  border: none !important;
}

.latest-news-deals-sc.coveo.CoveoSearchInterface {
  background-color: transparent !important;
}

.latest-news-deals-sc.coveo .coveo-recommendation-body {
  background-color: inherit;
}

.latest-news-deals-sc.coveo .coveo-result-row {
  display: block;
}

.latest-news-deals-sc.coveo .coveo-facet-column,
.latest-news-deals-sc.coveo .coveo-results-column {
  overflow: unset;
  padding: 0;
  width: 100%;
}

.latest-news-deals-sc.coveo .coveo-dropdown-header-wrapper {
  display: none !important;
}

.latest-news-deals-sc .pika-single .pika-button:hover {
  background: #323e48;
  color: #fff !important;
}

.latest-news-deals-sc .pika-single .is-today .pika-button {
  color: #323e48;
}

.latest-news-deals-sc .pika-single .is-selected .pika-button {
  color: #fff;
  background: #323e48;
  box-shadow: inset 0 1px 3px #323e48;
}

.latest-news-deals-sc.coveo .card {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card {
    height: 100%;
  }
}

.latest-news-deals-sc.coveo .card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

.latest-news-deals-sc.coveo .card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.latest-news-deals-sc.coveo .card p {
  margin: 0;
}

.latest-news-deals-sc.coveo .card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.default.full .card--content h3 {
    display: none;
  }
}

.latest-news-deals-sc.coveo .card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.latest-news-deals-sc.coveo .card.briefing.full,
.latest-news-deals-sc.coveo .card.briefing.related,
.latest-news-deals-sc.coveo .card.events.full,
.latest-news-deals-sc.coveo .card.events.related,
.latest-news-deals-sc.coveo .card.insights.full,
.latest-news-deals-sc.coveo .card.insights.related,
.latest-news-deals-sc.coveo .card.news.full,
.latest-news-deals-sc.coveo .card.news.related,
.latest-news-deals-sc.coveo .card.people.full,
.latest-news-deals-sc.coveo .card.people.related,
.latest-news-deals-sc.coveo .card.trending.full,
.latest-news-deals-sc.coveo .card.trending.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full,
  .latest-news-deals-sc.coveo .card.briefing.related,
  .latest-news-deals-sc.coveo .card.events.full,
  .latest-news-deals-sc.coveo .card.events.related,
  .latest-news-deals-sc.coveo .card.insights.full,
  .latest-news-deals-sc.coveo .card.insights.related,
  .latest-news-deals-sc.coveo .card.news.full,
  .latest-news-deals-sc.coveo .card.news.related,
  .latest-news-deals-sc.coveo .card.people.full,
  .latest-news-deals-sc.coveo .card.people.related,
  .latest-news-deals-sc.coveo .card.trending.full,
  .latest-news-deals-sc.coveo .card.trending.related {
    margin-bottom: 47px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--image,
.latest-news-deals-sc.coveo .card.briefing.related .card--image,
.latest-news-deals-sc.coveo .card.events.full .card--image,
.latest-news-deals-sc.coveo .card.events.related .card--image,
.latest-news-deals-sc.coveo .card.insights.full .card--image,
.latest-news-deals-sc.coveo .card.insights.related .card--image,
.latest-news-deals-sc.coveo .card.news.full .card--image,
.latest-news-deals-sc.coveo .card.news.related .card--image,
.latest-news-deals-sc.coveo .card.people.full .card--image,
.latest-news-deals-sc.coveo .card.people.related .card--image,
.latest-news-deals-sc.coveo .card.trending.full .card--image,
.latest-news-deals-sc.coveo .card.trending.related .card--image {
  width: 98px;
  overflow: hidden;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--image img,
.latest-news-deals-sc.coveo .card.briefing.related .card--image img,
.latest-news-deals-sc.coveo .card.events.full .card--image img,
.latest-news-deals-sc.coveo .card.events.related .card--image img,
.latest-news-deals-sc.coveo .card.insights.full .card--image img,
.latest-news-deals-sc.coveo .card.insights.related .card--image img,
.latest-news-deals-sc.coveo .card.news.full .card--image img,
.latest-news-deals-sc.coveo .card.news.related .card--image img,
.latest-news-deals-sc.coveo .card.people.full .card--image img,
.latest-news-deals-sc.coveo .card.people.related .card--image img,
.latest-news-deals-sc.coveo .card.trending.full .card--image img,
.latest-news-deals-sc.coveo .card.trending.related .card--image img {
  transition: transform 0.25s;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--content,
.latest-news-deals-sc.coveo .card.briefing.related .card--content,
.latest-news-deals-sc.coveo .card.events.full .card--content,
.latest-news-deals-sc.coveo .card.events.related .card--content,
.latest-news-deals-sc.coveo .card.insights.full .card--content,
.latest-news-deals-sc.coveo .card.insights.related .card--content,
.latest-news-deals-sc.coveo .card.news.full .card--content,
.latest-news-deals-sc.coveo .card.news.related .card--content,
.latest-news-deals-sc.coveo .card.people.full .card--content,
.latest-news-deals-sc.coveo .card.people.related .card--content,
.latest-news-deals-sc.coveo .card.trending.full .card--content,
.latest-news-deals-sc.coveo .card.trending.related .card--content {
  padding-top: 7px;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--content a,
.latest-news-deals-sc.coveo .card.briefing.related .card--content a,
.latest-news-deals-sc.coveo .card.events.full .card--content a,
.latest-news-deals-sc.coveo .card.events.related .card--content a,
.latest-news-deals-sc.coveo .card.insights.full .card--content a,
.latest-news-deals-sc.coveo .card.insights.related .card--content a,
.latest-news-deals-sc.coveo .card.news.full .card--content a,
.latest-news-deals-sc.coveo .card.news.related .card--content a,
.latest-news-deals-sc.coveo .card.people.full .card--content a,
.latest-news-deals-sc.coveo .card.people.related .card--content a,
.latest-news-deals-sc.coveo .card.trending.full .card--content a,
.latest-news-deals-sc.coveo .card.trending.related .card--content a {
  position: relative;
  z-index: 1010;
}

.latest-news-deals-sc.coveo .card.briefing.full h3,
.latest-news-deals-sc.coveo .card.briefing.related h3,
.latest-news-deals-sc.coveo .card.events.full h3,
.latest-news-deals-sc.coveo .card.events.related h3,
.latest-news-deals-sc.coveo .card.insights.full h3,
.latest-news-deals-sc.coveo .card.insights.related h3,
.latest-news-deals-sc.coveo .card.news.full h3,
.latest-news-deals-sc.coveo .card.news.related h3,
.latest-news-deals-sc.coveo .card.people.full h3,
.latest-news-deals-sc.coveo .card.people.related h3,
.latest-news-deals-sc.coveo .card.trending.full h3,
.latest-news-deals-sc.coveo .card.trending.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h3,
  .latest-news-deals-sc.coveo .card.briefing.related h3,
  .latest-news-deals-sc.coveo .card.events.full h3,
  .latest-news-deals-sc.coveo .card.events.related h3,
  .latest-news-deals-sc.coveo .card.insights.full h3,
  .latest-news-deals-sc.coveo .card.insights.related h3,
  .latest-news-deals-sc.coveo .card.news.full h3,
  .latest-news-deals-sc.coveo .card.news.related h3,
  .latest-news-deals-sc.coveo .card.people.full h3,
  .latest-news-deals-sc.coveo .card.people.related h3,
  .latest-news-deals-sc.coveo .card.trending.full h3,
  .latest-news-deals-sc.coveo .card.trending.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--role,
.latest-news-deals-sc.coveo .card.briefing.related .card--role,
.latest-news-deals-sc.coveo .card.events.full .card--role,
.latest-news-deals-sc.coveo .card.events.related .card--role,
.latest-news-deals-sc.coveo .card.insights.full .card--role,
.latest-news-deals-sc.coveo .card.insights.related .card--role,
.latest-news-deals-sc.coveo .card.news.full .card--role,
.latest-news-deals-sc.coveo .card.news.related .card--role,
.latest-news-deals-sc.coveo .card.people.full .card--role,
.latest-news-deals-sc.coveo .card.people.related .card--role,
.latest-news-deals-sc.coveo .card.trending.full .card--role,
.latest-news-deals-sc.coveo .card.trending.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--role + a,
.latest-news-deals-sc.coveo .card.briefing.full .card--role + span,
.latest-news-deals-sc.coveo .card.briefing.related .card--role + a,
.latest-news-deals-sc.coveo .card.briefing.related .card--role + span,
.latest-news-deals-sc.coveo .card.events.full .card--role + a,
.latest-news-deals-sc.coveo .card.events.full .card--role + span,
.latest-news-deals-sc.coveo .card.events.related .card--role + a,
.latest-news-deals-sc.coveo .card.events.related .card--role + span,
.latest-news-deals-sc.coveo .card.insights.full .card--role + a,
.latest-news-deals-sc.coveo .card.insights.full .card--role + span,
.latest-news-deals-sc.coveo .card.insights.related .card--role + a,
.latest-news-deals-sc.coveo .card.insights.related .card--role + span,
.latest-news-deals-sc.coveo .card.news.full .card--role + a,
.latest-news-deals-sc.coveo .card.news.full .card--role + span,
.latest-news-deals-sc.coveo .card.news.related .card--role + a,
.latest-news-deals-sc.coveo .card.news.related .card--role + span,
.latest-news-deals-sc.coveo .card.people.full .card--role + a,
.latest-news-deals-sc.coveo .card.people.full .card--role + span,
.latest-news-deals-sc.coveo .card.people.related .card--role + a,
.latest-news-deals-sc.coveo .card.people.related .card--role + span,
.latest-news-deals-sc.coveo .card.trending.full .card--role + a,
.latest-news-deals-sc.coveo .card.trending.full .card--role + span,
.latest-news-deals-sc.coveo .card.trending.related .card--role + a,
.latest-news-deals-sc.coveo .card.trending.related .card--role + span {
  margin-left: 13px;
}

.latest-news-deals-sc.coveo .card.briefing.full,
.latest-news-deals-sc.coveo .card.events.full,
.latest-news-deals-sc.coveo .card.insights.full,
.latest-news-deals-sc.coveo .card.news.full,
.latest-news-deals-sc.coveo .card.people.full,
.latest-news-deals-sc.coveo .card.trending.full {
  display: block;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full,
  .latest-news-deals-sc.coveo .card.events.full,
  .latest-news-deals-sc.coveo .card.insights.full,
  .latest-news-deals-sc.coveo .card.news.full,
  .latest-news-deals-sc.coveo .card.people.full,
  .latest-news-deals-sc.coveo .card.trending.full {
    margin-bottom: 0;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--image,
.latest-news-deals-sc.coveo .card.events.full .card--image,
.latest-news-deals-sc.coveo .card.insights.full .card--image,
.latest-news-deals-sc.coveo .card.news.full .card--image,
.latest-news-deals-sc.coveo .card.people.full .card--image,
.latest-news-deals-sc.coveo .card.trending.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--image,
  .latest-news-deals-sc.coveo .card.events.full .card--image,
  .latest-news-deals-sc.coveo .card.insights.full .card--image,
  .latest-news-deals-sc.coveo .card.news.full .card--image,
  .latest-news-deals-sc.coveo .card.people.full .card--image,
  .latest-news-deals-sc.coveo .card.trending.full .card--image {
    margin-bottom: 12px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--content,
.latest-news-deals-sc.coveo .card.events.full .card--content,
.latest-news-deals-sc.coveo .card.insights.full .card--content,
.latest-news-deals-sc.coveo .card.news.full .card--content,
.latest-news-deals-sc.coveo .card.people.full .card--content,
.latest-news-deals-sc.coveo .card.trending.full .card--content {
  padding-bottom: 16px;
}

.latest-news-deals-sc.coveo .card.briefing.full h3,
.latest-news-deals-sc.coveo .card.events.full h3,
.latest-news-deals-sc.coveo .card.insights.full h3,
.latest-news-deals-sc.coveo .card.news.full h3,
.latest-news-deals-sc.coveo .card.people.full h3,
.latest-news-deals-sc.coveo .card.trending.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h3,
  .latest-news-deals-sc.coveo .card.events.full h3,
  .latest-news-deals-sc.coveo .card.insights.full h3,
  .latest-news-deals-sc.coveo .card.news.full h3,
  .latest-news-deals-sc.coveo .card.people.full h3,
  .latest-news-deals-sc.coveo .card.trending.full h3 {
    margin-bottom: 7px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full p,
.latest-news-deals-sc.coveo .card.events.full p,
.latest-news-deals-sc.coveo .card.insights.full p,
.latest-news-deals-sc.coveo .card.news.full p,
.latest-news-deals-sc.coveo .card.people.full p,
.latest-news-deals-sc.coveo .card.trending.full p {
  margin-bottom: 20px;
}

.latest-news-deals-sc.coveo .card.briefing:hover .card--image img,
.latest-news-deals-sc.coveo .card.events:hover .card--image img,
.latest-news-deals-sc.coveo .card.insights:hover .card--image img,
.latest-news-deals-sc.coveo .card.news:hover .card--image img,
.latest-news-deals-sc.coveo .card.people:hover .card--image img,
.latest-news-deals-sc.coveo .card.trending:hover .card--image img {
  transform: scale(1.1);
}

.latest-news-deals-sc.coveo .card.briefing:hover h3,
.latest-news-deals-sc.coveo .card.events:hover h3,
.latest-news-deals-sc.coveo .card.insights:hover h3,
.latest-news-deals-sc.coveo .card.news:hover h3,
.latest-news-deals-sc.coveo .card.people:hover h3,
.latest-news-deals-sc.coveo .card.trending:hover h3 {
  text-decoration: underline;
}

.latest-news-deals-sc.coveo .card.briefing.full,
.latest-news-deals-sc.coveo .card.events.full,
.latest-news-deals-sc.coveo .card.insights.full,
.latest-news-deals-sc.coveo .card.news.full,
.latest-news-deals-sc.coveo .card.trending.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full,
  .latest-news-deals-sc.coveo .card.events.full,
  .latest-news-deals-sc.coveo .card.insights.full,
  .latest-news-deals-sc.coveo .card.news.full,
  .latest-news-deals-sc.coveo .card.trending.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--content,
.latest-news-deals-sc.coveo .card.events.full .card--content,
.latest-news-deals-sc.coveo .card.insights.full .card--content,
.latest-news-deals-sc.coveo .card.news.full .card--content,
.latest-news-deals-sc.coveo .card.trending.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--content,
  .latest-news-deals-sc.coveo .card.events.full .card--content,
  .latest-news-deals-sc.coveo .card.insights.full .card--content,
  .latest-news-deals-sc.coveo .card.news.full .card--content,
  .latest-news-deals-sc.coveo .card.trending.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full h3,
.latest-news-deals-sc.coveo .card.events.full h3,
.latest-news-deals-sc.coveo .card.insights.full h3,
.latest-news-deals-sc.coveo .card.news.full h3,
.latest-news-deals-sc.coveo .card.trending.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h3,
  .latest-news-deals-sc.coveo .card.events.full h3,
  .latest-news-deals-sc.coveo .card.insights.full h3,
  .latest-news-deals-sc.coveo .card.news.full h3,
  .latest-news-deals-sc.coveo .card.trending.full h3 {
    margin-bottom: 12px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full h2,
.latest-news-deals-sc.coveo .card.events.full h2,
.latest-news-deals-sc.coveo .card.insights.full h2,
.latest-news-deals-sc.coveo .card.news.full h2,
.latest-news-deals-sc.coveo .card.trending.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h2,
  .latest-news-deals-sc.coveo .card.events.full h2,
  .latest-news-deals-sc.coveo .card.insights.full h2,
  .latest-news-deals-sc.coveo .card.news.full h2,
  .latest-news-deals-sc.coveo .card.trending.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full,
.latest-news-deals-sc.coveo .card.events.full,
.latest-news-deals-sc.coveo .card.insights.full,
.latest-news-deals-sc.coveo .card.news.full,
.latest-news-deals-sc.coveo .card.trending.full {
  border-bottom: 0;
  position: relative;
}

.latest-news-deals-sc.coveo .card.briefing.full:hover,
.latest-news-deals-sc.coveo .card.events.full:hover,
.latest-news-deals-sc.coveo .card.insights.full:hover,
.latest-news-deals-sc.coveo .card.news.full:hover,
.latest-news-deals-sc.coveo .card.trending.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full:hover,
  .latest-news-deals-sc.coveo .card.events.full:hover,
  .latest-news-deals-sc.coveo .card.insights.full:hover,
  .latest-news-deals-sc.coveo .card.news.full:hover,
  .latest-news-deals-sc.coveo .card.trending.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full:hover h2,
.latest-news-deals-sc.coveo .card.events.full:hover h2,
.latest-news-deals-sc.coveo .card.insights.full:hover h2,
.latest-news-deals-sc.coveo .card.news.full:hover h2,
.latest-news-deals-sc.coveo .card.trending.full:hover h2 {
  text-decoration: underline;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--image,
.latest-news-deals-sc.coveo .card.events.full .card--image,
.latest-news-deals-sc.coveo .card.insights.full .card--image,
.latest-news-deals-sc.coveo .card.news.full .card--image,
.latest-news-deals-sc.coveo .card.trending.full .card--image {
  margin-bottom: 0;
}

.latest-news-deals-sc.coveo .card.briefing.full .card--content,
.latest-news-deals-sc.coveo .card.events.full .card--content,
.latest-news-deals-sc.coveo .card.insights.full .card--content,
.latest-news-deals-sc.coveo .card.news.full .card--content,
.latest-news-deals-sc.coveo .card.trending.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--content,
  .latest-news-deals-sc.coveo .card.events.full .card--content,
  .latest-news-deals-sc.coveo .card.insights.full .card--content,
  .latest-news-deals-sc.coveo .card.news.full .card--content,
  .latest-news-deals-sc.coveo .card.trending.full .card--content {
    padding-top: 15px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full h2,
.latest-news-deals-sc.coveo .card.events.full h2,
.latest-news-deals-sc.coveo .card.insights.full h2,
.latest-news-deals-sc.coveo .card.news.full h2,
.latest-news-deals-sc.coveo .card.trending.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h2,
  .latest-news-deals-sc.coveo .card.events.full h2,
  .latest-news-deals-sc.coveo .card.insights.full h2,
  .latest-news-deals-sc.coveo .card.news.full h2,
  .latest-news-deals-sc.coveo .card.trending.full h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full h3,
.latest-news-deals-sc.coveo .card.events.full h3,
.latest-news-deals-sc.coveo .card.insights.full h3,
.latest-news-deals-sc.coveo .card.news.full h3,
.latest-news-deals-sc.coveo .card.trending.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h3,
  .latest-news-deals-sc.coveo .card.events.full h3,
  .latest-news-deals-sc.coveo .card.insights.full h3,
  .latest-news-deals-sc.coveo .card.news.full h3,
  .latest-news-deals-sc.coveo .card.trending.full h3 {
    display: none;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full p:last-child,
.latest-news-deals-sc.coveo .card.events.full p:last-child,
.latest-news-deals-sc.coveo .card.insights.full p:last-child,
.latest-news-deals-sc.coveo .card.news.full p:last-child,
.latest-news-deals-sc.coveo .card.trending.full p:last-child {
  margin: 0;
}

.latest-news-deals-sc.coveo .card.case-study,
.latest-news-deals-sc.coveo .card.deal,
.latest-news-deals-sc.coveo .card.news {
  height: 100%;
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.case-study,
  .latest-news-deals-sc.coveo .card.deal,
  .latest-news-deals-sc.coveo .card.news {
    border-radius: inherit;
  }
}

.latest-news-deals-sc.coveo .card.case-study h2,
.latest-news-deals-sc.coveo .card.deal h2,
.latest-news-deals-sc.coveo .card.news h2 {
  font-size: 24px;
}

.latest-news-deals-sc.coveo .card.case-study .card--content,
.latest-news-deals-sc.coveo .card.deal .card--content,
.latest-news-deals-sc.coveo .card.news .card--content {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.latest-news-deals-sc.coveo .card.case-study .card--content .card--title,
.latest-news-deals-sc.coveo .card.deal .card--content .card--title,
.latest-news-deals-sc.coveo .card.news .card--content .card--title {
  margin-bottom: 5px;
}

.latest-news-deals-sc.coveo .card.case-study .card--content .card--title h4,
.latest-news-deals-sc.coveo .card.deal .card--content .card--title h4,
.latest-news-deals-sc.coveo .card.news .card--content .card--title h4 {
  margin-top: 0;
}

.latest-news-deals-sc.coveo .card.case-study .card--content .card--title .intro,
.latest-news-deals-sc.coveo .card.deal .card--content .card--title .intro,
.latest-news-deals-sc.coveo .card.news .card--content .card--title .intro {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc.coveo
    .card.case-study
    .card--content
    .card--title
    .intro,
  .latest-news-deals-sc.coveo .card.deal .card--content .card--title .intro,
  .latest-news-deals-sc.coveo .card.news .card--content .card--title .intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-news-deals-sc.coveo .card.case-study:hover,
.latest-news-deals-sc.coveo .card.deal:hover,
.latest-news-deals-sc.coveo .card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.latest-news-deals-sc.coveo .card.case-study:hover h2,
.latest-news-deals-sc.coveo .card.deal:hover h2,
.latest-news-deals-sc.coveo .card.news:hover h2 {
  text-decoration: underline;
}

.latest-news-deals-sc.coveo .card.case-study:hover .icon svg path,
.latest-news-deals-sc.coveo .card.deal:hover .icon svg path,
.latest-news-deals-sc.coveo .card.news:hover .icon svg path {
  stroke: #fff;
}

.latest-news-deals-sc.coveo .card.case-study {
  background-color: #ffe74d;
}

.latest-news-deals-sc.coveo .card.News,
.latest-news-deals-sc.coveo .card.news {
  background-color: #9fddd3;
}

.latest-news-deals-sc.coveo .card.Deal,
.latest-news-deals-sc.coveo .card.deal {
  background-color: #ffb1ba;
}

.latest-news-deals-sc.coveo .card.briefing.full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.briefing.full {
    box-shadow: none;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full:hover {
  background-color: transparent;
  color: inherit;
}

.latest-news-deals-sc.coveo .card.briefing.full:hover h2,
.latest-news-deals-sc.coveo .card.briefing.full:hover p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full h2 {
    margin-bottom: 19px;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.latest-news-deals-sc.coveo
  .card.briefing.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.briefing.full .icon.hide-mb {
    display: none;
  }
}

.latest-news-deals-sc.coveo .card.briefing.full .card--image {
  background-color: #f5f5f6;
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--image {
    height: 224px;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--content {
    height: calc(100% - 224px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.briefing.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.latest-news-deals-sc.coveo
  .card.briefing.full
  .card--content
  .card--title
  .tags {
  height: 16px;
}

.latest-news-deals-sc.coveo .card.events.full {
  height: 100%;
  background-color: transparent;
  color: #323e48;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.events.full {
    box-shadow: none;
  }
}

.latest-news-deals-sc.coveo .card.events.full:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-news-deals-sc.coveo .card.events.full:hover h2,
.latest-news-deals-sc.coveo .card.events.full:hover p {
  text-decoration: none;
}

.latest-news-deals-sc.coveo .card.events.full h2,
.latest-news-deals-sc.coveo .card.events.full p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.events.full h2 {
    margin-bottom: 19px;
  }
}

.latest-news-deals-sc.coveo .card.events.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.latest-news-deals-sc.coveo
  .card.events.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.events.full .icon.hide-mb {
    display: none;
  }
}

.latest-news-deals-sc.coveo .card.events.full .card--image {
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.events.full .card--image {
    height: 214px;
  }
}

.latest-news-deals-sc.coveo .card.events.full .card--image .date {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
}

.latest-news-deals-sc.coveo .card.events.full .card--image .date span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.latest-news-deals-sc.coveo .card.events.full .card--image .date .date-day {
  font-size: 22px;
  line-height: 1.1;
}

.latest-news-deals-sc.coveo .card.events.full .card--image .date .date-month {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.events.full .card--content {
    padding: 15px 15px 10px 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.events.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.latest-news-deals-sc.coveo .card.trending.full {
  position: relative;
}

.latest-news-deals-sc.coveo .card.trending.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.latest-news-deals-sc.coveo .card.trending.full .card--image {
  height: 185px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending.full .card--image {
    width: 100.1%;
    height: 540px;
  }
}

.latest-news-deals-sc.coveo .card.trending.full .card--image img {
  height: 100%;
  object-fit: cover;
}

.latest-news-deals-sc.coveo .card.trending.full .card--content {
  margin: 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.trending.full .card--content {
    color: #323e48 !important;
  }
}

.latest-news-deals-sc.coveo .card.trending.full h3 {
  margin-bottom: 11px;
}

.latest-news-deals-sc.coveo .card.trending.full h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending.full h2 {
    font-size: 30px;
  }
}

.latest-news-deals-sc.coveo .card.trending.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending:hover h2,
  .latest-news-deals-sc.coveo .card.trending:hover h3,
  .latest-news-deals-sc.coveo .card.trending:hover p {
    color: #fff;
  }
}

.latest-news-deals-sc.coveo .card.trending:hover .card--content {
  background-image: none;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.trending:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.trending:hover:before {
    opacity: 0.5;
  }
}

.latest-news-deals-sc.coveo .card.author {
  padding: 20px 0 0 0;
}

.latest-news-deals-sc.coveo .card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.latest-news-deals-sc.coveo .card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.latest-news-deals-sc.coveo .card.author .author--details h3 {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.latest-news-deals-sc.coveo .card.author .author--details h3,
.latest-news-deals-sc.coveo .card.author .author--details h4 {
  margin-top: 0;
}

.latest-news-deals-sc.coveo .card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0 0;
  line-height: 1.65;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc.coveo .card.author .author--details p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-news-deals-sc.coveo .card.author .author--meta {
  margin-top: 0.75rem;
}

@media (max-width: 1260px) {
  .latest-news-deals-sc.coveo .card.people.full {
    margin-bottom: 14px;
  }
}

.latest-news-deals-sc.coveo .card.people.full:hover .card--image img {
  transform: none;
}

.latest-news-deals-sc.coveo .card.people.full .card--image {
  margin: 0;
}

@media (max-width: 1260px) {
  .latest-news-deals-sc.coveo .card.people.full .card--image {
    margin-bottom: 15px;
  }
}

.latest-news-deals-sc.coveo .card.people.full .card--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.latest-news-deals-sc.coveo .card.people.full .card--content p:first-of-type {
  margin-bottom: 0;
}

.latest-news-deals-sc.coveo .card.people.full .icon {
  z-index: 1;
}

.latest-news-deals-sc.coveo .card.people.full .icon svg {
  margin-right: 0;
}

@media (min-width: 992px) {
  .latest-news-deals-sc.coveo
    .card.people.full
    .icon--group
    .icon:not(.social-email) {
    display: none;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.people.site-search .card--image {
    height: auto;
  }
}

.latest-news-deals-sc.coveo .card.tv {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 4px;
  align-items: center;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.tv {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.tv {
    height: 100%;
  }
}

.latest-news-deals-sc.coveo .card.tv .card--video {
  position: relative;
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.tv .card--video {
    margin-right: 25px;
  }
}

.latest-news-deals-sc.coveo .card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.latest-news-deals-sc.coveo .card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.latest-news-deals-sc.coveo .card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-news-deals-sc.coveo .card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.tv .card--content {
    padding: 0 !important;
  }
}

.latest-news-deals-sc.coveo .card.tv h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.tv h3 {
    margin-bottom: 12px;
  }
}

.latest-news-deals-sc.coveo .card.tv h2 {
  margin: 0 0 8px 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc.coveo .card.tv h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.tv h2 {
    margin-bottom: 5px;
  }
}

.latest-news-deals-sc.coveo .card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book {
    padding: 30px 50px;
    height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.book > .card--image {
    display: none !important;
  }
}

.latest-news-deals-sc.coveo .card.book .card--image {
  min-width: 99px;
  width: 99px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book .card--image {
    display: block;
  }
}

.latest-news-deals-sc.coveo .card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.book .card--content {
    display: flex !important;
    flex-flow: row wrap;
  }
}

.latest-news-deals-sc.coveo .card.book .card--content > .card--image {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book .card--content > .card--image {
    display: none !important;
  }
}

.latest-news-deals-sc.coveo .card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

.latest-news-deals-sc.coveo .card.book .card-meta__item {
  width: 60%;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.book .card-meta__item {
    width: 100%;
  }
}

.latest-news-deals-sc.coveo .card.book .card-meta__item:not(:first-child) {
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .card.book .card-meta__item:not(:first-child) {
    width: 40%;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.book .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.latest-news-deals-sc.coveo .card.book .card-meta__item h4 {
  font-weight: 600;
  margin-bottom: 13px;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item p {
  display: flex;
  flex-flow: row wrap;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item p .icon {
  width: 100%;
  margin: 0;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item .icon-list {
  display: flex;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item .icon-list .icon {
  margin-right: 5px;
}

.latest-news-deals-sc.coveo
  .card.book
  .card-meta__item
  .icon-list
  .icon-list-items
  span:not(:first-child) {
  margin-top: 5px;
}

.latest-news-deals-sc.coveo .card.book .card-meta__item .icon-list span {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #323e48;
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 15px;
}

.latest-news-deals-sc.coveo .card.book:hover {
  background-color: #323e48;
}

.latest-news-deals-sc.coveo .card.book:hover h3,
.latest-news-deals-sc.coveo .card.book:hover h4,
.latest-news-deals-sc.coveo .card.book:hover p,
.latest-news-deals-sc.coveo .card.book:hover span {
  color: #fff !important;
}

.latest-news-deals-sc.coveo .card.book:hover svg path {
  stroke: #fff;
}

.latest-news-deals-sc.coveo .card.insight {
  background-color: #f5f5f6;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .latest-news-deals-sc.coveo .card.insight {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .card.insight {
    border-radius: 0;
    margin-top: 2px;
  }
}

.latest-news-deals-sc.coveo .card.insight .card--image img {
  object-fit: cover;
}

.latest-news-deals-sc.coveo .card.insight .card--content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .latest-news-deals-sc.coveo .card.insight .card--content {
    padding: 18px;
  }
}

.latest-news-deals-sc.coveo .card.insight .card--content h4 {
  font-family:
    Open Sans Bold,
    Arial,
    Helvetica,
    sans-serif;
}

.latest-news-deals-sc.coveo .card.insight .card--content h4 span {
  color: #323e48;
}

.latest-news-deals-sc.coveo .card.insight .card--title p {
  overflow: hidden;
  min-height: 4em;
}

@supports (-webkit-line-clamp: 1) {
  .latest-news-deals-sc.coveo .card.insight .card--title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.latest-news-deals-sc.coveo .card.insight .card--meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.latest-news-deals-sc.coveo .card.insight .card--meta h4 {
  display: none !important;
  margin-right: 15px;
  margin-bottom: 0;
}

.latest-news-deals-sc.coveo .card.insight .card--meta .icon.hide {
  display: none;
}

.latest-news-deals-sc.coveo .card.insight .card--tags {
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.latest-news-deals-sc.coveo .card.insight .card--tags a {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}

.latest-news-deals-sc.coveo .card.microsite .card--content {
  justify-content: inherit;
}

.latest-news-deals-sc.coveo .card.microsite .card--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.latest-news-deals-sc.coveo .icon {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  margin-right: 15px;
}

.latest-news-deals-sc.coveo .icon svg {
  position: relative;
  margin-right: 5px;
}

.latest-news-deals-sc.coveo .icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s,
    color 0.25s;
  padding: 10px 0;
}

.latest-news-deals-sc.coveo .icon.social + .icon {
  margin-left: 25px;
}

.latest-news-deals-sc.coveo .icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.latest-news-deals-sc.coveo .icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.latest-news-deals-sc.coveo .icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.latest-news-deals-sc.coveo .icon.social svg {
  margin-top: -4px;
}

.latest-news-deals-sc.coveo .icon.social.social-phone {
  height: auto;
  padding: 6px;
}

.latest-news-deals-sc.coveo .icon.social.social-phone svg {
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.latest-news-deals-sc.coveo .icon.social.social-phone svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.latest-news-deals-sc.coveo .icon.social.social-phone:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-news-deals-sc.coveo .icon.social.social-email {
  height: auto;
  padding: 6px;
}

.latest-news-deals-sc.coveo .icon.social.social-email svg {
  width: 26px;
  height: 27px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.latest-news-deals-sc.coveo .icon.social.social-email svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.latest-news-deals-sc.coveo .icon.social.social-email:hover {
  background-color: transparent;
  color: #323e48;
}

.latest-news-deals-sc.coveo .icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: flex;
  overflow: hidden;
}

.latest-news-deals-sc.coveo .icon--group .icon {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc.coveo .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.latest-news-deals-sc.coveo .icon--group .icon.social-email,
.latest-news-deals-sc.coveo .icon--group .icon.social-phone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.latest-news-deals-sc.coveo .icon--group .icon:last-child {
  border-right: 0;
}

.latest-news-deals-sc.coveo .icon--group .icon + .icon {
  margin-left: 0;
}

.latest-news-deals-sc.coveo .component--pills {
  display: flex;
  justify-content: space-between;
}

.latest-news-deals-sc.coveo .component--pills.three-columns .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc.coveo .component--pills.three-columns .btn {
    width: calc(33.333% - 26px);
    margin: 0 13px 24px 13px;
    font-size: 12px;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc .component--facets {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .latest-news-deals-sc .CoveoResultList {
    margin: 0;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc .coveo-result-frame {
    height: 100%;
  }
}

@media (min-width: 1261px) {
  .latest-news-deals-sc .card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.latest-news-deals-sc .coveo-result-list-container {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc .coveo-result-list-container {
    margin: 0 -12px;
  }
}

.latest-news-deals-sc .CoveoResult {
  padding: 0 !important;
  margin-bottom: 3px;
  width: 100%;
}

@media (min-width: 1261px) {
  .latest-news-deals-sc .CoveoResult {
    padding: 12px !important;
    margin-bottom: 0;
    width: 33.3333% !important;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--location .location--details {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1261px) {
  .component--location .location--map {
    width: 100%;
  }
}

.component--location .location--map iframe {
  height: 200px !important;
  width: 100% !important;
}

@media (min-width: 1261px) {
  .component--location .location--map iframe {
    height: 350px !important;
  }
}

.component--location .location--address {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1261px) {
  .component--location .location--address {
    width: 50%;
    padding-top: 35px;
  }
}

.component--location .location--address .icon {
  padding-left: 40px;
  margin-bottom: 15px;
}

.component--location .location--address .icon.location {
  line-height: 20px;
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20px 25px;
}

.component--location .location--address p strong {
  display: inline-block;
  padding-bottom: 5px;
}

.component--location .location--link {
  padding-top: 18px;
}

@media (min-width: 1261px) {
  .component--location .location--link {
    width: 50%;
    padding-top: 35px;
    text-align: right;
  }
}

.component--location .location--link .btn.btn--link:after {
  width: 100%;
}

.component--location .location--calendar {
  padding-top: 26px;
}

@media (min-width: 1261px) {
  .component--location .location--calendar {
    width: 100%;
    padding-top: 55px;
  }
}

.component--location .location--calendar .btn.btn--rounded {
  padding: 10px 36px;
}

.component--location.office {
  padding-top: 0;
}

.component--location.office .location--map #map_populate_office,
.component--location.office .location--map iframe {
  height: 500px !important;
}

.component--location.office .location--details {
  max-width: 1244px;
  margin: auto;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--hero.map {
    height: 700px;
    overflow: hidden;
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--hero.map .hero-map-canvas {
    height: 700px;
  }
}

.component--hero.map .hero-map-canvas .si-content-wrapper {
  width: 400px !important;
  min-height: 215px;
  padding: 20px !important;
  background-color: rgba(51, 63, 72, 0.8) !important;
  border-radius: 0 !important;
  border: none !important;
  top: -9px;
}

.component--hero.map .hero-map-canvas .si-content-wrapper .si-content {
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  height: 100%;
  overflow: unset;
}

.component--hero.map
  .hero-map-canvas
  .si-content-wrapper
  .si-content
  .location-link,
.component--hero.map .hero-map-canvas .si-content-wrapper .si-content h3 {
  width: 100%;
}

.component--hero.map
  .hero-map-canvas
  .si-content-wrapper
  .si-content
  .location-details {
  width: 50%;
  padding-right: 5px;
}

.component--hero.map
  .hero-map-canvas
  .si-content-wrapper
  .si-content
  .location-link {
  display: flex;
  align-items: flex-end;
  margin-top: 0.75rem;
}

.component--hero.map .hero-map-canvas .si-pointer-bg-top {
  border-top-color: rgba(51, 63, 72, 0.8) !important;
}

.component--hero.map .hero-map-canvas .si-pointer-bg-left {
  border-left-color: rgba(51, 63, 72, 0.8) !important;
}

.component--hero.map .hero-map-canvas .si-pointer-bg-right {
  border-right-color: rgba(51, 63, 72, 0.8) !important;
}

.component--hero.map .hero-map-canvas .si-pointer-bg-bottom {
  border-bottom-color: rgba(51, 63, 72, 0.8) !important;
}

.component--hero.map .hero-map-canvas .si-pointer-border-bottom,
.component--hero.map .hero-map-canvas .si-pointer-border-left,
.component--hero.map .hero-map-canvas .si-pointer-border-right,
.component--hero.map .hero-map-canvas .si-pointer-border-top {
  border-color: transparent !important;
}

.component--hero.map .hero-map-canvas .si-wrapper-top {
  transform: translate(-386px, -100%) !important;
  align-items: flex-end !important;
  margin-top: -35px !important;
}

.component--hero.map .hero-map-canvas .si-wrapper-left {
  transform: translate(-100%, -10px) !important;
  align-items: flex-start !important;
  margin-left: -15px !important;
}

.component--hero.map .hero-map-canvas .si-wrapper-right {
  transform: translate(0, -10px) !important;
  align-items: flex-start !important;
  margin-left: 15px !important;
}

.component--hero.map .hero-map-canvas .si-wrapper-bottom {
  transform: translate(-15px, 0) !important;
  align-items: flex-start !important;
  margin-top: 5px !important;
}

.component--hero.map .map-data {
  display: none;
}

.component--hero.map .hero--feature {
  height: 100%;
}

@media (max-width: 1260.98px) {
  .component--hero.map .hero--feature {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--hero.map .hero--content {
    display: none;
  }
}

.component--hero.map .hero--content .ampersand {
  margin-bottom: 0;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.colour--white .audio-player__control svg path {
  stroke: none !important;
}

.transcript__button-container {
  display: flex;
  padding-top: 25px;
}

.transcript__button {
  border-radius: 45px;
  border: none;
  padding: 4px 22px;
  background-color: #313945;
  color: #fff;
  margin: 0 auto;
}

.transcript__button:hover {
  background-color: #4c586b;
  cursor: pointer;
}

@media (min-width: 992px) {
  .transcript__button {
    margin: unset;
  }
}

.transcript__body {
  padding-top: 25px;
  color: #333f48 !important;
}

.transcript__body.colour--white {
  color: #333f48 !important;
}

.transcript__body #text,
.transcript__body *,
.transcript__body h1,
.transcript__body h2,
.transcript__body h3,
.transcript__body h4,
.transcript__body h5,
.transcript__body h6,
.transcript__body p,
.transcript__body span {
  color: #333f48 !important;
}

.transcript__modal {
  margin-left: auto !important;
  margin-top: 100px !important;
  margin-right: auto !important;
}

.transcript__close-button {
  background-color: unset;
  outline: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
}

.transcript__close-button span {
  color: #000 !important;
}

.episode__wrapper {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 70px;
  padding: 100px 28px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .episode__wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .episode__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.episode__description-container,
.episode__mp3-player-container,
.episode__speaker-carousel-container {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.episode__mp3-player-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.episode__mp3-player-container {
  flex-grow: 2;
}

.episode__mp3-player-container .wrapper {
  display: none;
}

.episode__description-container {
  flex-grow: 2;
}

.episode__description-container .description-content {
  line-height: 38px;
}

.episode__speaker-carousel-container {
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}

.audio-player {
  background-color: #000;
  min-height: 50px;
  display: flex;
  border-radius: 10px;
  width: 100%;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}

.audio-player__top-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.audio-player__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

.audio-player__bottom-content p {
  margin: unset;
}

.audio-player__bottom-content .duration-volume-container {
  transform: translateY(-15px);
  width: 30px;
}

.audio-player__time {
  font-size: 10px;
  color: #fff;
  font-family: Poppins, sans-serif;
}

.audio-player__control {
  background-color: transparent;
  outline: 0;
  border: none;
  cursor: pointer;
}

.audio-player__control svg path {
  stroke: unset !important;
}

.audio-player__control:focus-visible {
  outline: 1px solid #fff;
}

.audio-player__control--play {
  margin-top: 10px;
}

.audio-player__control--forward,
.audio-player__control--rewind {
  padding-top: 15px;
}

.audio-player__timeline {
  --seek-before-width: 0%;
  --buffered-width: 0%;
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background-color: grey;
  border-radius: 5px;
  background-size: 0 100%;
  background-repeat: no-repeat;
  margin: 0 10px;
  position: relative;
}

.audio-player__timeline::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: var(--seek-before-width);
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.audio-player__timeline::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: #fff;
}

.audio-player__timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}

.audio-player__timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}

.audio-player__timeline:focus-visible {
  outline: 1px solid #fff;
}

.audio-player__volume {
  position: relative;
  transform: translateY(-80%);
}

.audio-player__volume-slider {
  --volume-before-width: 100%;
  -webkit-appearance: none;
  width: 75px;
  height: 6px;
  background-color: grey;
  border-radius: 5px;
  background-size: 0 100%;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  transform: rotate(-90deg) translate(25px, 0);
  transform-origin: left center;
  visibility: hidden;
  display: block;
  left: 10px;
}

.audio-player__volume-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 6px;
  width: var(--volume-before-width);
  background-color: #fff;
  cursor: pointer;
  border-radius: 25px;
}

.audio-player__volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s;
  background-color: #fff;
}

.audio-player__volume-slider:hover::-webkit-slider-thumb {
  opacity: 1;
}

.audio-player__volume-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: 0 0;
}

.coveo-ms-article-row .line-clamp-2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-ms-article-row .line-clamp-2.fallback {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row .line-clamp-2.fallback {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-ms-article-row .colour--white {
  color: #fff;
}

.coveo-ms-article-row .colour--white h1,
.coveo-ms-article-row .colour--white h2,
.coveo-ms-article-row .colour--white h3,
.coveo-ms-article-row .colour--white h4,
.coveo-ms-article-row .colour--white p,
.coveo-ms-article-row .colour--white span {
  color: #fff;
}

.coveo-ms-article-row .colour--white svg path {
  stroke: #fff;
}

.coveo-ms-article-row .colour--slate {
  color: #323e48;
}

.coveo-ms-article-row .colour--slate h1,
.coveo-ms-article-row .colour--slate h2,
.coveo-ms-article-row .colour--slate h3,
.coveo-ms-article-row .colour--slate h4,
.coveo-ms-article-row .colour--slate p,
.coveo-ms-article-row .colour--slate span {
  color: #323e48;
}

.coveo-ms-article-row .colour--slate svg path {
  stroke: #323e48;
}

.coveo-ms-article-row .colour--slate-5 {
  color: #f5f5f6;
}

.coveo-ms-article-row .colour--slate-5 h1,
.coveo-ms-article-row .colour--slate-5 h2,
.coveo-ms-article-row .colour--slate-5 h3,
.coveo-ms-article-row .colour--slate-5 h4,
.coveo-ms-article-row .colour--slate-5 p,
.coveo-ms-article-row .colour--slate-5 span {
  color: #f5f5f6;
}

.coveo-ms-article-row .colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.coveo-ms-article-row .colour--orange {
  color: #ffa068;
}

.coveo-ms-article-row .colour--orange h1,
.coveo-ms-article-row .colour--orange h2,
.coveo-ms-article-row .colour--orange h3,
.coveo-ms-article-row .colour--orange h4,
.coveo-ms-article-row .colour--orange p,
.coveo-ms-article-row .colour--orange span {
  color: #ffa068;
}

.coveo-ms-article-row .colour--orange svg path {
  stroke: #ffa068;
}

.coveo-ms-article-row .colour--lime {
  color: #c0df8a;
}

.coveo-ms-article-row .colour--lime h1,
.coveo-ms-article-row .colour--lime h2,
.coveo-ms-article-row .colour--lime h3,
.coveo-ms-article-row .colour--lime h4,
.coveo-ms-article-row .colour--lime p,
.coveo-ms-article-row .colour--lime span {
  color: #c0df8a;
}

.coveo-ms-article-row .colour--lime svg path {
  stroke: #c0df8a;
}

.coveo-ms-article-row .colour--light-grey {
  color: #e3e3e3;
}

.coveo-ms-article-row .colour--light-grey h1,
.coveo-ms-article-row .colour--light-grey h2,
.coveo-ms-article-row .colour--light-grey h3,
.coveo-ms-article-row .colour--light-grey h4,
.coveo-ms-article-row .colour--light-grey p,
.coveo-ms-article-row .colour--light-grey span {
  color: #e3e3e3;
}

.coveo-ms-article-row .colour--light-grey svg path {
  stroke: #e3e3e3;
}

.coveo-ms-article-row .colour--pink {
  color: #ffb1ba;
}

.coveo-ms-article-row .colour--pink h1,
.coveo-ms-article-row .colour--pink h2,
.coveo-ms-article-row .colour--pink h3,
.coveo-ms-article-row .colour--pink h4,
.coveo-ms-article-row .colour--pink p,
.coveo-ms-article-row .colour--pink span {
  color: #ffb1ba;
}

.coveo-ms-article-row .colour--pink svg path {
  stroke: #ffb1ba;
}

.coveo-ms-article-row .colour--yellow {
  color: #ffe74d;
}

.coveo-ms-article-row .colour--yellow h1,
.coveo-ms-article-row .colour--yellow h2,
.coveo-ms-article-row .colour--yellow h3,
.coveo-ms-article-row .colour--yellow h4,
.coveo-ms-article-row .colour--yellow p,
.coveo-ms-article-row .colour--yellow span {
  color: #ffe74d;
}

.coveo-ms-article-row .colour--yellow svg path {
  stroke: #ffe74d;
}

.coveo-ms-article-row .colour--teal {
  color: #9fddd3;
}

.coveo-ms-article-row .colour--teal h1,
.coveo-ms-article-row .colour--teal h2,
.coveo-ms-article-row .colour--teal h3,
.coveo-ms-article-row .colour--teal h4,
.coveo-ms-article-row .colour--teal p,
.coveo-ms-article-row .colour--teal span {
  color: #9fddd3;
}

.coveo-ms-article-row .colour--teal svg path {
  stroke: #9fddd3;
}

.coveo-ms-article-row .colour--lilac {
  color: #cf9dc7;
}

.coveo-ms-article-row .colour--lilac h1,
.coveo-ms-article-row .colour--lilac h2,
.coveo-ms-article-row .colour--lilac h3,
.coveo-ms-article-row .colour--lilac h4,
.coveo-ms-article-row .colour--lilac p,
.coveo-ms-article-row .colour--lilac span {
  color: #cf9dc7;
}

.coveo-ms-article-row .colour--lilac svg path {
  stroke: #cf9dc7;
}

.coveo-ms-article-row .colour--blue {
  color: #84aae4;
}

.coveo-ms-article-row .colour--blue h1,
.coveo-ms-article-row .colour--blue h2,
.coveo-ms-article-row .colour--blue h3,
.coveo-ms-article-row .colour--blue h4,
.coveo-ms-article-row .colour--blue p,
.coveo-ms-article-row .colour--blue span {
  color: #84aae4;
}

.coveo-ms-article-row .colour--blue svg path {
  stroke: #84aae4;
}

.coveo-ms-article-row .colour--sand {
  color: #edc2b2;
}

.coveo-ms-article-row .colour--sand h1,
.coveo-ms-article-row .colour--sand h2,
.coveo-ms-article-row .colour--sand h3,
.coveo-ms-article-row .colour--sand h4,
.coveo-ms-article-row .colour--sand p,
.coveo-ms-article-row .colour--sand span {
  color: #edc2b2;
}

.coveo-ms-article-row .colour--sand svg path {
  stroke: #edc2b2;
}

.coveo-ms-article-row .colour-dark-green {
  color: #477628;
}

.coveo-ms-article-row .colour-dark-green h1,
.coveo-ms-article-row .colour-dark-green h2,
.coveo-ms-article-row .colour-dark-green h3,
.coveo-ms-article-row .colour-dark-green h4,
.coveo-ms-article-row .colour-dark-green p,
.coveo-ms-article-row .colour-dark-green span {
  color: #477628;
}

.coveo-ms-article-row .colour-dark-green svg path {
  stroke: #477628;
}

.coveo-ms-article-row .colour--dark-blue {
  color: #005c82;
}

.coveo-ms-article-row .colour--dark-blue h1,
.coveo-ms-article-row .colour--dark-blue h2,
.coveo-ms-article-row .colour--dark-blue h3,
.coveo-ms-article-row .colour--dark-blue h4,
.coveo-ms-article-row .colour--dark-blue p,
.coveo-ms-article-row .colour--dark-blue span {
  color: #005c82;
}

.coveo-ms-article-row .colour--dark-blue svg path {
  stroke: #005c82;
}

.coveo-ms-article-row .colour--dark-purple {
  color: #5b255d;
}

.coveo-ms-article-row .colour--dark-purple h1,
.coveo-ms-article-row .colour--dark-purple h2,
.coveo-ms-article-row .colour--dark-purple h3,
.coveo-ms-article-row .colour--dark-purple h4,
.coveo-ms-article-row .colour--dark-purple p,
.coveo-ms-article-row .colour--dark-purple span {
  color: #5b255d;
}

.coveo-ms-article-row .colour--dark-purple svg path {
  stroke: #5b255d;
}

.coveo-ms-article-row .colour--dark-pink {
  color: #ca3665;
}

.coveo-ms-article-row .colour--dark-pink h1,
.coveo-ms-article-row .colour--dark-pink h2,
.coveo-ms-article-row .colour--dark-pink h3,
.coveo-ms-article-row .colour--dark-pink h4,
.coveo-ms-article-row .colour--dark-pink p,
.coveo-ms-article-row .colour--dark-pink span {
  color: #ca3665;
}

.coveo-ms-article-row .colour--dark-pink svg path {
  stroke: #ca3665;
}

.coveo-ms-article-row .bg--slate {
  background-color: #323e48 !important;
}

.coveo-ms-article-row .bg--slate-5 {
  background-color: #f5f5f6 !important;
}

.coveo-ms-article-row .bg--orange {
  background-color: #ffa068 !important;
}

.coveo-ms-article-row .bg--lime {
  background-color: #c0df8a !important;
}

.coveo-ms-article-row .bg--light-grey {
  background-color: #e3e3e3 !important;
}

.coveo-ms-article-row .bg--pink {
  background-color: #ffb1ba !important;
}

.coveo-ms-article-row .bg--yellow {
  background-color: #ffe74d !important;
}

.coveo-ms-article-row .bg--teal {
  background-color: #9fddd3 !important;
}

.coveo-ms-article-row .bg--lilac {
  background-color: #cf9dc7 !important;
}

.coveo-ms-article-row .bg--blue {
  background-color: #84aae4 !important;
}

.coveo-ms-article-row .bg--sand {
  background-color: #edc2b2 !important;
}

.coveo-ms-article-row .bg--dark-green {
  background-color: #477628 !important;
}

.coveo-ms-article-row .bg--dark-blue {
  background-color: #005c82 !important;
}

.coveo-ms-article-row .bg--dark-purple {
  background-color: #5b255d !important;
}

.coveo-ms-article-row .bg--dark-pink {
  background-color: #ca3665 !important;
}

.coveo-ms-article-row.coveo {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.coveo-ms-article-row.coveo a {
  color: inherit;
}

.coveo-ms-article-row.coveo a:hover {
  text-decoration: inherit;
}

.coveo-ms-article-row.coveo a:visited {
  color: inherit;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo-slider {
    overflow: hidden !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo-listing .container {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo-listing .coveo-result-list-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.coveo-ms-article-row.coveo-listing .CoveoResult {
  z-index: 1;
  padding: 12px;
}

.coveo-ms-article-row.coveo .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .slick-list {
    overflow: hidden;
  }
}

.coveo-ms-article-row.coveo .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .slick-track {
    margin: 0;
    cursor: default;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-ms-article-row.coveo .slick-slide {
  padding: 0 !important;
  margin: 0 7.5px !important;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-ms-article-row.coveo.stacked-mb .card {
  height: auto;
}

.coveo-ms-article-row.coveo .CoveoResultList {
  margin: 0;
}

.coveo-ms-article-row.coveo .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000;
}

.coveo-ms-article-row.coveo .CoveoQuerySummary {
  padding: 0 15px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .CoveoQuerySummary {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .CoveoQuerySummary > img,
  .coveo-ms-article-row.coveo .CoveoQuerySummary > span {
    display: inline-block;
    vertical-align: top;
  }
}

.coveo-ms-article-row.coveo .CoveoQuerySummary span {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .CoveoQuerySummary span {
    width: calc(100% - 583px);
  }
}

.coveo-ms-article-row.coveo
  .CoveoQuerySummary
  .coveo-query-summary-no-results-string {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.coveo-ms-article-row.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.coveo-ms-article-row.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last:hover {
  text-decoration: none;
  color: #fff;
}

.coveo-ms-article-row.coveo .CoveoQuerySummary .coveo-query-summary-img {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .CoveoQuerySummary .coveo-query-summary-img {
    height: 430px;
    width: 580px;
    margin-top: 0;
  }
}

.coveo-ms-article-row.coveo .coveo-no-results {
  max-width: 100% !important;
  text-align: left !important;
}

.coveo-ms-article-row.coveo .coveo-no-results .CoveoNoResults {
  display: block;
}

.coveo-ms-article-row.coveo .CoveoNoResults {
  display: none;
}

.coveo-ms-article-row.coveo .CoveoLoadMoreResults {
  margin-bottom: 50px;
}

.coveo-ms-article-row.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.coveo-ms-article-row.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:hover {
  background-color: #323e48;
  color: #fff;
}

.coveo-ms-article-row.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.coveo-ms-article-row.coveo {
  border: none !important;
}

.coveo-ms-article-row.coveo .coveo-results-header {
  box-shadow: none;
}

.coveo-ms-article-row.coveo .CoveoResult {
  border: none !important;
}

.coveo-ms-article-row.coveo.CoveoSearchInterface {
  background-color: transparent !important;
}

.coveo-ms-article-row.coveo .coveo-recommendation-body {
  background-color: inherit;
}

.coveo-ms-article-row.coveo .coveo-result-row {
  display: block;
}

.coveo-ms-article-row.coveo .coveo-facet-column,
.coveo-ms-article-row.coveo .coveo-results-column {
  overflow: unset;
  padding: 0;
  width: 100%;
}

.coveo-ms-article-row.coveo .coveo-dropdown-header-wrapper {
  display: none !important;
}

.coveo-ms-article-row.coveo .card {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card {
    height: 100%;
  }
}

.coveo-ms-article-row.coveo .card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

.coveo-ms-article-row.coveo .card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.coveo-ms-article-row.coveo .card p {
  margin: 0;
}

.coveo-ms-article-row.coveo .card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.default.full .card--content h3 {
    display: none;
  }
}

.coveo-ms-article-row.coveo .card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.coveo-ms-article-row.coveo .card.briefing.full,
.coveo-ms-article-row.coveo .card.briefing.related,
.coveo-ms-article-row.coveo .card.events.full,
.coveo-ms-article-row.coveo .card.events.related,
.coveo-ms-article-row.coveo .card.insights.full,
.coveo-ms-article-row.coveo .card.insights.related,
.coveo-ms-article-row.coveo .card.news.full,
.coveo-ms-article-row.coveo .card.news.related,
.coveo-ms-article-row.coveo .card.people.full,
.coveo-ms-article-row.coveo .card.people.related,
.coveo-ms-article-row.coveo .card.trending.full,
.coveo-ms-article-row.coveo .card.trending.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full,
  .coveo-ms-article-row.coveo .card.briefing.related,
  .coveo-ms-article-row.coveo .card.events.full,
  .coveo-ms-article-row.coveo .card.events.related,
  .coveo-ms-article-row.coveo .card.insights.full,
  .coveo-ms-article-row.coveo .card.insights.related,
  .coveo-ms-article-row.coveo .card.news.full,
  .coveo-ms-article-row.coveo .card.news.related,
  .coveo-ms-article-row.coveo .card.people.full,
  .coveo-ms-article-row.coveo .card.people.related,
  .coveo-ms-article-row.coveo .card.trending.full,
  .coveo-ms-article-row.coveo .card.trending.related {
    margin-bottom: 47px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--image,
.coveo-ms-article-row.coveo .card.briefing.related .card--image,
.coveo-ms-article-row.coveo .card.events.full .card--image,
.coveo-ms-article-row.coveo .card.events.related .card--image,
.coveo-ms-article-row.coveo .card.insights.full .card--image,
.coveo-ms-article-row.coveo .card.insights.related .card--image,
.coveo-ms-article-row.coveo .card.news.full .card--image,
.coveo-ms-article-row.coveo .card.news.related .card--image,
.coveo-ms-article-row.coveo .card.people.full .card--image,
.coveo-ms-article-row.coveo .card.people.related .card--image,
.coveo-ms-article-row.coveo .card.trending.full .card--image,
.coveo-ms-article-row.coveo .card.trending.related .card--image {
  width: 98px;
  overflow: hidden;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--image img,
.coveo-ms-article-row.coveo .card.briefing.related .card--image img,
.coveo-ms-article-row.coveo .card.events.full .card--image img,
.coveo-ms-article-row.coveo .card.events.related .card--image img,
.coveo-ms-article-row.coveo .card.insights.full .card--image img,
.coveo-ms-article-row.coveo .card.insights.related .card--image img,
.coveo-ms-article-row.coveo .card.news.full .card--image img,
.coveo-ms-article-row.coveo .card.news.related .card--image img,
.coveo-ms-article-row.coveo .card.people.full .card--image img,
.coveo-ms-article-row.coveo .card.people.related .card--image img,
.coveo-ms-article-row.coveo .card.trending.full .card--image img,
.coveo-ms-article-row.coveo .card.trending.related .card--image img {
  transition: transform 0.25s;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--content,
.coveo-ms-article-row.coveo .card.briefing.related .card--content,
.coveo-ms-article-row.coveo .card.events.full .card--content,
.coveo-ms-article-row.coveo .card.events.related .card--content,
.coveo-ms-article-row.coveo .card.insights.full .card--content,
.coveo-ms-article-row.coveo .card.insights.related .card--content,
.coveo-ms-article-row.coveo .card.news.full .card--content,
.coveo-ms-article-row.coveo .card.news.related .card--content,
.coveo-ms-article-row.coveo .card.people.full .card--content,
.coveo-ms-article-row.coveo .card.people.related .card--content,
.coveo-ms-article-row.coveo .card.trending.full .card--content,
.coveo-ms-article-row.coveo .card.trending.related .card--content {
  padding-top: 7px;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--content a,
.coveo-ms-article-row.coveo .card.briefing.related .card--content a,
.coveo-ms-article-row.coveo .card.events.full .card--content a,
.coveo-ms-article-row.coveo .card.events.related .card--content a,
.coveo-ms-article-row.coveo .card.insights.full .card--content a,
.coveo-ms-article-row.coveo .card.insights.related .card--content a,
.coveo-ms-article-row.coveo .card.news.full .card--content a,
.coveo-ms-article-row.coveo .card.news.related .card--content a,
.coveo-ms-article-row.coveo .card.people.full .card--content a,
.coveo-ms-article-row.coveo .card.people.related .card--content a,
.coveo-ms-article-row.coveo .card.trending.full .card--content a,
.coveo-ms-article-row.coveo .card.trending.related .card--content a {
  position: relative;
  z-index: 1010;
}

.coveo-ms-article-row.coveo .card.briefing.full h3,
.coveo-ms-article-row.coveo .card.briefing.related h3,
.coveo-ms-article-row.coveo .card.events.full h3,
.coveo-ms-article-row.coveo .card.events.related h3,
.coveo-ms-article-row.coveo .card.insights.full h3,
.coveo-ms-article-row.coveo .card.insights.related h3,
.coveo-ms-article-row.coveo .card.news.full h3,
.coveo-ms-article-row.coveo .card.news.related h3,
.coveo-ms-article-row.coveo .card.people.full h3,
.coveo-ms-article-row.coveo .card.people.related h3,
.coveo-ms-article-row.coveo .card.trending.full h3,
.coveo-ms-article-row.coveo .card.trending.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h3,
  .coveo-ms-article-row.coveo .card.briefing.related h3,
  .coveo-ms-article-row.coveo .card.events.full h3,
  .coveo-ms-article-row.coveo .card.events.related h3,
  .coveo-ms-article-row.coveo .card.insights.full h3,
  .coveo-ms-article-row.coveo .card.insights.related h3,
  .coveo-ms-article-row.coveo .card.news.full h3,
  .coveo-ms-article-row.coveo .card.news.related h3,
  .coveo-ms-article-row.coveo .card.people.full h3,
  .coveo-ms-article-row.coveo .card.people.related h3,
  .coveo-ms-article-row.coveo .card.trending.full h3,
  .coveo-ms-article-row.coveo .card.trending.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--role,
.coveo-ms-article-row.coveo .card.briefing.related .card--role,
.coveo-ms-article-row.coveo .card.events.full .card--role,
.coveo-ms-article-row.coveo .card.events.related .card--role,
.coveo-ms-article-row.coveo .card.insights.full .card--role,
.coveo-ms-article-row.coveo .card.insights.related .card--role,
.coveo-ms-article-row.coveo .card.news.full .card--role,
.coveo-ms-article-row.coveo .card.news.related .card--role,
.coveo-ms-article-row.coveo .card.people.full .card--role,
.coveo-ms-article-row.coveo .card.people.related .card--role,
.coveo-ms-article-row.coveo .card.trending.full .card--role,
.coveo-ms-article-row.coveo .card.trending.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--role + a,
.coveo-ms-article-row.coveo .card.briefing.full .card--role + span,
.coveo-ms-article-row.coveo .card.briefing.related .card--role + a,
.coveo-ms-article-row.coveo .card.briefing.related .card--role + span,
.coveo-ms-article-row.coveo .card.events.full .card--role + a,
.coveo-ms-article-row.coveo .card.events.full .card--role + span,
.coveo-ms-article-row.coveo .card.events.related .card--role + a,
.coveo-ms-article-row.coveo .card.events.related .card--role + span,
.coveo-ms-article-row.coveo .card.insights.full .card--role + a,
.coveo-ms-article-row.coveo .card.insights.full .card--role + span,
.coveo-ms-article-row.coveo .card.insights.related .card--role + a,
.coveo-ms-article-row.coveo .card.insights.related .card--role + span,
.coveo-ms-article-row.coveo .card.news.full .card--role + a,
.coveo-ms-article-row.coveo .card.news.full .card--role + span,
.coveo-ms-article-row.coveo .card.news.related .card--role + a,
.coveo-ms-article-row.coveo .card.news.related .card--role + span,
.coveo-ms-article-row.coveo .card.people.full .card--role + a,
.coveo-ms-article-row.coveo .card.people.full .card--role + span,
.coveo-ms-article-row.coveo .card.people.related .card--role + a,
.coveo-ms-article-row.coveo .card.people.related .card--role + span,
.coveo-ms-article-row.coveo .card.trending.full .card--role + a,
.coveo-ms-article-row.coveo .card.trending.full .card--role + span,
.coveo-ms-article-row.coveo .card.trending.related .card--role + a,
.coveo-ms-article-row.coveo .card.trending.related .card--role + span {
  margin-left: 13px;
}

.coveo-ms-article-row.coveo .card.briefing.full,
.coveo-ms-article-row.coveo .card.events.full,
.coveo-ms-article-row.coveo .card.insights.full,
.coveo-ms-article-row.coveo .card.news.full,
.coveo-ms-article-row.coveo .card.people.full,
.coveo-ms-article-row.coveo .card.trending.full {
  display: block;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full,
  .coveo-ms-article-row.coveo .card.events.full,
  .coveo-ms-article-row.coveo .card.insights.full,
  .coveo-ms-article-row.coveo .card.news.full,
  .coveo-ms-article-row.coveo .card.people.full,
  .coveo-ms-article-row.coveo .card.trending.full {
    margin-bottom: 0;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--image,
.coveo-ms-article-row.coveo .card.events.full .card--image,
.coveo-ms-article-row.coveo .card.insights.full .card--image,
.coveo-ms-article-row.coveo .card.news.full .card--image,
.coveo-ms-article-row.coveo .card.people.full .card--image,
.coveo-ms-article-row.coveo .card.trending.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--image,
  .coveo-ms-article-row.coveo .card.events.full .card--image,
  .coveo-ms-article-row.coveo .card.insights.full .card--image,
  .coveo-ms-article-row.coveo .card.news.full .card--image,
  .coveo-ms-article-row.coveo .card.people.full .card--image,
  .coveo-ms-article-row.coveo .card.trending.full .card--image {
    margin-bottom: 12px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--content,
.coveo-ms-article-row.coveo .card.events.full .card--content,
.coveo-ms-article-row.coveo .card.insights.full .card--content,
.coveo-ms-article-row.coveo .card.news.full .card--content,
.coveo-ms-article-row.coveo .card.people.full .card--content,
.coveo-ms-article-row.coveo .card.trending.full .card--content {
  padding-bottom: 16px;
}

.coveo-ms-article-row.coveo .card.briefing.full h3,
.coveo-ms-article-row.coveo .card.events.full h3,
.coveo-ms-article-row.coveo .card.insights.full h3,
.coveo-ms-article-row.coveo .card.news.full h3,
.coveo-ms-article-row.coveo .card.people.full h3,
.coveo-ms-article-row.coveo .card.trending.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h3,
  .coveo-ms-article-row.coveo .card.events.full h3,
  .coveo-ms-article-row.coveo .card.insights.full h3,
  .coveo-ms-article-row.coveo .card.news.full h3,
  .coveo-ms-article-row.coveo .card.people.full h3,
  .coveo-ms-article-row.coveo .card.trending.full h3 {
    margin-bottom: 7px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full p,
.coveo-ms-article-row.coveo .card.events.full p,
.coveo-ms-article-row.coveo .card.insights.full p,
.coveo-ms-article-row.coveo .card.news.full p,
.coveo-ms-article-row.coveo .card.people.full p,
.coveo-ms-article-row.coveo .card.trending.full p {
  margin-bottom: 20px;
}

.coveo-ms-article-row.coveo .card.briefing:hover .card--image img,
.coveo-ms-article-row.coveo .card.events:hover .card--image img,
.coveo-ms-article-row.coveo .card.insights:hover .card--image img,
.coveo-ms-article-row.coveo .card.news:hover .card--image img,
.coveo-ms-article-row.coveo .card.people:hover .card--image img,
.coveo-ms-article-row.coveo .card.trending:hover .card--image img {
  transform: scale(1.1);
}

.coveo-ms-article-row.coveo .card.briefing:hover h3,
.coveo-ms-article-row.coveo .card.events:hover h3,
.coveo-ms-article-row.coveo .card.insights:hover h3,
.coveo-ms-article-row.coveo .card.news:hover h3,
.coveo-ms-article-row.coveo .card.people:hover h3,
.coveo-ms-article-row.coveo .card.trending:hover h3 {
  text-decoration: underline;
}

.coveo-ms-article-row.coveo .card.briefing.full,
.coveo-ms-article-row.coveo .card.events.full,
.coveo-ms-article-row.coveo .card.insights.full,
.coveo-ms-article-row.coveo .card.news.full,
.coveo-ms-article-row.coveo .card.trending.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full,
  .coveo-ms-article-row.coveo .card.events.full,
  .coveo-ms-article-row.coveo .card.insights.full,
  .coveo-ms-article-row.coveo .card.news.full,
  .coveo-ms-article-row.coveo .card.trending.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--content,
.coveo-ms-article-row.coveo .card.events.full .card--content,
.coveo-ms-article-row.coveo .card.insights.full .card--content,
.coveo-ms-article-row.coveo .card.news.full .card--content,
.coveo-ms-article-row.coveo .card.trending.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--content,
  .coveo-ms-article-row.coveo .card.events.full .card--content,
  .coveo-ms-article-row.coveo .card.insights.full .card--content,
  .coveo-ms-article-row.coveo .card.news.full .card--content,
  .coveo-ms-article-row.coveo .card.trending.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full h3,
.coveo-ms-article-row.coveo .card.events.full h3,
.coveo-ms-article-row.coveo .card.insights.full h3,
.coveo-ms-article-row.coveo .card.news.full h3,
.coveo-ms-article-row.coveo .card.trending.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h3,
  .coveo-ms-article-row.coveo .card.events.full h3,
  .coveo-ms-article-row.coveo .card.insights.full h3,
  .coveo-ms-article-row.coveo .card.news.full h3,
  .coveo-ms-article-row.coveo .card.trending.full h3 {
    margin-bottom: 12px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full h2,
.coveo-ms-article-row.coveo .card.events.full h2,
.coveo-ms-article-row.coveo .card.insights.full h2,
.coveo-ms-article-row.coveo .card.news.full h2,
.coveo-ms-article-row.coveo .card.trending.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h2,
  .coveo-ms-article-row.coveo .card.events.full h2,
  .coveo-ms-article-row.coveo .card.insights.full h2,
  .coveo-ms-article-row.coveo .card.news.full h2,
  .coveo-ms-article-row.coveo .card.trending.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full,
.coveo-ms-article-row.coveo .card.events.full,
.coveo-ms-article-row.coveo .card.insights.full,
.coveo-ms-article-row.coveo .card.news.full,
.coveo-ms-article-row.coveo .card.trending.full {
  border-bottom: 0;
  position: relative;
}

.coveo-ms-article-row.coveo .card.briefing.full:hover,
.coveo-ms-article-row.coveo .card.events.full:hover,
.coveo-ms-article-row.coveo .card.insights.full:hover,
.coveo-ms-article-row.coveo .card.news.full:hover,
.coveo-ms-article-row.coveo .card.trending.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full:hover,
  .coveo-ms-article-row.coveo .card.events.full:hover,
  .coveo-ms-article-row.coveo .card.insights.full:hover,
  .coveo-ms-article-row.coveo .card.news.full:hover,
  .coveo-ms-article-row.coveo .card.trending.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full:hover h2,
.coveo-ms-article-row.coveo .card.events.full:hover h2,
.coveo-ms-article-row.coveo .card.insights.full:hover h2,
.coveo-ms-article-row.coveo .card.news.full:hover h2,
.coveo-ms-article-row.coveo .card.trending.full:hover h2 {
  text-decoration: underline;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--image,
.coveo-ms-article-row.coveo .card.events.full .card--image,
.coveo-ms-article-row.coveo .card.insights.full .card--image,
.coveo-ms-article-row.coveo .card.news.full .card--image,
.coveo-ms-article-row.coveo .card.trending.full .card--image {
  margin-bottom: 0;
}

.coveo-ms-article-row.coveo .card.briefing.full .card--content,
.coveo-ms-article-row.coveo .card.events.full .card--content,
.coveo-ms-article-row.coveo .card.insights.full .card--content,
.coveo-ms-article-row.coveo .card.news.full .card--content,
.coveo-ms-article-row.coveo .card.trending.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--content,
  .coveo-ms-article-row.coveo .card.events.full .card--content,
  .coveo-ms-article-row.coveo .card.insights.full .card--content,
  .coveo-ms-article-row.coveo .card.news.full .card--content,
  .coveo-ms-article-row.coveo .card.trending.full .card--content {
    padding-top: 15px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full h2,
.coveo-ms-article-row.coveo .card.events.full h2,
.coveo-ms-article-row.coveo .card.insights.full h2,
.coveo-ms-article-row.coveo .card.news.full h2,
.coveo-ms-article-row.coveo .card.trending.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h2,
  .coveo-ms-article-row.coveo .card.events.full h2,
  .coveo-ms-article-row.coveo .card.insights.full h2,
  .coveo-ms-article-row.coveo .card.news.full h2,
  .coveo-ms-article-row.coveo .card.trending.full h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full h3,
.coveo-ms-article-row.coveo .card.events.full h3,
.coveo-ms-article-row.coveo .card.insights.full h3,
.coveo-ms-article-row.coveo .card.news.full h3,
.coveo-ms-article-row.coveo .card.trending.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h3,
  .coveo-ms-article-row.coveo .card.events.full h3,
  .coveo-ms-article-row.coveo .card.insights.full h3,
  .coveo-ms-article-row.coveo .card.news.full h3,
  .coveo-ms-article-row.coveo .card.trending.full h3 {
    display: none;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full p:last-child,
.coveo-ms-article-row.coveo .card.events.full p:last-child,
.coveo-ms-article-row.coveo .card.insights.full p:last-child,
.coveo-ms-article-row.coveo .card.news.full p:last-child,
.coveo-ms-article-row.coveo .card.trending.full p:last-child {
  margin: 0;
}

.coveo-ms-article-row.coveo .card.case-study,
.coveo-ms-article-row.coveo .card.deal,
.coveo-ms-article-row.coveo .card.news {
  height: 100%;
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.case-study,
  .coveo-ms-article-row.coveo .card.deal,
  .coveo-ms-article-row.coveo .card.news {
    border-radius: inherit;
  }
}

.coveo-ms-article-row.coveo .card.case-study h2,
.coveo-ms-article-row.coveo .card.deal h2,
.coveo-ms-article-row.coveo .card.news h2 {
  font-size: 24px;
}

.coveo-ms-article-row.coveo .card.case-study .card--content,
.coveo-ms-article-row.coveo .card.deal .card--content,
.coveo-ms-article-row.coveo .card.news .card--content {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.coveo-ms-article-row.coveo .card.case-study .card--content .card--title,
.coveo-ms-article-row.coveo .card.deal .card--content .card--title,
.coveo-ms-article-row.coveo .card.news .card--content .card--title {
  margin-bottom: 5px;
}

.coveo-ms-article-row.coveo .card.case-study .card--content .card--title h4,
.coveo-ms-article-row.coveo .card.deal .card--content .card--title h4,
.coveo-ms-article-row.coveo .card.news .card--content .card--title h4 {
  margin-top: 0;
}

.coveo-ms-article-row.coveo .card.case-study .card--content .card--title .intro,
.coveo-ms-article-row.coveo .card.deal .card--content .card--title .intro,
.coveo-ms-article-row.coveo .card.news .card--content .card--title .intro {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row.coveo
    .card.case-study
    .card--content
    .card--title
    .intro,
  .coveo-ms-article-row.coveo .card.deal .card--content .card--title .intro,
  .coveo-ms-article-row.coveo .card.news .card--content .card--title .intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-ms-article-row.coveo .card.case-study:hover,
.coveo-ms-article-row.coveo .card.deal:hover,
.coveo-ms-article-row.coveo .card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.coveo-ms-article-row.coveo .card.case-study:hover h2,
.coveo-ms-article-row.coveo .card.deal:hover h2,
.coveo-ms-article-row.coveo .card.news:hover h2 {
  text-decoration: underline;
}

.coveo-ms-article-row.coveo .card.case-study:hover .icon svg path,
.coveo-ms-article-row.coveo .card.deal:hover .icon svg path,
.coveo-ms-article-row.coveo .card.news:hover .icon svg path {
  stroke: #fff;
}

.coveo-ms-article-row.coveo .card.case-study {
  background-color: #ffe74d;
}

.coveo-ms-article-row.coveo .card.News,
.coveo-ms-article-row.coveo .card.news {
  background-color: #9fddd3;
}

.coveo-ms-article-row.coveo .card.Deal,
.coveo-ms-article-row.coveo .card.deal {
  background-color: #ffb1ba;
}

.coveo-ms-article-row.coveo .card.briefing.full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.briefing.full {
    box-shadow: none;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full:hover {
  background-color: transparent;
  color: inherit;
}

.coveo-ms-article-row.coveo .card.briefing.full:hover h2,
.coveo-ms-article-row.coveo .card.briefing.full:hover p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-ms-article-row.coveo
  .card.briefing.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.briefing.full .icon.hide-mb {
    display: none;
  }
}

.coveo-ms-article-row.coveo .card.briefing.full .card--image {
  background-color: #f5f5f6;
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--image {
    height: 224px;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--content {
    height: calc(100% - 224px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.briefing.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-ms-article-row.coveo
  .card.briefing.full
  .card--content
  .card--title
  .tags {
  height: 16px;
}

.coveo-ms-article-row.coveo .card.events.full {
  height: 100%;
  background-color: transparent;
  color: #323e48;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.events.full {
    box-shadow: none;
  }
}

.coveo-ms-article-row.coveo .card.events.full:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-ms-article-row.coveo .card.events.full:hover h2,
.coveo-ms-article-row.coveo .card.events.full:hover p {
  text-decoration: none;
}

.coveo-ms-article-row.coveo .card.events.full h2,
.coveo-ms-article-row.coveo .card.events.full p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.events.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-ms-article-row.coveo .card.events.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-ms-article-row.coveo
  .card.events.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.events.full .icon.hide-mb {
    display: none;
  }
}

.coveo-ms-article-row.coveo .card.events.full .card--image {
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.events.full .card--image {
    height: 214px;
  }
}

.coveo-ms-article-row.coveo .card.events.full .card--image .date {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
}

.coveo-ms-article-row.coveo .card.events.full .card--image .date span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.coveo-ms-article-row.coveo .card.events.full .card--image .date .date-day {
  font-size: 22px;
  line-height: 1.1;
}

.coveo-ms-article-row.coveo .card.events.full .card--image .date .date-month {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.events.full .card--content {
    padding: 15px 15px 10px 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.events.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-ms-article-row.coveo .card.trending.full {
  position: relative;
}

.coveo-ms-article-row.coveo .card.trending.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.coveo-ms-article-row.coveo .card.trending.full .card--image {
  height: 185px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending.full .card--image {
    width: 100.1%;
    height: 540px;
  }
}

.coveo-ms-article-row.coveo .card.trending.full .card--image img {
  height: 100%;
  object-fit: cover;
}

.coveo-ms-article-row.coveo .card.trending.full .card--content {
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.trending.full .card--content {
    color: #323e48 !important;
  }
}

.coveo-ms-article-row.coveo .card.trending.full h3 {
  margin-bottom: 11px;
}

.coveo-ms-article-row.coveo .card.trending.full h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending.full h2 {
    font-size: 30px;
  }
}

.coveo-ms-article-row.coveo .card.trending.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending:hover h2,
  .coveo-ms-article-row.coveo .card.trending:hover h3,
  .coveo-ms-article-row.coveo .card.trending:hover p {
    color: #fff;
  }
}

.coveo-ms-article-row.coveo .card.trending:hover .card--content {
  background-image: none;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.trending:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.trending:hover:before {
    opacity: 0.5;
  }
}

.coveo-ms-article-row.coveo .card.author {
  padding: 20px 0 0 0;
}

.coveo-ms-article-row.coveo .card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.coveo-ms-article-row.coveo .card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.coveo-ms-article-row.coveo .card.author .author--details h3 {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.coveo-ms-article-row.coveo .card.author .author--details h3,
.coveo-ms-article-row.coveo .card.author .author--details h4 {
  margin-top: 0;
}

.coveo-ms-article-row.coveo .card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0 0;
  line-height: 1.65;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row.coveo .card.author .author--details p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-ms-article-row.coveo .card.author .author--meta {
  margin-top: 0.75rem;
}

@media (max-width: 1260px) {
  .coveo-ms-article-row.coveo .card.people.full {
    margin-bottom: 14px;
  }
}

.coveo-ms-article-row.coveo .card.people.full:hover .card--image img {
  transform: none;
}

.coveo-ms-article-row.coveo .card.people.full .card--image {
  margin: 0;
}

@media (max-width: 1260px) {
  .coveo-ms-article-row.coveo .card.people.full .card--image {
    margin-bottom: 15px;
  }
}

.coveo-ms-article-row.coveo .card.people.full .card--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.coveo-ms-article-row.coveo .card.people.full .card--content p:first-of-type {
  margin-bottom: 0;
}

.coveo-ms-article-row.coveo .card.people.full .icon {
  z-index: 1;
}

.coveo-ms-article-row.coveo .card.people.full .icon svg {
  margin-right: 0;
}

@media (min-width: 992px) {
  .coveo-ms-article-row.coveo
    .card.people.full
    .icon--group
    .icon:not(.social-email) {
    display: none;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.people.site-search .card--image {
    height: auto;
  }
}

.coveo-ms-article-row.coveo .card.tv {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 4px;
  align-items: center;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.tv {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.tv {
    height: 100%;
  }
}

.coveo-ms-article-row.coveo .card.tv .card--video {
  position: relative;
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.tv .card--video {
    margin-right: 25px;
  }
}

.coveo-ms-article-row.coveo .card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.coveo-ms-article-row.coveo .card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.coveo-ms-article-row.coveo .card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.coveo-ms-article-row.coveo .card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.tv .card--content {
    padding: 0 !important;
  }
}

.coveo-ms-article-row.coveo .card.tv h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.tv h3 {
    margin-bottom: 12px;
  }
}

.coveo-ms-article-row.coveo .card.tv h2 {
  margin: 0 0 8px 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row.coveo .card.tv h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.tv h2 {
    margin-bottom: 5px;
  }
}

.coveo-ms-article-row.coveo .card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book {
    padding: 30px 50px;
    height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.book > .card--image {
    display: none !important;
  }
}

.coveo-ms-article-row.coveo .card.book .card--image {
  min-width: 99px;
  width: 99px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book .card--image {
    display: block;
  }
}

.coveo-ms-article-row.coveo .card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.book .card--content {
    display: flex !important;
    flex-flow: row wrap;
  }
}

.coveo-ms-article-row.coveo .card.book .card--content > .card--image {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book .card--content > .card--image {
    display: none !important;
  }
}

.coveo-ms-article-row.coveo .card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

.coveo-ms-article-row.coveo .card.book .card-meta__item {
  width: 60%;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.book .card-meta__item {
    width: 100%;
  }
}

.coveo-ms-article-row.coveo .card.book .card-meta__item:not(:first-child) {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row.coveo .card.book .card-meta__item:not(:first-child) {
    width: 40%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.book .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.coveo-ms-article-row.coveo .card.book .card-meta__item h4 {
  font-weight: 600;
  margin-bottom: 13px;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item p {
  display: flex;
  flex-flow: row wrap;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item p .icon {
  width: 100%;
  margin: 0;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item .icon-list {
  display: flex;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item .icon-list .icon {
  margin-right: 5px;
}

.coveo-ms-article-row.coveo
  .card.book
  .card-meta__item
  .icon-list
  .icon-list-items
  span:not(:first-child) {
  margin-top: 5px;
}

.coveo-ms-article-row.coveo .card.book .card-meta__item .icon-list span {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #323e48;
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 15px;
}

.coveo-ms-article-row.coveo .card.book:hover {
  background-color: #323e48;
}

.coveo-ms-article-row.coveo .card.book:hover h3,
.coveo-ms-article-row.coveo .card.book:hover h4,
.coveo-ms-article-row.coveo .card.book:hover p,
.coveo-ms-article-row.coveo .card.book:hover span {
  color: #fff !important;
}

.coveo-ms-article-row.coveo .card.book:hover svg path {
  stroke: #fff;
}

.coveo-ms-article-row.coveo .card.insight {
  background-color: #f5f5f6;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .coveo-ms-article-row.coveo .card.insight {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .card.insight {
    border-radius: 0;
    margin-top: 2px;
  }
}

.coveo-ms-article-row.coveo .card.insight .card--image img {
  object-fit: cover;
}

.coveo-ms-article-row.coveo .card.insight .card--content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .coveo-ms-article-row.coveo .card.insight .card--content {
    padding: 18px;
  }
}

.coveo-ms-article-row.coveo .card.insight .card--content h4 {
  font-family:
    Open Sans Bold,
    Arial,
    Helvetica,
    sans-serif;
}

.coveo-ms-article-row.coveo .card.insight .card--content h4 span {
  color: #323e48;
}

.coveo-ms-article-row.coveo .card.insight .card--title p {
  overflow: hidden;
  min-height: 4.5em;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-ms-article-row.coveo .card.insight .card--title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-ms-article-row.coveo .card.insight .card--meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.coveo-ms-article-row.coveo .card.insight .card--meta h4 {
  display: none !important;
  margin-right: 15px;
  margin-bottom: 0;
}

.coveo-ms-article-row.coveo .card.insight .card--meta .icon.hide {
  display: none;
}

.coveo-ms-article-row.coveo .card.insight .card--tags {
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.coveo-ms-article-row.coveo .card.insight .card--tags a {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}

.coveo-ms-article-row.coveo .card.microsite .card--content {
  justify-content: inherit;
}

.coveo-ms-article-row.coveo .card.microsite .card--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.coveo-ms-article-row.coveo .icon {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  margin-right: 15px;
}

.coveo-ms-article-row.coveo .icon svg {
  position: relative;
  margin-right: 5px;
}

.coveo-ms-article-row.coveo .icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s,
    color 0.25s;
  padding: 10px 0;
}

.coveo-ms-article-row.coveo .icon.social + .icon {
  margin-left: 25px;
}

.coveo-ms-article-row.coveo .icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.coveo-ms-article-row.coveo .icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.coveo-ms-article-row.coveo .icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.coveo-ms-article-row.coveo .icon.social svg {
  margin-top: -4px;
}

.coveo-ms-article-row.coveo .icon.social.social-phone {
  height: auto;
  padding: 6px;
}

.coveo-ms-article-row.coveo .icon.social.social-phone svg {
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-ms-article-row.coveo .icon.social.social-phone svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-ms-article-row.coveo .icon.social.social-phone:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-ms-article-row.coveo .icon.social.social-email {
  height: auto;
  padding: 6px;
}

.coveo-ms-article-row.coveo .icon.social.social-email svg {
  width: 26px;
  height: 27px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-ms-article-row.coveo .icon.social.social-email svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-ms-article-row.coveo .icon.social.social-email:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-ms-article-row.coveo .icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: flex;
  overflow: hidden;
}

.coveo-ms-article-row.coveo .icon--group .icon {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row.coveo .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.coveo-ms-article-row.coveo .icon--group .icon.social-email,
.coveo-ms-article-row.coveo .icon--group .icon.social-phone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.coveo-ms-article-row.coveo .icon--group .icon:last-child {
  border-right: 0;
}

.coveo-ms-article-row.coveo .icon--group .icon + .icon {
  margin-left: 0;
}

@media (max-width: 1260.8px) {
  .coveo-ms-article-row .CoveoResultList {
    margin: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row .coveo-result-frame {
    height: 100%;
  }
}

@media (min-width: 1261px) {
  .coveo-ms-article-row .card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.coveo-ms-article-row .card--title {
  margin-bottom: 0.5em;
}

.coveo-ms-article-row .coveo-result-list-container {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row .coveo-result-list-container {
    margin: 0 -12px;
  }
}

.coveo-ms-article-row .CoveoResult {
  padding: 0;
  margin-bottom: 3px;
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-ms-article-row .CoveoResult {
    padding: 0 12px;
    margin-bottom: 0;
    width: 25% !important;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--msc-comparison-tool .comparison-tool-header {
  padding: 30px 0;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .comparison-tool-header {
    background-color: #323e48;
  }
}

.component--msc-comparison-tool .selector-results-header {
  color: #fff;
  margin-bottom: 40px;
  display: none;
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .selector-results-header {
    display: block;
  }
}

.component--msc-comparison-tool .selector-results-header h2 {
  text-align: center;
}

.component--msc-comparison-tool .selector-results-header .highlight {
  color: #9fddd3;
  text-decoration: underline;
}

.component--msc-comparison-tool .selector-nav {
  padding: 0;
  display: none;
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .selector-nav {
    display: block;
  }
}

.component--msc-comparison-tool .selector-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.component--msc-comparison-tool .selector-nav .selector {
  list-style: none;
  font-family: "Publico Roman", serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}

.component--msc-comparison-tool .selector-nav .selector:not(:last-child) {
  padding-right: 150px;
}

.component--msc-comparison-tool .selector-nav .selector:not(:last-child):after {
  content: "";
  display: flex;
  height: 2px;
  width: 145px;
  background-color: #fff;
  position: absolute;
  left: calc(100% - 150px);
  top: 50%;
}

.component--msc-comparison-tool .selector-nav .selector-icon {
  margin: 0 auto 10px auto;
  height: 62px;
  width: 62px;
}

.component--msc-comparison-tool .selector-nav .selector.is-active {
  color: #9fddd3;
}

.component--msc-comparison-tool
  .selector-nav
  .selector.is-active
  .selector-icon
  svg
  path {
  stroke: #9fddd3;
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .selector-results {
    margin-top: 50px;
  }
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .selector-results .container {
    display: flex;
    justify-content: center;
  }
}

.component--msc-comparison-tool .selector-results .dropdown {
  margin: 14px auto 0 auto;
}

.component--msc-comparison-tool .selector-results .dropdown:first-child {
  margin-top: 0;
}

@media (min-width: 1261px) {
  .component--msc-comparison-tool .selector-results .dropdown {
    margin: 0 10px;
  }
}

@media (max-width: 1260.98px) {
  .component--msc-comparison-tool .selector-results .dropdown-label {
    border: 1px solid #323e48;
    background-color: #fff;
    color: #323e48;
  }
}

@media (max-width: 1260.98px) {
  .component--msc-comparison-tool .selector-results .dropdown-label:after {
    background-image: url(../img/icons/icon--down-arrow-small.svg);
  }
}

.component--msc-comparison-tool .selector-results .selector-update {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1260.98px) {
  .component--msc-comparison-tool .selector-results .selector-update {
    margin-top: 20px;
  }
}

.component--msc-comparison-tool
  .selector-results
  .selector-update
  .btn--rounded {
  margin-bottom: 20px;
}

@media (max-width: 1260.98px) {
  .component--msc-comparison-tool
    .selector-results
    .selector-update
    .btn--rounded {
    background-color: #323e48;
    color: #fff;
  }
}

.component--msc-comparison-tool .selector-results .selector-update .btn--sub {
  text-align: center;
}

@media (max-width: 1260.98px) {
  .component--msc-comparison-tool .selector-results .selector-update .btn--sub {
    color: #323e48;
  }
}

.component--msc-comparison-tool
  .selector-content.selection-complete
  .component--pills
  .btn:not(.selected) {
  border-color: #f5f5f6;
  background-color: #f5f5f6;
  pointer-events: none;
}

.component--msc-comparison-tool
  .selector-content.selection-complete
  .component--pills
  .btn:not(.selected):hover {
  color: inherit;
}

.component--msc-comparison-tool
  .selector-content.selection-complete
  .component--pills
  .btn:not(.selected):hover:before {
  background-image: inherit;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--other-offices .component--intro h2 {
  margin-bottom: 23px;
}

@media (min-width: 1261px) {
  .component--other-offices .component--intro h2 {
    margin-bottom: 55px;
  }
}

@media (max-width: 1260.98px) {
  .component--other-offices .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 1260.98px) {
  .component--other-offices .row .col-xs-12 {
    width: auto;
    padding: 0 10px;
  }
}

.component--other-offices .desktop-only {
  display: none;
}

@media (min-width: 1261px) {
  .component--other-offices .desktop-only {
    display: block;
  }
}

@media (min-width: 1261px) {
  .component--other-offices p {
    margin-bottom: 18px;
  }
}

.component--other-offices .btn.btn--squared.office:before {
  top: 11px;
  left: 11px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--page-navigation-dropdown .content--wrapper .section--title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0;
}

.component--page-navigation-dropdown .container--content {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

@media (min-width: 1261px) {
  .component--page-navigation-dropdown .container--content {
    flex-flow: row;
  }
}

@media (min-width: 1261px) {
  .component--page-navigation-dropdown .dropdown {
    margin-left: 32px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--pages-cta {
  overflow: hidden;
}

.component--pages-cta .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .component--pages-cta .slick-list {
    overflow: hidden;
  }
}

.component--pages-cta .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .component--pages-cta .slick-track {
    margin: 0;
    display: block;
    min-width: 100%;
  }
}

.component--pages-cta .slick-slide {
  padding: 0 7.5px !important;
}

@media (min-width: 1261px) {
  .component--pages-cta .slick-slide {
    height: auto !important;
    margin-right: 0 !important;
    float: left !important;
    padding: 0 30px;
  }
}

.edit-mode .component--pages-cta .pages-cta--container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -7.5px;
}

@media (max-width: 1260.98px) {
  .edit-mode .component--pages-cta .slick-slide:not(:first-child) {
    margin-top: 20px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--pages-cta .slick-slide {
    width: 33.33333%;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 992px) {
  .component--panel-grid.two-column .sequential-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .component--panel-grid.two-column .sequential-item:nth-child(n + 3) {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .component--panel-grid.three-column .sequential-item {
    width: 33.333%;
  }
}

@media (min-width: 992px) {
  .component--panel-grid.three-column .sequential-item:nth-child(n + 4) {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .component--panel-grid.four-column .sequential-item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .component--panel-grid.four-column .sequential-item:nth-child(n + 5) {
    margin-top: 25px;
  }
}

.component--panel-grid .panel-grid--container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
}

@media (max-width: 991.98px) {
  .component--panel-grid .panel-grid--container {
    margin: 0 -28px !important;
  }
}

.component--panel-grid .panel-grid--container .sequential-item {
  padding: 0 12px !important;
}

@media (max-width: 991.98px) {
  .component--panel-grid .panel-grid--container .sequential-item {
    padding: 0 !important;
    height: auto !important;
  }
}

.component--panel-grid .panel-grid--container .sequential-item.open {
  height: auto !important;
}

@media (max-width: 991.98px) {
  .component--panel-grid .panel-grid--container .sequential-item .card {
    border-radius: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .component--panel-grid
    .panel-grid--container
    .sequential-item:nth-child(n + 2) {
    margin-top: 1px;
  }
}

@media (min-width: 992px) {
  .component--panel-grid .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

.component--panel-grid .card h3 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: unset;
  width: 100%;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .component--panel-grid .card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 100%;
  }
}

@media (min-width: 992px) {
  .component--panel-grid .card--content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.component--panel-grid .card--content p:not(:last-child) {
  margin-bottom: 1rem;
}

.component--panel-grid .card--content .btn {
  margin-top: 18px;
}

.component--panel-grid .card--content .view-more {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition:
    top 0.25s,
    opacity 0.25s;
  transition:
    top 0.25s,
    opacity 0.25s;
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

.component--panel-grid .card--content .view-more.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.component--panel-grid .card--button {
  padding-top: 20px;
}

.edit-mode .component--panel-grid div[sc-placeholder-id*="panel_grid_items"] {
  width: 100%;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@keyframes rotate-360 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.people-listing {
  color: #323e48;
}

.people-listing a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.people-listing__alphabet {
  display: none;
  visibility: hidden;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.people-listing__alphabet a {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.people-listing__button {
  font-family:
    Open Sans,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.people-listing__remove {
  position: absolute;
  top: 12px;
  right: -17px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}

.people-listing__remove svg {
  width: 15px;
  height: 15px;
  fill: #323e48;
}

.people-listing__spinner {
  color: #323e48;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 35px;
  align-items: center;
  justify-content: center;
}

.people-listing__spinner:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: rotate-360 1.2s linear infinite;
  box-sizing: border-box;
}

.people-listing__no-results {
  padding-left: 28px;
  padding-right: 28px;
}

.people-listing__no-results-content {
  font-family:
    Publico Roman,
    serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.people-listing__no-results-content a:hover {
  text-decoration: underline;
}

.people-listing__no-results-image {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

.people-listing__filters {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-direction: column;
  background-color: #f5f5f6;
  padding: 24px;
}

.people-listing__filters-item {
  width: 100%;
  height: 48px;
  margin: 10px 0 0;
  position: relative;
  margin: 10px 5px 0 5px;
}

.people-listing__filters-item .selected {
  background-color: #323e48;
  color: #fff;
}

.people-listing__filters-item .selected:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxMCA2JyB2aWV3Qm94PScwIDAgMTAgNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyByb2xlPSdpbWcnPjx0aXRsZT5BcnJvdyBEb3duPC90aXRsZT48ZyBmaWxsPScjZmZmJz48cGF0aCBkPSdtNSA1LjkzMmMtLjIyMiAwLS40NDMtLjA4NC0uNjEyLS4yNTNsLTQuMTM0LTQuMTM0Yy0uMzM4LS4zMzgtLjMzOC0uODg2IDAtMS4yMjRzLjg4Ni0uMzM4IDEuMjI0IDBsMy41MjIgMy41MjEgMy41MjMtMy41MjFjLjMzNi0uMzM4Ljg4Ni0uMzM4IDEuMjI0IDBzIC4zMzcuODg2LS4wMDEgMS4yMjRsLTQuMTM1IDQuMTM0Yy0uMTY4LjE2OS0uMzkuMjUzLS42MTEuMjUzeic+PC9wYXRoPjwvZz48L3N2Zz4=);
}

.people-listing__filters-item .selected:after:focus {
  transform: rotate(180deg);
}

.people-listing__filters-item.show-remove .people-listing__remove {
  right: 12px;
  opacity: 1;
}

.people-listing__filters-item.show-remove input {
  background-color: #fff;
  border: 1px solid #323e48;
}

.people-listing__filters input,
.people-listing__filters select {
  color: #323e48;
  background-color: #fff;
  padding: 12px 49px 12px 12px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  border: 0;
  font-family: arial, sans-serif;
  font-size: 16px;
}

.people-listing__filters select {
  display: flex;
  align-items: center;
  border-bottom: unset;
  transition: 0.5s;
}

.people-listing__filters select:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAxMCA2JyB2aWV3Qm94PScwIDAgMTAgNicgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyByb2xlPSdpbWcnPjx0aXRsZT5BcnJvdyBEb3duPC90aXRsZT48ZyBmaWxsPScjMzIzZTQ4Jz48cGF0aCBkPSdtNSA1LjkzMmMtLjIyMiAwLS40NDMtLjA4NC0uNjEyLS4yNTNsLTQuMTM0LTQuMTM0Yy0uMzM4LS4zMzgtLjMzOC0uODg2IDAtMS4yMjRzLjg4Ni0uMzM4IDEuMjI0IDBsMy41MjIgMy41MjEgMy41MjMtMy41MjFjLjMzNi0uMzM4Ljg4Ni0uMzM4IDEuMjI0IDBzIC4zMzcuODg2LS4wMDEgMS4yMjRsLTQuMTM1IDQuMTM0Yy0uMTY4LjE2OS0uMzkuMjUzLS42MTEuMjUzeic+PC9wYXRoPjwvZz48L3N2Zz4=);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

.people-listing__filters select:after:focus {
  transform: rotate(180deg);
}

.people-listing__filters select .selected,
.people-listing__filters select option:hover {
  background-color: #323e48 !important;
  color: #fff !important;
}

.people-listing__filters select option:first-of-type {
  display: none;
  visibility: hidden;
}

.people-listing__filters select option:not(.selected) {
  background-color: #fff;
  color: #323e48;
}

.people-listing__filters input {
  text-align: left;
  text-indent: 0;
  line-height: 24px;
  white-space: pre;
  overflow: auto;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.people-listing__results {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -12px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.people-listing__card {
  width: 100%;
  z-index: 1;
  padding: 12px;
}

.people-listing__card p {
  margin-bottom: 12px;
}

.people-listing__card-icon span,
.people-listing__card-link {
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  text-decoration: none;
}

.people-listing__card-icon span:hover,
.people-listing__card-link:hover {
  text-decoration: underline;
}

.people-listing__card-content {
  margin-top: 10px;
}

.people-listing__card-content h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 8px;
  transition: 0.25s;
}

.people-listing__card-content-role span {
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.people-listing__breadcrumbs {
  padding: 0 24px 24px;
  display: flex;
  flex-flow: row wrap;
  padding-left: 28px;
  padding-right: 28px;
  background-color: #f5f5f6;
}

.people-listing__breadcrumbs-item {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 15px 5px 0;
}

.people-listing__breadcrumbs-clear {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #323e48;
  min-width: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 25px 0 19px 0;
  width: 100%;
}

.people-listing__breadcrumbs-options {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.people-listing__breadcrumbs-results {
  display: flex;
  flex-wrap: wrap;
}

.people-listing__breadcrumbs-results button {
  color: #323e48;
  text-decoration: underline;
  outline: 1px solid transparent;
  display: flex;
  border: 0;
  background-color: transparent;
}

.people-listing__breadcrumbs-results svg {
  width: 9px;
  height: 9px;
  margin-top: 9px;
  margin-left: 4px;
  color: #323e48;
  pointer-events: none;
}

.people-listing__show-more {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  transition: 0.3s;
}

.people-listing__show-more:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.people-listing__show-more:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 768px) {
  .people-listing__card {
    width: 33.3333%;
  }
}

@media (max-width: 991.98px) {
  .people-listing .container {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .people-listing__filters {
    flex-direction: row;
    background-color: transparent;
    padding: 0;
  }

  .people-listing__filters-item {
    max-width: 200px;
  }

  .people-listing__filters-item--large {
    max-width: 328px;
  }

  .people-listing__filters-item input,
  .people-listing__filters-item select {
    width: 100%;
    background-color: #f5f5f6;
  }

  .people-listing__results {
    padding: 0;
  }

  .people-listing__breadcrumbs {
    padding: 0;
    background-color: transparent;
  }

  .people-listing__breadcrumbs-clear {
    width: auto;
  }

  .people-listing__alphabet {
    display: flex;
    visibility: visible;
  }

  .people-listing__no-results {
    padding: 0;
  }

  .people-listing__no-results-image {
    height: 430px;
    width: 580px !important;
    margin-top: 0;
  }

  .people-listing__no-results-content {
    width: calc(100% - 583px);
  }

  .people-listing__card-image img {
    height: 218px;
  }
}

.hide,
.visually-hidden {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--personalisation {
  overflow: hidden;
}

@media (min-width: 1261px) {
  .component--personalisation {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 1261px) {
  .component--personalisation .col-xl-4:nth-child(3n + 1) {
    clear: both;
  }
}

.component--personalisation .component--intro h2 {
  margin-bottom: 40px;
}

.component--personalisation .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .component--personalisation .slick-list {
    margin: 0 -15px;
  }
}

.component--personalisation .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .component--personalisation .slick-track {
    margin: 0;
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
    width: 100% !important;
  }
}

.component--personalisation .slick-slide {
  padding: 0 7.5px;
}

@media (min-width: 1261px) {
  .component--personalisation .slick-slide {
    width: 25% !important;
    height: auto !important;
    float: left !important;
    padding: 0 15px;
  }
}

.edit-mode .component--personalisation .slick-wrapper {
  transform: translate3d(0, 0, 0) !important;
  flex-wrap: wrap;
}

.edit-mode .component--personalisation .slick-slide {
  margin: 0 0 27px 0;
}

@media (min-width: 1261px) {
  .edit-mode .component--personalisation .slick-slide {
    margin: 0 27px 27px 0;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--personalisation .slick-slide:nth-child(4n) {
    margin: 0 0 27px 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--pills {
  padding: 0 0 36px 0;
}

.component--pills + .component--pills {
  padding-top: 0 !important;
}

.component--pills .pills--intro {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}

@media (min-width: 1261px) {
  .component--pills .pills--intro {
    margin-bottom: 45px;
  }
}

.component--pills .pills--intro h2 {
  margin-bottom: 0;
}

@media (max-width: 1260.98px) {
  .component--pills .pills--intro .btn {
    display: none;
  }
}

.component--pills .pills--outro {
  padding: 35px 0;
}

@media (min-width: 1261px) {
  .component--pills .pills--outro {
    display: none;
  }
}

.component--pills.columns .h2 {
  font-size: 28px;
}

@media (max-width: 1260.98px) {
  .component--pills.columns .col:not(:first-child) {
    margin-top: 40px;
  }
}

.component--pills.columns .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .component--pills.columns .btn {
    font-size: 12px;
  }
}

@media (min-width: 1261px) {
  .component--pills.two-columns .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1261px) {
  .component--pills.two-columns .col-xs-12 {
    width: calc(100% + 26px);
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 99999px;
    padding-top: 5px;
  }
}

.component--pills.two-columns .col-xs-12 .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .component--pills.two-columns .col-xs-12 .btn {
    width: calc(50% - 26px);
    margin: 0 13px 24px 13px;
  }
}

@media (min-width: 1261px) {
  .component--pills.three-columns .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1261px) {
  .component--pills.three-columns .col-xs-12 {
    width: calc(100% + 26px);
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 99999px;
    padding-top: 5px;
  }
}

.component--pills.three-columns .col-xs-12 .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .component--pills.three-columns .col-xs-12 .btn {
    width: calc(33.333% - 26px);
    margin: 0 13px 24px 13px;
  }
}

@media (min-width: 1261px) {
  .component--pills.four-columns .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1261px) {
  .component--pills.four-columns .col-xs-12 {
    width: calc(100% + 26px);
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 99999px;
    padding-top: 5px;
  }
}

.component--pills.four-columns .col-xs-12 .btn {
  width: 100%;
  margin: 0 0 12px 0;
}

@media (min-width: 1261px) {
  .component--pills.four-columns .col-xs-12 .btn {
    width: calc(25% - 26px);
    margin: 0 13px 24px 13px;
  }
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions {
    padding: 20px !important;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.image-feature.client-solutions.bg--blue {
    padding: 0 !important;
    background-color: inherit;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.image-feature.client-solutions .btn--squared.large {
    width: 100%;
  }
}

.component--pills.image-feature.client-solutions .title {
  display: none;
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .title {
    display: block;
  }
}

.component--pills.image-feature.client-solutions .title .logo {
  max-width: 300px;
}

.component--pills.image-feature.client-solutions .title-flex {
  display: flex;
  flex-direction: column;
}

.component--pills.image-feature.client-solutions .title h3 {
  font-weight: 400;
  margin-top: 20%;
}

.component--pills.image-feature.client-solutions .title .icon {
  margin-top: -20px;
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .items .btn {
    background-color: #84aae4;
    border-color: #fff;
    color: #fff;
  }
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .items .btn:before {
    background-image: url(../img/icons/icon--right-arrow-thin__white.svg);
  }
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .items .btn:focus:before,
  .component--pills.image-feature.client-solutions .items .btn:hover:before {
    background-image: url(../img/icons/icon--right-arrow-thin.svg);
  }
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .items .btn:hover {
    background-color: #fff;
    color: #323e48;
    border: 1px solid #fff;
    text-decoration: none;
  }
}

@media (min-width: 1261px) {
  .component--pills.image-feature.client-solutions .items .btn:focus {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #fff;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.dropdown {
    background-color: #f5f5f6;
  }
}

.component--pills.dropdown .dropdown--label {
  cursor: pointer;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 1261px) {
  .component--pills.dropdown .dropdown--label {
    display: none;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list {
    position: absolute;
    webkit-box-shadow: -1px 0 5px 0 #f5f5f6;
    box-shadow: -1px 0 5px 0 #f5f5f6;
    top: auto;
    border-radius: 4px;
    padding: 0;
    margin: 40px 0 0 0;
    z-index: 1;
    display: block;
    -webkit-transition:
      margin 0.25s,
      opacity 0.25s;
    transition:
      margin 0.25s,
      opacity 0.25s;
    pointer-events: none;
    opacity: 0;
  }

  .component--pills.dropdown .dropdown--list:before {
    width: 22px;
    height: 22px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
    webkit-box-shadow: 1px -1px 2px 0 #f5f5f6;
    box-shadow: 1px -1px 2px 0 #f5f5f6;
  }
}

@media (max-width: 1260.98px) and (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list .btn:first-child {
    border-radius: 4px 4px 0 0;
  }
}

@media (max-width: 1260.98px) and (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list .btn:last-child {
    border-radius: 0 0 4px 4px;
  }
}

@media (max-width: 1260.98px) and (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list .btn {
    font-family: "Open Sans Regular";
    list-style: none;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: none;
    margin: 0;
    padding: 20px 15px;
  }
}

@media (max-width: 1260.98px) and (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list .btn:hover {
    background-color: #f5f5f6;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 1260.98px) and (max-width: 1260.98px) {
  .component--pills.dropdown .dropdown--list .btn:before {
    display: none;
  }
}

.component--pills.dropdown .dropdown--list.open {
  pointer-events: inherit;
  margin: 20px 0 0 0;
  opacity: 1;
}

@media (max-width: 1260.98px) {
  .component--pills.dropdown .component--container .row {
    position: relative;
    margin: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.dropdown .component--outro .btn {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1260.98px) {
  .component--pills.dropdown .component--outro .btn.large {
    margin: 20px 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.blockquote {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.blockquote p {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 500;
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  .blockquote p {
    margin-left: 40px;
    font-size: 24px;
  }
}

.blockquote a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #2d3a44;
}

.blockquote--bracket::before {
  content: "";
  background-image: url(../img/icons/icon--curly-bracket.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 130px;
  width: 35px;
  position: absolute;
  top: 10px;
  left: 20px;
}

@media (max-width: 991.98px) {
  .blockquote--bracket::before {
    height: 70px;
    width: 20px;
    left: 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--quotes .quote--intro {
  margin-bottom: 40px;
}

@media (min-width: 1261px) {
  .component--quotes .quote--intro {
    margin-bottom: 70px;
  }
}

@media (max-width: 1260.98px) {
  .component--quotes .quote--item:not(:first-child) {
    margin-top: 50px;
  }
}

.component--quotes .quote--item .card--image img {
  height: 97px;
  width: 97px;
  object-fit: cover;
}

@media (min-width: 1261px) {
  .component--quotes .quote--item .card--image img {
    height: 205px;
    width: 205px;
  }
}

@media (min-width: 1261px) {
  .component--quotes .quote--item .card--content {
    margin-left: 25px;
  }
}

@media (max-width: 1260.98px) {
  .component--quotes .quote--item .card--content {
    margin-top: 23px;
  }
}

.component--quotes .quote--item .card--content svg {
  width: 39px;
  height: 27px;
  margin-bottom: 10px;
}

.component--quotes .quote--item .card--details {
  margin-top: 16px;
  padding-top: 20px;
  position: relative;
}

.component--quotes .quote--item .card--details:before {
  content: "";
  display: block;
  height: 2px;
  width: 37px;
  background-color: #323e48;
  position: absolute;
  top: 0;
  left: 0;
}

.component--quotes .quote--item .card--role {
  margin-left: 16px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--rich-text.intro p:first-of-type {
  color: currentColor;
}

.component--rich-text.intro p:first-of-type:first-letter {
  color: currentColor;
  line-height: 1;
  text-align: center;
  float: left;
  display: inline;
  padding: 12px 20px;
  margin: 8px 10px 0 0;
  font-size: 40px;
}

.component--rich-text.intro--orange p:first-of-type:first-letter {
  background-color: #ffa068;
}

.component--rich-text.intro--lime p:first-of-type:first-letter {
  background-color: #c0df8a;
}

.component--rich-text.intro--light-grey p:first-of-type:first-letter {
  background-color: #e3e3e3;
}

.component--rich-text.intro--pink p:first-of-type:first-letter {
  background-color: #ffb1ba;
}

.component--rich-text.intro--yellow p:first-of-type:first-letter {
  background-color: #ffe74d;
}

.component--rich-text.intro--teal p:first-of-type:first-letter {
  background-color: #9fddd3;
}

.component--rich-text.intro--lilac p:first-of-type:first-letter {
  background-color: #cf9dc7;
}

.component--rich-text.intro--blue p:first-of-type:first-letter {
  background-color: #84aae4;
}

.component--rich-text.intro--sand p:first-of-type:first-letter {
  background-color: #edc2b2;
}

.component--rich-text.intro--dark-green p:first-of-type:first-letter {
  background-color: #477628;
}

.component--rich-text.intro--dark-blue p:first-of-type:first-letter {
  background-color: #005c82;
}

.component--rich-text.intro--dark-purple p:first-of-type:first-letter {
  background-color: #5b255d;
}

.component--rich-text.intro--dark-pink p:first-of-type:first-letter {
  background-color: #ca3665;
}

.component--rich-text .caption {
  font-size: 12px;
}

.component--rich-text a {
  text-decoration: underline;
}

.component--rich-text ul.flush {
  padding-left: 20px;
}

.component--rich-text ul li {
  margin-bottom: 5px;
}

.component--rich-text h2 {
  font-size: 28px;
}

@media (min-width: 1261px) {
  .component--rich-text h3.h2 {
    font-size: 24px;
  }
}

.component--rich-text .h3,
.component--rich-text h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.component--rich-text .h4,
.component--rich-text h4 {
  text-transform: inherit;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Publico Roman", serif;
  line-height: 26px;
}

.component--rich-text img {
  max-width: 100%;
}

.component--rich-text figure img {
  display: block;
}

.component--rich-text figure figcaption {
  padding-top: 15px;
  font-size: 12px;
}

.component--rich-text .rich-text-table,
.component--rich-text figure {
  padding: 40px 0;
}

@media (min-width: 1261px) {
  .component--rich-text .rich-text-table,
  .component--rich-text figure {
    padding: 60px 0;
  }
}

.component--rich-text hr {
  border: 0;
  height: 1px;
  background-color: #323e48;
  margin-top: 32px;
  margin-bottom: 32px;
}

.component--rich-text.view-more {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition:
    top 0.25s,
    opacity 0.25s;
  transition:
    top 0.25s,
    opacity 0.25s;
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

.component--rich-text.view-more.active {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
}

.component--rich-text .section {
  padding: 30px 0;
  border-top: 1px solid #323e48;
}

@media (max-width: 1260.98px) {
  .component--rich-text .section:first-child {
    border: 0;
  }
}

.component--rich-text + .component > .btn {
  margin-top: 60px;
}

.component--rich-text blockquote {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}

.component--rich-text blockquote::before {
  content: "“";
  font-size: 160px;
  font-family: "Publico Roman", serif;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 10px;
}

@media (max-width: 991.98px) {
  .component--rich-text blockquote::before {
    font-size: 90px;
    top: -5px;
    left: 0;
  }
}

.component--rich-text blockquote p {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 500;
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  .component--rich-text blockquote p {
    margin-left: 40px;
    font-size: 24px;
  }
}

.component--rich-text blockquote a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #2d3a44;
}

.component--rich-text table td,
.component--rich-text table th {
  padding: 6px 10px !important;
  border: 1px solid #000;
  vertical-align: top;
}

.component--rich-text table {
  border-collapse: collapse;
}

.component--rich-text dl,
.component--rich-text ol,
.component--rich-text ul {
  padding-left: 19px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--risk-compliance .icon--group {
    display: none;
  }
}

.component--risk-compliance .btn {
  display: none;
}

.component--risk-compliance .btn.offices {
  margin-bottom: 25px;
}

.component--safe-space-widget .safe-space-widget--anchor {
  width: 200px;
  margin: auto;
  display: block;
}

.safespace-footer-container {
  position: fixed !important;
  bottom: 0 !important;
}

.safe-space-widget-container {
  position: fixed;
  top: 0;
  z-index: 99999999;
  overflow-y: scroll !important;
  height: 100%;
}

.safe-space-widget-container img {
  width: auto;
}

.safe-space-widget-container :focus {
  outline: 2px solid #000 !important;
  outline-offset: -2px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--article-shell > .container,
  .component--event-shell > .container,
  .component--shell > .container,
  .component--success-shell > .container {
    display: flex;
  }
}

.component--article-shell .component,
.component--event-shell .component,
.component--shell .component,
.component--success-shell .component {
  padding: 0;
}

.component--article-shell .embedded-content,
.component--event-shell .embedded-content,
.component--shell .embedded-content,
.component--success-shell .embedded-content {
  max-width: 100%;
  width: 1200px;
}

.component--article-shell__intro,
.component--event-shell__intro,
.component--shell__intro,
.component--success-shell__intro {
  width: 100%;
}

@media (min-width: 1261px) {
  .component--article-shell__sidebar .component--rich-text h2,
  .component--event-shell__sidebar .component--rich-text h2,
  .component--shell__sidebar .component--rich-text h2,
  .component--success-shell__sidebar .component--rich-text h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell__sidebar .component--rich-text h2.h1,
  .component--event-shell__sidebar .component--rich-text h2.h1,
  .component--shell__sidebar .component--rich-text h2.h1,
  .component--success-shell__sidebar .component--rich-text h2.h1 {
    font-size: 36px;
    line-height: 1;
  }
}

@media (min-width: 1261px) {
  .component--article-shell__sidebar .component--rich-text h3.h2,
  .component--event-shell__sidebar .component--rich-text h3.h2,
  .component--shell__sidebar .component--rich-text h3.h2,
  .component--success-shell__sidebar .component--rich-text h3.h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell__content > p,
  .component--event-shell__content > p,
  .component--shell__content > p,
  .component--success-shell__content > p {
    padding: 15px 0;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell__content > p .btn.btn--expand,
  .component--event-shell__content > p .btn.btn--expand,
  .component--shell__content > p .btn.btn--expand,
  .component--success-shell__content > p .btn.btn--expand {
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #323e48;
    background-color: #f5f5f6;
    letter-spacing: 1.8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    border-radius: 4px;
    transition:
      background-color 0.25s,
      color 0.25s;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease-in-out;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell__content > p .btn.btn--expand:before,
  .component--event-shell__content > p .btn.btn--expand:before,
  .component--shell__content > p .btn.btn--expand:before,
  .component--success-shell__content > p .btn.btn--expand:before {
    position: relative;
    top: -1px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell__content > p .btn.btn--expand:after,
  .component--event-shell__content > p .btn.btn--expand:after,
  .component--shell__content > p .btn.btn--expand:after,
  .component--success-shell__content > p .btn.btn--expand:after {
    display: none;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell__content > p .btn.btn--expand span,
  .component--event-shell__content > p .btn.btn--expand span,
  .component--shell__content > p .btn.btn--expand span,
  .component--success-shell__content > p .btn.btn--expand span {
    margin-right: 10px;
  }
}

.component--article-shell__content > p .btn.btn--expand:hover,
.component--event-shell__content > p .btn.btn--expand:hover,
.component--shell__content > p .btn.btn--expand:hover,
.component--success-shell__content > p .btn.btn--expand:hover {
  opacity: 0.5;
}

@media (min-width: 1261px) {
  .component--article-shell.stacked .container,
  .component--event-shell.stacked .container,
  .component--shell.stacked .container,
  .component--success-shell.stacked .container {
    flex-wrap: wrap;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.stacked .component--shell__sidebar,
  .component--event-shell.stacked .component--shell__sidebar,
  .component--shell.stacked .component--shell__sidebar,
  .component--success-shell.stacked .component--shell__sidebar {
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.stacked .component--shell__content,
  .component--event-shell.stacked .component--shell__content,
  .component--shell.stacked .component--shell__content,
  .component--success-shell.stacked .component--shell__content {
    width: 100%;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns .component--shell__sidebar,
  .component--event-shell.columns .component--shell__sidebar,
  .component--shell.columns .component--shell__sidebar,
  .component--success-shell.columns .component--shell__sidebar {
    width: 40%;
    padding-right: 40px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns .component--shell__content,
  .component--event-shell.columns .component--shell__content,
  .component--shell.columns .component--shell__content,
  .component--success-shell.columns .component--shell__content {
    width: 57.75%;
    margin-left: auto;
  }
}

.component--article-shell.columns .component--shell__outro,
.component--event-shell.columns .component--shell__outro,
.component--shell.columns .component--shell__outro,
.component--success-shell.columns .component--shell__outro {
  width: 100%;
}

@media (min-width: 1261px) {
  .component--article-shell.columns.reversed > .container,
  .component--event-shell.columns.reversed > .container,
  .component--shell.columns.reversed > .container,
  .component--success-shell.columns.reversed > .container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.reversed .component--shell__sidebar,
  .component--event-shell.columns.reversed .component--shell__sidebar,
  .component--shell.columns.reversed .component--shell__sidebar,
  .component--success-shell.columns.reversed .component--shell__sidebar {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.columns.reversed-mobile > .container,
  .component--event-shell.columns.reversed-mobile > .container,
  .component--shell.columns.reversed-mobile > .container,
  .component--success-shell.columns.reversed-mobile > .container {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.columns.reversed-mobile .component--shell__sidebar,
  .component--event-shell.columns.reversed-mobile .component--shell__sidebar,
  .component--shell.columns.reversed-mobile .component--shell__sidebar,
  .component--success-shell.columns.reversed-mobile .component--shell__sidebar {
    margin-top: 40px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.slim .component--shell__sidebar,
  .component--event-shell.columns.slim .component--shell__sidebar,
  .component--shell.columns.slim .component--shell__sidebar,
  .component--success-shell.columns.slim .component--shell__sidebar {
    width: 34.33333%;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.slim .component--shell__content,
  .component--event-shell.columns.slim .component--shell__content,
  .component--shell.columns.slim .component--shell__content,
  .component--success-shell.columns.slim .component--shell__content {
    width: 65.66666%;
    margin-left: auto;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.tight .component--shell__sidebar,
  .component--event-shell.columns.tight .component--shell__sidebar,
  .component--shell.columns.tight .component--shell__sidebar,
  .component--success-shell.columns.tight .component--shell__sidebar {
    width: 25%;
  }
}

.component--article-shell.columns.tight
  .component--shell__sidebar
  .component
  h2,
.component--event-shell.columns.tight .component--shell__sidebar .component h2,
.component--shell.columns.tight .component--shell__sidebar .component h2,
.component--success-shell.columns.tight
  .component--shell__sidebar
  .component
  h2 {
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .component--article-shell.columns.tight
    .component--shell__sidebar
    .component
    h2,
  .component--event-shell.columns.tight
    .component--shell__sidebar
    .component
    h2,
  .component--shell.columns.tight .component--shell__sidebar .component h2,
  .component--success-shell.columns.tight
    .component--shell__sidebar
    .component
    h2 {
    font-size: 34px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.tight .component--shell__content,
  .component--event-shell.columns.tight .component--shell__content,
  .component--shell.columns.tight .component--shell__content,
  .component--success-shell.columns.tight .component--shell__content {
    width: 75%;
    margin-left: auto;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.columns.centered,
  .component--event-shell.columns.centered,
  .component--shell.columns.centered,
  .component--success-shell.columns.centered {
    text-align: center;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.centered,
  .component--event-shell.columns.centered,
  .component--shell.columns.centered,
  .component--success-shell.columns.centered {
    padding: 95px 0 70px 0;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.centered
    .component--shell__sidebar
    .component
    h2,
  .component--event-shell.columns.centered
    .component--shell__sidebar
    .component
    h2,
  .component--shell.columns.centered .component--shell__sidebar .component h2,
  .component--success-shell.columns.centered
    .component--shell__sidebar
    .component
    h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.columns.centered .component--shell__sidebar .btn,
  .component--event-shell.columns.centered .component--shell__sidebar .btn,
  .component--shell.columns.centered .component--shell__sidebar .btn,
  .component--success-shell.columns.centered .component--shell__sidebar .btn {
    display: none;
  }
}

.component--article-shell.columns.centered .component--outro .btn,
.component--event-shell.columns.centered .component--outro .btn,
.component--shell.columns.centered .component--outro .btn,
.component--success-shell.columns.centered .component--outro .btn {
  display: block;
  text-align: center;
}

.component--article-shell.columns.equal,
.component--event-shell.columns.equal,
.component--shell.columns.equal,
.component--success-shell.columns.equal {
  overflow: hidden;
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal .container-fluid,
  .component--event-shell.columns.equal .container-fluid,
  .component--shell.columns.equal .container-fluid,
  .component--success-shell.columns.equal .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.component--article-shell.columns.equal .component--shell__content,
.component--event-shell.columns.equal .component--shell__content,
.component--shell.columns.equal .component--shell__content,
.component--success-shell.columns.equal .component--shell__content {
  width: 100%;
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal .component--shell__content,
  .component--event-shell.columns.equal .component--shell__content,
  .component--shell.columns.equal .component--shell__content,
  .component--success-shell.columns.equal .component--shell__content {
    width: 50%;
    margin-left: unset;
  }
}

.component--article-shell.columns.equal .component--shell__content .component,
.component--event-shell.columns.equal .component--shell__content .component,
.component--shell.columns.equal .component--shell__content .component,
.component--success-shell.columns.equal .component--shell__content .component {
  padding: 45px 0;
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal .component--shell__content .component,
  .component--event-shell.columns.equal .component--shell__content .component,
  .component--shell.columns.equal .component--shell__content .component,
  .component--success-shell.columns.equal
    .component--shell__content
    .component {
    min-height: 100%;
    padding: 120px 0;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content
    .component
    .container,
  .component--event-shell.columns.equal
    .component--shell__content
    .component
    .container,
  .component--shell.columns.equal
    .component--shell__content
    .component
    .container,
  .component--success-shell.columns.equal
    .component--shell__content
    .component
    .container {
    max-width: 542px;
    height: calc(100% - 240px);
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content,
  .component--event-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content,
  .component--shell.columns.equal
    .component--shell__content
    .component
    .container
    .content,
  .component--success-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content {
    width: 467px;
    height: 100%;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    p:last-child,
  .component--event-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    p:last-child,
  .component--shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    p:last-child,
  .component--success-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    p:last-child {
    margin-top: 70px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    .btn,
  .component--event-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    .btn,
  .component--shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    .btn,
  .component--success-shell.columns.equal
    .component--shell__content
    .component
    .container
    .content
    .btn {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content:first-child
    .component
    .container,
  .component--event-shell.columns.equal
    .component--shell__content:first-child
    .component
    .container,
  .component--shell.columns.equal
    .component--shell__content:first-child
    .component
    .container,
  .component--success-shell.columns.equal
    .component--shell__content:first-child
    .component
    .container {
    margin-left: auto;
    margin-right: 80px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.equal
    .component--shell__content:last-child
    .component
    .container,
  .component--event-shell.columns.equal
    .component--shell__content:last-child
    .component
    .container,
  .component--shell.columns.equal
    .component--shell__content:last-child
    .component
    .container,
  .component--success-shell.columns.equal
    .component--shell__content:last-child
    .component
    .container {
    margin-left: 80px;
    margin-right: auto;
  }
}

.component--article-shell,
.component--event-shell,
.component--success-shell {
  padding-bottom: 0;
}

@media (min-width: 1261px) {
  .component--article-shell,
  .component--event-shell,
  .component--success-shell {
    padding-bottom: 0;
  }
}

.component--article-shell + .component--article-shell.key-message,
.component--article-shell + .component--success-shell.key-message,
.component--event-shell + .component--article-shell.key-message,
.component--event-shell + .component--success-shell.key-message,
.component--success-shell + .component--article-shell.key-message,
.component--success-shell + .component--success-shell.key-message {
  padding-top: 0;
}

@media (min-width: 1261px) {
  .component--article-shell + .component--article-shell.key-message,
  .component--article-shell + .component--success-shell.key-message,
  .component--event-shell + .component--article-shell.key-message,
  .component--event-shell + .component--success-shell.key-message,
  .component--success-shell + .component--article-shell.key-message,
  .component--success-shell + .component--success-shell.key-message {
    padding-top: 0;
  }
}

.component--article-shell h1,
.component--event-shell h1,
.component--success-shell h1 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--article-shell h1,
  .component--event-shell h1,
  .component--success-shell h1 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 60px;
  }
}

.component--article-shell:last-of-type,
.component--event-shell:last-of-type,
.component--success-shell:last-of-type {
  padding-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--article-shell:last-of-type,
  .component--event-shell:last-of-type,
  .component--success-shell:last-of-type {
    padding-bottom: 60px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.reversed-mobile .container,
  .component--event-shell.reversed-mobile .container,
  .component--success-shell.reversed-mobile .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell.reversed-mobile .component--shell__sidebar,
  .component--event-shell.reversed-mobile .component--shell__sidebar,
  .component--success-shell.reversed-mobile .component--shell__sidebar {
    display: flex;
    flex-wrap: wrap;
  }
}

.component--article-shell.reversed-mobile .component--shell__sidebar > *,
.component--event-shell.reversed-mobile .component--shell__sidebar > *,
.component--success-shell.reversed-mobile .component--shell__sidebar > * {
  width: 100%;
}

.component--article-shell.reversed-mobile .component--shell__content,
.component--event-shell.reversed-mobile .component--shell__content,
.component--success-shell.reversed-mobile .component--shell__content {
  padding-top: 20px;
}

@media (min-width: 1261px) {
  .component--article-shell.reversed-mobile .component--shell__content,
  .component--event-shell.reversed-mobile .component--shell__content,
  .component--success-shell.reversed-mobile .component--shell__content {
    padding-top: 0;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns .container,
  .component--event-shell.columns .container,
  .component--success-shell.columns .container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns .component--shell__content,
  .component--event-shell.columns .component--shell__content,
  .component--success-shell.columns .component--shell__content {
    width: 66%;
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns .component--shell__sidebar,
  .component--event-shell.columns .component--shell__sidebar,
  .component--success-shell.columns .component--shell__sidebar {
    width: 23.5%;
    padding-right: 0;
    padding-top: 10px;
  }
}

.component--article-shell.columns .component--shell__sidebar .component,
.component--event-shell.columns .component--shell__sidebar .component,
.component--success-shell.columns .component--shell__sidebar .component {
  padding-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--article-shell.columns .component--shell__sidebar .component,
  .component--event-shell.columns .component--shell__sidebar .component,
  .component--success-shell.columns .component--shell__sidebar .component {
    padding-bottom: 35px;
  }
}

@media (min-width: 1261px) {
  .component--article-shell.columns.reversed .component--shell__sidebar,
  .component--event-shell.columns.reversed .component--shell__sidebar,
  .component--success-shell.columns.reversed .component--shell__sidebar {
    padding-right: 0;
  }
}

.component--article-shell .component--shell__sidebar,
.component--event-shell .component--shell__sidebar {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 1261px) {
  .component--article-shell .component--shell__sidebar,
  .component--event-shell .component--shell__sidebar {
    display: block;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell .component--shell__sidebar .component,
  .component--event-shell .component--shell__sidebar .component {
    width: 100%;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component:not(.component--key-message),
  .component--event-shell
    .component--shell__sidebar
    .component:not(.component--key-message) {
    flex-grow: 1;
    flex-basis: 0;
  }
}

.component--article-shell .component--shell__sidebar .component--article-meta,
.component--event-shell .component--shell__sidebar .component--article-meta {
  display: block;
}

.component--article-shell
  .component--shell__sidebar
  .component--article-meta
  .article-meta__item,
.component--event-shell
  .component--shell__sidebar
  .component--article-meta
  .article-meta__item {
  width: 100%;
  padding-right: 5px;
}

.component--article-shell
  .component--shell__sidebar
  .component--article-meta
  .article-meta__item
  + .article-meta__item,
.component--event-shell
  .component--shell__sidebar
  .component--article-meta
  .article-meta__item
  + .article-meta__item {
  padding-top: 22px;
}

@media (min-width: 1261px) {
  .component--article-shell
    .component--shell__sidebar
    .component--article-meta
    .article-meta__item
    + .article-meta__item,
  .component--event-shell
    .component--shell__sidebar
    .component--article-meta
    .article-meta__item
    + .article-meta__item {
    padding-top: 35px;
  }
}

.component--article-shell .component--shell__sidebar .component--team,
.component--event-shell .component--shell__sidebar .component--team {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .component--article-shell .component--shell__sidebar .component--team,
  .component--event-shell .component--shell__sidebar .component--team {
    padding-left: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell .component--shell__sidebar .component--team,
  .component--event-shell .component--shell__sidebar .component--team {
    width: 100%;
    flex-basis: 100% !important;
  }
}

.component--article-shell .component--shell__sidebar .component--team h2,
.component--event-shell .component--shell__sidebar .component--team h2 {
  margin-bottom: 10px;
}

@media (min-width: 1261px) {
  .component--article-shell .component--shell__sidebar .component--team h2,
  .component--event-shell .component--shell__sidebar .component--team h2 {
    margin-bottom: 22px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card.speaker,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card.speaker {
    display: inline-block;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    + .speaker,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    + .speaker {
    padding-top: 5px;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    .card--content
    .h3,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    .card--content
    .h3 {
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    .card--content
    .h3:after,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card.speaker
    .card--content
    .h3:after {
    content: ",";
  }
}

.component--article-shell
  .component--shell__sidebar
  .component--team
  .card
  .card--image,
.component--event-shell
  .component--shell__sidebar
  .component--team
  .card
  .card--image {
  display: none;
}

@media (min-width: 1261px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--image,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--image {
    display: block;
  }
}

.component--article-shell
  .component--shell__sidebar
  .component--team
  .card
  .card--content,
.component--event-shell
  .component--shell__sidebar
  .component--team
  .card
  .card--content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    .h3,
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    h3,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    .h3,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    h3 {
    margin-bottom: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    h4,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    h4 {
    display: none;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    p,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card
    .card--content
    p {
    display: none;
  }
}

@media (max-width: 1260.98px) {
  .component--article-shell
    .component--shell__sidebar
    .component--team
    .card:last-child
    .card--content
    .h3:after,
  .component--event-shell
    .component--shell__sidebar
    .component--team
    .card:last-child
    .card--content
    .h3:after {
    display: none;
  }
}

.component--article-shell .component--shell__sidebar .component--key-message,
.component--event-shell .component--shell__sidebar .component--key-message {
  margin-bottom: 40px;
}

.component--article-shell .component--shell__content .component--location,
.component--event-shell .component--shell__content .component--location {
  padding-bottom: 30px;
}

@media (min-width: 1261px) {
  .component--article-shell .component--shell__content .component--location,
  .component--event-shell .component--shell__content .component--location {
    padding-bottom: 60px;
  }
}

.component--article-shell .component--shell__content .component .btn,
.component--event-shell .component--shell__content .component .btn {
  margin-bottom: 1rem;
}

.component--article-shell + .component--article-shell,
.component--article-shell + .component--event-shell,
.component--event-shell + .component--article-shell,
.component--event-shell + .component--event-shell {
  padding-top: 0 !important;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--showcase-cta {
  overflow: hidden;
}

@media (max-width: 1260.98px) {
  .component--showcase-cta {
    background-color: transparent !important;
  }
}

@media (max-width: 1260.98px) {
  .component--showcase-cta .component--intro .btn {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--showcase-cta .col-xl-4:nth-child(3n + 1) {
    clear: both;
  }
}

.component--showcase-cta .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .component--showcase-cta .slick-list {
    overflow: hidden;
  }
}

.component--showcase-cta .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .component--showcase-cta .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    cursor: default;
  }
}

.component--showcase-cta .slick-slide {
  padding: 0 7.5px;
}

@media (min-width: 1261px) {
  .component--showcase-cta .slick-slide {
    padding: 0 12px !important;
    width: 33.3333%;
  }
}

.component--showcase-cta.list .component--outro {
  display: block;
}

@media (min-width: 1261px) {
  .component--showcase-cta.list .component--outro {
    padding-top: 40px;
    display: block;
  }
}

@media (min-width: 1261px) {
  .component--showcase-cta.list .slick-slide:first-child {
    width: 66.6666% !important;
  }
}

@media (max-width: 1260.98px) {
  .component--showcase-cta .card {
    height: 100%;
  }
}

@media (max-width: 1260.98px) {
  .component--showcase-cta .component--intro .btn {
    display: none;
  }
}

.component--showcase-cta .component--outro {
  padding: 35px 15px;
}

@media (min-width: 1261px) {
  .component--showcase-cta .component--outro {
    display: none;
  }
}

@media (max-width: 1260.98px) {
  .component--showcase-cta .showcase--container.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.component--showcase-cta .showcase--container.stacked-mb .card {
  height: auto;
}

.edit-mode .component--showcase-cta .slick-wrapper {
  transform: translate3d(0, 0, 0) !important;
  flex-wrap: wrap;
}

.edit-mode .component--showcase-cta .card.showcase.full:before {
  display: none;
}

.edit-mode .component--showcase-cta .card.showcase.full:hover {
  color: #323e48;
}

.edit-mode .component--showcase-cta .card.showcase.full:hover h2,
.edit-mode .component--showcase-cta .card.showcase.full:hover h3,
.edit-mode .component--showcase-cta .card.showcase.full:hover p {
  color: #323e48;
}

.edit-mode .component--showcase-cta .card.showcase.full p {
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
  padding-top: 11px;
  padding-bottom: 17px;
}

.edit-mode .component--showcase-cta .slick-slide {
  margin: 0 0 27px 0;
}

@media (min-width: 1261px) {
  .edit-mode .component--showcase-cta .slick-slide {
    margin: 0 0 27px 0;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--showcase-cta .slick-slide:nth-child(4n) {
    margin: 0 0 27px 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--site-tree .site-tree--content h3.h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}

.component--site-tree .site-tree-main {
  margin-bottom: 70px;
}

.component--site-tree .site-tree-secondary li {
  margin-bottom: 10px;
}

.component--site-tree .site-tree-secondary li a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.component--site-tree ul {
  list-style: none;
  padding-left: 0;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--sources h4 {
  margin-bottom: 17px;
}

.component--sources ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.component--sources ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.component--sources ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

.component--sources ol li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--spotlight-panel .row {
  position: relative;
}

@media (min-width: 1261px) {
  .component--spotlight-panel .row {
    align-items: center;
  }
}

.component--spotlight-panel .row:hover .btn:after {
  width: 100%;
}

@media (min-width: 1261px) {
  .component--spotlight-panel .spotlight-panel--content {
    padding: 0 24px;
  }
}

.component--spotlight-panel img {
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .component--spotlight-panel img {
    margin-bottom: 0;
  }
}

.component--spotlight-panel h2 {
  line-height: 1.17;
}

@media (min-width: 1261px) {
  .component--spotlight-panel h2 {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
  }
}

.component--spotlight-panel h3 {
  font-size: 14px;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 1.17;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (min-width: 1261px) {
  .component--spotlight-panel h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }
}

.component--spotlight-panel p {
  display: none;
}

@media (min-width: 1261px) {
  .component--spotlight-panel p {
    display: block;
  }
}

@media (min-width: 1261px) {
  .component--spotlight-panel.reversed .row {
    flex-direction: row-reverse;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--sticky-navigation {
  display: block;
}

.component--sticky-navigation:not(.breadcrumb) {
  padding: 14px 0 !important;
}

@media (min-height: 300px) {
  .component--sticky-navigation:not(.breadcrumb) {
    position: fixed;
    position: sticky;
    top: 100px;
    width: 100%;
    z-index: 5000;
  }
}

@media (min-height: 300px) and (max-width: 1260.98px) {
  .component--sticky-navigation:not(.breadcrumb) {
    top: 82px;
  }
}

.component--sticky-navigation:not(.breadcrumb) ul li a {
  font-family: "Publico Roman", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
  padding-bottom: 6px;
  margin-right: 30px;
  color: #fff;
  text-decoration: none;
}

.component--sticky-navigation:not(.breadcrumb) ul li a:after {
  width: 0;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.25s;
  background-color: #ffe74d;
  overflow: hidden;
}

.component--sticky-navigation:not(.breadcrumb) ul li a.active:after {
  width: 100%;
}

.component--sticky-navigation:not(.breadcrumb) ul li a.active {
  color: #fff;
}

.component--sticky-navigation.breadcrumb {
  padding: 25px 0 !important;
}

@media (max-width: 991.98px) {
  .component--sticky-navigation.breadcrumb {
    padding: 0 !important;
  }
}

.component--sticky-navigation.breadcrumb .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1260.98px) {
  .component--sticky-navigation.breadcrumb .container {
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .component--sticky-navigation.breadcrumb .container {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.component--sticky-navigation.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0;
  padding-right: 24px;
}

.component--sticky-navigation.breadcrumb ul li {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 23px;
  position: relative;
  color: #323e48;
  opacity: 1;
  justify-content: flex-start;
  padding-right: 3px;
}

.component--sticky-navigation.breadcrumb ul li:nth-child(n + 2) {
  display: flex;
}

.component--sticky-navigation.breadcrumb ul li:nth-child(n + 2):before {
  content: "/";
  display: block;
  padding: 0 3px 0 3px;
}

@media (max-width: 767.98px) {
  .component--sticky-navigation.breadcrumb ul li:nth-child(n + 2):before {
    padding: 0 3px 0 0;
  }
}

.component--sticky-navigation.breadcrumb ul li:last-child {
  opacity: 1;
}

.component--sticky-navigation.breadcrumb .social-links {
  margin: 6px 0;
}

@media (max-width: 1260.98px) {
  .component--sticky-navigation.breadcrumb .social-links {
    width: unset;
  }
}

.component--sticky-navigation.breadcrumb .social-links p {
  font-size: 12px;
  margin-bottom: 0;
}

.component--sticky-navigation.breadcrumb .social-links .icon {
  margin-left: 35px;
}

@media (min-height: 300px) {
  .component--sticky-navigation.sticky {
    position: fixed;
  }
}

@media (min-width: 768px) {
  .component--sticky-navigation.sub-nav ul li {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .component--sticky-navigation.sub-nav ul li.current a:after {
    width: 100%;
    background-color: #fff;
  }
}

.component--sticky-navigation ul {
  padding: 0;
  margin: 0;
}

.component--sticky-navigation ul::after {
  display: block;
  content: "";
  clear: both;
}

.component--sticky-navigation ul li {
  list-style: none;
}

@media (min-width: 768px) {
  .component--sticky-navigation ul li {
    float: left;
  }
}

@media (max-width: 767.98px) {
  .component--sticky-navigation ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .component--sticky-navigation ul li:nth-child(n + 2) {
    display: none;
  }
}

.component--sticky-navigation ul li a {
  transition: opacity 0.25s;
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .component--sticky-navigation ul li a {
    display: flex;
  }
}

.component--sticky-navigation ul li a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.component--sticky-navigation .js-sticky-nav {
  cursor: pointer;
  transition: transform 0.3s ease-out;
  padding: 9px;
  background-color: transparent;
  border: none;
}

@media (min-width: 768px) {
  .component--sticky-navigation .js-sticky-nav {
    display: none;
  }
}

.component--sticky-navigation .js-sticky-nav.is-open {
  transform: rotate(180deg);
}

@media (max-width: 1260.98px) {
  .component--sticky-navigation.component-nav {
    display: none;
  }
}

.component--sticky-navigation .dropdown-selector {
  border-radius: 4px;
  padding: 5px;
  line-height: 1;
  margin-left: 10px;
}

@media (min-width: 1261px) {
  .breadcrumb + .component {
    padding-top: 12px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--table {
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 992px) {
  .component--table {
    display: table;
  }
}

.component--table.set.active .table--row:nth-child(n + 6) {
  transform: scaleY(1);
  display: flex;
}

@media (min-width: 992px) {
  .component--table.set.active .table--row:nth-child(n + 6) {
    display: table-row;
  }
}

.component--table.set .table--row:nth-child(n + 6) {
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  display: none;
}

@media (max-width: 991.98px) {
  .component--table.set .table--row:nth-child(n + 6) {
    display: none;
  }
}

.component--table:not(.set).view-more {
  height: auto;
  display: block;
  max-height: 0;
  overflow: hidden;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

.component--table:not(.set).view-more.active {
  transform: scaleY(1);
  max-height: 99999px;
  opacity: 1;
  top: 0;
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 992px) {
  .component--table:not(.set).view-more.active {
    display: table;
    flex-flow: unset;
  }
}

@media (max-width: 991.98px) {
  .component--table:not(.set).view-more {
    display: none;
  }
}

.component--table .table--row {
  border-bottom: 2px solid #323e48;
}

@media (max-width: 991.98px) {
  .component--table .table--row {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .component--table .table--row {
    display: table-row;
  }
}

@media (min-width: 992px) {
  .component--table .table--data,
  .component--table .table--header {
    display: table-cell;
    width: 10%;
  }
}

.component--table .table--header {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  padding-bottom: 17px;
  padding-right: 17px;
  text-align: left;
  font-size: 12px;
  font-family: "Open Sans Semibold", sans-serif;
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .component--table .table--header {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--table .table--header {
    padding-right: 11px;
  }
}

.component--table .table--data {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 18px;
  padding-right: 22px;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .component--table .table--data {
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0;
  }
}

.component--table .table--data strong {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .component--table .table--data:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .component--table .table--data.btn-column {
    padding-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .component--table .table--data:not(.title):not(.btn-column) {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .component--table .title {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .component--table .btn-column {
    width: 15.5%;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .component--table + p {
    margin-top: 45px;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--tabs {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 1261px) {
  .component--tabs {
    padding: 64px 0;
  }
}

@media (max-width: 1260.98px) {
  .component--tabs {
    background-color: unset !important;
  }
}

@media (max-width: 1260.98px) {
  .component--tabs .row {
    margin: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--tabs .row > div {
    width: 100%;
    padding: 0;
  }
}

.component--tabs .container {
  padding: 0;
}

@media (min-width: 1261px) {
  .component--tabs .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.component--tabs .tabs--triggers__wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__wrapper {
    width: 33.33333%;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tab {
    background: unset !important;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tab:first-child .tabs--triggers__item {
    padding-top: 0;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tab:first-child .tabs--triggers__item .stat {
    top: 0;
  }
}

@media (max-width: 1260.98px) {
  .component--tabs .tab.active .tabs--triggers__item {
    background-color: #323e48;
    color: #fff;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tab.active .tabs--triggers__item {
    opacity: 1;
  }
}

.component--tabs .tab.active .tabs--triggers__item:before {
  width: 100%;
}

.component--tabs .tab.active .tabs--triggers__item:after {
  transform: rotate(180deg);
}

@media (max-width: 1260.98px) {
  .component--tabs .tab.active .tabs--triggers__item:after {
    background-image: url(../img/icons/icon--accordion-indicator__white.svg);
  }
}

@media (max-width: 1260.98px) {
  .component--tabs .tab.active .tabs--data {
    display: block;
  }
}

.component--tabs .tabs--content__wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__wrapper {
    width: 66.66666%;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__wrapper .tabs--triggers__item {
    display: none;
  }
}

.component--tabs .tabs--triggers__item {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  border-top: 1px solid #323e48;
  margin: 0;
  padding: 20px 58px 20px 34px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item {
    font-size: 35px;
    line-height: 1.33;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item {
    opacity: 0.6;
    border-top: 0;
    font-size: 38px;
    line-height: 42px;
    display: inline-block;
    padding: 22px 0 5px 0;
    margin-bottom: 5px;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item:hover {
    opacity: 0.7;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item:before {
    width: 0;
    content: "";
    height: 5px;
    background-color: #323e48;
    transition: width 0.25s ease-in-out;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.component--tabs .tabs--triggers__item:after {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(../img/icons/icon--accordion-indicator.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: inline-block;
  transition: transform 0.25s ease-in-out;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item:after {
    display: none;
  }
}

.component--tabs .tabs--triggers__item .stat {
  font-size: 20px;
  font-weight: 300;
  color: #323e48;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-left: 12px;
  position: relative;
  top: -10px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--triggers__item .stat {
    font-weight: 300;
    color: #323e48;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-left: 0;
    position: absolute;
    top: 22px;
    right: -50px;
  }
}

.component--tabs .tabs--content__item,
.component--tabs .tabs--data {
  padding: 0 34px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item,
  .component--tabs .tabs--data {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item picture,
  .component--tabs .tabs--data picture {
    display: block;
    overflow: hidden;
  }
}

.component--tabs .tabs--content__item picture img,
.component--tabs .tabs--data picture img {
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item picture img,
  .component--tabs .tabs--data picture img {
    margin-bottom: 60px;
  }
}

.component--tabs .tabs--content__item h2,
.component--tabs .tabs--data h2 {
  margin-bottom: 9px;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item h2,
  .component--tabs .tabs--data h2 {
    margin-bottom: 22px;
  }
}

.component--tabs .tabs--data {
  display: none;
  padding-top: 1em;
  padding-bottom: 1em;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--data {
    padding-top: 10px;
  }
}

.component--tabs .tabs--data .component {
  padding: 0 0 40px 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--data .component {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.component--tabs .tabs--data .component .container {
  padding: 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--data .component .container {
    padding: 0;
  }
}

.component--tabs .tabs--content__item {
  height: auto;
  overflow: hidden;
  display: none;
  background-color: transparent;
  left: 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item {
    display: block;
  }
}

.component--tabs .tabs--content__item .component {
  padding: 0 0 40px 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item .component {
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
  }
}

.component--tabs .tabs--content__item .component:last-child {
  padding-bottom: 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item .component:last-child {
    padding-bottom: 0;
  }
}

.component--tabs .tabs--content__item .component .container {
  padding: 0;
}

@media (min-width: 1261px) {
  .component--tabs .tabs--content__item .component .container {
    padding: 0;
  }
}

.component--tabs .component--cta {
  padding: 52px 0 0 0;
  display: flex;
  flex-flow: unset;
}

.component--tabs .component--cta .container {
  padding: 0;
}

.component--tabs .component--cta .btn,
.component--tabs .component--cta .content {
  max-width: unset;
  flex: none;
  width: auto;
}

.component--tabs .component--cta .row > .btn {
  padding: 0;
}

.component--tabs .component--cta h2,
.component--tabs .component--cta h3 {
  font-size: 24px;
  float: left;
  display: inline-block;
  margin-right: 40px;
}

.component--tabs .component--cta p {
  margin-bottom: 30px;
}

.component--tabs .component--cta p:last-child {
  margin-bottom: 0;
}

.component--tabs .component--cta .btn {
  width: auto;
  padding: 10px 36px;
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--triggers__item {
    opacity: 1;
  }
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--triggers__wrapper {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--content__wrapper {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1261px) {
  .component--tabs.featured .tab:first-child .stat {
    top: 20px;
  }
}

.component--tabs.featured .tabs--triggers__item {
  border-top: 1px solid #fff;
  padding: 34px;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--triggers__item {
    border-top: 0;
    font-size: 90px;
    background-color: transparent;
    line-height: 1;
    position: relative;
    padding: 34px 0 10px 0;
    margin-right: 60px;
  }
}

.component--tabs.featured .tabs--triggers__item .stat {
  font-size: 20px;
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--triggers__item .stat {
    font-size: 40px;
    width: 90px;
    top: 40px;
    right: -130px;
  }
}

.component--tabs.featured .tabs--triggers__item:after {
  right: 30px;
  top: 38px;
}

.component--tabs.featured .tabs--triggers__item:after {
  background-image: url(../img/icons/icon--accordion-indicator__white.svg);
}

@media (min-width: 1261px) {
  .component--tabs.featured .tabs--content {
    padding-left: 97px;
    padding-right: 29px;
  }
}

@media (max-width: 1260.98px) {
  .component--tabs .component--pages-cta .slick-slide {
    min-width: 100% !important;
  }
}

@media (min-width: 1261px) {
  .component--tabs .component--pages-cta .slick-slide {
    width: 50% !important;
  }
}

.component--tabs .component--pages-cta .card--image img {
  margin-bottom: 0 !important;
}

@media (min-width: 1261px) {
  .front-end .component--tabs .tabs--triggers {
    display: block;
  }
}

.front-end .component--tabs .component--cta {
  background-color: transparent !important;
}

@media (max-width: 1260.98px) {
  .front-end .component--tabs .component--cta {
    display: none;
  }
}

.edit-mode .component--tabs .tabs--triggers__wrapper {
  width: 100%;
}

.edit-mode .component--tabs .tabs--content__wrapper {
  width: 100%;
  flex: 0 0 100%;
  max-width: 99999px;
}

.edit-mode .component--tabs .tabs--triggers__item {
  opacity: 1;
}

.edit-mode .component--tabs .tabs--triggers__item:before {
  width: 100%;
}

.edit-mode .component--tabs .tabs--triggers__item:after {
  transform: rotate(0);
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs .tabs--content {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs .tabs--content .tabs--triggers__item {
    width: 33.3333%;
    display: block;
    border-bottom: 0;
    margin-bottom: 40px;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs .tabs--content .tabs--triggers__item:before {
    display: none;
  }
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs .tabs--content .tabs--triggers__item .stat {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    margin-left: 30px;
    top: -20px;
  }
}

.edit-mode .component--tabs .tabs--content__item {
  transform: scaleY(1);
  top: 0;
  opacity: 1;
  max-height: 99999px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 40px;
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs .tabs--content__item {
    width: 66.6666%;
  }
}

.edit-mode .component--tabs.at-a-glance .tabs--content__item {
  width: calc(50% - 60px);
}

@media (min-width: 1261px) {
  .edit-mode .component--tabs.at-a-glance .tabs--content .tabs--triggers__item {
    width: 50%;
  }
}

.edit-mode .component--tabs .tabs--data {
  display: block;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--team h2 {
  margin-bottom: 0;
}

.component--team .team--intro {
  margin-bottom: 33px;
}

@media (min-width: 1261px) {
  .component--team .team--intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px;
  }
}

.component--team .team--intro .btn {
  display: none;
}

@media (min-width: 1261px) {
  .component--team .team--intro .btn {
    display: block;
    margin-top: 8px;
    margin-left: auto;
  }
}

.component--team.view-more .sequential-item:nth-child(n + 4) {
  display: none;
}

.component--team.view-more.active .sequential-item:nth-child(n + 4) {
  display: block;
}

.component--team .CoveoResult,
.component--team .sequential-item {
  padding: 0 7.5px;
  width: 100%;
}

@media (min-width: 992px) {
  .component--team .CoveoResult,
  .component--team .sequential-item {
    padding: 0 15px;
    width: 33.3333% !important;
  }
}

@media (max-width: 1260.98px) {
  .component--team .CoveoResult:last-child .card,
  .component--team .sequential-item:last-child .card {
    margin-bottom: 0;
  }
}

.component--team .card--content p a {
  color: inherit !important;
}

.component--team .team--outro {
  padding-top: 18px;
}

@media (min-width: 1261px) {
  .component--team .team--outro {
    display: none;
  }
}

@media (min-width: 1261px) {
  .component--team .col-xl-4:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 1260.98px) {
  .component--team.speakers {
    padding-left: 0 !important;
  }
}

.component--team.speakers h2 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 23px;
}

.component--team.speakers .card.people.speaker.full {
  height: inherit;
}

@media (max-width: 1260.98px) {
  .component--team.speakers .card.people.speaker.full {
    padding-bottom: 0;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

@media (min-width: 1261px) {
  .component--testimonials {
    padding: 0;
    position: relative;
  }
}

@media (min-width: 1261px) {
  .component--testimonials .container {
    position: relative;
  }
}

.component--testimonials .testimonials--feature {
  display: none;
}

@media (min-width: 1261px) {
  .component--testimonials .testimonials--feature {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
}

.component--testimonials .testimonials--feature img {
  min-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.component--testimonials .testimonials--content {
  padding: 25px 0;
}

@media (min-width: 1261px) {
  .component--testimonials .testimonials--content {
    padding: 50px 0;
  }
}

.component--testimonials .testimonials--intro {
  padding: 0 0 20px 0;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--testimonials .testimonials--intro {
    padding: 0 0 25px 0;
    text-align: left;
  }
}

.component--testimonials .testimonials--intro h2 {
  font-weight: 400;
}

@media (min-width: 1261px) {
  .component--testimonials .testimonials--intro h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
  }
}

@media (min-width: 1261px) {
  .component--testimonials .testimonials--container {
    max-width: 660px;
  }
}

.component--testimonials .slick-track {
  display: flex;
}

@media (min-width: 1261px) {
  .component--testimonials .slick-track {
    margin: 0;
  }
}

.component--testimonials .slick-slide {
  padding: 75px 0 40px 0;
  text-align: center;
  height: auto;
  height: 100%;
  position: relative;
}

@media (min-width: 1261px) {
  .component--testimonials .slick-slide {
    padding: 42px 0 75px 110px;
    text-align: left;
  }
}

.component--testimonials .slick-slide h3 {
  font-family: "Publico Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  margin-bottom: 17px;
}

@media (min-width: 1261px) {
  .component--testimonials .slick-slide h3 {
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 0.63px;
    margin-bottom: 34px;
  }
}

.component--testimonials .slick-slide h4 {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 12px;
}

.component--testimonials .slick-slide:before {
  width: 71px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  display: block;
  content: "";
  background-image: url(../img/icons/icon--quotes.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1261px) {
  .component--testimonials .slick-slide:before {
    left: 0;
    top: 49px;
    margin-left: 0;
  }
}

.component--testimonials .slick-slide.colour--white:before {
  background-image: url(../img/icons/icon--quotes_white.svg);
}

.component--testimonials .navigation {
  padding: 0 30px 10px 30px;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--testimonials .navigation {
    text-align: left;
    padding: 0;
  }
}

.component--testimonials .navigation .next,
.component--testimonials .navigation .prev {
  width: 38px;
  height: 27px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  float: none;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/icons/icon--left-arrow--large.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

.component--testimonials .navigation .next:after,
.component--testimonials .navigation .prev:after {
  display: none;
}

.component--testimonials .navigation .prev {
  margin-left: 0;
}

.component--testimonials .navigation .next {
  background-image: url(../img/icons/icon--right-arrow--large.svg);
}

.component--testimonials .navigation .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.component--testimonials .navigation.colour--white .prev {
  background-image: url(../img/icons/icon--left-arrow--large__white.svg);
}

.component--testimonials .navigation.colour--white .next {
  background-image: url(../img/icons/icon--right-arrow--large__white.svg);
}

.edit-mode .component--testimonials .slick-track {
  display: block;
  transform: translate3d(0, 0, 0) !important;
}

.edit-mode .component--testimonials .testimonials--content {
  height: auto;
  display: block;
  position: relative;
}

.edit-mode .component--testimonials .slick-slide {
  height: auto;
}

@media (min-width: 1261px) {
  .edit-mode .component--testimonials .slick-slide + .slick-slide {
    padding-top: 0;
  }
}

.edit-mode .component--testimonials .navigation {
  display: none;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--text-carousel {
  padding: 25px 0;
}

@media (min-width: 1261px) {
  .component--text-carousel {
    padding: 50px 0;
  }
}

@media (min-width: 1261px) {
  .component--text-carousel .container {
    position: relative;
  }
}

.component--text-carousel .text-carousel--intro {
  padding: 0 0 20px 0;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--text-carousel .text-carousel--intro {
    padding: 0 0 25px 0;
    text-align: left;
  }
}

.component--text-carousel .text-carousel--intro h2 {
  font-weight: 400;
}

@media (min-width: 1261px) {
  .component--text-carousel .text-carousel--intro h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
  }
}

@media (min-width: 1261px) {
  .component--text-carousel .text-carousel--container {
    max-width: 755px;
  }
}

.component--text-carousel .slick-track {
  display: flex;
}

@media (min-width: 1261px) {
  .component--text-carousel .slick-track {
    margin: 0;
  }
}

.component--text-carousel .slick-slide {
  padding: 0;
  text-align: center;
  height: auto;
  height: 100%;
  position: relative;
}

@media (min-width: 1261px) {
  .component--text-carousel .slick-slide {
    padding: 0 0 13px 3px;
    text-align: left;
  }
}

.component--text-carousel .slick-slide p {
  font-family: "Open Sans Regular", serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 45px;
}

@media (min-width: 1261px) {
  .component--text-carousel .slick-slide p {
    font-family: "Publico Roman", serif;
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 0.63px;
    margin-bottom: 31px;
  }
}

.component--text-carousel .slick-slide p a {
  text-decoration: none;
}

.component--text-carousel .slick-slide h4 {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 12px;
}

.component--text-carousel .navigation {
  padding: 0 30px;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1261px) {
  .component--text-carousel .navigation {
    text-align: left;
    display: block;
    padding: 0;
  }
}

.component--text-carousel .navigation .next,
.component--text-carousel .navigation .prev {
  width: 38px;
  height: 27px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  float: none;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/icons/icon--left-arrow--large.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

.component--text-carousel .navigation .next:after,
.component--text-carousel .navigation .prev:after {
  display: none;
}

.component--text-carousel .navigation .prev {
  margin-left: 0;
}

.component--text-carousel .navigation .next {
  background-image: url(../img/icons/icon--right-arrow--large.svg);
}

.component--text-carousel .navigation .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.component--text-carousel.colour--white .navigation .next,
.component--text-carousel.colour--white .navigation .prev {
  background-image: url(../img/icons/icon--left-arrow--large__white.svg);
}

.component--text-carousel.colour--white .navigation .next {
  background-image: url(../img/icons/icon--right-arrow--large__white.svg);
}

.edit-mode .component--text-carousel .slick-track {
  display: block;
  transform: translate3d(0, 0, 0) !important;
}

.edit-mode .component--text-carousel .slick-slide {
  height: auto;
}

@media (min-width: 1261px) {
  .edit-mode .component--text-carousel .slick-slide + .slick-slide {
    padding-top: 0;
  }
}

.edit-mode .component--text-carousel .navigation {
  display: none;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--trending-highlights .container {
  padding: 15px 10px;
}

.component--trending-highlights .component--intro h3 {
  display: flex;
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
}

.component--trending-highlights .component--intro h3:before {
  display: block;
  content: "";
  height: 16px;
  width: 16px;
  background-color: #ca3665;
  border-radius: 50%;
  margin-right: 10px;
}

.component--trending-highlights .component--outro {
  display: block !important;
}

.component--trending-highlights .card {
  padding: 15px 0;
  border-top: 1px solid #323e48;
  border-radius: 0;
}

.component--trending-highlights .view-more {
  display: none;
}

.component--trending-highlights .view-more.active {
  display: block;
}

.component--trending-highlights.colour--white .card {
  border-color: #fff;
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--twitter {
  padding: 25px 0;
}

@media (min-width: 1261px) {
  .component--twitter {
    position: relative;
    padding: 50px 0;
  }
}

.component--twitter .twitter--feature {
  display: none;
}

@media (min-width: 1261px) {
  .component--twitter .twitter--feature {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.component--twitter .twitter--feature img {
  min-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.component--twitter .twitter--intro {
  padding: 0;
  text-align: center;
}

@media (min-width: 1261px) {
  .component--twitter .twitter--intro {
    padding: 0 0 38px 0;
    text-align: left;
  }
}

.component--twitter .twitter--intro h2 {
  font-weight: 400;
}

@media (min-width: 1261px) {
  .component--twitter .twitter--intro h2 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
  }
}

@media (min-width: 1261px) {
  .component--twitter .twitter--container {
    width: 750px;
    max-width: 750px;
  }
}

.component--twitter .slick-track {
  display: flex;
}

@media (min-width: 1261px) {
  .component--twitter .slick-track {
    margin: 0;
  }
}

.component--twitter .slick-slide {
  padding: 0;
  text-align: center;
  height: auto;
  height: 100%;
  position: relative;
}

@media (min-width: 1261px) {
  .component--twitter .slick-slide {
    padding: 0 0 13px 3px;
    text-align: left;
  }
}

.component--twitter .slick-slide h3 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1.3;
  color: #323e48;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 22px;
}

@media (min-width: 1261px) {
  .component--twitter .slick-slide h3 {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0.63px;
    margin-bottom: 31px;
  }
}

.component--twitter .slick-slide h3 a {
  color: #323e48;
  text-decoration: none;
}

.component--twitter .slick-slide h4 {
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 12px;
}

.component--twitter .twitter--outro {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

@media (min-width: 1261px) {
  .component--twitter .twitter--outro {
    justify-content: start;
  }
}

.component--twitter .twitter--outro .btn {
  text-align: center;
  display: block;
}

@media (min-width: 1261px) {
  .component--twitter .twitter--outro .btn {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.component--twitter .navigation {
  padding: 0 30px;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 1261px) {
  .component--twitter .navigation {
    text-align: left;
    display: block;
    padding: 0;
  }
}

.component--twitter .navigation .next,
.component--twitter .navigation .prev {
  width: 38px;
  height: 27px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  float: none;
  display: inline-block;
  font-size: 0;
  background-image: url(../img/icons/icon--left-arrow--large.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 15px;
  cursor: pointer;
}

.component--twitter .navigation .next:after,
.component--twitter .navigation .prev:after {
  display: none;
}

.component--twitter .navigation .prev {
  margin-left: 0;
}

.component--twitter .navigation .next {
  background-image: url(../img/icons/icon--right-arrow--large.svg);
}

.component--twitter .navigation .slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.coveo-upcoming-events .line-clamp-2 {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-upcoming-events .line-clamp-2.fallback {
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events .line-clamp-2.fallback {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-upcoming-events .colour--white {
  color: #fff;
}

.coveo-upcoming-events .colour--white h1,
.coveo-upcoming-events .colour--white h2,
.coveo-upcoming-events .colour--white h3,
.coveo-upcoming-events .colour--white h4,
.coveo-upcoming-events .colour--white p,
.coveo-upcoming-events .colour--white span {
  color: #fff;
}

.coveo-upcoming-events .colour--white svg path {
  stroke: #fff;
}

.coveo-upcoming-events .colour--slate {
  color: #323e48;
}

.coveo-upcoming-events .colour--slate h1,
.coveo-upcoming-events .colour--slate h2,
.coveo-upcoming-events .colour--slate h3,
.coveo-upcoming-events .colour--slate h4,
.coveo-upcoming-events .colour--slate p,
.coveo-upcoming-events .colour--slate span {
  color: #323e48;
}

.coveo-upcoming-events .colour--slate svg path {
  stroke: #323e48;
}

.coveo-upcoming-events .colour--slate-5 {
  color: #f5f5f6;
}

.coveo-upcoming-events .colour--slate-5 h1,
.coveo-upcoming-events .colour--slate-5 h2,
.coveo-upcoming-events .colour--slate-5 h3,
.coveo-upcoming-events .colour--slate-5 h4,
.coveo-upcoming-events .colour--slate-5 p,
.coveo-upcoming-events .colour--slate-5 span {
  color: #f5f5f6;
}

.coveo-upcoming-events .colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.coveo-upcoming-events .colour--orange {
  color: #ffa068;
}

.coveo-upcoming-events .colour--orange h1,
.coveo-upcoming-events .colour--orange h2,
.coveo-upcoming-events .colour--orange h3,
.coveo-upcoming-events .colour--orange h4,
.coveo-upcoming-events .colour--orange p,
.coveo-upcoming-events .colour--orange span {
  color: #ffa068;
}

.coveo-upcoming-events .colour--orange svg path {
  stroke: #ffa068;
}

.coveo-upcoming-events .colour--lime {
  color: #c0df8a;
}

.coveo-upcoming-events .colour--lime h1,
.coveo-upcoming-events .colour--lime h2,
.coveo-upcoming-events .colour--lime h3,
.coveo-upcoming-events .colour--lime h4,
.coveo-upcoming-events .colour--lime p,
.coveo-upcoming-events .colour--lime span {
  color: #c0df8a;
}

.coveo-upcoming-events .colour--lime svg path {
  stroke: #c0df8a;
}

.coveo-upcoming-events .colour--light-grey {
  color: #e3e3e3;
}

.coveo-upcoming-events .colour--light-grey h1,
.coveo-upcoming-events .colour--light-grey h2,
.coveo-upcoming-events .colour--light-grey h3,
.coveo-upcoming-events .colour--light-grey h4,
.coveo-upcoming-events .colour--light-grey p,
.coveo-upcoming-events .colour--light-grey span {
  color: #e3e3e3;
}

.coveo-upcoming-events .colour--light-grey svg path {
  stroke: #e3e3e3;
}

.coveo-upcoming-events .colour--pink {
  color: #ffb1ba;
}

.coveo-upcoming-events .colour--pink h1,
.coveo-upcoming-events .colour--pink h2,
.coveo-upcoming-events .colour--pink h3,
.coveo-upcoming-events .colour--pink h4,
.coveo-upcoming-events .colour--pink p,
.coveo-upcoming-events .colour--pink span {
  color: #ffb1ba;
}

.coveo-upcoming-events .colour--pink svg path {
  stroke: #ffb1ba;
}

.coveo-upcoming-events .colour--yellow {
  color: #ffe74d;
}

.coveo-upcoming-events .colour--yellow h1,
.coveo-upcoming-events .colour--yellow h2,
.coveo-upcoming-events .colour--yellow h3,
.coveo-upcoming-events .colour--yellow h4,
.coveo-upcoming-events .colour--yellow p,
.coveo-upcoming-events .colour--yellow span {
  color: #ffe74d;
}

.coveo-upcoming-events .colour--yellow svg path {
  stroke: #ffe74d;
}

.coveo-upcoming-events .colour--teal {
  color: #9fddd3;
}

.coveo-upcoming-events .colour--teal h1,
.coveo-upcoming-events .colour--teal h2,
.coveo-upcoming-events .colour--teal h3,
.coveo-upcoming-events .colour--teal h4,
.coveo-upcoming-events .colour--teal p,
.coveo-upcoming-events .colour--teal span {
  color: #9fddd3;
}

.coveo-upcoming-events .colour--teal svg path {
  stroke: #9fddd3;
}

.coveo-upcoming-events .colour--lilac {
  color: #cf9dc7;
}

.coveo-upcoming-events .colour--lilac h1,
.coveo-upcoming-events .colour--lilac h2,
.coveo-upcoming-events .colour--lilac h3,
.coveo-upcoming-events .colour--lilac h4,
.coveo-upcoming-events .colour--lilac p,
.coveo-upcoming-events .colour--lilac span {
  color: #cf9dc7;
}

.coveo-upcoming-events .colour--lilac svg path {
  stroke: #cf9dc7;
}

.coveo-upcoming-events .colour--blue {
  color: #84aae4;
}

.coveo-upcoming-events .colour--blue h1,
.coveo-upcoming-events .colour--blue h2,
.coveo-upcoming-events .colour--blue h3,
.coveo-upcoming-events .colour--blue h4,
.coveo-upcoming-events .colour--blue p,
.coveo-upcoming-events .colour--blue span {
  color: #84aae4;
}

.coveo-upcoming-events .colour--blue svg path {
  stroke: #84aae4;
}

.coveo-upcoming-events .colour--sand {
  color: #edc2b2;
}

.coveo-upcoming-events .colour--sand h1,
.coveo-upcoming-events .colour--sand h2,
.coveo-upcoming-events .colour--sand h3,
.coveo-upcoming-events .colour--sand h4,
.coveo-upcoming-events .colour--sand p,
.coveo-upcoming-events .colour--sand span {
  color: #edc2b2;
}

.coveo-upcoming-events .colour--sand svg path {
  stroke: #edc2b2;
}

.coveo-upcoming-events .colour-dark-green {
  color: #477628;
}

.coveo-upcoming-events .colour-dark-green h1,
.coveo-upcoming-events .colour-dark-green h2,
.coveo-upcoming-events .colour-dark-green h3,
.coveo-upcoming-events .colour-dark-green h4,
.coveo-upcoming-events .colour-dark-green p,
.coveo-upcoming-events .colour-dark-green span {
  color: #477628;
}

.coveo-upcoming-events .colour-dark-green svg path {
  stroke: #477628;
}

.coveo-upcoming-events .colour--dark-blue {
  color: #005c82;
}

.coveo-upcoming-events .colour--dark-blue h1,
.coveo-upcoming-events .colour--dark-blue h2,
.coveo-upcoming-events .colour--dark-blue h3,
.coveo-upcoming-events .colour--dark-blue h4,
.coveo-upcoming-events .colour--dark-blue p,
.coveo-upcoming-events .colour--dark-blue span {
  color: #005c82;
}

.coveo-upcoming-events .colour--dark-blue svg path {
  stroke: #005c82;
}

.coveo-upcoming-events .colour--dark-purple {
  color: #5b255d;
}

.coveo-upcoming-events .colour--dark-purple h1,
.coveo-upcoming-events .colour--dark-purple h2,
.coveo-upcoming-events .colour--dark-purple h3,
.coveo-upcoming-events .colour--dark-purple h4,
.coveo-upcoming-events .colour--dark-purple p,
.coveo-upcoming-events .colour--dark-purple span {
  color: #5b255d;
}

.coveo-upcoming-events .colour--dark-purple svg path {
  stroke: #5b255d;
}

.coveo-upcoming-events .colour--dark-pink {
  color: #ca3665;
}

.coveo-upcoming-events .colour--dark-pink h1,
.coveo-upcoming-events .colour--dark-pink h2,
.coveo-upcoming-events .colour--dark-pink h3,
.coveo-upcoming-events .colour--dark-pink h4,
.coveo-upcoming-events .colour--dark-pink p,
.coveo-upcoming-events .colour--dark-pink span {
  color: #ca3665;
}

.coveo-upcoming-events .colour--dark-pink svg path {
  stroke: #ca3665;
}

.coveo-upcoming-events .bg--slate {
  background-color: #323e48 !important;
}

.coveo-upcoming-events .bg--slate-5 {
  background-color: #f5f5f6 !important;
}

.coveo-upcoming-events .bg--orange {
  background-color: #ffa068 !important;
}

.coveo-upcoming-events .bg--lime {
  background-color: #c0df8a !important;
}

.coveo-upcoming-events .bg--light-grey {
  background-color: #e3e3e3 !important;
}

.coveo-upcoming-events .bg--pink {
  background-color: #ffb1ba !important;
}

.coveo-upcoming-events .bg--yellow {
  background-color: #ffe74d !important;
}

.coveo-upcoming-events .bg--teal {
  background-color: #9fddd3 !important;
}

.coveo-upcoming-events .bg--lilac {
  background-color: #cf9dc7 !important;
}

.coveo-upcoming-events .bg--blue {
  background-color: #84aae4 !important;
}

.coveo-upcoming-events .bg--sand {
  background-color: #edc2b2 !important;
}

.coveo-upcoming-events .bg--dark-green {
  background-color: #477628 !important;
}

.coveo-upcoming-events .bg--dark-blue {
  background-color: #005c82 !important;
}

.coveo-upcoming-events .bg--dark-purple {
  background-color: #5b255d !important;
}

.coveo-upcoming-events .bg--dark-pink {
  background-color: #ca3665 !important;
}

.coveo-upcoming-events.coveo {
  overflow: hidden;
  margin-bottom: 0 !important;
}

.coveo-upcoming-events.coveo a {
  color: inherit;
}

.coveo-upcoming-events.coveo a:hover {
  text-decoration: inherit;
}

.coveo-upcoming-events.coveo a:visited {
  color: inherit;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo-slider {
    overflow: hidden !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo-listing .container {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo-listing .coveo-result-list-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.coveo-upcoming-events.coveo-listing .CoveoResult {
  z-index: 1;
  padding: 12px;
}

.coveo-upcoming-events.coveo .slick-list {
  overflow: visible;
  margin: 0 -7.5px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .slick-list {
    overflow: hidden;
  }
}

.coveo-upcoming-events.coveo .slick-track {
  display: flex;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .slick-track {
    margin: 0;
    cursor: default;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-upcoming-events.coveo .slick-slide {
  padding: 0 !important;
  margin: 0 7.5px !important;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo.stacked-mb .slick-track {
    transform: translate3d(0, 0, 0) !important;
    flex-wrap: wrap;
    display: block;
  }
}

.coveo-upcoming-events.coveo.stacked-mb .card {
  height: auto;
}

.coveo-upcoming-events.coveo .CoveoResultList {
  margin: 0;
}

.coveo-upcoming-events.coveo .overlay-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  z-index: 1000;
}

.coveo-upcoming-events.coveo .CoveoQuerySummary {
  padding: 0 15px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .CoveoQuerySummary {
    padding: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .CoveoQuerySummary > img,
  .coveo-upcoming-events.coveo .CoveoQuerySummary > span {
    display: inline-block;
    vertical-align: top;
  }
}

.coveo-upcoming-events.coveo .CoveoQuerySummary span {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .CoveoQuerySummary span {
    width: calc(100% - 583px);
  }
}

.coveo-upcoming-events.coveo
  .CoveoQuerySummary
  .coveo-query-summary-no-results-string {
  font-family: "Publico Roman", serif;
  font-size: 36px;
  letter-spacing: 0.5px;
  line-height: 42px;
  font-weight: 400;
  padding-top: 64px;
  color: #323e48;
}

.coveo-upcoming-events.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
  display: table;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #323e48;
  color: #fff;
  margin-top: 10px;
}

.coveo-upcoming-events.coveo
  .CoveoQuerySummary
  .coveo-query-summary-cancel-last:hover {
  text-decoration: none;
  color: #fff;
}

.coveo-upcoming-events.coveo .CoveoQuerySummary .coveo-query-summary-img {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .CoveoQuerySummary .coveo-query-summary-img {
    height: 430px;
    width: 580px;
    margin-top: 0;
  }
}

.coveo-upcoming-events.coveo .coveo-no-results {
  max-width: 100% !important;
  text-align: left !important;
}

.coveo-upcoming-events.coveo .coveo-no-results .CoveoNoResults {
  display: block;
}

.coveo-upcoming-events.coveo .CoveoNoResults {
  display: none;
}

.coveo-upcoming-events.coveo .CoveoLoadMoreResults {
  margin-bottom: 50px;
}

.coveo-upcoming-events.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button {
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f6;
  padding: 20px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #323e48;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.coveo-upcoming-events.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:hover {
  background-color: #323e48;
  color: #fff;
}

.coveo-upcoming-events.coveo
  .CoveoLoadMoreResults
  .coveo-load-more-results-button:after {
  content: "+";
  display: block;
  font-size: 30px;
  line-height: 17px;
  font-weight: 700;
  padding: 0 5px;
}

.coveo-upcoming-events.coveo {
  border: none !important;
}

.coveo-upcoming-events.coveo .coveo-results-header {
  box-shadow: none;
}

.coveo-upcoming-events.coveo .CoveoResult {
  border: none !important;
}

.coveo-upcoming-events.coveo.CoveoSearchInterface {
  background-color: transparent !important;
}

.coveo-upcoming-events.coveo .coveo-recommendation-body {
  background-color: inherit;
}

.coveo-upcoming-events.coveo .coveo-result-row {
  display: block;
}

.coveo-upcoming-events.coveo .coveo-facet-column,
.coveo-upcoming-events.coveo .coveo-results-column {
  overflow: unset;
  padding: 0;
  width: 100%;
}

.coveo-upcoming-events.coveo .coveo-dropdown-header-wrapper {
  display: none !important;
}

.coveo-upcoming-events.coveo .card {
  position: relative;
  padding: 24px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card {
    height: 100%;
  }
}

.coveo-upcoming-events.coveo .card h2 {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: text-decoration 0.25s;
}

.coveo-upcoming-events.coveo .card h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.coveo-upcoming-events.coveo .card p {
  margin: 0;
}

.coveo-upcoming-events.coveo .card.default.full {
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.default.full .card--content h3 {
    display: none;
  }
}

.coveo-upcoming-events.coveo .card.default.full .card--content .intro {
  margin-bottom: 20px;
}

.coveo-upcoming-events.coveo .card.briefing.full,
.coveo-upcoming-events.coveo .card.briefing.related,
.coveo-upcoming-events.coveo .card.events.full,
.coveo-upcoming-events.coveo .card.events.related,
.coveo-upcoming-events.coveo .card.insights.full,
.coveo-upcoming-events.coveo .card.insights.related,
.coveo-upcoming-events.coveo .card.news.full,
.coveo-upcoming-events.coveo .card.news.related,
.coveo-upcoming-events.coveo .card.people.full,
.coveo-upcoming-events.coveo .card.people.related,
.coveo-upcoming-events.coveo .card.trending.full,
.coveo-upcoming-events.coveo .card.trending.related {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full,
  .coveo-upcoming-events.coveo .card.briefing.related,
  .coveo-upcoming-events.coveo .card.events.full,
  .coveo-upcoming-events.coveo .card.events.related,
  .coveo-upcoming-events.coveo .card.insights.full,
  .coveo-upcoming-events.coveo .card.insights.related,
  .coveo-upcoming-events.coveo .card.news.full,
  .coveo-upcoming-events.coveo .card.news.related,
  .coveo-upcoming-events.coveo .card.people.full,
  .coveo-upcoming-events.coveo .card.people.related,
  .coveo-upcoming-events.coveo .card.trending.full,
  .coveo-upcoming-events.coveo .card.trending.related {
    margin-bottom: 47px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--image,
.coveo-upcoming-events.coveo .card.briefing.related .card--image,
.coveo-upcoming-events.coveo .card.events.full .card--image,
.coveo-upcoming-events.coveo .card.events.related .card--image,
.coveo-upcoming-events.coveo .card.insights.full .card--image,
.coveo-upcoming-events.coveo .card.insights.related .card--image,
.coveo-upcoming-events.coveo .card.news.full .card--image,
.coveo-upcoming-events.coveo .card.news.related .card--image,
.coveo-upcoming-events.coveo .card.people.full .card--image,
.coveo-upcoming-events.coveo .card.people.related .card--image,
.coveo-upcoming-events.coveo .card.trending.full .card--image,
.coveo-upcoming-events.coveo .card.trending.related .card--image {
  width: 98px;
  overflow: hidden;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--image img,
.coveo-upcoming-events.coveo .card.briefing.related .card--image img,
.coveo-upcoming-events.coveo .card.events.full .card--image img,
.coveo-upcoming-events.coveo .card.events.related .card--image img,
.coveo-upcoming-events.coveo .card.insights.full .card--image img,
.coveo-upcoming-events.coveo .card.insights.related .card--image img,
.coveo-upcoming-events.coveo .card.news.full .card--image img,
.coveo-upcoming-events.coveo .card.news.related .card--image img,
.coveo-upcoming-events.coveo .card.people.full .card--image img,
.coveo-upcoming-events.coveo .card.people.related .card--image img,
.coveo-upcoming-events.coveo .card.trending.full .card--image img,
.coveo-upcoming-events.coveo .card.trending.related .card--image img {
  transition: transform 0.25s;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--content,
.coveo-upcoming-events.coveo .card.briefing.related .card--content,
.coveo-upcoming-events.coveo .card.events.full .card--content,
.coveo-upcoming-events.coveo .card.events.related .card--content,
.coveo-upcoming-events.coveo .card.insights.full .card--content,
.coveo-upcoming-events.coveo .card.insights.related .card--content,
.coveo-upcoming-events.coveo .card.news.full .card--content,
.coveo-upcoming-events.coveo .card.news.related .card--content,
.coveo-upcoming-events.coveo .card.people.full .card--content,
.coveo-upcoming-events.coveo .card.people.related .card--content,
.coveo-upcoming-events.coveo .card.trending.full .card--content,
.coveo-upcoming-events.coveo .card.trending.related .card--content {
  padding-top: 7px;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--content a,
.coveo-upcoming-events.coveo .card.briefing.related .card--content a,
.coveo-upcoming-events.coveo .card.events.full .card--content a,
.coveo-upcoming-events.coveo .card.events.related .card--content a,
.coveo-upcoming-events.coveo .card.insights.full .card--content a,
.coveo-upcoming-events.coveo .card.insights.related .card--content a,
.coveo-upcoming-events.coveo .card.news.full .card--content a,
.coveo-upcoming-events.coveo .card.news.related .card--content a,
.coveo-upcoming-events.coveo .card.people.full .card--content a,
.coveo-upcoming-events.coveo .card.people.related .card--content a,
.coveo-upcoming-events.coveo .card.trending.full .card--content a,
.coveo-upcoming-events.coveo .card.trending.related .card--content a {
  position: relative;
  z-index: 1010;
}

.coveo-upcoming-events.coveo .card.briefing.full h3,
.coveo-upcoming-events.coveo .card.briefing.related h3,
.coveo-upcoming-events.coveo .card.events.full h3,
.coveo-upcoming-events.coveo .card.events.related h3,
.coveo-upcoming-events.coveo .card.insights.full h3,
.coveo-upcoming-events.coveo .card.insights.related h3,
.coveo-upcoming-events.coveo .card.news.full h3,
.coveo-upcoming-events.coveo .card.news.related h3,
.coveo-upcoming-events.coveo .card.people.full h3,
.coveo-upcoming-events.coveo .card.people.related h3,
.coveo-upcoming-events.coveo .card.trending.full h3,
.coveo-upcoming-events.coveo .card.trending.related h3 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  transition: 0.25s;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h3,
  .coveo-upcoming-events.coveo .card.briefing.related h3,
  .coveo-upcoming-events.coveo .card.events.full h3,
  .coveo-upcoming-events.coveo .card.events.related h3,
  .coveo-upcoming-events.coveo .card.insights.full h3,
  .coveo-upcoming-events.coveo .card.insights.related h3,
  .coveo-upcoming-events.coveo .card.news.full h3,
  .coveo-upcoming-events.coveo .card.news.related h3,
  .coveo-upcoming-events.coveo .card.people.full h3,
  .coveo-upcoming-events.coveo .card.people.related h3,
  .coveo-upcoming-events.coveo .card.trending.full h3,
  .coveo-upcoming-events.coveo .card.trending.related h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--role,
.coveo-upcoming-events.coveo .card.briefing.related .card--role,
.coveo-upcoming-events.coveo .card.events.full .card--role,
.coveo-upcoming-events.coveo .card.events.related .card--role,
.coveo-upcoming-events.coveo .card.insights.full .card--role,
.coveo-upcoming-events.coveo .card.insights.related .card--role,
.coveo-upcoming-events.coveo .card.news.full .card--role,
.coveo-upcoming-events.coveo .card.news.related .card--role,
.coveo-upcoming-events.coveo .card.people.full .card--role,
.coveo-upcoming-events.coveo .card.people.related .card--role,
.coveo-upcoming-events.coveo .card.trending.full .card--role,
.coveo-upcoming-events.coveo .card.trending.related .card--role {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--role + a,
.coveo-upcoming-events.coveo .card.briefing.full .card--role + span,
.coveo-upcoming-events.coveo .card.briefing.related .card--role + a,
.coveo-upcoming-events.coveo .card.briefing.related .card--role + span,
.coveo-upcoming-events.coveo .card.events.full .card--role + a,
.coveo-upcoming-events.coveo .card.events.full .card--role + span,
.coveo-upcoming-events.coveo .card.events.related .card--role + a,
.coveo-upcoming-events.coveo .card.events.related .card--role + span,
.coveo-upcoming-events.coveo .card.insights.full .card--role + a,
.coveo-upcoming-events.coveo .card.insights.full .card--role + span,
.coveo-upcoming-events.coveo .card.insights.related .card--role + a,
.coveo-upcoming-events.coveo .card.insights.related .card--role + span,
.coveo-upcoming-events.coveo .card.news.full .card--role + a,
.coveo-upcoming-events.coveo .card.news.full .card--role + span,
.coveo-upcoming-events.coveo .card.news.related .card--role + a,
.coveo-upcoming-events.coveo .card.news.related .card--role + span,
.coveo-upcoming-events.coveo .card.people.full .card--role + a,
.coveo-upcoming-events.coveo .card.people.full .card--role + span,
.coveo-upcoming-events.coveo .card.people.related .card--role + a,
.coveo-upcoming-events.coveo .card.people.related .card--role + span,
.coveo-upcoming-events.coveo .card.trending.full .card--role + a,
.coveo-upcoming-events.coveo .card.trending.full .card--role + span,
.coveo-upcoming-events.coveo .card.trending.related .card--role + a,
.coveo-upcoming-events.coveo .card.trending.related .card--role + span {
  margin-left: 13px;
}

.coveo-upcoming-events.coveo .card.briefing.full,
.coveo-upcoming-events.coveo .card.events.full,
.coveo-upcoming-events.coveo .card.insights.full,
.coveo-upcoming-events.coveo .card.news.full,
.coveo-upcoming-events.coveo .card.people.full,
.coveo-upcoming-events.coveo .card.trending.full {
  display: block;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full,
  .coveo-upcoming-events.coveo .card.events.full,
  .coveo-upcoming-events.coveo .card.insights.full,
  .coveo-upcoming-events.coveo .card.news.full,
  .coveo-upcoming-events.coveo .card.people.full,
  .coveo-upcoming-events.coveo .card.trending.full {
    margin-bottom: 0;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--image,
.coveo-upcoming-events.coveo .card.events.full .card--image,
.coveo-upcoming-events.coveo .card.insights.full .card--image,
.coveo-upcoming-events.coveo .card.news.full .card--image,
.coveo-upcoming-events.coveo .card.people.full .card--image,
.coveo-upcoming-events.coveo .card.trending.full .card--image {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--image,
  .coveo-upcoming-events.coveo .card.events.full .card--image,
  .coveo-upcoming-events.coveo .card.insights.full .card--image,
  .coveo-upcoming-events.coveo .card.news.full .card--image,
  .coveo-upcoming-events.coveo .card.people.full .card--image,
  .coveo-upcoming-events.coveo .card.trending.full .card--image {
    margin-bottom: 12px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--content,
.coveo-upcoming-events.coveo .card.events.full .card--content,
.coveo-upcoming-events.coveo .card.insights.full .card--content,
.coveo-upcoming-events.coveo .card.news.full .card--content,
.coveo-upcoming-events.coveo .card.people.full .card--content,
.coveo-upcoming-events.coveo .card.trending.full .card--content {
  padding-bottom: 16px;
}

.coveo-upcoming-events.coveo .card.briefing.full h3,
.coveo-upcoming-events.coveo .card.events.full h3,
.coveo-upcoming-events.coveo .card.insights.full h3,
.coveo-upcoming-events.coveo .card.news.full h3,
.coveo-upcoming-events.coveo .card.people.full h3,
.coveo-upcoming-events.coveo .card.trending.full h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h3,
  .coveo-upcoming-events.coveo .card.events.full h3,
  .coveo-upcoming-events.coveo .card.insights.full h3,
  .coveo-upcoming-events.coveo .card.news.full h3,
  .coveo-upcoming-events.coveo .card.people.full h3,
  .coveo-upcoming-events.coveo .card.trending.full h3 {
    margin-bottom: 7px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full p,
.coveo-upcoming-events.coveo .card.events.full p,
.coveo-upcoming-events.coveo .card.insights.full p,
.coveo-upcoming-events.coveo .card.news.full p,
.coveo-upcoming-events.coveo .card.people.full p,
.coveo-upcoming-events.coveo .card.trending.full p {
  margin-bottom: 20px;
}

.coveo-upcoming-events.coveo .card.briefing:hover .card--image img,
.coveo-upcoming-events.coveo .card.events:hover .card--image img,
.coveo-upcoming-events.coveo .card.insights:hover .card--image img,
.coveo-upcoming-events.coveo .card.news:hover .card--image img,
.coveo-upcoming-events.coveo .card.people:hover .card--image img,
.coveo-upcoming-events.coveo .card.trending:hover .card--image img {
  transform: scale(1.1);
}

.coveo-upcoming-events.coveo .card.briefing:hover h3,
.coveo-upcoming-events.coveo .card.events:hover h3,
.coveo-upcoming-events.coveo .card.insights:hover h3,
.coveo-upcoming-events.coveo .card.news:hover h3,
.coveo-upcoming-events.coveo .card.people:hover h3,
.coveo-upcoming-events.coveo .card.trending:hover h3 {
  text-decoration: underline;
}

.coveo-upcoming-events.coveo .card.briefing.full,
.coveo-upcoming-events.coveo .card.events.full,
.coveo-upcoming-events.coveo .card.insights.full,
.coveo-upcoming-events.coveo .card.news.full,
.coveo-upcoming-events.coveo .card.trending.full {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full,
  .coveo-upcoming-events.coveo .card.events.full,
  .coveo-upcoming-events.coveo .card.insights.full,
  .coveo-upcoming-events.coveo .card.news.full,
  .coveo-upcoming-events.coveo .card.trending.full {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--content,
.coveo-upcoming-events.coveo .card.events.full .card--content,
.coveo-upcoming-events.coveo .card.insights.full .card--content,
.coveo-upcoming-events.coveo .card.news.full .card--content,
.coveo-upcoming-events.coveo .card.trending.full .card--content {
  padding: 28px 19px 20px 19px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--content,
  .coveo-upcoming-events.coveo .card.events.full .card--content,
  .coveo-upcoming-events.coveo .card.insights.full .card--content,
  .coveo-upcoming-events.coveo .card.news.full .card--content,
  .coveo-upcoming-events.coveo .card.trending.full .card--content {
    padding: 30px 0 10px 0;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full h3,
.coveo-upcoming-events.coveo .card.events.full h3,
.coveo-upcoming-events.coveo .card.insights.full h3,
.coveo-upcoming-events.coveo .card.news.full h3,
.coveo-upcoming-events.coveo .card.trending.full h3 {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h3,
  .coveo-upcoming-events.coveo .card.events.full h3,
  .coveo-upcoming-events.coveo .card.insights.full h3,
  .coveo-upcoming-events.coveo .card.news.full h3,
  .coveo-upcoming-events.coveo .card.trending.full h3 {
    margin-bottom: 12px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full h2,
.coveo-upcoming-events.coveo .card.events.full h2,
.coveo-upcoming-events.coveo .card.insights.full h2,
.coveo-upcoming-events.coveo .card.news.full h2,
.coveo-upcoming-events.coveo .card.trending.full h2 {
  font-family: "Publico Roman", serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  margin-top: 23px;
  margin-bottom: 12px;
  margin: 0 0 8px 0;
  font-size: 30px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h2,
  .coveo-upcoming-events.coveo .card.events.full h2,
  .coveo-upcoming-events.coveo .card.insights.full h2,
  .coveo-upcoming-events.coveo .card.news.full h2,
  .coveo-upcoming-events.coveo .card.trending.full h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full,
.coveo-upcoming-events.coveo .card.events.full,
.coveo-upcoming-events.coveo .card.insights.full,
.coveo-upcoming-events.coveo .card.news.full,
.coveo-upcoming-events.coveo .card.trending.full {
  border-bottom: 0;
  position: relative;
}

.coveo-upcoming-events.coveo .card.briefing.full:hover,
.coveo-upcoming-events.coveo .card.events.full:hover,
.coveo-upcoming-events.coveo .card.insights.full:hover,
.coveo-upcoming-events.coveo .card.news.full:hover,
.coveo-upcoming-events.coveo .card.trending.full:hover {
  background-color: #323e48;
  color: #fff;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full:hover,
  .coveo-upcoming-events.coveo .card.events.full:hover,
  .coveo-upcoming-events.coveo .card.insights.full:hover,
  .coveo-upcoming-events.coveo .card.news.full:hover,
  .coveo-upcoming-events.coveo .card.trending.full:hover {
    background-color: #fff;
    color: #323e48;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full:hover h2,
.coveo-upcoming-events.coveo .card.events.full:hover h2,
.coveo-upcoming-events.coveo .card.insights.full:hover h2,
.coveo-upcoming-events.coveo .card.news.full:hover h2,
.coveo-upcoming-events.coveo .card.trending.full:hover h2 {
  text-decoration: underline;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--image,
.coveo-upcoming-events.coveo .card.events.full .card--image,
.coveo-upcoming-events.coveo .card.insights.full .card--image,
.coveo-upcoming-events.coveo .card.news.full .card--image,
.coveo-upcoming-events.coveo .card.trending.full .card--image {
  margin-bottom: 0;
}

.coveo-upcoming-events.coveo .card.briefing.full .card--content,
.coveo-upcoming-events.coveo .card.events.full .card--content,
.coveo-upcoming-events.coveo .card.insights.full .card--content,
.coveo-upcoming-events.coveo .card.news.full .card--content,
.coveo-upcoming-events.coveo .card.trending.full .card--content {
  border-bottom: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--content,
  .coveo-upcoming-events.coveo .card.events.full .card--content,
  .coveo-upcoming-events.coveo .card.insights.full .card--content,
  .coveo-upcoming-events.coveo .card.news.full .card--content,
  .coveo-upcoming-events.coveo .card.trending.full .card--content {
    padding-top: 15px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full h2,
.coveo-upcoming-events.coveo .card.events.full h2,
.coveo-upcoming-events.coveo .card.insights.full h2,
.coveo-upcoming-events.coveo .card.news.full h2,
.coveo-upcoming-events.coveo .card.trending.full h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 13px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h2,
  .coveo-upcoming-events.coveo .card.events.full h2,
  .coveo-upcoming-events.coveo .card.insights.full h2,
  .coveo-upcoming-events.coveo .card.news.full h2,
  .coveo-upcoming-events.coveo .card.trending.full h2 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full h3,
.coveo-upcoming-events.coveo .card.events.full h3,
.coveo-upcoming-events.coveo .card.insights.full h3,
.coveo-upcoming-events.coveo .card.news.full h3,
.coveo-upcoming-events.coveo .card.trending.full h3 {
  margin-bottom: 21px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h3,
  .coveo-upcoming-events.coveo .card.events.full h3,
  .coveo-upcoming-events.coveo .card.insights.full h3,
  .coveo-upcoming-events.coveo .card.news.full h3,
  .coveo-upcoming-events.coveo .card.trending.full h3 {
    display: none;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full p:last-child,
.coveo-upcoming-events.coveo .card.events.full p:last-child,
.coveo-upcoming-events.coveo .card.insights.full p:last-child,
.coveo-upcoming-events.coveo .card.news.full p:last-child,
.coveo-upcoming-events.coveo .card.trending.full p:last-child {
  margin: 0;
}

.coveo-upcoming-events.coveo .card.case-study,
.coveo-upcoming-events.coveo .card.deal,
.coveo-upcoming-events.coveo .card.news {
  height: 100%;
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.case-study,
  .coveo-upcoming-events.coveo .card.deal,
  .coveo-upcoming-events.coveo .card.news {
    border-radius: inherit;
  }
}

.coveo-upcoming-events.coveo .card.case-study h2,
.coveo-upcoming-events.coveo .card.deal h2,
.coveo-upcoming-events.coveo .card.news h2 {
  font-size: 24px;
}

.coveo-upcoming-events.coveo .card.case-study .card--content,
.coveo-upcoming-events.coveo .card.deal .card--content,
.coveo-upcoming-events.coveo .card.news .card--content {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.coveo-upcoming-events.coveo .card.case-study .card--content .card--title,
.coveo-upcoming-events.coveo .card.deal .card--content .card--title,
.coveo-upcoming-events.coveo .card.news .card--content .card--title {
  margin-bottom: 5px;
}

.coveo-upcoming-events.coveo .card.case-study .card--content .card--title h4,
.coveo-upcoming-events.coveo .card.deal .card--content .card--title h4,
.coveo-upcoming-events.coveo .card.news .card--content .card--title h4 {
  margin-top: 0;
}

.coveo-upcoming-events.coveo
  .card.case-study
  .card--content
  .card--title
  .intro,
.coveo-upcoming-events.coveo .card.deal .card--content .card--title .intro,
.coveo-upcoming-events.coveo .card.news .card--content .card--title .intro {
  font-family: "Publico Roman", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events.coveo
    .card.case-study
    .card--content
    .card--title
    .intro,
  .coveo-upcoming-events.coveo .card.deal .card--content .card--title .intro,
  .coveo-upcoming-events.coveo .card.news .card--content .card--title .intro {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-upcoming-events.coveo .card.case-study:hover,
.coveo-upcoming-events.coveo .card.deal:hover,
.coveo-upcoming-events.coveo .card.news:hover {
  background-color: #323e48;
  color: #fff;
  box-shadow: 1px 1px 2px 0 rgba(50, 62, 72, 0.05);
}

.coveo-upcoming-events.coveo .card.case-study:hover h2,
.coveo-upcoming-events.coveo .card.deal:hover h2,
.coveo-upcoming-events.coveo .card.news:hover h2 {
  text-decoration: underline;
}

.coveo-upcoming-events.coveo .card.case-study:hover .icon svg path,
.coveo-upcoming-events.coveo .card.deal:hover .icon svg path,
.coveo-upcoming-events.coveo .card.news:hover .icon svg path {
  stroke: #fff;
}

.coveo-upcoming-events.coveo .card.case-study {
  background-color: #ffe74d;
}

.coveo-upcoming-events.coveo .card.News,
.coveo-upcoming-events.coveo .card.news {
  background-color: #9fddd3;
}

.coveo-upcoming-events.coveo .card.Deal,
.coveo-upcoming-events.coveo .card.deal {
  background-color: #ffb1ba;
}

.coveo-upcoming-events.coveo .card.briefing.full {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.briefing.full {
    box-shadow: none;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full:hover {
  background-color: transparent;
  color: inherit;
}

.coveo-upcoming-events.coveo .card.briefing.full:hover h2,
.coveo-upcoming-events.coveo .card.briefing.full:hover p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-upcoming-events.coveo
  .card.briefing.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.briefing.full .icon.hide-mb {
    display: none;
  }
}

.coveo-upcoming-events.coveo .card.briefing.full .card--image {
  background-color: #f5f5f6;
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--image {
    height: 224px;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--content {
    height: calc(100% - 224px);
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.briefing.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-upcoming-events.coveo
  .card.briefing.full
  .card--content
  .card--title
  .tags {
  height: 16px;
}

.coveo-upcoming-events.coveo .card.events.full {
  height: 100%;
  background-color: transparent;
  color: #323e48;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.events.full {
    box-shadow: none;
  }
}

.coveo-upcoming-events.coveo .card.events.full:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-upcoming-events.coveo .card.events.full:hover h2,
.coveo-upcoming-events.coveo .card.events.full:hover p {
  text-decoration: none;
}

.coveo-upcoming-events.coveo .card.events.full h2,
.coveo-upcoming-events.coveo .card.events.full p {
  text-decoration: none;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.events.full h2 {
    margin-bottom: 19px;
  }
}

.coveo-upcoming-events.coveo .card.events.full .icon--row .icon {
  width: 50%;
  display: unset;
}

.coveo-upcoming-events.coveo
  .card.events.full
  .icon--row
  .icon:not(:first-child) {
  padding-left: 10px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.events.full .icon {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 10px 0;
    display: block;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.events.full .icon.hide-mb {
    display: none;
  }
}

.coveo-upcoming-events.coveo .card.events.full .card--image {
  height: 187px;
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.events.full .card--image {
    height: 214px;
  }
}

.coveo-upcoming-events.coveo .card.events.full .card--image .date {
  width: 75px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: rgba(50, 62, 72, 0.8);
  font-family: "Publico Roman", serif;
  text-align: center;
  padding: 10px;
  font-size: 24px;
  line-height: 1.33;
}

.coveo-upcoming-events.coveo .card.events.full .card--image .date span {
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Open Sans Regular", Arial, Helvetica, sans-serif;
  margin-top: 2px;
}

.coveo-upcoming-events.coveo .card.events.full .card--image .date .date-day {
  font-size: 22px;
  line-height: 1.1;
}

.coveo-upcoming-events.coveo .card.events.full .card--image .date .date-month {
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.events.full .card--content {
    padding: 15px 15px 10px 0 !important;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.events.full .card--content {
    margin: 16px 0;
    padding: 0 !important;
  }
}

.coveo-upcoming-events.coveo .card.trending.full {
  position: relative;
}

.coveo-upcoming-events.coveo .card.trending.full:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #323e48;
  content: "";
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}

.coveo-upcoming-events.coveo .card.trending.full .card--image {
  height: 185px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending.full .card--image {
    width: 100.1%;
    height: 540px;
  }
}

.coveo-upcoming-events.coveo .card.trending.full .card--image img {
  height: 100%;
  object-fit: cover;
}

.coveo-upcoming-events.coveo .card.trending.full .card--content {
  margin: 0;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending.full .card--content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 20px 21px 43px;
    z-index: 100;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.trending.full .card--content {
    color: #323e48 !important;
  }
}

.coveo-upcoming-events.coveo .card.trending.full h3 {
  margin-bottom: 11px;
}

.coveo-upcoming-events.coveo .card.trending.full h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending.full h2 {
    font-size: 30px;
  }
}

.coveo-upcoming-events.coveo .card.trending.full p {
  line-height: 1.5;
  margin-bottom: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transition:
    top 0.25s,
    opacity 0.25s;
  transform-origin: top;
  top: 30px;
  opacity: 0;
  zoom: 1;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending:hover h2,
  .coveo-upcoming-events.coveo .card.trending:hover h3,
  .coveo-upcoming-events.coveo .card.trending:hover p {
    color: #fff;
  }
}

.coveo-upcoming-events.coveo .card.trending:hover .card--content {
  background-image: none;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.trending:hover .card--content {
    color: #fff !important;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending:hover p {
    transform: scaleY(1);
    max-height: 99999px;
    opacity: 1;
    top: 0;
    padding-top: 11px;
    padding-bottom: 17px;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.trending:hover:before {
    opacity: 0.5;
  }
}

.coveo-upcoming-events.coveo .card.author {
  padding: 20px 0 0 0;
}

.coveo-upcoming-events.coveo .card.author .author--details::after {
  display: block;
  content: "";
  clear: both;
}

.coveo-upcoming-events.coveo .card.author .author--details img {
  float: left;
  display: inline;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  object-fit: cover;
}

.coveo-upcoming-events.coveo .card.author .author--details h3 {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;
}

.coveo-upcoming-events.coveo .card.author .author--details h3,
.coveo-upcoming-events.coveo .card.author .author--details h4 {
  margin-top: 0;
}

.coveo-upcoming-events.coveo .card.author .author--details p {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 0;
  padding: 20px 20px 0 0;
  line-height: 1.65;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events.coveo .card.author .author--details p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-upcoming-events.coveo .card.author .author--meta {
  margin-top: 0.75rem;
}

@media (max-width: 1260px) {
  .coveo-upcoming-events.coveo .card.people.full {
    margin-bottom: 14px;
  }
}

.coveo-upcoming-events.coveo .card.people.full:hover .card--image img {
  transform: none;
}

.coveo-upcoming-events.coveo .card.people.full .card--image {
  margin: 0;
}

@media (max-width: 1260px) {
  .coveo-upcoming-events.coveo .card.people.full .card--image {
    margin-bottom: 15px;
  }
}

.coveo-upcoming-events.coveo .card.people.full .card--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.coveo-upcoming-events.coveo .card.people.full .card--content p:first-of-type {
  margin-bottom: 0;
}

.coveo-upcoming-events.coveo .card.people.full .icon {
  z-index: 1;
}

.coveo-upcoming-events.coveo .card.people.full .icon svg {
  margin-right: 0;
}

@media (min-width: 992px) {
  .coveo-upcoming-events.coveo
    .card.people.full
    .icon--group
    .icon:not(.social-email) {
    display: none;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.people.site-search .card--image {
    height: auto;
  }
}

.coveo-upcoming-events.coveo .card.tv {
  color: #323e48;
  transition:
    background-color 0.25s,
    color 0.25s,
    box-shadow 0.25s;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 4px;
  align-items: center;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.tv {
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.tv {
    height: 100%;
  }
}

.coveo-upcoming-events.coveo .card.tv .card--video {
  position: relative;
  margin-right: 20px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.tv .card--video {
    margin-right: 25px;
  }
}

.coveo-upcoming-events.coveo .card.tv .card--video.small .overlay img {
  height: 33px;
  width: 33px;
}

.coveo-upcoming-events.coveo .card.tv .card--video .overlay {
  background-color: rgba(0, 0, 0, 0.53);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}

.coveo-upcoming-events.coveo .card.tv .card--video .overlay img {
  height: 91px;
  width: 91px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.coveo-upcoming-events.coveo .card.tv .card--video:hover .overlay img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.tv .card--content {
    padding: 0 !important;
  }
}

.coveo-upcoming-events.coveo .card.tv h3 {
  margin-bottom: 8px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.tv h3 {
    margin-bottom: 12px;
  }
}

.coveo-upcoming-events.coveo .card.tv h2 {
  margin: 0 0 8px 0;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events.coveo .card.tv h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.tv h2 {
    margin-bottom: 5px;
  }
}

.coveo-upcoming-events.coveo .card.book {
  display: flex;
  padding: 20px 18px;
  position: relative;
  border-radius: 2px;
  background-color: #f5f5f6;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book {
    padding: 30px 50px;
    height: 100%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.book > .card--image {
    display: none !important;
  }
}

.coveo-upcoming-events.coveo .card.book .card--image {
  min-width: 99px;
  width: 99px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book .card--image {
    display: block;
  }
}

.coveo-upcoming-events.coveo .card.book .card--title {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book .card--content {
    margin-left: 50px;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.book .card--content {
    display: flex !important;
    flex-flow: row wrap;
  }
}

.coveo-upcoming-events.coveo .card.book .card--content > .card--image {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book .card--content > .card--image {
    display: none !important;
  }
}

.coveo-upcoming-events.coveo .card.book .card--meta {
  display: flex;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book .card--meta {
    justify-content: space-between;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.book .card--meta {
    flex-flow: row wrap;
    width: calc(100% - 150px);
  }
}

.coveo-upcoming-events.coveo .card.book .card-meta__item {
  width: 60%;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.book .card-meta__item {
    width: 100%;
  }
}

.coveo-upcoming-events.coveo .card.book .card-meta__item:not(:first-child) {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events.coveo .card.book .card-meta__item:not(:first-child) {
    width: 40%;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.book .card-meta__item:not(:first-child) {
    margin-top: 15px;
  }
}

.coveo-upcoming-events.coveo .card.book .card-meta__item h4 {
  font-weight: 600;
  margin-bottom: 13px;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item p {
  display: flex;
  flex-flow: row wrap;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item p .icon {
  width: 100%;
  margin: 0;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item p:last-child {
  margin-bottom: 0;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item .icon-list {
  display: flex;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item .icon-list .icon {
  margin-right: 5px;
}

.coveo-upcoming-events.coveo
  .card.book
  .card-meta__item
  .icon-list
  .icon-list-items
  span:not(:first-child) {
  margin-top: 5px;
}

.coveo-upcoming-events.coveo .card.book .card-meta__item .icon-list span {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #323e48;
  font-family:
    Open Sans Semibold,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  line-height: 15px;
}

.coveo-upcoming-events.coveo .card.book:hover {
  background-color: #323e48;
}

.coveo-upcoming-events.coveo .card.book:hover h3,
.coveo-upcoming-events.coveo .card.book:hover h4,
.coveo-upcoming-events.coveo .card.book:hover p,
.coveo-upcoming-events.coveo .card.book:hover span {
  color: #fff !important;
}

.coveo-upcoming-events.coveo .card.book:hover svg path {
  stroke: #fff;
}

.coveo-upcoming-events.coveo .card.insight {
  background-color: #f5f5f6;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .coveo-upcoming-events.coveo .card.insight {
    padding: 0;
  }
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .card.insight {
    border-radius: 0;
    margin-top: 2px;
  }
}

.coveo-upcoming-events.coveo .card.insight .card--image img {
  object-fit: cover;
}

.coveo-upcoming-events.coveo .card.insight .card--content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 18px;
}

@media (min-width: 768px) {
  .coveo-upcoming-events.coveo .card.insight .card--content {
    padding: 18px;
  }
}

.coveo-upcoming-events.coveo .card.insight .card--content h4 {
  font-family:
    Open Sans Bold,
    Arial,
    Helvetica,
    sans-serif;
}

.coveo-upcoming-events.coveo .card.insight .card--content h4 span {
  color: #323e48;
}

.coveo-upcoming-events.coveo .card.insight .card--title p {
  overflow: hidden;
  min-height: 4.5em;
}

@supports (-webkit-line-clamp: 1) {
  .coveo-upcoming-events.coveo .card.insight .card--title p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 100%;
  }
}

.coveo-upcoming-events.coveo .card.insight .card--meta {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.coveo-upcoming-events.coveo .card.insight .card--meta h4 {
  display: none !important;
  margin-right: 15px;
  margin-bottom: 0;
}

.coveo-upcoming-events.coveo .card.insight .card--meta .icon.hide {
  display: none;
}

.coveo-upcoming-events.coveo .card.insight .card--tags {
  z-index: 99999;
  margin-top: 10px;
  margin-bottom: 5px;
}

.coveo-upcoming-events.coveo .card.insight .card--tags a {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
}

.coveo-upcoming-events.coveo .card.microsite .card--content {
  justify-content: inherit;
}

.coveo-upcoming-events.coveo .card.microsite .card--details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.coveo-upcoming-events.coveo .icon {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  position: relative;
  line-height: 15px;
  margin-right: 15px;
}

.coveo-upcoming-events.coveo .icon svg {
  position: relative;
  margin-right: 5px;
}

.coveo-upcoming-events.coveo .icon.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #323e48;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s,
    color 0.25s;
  padding: 10px 0;
}

.coveo-upcoming-events.coveo .icon.social + .icon {
  margin-left: 25px;
}

.coveo-upcoming-events.coveo .icon.social:hover {
  background-color: #323e48;
  color: #fff;
  text-decoration: none;
}

.coveo-upcoming-events.coveo .icon.social.reversed {
  background-color: #323e48;
  color: #fff;
}

.coveo-upcoming-events.coveo .icon.social.reversed:hover {
  background-color: #fff;
  color: #323e48;
}

.coveo-upcoming-events.coveo .icon.social svg {
  margin-top: -4px;
}

.coveo-upcoming-events.coveo .icon.social.social-phone {
  height: auto;
  padding: 6px;
}

.coveo-upcoming-events.coveo .icon.social.social-phone svg {
  width: 21px;
  height: 21px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-upcoming-events.coveo .icon.social.social-phone svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-upcoming-events.coveo .icon.social.social-phone:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-upcoming-events.coveo .icon.social.social-email {
  height: auto;
  padding: 6px;
}

.coveo-upcoming-events.coveo .icon.social.social-email svg {
  width: 26px;
  height: 27px;
  font-size: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
}

.coveo-upcoming-events.coveo .icon.social.social-email svg:hover {
  opacity: 0.5;
  background-color: transparent;
}

.coveo-upcoming-events.coveo .icon.social.social-email:hover {
  background-color: transparent;
  color: #323e48;
}

.coveo-upcoming-events.coveo .icon--group {
  border-radius: 4px;
  border: 1px solid #323e48;
  display: flex;
  overflow: hidden;
}

.coveo-upcoming-events.coveo .icon--group .icon {
  flex-grow: 1;
  flex-basis: 0;
}

@media (max-width: 1260.8px) {
  .coveo-upcoming-events.coveo .icon--group .icon {
    border-right: 1px solid #323e48;
  }
}

.coveo-upcoming-events.coveo .icon--group .icon.social-email,
.coveo-upcoming-events.coveo .icon--group .icon.social-phone {
  font-family: "Open Sans Semibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  border-radius: 0;
  padding: 6px;
}

.coveo-upcoming-events.coveo .icon--group .icon:last-child {
  border-right: 0;
}

.coveo-upcoming-events.coveo .icon--group .icon + .icon {
  margin-left: 0;
}

.coveo-upcoming-events.coveo {
  margin-bottom: 0 !important;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events .CoveoResult {
    width: 33.3333%;
  }
}

.coveo-upcoming-events .coveo-result-list-container {
  display: flex;
}

.coveo-upcoming-events .slick-list {
  width: 100%;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events .slick-slide {
    height: auto !important;
    margin-right: 0 !important;
    float: left !important;
    padding: 0 30px;
  }
}

.coveo-upcoming-events .card {
  background-color: transparent;
  color: #fff;
  margin-bottom: 35px;
}

@media (min-width: 1261px) {
  .coveo-upcoming-events .card {
    background-color: #323e48 !important;
    margin-bottom: 0;
  }
}

@media (min-width: 1261px) {
  .coveo-upcoming-events .card:hover {
    background-color: transparent;
    color: #fff !important;
  }
}

.colour--white {
  color: #fff;
}

.colour--white .btn.btn--link,
.colour--white h1,
.colour--white h2,
.colour--white h3,
.colour--white h4,
.colour--white p,
.colour--white span {
  color: #fff;
}

.colour--white .btn.btn--link:before {
  background-image: url(../img/icons/icon--right-arrow__white.svg);
}

.colour--white .btn.btn--link:after {
  background-color: #fff;
}

.colour--white svg path {
  stroke: #fff;
}

.colour--slate {
  color: #323e48;
}

.colour--slate h1,
.colour--slate h2,
.colour--slate h3,
.colour--slate h4,
.colour--slate p,
.colour--slate span {
  color: #323e48;
}

.colour--slate svg path {
  stroke: #323e48;
}

.colour--slate-5 {
  color: #f5f5f6;
}

.colour--slate-5 h1,
.colour--slate-5 h2,
.colour--slate-5 h3,
.colour--slate-5 h4,
.colour--slate-5 p,
.colour--slate-5 span {
  color: #f5f5f6;
}

.colour--slate-5 svg path {
  stroke: #f5f5f6;
}

.colour--orange {
  color: #ffa068;
}

.colour--orange h1,
.colour--orange h2,
.colour--orange h3,
.colour--orange h4,
.colour--orange p,
.colour--orange span {
  color: #ffa068;
}

.colour--orange svg path {
  stroke: #ffa068;
}

.colour--lime {
  color: #c0df8a;
}

.colour--lime h1,
.colour--lime h2,
.colour--lime h3,
.colour--lime h4,
.colour--lime p,
.colour--lime span {
  color: #c0df8a;
}

.colour--lime svg path {
  stroke: #c0df8a;
}

.colour--light-grey {
  color: #e3e3e3;
}

.colour--light-grey h1,
.colour--light-grey h2,
.colour--light-grey h3,
.colour--light-grey h4,
.colour--light-grey p,
.colour--light-grey span {
  color: #e3e3e3;
}

.colour--light-grey svg path {
  stroke: #e3e3e3;
}

.colour--pink {
  color: #ffb1ba;
}

.colour--pink h1,
.colour--pink h2,
.colour--pink h3,
.colour--pink h4,
.colour--pink p,
.colour--pink span {
  color: #ffb1ba;
}

.colour--pink svg path {
  stroke: #ffb1ba;
}

.colour--yellow {
  color: #ffe74d;
}

.colour--yellow h1,
.colour--yellow h2,
.colour--yellow h3,
.colour--yellow h4,
.colour--yellow p,
.colour--yellow span {
  color: #ffe74d;
}

.colour--yellow svg path {
  stroke: #ffe74d;
}

.colour--teal {
  color: #9fddd3;
}

.colour--teal h1,
.colour--teal h2,
.colour--teal h3,
.colour--teal h4,
.colour--teal p,
.colour--teal span {
  color: #9fddd3;
}

.colour--teal svg path {
  stroke: #9fddd3;
}

.colour--lilac {
  color: #cf9dc7;
}

.colour--lilac h1,
.colour--lilac h2,
.colour--lilac h3,
.colour--lilac h4,
.colour--lilac p,
.colour--lilac span {
  color: #cf9dc7;
}

.colour--lilac svg path {
  stroke: #cf9dc7;
}

.colour--blue {
  color: #84aae4;
}

.colour--blue h1,
.colour--blue h2,
.colour--blue h3,
.colour--blue h4,
.colour--blue p,
.colour--blue span {
  color: #84aae4;
}

.colour--blue svg path {
  stroke: #84aae4;
}

.colour--sand {
  color: #edc2b2;
}

.colour--sand h1,
.colour--sand h2,
.colour--sand h3,
.colour--sand h4,
.colour--sand p,
.colour--sand span {
  color: #edc2b2;
}

.colour--sand svg path {
  stroke: #edc2b2;
}

.colour-dark-green {
  color: #477628;
}

.colour-dark-green h1,
.colour-dark-green h2,
.colour-dark-green h3,
.colour-dark-green h4,
.colour-dark-green p,
.colour-dark-green span {
  color: #477628;
}

.colour-dark-green svg path {
  stroke: #477628;
}

.colour--dark-blue {
  color: #005c82;
}

.colour--dark-blue h1,
.colour--dark-blue h2,
.colour--dark-blue h3,
.colour--dark-blue h4,
.colour--dark-blue p,
.colour--dark-blue span {
  color: #005c82;
}

.colour--dark-blue svg path {
  stroke: #005c82;
}

.colour--dark-purple {
  color: #5b255d;
}

.colour--dark-purple h1,
.colour--dark-purple h2,
.colour--dark-purple h3,
.colour--dark-purple h4,
.colour--dark-purple p,
.colour--dark-purple span {
  color: #5b255d;
}

.colour--dark-purple svg path {
  stroke: #5b255d;
}

.colour--dark-pink {
  color: #ca3665;
}

.colour--dark-pink h1,
.colour--dark-pink h2,
.colour--dark-pink h3,
.colour--dark-pink h4,
.colour--dark-pink p,
.colour--dark-pink span {
  color: #ca3665;
}

.colour--dark-pink svg path {
  stroke: #ca3665;
}

.bg--slate {
  background-color: #323e48;
}

.bg--slate-5 {
  background-color: #f5f5f6;
}

.bg--orange {
  background-color: #ffa068;
}

.bg--lime {
  background-color: #c0df8a;
}

.bg--light-grey {
  background-color: #e3e3e3;
}

.bg--pink {
  background-color: #ffb1ba;
}

.bg--yellow {
  background-color: #ffe74d;
}

.bg--teal {
  background-color: #9fddd3;
}

.bg--lilac {
  background-color: #cf9dc7;
}

.bg--blue {
  background-color: #84aae4;
}

.bg--grey {
  background-color: #323e48;
}

.bg--sand {
  background-color: #edc2b2;
}

.bg--dark-green {
  background-color: #477628;
}

.bg--dark-blue {
  background-color: #005c82;
}

.bg--dark-purple {
  background-color: #5b255d;
}

.bg--dark-pink {
  background-color: #ca3665;
}

.bg--white {
  background-color: #fff;
}

.component--video .video--wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.component--video .video--wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
