/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
.c-resources-slider {
  display: flex !important; }

.c-resources__grid {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px; }

.c-resources {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 250px;
  padding: 8px;
  position: relative;
  width: 100%; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .c-resources {
      height: 260px; } }
  .c-resources:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    opacity: 0.7; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .c-resources:before {
        /* IE10+ specific styles go here */
        display: block;
        left: 0; } }

.c-resources__type {
  background-color: #ffffff;
  border-radius: 50px;
  color: #020202;
  display: inline-block;
  padding: 0 12px; }

.c-resources__gradient-inner {
  z-index: 2; }

.c-resources__slider .slick-track {
  margin: 0 auto; }

.c-resources__slider .slick-dots {
  position: initial;
  display: flex;
  justify-content: center;
  margin-top: 24px; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .c-resources__slider .slick-dots {
      bottom: -22px !important;
      width: 100% !important; } }
  .c-resources__slider .slick-dots button {
    background-color: #DBE1E3; }
  .c-resources__slider .slick-dots li.slick-active button {
    background-color: #44555F; }
  .c-resources__slider .slick-dots li:before {
    content: none !important; }

.c-resources__slider .slick-next, .c-resources__slider .slick-prev {
  background-image: none !important; }

.c-resources__slider.js-resources-panels--15766 .c-resources__grid {
  opacity: 0.5; }

.c-resources__slider.js-resources-panels--15766 .c-resources__grid.slick-active,
.c-resources__slider.js-resources-panels--15766 .c-resources__grid[aria-hidden="false"] {
  opacity: 1; }

.c-resources__slider.js-resources-panels--15766 .slick-prev {
  background-image: url("../../../img/icon-prev.svg");
  left: 32px; }
  .c-resources__slider.js-resources-panels--15766 .slick-prev:before {
    content: ''; }

.c-resources__slider.js-resources-panels--15766 .slick-next {
  right: 32px;
  background-image: url("../../../img/icon-next.svg"); }
  .c-resources__slider.js-resources-panels--15766 .slick-next:before {
    content: ''; }

/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
.c-news-panels__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.c-news-panels .c-news-panels__content {
  z-index: 1; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .c-news-panels .c-news-panels__content {
      /* IE10+ specific styles go here */
      width: 100%; } }

.c-news-panels--spaced {
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px; }

.c-news-panels--coloured {
  align-items: flex-start;
  color: #44555F;
  padding-right: 16px;
  padding-left: 16px; }

.c-news-panels__slider .slick-dots {
  position: initial;
  display: flex;
  justify-content: center;
  margin-top: 24px; }
  .c-news-panels__slider .slick-dots button {
    background-color: #DBE1E3; }
  .c-news-panels__slider .slick-dots li.slick-active button {
    background-color: #44555F; }

.c-news-panels__slider .slick-track {
  display: flex;
  margin: auto; }

.c-news-panels__slider .slick-slide {
  height: inherit; }

.c-news-panels {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 250px;
  position: relative;
  height: 100%;
  margin: 0 1px; }
  .c-news-panels .c-news-panels__img {
    height: 173px;
    min-height: 173px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    .c-news-panels .c-news-panels__img:after {
      content: "";
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1); }
    .c-news-panels .c-news-panels__img p {
      position: absolute;
      top: 16px;
      right: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      padding: 2px 16px;
      border-radius: 9.5px;
      overflow: hidden;
      background: #E6E6E6;
      text-align: center;
      z-index: 3;
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .c-news-panels .c-news-panels__content {
    height: 100%; }

@media (min-width: 1440px) {
  .c-news-panels__img {
    height: 213px !important;
    min-height: 213px !important; } }
