@charset "UTF-8";
/**
 * Base imports
 */
/**
 * Primary Palette
 */
/**
 * Secondary Palette
 */
@font-face {
  font-family: "Knockout";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Knockout-49Liteweight_gdi.woff");
}

@font-face {
  font-family: 'Knockout-49';
  src: url("../fonts/Knockout-49Liteweight_gdi.woff");
  /*
	src: url('fonts/Knockout-49Liteweight_gdi.eot');
	src: url('fonts/Knockout-49Liteweight_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Knockout-49Liteweight_gdi.woff') format('woff'),
		url('fonts/Knockout-49Liteweight_gdi.ttf') format('truetype'),
		url('fonts/Knockout-49Liteweight_gdi.svg#Knockout-49Liteweight') format('svg');*/
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

@font-face {
  font-family: "Meta Serif Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MetaSerifPro-Book_gdi.woff");
}

@font-face {
  font-family: "Adobe Garamond Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Adobe Garamond Pro.woff");
}

/*-------------------------------------------------------------------
	Mixins
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Media queries
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Fonts
-------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}

html,
body {
  max-width: 100%;
  color: #000000;
  font-family: "Knockout";
}

body {
  overflow-x: visible;
  //overflow-y: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  line-height: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: '"liga", "dlig"';
  -ms-font-feature-settings: '"liga", "dlig"';
  -webkit-font-feature-settings: '"liga", "dlig"';
  font-feature-settings: '"liga", "dlig"';
}

a.clear {
  color: inherit;
  cursor: pointer;
  text-decoration: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.text-highlight {
  font-family: "Knockout";
  font-size: 126px;
  letter-spacing: 1.94px;
  line-height: 126px;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (min-width: 999px) {
  .text-highlight {
    font-size: 140px;
    letter-spacing: 3.08px;
    line-height: 160px;
  }
}

h1 {
  font-family: "Knockout";
  color: #000000;
  font-size: 80px;
  line-height: 64px;
  letter-spacing: 0.63px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 999px) {
  h1 {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0.95px;
  }
}

h2 {
  font-family: "Knockout";
  color: #000000;
  font-size: 50.4px;
  line-height: 50.4px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 999px) {
  h2 {
    font-size: 45px;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
}

h3 {
  font-family: "Knockout";
  color: #000000;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 999px) {
  h3 {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 1px;
  }
}

h4 {
  font-family: "Knockout";
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.quotes {
  font-family: "Meta Serif Pro";
  font-size: 35px;
  color: #000000;
  letter-spacing: 0.54px;
  line-height: 40px;
}

p {
  font-family: "Meta Serif Pro";
  line-height: 18px;
  letter-spacing: 0;
  font-size: 14px;
  color: #000000;
}

@media only screen and (min-width: 999px) {
  p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

p a {
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

p a:hover {
  cursor: pointer;
  color: #ed1940;
}

.wp-block-table > tbody > tr > td {
  font-family: "Meta Serif Pro";
  line-height: 18px;
  letter-spacing: 0;
  font-size: 14px;
  color: #000000;
}

@media only screen and (min-width: 999px) {
  .wp-block-table > tbody > tr > td {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.wp-block-table > tbody > tr > td a {
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

.wp-block-table > tbody > tr > td a:hover {
  cursor: pointer;
  color: #ed1940;
}

.subdomain {
  font-family: "Knockout";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.3px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;
}

li {
  font-family: "Meta Serif Pro";
  line-height: 18px;
  letter-spacing: 0;
  font-size: 14px;
  color: #000000;
}

@media only screen and (min-width: 999px) {
  li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.inverted {
  color: #ffffff;
}

.cool-gray {
  color: #f2f2f2;
}

.gray {
  color: #4c4c4e;
}

.red {
  color: #ed1940;
}

@media only screen and (max-width: 999px) {
  .desktop {
    display: none;
  }
}

@media only screen and (min-width: 999px) {
  .mobile {
    display: none;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.p1 {
  padding: 10px 0;
}

/**
  * Vendor Imports
  */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-initialized.slick-slider {
  display: block;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  height: 568px;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  display: 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: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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 {
  font-family: "Knockout";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Knockout";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Layout imports
 */
.content {
  margin-left: auto;
  margin-right: auto;
}

.content-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.content-fixed {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.content-full-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.content-small-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.content-anchor {
  position: relative;
}

.content-post {
  margin-top: 80px;
}

.content-post.event-post {
  margin-top: 180px;
}

.content-social-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
}

.content-social-share {
  margin-top: 10px;
}

.content-sidebar-container {
  padding-right: 15px;
  min-width: 285px;
}

.content-main-container {
  padding-left: 15px;
  width: 100%;
}

.content-fixed-padding {
  padding-left: 116px;
  padding-right: 116px;
}

.post-content {
  margin-bottom: 48px;
}

.block-column.no-padding {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.xdebug-error {
  font-size: 24px;
  line-height: normal;
  color: #000000;
}

.xdebug-error th {
  background-color: #4c4c4e !important;
}

.post-password-form {
  padding: 100px;
}

.wp-block-media-text__media img {
  max-height: none;
  max-width: none;
}

.featured-indicator {
  display: inline-block;
  margin-bottom: 11px;
  padding-top: 1px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4c4c4e;
  border-radius: 2px;
}

.featured-indicator-text {
  font-family: "Knockout";
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 12px;
  line-height: 14px;
}

.arrow-right-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.arrow-right-item:after {
  display: inline-block;
  content: ' ';
}

.arrow-right-small-red-open:after {
  display: inline-block;
  content: ' ';
  margin-left: 10px;
  margin-bottom: 0;
  width: 13px;
  min-width: 13px;
  height: 6px;
  background-image: url(../images/arrow-right-small-red-open.svg);
}

.arrow-right-large-cool-gray:after {
  display: inline-block;
  content: ' ';
  margin-left: 15px;
  margin-bottom: 2px;
  width: 19px;
  min-width: 19px;
  height: 10px;
  background-image: url(../images/arrow-right-large-cool-gray.svg);
}

.arrow-right-extralarge-white:after {
  display: inline-block;
  content: ' ';
  margin-left: 18px;
  margin-bottom: initial;
  width: 28px;
  min-width: 28px;
  height: 15px;
  background-image: url(../images/arrow-right-extralarge-white.svg);
}

.arrow-right-large-gray:after {
  display: inline-block;
  content: ' ';
  margin-left: 15px;
  margin-bottom: 2px;
  width: 18px;
  min-width: 18px;
  height: 10px;
  background-image: url(../images/arrow-right-large-gray.svg);
}

.arrow-right-large-red:after {
  display: inline-block;
  content: ' ';
  margin-left: 10px;
  margin-bottom: 2px;
  width: 19px;
  min-width: 19px;
  height: 10px;
  background-image: url(../images/arrow-right-large-red.svg);
}

.wp-block-column > ul > li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.wp-block-column > ul > li:before {
  position: relative;
  left: -25px;
  content: '-';
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
}

.block-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1210px;
}

.curling-post-content .block-container {
  padding-left: 0px;
}

.block-container .wp-block-table > tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.block-container .wp-block-cossette-block-container > h1.nomargin, .block-container .wp-block-cossette-block-container > h2.nomargin, .block-container .wp-block-cossette-block-container > h3.nomargin, .block-container .wp-block-cossette-block-container > h4.nomargin, .block-container .wp-block-cossette-block-container > p.nomargin, .block-container .wp-block-cossette-block-container > ul.nomargin, .block-container .wp-block-cossette-block-container > li.nomargin {
  margin-bottom: 0;
}

.block-container .wp-block-cossette-block-container > h1, .block-container .wp-block-cossette-block-container > h2 {
  margin-bottom: 70px;
}

.block-container .wp-block-cossette-block-container > h3, .block-container .wp-block-cossette-block-container > h4 {
  margin-bottom: 20px;
}

.block-container .wp-block-cossette-block-container > p {
  margin-bottom: 20px;
}

.block-container .wp-block-cossette-block-container > ul > li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.block-container .wp-block-cossette-block-container > ul > li:before {
  position: relative;
  left: -18px;
  content: '-';
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
}

.block-container .wp-block-cossette-block-container > ul > li a {
  color: #000000;
}

.block-container .wp-block-cossette-block-container > ul > li a:hover {
  color: #ed1940;
}

.block-container .narrow-width {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 970px;
}

.block-admin {
  background-color: #f2f2f2;
}

.block-column {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-column.column-smallwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
}

.block-column.column-smallwidth .wp-block-table > tbody > tr > td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.block-column.column-fullwidth {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

@media only screen and (min-width: 999px) {
  .block-column.column-sidebar.column-50-50 .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
    position: absolute;
    right: 0;
    width: 50%;
  }
}

@media only screen and (min-width: 999px) {
  .block-column.column-sidebar.column-84-16 .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
    position: absolute;
    right: 0;
    width: 16%;
  }
}

@media only screen and (min-width: 999px) {
  .block-column.column-sidebar.column-33-66 .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
    position: absolute;
    right: 0;
    width: 66%;
  }
}

.block-column .wp-block-cossette-block-column-2 > .wp-block-columns,
.block-column .wp-block-cossette-block-column-3 > .wp-block-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}

@media only screen and (min-width: 999px) {
  .block-column .wp-block-cossette-block-column-2 > .wp-block-columns,
  .block-column .wp-block-cossette-block-column-3 > .wp-block-columns {
    flex-direction: row;
  }
}

.block-column .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column,
.block-column .wp-block-cossette-block-column-3 > .wp-block-columns > .wp-block-column {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 999px) {
  .block-column .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column,
  .block-column .wp-block-cossette-block-column-3 > .wp-block-columns > .wp-block-column {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 999px) {
  .block-column .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child,
  .block-column .wp-block-cossette-block-column-3 > .wp-block-columns > .wp-block-column:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 999px) {
  .block-column .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child,
  .block-column .wp-block-cossette-block-column-3 > .wp-block-columns > .wp-block-column:last-child {
    margin-right: 0;
  }
}

.block-column.column-50-50 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 50%;
}

.block-column.column-50-50 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 50%;
}

.block-column.column-16-84 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 16%;
}

.block-column.column-16-84 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 84%;
}

.block-column.column-84-16 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 84%;
}

.block-column.column-84-16 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 16%;
}

.block-column.column-66-33 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 66.66666%;
}

.block-column.column-66-33 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 33.33333%;
}

.block-column.column-33-66 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 33.33333%;
}

.block-column.column-33-66 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 66.66666%;
}

.block-column.column-25-75 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 25%;
}

.block-column.column-25-75 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 75%;
}

.block-column.column-75-25 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 75%;
}

.block-column.column-75-25 > .wp-block-cossette-block-column-2 > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 25%;
}

.block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column,
.block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column {
  flex: 1;
}

@media only screen and (min-width: 999px) {
  .block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column:first-child,
  .block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column:first-child {
    margin-left: 0;
  }
}

@media only screen and (min-width: 999px) {
  .block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column:last-child,
  .block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column:last-child {
    margin-right: 0;
  }
}

.block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column > div[class^="block-"]:only-child,
.block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column > section[class^="block-"]:only-child,
.block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column > div[class^="block-"]:only-child,
.block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column > section[class^="block-"]:only-child {
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column > div[class^="block-"]:only-child,
  .block-column.equal-height > .wp-block-cossette-block-column-2 > .wp-block-columns .wp-block-column > section[class^="block-"]:only-child,
  .block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column > div[class^="block-"]:only-child,
  .block-column.equal-height > .wp-block-cossette-block-column-3 > .wp-block-columns .wp-block-column > section[class^="block-"]:only-child {
    margin: 0;
  }
}

.wp-block-image .aligncenter {
  padding: 1px;
}

.wp-block-image .aligncenter > a {
  display: inline-block;
}

.curling-post-content .wp-block-image {
  overflow: hidden;
  /*display: flex;*/
  display: inline;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.curling-post-content .wp-block-image img {
  max-width: unset;
  width: 100%;
  height: auto;
}

.wp-block-columns .wp-block-image img {
  width: 100%;
  height: auto;
}

.curling-sidebar {
  /*display: none;*/
  display: block;
  position: relative;
}

@media only screen and (min-width: 999px) {
  .curling-sidebar {
    display: block;
    margin-top: 136px;
  }
}

.sidebar-container {
  padding-top: 8px;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  box-shadow: -7px 10px 24px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
}

.sidebar-heading {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.sidebar-heading.sidebar-item-current {
  color: #ed1940;
  text-decoration: underline;
  cursor: default;
}

.sidebar-heading.sidebar-item-current:before {
  background-color: #ed1940;
}

.sidebar-heading:hover {
  color: #ed1940;
  text-decoration: underline;
  cursor: pointer;
}

.sidebar-heading:hover:before {
  background-color: #ed1940;
}

.sidebar-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 44px;
  background-color: transparent;
  content: ' ';
}

.sidebar-list {
  margin-bottom: 25px;
  list-style-type: none;
}

@media only screen and (max-width: 999px) {
  .sidebar-list.sidebar-collapsed {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  .sidebar-list.sidebar-expanded {
    display: block;
  }
}

.trigger-subnav-links {
  display: none;
}

@media only screen and (max-width: 999px) {
  .trigger-subnav-links {
    display: block;
    position: absolute;
    right: 20px;
    top: 70px;
    z-index: 100;
  }
}

.sidebar-item {
  position: relative;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 70px;
  padding-right: 30px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 15px;
  color: gray;
}

.sidebar-item.sidebar-item-current {
  color: #ed1940;
  text-decoration: underline;
  cursor: default;
}

.sidebar-item.sidebar-item-current:before {
  background-color: #ed1940;
}

.sidebar-item:hover {
  color: #ed1940;
  text-decoration: underline;
  cursor: pointer;
}

.sidebar-item:hover:before {
  background-color: #ed1940;
}

.sidebar-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 44px;
  background-color: transparent;
  content: ' ';
}

.sidebar-link {
  font-style: normal;
}

.sidebar-controls-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (max-width: 999px) {
  .sidebar-controls-container {
    display: none;
  }
}

.sidebar-controls.btn, .sidebar-controls.newsletter-signup-submit, .footer-content-right-wrapper .sidebar-controls.wpcf7-submit, .mailing-list .field-row input.sidebar-controls[type=submit] {
  flex-basis: 50%;
  padding-left: 0;
  padding-right: 0;
  background-color: #f2f2f2;
  color: #4c4c4e;
  border-radius: 0;
}

.sidebar-controls.btn.sidebar-controls-previous, .sidebar-controls.sidebar-controls-previous.newsletter-signup-submit, .footer-content-right-wrapper .sidebar-controls.sidebar-controls-previous.wpcf7-submit, .mailing-list .field-row input.sidebar-controls.sidebar-controls-previous[type=submit] {
  border-right: 1px solid #d8d8d8;
}

.sidebar-controls.btn:hover, .sidebar-controls.newsletter-signup-submit:hover, .footer-content-right-wrapper .sidebar-controls.wpcf7-submit:hover, .mailing-list .field-row input.sidebar-controls:hover[type=submit] {
  background-color: #ed1940;
  color: #ffffff;
}

.sidebar-controls.btn.disabled, .sidebar-controls.disabled.newsletter-signup-submit, .footer-content-right-wrapper .sidebar-controls.disabled.wpcf7-submit, .mailing-list .field-row input.sidebar-controls.disabled[type=submit] {
  color: #d8d8d8;
}

.sidebar-controls.btn.disabled:hover, .sidebar-controls.disabled.newsletter-signup-submit:hover, .footer-content-right-wrapper .sidebar-controls.disabled.wpcf7-submit:hover, .mailing-list .field-row input.sidebar-controls.disabled:hover[type=submit] {
  background-color: #f2f2f2;
  color: #d8d8d8;
  cursor: default;
}

.tablepress-31 a {
  color: #ed1940;
}

.social-share-heading {
  margin-bottom: 5px;
}

.social-share-container {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

.social-share-container:last-child {
  border-bottom: none;
}

.social-share {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.curling-post {
  padding-top: 196px;
}

.curling-post-title {
  margin-bottom: 35px;
}

.curling-post-content {
  font-family: "Meta Serif Pro";
  line-height: 18px;
  letter-spacing: 0;
  font-size: 14px;
  color: #000000;
}

@media only screen and (min-width: 999px) {
  .curling-post-content {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.curling-post-content a {
  font-style: italic;
  text-decoration: underline;
}

.curling-post-content a:hover {
  cursor: pointer;
  color: #f16682;
}

.header-main .menu-nav-mobile {
  margin-top: 13px;
  margin-bottom: 11px;
}

.header-main .menu-nav-mobile a:last-child .nav-menu-item-mobile {
  border-right: none;
}

.header-main .nav-menu-top-mobile {
  background-color: #ed1940;
}

.header-main .nav-menu-popup-current {
  max-width: 1440px;
  background-color: #ffffff;
}

.header-main .nav-menu-popup-current .nav-menu-popup-list {
  max-width: 1170px;
  padding-left: 130px;
  margin-left: auto;
  margin-right: auto;
}

.header-main .nav-menu-popup .nav-menu-popup-list {
  max-width: 1170px;
  padding-left: 130px;
  margin-left: auto;
  margin-right: auto;
}

.header-main .nav-menu-item-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #4c4c4e;
  border-right: 2px solid #d8d8d8;
}

.header-main .nav-menu-top-container {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

.header-main .nav-menu-top-right-mobile {
  background-color: #ffffff;
}

.header-main .menu-item-selectable:hover .menu-item-content,
.header-main .menu-item-selectable.menu-item-top-nav-selected .menu-item-content {
  color: #ed1940;
}

.header-main .menu-item-donate {
  background-color: #ed1940;
}

.header-main .menu-item-donate .menu-item-title {
  color: #ffffff;
}

.header-main .menu-item-donate:hover .menu-item-title {
  color: #ffffff;
}

.header-main .nav-menu-top-wrapper {
  background-color: #ffffff;
  color: #4c4c4e;
  max-width: 1150px;
}

.header-main .nav-menu-top-wrapper .menu-item .menu-item-title {
  color: #4c4c4e;
}

.header-main .nav-menu-top-wrapper .menu-item:hover .menu-item-title {
  color: #ed1940;
}

.header-main .menu-item-selected {
  color: #ed1940;
}

.header-main .nav-menu-primary {
  position: relative;
  background-color: #ed1940;
  color: #ffffff;
  z-index: 5;
}

.header-main .nav-menu-primary .menu-item .menu-item-title {
  color: #ffffff;
}

.header-main .nav-menu-primary .menu-item.active,
.header-main .nav-menu-primary .menu-item.menu-item-selected {
  background-color: #ffffff;
}

.header-main .nav-menu-primary .menu-item.active .menu-item-title,
.header-main .nav-menu-primary .menu-item.menu-item-selected .menu-item-title {
  color: #4c4c4e;
}

.header-main .nav-menu-primary .menu-item .menu-item-title.menu-item-selected {
  color: #4c4c4e;
}

.header-main .menu-event-subitem .menu-item-selectable:hover .menu-item-content,
.header-main .menu-event-subitem .menu-item-selectable.menu-item-selected .menu-item-content {
  color: #000000;
}

.header-main .menu-item-selectable:hover .menu-item-underline,
.header-main .menu-item-selectable.menu-item-selected .menu-item-underline {
  display: block;
}

.header-main .menu-item-selectable-text {
  color: #4c4c4e;
}

.header-main .menu-item-underline {
  background-color: #000000;
}

.header-event {
  position: relative;
  height: 90px;
  background-color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .header-event {
    height: 50px;
  }
}

.header-event .nav-menu-item-mobile {
  color: #ffffff;
}

.header-event .nav-menu-top-container {
  position: relative;
  z-index: 5;
  background-color: #4c4c4e;
  height: 50px;
}

.header-event .nav-menu-top-wrapper {
  max-width: 1150px;
}

.header-event .nav-menu-top-left-wrapper,
.header-event .nav-menu-top-right-wrapper {
  display: flex;
  height: 50px;
}

.header-event .nav-menu-top .menu-item-content {
  color: #ffffff;
}

.header-event .menu-top-nav {
  margin-left: 30px;
}

.header-event .menu-item.active, .header-event .menu-item.menu-item-selected {
  background-color: #ed1940;
}

.header-event .menu-item.active .menu-item-title, .header-event .menu-item.menu-item-selected .menu-item-title {
  color: #ffffff;
}

.header-event .menu-item-donate {
  background-color: #ed1940;
}

.header-event .nav-menu-primary {
  position: relative;
  z-index: 5;
}

.header-event .nav-menu-primary .menu-item-content {
  color: #4c4c4e;
}

.header-event .menu-logo {
  top: 0;
  margin-left: 12px;
}

@media only screen and (min-width: 999px) {
  .header-event .menu-logo {
    max-width: 228px;
  }
}

.header-event .menu-logo:focus-visible {
  outline: black auto 1px;
}

.header-event .nav-left-offset {
  padding-left: 18%;
  padding-right: 5%;
}

.header-event .nav-menu-primary-event {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 4;
}

.header-event .nav-menu-primary-wrapper {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.header-event .nav-menu-popup-container {
  z-index: -1;
}

.header-event .nav-menu-popup {
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  background-color: #ed1940;
}

.header-event .nav-menu-popup.nav-menu-popup-active {
  position: absolute;
  left: 0;
  transform: translate(0%, 100%);
  z-index: 2;
}

.header-event .nav-menu-popup.nav-menu-popup-active.active {
  transform: translate(0%, 100%);
  z-index: 3;
}

.header-event .nav-menu-popup.active {
  transform: translate(0%, 100%);
  z-index: 3;
}

.header-event .nav-menu-popup .menu-item-title {
  color: #ffffff;
}

.header-event .menu-item-selectable:hover .menu-item-underline,
.header-event .menu-item-selectable.menu-item-selected .menu-item-underline {
  display: block;
}

.header-event .menu-top-nav .menu-item-selectable:hover .menu-item-content,
.header-event .nav-menu-top-right-wrapper .menu-item-selectable:hover .menu-item-content {
  color: #ed1940;
}

.menu-item.menu-item-selected {
  background-color: #ed1940;
}

.menu-item.menu-item-selected .menu-item-title {
  color: #ffffff;
}

.footer-gray {
  background-color: #4c4c4e;
}

.footer-gray .menu-item-selectable:hover .menu-item-content {
  color: #ed1940;
}

.footer-legal-gray .footer-legal-wrapper {
  background-color: #4c4c4e;
}

.footer-legal-gray .menu-item-selectable:hover .menu-item-content {
  color: #ed1940;
}

.footer-logo {
  width: 46px;
  margin-top: 11px;
}

@media only screen and (min-width: 999px) {
  .footer-logo {
    width: 90px;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 29px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .footer-wrapper {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    max-width: 1170px;
  }
}

.footer-content-left-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 999px) {
  .footer-content-left-wrapper {
    flex-grow: 1;
    flex-shrink: 0.3;
    flex-basis: 0%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 999px) {
  .footer-content-centre-wrapper {
    flex-grow: 1;
    flex-shrink: 0.3;
    flex-basis: 32%;
  }
}

.footer-content-right-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media only screen and (min-width: 999px) {
  .footer-content-right-wrapper {
    flex-grow: 1;
    flex-shrink: 0.3;
    flex-basis: 33%;
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
    width: auto;
  }
}

.footer-form {
  display: flex;
  flex-direction: column;
  max-width: 315px;
}

@media only screen and (min-width: 999px) {
  .footer-form {
    flex-direction: row;
    max-width: none;
  }
}

.footer-form .newsletter-signup-submit {
  max-width: 100px;
}

.newsletter-signup-input {
  flex-grow: 1;
  border-radius: 3px;
  border: none;
}

.newsletter-signup-title {
  padding-top: 20px;
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 14px;
}

@media only screen and (min-width: 999px) {
  .newsletter-signup-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.newsletter-signup-input, .footer-content-right-wrapper .wpcf7-text {
  height: 40px;
  border: none;
  border-radius: 3px;
  padding-left: 0.5rem;
}

@media only screen and (min-width: 1441px) {
  .newsletter-signup-input, .footer-content-right-wrapper .wpcf7-text {
    width: 350px;
  }
}

.newsletter-signup-submit, .footer-content-right-wrapper .wpcf7-submit {
  font-family: "Knockout";
  font-size: 20px;
  margin-top: 10px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  border-radius: 3px;
}

@media only screen and (min-width: 999px) {
  .newsletter-signup-submit, .footer-content-right-wrapper .wpcf7-submit {
    margin-top: 0;
    margin-left: 20px;
  }
}

.footer-nav-menu {
  flex-direction: column;
  flex-wrap: nowrap;
}

@media only screen and (min-width: 999px) {
  .footer-nav-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-menu-item.menu-item {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 999px) {
  .footer-menu-item.menu-item {
    padding-left: 19px;
    padding-right: 19px;
    width: 50%;
  }
}

.footer-nav-menu-social {
  padding-top: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .footer-nav-menu-social {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.menu-item-social {
  margin-right: 21px;
}

.footer-legal-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .footer-legal-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 31px;
    max-width: 1170px;
  }
}

.legal {
  color: #d8d8d8;
}

.footer-legal-content-left-wrapper {
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 999px) {
  .footer-legal-content-left-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.block-accordion-container {
  padding-top: 22px;
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.block-accordion-container:last-of-type {
  border-bottom: 1px solid #d8d8d8;
}

.block-accordion-container.active .accordion-container-content {
  display: block;
}

.block-accordion-container.active .accordion-container-border {
  border-bottom: 1px solid #d8d8d8;
}

.accordion-container-border {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: none;
}

.accordion-container-top {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
}

.accordion-container-content {
  display: none;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion-container-content > body, .accordion-container-content > h1, .accordion-container-content > h2, .accordion-container-content > h3, .accordion-container-content > h4, .accordion-container-content > h5, .accordion-container-content > h6, .accordion-container-content > p, .accordion-container-content > ol, .accordion-container-content > ul {
  margin-bottom: 1.33em;
}

.download-item-left {
  display: flex;
  align-items: center;
}

.accordion-container-links {
  display: flex;
  align-items: center;
}

.accordion-container-link {
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-container-close {
  position: absolute;
  top: 10px;
  right: 28px;
}

.block-accordion-container.accordion-container-single {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -10px 9px 21px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
}

.block-accordion-container.accordion-container-single .accordion-container-border {
  border-bottom: none;
}

.block-accordion-container.accordion-container-single .accordion-container-link-open {
  display: block;
}

.block-accordion-container.accordion-container-single .accordion-container-link-close {
  display: none;
}

.block-accordion-container.accordion-container-single.active .accordion-container-link-open {
  display: none;
}

.block-accordion-container.accordion-container-single.active .accordion-container-link-close {
  display: block;
}

/**
 * Modules imports
 */
@keyframes expand {
  from {
    margin-left: 8px;
  }
  to {
    margin-left: 16px;
  }
}

.btn, .newsletter-signup-submit, .footer-content-right-wrapper .wpcf7-submit, .mailing-list .field-row input[type=submit] {
  padding: 14px 52px 14px;
  background: none;
  cursor: pointer;
  display: inline-block;
  border: none;
  background-color: #ed1940;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Knockout";
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  font-size: 20px;
  max-width: 100%;
  white-space: normal;
}

.btn img, .newsletter-signup-submit img, .footer-content-right-wrapper .wpcf7-submit img, .mailing-list .field-row input[type=submit] img {
  margin-left: 14px;
  vertical-align: middle;
}

.btn:hover, .newsletter-signup-submit:hover, .footer-content-right-wrapper .wpcf7-submit:hover, .mailing-list .field-row input:hover[type=submit] {
  background: #f3607b;
  transition: background-color 0.3s ease-in;
  cursor: pointer;
}

.btn-small, .newsletter-signup-submit, .footer-content-right-wrapper .wpcf7-submit, .mailing-list .field-row input[type=submit] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
}

.btn-large {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 2px;
  font-size: 33px;
  letter-spacing: 2px;
  line-height: 33px;
}

@media only screen and (min-width: 1441px) {
  .btn-large {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.btn-red, .newsletter-signup-submit, .footer-content-right-wrapper .wpcf7-submit, .mailing-list .field-row input[type=submit] {
  background-color: #ed1940;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #000000;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
}

.btn-gray {
  background-color: #4c4c4e;
  color: #ffffff;
}

.btn-yellow {
  background-color: #fff26e;
  color: #000000;
}

.btn-secondary {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 23px;
}

.btn-secondary span {
  position: relative;
}

.btn-secondary:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  content: '';
  cursor: pointer;
  height: 3px;
  background: #f16682;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  width: 30px;
}

.btn-secondary:hover {
  display: block;
  cursor: pointer;
}

.btn-secondary:hover span:before,
.btn-secondary:hover span:after {
  display: block;
  position: absolute;
  right: -41px;
  height: 3px;
  width: 15px;
  opacity: 1;
  content: '';
  background: #f16682;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.btn-secondary:hover span:before {
  top: calc(50% - 6px);
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.btn-secondary:hover span:after {
  top: calc(50% + 4px);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.btn-inverted {
  color: #ffffff;
}

.btn-link {
  display: flex;
  align-items: center;
  color: inherit;
  cursor: pointer;
}

.btn-link:hover .btn-link-arrow {
  margin-left: 16px;
  /*
        animation-name: expand;
        animation-duration: .2s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        */
}

.btn-link-text {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

.btn-link-arrow {
  margin-left: 8px;
  transition: margin-left 0.2s ease-out;
}

.checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 2px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 41px;
  padding-right: 11px;
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox,
.radio {
  position: absolute;
  top: 50%;
  left: 12px;
  height: 23px;
  width: 23px;
  border: 3px solid #000000;
  transform: translate(0, -50%);
}

.radio {
  border-radius: 50%;
}

/* On mouse-over, add a gray background color */
.checkbox-container:hover input ~ .checkbox {
  background-color: #000000;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox {
  background-color: #000000;
}

/* On mouse-over, add a gray background color */
.checkbox-container:hover input ~ .radio:after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox-container .radio:after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000000;
}

.checkbox-error {
  background-color: #ed1940;
  color: #ffffff;
}

.checkbox-error .checkbox,
.checkbox-error .radio {
  border: 3px solid #ffffff;
}

.checkbox-error-message {
  font-family: "Knockout";
  font-size: 16px;
  color: #ed1940;
  letter-spacing: 0;
  line-height: 25px;
}

.menu-hamburger-mobile:hover {
  cursor: pointer;
}

.menu-nav-mobile a {
  flex-grow: 1;
}

@media only screen and (min-width: 999px) {
  .header-mobile {
    display: none;
  }
}

.nav-menu-popout-mobile {
  display: none;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.nav-menu-popout-mobile.active {
  display: block;
}

.nav-menu-popout-mobile.active.nav-menu-popout-submenu-mobile .menu-list-container-mobile {
  display: block;
}

.nav-menu-popout-mobile.nav-menu-popout-submenu-mobile {
  display: block;
}

.nav-menu-popout-mobile.nav-menu-popout-submenu-mobile .menu-list-container-mobile {
  display: none;
}

.menu-nav-popout-item {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.menu-nav-popout-item.active {
  display: block;
}

.menu-nav-mobile {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}

.menu-nav-mobile.menu-submenunav-mobile {
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
  cursor: pointer;
}

.mobile-language-selector {
  min-width: 40px;
}

.mobile-language-selector h4 {
  padding: 20px;
  font-size: 20px;
  border-left: 2px solid #d8d8d8;
  color: #4c4c4e;
}

.menu-subnav-mobile {
  justify-content: flex-start;
  width: auto;
  cursor: pointer;
}

.header-desktop {
  display: none;
}

@media only screen and (min-width: 999px) {
  .header-desktop {
    display: block;
    position: relative;
    z-index: 1;
  }
}

.menu-h2 {
  margin-bottom: 24px;
  font-size: 40px;
  padding-right: 20px;
}

.menu-event-h2 {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 36px;
}

.menu-event-logo {
  position: absolute;
  top: 12px;
  height: 60px;
  max-height: 60px;
  z-index: 3;
}

.menu-logo-mobile {
  width: 46px;
}

@media only screen and (min-width: 999px) {
  .menu-logo {
    position: absolute;
    top: 20px;
    margin-left: 19px;
    max-width: 110px;
    max-height: 172px;
    z-index: 100;
  }
}

.nav-left-offset {
  padding-left: 172px;
}

.nav-menu-top-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  height: 90px;
}

.nav-menu-item-mobile {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  cursor: pointer;
}

.menu-item-events-mobile {
  display: flex;
  justify-content: center;
  margin-top: 31px;
  margin-bottom: 31px;
}

.nav-menu-popout-bottom-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 38px;
  border-top: 1px solid #d8d8d8;
}

.nav-menu-subitem-mobile {
  font-size: 24px;
}

.nav-menu-top-wrapper {
  display: flex;
  justify-content: space-between;
}

.nav-menu-top-right-mobile {
  display: flex;
  background-color: #ed1940;
}

.nav-menu-top-right-wrapper {
  display: flex;
}

.nav-menu-primary-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  height: 120px;
}

.nav-menu-primary-event {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.nav-menu-primary-container {
  position: relative;
}

.nav-menu-popup-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.nav-menu-popup {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  background-color: #ffffff;
  overflow: hidden;
  transform: translateY(0%);
  transform-origin: top center;
  transition: transform 0.25s ease-out;
  z-index: 3;
}

.nav-menu-popup.active {
  transform: translateY(100%);
  z-index: 3;
}

.nav-menu-popup.nav-menu-popup-active {
  position: relative;
  transform: translateY(100%);
  z-index: 2;
}

.nav-menu-popup-list {
  display: flex;
  flex-direction: row;
}

.nav-menu-popup-wrapper {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 15px;
  justify-content: space-between;
}

.nav-menu-popup-left {
  padding-top: 12px;
  padding-left: 17px;
  width: 21.50537634%;
  height: 100%;
}

.nav-menu-popup-centre {
  flex-grow: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 126px;
  width: 46.23655914%;
  height: 100%;
}

.nav-menu-popup-centre-menu-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.nav-menu-popup-centre-menu-subitem {
  width: 50%;
}

.nav-menu-popup-right {
  padding-top: 12px;
  padding-left: 16px;
  width: 32.25806452%;
  height: 100%;
}

.nav-menu-popup-event {
  align-items: flex-start;
}

.nav-menu-popup-event-left {
  padding-top: 63px;
  padding-left: 18px;
  width: 25%;
}

.nav-menu-popup-event-centre {
  display: flex;
  padding-top: 36px;
  width: 47%;
}

.event-item {
  padding-left: 17.5px;
  padding-right: 17.5px;
  max-width: 100%;
  max-height: 100%;
}

.nav-menu-popup-event-right {
  padding-top: 36px;
  padding-left: 35px;
  width: 28%;
}

.menu-nav {
  display: flex;
  list-style-type: none;
  height: 100%;
}

.menu-nav-language {
  border-left: 1px solid #d8d8d8;
}

.menu-nav-events {
  flex-direction: column;
}

.arrow-right {
  margin-left: 20px;
}

.menu-list-mobile > .menu-item-mobile .menu-list-mobile {
  display: none;
}

.menu-list-mobile.active > .menu-item-mobile .menu-list-mobile {
  display: block;
}

.menu-list-mobile.active > .menu-item-mobile > .menu-item-container-mobile .arrow-right {
  transform: rotate(90deg);
}

.menu-item-mobile {
  display: block;
  position: relative;
  align-items: center;
}

.menu-item-mobile:hover {
  cursor: pointer;
}

.menu-item-container-mobile {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #4c4c4e;
}

.menu-item-container-mobile.ultra-top-level {
  background-color: #ed1940;
}

.menu-item-subcontainer-mobile {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
}

.menu-item-subsubcontainer-mobile {
  border-bottom: none;
}

.no-link:focus-visible {
  outline: black auto 1px;
}

.no-link:hover {
  cursor: default;
}

.menu-item {
  display: flex;
  position: relative;
  align-items: center;
}

.menu-item:hover {
  cursor: pointer;
}

.menu-item.active, .menu-item.menu-item-selected {
  background-color: #ed1940;
}

.menu-item.active .menu-item-title, .menu-item.menu-item-selected .menu-item-title {
  color: #ffffff;
}

.menu-item.active .menu-item-arrow, .menu-item.menu-item-selected .menu-item-arrow {
  display: none;
}

.menu-item .menu-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  padding-right: 19px;
  height: 100%;
  text-decoration: inherit;
}

.menu-item-language {
  margin-right: 18px;
}

.menu-item-language a {
  padding-left: 20px;
  padding-right: 20px;
}

.menu-item-donate {
  overflow: unset;
  margin-top: 11px;
  margin-bottom: 14px;
  margin-left: 5px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 2px;
}

.menu-item-donate .menu-item-donate-link {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.nav-menu-popout-mobile .menu-item-donate {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-item-arrow {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.menu-item-title {
  font-size: 24px;
  letter-spacing: 0.4px;
  text-align: center;
}

.menu-item-description-mobile {
  font-size: 12px;
  font-style: italic;
}

.menu-item-top-nav {
  font-size: 20px;
  letter-spacing: 1px;
}

.menu-item-small {
  font-size: 15px;
  letter-spacing: 0.75px;
}

.menu-item-subtitle {
  font-family: "Knockout";
  font-size: 16px;
  letter-spacing: 0.27px;
  line-height: 14px;
  text-transform: uppercase;
}

.menu-item-selectable {
  display: flex;
  position: relative;
}

.menu-item-selectable:hover {
  cursor: pointer;
}

.menu-item-selectable-text {
  text-align: center;
}

.menu-item-subtitle,
.menu-item-subtitle-event {
  line-height: normal;
  text-align: left;
}

.menu-item-info {
  font-family: "Meta Serif Pro";
  font-size: 10px;
  letter-spacing: 0.17px;
  padding-left: 10px;
  text-transform: none;
}

.menu-subitem {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0;
  padding-right: 30px;
}

.menu-subitem:hover {
  cursor: pointer;
}

.menu-event-subitem {
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.menu-item-underline {
  display: none;
  position: absolute;
  bottom: -5px;
  height: 4px;
  width: 100%;
  background-color: #ffffff;
}

.menu-subitem-event {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 11px;
}

.menu-subitem-wrapper {
  display: flex;
  flex-direction: column;
}

.menu-item-toptitle-mobile {
  max-width: 290px;
}

.menu-nav-events-centre-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
}

.menu-nav-events-centre-list .menu-event-poster:first-child {
  margin-right: 17.5px;
}

.menu-nav-events-centre-list .menu-event-poster:last-child {
  margin-left: 17.5px;
}

.menu-event-poster {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 250px;
  height: 350px;
  border: 1px solid #4c4c4e;
}

.menu-event-poster-img-container {
  height: 188px;
}

.menu-event-poster-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-event-poster-bottom-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.menu-event-poster-name {
  margin-top: 20px;
  font-size: 24px;
}

.menu-event-poster-date {
  font-size: 13px;
}

.menu-event-poster-location {
  font-size: 13px;
}

.menu-event-poster-link-container {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

.menu-event-poster-link {
  font-size: 13px;
  text-decoration: none;
}

.menu-event-poster-link:first-child {
  margin-right: 20px;
}

.menu-event-poster-link .arrow-right-large-red:after {
  margin-bottom: 0;
}

.ad-banner-wide {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.block-broadcast-callout .callout-wrapper {
  position: relative;
}

.block-broadcast-callout .callout-label {
  position: absolute;
  top: 20px;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
}

.block-broadcast-callout .callout-thumbnail {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  object-fit: contain;
}

.block-broadcast-callout .callout-info {
  min-height: 298px;
  background-color: #4c4c4e;
}

.block-broadcast-callout .broadcast-callout-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.block-broadcast-callout .broadcast-callout-btn .broadcast-callout-btn-text {
  color: #ffffff;
}

.block-broadcast-callout .broadcast-callout-btn .broadcast-callout-btn-text:hover {
  color: #000000;
}

.block-broadcast-callout .callout-excerpt {
  padding-bottom: 20px;
}

.broadcast-callout-link {
  margin-top: 10px;
}

.block-simple-callout {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -7px 16px 43px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
}

.simple-callout-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 999px) {
  .simple-callout-mobile {
    display: none;
  }
}

.simple-callout-link-mobile {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #d8d8d8;
  width: 100%;
  text-decoration: none;
}

.simple-callout-title-mobile {
  text-align: center;
}

.simple-callout-desktop {
  display: none;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 28px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 270px;
}

@media only screen and (min-width: 999px) {
  .simple-callout-desktop {
    display: flex;
  }
}

.simple-callout-title {
  margin-bottom: 12px;
}

@media only screen and (min-width: 999px) {
  .simple-callout-title {
    font-size: 36px;
  }
}

.simple-callout-description {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 18px;
}

.simple-callout-container {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}

.simple-callout-link {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-hero {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  .block-hero {
    flex-direction: row;
  }
}

.block-hero .hidden {
  display: none;
}

.hero-media-container {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .hero-media-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.hero-background-video-container {
  height: 100%;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-background-video {
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .hero-background-video {
    position: absolute;
    width: 100%;
  }
}

.hero-background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.4;
  cursor: pointer;
}

.hero-background-play-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-large {
    min-height: 700px;
  }
}

.block-hero-main.block-hero-large .hero-media-container {
  min-height: 350px;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-large .hero-media-container {
    height: 100%;
    min-height: auto;
  }
}

.block-hero-main.block-hero-large .hero-background-image {
  min-height: 350px;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-large .hero-background-image {
    min-height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-medium {
    min-height: 577px;
  }
}

.block-hero-main.block-hero-medium .hero-media-container {
  min-height: 350px;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-medium .hero-media-container {
    height: 100%;
    min-height: auto;
  }
}

.block-hero-main.block-hero-medium .hero-background-image {
  min-height: 350px;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-medium .hero-background-image {
    min-height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-small {
    min-height: 430px;
  }
}

.block-hero-main.block-hero-small .hero-media-container {
  min-height: 250px;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-small .hero-media-container {
    height: 100%;
    min-height: auto;
  }
}

.block-hero-main.block-hero-small .hero-background-image {
  min-height: 250px;
  object-fit: cover;
}

@media only screen and (min-width: 769px) {
  .block-hero-main.block-hero-small .hero-background-image {
    min-height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-large {
    min-height: 700px;
  }
}

.block-hero-large .hero-media-container {
  height: 350px;
}

@media only screen and (min-width: 769px) {
  .block-hero-large .hero-media-container {
    height: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-medium {
    min-height: 600px;
  }
}

.block-hero-medium .hero-media-container {
  height: 300px;
}

@media only screen and (min-width: 769px) {
  .block-hero-medium .hero-media-container {
    height: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-small {
    min-height: 430px;
  }
}

.block-hero-small .hero-media-container {
  height: 250px;
}

@media only screen and (min-width: 769px) {
  .block-hero-small .hero-media-container {
    height: 100%;
    height: auto;
  }
}

.block-hero-main {
  background-color: #f2f2f2;
}

.block-hero-main .block-hero-inner {
  display: none;
}

@media only screen and (min-width: 769px) {
  .block-hero-main .block-hero-inner {
    display: flex;
  }
}

.block-hero-inner {
  display: none;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner {
    display: flex;
    position: absolute;
    left: 10%;
    margin-left: 0;
    margin-right: 0;
    width: 30%;
    min-width: 200px;
    border-bottom: none;
  }
}

@media only screen and (max-width: 768px) {
  .block-hero-inner {
    display: flex;
    position: absolute;
    left: 10%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 200px;
    border-bottom: none;
  }
}

.block-hero-inner.left.featured {
  width: 40%;
  bottom: 40px;
}

.block-hero-inner.left.featured .hero-body-container {
  display: none;
}

.block-hero-inner.left.featured .hero-link-container {
  padding-top: 10px;
}

.block-hero-inner.left.featured .hero-title-container {
  padding-bottom: 10px;
  width: 100%;
}

.block-hero-inner.left.featured .hero-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.block-hero-inner.left .hero-title-container {
  padding-top: 60px;
  padding-bottom: 26px;
  width: 55%;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner.left .hero-title-container {
    padding-bottom: 40px;
  }
}

.block-hero-inner.left .hero-title,
.block-hero-inner.left .hero-date,
.block-hero-inner.left .hero-body {
  color: #000000;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner.left .hero-title,
  .block-hero-inner.left .hero-date,
  .block-hero-inner.left .hero-body {
    color: #ffffff;
  }
}

.block-hero-inner.left .hero-link {
  color: #ed1940;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner.left .hero-link {
    color: #ffffff;
  }
}

.block-hero-inner.centre {
  background-color: #ffffff;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner.centre {
    position: relative;
    left: 51.65%;
    padding-top: 65px;
    padding-bottom: 110px;
    padding-left: 4.7%;
    padding-right: 4.7%;
    width: 39.2%;
    min-height: 700px;
    z-index: 0;
  }
}

.block-hero-inner.centre .hero-title-container {
  padding-top: 20px;
  padding-bottom: 26px;
  min-width: 200px;
}

@media only screen and (min-width: 769px) {
  .block-hero-inner.centre .hero-title-container {
    padding-bottom: 40px;
  }
}

.block-hero-inner.centre .hero-title,
.block-hero-inner.centre .hero-date,
.block-hero-inner.centre .hero-body {
  color: #000000;
}

.block-hero-inner.centre .hero-link {
  color: #ed1940;
}

.hero-post-type-container-mobile {
  display: block;
  position: absolute;
  top: 19px;
  left: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 64px;
  background-color: #4c4c4e;
  border-radius: 2px;
  text-align: center;
  min-height: 24px;
}

@media only screen and (min-width: 769px) {
  .hero-post-type-container-mobile {
    display: none;
  }
}

.hero-post-type-container {
  display: none;
  margin-left: 1px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 64px;
  background-color: #4c4c4e;
  border-radius: 2px;
  text-align: center;
  min-height: 24px;
}

@media only screen and (min-width: 769px) {
  .hero-post-type-container {
    display: block;
  }
}

.hero-post-type {
  font-family: "Knockout";
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 12px;
  text-transform: uppercase;
}

.hero-no-post-type {
  margin-top: 44px;
}

.hero-title {
  line-height: 48px;
}

@media only screen and (min-width: 769px) {
  .hero-title {
    line-height: 52px;
  }
}

.hero-body-container {
  padding-top: 16px;
  padding-bottom: 26px;
}

@media only screen and (min-width: 769px) {
  .hero-body-container {
    padding-top: 21px;
    border-bottom: 1px solid #d8d8d8;
  }
}

.hero-link-container {
  padding-top: 6px;
  padding-bottom: 36px;
}

@media only screen and (min-width: 769px) {
  .hero-link-container {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.hero-link {
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-caption-container-mobile {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .hero-caption-container-mobile {
    display: none;
  }
}

.hero-caption-wrapper-mobile {
  display: inline-block;
  margin-left: 26px;
  margin-right: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fefefe;
  border-radius: 2px;
}

.hero-caption-container {
  display: none;
  position: absolute;
  left: 10%;
  bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fefefe;
  max-width: 566px;
  border-radius: 2px;
}

@media only screen and (min-width: 769px) {
  .hero-caption-container {
    display: block;
  }
}

.hero-caption {
  font-size: 12px;
  line-height: 13px;
  color: #4c4c4e;
}

.block-divider {
  margin-top: 100px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d8d8d8;
}

.block-divider.divider-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-hero-carousel {
  min-height: 600px;
  overflow-x: hidden;
}

.block-hero-carousel .ms-container {
  background-color: #ffffff;
}

.block-hero-carousel .ms-view {
  height: 540px !important;
}

@media only screen and (min-width: 769px) {
  .block-hero-carousel .ms-view {
    height: 700px !important;
  }
}

@media only screen and (min-width: 769px) {
  .block-hero-carousel .ms-thumb-frame img {
    max-width: 140px;
  }
}

.block-hero-carousel .ms-wk .ms-slide {
  height: 540px !important;
}

@media only screen and (min-width: 769px) {
  .block-hero-carousel .ms-wk .ms-slide {
    height: 700px !important;
  }
}

.block-hero-carousel .ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 0;
  width: 140px !important;
  background-color: #ffffff;
  border: none;
}

@media only screen and (min-width: 769px) {
  .block-hero-carousel .ms-tabs.ms-dir-h .ms-thumb-frame {
    width: 370px !important;
  }
}

.block-hero-carousel .ms-tabs .ms-thumb {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.block-hero-carousel .ms-thumb-ol {
  display: none;
}

.block-hero-carousel .ms-thumb {
  height: 100%;
}

.block-hero-carousel .ms-thumb-list {
  position: relative;
  top: -64px;
  margin-left: 15px;
}

.hero-carousel-image {
  position: absolute;
  background-color: gray;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-carousel-thumbnail {
  display: flex;
  flex-direction: column;
  width: 140px;
  height: 140px;
  box-shadow: -7px 14px 23px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px 0 0 2px;
}

@media only screen and (min-width: 769px) {
  .hero-carousel-thumbnail {
    width: auto;
    height: auto;
  }
}

.hero-carousel-thumbnail-image {
  flex-basis: 100%;
  object-fit: cover;
  background-color: #d8d8d8;
}

@media only screen and (min-width: 769px) {
  .hero-carousel-thumbnail-image {
    flex-basis: 37%;
  }
}

.hero-carousel-thumbnail-link {
  height: 100%;
}

.hero-carousel-thumbnail-top {
  display: flex;
  height: 100%;
}

.hero-carousel-thumbnail-content {
  display: none;
  flex-basis: 63%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 8px;
  padding-right: 12px;
}

@media only screen and (min-width: 769px) {
  .hero-carousel-thumbnail-content {
    display: block;
  }
}

.hero-carousel-thumbnail-timer {
  height: 6px;
  width: 100%;
  background-color: #d8d8d8;
}

.hero-carousel-thumbnail-timer-progress {
  width: 0;
  height: 6px;
  background-color: #ed1940;
  transition: width 0.1s ease-out, opacity 0.5s ease-in;
  opacity: 1;
}

.hero-carousel-thumbnail-timer-progress.initializing {
  transition: width 0s linear;
}

.hero-carousel-thumbnail-timer-progress.deinitializing {
  opacity: 0;
}

.hero-carousel-caption-container {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: #4c4c4e;
  overflow: hidden;
}

.hero-carousel-caption {
  display: inline;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 120px;
  line-height: 104px;
  letter-spacing: 0.95px;
  position: absolute;
  bottom: 113px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  max-height: 420px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
  text-overflow: ellipsis;
  z-index: 1;
}

@media only screen and (min-width: 769px) {
  .hero-carousel-caption {
    left: 130px;
    max-width: 50%;
  }
}

.hero-carousel-thumbnail-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
}

.block-timer {
  position: relative;
  top: -40px;
  z-index: 1;
}

.block-timer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: #ffffff;
  box-shadow: -7px 14px 23px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

@media only screen and (min-width: 999px) {
  .block-timer-wrapper {
    flex-wrap: nowrap;
    max-width: 1030px;
  }
}

.block-timer-counter {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 29px;
}

@media only screen and (min-width: 999px) {
  .block-timer-counter {
    flex-basis: auto;
  }
}

.block-timer-counter-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 25%;
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .block-timer-counter-container {
    width: 140px;
  }
}

.block-timer-border-right {
  border-right: 2px solid #d8d8d8;
}

.block-timer-info-container {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 17px;
  height: auto;
  background-color: #ed1940;
}

@media only screen and (min-width: 999px) {
  .block-timer-info-container {
    max-width: 500px;
  }
}

@media only screen and (max-width: 999px) {
  .block-timer-info-container {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.block-timer-value {
  margin-bottom: 16px;
}

.block-timer-label {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-timer-info-date {
  margin-bottom: 10px;
}

.block-timer-link-container {
  padding-top: 25px;
}

.block-timer-info-link-container {
  display: flex;
  align-items: center;
}

.block-timer-info-link {
  display: inline-block;
  font-size: 18px;
}

.arrow-right-large {
  margin-left: 14px;
}

.block-package {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 95px;
  padding-bottom: 43px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 389px;
  background-size: 205px 120px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 999px) {
  .block-package {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 39px;
    padding-bottom: 28px;
    padding-left: 57px;
    padding-right: 61px;
    max-width: 971px;
    background-size: 252px 146px;
  }
}

.block-package-white {
  background-color: #ffffff;
  background-image: url("../images/symbol-slash.svg");
}

@media only screen and (min-width: 999px) {
  .block-package-white {
    background-image: url("../images/symbol-slash-large.svg");
  }
}

.block-package-white .package-name {
  color: #000000;
}

.block-package-gray {
  background-color: #4c4c4e;
  background-image: url("../images/symbol-slash.svg");
}

@media only screen and (min-width: 999px) {
  .block-package-gray {
    background-image: url("../images/symbol-slash-large.svg");
  }
}

.block-package-gray .package-name {
  color: #ffffff;
}

.block-package-gray .package-info-container h1, .block-package-gray .package-info-container h2, .block-package-gray .package-info-container h3, .block-package-gray .package-info-container h4, .block-package-gray .package-info-container p {
  color: #ffffff;
}

.block-package-red {
  background-color: #ed1940;
  background-image: url("../images/symbol-slash-white.svg");
}

.block-package-red .package-name {
  color: #ffffff;
}

.block-package-red .package-info-container h1, .block-package-red .package-info-container h2, .block-package-red .package-info-container h3, .block-package-red .package-info-container h4, .block-package-red .package-info-container p {
  color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .block-package-red {
    background-image: url("../images/symbol-slash-large-white.svg");
  }
  .block-package-red .package-name {
    color: #000000;
  }
  .block-package-red .package-info-container h1, .block-package-red .package-info-container h2, .block-package-red .package-info-container h3, .block-package-red .package-info-container h4, .block-package-red .package-info-container p {
    color: #000000;
  }
}

.package-name {
  line-height: 50px;
}

@media only screen and (min-width: 999px) {
  .package-name {
    line-height: 52px;
  }
}

.package-price-container-mobile,
.package-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 2px;
}

@media only screen and (min-width: 999px) {
  .package-price-container-mobile,
  .package-price-container {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 999px) {
  .package-price-container-mobile {
    display: none;
  }
}

.package-price-container {
  display: none;
}

@media only screen and (min-width: 999px) {
  .package-price-container {
    display: flex;
  }
}

@media only screen and (min-width: 999px) {
  .package-wrapper {
    margin-right: 10px;
    max-width: 400px;
  }
}

.package-price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (min-width: 999px) {
  .package-price-wrapper {
    align-items: flex-start;
    margin-right: 10px;
  }
}

.package-price-dollar-symbol,
.package-price-cents {
  margin-bottom: 18px;
  white-space: nowrap;
}

@media only screen and (min-width: 999px) {
  .package-price-dollar-symbol,
  .package-price-cents {
    margin-top: 19px;
    margin-bottom: 0;
  }
}

.package-price-cents {
  white-space: nowrap;
}

@media only screen and (min-width: 999px) {
  .package-price-cents {
    position: relative;
    left: -8px;
    margin-top: 14px;
  }
}

.package-price-dollar {
  line-height: 106px;
  white-space: nowrap;
}

@media only screen and (min-width: 999px) {
  .package-price-dollar {
    line-height: 130px;
  }
}

.package-price-info {
  margin-top: 22px;
  margin-left: 25px;
  margin-right: 25px;
  letter-spacing: 0.8px;
}

@media only screen and (min-width: 999px) {
  .package-price-info {
    margin-top: 9px;
    margin-left: 36px;
    margin-right: 36px;
  }
}

.package-info-container {
  padding-top: 38px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .package-info-container {
    padding-top: 17px;
    padding-bottom: 26px;
  }
}

.package-info-container h1, .package-info-container h2, .package-info-container h3, .package-info-container h4 {
  margin-bottom: 18px;
}

@media only screen and (min-width: 999px) {
  .package-info-container h1, .package-info-container h2, .package-info-container h3, .package-info-container h4 {
    margin-bottom: 16px;
    letter-spacing: 0.7px;
  }
}

.package-info-container a {
  display: block;
  color: #000000;
}

.package-button-container {
  margin-top: 32px;
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 42px;
  padding-right: 38px;
}

@media only screen and (min-width: 999px) {
  .package-button-container {
    margin-top: 20px;
    margin-bottom: 11px;
    padding-top: 17px;
    padding-bottom: 22px;
    padding-right: 35px;
    letter-spacing: 1.3px;
  }
}

.package-button-text {
  font-size: 34px;
  line-height: normal;
}

.block-package-small {
  min-width: 300px;
  max-width: 390px;
}

.package-small-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
  background-size: 205px 120px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.package-small-wrapper ul {
  padding-left: 18px;
}

.block-package-small-white .package-small-wrapper {
  background-color: #ffffff;
  background-image: url("../images/symbol-slash.svg");
}

.block-package-small-white .package-small-wrapper .package-small-name {
  color: #000000;
}

.block-package-small-gray .package-small-wrapper {
  background-color: #4c4c4e;
  background-image: url("../images/symbol-slash.svg");
}

.block-package-small-gray .package-small-wrapper .package-small-name {
  color: #ffffff;
}

.block-package-small-gray .package-small-wrapper .package-small-info-container h1, .block-package-small-gray .package-small-wrapper .package-small-info-container h2, .block-package-small-gray .package-small-wrapper .package-small-info-container h3, .block-package-small-gray .package-small-wrapper .package-small-info-container h4, .block-package-small-gray .package-small-wrapper .package-small-info-container p, .block-package-small-gray .package-small-wrapper .package-small-info-container ul, .block-package-small-gray .package-small-wrapper .package-small-info-container li {
  color: #ffffff;
}

.block-package-small-gray .package-small-wrapper .package-small-info-container ul {
  padding-left: 18px;
}

.block-package-small-red .package-small-wrapper {
  background-color: #ed1940;
  background-image: url("../images/symbol-slash-white.svg");
}

.block-package-small-red .package-small-wrapper .package-small-name {
  color: #ffffff;
}

.block-package-small-red .package-small-wrapper .package-small-info-container h1, .block-package-small-red .package-small-wrapper .package-small-info-container h2, .block-package-small-red .package-small-wrapper .package-small-info-container h3, .block-package-small-red .package-small-wrapper .package-small-info-container h4, .block-package-small-red .package-small-wrapper .package-small-info-container p {
  color: #ffffff;
}

.package-small-name {
  font-size: 48px;
  letter-spacing: 0.48px;
  line-height: 50px;
}

.package-small-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 2px;
}

.package-small-price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.package-small-price-dollar-symbol,
.package-small-price-cents {
  margin-bottom: 18px;
  font-size: 48px;
  letter-spacing: 0.48px;
  line-height: 48px;
}

.package-small-price-dollar {
  font-size: 120px;
  letter-spacing: 1.85px;
  line-height: 94px;
}

.package-small-price-info {
  margin-top: 22px;
  margin-left: 25px;
  margin-right: 25px;
  letter-spacing: 0.8px;
}

.package-small-info-container {
  padding-top: 38px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}

.package-small-info-container h1, .package-small-info-container h2, .package-small-info-container h3, .package-small-info-container h4 {
  margin-bottom: 18px;
}

.package-small-info-container p {
  line-height: 18px;
  letter-spacing: 0;
  font-size: 14px;
}

.package-small-button-container {
  margin-top: 32px;
  padding-top: 19px;
  padding-bottom: 23px;
  padding-left: 42px;
  padding-right: 38px;
}

.package-small-button-text {
  font-size: 34px;
}

.package-small-button-text a {
  line-height: normal;
}

.block-ticket {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 21px;
  padding-bottom: 43px;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 290px;
  background-size: 205px 120px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.block-ticket-white {
  background-color: #ffffff;
}

.block-ticket-gray {
  background-color: #4c4c4e;
}

.ticket-header {
  margin-left: 3px;
  margin-bottom: 17px;
  max-width: 200px;
  min-height: 100px;
}

.ticket-title {
  line-height: 52px;
}

.ticket-price-title {
  margin-left: 6px;
}

.ticket-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.ticket-price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ticket-price-dollar-symbol,
.ticket-price-cents {
  margin-bottom: 27px;
}

.ticket-price-dollar {
  margin-left: 2px;
  font-size: 120px;
  line-height: 85px;
  letter-spacing: 0;
}

.ticket-price-info {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 28px;
  margin-right: 28px;
  letter-spacing: 0.8px;
}

.ticket-option-title {
  margin-bottom: 10px;
}

.ticket-options-wrapper {
  margin-top: 14px;
  margin-bottom: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

.ticket-option-price-container {
  margin-bottom: 18px;
}

.ticket-option-price {
  margin-bottom: 10px;
}

.ticket-button-text {
  font-size: 34px;
}

.ticket-button-container {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 19px;
  padding-bottom: 20px;
  padding-left: 39px;
  padding-right: 36px;
  font-weight: 400;
  letter-spacing: 1.4px;
}

.ticket-legal-wrapper {
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

.ticket-legal {
  font-size: 14px;
}

.event-location-container {
  max-width: 1170px;
  display: flex;
  flex-direction: row;
  margin: 2.5rem auto 3.5rem auto;
  -webkit-box-shadow: 0px 7.5px 30px 0px #ccc;
  -moz-box-shadow: 0px 7.5px 30px 0px #ccc;
  box-shadow: 0px 7.5px 30px 0px #ccc;
  flex-wrap: wrap;
}

.event-location-container .info-section {
  width: 50%;
  padding: 0 20px;
}

.event-location-container .info-section h2, .event-location-container .info-section h3 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}

.event-location-container .info-section p {
  font-size: 2rem;
  font-family: 'knockout';
  line-height: 2rem;
}

.event-location-container .info-section hr {
  margin: 2rem 0;
  opacity: 0.5;
}

.event-location-container .info-section .event-date-label {
  margin-top: 1.75rem;
}

.event-location-container .info-section .event-links {
  display: flex;
}

@media only screen and (min-width: 999px) {
  .event-location-container .info-section .event-links div {
    margin-right: 20px;
    width: 50%;
  }
}

.event-location-container .info-section .event-links div p {
  font-size: 1rem;
}

.event-location-container .info-section .event-links div p a {
  color: #ed1940;
  font-style: normal;
}

.event-location-container .info-section .event-links div p a img {
  margin-left: 0.25rem;
  width: 1.15rem;
}

.event-location-container .info-section-container {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 440px;
}

.event-location-container .event-location-link {
  margin-bottom: 20px;
}

.event-location-container .map-section {
  width: 50%;
  height: 100%;
}

.event-location-container .map-section .wpgmza_sl_main_div {
  display: none;
}

.event-location-container .map-section .wpgmza-infowindow {
  color: black;
}

@media only screen and (max-width: 1441px) {
  .event-location-container {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1211px) {
  .event-location-container {
    max-width: 850px;
  }
  .event-location-container .info-section {
    padding: 1.5rem 3.25rem;
  }
}

@media only screen and (max-width: 1081px) {
  .event-location-container {
    max-width: 600px;
    height: 860px;
  }
  .event-location-container .info-section {
    width: 100%;
    max-height: 500px;
  }
  .event-location-container .info-section .event-links {
    flex-direction: column;
  }
  .event-location-container .map-section {
    width: 100%;
    max-height: 406.5px;
  }
}

@media only screen and (max-width: 861px) {
  .event-location-container {
    max-width: 500px;
  }
}

@media only screen and (max-width: 601px) {
  .event-location-container {
    max-width: 400px;
    height: 650px;
  }
  .event-location-container .info-section {
    max-height: 335px;
    padding: 1.75rem 2.75rem;
  }
  .event-location-container .info-section p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .event-location-container .info-section h2, .event-location-container .info-section h3 {
    font-size: 0.95rem;
    line-height: 1rem;
  }
  .event-location-container .info-section .event-date-label {
    margin-top: 1rem;
  }
  .event-location-container .info-section hr {
    margin: 1.25rem 0 1rem 0;
  }
  .event-location-container .info-section .event-links p a {
    font-size: 0.95rem;
    line-height: 1.75rem;
  }
  .event-location-container .map-section {
    max-height: 317.5px;
  }
}

@media only screen and (max-width: 441px) {
  .event-location-container {
    max-width: 300px;
    height: 525px;
  }
  .event-location-container .info-section {
    max-height: 275px;
    padding: 1.75rem 1.75rem 1.25rem 1.75rem;
  }
  .event-location-container .info-section p {
    font-size: 1rem;
    line-height: 1rem;
  }
  .event-location-container .info-section h2, .event-location-container .info-section h3 {
    font-size: 0.75rem;
    line-height: 0.8rem;
  }
  .event-location-container .info-section .event-date-label {
    margin-top: 0.75rem;
  }
  .event-location-container .info-section hr {
    margin: 1.25rem 0 0.75rem 0;
  }
  .event-location-container .info-section .event-links a {
    font-size: 0.75rem;
    line-height: 1.6rem;
  }
  .event-location-container .map-section {
    max-height: 250px;
  }
}

.block-event-info {
  display: flex;
  margin-bottom: 40px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -7px 16px 43px 0 rgba(76, 76, 78, 0.1), 0 0 4px 0 rgba(76, 76, 78, 0.1);
}

.block-event-info-column {
  flex-direction: column;
}

.block-event-info-row {
  flex-direction: column;
}

@media only screen and (min-width: 999px) {
  .block-event-info-row {
    flex-direction: row;
    align-items: center;
  }
}

.block-event-info-row .event-info-top-container {
  flex-basis: 53%;
}

.block-event-info-row .block-event-info-details {
  flex-basis: 47%;
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-info-detail-top-container {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .event-info-bottom-container {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-sponsor-link {
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-sponsor-links-container {
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-info-details.gray,
  .block-event-info-row .block-event-info-details.white {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-info-details.gray .block-event-sponsor-header,
  .block-event-info-row .block-event-info-details.white .block-event-sponsor-header {
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-row .block-event-info-details.gray .block-event-sponsor-operated-by,
  .block-event-info-row .block-event-info-details.white .block-event-sponsor-operated-by {
    margin-bottom: 9px;
  }
}

.event-info-live-container {
  position: absolute;
  top: -34px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
}

.event-info-live-text {
  display: flex;
}

.event-info-live-text:after {
  content: ' ';
  display: inline-block;
  margin-left: 12px;
  height: 20px;
  width: 20px;
  background-color: #00D800;
  border-radius: 50%;
}

.block-event-counter-container {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 25%;
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .block-event-counter-container {
    display: flex;
    width: 140px;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}

.block-event-counter {
  display: none;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 13px;
  min-height: 130px;
  background-color: #000000;
}

@media only screen and (min-width: 999px) {
  .block-event-counter {
    display: flex;
    flex-basis: auto;
  }
}

.block-event-value {
  margin-bottom: 20px;
}

.block-event-value-text {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.48px;
}

.block-event-border-right {
  border-right: 2px solid #d8d8d8;
}

.event-info-top-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 288px;
}

.event-info-top-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-event-info-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 34px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 999px) {
  .block-event-info-details {
    justify-content: space-between;
    padding-top: 20px;
  }
}

.block-event-info-details.white {
  background-color: #ffffff;
}

.block-event-info-details.gray {
  min-height: 414px;
  background-color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .block-event-info-details.gray {
    background-color: #f2f2f2;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-details.gray {
    padding-top: 37px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-details.gray .block-event-sponsor-header {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 999px) {
  .block-event-info-details.gray .block-event-sponsor-operated-by {
    margin-bottom: 20px;
  }
}

.block-event-sponsor-header {
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 44px;
  letter-spacing: 0.48px;
  max-width: 380px;
}

@media only screen and (min-width: 999px) {
  .block-event-sponsor-header {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 32px;
    letter-spacing: 1px;
  }
}

.block-event-sponsor-operated-by {
  margin-bottom: 26px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 999px) {
  .block-event-sponsor-operated-by {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.event-info-bottom-container {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 999px) {
  .event-info-bottom-container {
    flex-direction: column;
  }
}

.block-event-sponsor-tickets-btn {
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: max-content;
  font-family: "Knockout";
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 999px) {
  .block-event-sponsor-tickets-btn {
    margin-top: 25px;
    margin-bottom: 21px;
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 32px;
  }
}

.block-event-sponsor-links-container {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .block-event-sponsor-links-container {
    flex-direction: row;
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.block-event-sponsor-link {
  margin-bottom: 10px;
  margin-right: 30px;
  text-decoration: none;
}

@media only screen and (min-width: 999px) {
  .block-event-sponsor-link {
    margin-bottom: 0;
  }
}

.event-slider-mobile {
  display: block;
}

@media only screen and (min-width: 999px) {
  .event-slider-mobile {
    display: none;
  }
}

.event-slider-mobile .slick-list {
  overflow: visible;
}

.event-slider-mobile .slick-dots {
  position: relative;
  bottom: 0;
}

.event-slider-mobile .slick-dots li.slick-active button {
  border: 2px #ed1940 solid;
}

.event-slider-mobile .slick-dots li.slick-active button:before {
  color: #ed1940;
  opacity: 1;
}

.event-slider-mobile .slick-dots li button {
  border: 2px black solid;
  border-radius: 10px;
}

.event-slider-mobile .slick-dots li button:before {
  font-size: 32px;
  left: 0;
  top: 0;
  opacity: 0;
}

.event-slider-desktop {
  display: none;
}

@media only screen and (min-width: 999px) {
  .event-slider-desktop {
    display: block;
  }
}

.event-slider-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.event-slider-link {
  display: flex;
  align-items: center;
}

.event-slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.event-slider-container .block-event-slider-slide:first-child {
  margin-right: 15px;
}

.event-slider-container .block-event-slider-slide:last-child {
  margin-left: 15px;
}

.block-event-slider-slide {
  flex-grow: 1;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.block-prefooter {
  position: relative;
}

.block-prefooter-simple {
  border-top: 1px solid #d8d8d8;
}

.block-prefooter-simple .block-prefooter-info {
  padding-top: 36px;
  padding-bottom: 98px;
  margin-right: auto;
  max-width: 770px;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-simple .block-prefooter-info {
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 63px;
    text-align: center;
  }
}

.block-prefooter-simple .block-prefooter-info-body {
  margin-top: 41px;
  margin-bottom: 37px;
  color: #000000;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-simple .block-prefooter-info-body {
    margin-top: 32px;
  }
}

.block-prefooter-simple .block-prefooter-info-btns {
  justify-content: center;
  /*margin: 0 auto;*/
}

.block-prefooter-gray {
  border-top: none;
  background-color: #f2f2f2;
}

.block-prefooter-info {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 122px;
  padding-bottom: 161px;
  padding-left: 11px;
  padding-right: 11px;
  z-index: 2;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    max-width: 570px;
  }
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-left {
    margin-left: auto;
    margin-right: 41.5%;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-right {
    margin-left: 46.8%;
    margin-right: auto;
    padding-bottom: 100px;
  }
}

.block-prefooter-info-body {
  margin-top: 29px;
  margin-bottom: 17px;
  padding-left: 9px;
  color: #ffffff;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-body {
    margin-top: 22px;
    margin-bottom: 28px;
    padding-left: 0;
  }
}

.block-prefooter-info-btns {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-btns {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-prefooter-info-btns .block-prefooter-info-btn {
  max-width: 230px;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-btns .block-prefooter-info-btn {
    max-width: none;
  }
}

.block-prefooter-info-btns .block-prefooter-info-btn:nth-child(1) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-btns .block-prefooter-info-btn:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.block-prefooter-info-btns .block-prefooter-info-btn:nth-child(2) {
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-info-btns .block-prefooter-info-btn:nth-child(2) {
    margin-top: 0;
    margin-left: 10px;
  }
}

.block-prefooter-img-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -2;
}

.block-prefooter-img-left .block-prefooter-img {
  margin-right: auto;
}

.block-prefooter-img-right .block-prefooter-img {
  margin-left: auto;
}

.block-prefooter-img {
  display: none;
  max-width: none;
}

@media only screen and (min-width: 769px) {
  .block-prefooter-img {
    display: block;
    width: 43%;
  }
}

.prefooter-slash-container {
  position: absolute;
  bottom: 0;
}

.prefooter-slash {
  position: absolute;
  left: 50%;
  transform: translate(0, -100%);
  width: 1440px;
  max-width: none;
  max-height: none;
  z-index: -3;
}

.prefooter-slash-tlbr {
  bottom: -175px;
}

@media only screen and (min-width: 769px) {
  .prefooter-slash-tlbr {
    bottom: -375px;
  }
}

.prefooter-slash-iltr {
  bottom: -205px;
}

@media only screen and (min-width: 769px) {
  .prefooter-slash-iltr {
    bottom: -585px;
  }
}

.prefooter-slash-mask {
  transform: translate(0, calc(-100% + -10px));
  z-index: -1;
}

.prefooter-slash-2 {
  display: none;
}

.block-sponsors {
  padding: 2.5rem 8rem;
  font-family: 'knockout';
  margin-bottom: 0.25em;
}

.block-sponsors.one-column {
  padding: 0;
}

.block-sponsors.one-column .sponsors-content .cta-section {
  width: 100%;
}

.block-sponsors .sponsors-content {
  max-width: 1170px;
}

.block-sponsors .sponsors-content h2 {
  font-size: 2rem;
}

.block-sponsors .sponsors-content .content-left-aligned,
.block-sponsors .sponsors-content .content-centered {
  width: 102.5%;
}

.block-sponsors .sponsors-content .sponsors-section {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container {
  flex: 0 1 170px;
  max-height: 310px;
  max-width: 200px;
  display: flex;
  padding: 1.25rem 15px;
  flex-direction: column;
  justify-content: flex-end;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container h3 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  white-space: nowrap;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container a {
  color: #ed1940;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container .sponsor-container-link {
  padding-bottom: 1.25rem;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container .sponsor {
  background-color: white;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
}

.block-sponsors .sponsors-content .sponsors-section .sponsor-container .sponsor img {
  width: auto;
  height: auto;
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}

.block-sponsors .sponsors-content .sponsors-section .has-title-and-link h3 {
  padding-bottom: 0;
}

.block-sponsors .sponsors-content .sponsors-section .has-title-and-link ~ .has-title h3 {
  padding-bottom: 2.45rem;
}

.block-sponsors .sponsors-content .content-left-aligned {
  display: flex;
  justify-content: flex-start;
}

.block-sponsors .sponsors-content .content-centered {
  display: flex;
  justify-content: center;
}

.block-sponsors .sponsors-content .content-right-aligned {
  display: flex;
  justify-content: flex-end;
}

.block-sponsors .sponsors-content .content-right-aligned .sponsor-container h3 {
  position: relative;
  left: 4.75rem;
}

.block-sponsors .sponsors-content .content-right-aligned .sponsor-container .sponsor {
  align-self: flex-end;
}

.block-sponsors .sponsors-content .cta-section.top {
  padding: 0.5rem 0;
}

.block-sponsors .sponsors-content .cta-section.bottom {
  padding-top: 0.5rem;
}

.block-sponsors .sponsors-content .cta-section.bottom .cta-link {
  line-height: 1.25rem;
}

.block-sponsors .sponsors-content .cta-section {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.block-sponsors .sponsors-content .cta-section .cta-link {
  color: #ed1940;
  text-decoration: none;
  font-style: normal;
  line-height: 1.75rem;
  font-size: 1rem;
  font-family: 'knockout';
}

.block-sponsors .sponsors-content .cta-section .cta-link img {
  margin-left: 0.25rem;
  width: 1.15rem;
}

.block-sponsors .sponsors-content .sponsors-section.one-column .sponsor-container h3 {
  white-space: unset;
  width: 170px;
  position: relative;
  left: 0;
  margin: 0 0 0 auto;
}

.block-sponsors .sponsors-content .sponsors-section.one-column .sponsor-container a {
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 auto;
  width: 170px;
}

.block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container h3 {
  white-space: unset;
  width: 170px;
  position: relative;
  left: 0;
  margin: 0 0 0 auto;
}

.block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container a {
  position: relative;
  top: 0.5rem;
  margin: 0 0 0 auto;
  width: 170px;
}

.block-sponsors .sponsors-content .sponsors-section.two-columns {
  max-width: 42.5%;
}

.block-sponsors .sponsors-content .sponsors-section.three-columns {
  max-width: 57.5%;
}

.block-sponsors .sponsors-content .sponsors-section.four-columns {
  max-width: 72.5%;
}

.block-sponsors .sponsors-content .sponsors-section.five-columns {
  max-width: 86.5%;
}

.has-grey-bg {
  background-color: #f2f2f2;
}

.has-white-bg {
  background-color: white;
}

.title-and-link-exist .sponsors-section {
  margin-top: 6rem;
}

@media only screen and (max-width: 769px) {
  .block-sponsors {
    padding: 2.25rem 0;
  }
  .block-sponsors .sponsors-content {
    margin-left: 3rem;
  }
  .block-sponsors .sponsors-content p {
    padding-bottom: 0.5rem;
  }
  .block-sponsors .sponsors-content .cta-section {
    flex-direction: column;
    width: 100%;
  }
  .block-sponsors .sponsors-content .sponsors-section .has-title-and-link ~ .has-title h3 {
    padding-bottom: 2.5rem;
  }
  .block-sponsors .sponsors-content .content-right-aligned {
    justify-content: unset;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column {
    max-width: 100%;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container h3 {
    margin: 0;
    left: 0;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container a {
    margin: 0;
    top: 0.5rem;
    left: 0;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container .sponsor {
    align-self: flex-start;
  }
  .block-sponsors.white-bg-on-mobile {
    background-color: white;
  }
  .block-sponsors.grey-bg-on-mobile {
    background-color: #f2f2f2;
  }
}

@media only screen and (max-width: 481px) {
  .block-sponsors {
    padding: 0.5rem 0;
  }
  .block-sponsors .sponsors-content {
    margin-left: 0rem;
  }
  .block-sponsors .sponsors-content .content-centered {
    width: 100%;
  }
  .block-sponsors .sponsors-content .content-centered .sponsors-section .sponsor-container a {
    position: relative;
    left: 1.1rem;
    top: 0.5rem;
  }
  .block-sponsors .sponsors-content .sponsors-section .sponsor-container p {
    padding-bottom: 0.5rem;
  }
  .block-sponsors .sponsors-content .sponsors-section .sponsor-container h3 {
    position: relative;
    left: 1.1rem;
  }
  .block-sponsors .sponsors-content .sponsors-section .sponsor-container .sponsor {
    width: 150px;
    height: 150px;
    align-self: center;
  }
  .block-sponsors .sponsors-content .cta-section {
    position: relative;
    left: 1rem;
    flex-direction: column;
    width: 100%;
  }
  .block-sponsors .sponsors-content .content-left-aligned .sponsor-container {
    flex: 1 1 100%;
  }
  .block-sponsors .sponsors-content .content-left-aligned .sponsor-container .sponsor {
    align-self: flex-start;
    margin-left: 1.1rem;
  }
  .block-sponsors .sponsors-content .content-left-aligned .sponsor-container a {
    position: relative;
    left: 1.1rem;
    top: 0.5rem;
  }
  .block-sponsors .sponsors-content .sponsors-section.two-columns {
    max-width: 50%;
  }
  .block-sponsors .sponsors-content .content-right-aligned {
    justify-content: unset;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column {
    max-width: 100%;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container h3 {
    left: 1.1rem;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container a {
    top: 0.5rem;
    left: 1.1rem;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container .sponsor {
    align-self: center;
  }
}

@media only screen and (max-width: 370px) {
  .block-sponsors .sponsors-content .sponsor-container {
    flex: 1 1 160px;
  }
  .block-sponsors .sponsors-content .sponsor-container .sponsor {
    align-self: flex-start;
    margin-left: 1.1rem;
    width: 150px;
    height: 150px;
  }
  .block-sponsors .content-right-aligned .sponsors-section.one-column .sponsor-container .sponsor.sponsor {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 1338px) {
  .block-sponsors .sponsors-content .cta-section {
    flex-direction: column;
  }
  .block-sponsors .sponsors-content .cta-section p {
    padding-bottom: 0.5rem;
  }
  .block-sponsors .sponsors-content .content-right-aligned {
    justify-content: unset;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container h3 {
    left: 0;
    margin: 0;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container a {
    top: 0.5rem;
    left: 0;
    margin: 0;
  }
  .block-sponsors .sponsors-content .content-right-aligned .sponsors-section.one-column .sponsor-container .sponsor {
    align-self: flex-start;
  }
}

.news-promo-container {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 999px) {
  .news-promo-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 999px) {
  .news-promo-container.news-promo-large {
    max-height: 610px;
  }
}

.news-promo-thumbnail-container {
  flex-basis: 61%;
  position: relative;
}

.news-promo-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000000;
  max-height: 500px;
  min-height: 320px;
}

@media only screen and (min-width: 999px) {
  .news-promo-thumbnail {
    min-height: none;
    max-height: none;
  }
}

.news-promo-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-basis: 39%;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 36px;
  background-color: white;
}

@media only screen and (min-width: 999px) {
  .news-promo-info {
    padding-bottom: 0;
  }
}

.news-promo-title {
  margin-bottom: 20px;
}

.news-promo-date {
  margin-bottom: 20px;
}

.news-promo-excerpt {
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}

.news-promo-link {
  margin-top: 42px;
}

.news-promo-caption-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.news-promo-caption-wrapper {
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fefefe;
  border-radius: 2px;
}

.news-promo-caption {
  font-size: 12px;
  line-height: 13px;
  color: #4c4c4e;
}

.block-news-feed {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 769px) {
  .block-news-feed {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.news-feed-item {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1170px;
}

.news-feed-title-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  max-width: 1170px;
}

@media only screen and (min-width: 999px) {
  .news-feed-reversed-container {
    flex-direction: row-reverse;
  }
}

.news-feed-container {
  min-height: 400px;
}

.news-feed-thumbnail-container {
  flex-basis: 52%;
  max-height: 400px;
  background-color: #f2f2f2;
}

.news-feed-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000000;
}

.news-feed-info {
  flex-basis: 48%;
  padding-top: 41px;
  padding-bottom: 63px;
  padding-left: 68px;
  padding-right: 68px;
}

@media only screen and (max-width: 769px) {
  .news-feed-info {
    padding: 20px 20px 40px;
  }
}

.news-feed-excerpt {
  padding-bottom: 27px;
}

.news-feed-link {
  margin-top: 33px;
}

.news-feed-caption-container {
  bottom: 7px;
}

.news-feed-caption-wrapper {
  margin-left: 21px;
  margin-right: 21px;
}

.news-feed-pagination {
  display: flex;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.news-feed-pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.news-feed-pagination-block-selected {
  background-color: #ed1940;
  border: 1px solid #ed1940;
}

.news-feed-pagination-block-selected .news-feed-pagination-text {
  color: #ffffff;
}

.news-feed-pagination-block-large {
  width: 55px;
}

.news-feed-pagination-text {
  color: #000000;
  font-size: 20px;
}

.block-events-feed {
  padding-top: 60px;
  padding-bottom: 60px;
}

.events-feed-item {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1170px;
}

.events-feed-title-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  max-width: 1170px;
}

@media only screen and (min-width: 999px) {
  .events-feed-reversed-container {
    flex-direction: row-reverse;
  }
}

.events-feed-container {
  min-height: 400px;
}

.events-feed-thumbnail-container {
  flex-basis: 52%;
  max-height: 400px;
  background-color: #f2f2f2;
}

.events-feed-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000000;
}

.events-feed-info {
  flex-basis: 48%;
  padding-top: 41px;
  padding-bottom: 63px;
  padding-left: 68px;
  padding-right: 68px;
}

@media only screen and (max-width: 769px) {
  .events-feed-info {
    padding: 20px 20px 40px;
  }
}

.events-feed-excerpt {
  padding-bottom: 27px;
}

.events-feed-link {
  margin-top: 33px;
}

.events-feed-caption-container {
  bottom: 7px;
}

.events-feed-caption-wrapper {
  margin-left: 21px;
  margin-right: 21px;
}

.events-feed-pagination {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.events-feed-pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}

.events-feed-pagination-block-selected {
  background-color: #ed1940;
  border: 1px solid #ed1940;
}

.events-feed-pagination-block-selected .events-feed-pagination-text {
  color: #ffffff;
}

.events-feed-pagination-block-large {
  width: 55px;
}

.events-feed-pagination-text {
  color: #000000;
  font-size: 20px;
}

.events-feed-items .block-event-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.events-feed-items .block-event-feed-item-wrapper {
  flex-basis: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 999px) {
  .events-feed-items .block-event-feed-item-wrapper {
    flex-basis: 50%;
  }
}

.events-feed-items .events-feed-pagination {
  margin-top: 18px;
  max-width: 1030px;
}

.block-callout:last-of-type .callout-wrapper-row {
  border-bottom: none;
}

.callout-colour-white {
  background-color: #ffffff;
}

.callout-colour-gray {
  background-color: #f2f2f2;
}

.callout-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 11px;
  margin-bottom: 11px;
  height: 100%;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
  min-height: 506px;
}

.callout-wrapper-row {
  /*flex-direction: row;*/
  margin-top: 0;
  margin-bottom: 0;
  min-height: 250px;
  box-shadow: none;
}

.callout-wrapper-row .callout-thumbnail-container {
  height: auto;
  flex-basis: 41%;
}

.callout-wrapper-row .callout-info {
  flex-basis: 59%;
  justify-content: flex-start;
}

.callout-thumbnail-container {
  height: 288px;
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.callout-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ffffff;
}

.callout-info {
  padding-top: 20px;
  padding-bottom: 35px;
  padding-left: 21px;
  padding-right: 21px;
  min-height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.callout-info-small {
  padding-top: 20px;
}

.callout-info-medium {
  padding-top: 30px;
}

.callout-info-large {
  padding-top: 20px;
}

.callout-info-large .callout-link {
  margin-top: 5px;
}

.callout-title {
  margin-bottom: 17px;
}

.callout-title-small {
  max-width: 50%;
}

.callout-title-medium {
  max-width: 70%;
}

.callout-title-large {
  max-width: 100%;
}

.callout-excerpt {
  padding-bottom: 10px;
}

.callout-link {
  margin-top: 12px;
}

.block-featured-team {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (min-width: 999px) {
  .block-featured-team {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1210px;
  }
}

@media only screen and (max-width: 769px) {
  .block-featured-team {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.featured-team-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 999px) {
  .featured-team-container {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.featured-team-thumbnail {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.featured-team-info {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 50px;
  padding-right: 30px;
  background-color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .featured-team-info {
    width: 48.7%;
  }
}

@media only screen and (max-width: 769px) {
  .featured-team-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featured-team-info-container {
  margin-bottom: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d8d8d8;
}

.featured-team-members-container {
  margin-top: 40px;
  margin-bottom: 32px;
  column-count: 1;
  column-gap: 0;
}

@media only screen and (min-width: 999px) {
  .featured-team-members-container {
    column-count: 2;
  }
}

.team-member-item {
  display: flex;
  margin-bottom: 13px;
  padding-right: 10px;
}

.block-image-carousel {
  padding: 0;
}

.block-image-carousel.image-carousel-gray {
  background-color: #f2f2f2;
}

.image-carousel-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-bottom: 40px;
}

.image-carousel-sub-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}

@media only screen and (min-width: 999px) {
  .image-carousel-sub-container {
    padding-right: 100px;
  }
}

.image-carousel-accordion {
  padding-bottom: 1px;
}

.image-carousel-accordion .image-carousel-trigger {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 0;
  padding-right: 15px;
  max-width: none;
  background-color: #4c4c4e;
  cursor: pointer;
}

.image-carousel-accordion .image-carousel-trigger .arrow-right {
  display: block;
  transform: rotate(90deg);
}

.image-carousel-accordion .image-carousel-trigger .image-carousel-title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .image-carousel-accordion .image-carousel-trigger {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 100px;
    max-width: 1000px;
    background-color: transparent;
  }
  .image-carousel-accordion .image-carousel-trigger .image-carousel-title {
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    color: #000000;
  }
}

.image-carousel-accordion.active .arrow-right {
  transform: rotate(270deg);
}

@media only screen and (max-width: 999px) {
  .image-carousel-accordion.active .image-carousel-content {
    max-height: none;
  }
}

@media only screen and (max-width: 999px) {
  .image-carousel-accordion .image-carousel-content {
    max-height: 0;
    overflow: hidden;
  }
}

.image-carousel-sub-container-top-body {
  padding-top: 30px;
}

.image-carousel-featured .image-carousel-sub-container {
  padding-top: 20px;
}

.image-carousel-sub-container.image-carousel-nobody {
  padding-top: 0;
  padding-left: 0;
  max-width: none;
}

@media only screen and (min-width: 769px) {
  .image-carousel-sub-container.image-carousel-nobody {
    max-width: 92.5vw;
    margin: 0 auto;
  }
}

.image-carousel-sub-container.image-carousel-nobody .image-carousel-title {
  padding-bottom: 0;
}

.image-carousel-title {
  padding-bottom: 30px;
}

@media only screen and (min-width: 999px) {
  .image-carousel-title {
    padding-bottom: 25px;
  }
}

.image-carousel-gallery-circular .image-carousel-slide.level1 {
  z-index: 1;
}

.image-carousel-gallery-circular .image-carousel-slide.level2 {
  z-index: 2;
}

.image-carousel-gallery-circular .image-carousel-slide.level3 {
  z-index: 3;
}

.image-carousel-gallery-circular .image-carousel-slide {
  height: 488px;
  z-index: 0;
}

.image-carousel-gallery-circular .image-carousel-image {
  position: relative;
  left: calc((100% - 767px) / 2);
  width: 767px;
  max-width: 767px;
  height: 423px;
  max-height: 423px;
  transition: transform 0.5s ease-out;
}

.image-carousel-gallery-circular .slick-center .image-carousel-image {
  z-index: 1;
  transform: scale(1.1);
}

.image-carousel-bottom-title {
  margin-bottom: 20px;
}

.image-carousel-track {
  height: 100%;
}

.image-carousel-gallery-mobile {
  padding-top: 20px;
}

@media only screen and (min-width: 999px) {
  .image-carousel-gallery-mobile {
    display: none;
  }
}

.image-carousel-gallery {
  display: none;
  margin-top: 2rem;
  margin-bottom: 20px;
  min-width: 0;
}

@media only screen and (min-width: 999px) {
  .image-carousel-gallery {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .image-carousel-gallery {
    max-width: 92.5vw;
    margin: 2.5rem auto 0.75rem auto;
  }
}

.image-carousel-featured .image-carousel-gallery {
  display: block;
}

.image-carousel-track {
  height: 568px;
}

.image-carousel-slides {
  display: none;
  min-width: 0;
  height: 100%;
}

.image-carousel-slides .slick-track {
  height: auto;
}

@media only screen and (min-width: 769px) {
  .image-carousel-slides .slick-track {
    height: 568px;
  }
}

.image-carousel-rtl .image-carousel-slide {
  flex-direction: row-reverse;
}

.image-carousel-slide {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .image-carousel-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.image-carousel-image-container-left {
  padding-left: 15px;
  width: 50%;
  height: 100%;
}

.image-carousel-image-container-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 15px;
  width: 50%;
  height: 100%;
}

.image-carousel-image-container {
  display: block;
  width: 100%;
  height: 100%;
}

.image-carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width: 999px) {
  .image-carousel-image {
    object-fit: cover;
  }
}

.image-carousel-image-0 {
  width: 100%;
  height: 100%;
  padding-right: 32px;
}

.image-carousel-image-1 {
  width: 50%;
  height: 50%;
  padding-right: 16px;
  padding-bottom: 16px;
}

.image-carousel-image-2 {
  width: 50%;
  height: 50%;
  padding-left: 16px;
  padding-bottom: 16px;
}

.image-carousel-image-3 {
  width: 100%;
  height: 50%;
  padding-top: 16px;
}

.image-carousel-navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.image-carousel-navigation.hidden,
.image-carousel-mobile-navigation.hidden {
  display: none;
}

.image-carousel-navigation-arrows {
  display: flex;
  align-items: center;
}

.image-carousel-navigation-arrow {
  position: static;
  background-color: #4c4c4e;
  width: 48px;
  height: 48px;
  outline: none;
  cursor: pointer;
}

.image-carousel-navigation-pagination {
  margin-left: 50px;
  margin-right: 50px;
  width: 45px;
  text-align: center;
}

.image-carousel-navigation-pagination.js-carousel-mobile-nav-pagination {
  margin: 0;
  padding: 0 40px;
  width: auto;
}

.image-carousel-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media only screen and (min-width: 999px) {
  .image-carousel-links {
    flex-direction: row;
  }
}

.image-carousel-link {
  padding-right: 35px;
  padding-bottom: 20px;
}

.image-carousel-gallery-featured {
  max-width: 1170px;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 999px) {
  .image-carousel-gallery-featured {
    margin-left: 0;
    margin-right: 0;
  }
}

.image-carousel-gallery-featured .ms-container,
.image-carousel-gallery-featured .ms-inner-controls-cont {
  height: 100%;
}

.image-carousel-gallery-featured.ms-layout-partialview .ms-container {
  overflow: visible;
}

.image-carousel-gallery-featured .ms-slide .ms-slide-bgcont img {
  object-fit: cover;
}

.image-carousel-gallery-featured .image-carousel-navigation-pagination {
  position: absolute;
  bottom: 21px;
  left: 50%;
  margin-left: 0;
  margin-right: 0;
  transform: translate(-50%, 0);
}

.image-carousel-gallery-featured .ms-slide-info {
  height: 70px;
}

.image-carousel-gallery-featured .ms-nav-next,
.image-carousel-gallery-featured .ms-nav-prev {
  position: absolute;
  top: auto;
  bottom: -68px;
  width: 48px;
  height: 48px;
  transform: translate(-50%, 0);
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #4c4c4e;
  cursor: pointer;
}

.image-carousel-gallery-featured .ms-nav-next {
  left: calc(50% + 89px);
  background-image: url("../images/arrow-right-nav-white.svg");
}

.image-carousel-gallery-featured .ms-nav-prev {
  left: calc(50% - 89px);
  background-image: url("../images/arrow-left-nav-white.svg");
}

.image-carousel-gallery-featured .spacer {
  height: 70px;
}

.block-single-callout {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.block-single-callout .callout-inner {
  max-width: 1170px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

@media only screen and (max-width: 1171px) {
  .block-single-callout .callout-inner {
    margin: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1171px) {
  .block-single-callout .callout-inner.left-line {
    border-left: 2px solid #ffffff;
  }
}

.block-single-callout .callout-inner.left-line .callout-left {
  padding: 0px 0px 0px 40px;
}

@media only screen and (min-width: 1171px) {
  .block-single-callout .callout-inner.left-line .callout-left {
    border-left: 2px solid #ffffff;
  }
}

.callout-left {
  flex-basis: 57.5%;
  padding: 0px 40px 0px 20px;
  margin: 20px auto;
}

.callout-left h3 {
  padding-top: 2px;
}

.callout-left p {
  padding: 20px 0px;
}

@media only screen and (max-width: 1171px) {
  .callout-left {
    flex-basis: 100%;
    border-left: none;
    padding: 0px 0px 0px 30px;
    margin: 0;
  }
  .callout-left p {
    padding: 24px 0px 0px;
  }
}

.callout-right {
  display: flex;
  flex-basis: 42.5%;
}

@media only screen and (max-width: 1171px) {
  .callout-right {
    flex-basis: 100%;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.callout-right .cta-button {
  padding-left: 85px;
  padding-right: 85px;
}

.cta-button {
  padding: 18px 130px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  /*font-size: 36px;*/
  font-size: 2.25rem;
  letter-spacing: 1px;
  border-radius: 2px;
}

@media only screen and (max-width: 1171px) {
  .cta-button {
    padding: 20px 85px;
    font-size: 1.6rem;
  }
}

.block-single-callout-red {
  background-color: #ed1940;
  color: #ffffff;
}

.block-single-callout-red h3, .block-single-callout-red p {
  color: #ffffff;
}

.styled-button.background-red {
  background-color: #ed1940;
}

.styled-button.background-red:hover {
  background: #f3607b;
}

.styled-button.background-white {
  background-color: #ffffff;
}

.styled-button.background-white:hover {
  background: white;
}

.styled-button.color-white {
  color: #ffffff;
}

.styled-button.color-black {
  color: #000000;
}

.styled-button.color-red {
  color: #ed1940;
}

.styled-button.hover-black:hover {
  color: #000000;
}

.styled-button.outline-red {
  border: 2px solid #ed1940;
}

.styled-button.text-small {
  font-size: 20px;
  line-height: 15px;
}

.styled-button.text-medium {
  font-size: 25px;
  line-height: 25px;
}

.styled-button.text-large {
  font-size: 50.4px;
  line-height: 50.4px;
}

.styled-button:hover {
  transition: background-color 0.3s ease-in;
  cursor: pointer;
}

p.item-label {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 3px 8.5px;
  font-size: 12px;
  background-color: #4c4c4e;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Knockout";
  border-radius: 2px;
}

@media only screen and (max-width: 1439px) {
  p.item-label {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

.block-item-label p.item-label {
  margin-top: 72px;
  margin-bottom: 30px;
}

.presented-by-box {
  max-width: 158px;
  margin: 0px 0px 30px 0;
}

.presented-by-box h4 {
  color: #000000;
  font-family: "Knockout";
  margin: 10px 0;
}

.text-callouts-group {
  max-width: 1170px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 6rem;
}

.text-callouts-group .callout-container {
  max-width: 33.333%;
}

.text-callouts-group .single-text-callout {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 370px;
  flex-grow: 1;
  max-height: 315px;
  display: flex;
  -webkit-box-shadow: 0px 5px 26px -3px #ccc;
  -moz-box-shadow: 0px 5px 26px -3px #ccc;
  box-shadow: 0px 5px 26px -3px #ccc;
}

.text-callouts-group .single-text-callout.has-image {
  background-color: #f2f2f2;
  min-width: 370px;
  max-height: 510px;
}

.text-callouts-group .single-text-callout.has-image .callout-details {
  margin: 0 1rem 0 0;
  background-color: #f2f2f2;
}

.text-callouts-group .single-text-callout.has-image .callout-details h4 {
  margin: 1rem 1.25rem 0;
}

.text-callouts-group .single-text-callout.has-image .callout-details p {
  margin: -1rem 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 1.25rem;
}

.text-callouts-group .single-text-callout.has-image .callout-details a {
  display: flex;
  align-self: flex-start;
  padding-bottom: 0;
}

.text-callouts-group .single-text-callout.has-image .callout-details a img {
  left: 0.35rem;
}

.text-callouts-group .single-text-callout img {
  width: 100%;
  height: 288px;
}

.text-callouts-group .single-text-callout .callout-details {
  height: 315px;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 1rem;
}

.text-callouts-group .single-text-callout .callout-details h4 {
  margin: 2rem 0;
}

.text-callouts-group .single-text-callout .callout-details p {
  padding-bottom: 2rem;
}

.text-callouts-group .single-text-callout .callout-details a {
  padding-bottom: 2rem;
  color: red;
  text-transform: uppercase;
  align-self: flex-start;
  margin-right: 1rem;
  font-family: 'knockout';
}

.text-callouts-group .single-text-callout .callout-details a img {
  width: 1rem;
  max-height: 1rem;
  position: relative;
  top: 0.1rem;
  left: 0.1rem;
}

.text-callouts-group .single-text-callout .callout-details.has-image {
  height: 218px;
}

.text-callouts-group .single-text-callout .callout-details.has-image h4 {
  margin: 20px 20px 15px;
}

.text-callouts-group .single-text-callout .callout-details.has-image p {
  margin: 0 0 15px 20px;
}

.text-callouts-group .single-text-callout .callout-details.has-image a {
  margin: 0 0 28px 20px;
}

.text-callouts-group.slick-slider {
  display: block;
  margin-bottom: 80px;
}

.text-callouts-group.slick-slider .slick-track {
  height: 340px;
}

.text-callouts-group.slick-slider .callout-container .single-text-callout {
  display: block;
  margin: 0 auto;
}

.text-callouts-group.slick-slider .callout-container .single-text-callout .callout-details a {
  display: flex;
}

.text-callouts-group.slick-slider .callout-container .single-text-callout .callout-details a img {
  left: 0.3rem;
}

.text-callouts-group.slick-slider .slick-dots li.slick-active button {
  border: 2px #ed1940 solid;
}

.text-callouts-group.slick-slider .slick-dots li.slick-active button:before {
  color: #ed1940;
  opacity: 1;
}

.text-callouts-group.slick-slider .slick-dots li button {
  border: 2px black solid;
  border-radius: 10px;
}

.text-callouts-group.slick-slider .slick-dots li button:before {
  font-size: 32px;
  left: 0;
  top: 0;
  opacity: 0;
}

.pdf-with-image-block-container {
  max-width: 1170px;
  margin: auto;
}

.pdf-with-image-block-container .pdf-section {
  width: 102.25%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem 0;
  margin-left: -1%;
}

.pdf-with-image-block-container .pdf-section .pdf-container {
  display: flex;
  flex-direction: column;
  margin: 1.5rem auto;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  height: 550px;
  max-width: 370px;
  text-align: center;
  flex: 1 1 calc($full-width-wrapper / 3);
  transition: transform 0.1s ease-in;
}

.pdf-with-image-block-container .pdf-section .pdf-container:hover {
  transform: scale(1.05);
}

.pdf-with-image-block-container .pdf-section .pdf-container img {
  width: 370px;
  height: 400px;
}

.pdf-with-image-block-container .pdf-section .pdf-container p {
  margin: 1.25rem 0;
}

.pdf-with-image-block-container .pdf-section .pdf-container a .btn, .pdf-with-image-block-container .pdf-section .pdf-container a .newsletter-signup-submit, .pdf-with-image-block-container .pdf-section .pdf-container a .footer-content-right-wrapper .wpcf7-submit, .footer-content-right-wrapper .pdf-with-image-block-container .pdf-section .pdf-container a .wpcf7-submit, .pdf-with-image-block-container .pdf-section .pdf-container a .mailing-list .field-row input[type=submit], .mailing-list .field-row .pdf-with-image-block-container .pdf-section .pdf-container a input[type=submit] {
  padding: 1rem 4rem 1rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 501px) {
  .pdf-with-image-block-container {
    width: 100%;
    margin-left: 0;
  }
  .pdf-with-image-block-container .pdf-section .pdf-container {
    height: 440px;
    max-width: 280px;
    flex: 1 1 100%;
  }
  .pdf-with-image-block-container .pdf-section .pdf-container img {
    width: 280px;
    height: 320px;
  }
  .pdf-with-image-block-container .pdf-section .pdf-container p {
    margin: 1rem 0;
  }
  .pdf-with-image-block-container .pdf-section .pdf-container a .btn, .pdf-with-image-block-container .pdf-section .pdf-container a .newsletter-signup-submit, .pdf-with-image-block-container .pdf-section .pdf-container a .footer-content-right-wrapper .wpcf7-submit, .footer-content-right-wrapper .pdf-with-image-block-container .pdf-section .pdf-container a .wpcf7-submit, .pdf-with-image-block-container .pdf-section .pdf-container a .mailing-list .field-row input[type=submit], .mailing-list .field-row .pdf-with-image-block-container .pdf-section .pdf-container a input[type=submit] {
    padding: 1rem 2.25rem 1rem;
    font-size: 1.25rem;
  }
}

.block-schedule {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width: 999px) {
  .block-schedule {
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 990px;
  }
}

.wp-block-column > .block-schedule {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 999px) {
  .wp-block-column > .block-schedule {
    margin-left: 0;
    margin-right: auto;
  }
}

.schedule-date-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #4c4c4e;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

@media only screen and (min-width: 999px) {
  .schedule-date-container {
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    cursor: auto;
  }
}

.schedule-date-arrow {
  transition: transform 0.1s ease-out;
}

@media only screen and (min-width: 999px) {
  .schedule-date-arrow {
    display: none;
  }
}

.schedule-details {
  display: none;
  padding-top: 10px;
}

@media only screen and (min-width: 999px) {
  .schedule-details {
    display: block;
    padding-top: 0;
  }
}

.block-schedule.active > .schedule-date-container > .schedule-date-arrow {
  transform: rotate(180deg);
}

.block-schedule.active > .schedule-details {
  display: block;
}

.schedule-date {
  color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .schedule-date {
    color: #000000;
  }
}

.schedule-details {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 999px) {
  .schedule-details {
    padding-left: 0;
    padding-right: 0;
  }
}

.schedule-info-container {
  max-width: 730px;
}

.schedule-info-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 999px) {
  .schedule-info-text {
    padding-bottom: 40px;
  }
}

.schedule-list-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.schedule-match-container {
  margin-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  max-width: 280px;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .schedule-match-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 35px;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.schedule-match-row {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.schedule-match-header {
  border-bottom: 1px solid #4c4c4e;
}

.schedule-match-name {
  flex-basis: 35%;
}

.schedule-match-info {
  flex-basis: 65%;
}

.schedule-match-link-container {
  padding-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 999px) {
  .schedule-match-link-container {
    text-align: left;
  }
}

@media only screen and (min-width: 999px) {
  .block-schedule-links {
    margin-top: 10px;
    margin-bottom: 50px;
    margin-left: 100px;
  }
}

.schedule-links-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #4c4c4e;
  max-width: 470px;
}

.schedule-link-item {
  flex-basis: 50%;
  padding-bottom: 20px;
}

.schedule-link-text {
  text-decoration: underline;
}

.block-page-intro {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1210px;
}

@media only screen and (min-width: 769px) {
  .block-page-intro {
    margin-top: 72px;
  }
}

.block-page-intro-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 1170px;
}

.page-intro-main-container {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .page-intro-main-container {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 769px) {
  .page-intro-main-container.has-cta {
    margin-bottom: 60px;
  }
}

.page-intro {
  max-width: 1170px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

@media only screen and (max-width: 769px) {
  .page-intro {
    flex-direction: column;
    justify-content: space-between;
  }
}

.page-intro .page-intro-main {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 700px;
}

@media only screen and (min-width: 769px) {
  .page-intro .page-intro-main {
    margin-right: 70px;
  }
}

.page-intro .page-intro-adspace {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  max-width: 300px;
}

@media only screen and (max-width: 769px) {
  .page-intro .page-intro-adspace {
    margin: 60px auto 0;
    padding: 20px 0;
  }
}

h1.page-intro-main-headline {
  font-family: "Knockout";
  color: #000000;
  font-size: 60px;
  letter-spacing: 0.6px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.block-related-posts {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 999px) {
  .block-related-posts {
    flex-wrap: nowrap;
  }
}

.block-related-callout {
  flex-basis: 100%;
  max-width: none;
}

@media only screen and (min-width: 999px) {
  .block-related-callout:first-child {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 999px) {
  .block-related-callout:last-child {
    padding-left: 15px;
  }
}

.block-related-callout .callout-wrapper {
  height: auto;
  min-height: auto;
}

.block-related-callout .callout-thumbnail-container {
  background-color: #d8d8d8;
}

.block-related-callout .callout-info {
  min-height: 218px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 999px) {
  .block-related-callout {
    flex-basis: 50%;
  }
}

.activity-schedule-block {
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.activity-schedule-block .content-container {
  max-width: 1170px;
  margin: 0 auto;
}

.activity-schedule-block .content-container h3 {
  font-family: 'knockout';
}

.activity-schedule-block .content-container .activity-description {
  padding: 2rem 0;
  max-width: 970px;
}

.activity-schedule-block .content-container .schedule-table {
  width: 970px;
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  border: 1px #d8d8d8 solid;
  -webkit-box-shadow: 0px 5px 12px 0px #ccc;
  -moz-box-shadow: 0px 5px 12px 0px #ccc;
  box-shadow: 0px 5px 12px 0px #ccc;
}

.activity-schedule-block .content-container .schedule-table .table-title-row div,
.activity-schedule-block .content-container .schedule-table .activity-row div {
  flex-grow: 1;
  flex-basis: 33.333%;
  text-align: center;
}

.activity-schedule-block .content-container .schedule-table .table-title-row div:not(:last-child),
.activity-schedule-block .content-container .schedule-table .activity-row div:not(:last-child) {
  border-right: 1px #d8d8d8 solid;
}

.activity-schedule-block .content-container .schedule-table .table-title-row {
  display: inline-flex;
  border-bottom: 1px #d8d8d8 solid;
}

.activity-schedule-block .content-container .schedule-table .table-title-row div {
  padding: 1rem;
}

.activity-schedule-block .content-container .schedule-table .table-title-row div h3 {
  color: #4c4c4e;
}

.activity-schedule-block .content-container .schedule-table .activity-row {
  display: inline-flex;
}

.activity-schedule-block .content-container .schedule-table .activity-row:nth-child(2n) {
  background-color: #f2f2f2;
}

.activity-schedule-block .content-container .schedule-table .activity-row div {
  padding: 0.75rem;
}

.activity-schedule-block .content-container .mobile-table {
  display: none;
  margin: 0 auto;
}

.activity-schedule-block .content-container .mobile-table .table-title-row div,
.activity-schedule-block .content-container .mobile-table .activity-row div {
  flex-basis: 50%;
}

@media only screen and (max-width: 1171px) {
  .activity-schedule-block {
    max-width: 1170px;
  }
  .activity-schedule-block .content-container {
    max-width: 970px;
  }
}

@media only screen and (max-width: 999px) {
  .activity-schedule-block {
    max-width: 998px;
  }
  .activity-schedule-block .content-container {
    max-width: 700px;
  }
  .activity-schedule-block .content-container .schedule-table.desktop-table {
    display: none;
  }
  .activity-schedule-block .content-container .schedule-table.mobile-table {
    display: flex;
    max-width: 700px;
  }
}

@media only screen and (max-width: 769px) {
  .activity-schedule-block {
    max-width: 768px;
  }
  .activity-schedule-block .content-container {
    max-width: 450px;
  }
  .activity-schedule-block .content-container .schedule-table.mobile-table {
    max-width: 450px;
  }
}

@media only screen and (max-width: 481px) {
  .activity-schedule-block {
    max-width: 480px;
  }
  .activity-schedule-block .content-container {
    max-width: 330px;
  }
  .activity-schedule-block .content-container .schedule-table.mobile-table {
    max-width: 330px;
  }
}

.block-team-small {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 290px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
  min-height: 470px;
}

.team-small-container {
  background-color: #ffffff;
}

@media only screen and (min-width: 999px) {
  .team-small-container:hover .team-small-title {
    display: none;
  }
}

@media only screen and (min-width: 999px) {
  .team-small-container:hover .team-small-location {
    display: none;
  }
}

.team-small-container:hover .team-small-members-container {
  display: block;
}

.team-small-thumbnail-container {
  height: 225px;
}

.team-small-thumbnail {
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.team-small-info {
  position: relative;
  padding-top: 20px;
  padding-bottom: 36px;
  padding-left: 18px;
  padding-right: 52px;
}

.team-small-title {
  display: block;
  margin-bottom: 20px;
  max-width: 220px;
  line-height: 52px;
  font-size: 36px;
}

.team-small-location {
  margin-bottom: 20px;
}

.team-small-members-container {
  margin-bottom: 30px;
}

@media only screen and (min-width: 999px) {
  .team-small-members-container {
    display: none;
  }
}

.team-small-member-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.team-small-member-position {
  word-break: normal;
}

.team-small-link-container {
  margin-bottom: 20px;
}

.team-small-social {
  display: flex;
  position: absolute;
  top: 25px;
  right: 18px;
  flex-direction: column;
  align-items: center;
}

.team-small-social-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.block-featured-event {
  position: relative;
  top: -40px;
  z-index: 1;
}

.block-featured-event-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
  overflow: hidden;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-wrapper {
    flex-wrap: nowrap;
    max-width: 1030px;
    box-shadow: -7px 14px 23px 0 rgba(76, 76, 78, 0.1);
  }
}

.block-featured-event-links-wrapper {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-links-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-featured-event-top-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 13px;
  padding-right: 13px;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-top-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 26px;
  }
}

.block-featured-event-top-left-wrapper {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.block-featured-event-top-right-wrapper {
  display: flex;
  align-items: center;
}

.block-featured-event-operated-by {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-operated-by {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.block-featured-event-scores {
  display: flex;
  padding-top: 31px;
  padding-bottom: 29px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: #000000;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-scores {
    padding-left: 30px;
  }
}

.block-featured-event-scores-link {
  display: flex;
  align-items: center;
}

.block-featured-event-scores-mobile {
  display: flex;
  padding-top: 31px;
  padding-bottom: 29px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background-color: #000000;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-scores-mobile {
    display: none;
  }
}

.block-featured-event-counter {
  display: none;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 29px;
  background-color: #000000;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-counter {
    display: flex;
    flex-basis: auto;
  }
}

.block-featured-event-counter-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex-basis: 25%;
  height: 100%;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-counter-container {
    width: 140px;
  }
}

.block-featured-event-border-right {
  border-right: 2px solid #d8d8d8;
}

.block-featured-event-info-container {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 17px;
  height: auto;
  background-color: #4c4c4e;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-info-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    padding-bottom: 22px;
    max-width: 500px;
  }
}

.block-featured-event-value {
  margin-bottom: 16px;
}

.block-featured-event-label {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
}

.block-featured-event-info-date {
  margin-bottom: 10px;
}

.block-featured-event-link-container {
  padding-top: 25px;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-link-container {
    padding-left: 10px;
  }
}

.block-featured-event-info-link-container {
  display: flex;
  align-items: center;
}

.block-featured-event-info-link {
  display: inline-block;
  font-size: 18px;
}

.arrow-right-large {
  margin-left: 14px;
}

.block-featured-event-sponsor-headline {
  margin-top: 22px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-sponsor-headline {
    display: none;
  }
}

.block-featured-event-sponsor-type {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-sponsor-type {
    display: none;
  }
}

.block-featured-event-sponsors-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.block-featured-event-sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-sponsor {
    flex-basis: auto;
    width: 170px;
    height: 170px;
  }
}

.block-featured-event-sponsor-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 22px;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-sponsor-wrapper {
    flex-direction: row;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
  }
}

.block-featured-event-sponsor-container {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-sponsor-container {
    display: none;
  }
}

.block-featured-event-sponsor-links-headline {
  margin-top: 10px;
  margin-bottom: 7px;
}

.block-featured-event-sponsor-link {
  margin-top: 7px;
  margin-bottom: 14px;
  text-decoration: inherit;
}

.block-featured-event-cta {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 28px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-color: #d8d8d8;
  text-decoration: none;
}

@media only screen and (min-width: 999px) {
  .block-featured-event-cta {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

.block-featured-event-cta-text {
  color: #4c4c4e;
}

.block-featured-event-cta-text:after {
  display: inline-block;
  content: ' ';
  margin-left: 18px;
  margin-bottom: 5px;
  width: 28px;
  height: 15px;
  background-image: url(../images/arrow-right-extralarge-gray.svg);
}

.block-featured-event-cta:hover {
  background-color: #ed1940;
}

.block-featured-event-cta:hover .block-featured-event-cta-text {
  color: #ffffff;
}

.block-featured-event-cta:hover .block-featured-event-cta-text:after {
  display: inline-block;
  content: ' ';
  margin-left: 18px;
  margin-bottom: 5px;
  width: 28px;
  height: 15px;
  background-image: url(../images/arrow-right-extralarge-white.svg);
}

.block-video {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-top: 56.25%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background-color: #000000;
}

.block-video iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-column .block-video {
  margin-top: 20px;
  min-height: 318px;
}

.block-links-container {
  padding-top: 31px;
  padding-bottom: 32px;
  background-color: #f2f2f2;
}

.block-links-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
  .block-links-wrapper {
    flex-direction: row;
    width: 100%;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
  }
}

.link-item-container {
  display: flex;
  flex-basis: 41.75%;
  margin-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-item {
  color: #4c4c4e;
  text-decoration: underline;
}

.link-item:hover {
  color: #ed1940;
}

.ctrs-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #F2F2F2;
  width: 100%;
}

.ctrs-container .ctrs-title-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.ctrs-container .ctrs-title-wrapper h3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ctrs-container .ctrs-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

@media only screen and (max-width: 999px) {
  .ctrs-container .ctrs-wrapper {
    flex-direction: column;
  }
}

.ctrs-container .ctrs-wrapper.full-width {
  flex-direction: column;
}

.ctrs-container .ctrs-wrapper.full-width .ctrs-standings-list {
  max-width: unset;
  padding: 10px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 570px;
  width: 100%;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list h3 {
  padding: 15px 0 15px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #979797;
  color: #4C4C4E;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list .standings-container {
  border: 1px solid #979797;
  border-top: none;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list.ctrs-womens-list {
  margin-right: 15px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list.ctrs-mens-list {
  margin-left: 15px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p.ctrs-even-row {
  background-color: #fff;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p span.name {
  padding-left: 20px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p span.score {
  padding-right: 0px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p span.prov {
  width: 192px;
}

.ctrs-container .ctrs-wrapper .ctrs-standings-list p .ctrs-detail-link {
  padding-right: 20px;
}

.ctrs-container .ctrs-doubles .ctrs-standings-list p span.name {
  padding-left: 0;
}

.ctrs-container .ctrs-doubles .ctrs-standings-list p span.rank {
  padding-left: 68px;
}

.ctrs-container .ctrs-cup .ctrs-standings-list p span.name {
  padding-left: 0;
  padding-right: 60px;
}

.ctrs-container .ctrs-cup .ctrs-standings-list p span.rank {
  padding-left: 68px;
}

.ctrs-container .ctrs-cup .ctrs-standings-list p span.score {
  padding-right: 0;
}

.ctrs-container .standings-link {
  color: #ed1940;
  text-transform: uppercase;
  font-family: "Knockout";
  text-decoration: none;
  padding-top: 24px;
  padding-bottom: 36px;
}

.ctrs-container .ctrs-menu-container {
  display: flex;
  flex-direction: row;
}

.ctrs-container .ctrs-menu-container .ctrs-menu {
  font-family: "Knockout";
  color: #4C4C4E;
  padding: 20px 60px 20px 20px;
  text-transform: uppercase;
  background-color: #D8D8D8;
  cursor: pointer;
}

.ctrs-container .ctrs-menu-container .ctrs-menu:hover {
  color: #FFF;
}

.ctrs-container .ctrs-menu-container .ctrs-menu.selected {
  background-color: #ed1940;
  color: #FFF;
  cursor: unset;
}

.ctrs-container .hide {
  display: none;
}

@media only screen and (max-width: 999px) {
  .ctrs-container {
    /*display: none;*/
  }
}

.ctrs-container .ctrs-teams {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.ctrs-container .ctrs-teams .standings-container {
  /*padding: 15px 0 15px 20px;*/
  width: 100%;
  background-color: #fff;
  /*border: 1px solid #979797;*/
  color: #4C4C4E;
}

.ctrs-container .ctrs-teams .standings-container .ctrs-position {
  display: flex;
  justify-content: start;
  margin: 5px 0;
}

.ctrs-container .ctrs-teams .standings-container .ctrs-position .pos {
  min-width: 80px;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container {
  padding: 15px 20px 15px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #979797;
  color: #4C4C4E;
  margin: 20px 0;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .ctrs-team-results-title {
  margin-bottom: 10px;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container .title-row {
  font-weight: bold;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container .old-rank-row {
  background-color: #F2F2F2;
  font-style: italic;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container .total-row {
  justify-content: end;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding: 10px 0;
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p span {
  min-width: 200px;
}

@media only screen and (max-width: 999px) {
  .ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p span {
    min-width: 160px;
  }
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p span.event-name {
  min-width: 500px;
}

@media only screen and (max-width: 999px) {
  .ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p span.event-name {
    min-width: 160px;
    margin-right: 20px;
  }
}

.ctrs-container .ctrs-teams .ctrs-team-results-team-container .standings-container p span.event-name input {
  margin-right: 10px;
}

.ctrs-team-results-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.jobs-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.jobs-ad {
  flex-basis: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .jobs-ad {
    flex-basis: 50%;
    order: 2;
  }
}

@media only screen and (min-width: 999px) {
  .jobs-ad {
    flex-basis: 33%;
    order: 3;
  }
}

.jobs-ad iframe {
  height: 286px;
}

.jobs-item {
  flex-basis: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  order: 5;
}

@media only screen and (min-width: 769px) {
  .jobs-item {
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 999px) {
  .jobs-item {
    flex-basis: 33%;
  }
}

.jobs-item:nth-child(2) {
  order: 2;
}

@media only screen and (min-width: 769px) {
  .jobs-item:nth-child(2) {
    order: 1;
  }
}

.jobs-item:nth-child(3) {
  order: 3;
}

@media only screen and (min-width: 999px) {
  .jobs-item:nth-child(3) {
    order: 2;
  }
}

.jobs-item-container {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 38px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 286px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: -7px 16px 43px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
}

.job-item-date {
  margin-bottom: 40px;
}

.job-item-location {
  margin-bottom: 35px;
}

.job-link-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 1;
}

.job-item-link {
  justify-content: flex-end;
}

.block-download-item-callout {
  background-color: #d8d8d8;
}

.download-item-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 100px;
}

@media only screen and (max-width: 999px) {
  .download-item-inner {
    flex-direction: column;
    padding-right: 30px;
  }
  .download-item-inner .btn-large {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 2px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 25px;
    margin-top: 10px;
  }
}

.download-item-title {
  margin-bottom: 0;
}

.block-video-promo {
  margin-bottom: 40px;
}

.video-promo-thumbnail {
  position: relative;
}

.video-promo-img-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.block-slash {
  display: none;
  position: relative;
}

@media only screen and (min-width: 999px) {
  .block-slash {
    display: block;
  }
}

.block-slash-container {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -2;
}

.block-slash-img-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
}

.block-slash-img-container.block-slash-img-left .block-slash-img {
  transform: translate(0, -8%);
}

.block-slash-img-container.block-slash-img-right {
  left: auto;
  right: 0;
  transform: translate(0, -97%);
}

.block-slash-img-container.block-slash-img-right .block-slash-img {
  margin-left: auto;
}

.block-slash-img {
  display: block;
  width: 43%;
}

.slash {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  max-width: none;
  max-height: none;
  z-index: -3;
}

.slash-mask {
  z-index: -1;
  transform: translate(0, 0);
}

.championship-archive-top-container {
  margin-bottom: 40px;
  max-width: 770px;
}

.championship-archive-title {
  margin-bottom: 40px;
}

.championship-name {
  margin-top: 60px;
  margin-bottom: 40px;
}

.championship-name:first-child {
  margin-top: 0;
}

.championship-event-container {
  border-bottom: 1px solid #d8d8d8;
}

.championship-event-container:last-child {
  border-bottom: none;
}

.championship-event-wrapper {
  border: 1px solid #d8d8d8;
}

.championship-event-title-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
  cursor: pointer;
}

@media only screen and (min-width: 769px) {
  .championship-event-title-container {
    cursor: initial;
  }
}

.championship-event-trigger {
  display: none;
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .championship-event-trigger {
    display: block;
  }
}

.championship-event-trigger:hover {
  color: #ed1940;
}

.championship-event-trigger-mobile {
  position: absolute;
  right: 20px;
  transform: translateY(50%);
}

@media only screen and (min-width: 769px) {
  .championship-event-trigger-mobile {
    display: none;
  }
}

.championship-event-container.active .championship-event-title-container {
  background-color: #f2f2f2;
  border-bottom: none;
}

.championship-event-container.active .championship-event-name {
  color: #000000;
}

.championship-event-container.active .championship-events-container {
  display: flex;
}

.championship-event-container.active .championship-event-trigger-mobile {
  transform: translateY(50%) rotate(180deg);
}

.championship-events-list-container {
  background-color: #f2f2f2;
}

.championship-events-container {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 22px;
  margin-right: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 28px;
  padding-right: 0;
  border-top: 1px solid #d8d8d8;
}

@media only screen and (min-width: 769px) {
  .championship-events-container {
    flex-direction: row;
  }
}

.championship-match-name {
  margin-bottom: 12px;
}

@media only screen and (min-width: 769px) {
  .championship-match-name {
    margin-bottom: 0;
  }
}

.championship-match-links-container {
  display: flex;
}

.championship-match-link {
  color: #4c4c4e;
}

.championship-match-link:hover {
  color: #ed1940;
}

/**
* Misc
*/
/** Club Locator - search fields **/
.wpgmza-store-locator {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  padding-left: 20px;
  max-width: 675px;
  margin-top: 20px;
  /*
    .wpgmza_sl_radius_div {
        visibility: hidden;
    }
    */
}

.wpgmza-store-locator .wpgmza_sl_query_div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wpgmza-store-locator .wpgmza_sl_query_div .wpgmza-form-field__input.addressInput {
  max-width: 400px;
  height: 42px;
  padding-left: 20px;
  flex-basis: 100%;
}

.wpgmza-store-locator .wpgmza_sl_query_div .wpgmza-form-field__input.addressInput:focus {
  outline: none;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher {
  display: flex;
  flex-direction: row;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .listview-button, .wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .mapview-button {
  cursor: pointer;
  padding: 8px 30px 8px;
  color: #000;
  background-color: #FFF;
  border: 1px solid #979797;
  font-family: "Knockout";
  text-transform: uppercase;
  line-height: 26px;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .listview-button.selected, .wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .mapview-button.selected {
  background-color: #ED1940;
  color: #FFF;
  cursor: unset;
}

.wpgmza-store-locator .wpgmza_sl_search_button_div {
  display: none;
}

.wpgmza-store-locator .wpgmza_sl_reset_button_div {
  display: none;
}

.wpgmza-store-locator .wpgmza-form-field__label {
  margin-bottom: 8px;
  flex-basis: 100%;
}

/** Club Locator - Map **/
.wpgmza_map {
  display: none !important;
  margin-bottom: 20px;
}

.wpgmza_map.map-reveal {
  display: block !important;
}

.event-location-container .wpgmza_map {
  display: block !important;
}

/** Club Locator - Table **/
.wpgmza_marker_holder {
  margin-bottom: 20px;
  border: none !important;
  color: #000;
}

.wpgmza_marker_holder.list-hide {
  display: none;
}

.wpgmza_marker_holder .dataTables_length {
  display: none;
}

.wpgmza_marker_holder .dataTables_filter {
  display: none;
}

.wpgmza_marker_holder .wpgmza_table_marker {
  display: none;
}

.wpgmza_marker_holder .wpgmza_table_category {
  display: none;
}

.wpgmza_marker_holder .wpgmza_table_description {
  display: none;
}

.wpgmza_marker_holder .wpgmza_table_link a {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/globe.svg");
  background-size: 32px 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.wpgmza_marker_holder .dataTables_info {
  display: none;
}

.wpgmza_marker_holder .dataTables_wrapper {
  padding-left: 20px;
  margin-bottom: 80px;
}

.wpgmza_marker_holder .dataTables_wrapper .dataTables_paginate {
  float: left;
}

.wpgmza_marker_holder .wpgmza_table .wpgmaps_mlist_row {
  border: none !important;
}

.wpgmza_marker_holder .wpgmaps_mlist_row.even {
  background-color: #F2F2F2;
}

.wpgmza_marker_holder table.dataTable.no-footer {
  border-bottom: none;
  margin-bottom: 20px;
}

.wpgmza_marker_holder tbody {
  box-shadow: -8px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.wpgmza_marker_holder th {
  text-transform: uppercase;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  color: #4C4C4E;
}

.wpgmza_marker_holder th.wpgmza_table_title {
  width: 30% !important;
}

.wpgmza_marker_holder th.wpgmza_table_address {
  width: 50% !important;
}

.wpgmza_marker_holder th.wpgmza_table_link {
  width: 20% !important;
}

.wpgmza_marker_holder td {
  padding: 20px 18px !important;
}

.wpgmza_marker_holder td.wpgmza_table_address {
  font-family: "Meta Serif Pro";
}

.wpgmza_marker_holder td.wpgmza_table_title {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .ellipsis {
  display: none;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button {
  padding: 8px 16px;
  width: auto;
  max-width: none;
  min-width: unset;
  background: unset !important;
  background-color: #ffffff;
  border: 1px solid #d8d8d8 !important;
  margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover {
  color: #000000 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current {
  background-color: #ed1940 !important;
  color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
  color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.previous, .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.next {
  max-width: unset;
  width: unset;
}

.search-menu.hide {
  display: none;
}

.search-bar.hide {
  display: none;
}

.search-bar .wpdreams_asl_container {
  margin-top: 6px !important;
}

.search-bar .orig {
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.mailing-list {
  padding: 30px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #F2F2F2;
  /*box-shadow: -10px 9px 21px 0px rgba(76,76,76,10);*/
  box-shadow: -8px 8px 8px 0px rgba(0, 0, 0, 0.1);
}

.mailing-list h4, .mailing-list h3 {
  max-width: 340px;
  margin-bottom: 20px;
}

.mailing-list label {
  text-transform: uppercase;
  font-family: "Knockout";
}

.mailing-list input, .mailing-list select {
  width: 100%;
  max-width: 400px;
  height: 42px;
  border: 1px solid #D8D8D8;
}

.mailing-list .field-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.mailing-list .field-row label {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.mailing-list .field-row input[type=submit] {
  font-family: "Knockout";
  font-size: 20px;
  margin-top: 10px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  border-radius: 3px;
}

@media only screen and (min-width: 999px) {
  .mailing-list .field-row input[type=submit] {
    margin-top: 0;
    margin-left: 20px;
    margin-top: 18px;
    max-width: 400px;
    margin-right: 30px;
  }
}

/* Style Hack - Sponsor Carousel Slick - This is a carry over Curling Shortcode */
.wpls-logo-showcase .slick-track {
  height: auto;
}

/* Search Page */
.search h1.archive-title {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 60px;
}

.search article {
  margin: 20px 0;
}

.search article header, .search article section, .search article footer {
  padding: 10px;
}

.search h3.search-title {
  font-size: 24px;
}

.wp-block-list {
  list-style: none;
  margin-left: 20px;
  padding-left: 10px;
}

.wp-block-list li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.wp-block-list li:before {
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
  display: inline-block;
  content: "–";
  width: 20px;
  margin-left: -20px;
  left: 0;
}

.wp-block-column > ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 10px;
}

.wp-block-column > ul li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.wp-block-column > ul li:before {
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
  display: inline-block;
  content: "–";
  width: 20px;
  margin-left: -20px;
  left: 0;
}

.block-container .wp-block-cossette-block-container > ul {
  list-style: none;
  margin-left: 20px;
  padding-left: 10px;
}

.block-container .wp-block-cossette-block-container > ul li {
  margin-left: 20px;
  margin-bottom: 20px;
  list-style-type: none;
}

.block-container .wp-block-cossette-block-container > ul li:before {
  font-family: "Meta Serif Pro";
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 23px;
  display: inline-block;
  content: "–";
  width: 20px;
  margin-left: -20px;
  left: 0;
}

/* Twitter IPhone Hack */
.twitter-timeline {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
  width: 100vw !important;
  box-shadow: -7px 16px 43px 0 rgba(76, 76, 78, 0.1) !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: 5px !important;
  background-color: #ffffff !important;
}

.wpgmza-store-locator.wpgmza_sl_main_div {
  top: 0;
  margin-bottom: 20px;
}

.wpgmza_marker_holder th {
  text-shadow: none;
}

.wpgmza_table tbody {
  border: 1px solid #d8d8d8;
  box-shadow: -10px 9px 21px 0 rgba(76, 76, 78, 0.1);
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current {
  color: #ffffff !important;
}

.wpgmza-store-locator.wpgmza_sl_main_div .wpgmza-form-field__label,
.wpgmza_marker_holder table.dataTable thead th {
  font-family: "Knockout";
  font-size: 20px;
  color: #4c4c4e;
  letter-spacing: 0.8px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.wpgmza_sl_radius_select {
  margin-bottom: 20px;
  padding: 0 20px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  font-family: "Meta Serif Pro";
  font-size: 14px;
  color: #4c4c4e;
  letter-spacing: 0;
  line-height: 18px;
  border-radius: 2px;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #4c4c4e 50%), linear-gradient(135deg, #4c4c4e 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 4px), calc(100% - 15px) calc(1em + 4px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.wpgmza_sl_radius_select:focus {
  outline: none;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .listview-button {
  border-radius: 2px 0 0 2px;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .mapview-button {
  border-radius: 0 2px 2px 0;
}

.wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .listview-button.selected, .wpgmza-store-locator .wpgmza_sl_query_div .map-switcher .mapview-button.selected {
  border: none;
}

.width-50 {
  width: 50%;
}

@media only screen and (max-width: 769px) {
  .wp-block-media-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

/** Form fields focused highlights */
.fsFieldFocused {
  outline: 2px solid white;
}

/*# sourceMappingURL=main.min.css.map */
