[data-carousel-hide] {
  display: none;
}
[data-carousel-hide].slick-initialized {
  display: block;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list-padded .slick-track {
  padding-top: 5px;
  padding-bottom: 5px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  font-family: FontAwesome;
  height: 100%;
  padding: 25px 15px;
  background-color: rgba(255, 255, 255, 0.65);
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
.slick-prev {
  left: 0;
  z-index: 25;
  text-align: left;
}
.slick-next {
  right: 0;
  z-index: 25;
  text-align: right;
}
.slick-prev:before {
  content: '\f053';
}
.slick-next:before {
  content: '\f054';
}
.slick-dots {
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slick-dots li {
    margin: 0 5px;
  }
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: FontAwesome;
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  opacity: 0.25;
  color: #1AA7DB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #1AA7DB;
}
.cf-hero {
  position: relative;
}
.cf-hero__item {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0;
  height: 260px;
  background: no-repeat 50% / cover;
}
@media (min-width: 768px) {
  .cf-hero__item {
    height: 474px;
  }
}
.cf-hero__item footer:before {
  content: '';
}
.cf-hero__box {
  padding-top: 2rem;
  height: 100%;
}
@media (min-width: 768px) {
  .cf-hero__box {
    padding-top: 3rem;
  }
}
.cf-hero__quote {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75%;
}
@media (min-width: 980px) {
  .cf-hero__quote {
    width: 75%;
    height: 80%;
  }
}
@media (min-width: 998px) {
  .cf-hero__quote--widgetised {
    width: 60%;
    height: 93%;
  }
}
.cf-hero__category {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
  margin-left: 0.25rem;
}
.cf-hero__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0.25rem;
  cursor: pointer;
  color: #fff;
}
.cf-hero__title:before {
  content: open-quote;
}
.cf-hero__title:after {
  content: close-quote;
}
@media (min-width: 400px) {
  .cf-hero__title {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .cf-hero__title {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  .cf-hero__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 1rem;
  }
}
.cf-hero__title--solitair {
  padding-top: 2rem;
  max-width: 50em;
}
.cf-hero__title--solitair:before,
.cf-hero__title--solitair:after {
  content: '';
}
.cf-hero__link {
  display: inline-block;
  padding-top: 0.25rem;
  color: #fff;
  font-size: 1em;
}
.cf-hero__link:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .cf-hero__link {
    font-size: 18px;
  }
}
.cf-hero__link-tag {
  border-bottom: 1px solid #fff;
}
.cf-carousel--hero {
  padding-top: 0;
}
.cf-carousel--hero .slick-dots {
  position: absolute;
}
.cf-carousel--hero.slick-slider {
  margin: 0;
}
.cf-carousel--hero .slick-dots {
  bottom: 10px;
  margin: 0;
}
.cf-carousel--hero .slick-dots .slick-active [role="button"]::before {
  color: #1AA7DB;
}
.cf-carousel--hero .slick-dots [role="button"]::before {
  color: #fff;
}
.cf-card--story {
  width: 290px;
}
.cf-card--story:hover .cf-card__tagline {
  color: #31bdf0;
}
.cf-card--story .cf-card__box {
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: space-between;
  height: 9.5em;
}
@media (min-width: 480px) {
  .cf-card--story .cf-card__box {
    height: 8rem;
  }
}
.cf-card--story .cf-card__tagline {
  color: #333333;
  line-height: 1.1;
  text-align: left;
  transition: all 300ms ease-in;
}
.cf-card--story .cf-card__image {
  min-height: 170px;
}
@media (min-width: 480px) {
  .cf-card--sm {
    width: 360px;
  }
}
@media (min-width: 480px) {
  .cf-card--lg {
    width: 550px;
  }
}
.cf-card--category {
  background-color: #666;
  height: 160px;
  opacity: 0.8;
  transition: all 300ms ease-in;
}
.cf-card--category:hover {
  opacity: 1;
  z-index: 20;
}
.cf-card--category .cf-card__box:hover .cf-card__tagline {
  transition: all 300ms ease-in;
  color: #31bdf0;
}
/* partner carousel */
.home-partners {
  background: #fff;
}
.home-partners__mobile-button {
  display: table;
  width: 70%;
  margin: 40px auto 0 auto;
}
@media (min-width: 999px) {
  .home-partners__mobile-button {
    display: none;
  }
}
.home-partners__title-button {
  display: none;
}
@media (min-width: 999px) {
  .home-partners__title-button {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 15px;
  }
}
.partner-card {
  width: 290px;
  height: 290px;
}
@media (min-width: 480px) {
  .partner-card {
    width: 360px;
    height: 360px;
  }
}
.partner-card--static {
  margin: 0 auto;
  width: auto;
}
@media (min-width: 992px) {
  .partner-card--static {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .partner-card--static {
    height: 300px;
  }
}
.partner-logo-card .slick-slide {
  margin: 0 5px;
  min-height: 320px;
}
.cf-project-widget__badge--200 {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/img/site/project/voom-badge.png) no-repeat top right;
  background-size: cover;
  width: 100px;
  height: 100px;
}
.cf-project-widget__badge--700 {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(/img/site/project/aviva-badge.png) no-repeat top right;
  background-size: cover;
  width: 100px;
  height: 100px;
}
.cf-project-widget {
  position: relative;
  display: block;
  border: 1px solid #eee;
  background-color: #ffffff;
  width: 260px;
  margin: 0 auto;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .cf-project-widget {
    width: 100%;
    max-width: 20rem;
  }
}
@media (min-width: 1124px) {
  .cf-project-widget {
    max-width: 23rem;
  }
}
.cf-project-widget--static {
  width: auto;
  max-width: 100%;
}
.cf-project-widget__body {
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 64em) {
  .cf-project-widget__body {
    padding: 0.5rem 1rem;
  }
}
.cf-project-widget__body--end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 4.5rem;
}
.cf-project-widget__body--flex {
  height: 10rem;
  padding-bottom: 0;
}
.cf-project-widget__title-link {
  display: block;
  color: #333333;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 0.25rem;
  outline: 0;
}
.cf-project-widget__location {
  display: block;
  font-size: 0.725rem;
  font-weight: 300;
  color: #666;
  outline: 0;
}
.cf-project-widget__description {
  margin-bottom: 0;
}
.cf-project-widget__info,
.cf-project-widget__description {
  font-size: 0.72rem;
}
.cf-project-widget__info {
  font-weight: 300;
  justify-content: space-between;
}
.cf-project-widget__funded,
.cf-project-widget__overfunding-title,
.cf-project-widget__title {
  margin-bottom: 0.5rem;
}
.cf-project-widget__funded,
.cf-project-widget__overfunding-title {
  font-size: 0.835rem;
}
.cf-project-widget__divider {
  margin: 0 -0.5rem 0.5rem;
}
@media (min-width: 64em) {
  .cf-project-widget__divider {
    margin: 0 -1rem 0.5rem;
  }
}
.cf-project-widget__thumb a {
  outline: none;
}
.cf-project-widget__thumb-add-wrap {
  background-clip: padding-box;
  background-color: rgba(187, 235, 251, 0.3);
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -45px;
  top: 20%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.cf-project-widget__thumb--edit {
  position: relative;
  z-index: 99;
}
.cf-project-widget__thumb-add {
  color: #1AA7DB;
  display: inline-block;
  padding-top: 5px;
  z-index: 100;
}
.cf-project-widget__thumb-add .fa-camera {
  font-size: 1.3rem;
  padding-top: 5px;
}
.cf-project-widget__thumb-add span {
  display: block;
}
.cf-carousel--projects-spacer {
  margin-left: 5px;
  margin-right: 5px;
}
.cf-hero--ab_test {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0;
}
@media (min-width: 992px) {
  .cf-hero--ab_test {
    height: 26rem;
  }
}
.cf-button--header-ab_test {
  padding: 1.2rem;
  max-width: 280px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 700px) {
  .cf-button--header-ab_test {
    max-width: 300px;
  }
}
.cf-button--header-ab_test.cf-button--header-ab_test--start {
  background: #1aa7db;
  color: #FFF;
}
.cf-button--header-ab_test.cf-button--header-ab_test--support {
  background: #ccffff;
}
.cf-hero__light-title-ab_test {
  font-weight: 300;
  margin: 1.2rem 0;
  font-size: 2.3rem;
}
@media (min-width: 990px) {
  .cf-hero__light-title-ab_test {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .cf-hero--ab_test_btn-row {
    flex-flow: nowrap;
  }
}
.cf-hero__image-ab_test {
  margin-bottom: 1.5rem;
  max-width: 210px;
}
