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

.c-event-panels__background-inner {
  z-index: 2; }

.c-event-panels__gradient {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden; }

.c-event-panels__gradient:before {
  content: "";
  height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.01) 0%, #b71c1c 50%); }

.c-event-panels {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 210px; }

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

.c-event-panels--coloured {
  align-items: flex-start;
  color: #44555F;
  justify-content: space-between;
  padding-right: 16px;
  padding-left: 16px; }

.c-events__title {
  flex: 1;
  display: flex;
  justify-content: center;
  transform: translateX(50px);
  /* element Width */ }
  @media only screen and (max-width: 768px) {
    .c-events__title {
      transform: none; } }

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