.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fff),
    color-stop(50%, #f6f6f6),
    color-stop(52%, #eee),
    to(#f4f4f4)
  );
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/libraries/chosen/chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/libraries/chosen/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #3875d7),
    color-stop(90%, #2a62bc)
  );
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/libraries/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    to(#eee)
  );
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #eee),
    color-stop(80%, #fff)
  );
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/libraries/chosen/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(/libraries/chosen/chosen-sprite%402x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vis-active {
  box-shadow: 0 0 10px #86d5f8;
}
.vis [class*="span"] {
  min-height: 0;
  width: auto;
}
div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
}
div.vis-configuration-wrapper {
  display: block;
  width: 700px;
}
div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: #fff;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
}
div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px;
}
div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: #fff;
}
div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
}
div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px;
}
div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: 700;
}
div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px;
}
div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px;
}
div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px;
}
div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
input.vis-configuration.vis-config-checkbox {
  left: -5px;
}
input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  padding: 1px;
  margin: 0;
  pointer-events: none;
}
input.vis-configuration.vis-config-range {
  -webkit-appearance: none;
  border: 0 solid #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 300px;
  height: 20px;
}
input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #dedede),
    color-stop(99%, #c8c8c8)
  );
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}
input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  background: -moz-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #3876c2),
    color-stop(100%, #385380)
  );
  background: -webkit-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -o-linear-gradient(top, #3876c2 0, #385380 100%);
  background: -ms-linear-gradient(top, #3876c2 0, #385380 100%);
  background: linear-gradient(to bottom, #3876c2 0, #385380 100%);
  box-shadow: #111927 0 0 1px 0;
  margin-top: -7px;
}
input.vis-configuration.vis-config-range:focus {
  outline: 0;
}
input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  background: -moz-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #9d9d9d),
    color-stop(99%, #c8c8c8)
  );
  background: -webkit-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #9d9d9d 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #9d9d9d 0, #c8c8c8 99%);
}
input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  background: -moz-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #dedede),
    color-stop(99%, #c8c8c8)
  );
  background: -webkit-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -o-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: -ms-linear-gradient(top, #dedede 0, #c8c8c8 99%);
  background: linear-gradient(to bottom, #dedede 0, #c8c8c8 99%);
  border: 1px solid #999;
  box-shadow: #aaa 0 0 3px 0;
  border-radius: 3px;
}
input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}
input.vis-configuration.vis-config-range:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  background: 0 0;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888;
}
input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc;
}
.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, 0.85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.vis-configuration-popup:after,
.vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, 0.85);
  border-width: 8px;
  margin-top: -8px;
}
.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px;
}
div.vis-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  color: #000;
  background-color: #f5f4ed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808074;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 5;
}
div.vis-color-picker {
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: -140px;
  margin-left: 30px;
  width: 310px;
  height: 444px;
  z-index: 1;
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px 0;
}
div.vis-color-picker div.vis-arrow {
  position: absolute;
  top: 147px;
  left: 5px;
}
div.vis-color-picker div.vis-arrow::after,
div.vis-color-picker div.vis-arrow::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
div.vis-color-picker div.vis-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}
div.vis-color-picker div.vis-color {
  position: absolute;
  width: 289px;
  height: 289px;
  cursor: pointer;
}
div.vis-color-picker div.vis-brightness {
  position: absolute;
  top: 313px;
}
div.vis-color-picker div.vis-opacity {
  position: absolute;
  top: 350px;
}
div.vis-color-picker div.vis-selector {
  position: absolute;
  top: 137px;
  left: 137px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #fff;
  background: #4c4c4c;
  background: -moz-linear-gradient(
    top,
    #4c4c4c 0,
    #595959 12%,
    #666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000 51%,
    #111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4c4c4c),
    color-stop(12%, #595959),
    color-stop(25%, #666),
    color-stop(39%, #474747),
    color-stop(50%, #2c2c2c),
    color-stop(51%, #000),
    color-stop(60%, #111),
    color-stop(76%, #2b2b2b),
    color-stop(91%, #1c1c1c),
    color-stop(100%, #131313)
  );
  background: -webkit-linear-gradient(
    top,
    #4c4c4c 0,
    #595959 12%,
    #666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000 51%,
    #111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
  background: -o-linear-gradient(
    top,
    #4c4c4c 0,
    #595959 12%,
    #666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000 51%,
    #111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
  background: -ms-linear-gradient(
    top,
    #4c4c4c 0,
    #595959 12%,
    #666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000 51%,
    #111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
  background: linear-gradient(
    to bottom,
    #4c4c4c 0,
    #595959 12%,
    #666 25%,
    #474747 39%,
    #2c2c2c 50%,
    #000 51%,
    #111 60%,
    #2b2b2b 76%,
    #1c1c1c 91%,
    #131313 100%
  );
}
div.vis-color-picker div.vis-new-color {
  position: absolute;
  width: 140px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 380px;
  left: 159px;
  text-align: right;
  padding-right: 2px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  line-height: 20px;
}
div.vis-color-picker div.vis-initial-color {
  position: absolute;
  width: 140px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 380px;
  left: 10px;
  text-align: left;
  padding-left: 2px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  line-height: 20px;
}
div.vis-color-picker div.vis-label {
  position: absolute;
  width: 300px;
  left: 10px;
}
div.vis-color-picker div.vis-label.vis-brightness {
  top: 300px;
}
div.vis-color-picker div.vis-label.vis-opacity {
  top: 338px;
}
div.vis-color-picker div.vis-button {
  position: absolute;
  width: 68px;
  height: 25px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  top: 410px;
  border: 2px solid #d9d9d9;
  background-color: #f7f7f7;
  cursor: pointer;
}
div.vis-color-picker div.vis-button.vis-cancel {
  left: 5px;
}
div.vis-color-picker div.vis-button.vis-load {
  left: 82px;
}
div.vis-color-picker div.vis-button.vis-apply {
  left: 159px;
}
div.vis-color-picker div.vis-button.vis-save {
  left: 236px;
}
div.vis-color-picker input.vis-range {
  width: 290px;
  height: 20px;
}
div.vis-network div.vis-manipulation {
  box-sizing: content-box;
  border-width: 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d6d9d8;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    #fff 0,
    #fcfcfc 48%,
    #fafafa 50%,
    #fcfcfc 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(48%, #fcfcfc),
    color-stop(50%, #fafafa),
    color-stop(100%, #fcfcfc)
  );
  background: -webkit-linear-gradient(
    top,
    #fff 0,
    #fcfcfc 48%,
    #fafafa 50%,
    #fcfcfc 100%
  );
  background: -o-linear-gradient(
    top,
    #fff 0,
    #fcfcfc 48%,
    #fafafa 50%,
    #fcfcfc 100%
  );
  background: -ms-linear-gradient(
    top,
    #fff 0,
    #fcfcfc 48%,
    #fafafa 50%,
    #fcfcfc 100%
  );
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fcfcfc 48%,
    #fafafa 50%,
    #fcfcfc 100%
  );
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px;
}
div.vis-network div.vis-edit-mode {
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px;
}
div.vis-network div.vis-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-position: 20px 3px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.vis-network div.vis-close:hover {
  opacity: 0.6;
}
div.vis-network div.vis-edit-mode div.vis-button,
div.vis-network div.vis-manipulation div.vis-button {
  float: left;
  font-family: verdana;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 24px;
  margin-left: 10px;
  cursor: pointer;
  padding: 0 8px 0 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.vis-network div.vis-manipulation div.vis-button:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
div.vis-network div.vis-manipulation div.vis-button:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
  box-shadow: 1px 1px 8px transparent;
  cursor: default;
}
div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
  box-shadow: 1px 1px 8px transparent;
}
div.vis-network div.vis-manipulation div.vis-button.vis-none {
  padding: 0;
}
div.vis-network div.vis-manipulation div.notification {
  margin: 2px;
  font-weight: 700;
}
div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}
div.vis-network div.vis-edit-mode div.vis-label,
div.vis-network div.vis-manipulation div.vis-label {
  margin: 0 0 0 23px;
  line-height: 25px;
}
div.vis-network div.vis-manipulation div.vis-separator-line {
  float: left;
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #bdbdbd;
  margin: 0 7px 0 15px;
}
div.vis-network div.vis-navigation div.vis-button {
  width: 34px;
  height: 34px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  position: absolute;
  display: inline-block;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.vis-network div.vis-navigation div.vis-button:hover {
  box-shadow: 0 0 3px 3px rgba(56, 207, 21, 0.3);
}
div.vis-network div.vis-navigation div.vis-button:active {
  box-shadow: 0 0 1px 3px rgba(56, 207, 21, 0.95);
}
.vis-current-time {
  background-color: #ff7f6e;
  width: 2px;
  z-index: 1;
  pointer-events: none;
}
.vis-rolling-mode-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 20px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #3876c2;
}
.vis-rolling-mode-btn:before {
  content: "\26F6";
}
.vis-rolling-mode-btn:hover {
  opacity: 1;
}
.vis-custom-time {
  background-color: #6e94ff;
  width: 2px;
  cursor: move;
  z-index: 1;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5;
}
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf;
}
.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
}
.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap;
}
.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center;
}
.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto;
}
.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55);
}
.vis-legend-text {
  white-space: nowrap;
  display: inline-block;
}
.vis-item {
  position: absolute;
  color: #1a1a1a;
  border-color: #97b0f8;
  border-width: 1px;
  background-color: #d5ddf6;
  display: inline-block;
  z-index: 1;
}
.vis-item.vis-selected {
  border-color: #ffc200;
  background-color: #fff785;
  z-index: 2;
}
.vis-editable.vis-selected {
  cursor: move;
}
.vis-item.vis-point.vis-selected {
  background-color: #fff785;
}
.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px;
}
.vis-item.vis-point {
  background: 0 0;
}
.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
}
.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box;
}
.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.vis-item-visible-frame {
  white-space: nowrap;
}
.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block;
}
.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block;
}
.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid;
}
.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px;
}
.vis-item .vis-onUpdateTime-tooltip {
  position: absolute;
  background: #4f81bd;
  color: #fff;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  border-radius: 1px;
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
}
.vis-item .vis-delete,
.vis-item .vis-delete-rtl {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.vis-item .vis-delete {
  right: -24px;
}
.vis-item .vis-delete-rtl {
  left: -24px;
}
.vis-item .vis-delete-rtl:after,
.vis-item .vis-delete:after {
  content: "\00D7";
  color: red;
  font-family: arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.vis-item .vis-delete-rtl:hover,
.vis-item .vis-delete:hover {
  background: red;
}
.vis-item .vis-delete-rtl:hover:after,
.vis-item .vis-delete:hover:after {
  color: #fff;
}
.vis-item .vis-drag-center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: move;
}
.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize;
}
.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize;
}
.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto;
}
.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.vis-itemset .vis-background,
.vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1;
}
.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}
.vis-foreground .vis-group:last-child {
  border-bottom: none;
}
.vis-nesting-group {
  cursor: pointer;
}
.vis-nested-group {
  background: #f5f5f5;
}
.vis-label.vis-nesting-group.expanded:before {
  content: "\25BC";
}
.vis-label.vis-nesting-group.collapsed-rtl:before {
  content: "\25C0";
}
.vis-label.vis-nesting-group.collapsed:before {
  content: "\25B6";
}
.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.vis-labelset {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  box-sizing: border-box;
}
.vis-labelset .vis-label {
  border-bottom: 1px solid #bfbfbf;
}
.vis-labelset .vis-label.draggable {
  cursor: pointer;
}
.vis-labelset .vis-label:last-child {
  border-bottom: none;
}
.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px;
}
.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0;
}
.vis-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top {
  border: 1px #bfbfbf;
}
.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden;
}
.vis-left.vis-panel.vis-vertical-scroll,
.vis-right.vis-panel.vis-vertical-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.vis-left.vis-panel.vis-vertical-scroll {
  direction: rtl;
}
.vis-left.vis-panel.vis-vertical-scroll .vis-content {
  direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll {
  direction: ltr;
}
.vis-right.vis-panel.vis-vertical-scroll .vis-content {
  direction: rtl;
}
.vis-panel.vis-bottom,
.vis-panel.vis-center,
.vis-panel.vis-top {
  border-left-style: solid;
  border-right-style: solid;
}
.vis-background {
  overflow: hidden;
}
.vis-panel > .vis-content {
  position: relative;
}
.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0;
}
.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0;
}
.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd;
}
.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646;
}
.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf;
}
.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841;
}
.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100;
}
.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6;
}
.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662;
}
.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26;
}
.vis-graph-group8 {
  fill: #f0f;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f0f;
}
.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938;
}
.vis-timeline .vis-fill {
  fill-opacity: 0.1;
  stroke: none;
}
.vis-timeline .vis-bar {
  fill-opacity: 0.5;
  stroke-width: 1px;
}
.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1;
}
.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: 0.9;
  fill: #fff;
  stroke: #c2c2c2;
}
.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: #fff;
  stroke: #e5e5e5;
}
.vis-timeline .vis-icon-fill {
  fill-opacity: 0.3;
  stroke: none;
}
.vis-time-axis {
  position: relative;
  overflow: hidden;
}
.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%;
}
.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
}
.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}
.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid;
}
.vis-time-axis .vis-grid.vis-vertical-rtl {
  position: absolute;
  border-right: 1px solid;
}
.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5;
}
.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf;
}
.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.slick-slider {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  overflow-y: hidden;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  margin-bottom: -6px;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide > div {
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.b-bg-white {
  background-color: #fff;
}
.b-white {
  color: #fff;
}
.b-bg-white-alpha {
  background-color: rgba(255, 255, 255, 0.1);
}
.b-white-alpha {
  color: rgba(255, 255, 255, 0.1);
}
.b-bg-black {
  background-color: #191919;
}
.b-black {
  color: #191919;
}
.b-bg-shadow {
  background-color: rgba(0, 0, 0, 0.1);
}
.b-shadow {
  color: rgba(0, 0, 0, 0.1);
}
.b-bg-grey-xdark {
  background-color: #585b63;
}
.b-grey-xdark {
  color: #585b63;
}
.b-bg-grey-dark {
  background-color: #abadb1;
}
.b-grey-dark {
  color: #abadb1;
}
.b-bg-grey {
  background-color: #d5d6d8;
}
.b-grey {
  color: #d5d6d8;
}
.b-bg-grey-light {
  background-color: #eeeeef;
}
.b-grey-light {
  color: #eeeeef;
}
.b-bg-grey-xlight {
  background-color: #f6f7f7;
}
.b-grey-xlight {
  color: #f6f7f7;
}
.b-bg-grey-dark--alpha {
  background-color: rgba(88, 91, 99, 0.5);
}
.b-grey-dark--alpha {
  color: rgba(88, 91, 99, 0.5);
}
.b-bg-grey--alpha {
  background-color: rgba(99, 91, 99, 0.25);
}
.b-grey--alpha {
  color: rgba(99, 91, 99, 0.25);
}
.b-bg-grey-light--alpha {
  background-color: rgba(99, 91, 99, 0.1);
}
.b-grey-light--alpha {
  color: rgba(99, 91, 99, 0.1);
}
.b-bg-grey-xlight--alpha {
  background-color: rgba(99, 91, 99, 0.05);
}
.b-grey-xlight--alpha {
  color: rgba(99, 91, 99, 0.05);
}
.b-bg-red {
  background-color: #d20a0a;
}
.b-red {
  color: #d20a0a;
}
.b-bg-red-dark {
  background-color: #890707;
}
.b-red-dark {
  color: #890707;
}
.b-bg-red-alpha {
  background-color: rgba(210, 10, 10, 0.05);
}
.b-red-alpha {
  color: rgba(210, 10, 10, 0.05);
}
.b-bg-gold {
  background-color: #d4bd67;
}
.b-gold {
  color: #d4bd67;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
form {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
  line-height: normal;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: 0 0;
  line-height: 1;
  font-family: DIN2014, Arial, sans-serif;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: 0 0;
}
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: none;
}
.e-p--initial ul,
.field--type-text-long ul {
  list-style-type: disc;
}
.e-p--initial ul ul,
.field--type-text-long ul ul {
  list-style-type: circle;
}
.e-p--initial ol,
.field--type-text-long ol {
  list-style-type: decimal;
}
.e-p--initial ol ol,
.field--type-text-long ol ol {
  list-style-type: lower-alpha;
}
.e-p--initial ol,
.e-p--initial ul,
.field--type-text-long ol,
.field--type-text-long ul {
  margin: 1em;
  padding-left: 1em;
}
.e-p--initial ol li,
.e-p--initial ul li,
.field--type-text-long ol li,
.field--type-text-long ul li {
  list-style-type: inherit;
}
.e-p--initial ol ol,
.e-p--initial ol ul,
.e-p--initial ul ol,
.e-p--initial ul ul,
.field--type-text-long ol ol,
.field--type-text-long ol ul,
.field--type-text-long ul ol,
.field--type-text-long ul ul {
  margin: 0.3em 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  color: #585b63;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5em;
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
details > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__name,
.article-up-next .article-up-next-inner .article-up-next__title,
.ath--third .ath-n__name,
.block-ufc-athletes-compare .big-text,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name,
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total,
.block-ufc-media-instagram .slideshow__title,
.c-big-links a,
.c-bio__social-title,
.c-bio__title,
.c-call-to-action__section-title,
.c-card--image-feature__category,
.c-card--image-feature__date,
.c-card--image-feature__headline,
.c-card-event--athlete-results__headline,
.c-card-event--related div.c-card-event--related__sub-headline,
.c-card-event--related__athlete,
.c-card-event--related__sub-headline,
.c-card-event--result__headline,
.c-card-event--tickets-result__headline,
.c-card-event__headline,
.c-card__overlay-name,
.c-card__overlay-stats,
.c-card__overlay-ufc-date,
.c-card__overlay-ufc-title,
.c-card__username,
.c-carousel--dots-multiple .c-carousel__title,
.c-carousel-connect-wrapper .c-card-event--tickets__headline,
.c-carousel__title,
.c-content-block__title,
.c-event-fight-card-broadcaster__link,
.c-event-fight-card-broadcaster__name,
.c-event-fight-card-broadcaster__time,
.c-events-exposed-wrp .althelete-total,
.c-hero--article__headline,
.c-hero--full__headline,
.c-hero--full__headline-prefix,
.c-hero--inline__headline,
.c-hero--inline__headline-prefix,
.c-hero--media__headline,
.c-hero--plain__headline,
.c-hero--prefooter__headline.is-large-text,
.c-hero--prefooter__headline.is-medium-text,
.c-hero--prefooter__headline.is-small-text,
.c-hero--side__headline,
.c-hero--side__headline-prefix,
.c-hero__headline,
.c-hero__headline-prefix,
.c-how-to-watch__title--event-download-card,
.c-how-to-watch__title--event-live,
.c-how-to-watch__title--event-main-card,
.c-how-to-watch__title--event-main-card-list,
.c-how-to-watch__title--event-main-card-tv,
.c-how-to-watch__title--event-tickets,
.c-image-and-card-paragraph__card__headline,
.c-leaderboard__filter .chosen-container .chosen-results li,
.c-leaderboard__filter .chosen-container-single .chosen-single,
.c-leaderboard__table .views-field,
.c-leaderboard__table td,
.c-listing-athlete-group__title,
.c-listing-athlete__name,
.c-listing-fight__detail-corner-name,
.c-listing-inline,
.c-listing-inline-group__title,
.c-listing-profile__name,
.c-listing-profile__title,
.c-listing-up-next-group__title,
.c-listing-we-recommend-group__title,
.c-modal--card .c-modal__title,
.c-modal--dark .c-modal__title,
.c-modal--dark .c-social-block h2,
.c-modal--light .c-modal__title,
.c-modal--light--dark-title .c-modal__title,
.c-record__promoted-figure,
.c-related-bar__left,
.c-related-bar__right,
.c-rules__item-title,
.c-rules__section-title,
.c-slide__title,
.c-stat-3bar__label,
.c-stat-3bar__title,
.c-stat-compare__chart_label,
.c-stat-compare__chart_label-suffix,
.c-stat-compare__label,
.c-stat-compare__label-suffix,
.c-stat-metric-compare-group__title,
.c-stat-metric-compare__label,
.c-top-trend-card__overlay-ufc-date,
.c-top-trend-card__overlay-ufc-title,
.e-label,
.e-label--is-required,
.e-t1,
.e-t1-secondary,
.e-t2,
.e-t2--centered,
.e-t3,
.e-t3--centered,
.e-t4,
.e-t4--centered,
.e-t5,
.e-t5--centered,
.e-t6,
.e-t6--centered,
.e-t7,
.e-t7--centered,
.events-lastnext .event-lastnext__fight-title,
.events-lastnext .event-lastnext__pretitle,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
.l-card-group__header,
.l-card-group__header.e-t2,
.l-card-group__header.e-t3,
.l-card-group__header.e-t4,
.l-card-group__header.e-t5,
.l-container__title,
.l-filters__results-summary,
.l-how-to-watch-event-group__header,
.l-listing__title,
.l-masthead__headline,
.l-masthead__headline-prefix,
.l-overlap-group__title,
.l-overlap-group__title-prefix,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs,
.l-page_filters .block-region-ds-filters .block-facets__header .facets-cfs,
.l-page_filters .facet-filter__inner .facet-tnav-label,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facets-cfs,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span,
.o-search-filters-wpr .l-header .c-search-top__current-filters,
.o-search-filters-wpr .l-sf-top-nav__inner span,
.page-node-type-page .hero .field--name-node-title,
.title-highlighted,
.title-main,
.ufc-career-stats-wrapper .stats-big-links ul li a,
.video-player__paused-content__featured__content a,
.view-all-athletes .althelete-total,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label,
.view-athletes-titleholders .view-header h3,
.view-athletes-trending .view-header h3,
.view-athletes-trending .view-header h4,
.view-athletes-trending .wrapper .field--name-name,
.view-athletes-trending .wrapper .field--name-word-1st,
.view-athletes-trending .wrapper .field--name-word-2nd,
.view-athletes-trending .wrapper .field--name-word-3rd,
.view-event-stats .stats-big-links ul li a,
.view-event-stats-rebuild .stats-big-links ul li a,
.view-fight-stats .stats-big-links ul li a,
.view-round-stats .stats-big-links ul li a,
.view-round-stats-rebuild .stats-big-links ul li a,
.view-trending .views-exposed-form .form--inline .althelete-total,
.view-video-library .althelete-total,
body.path-rankings .heading-2 {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__name a,
.article-up-next .article-up-next-inner .article-up-next__title a,
.ath--third .ath-n__name a,
.block-ufc-athletes-compare .big-text a,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare
  a,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name
  a,
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total
  a,
.block-ufc-media-instagram .slideshow__title a,
.c-big-links a a,
.c-bio__social-title a,
.c-bio__title a,
.c-call-to-action__section-title a,
.c-card--image-feature__category a,
.c-card--image-feature__date a,
.c-card--image-feature__headline a,
.c-card-event--athlete-results__headline a,
.c-card-event--related div.c-card-event--related__sub-headline a,
.c-card-event--related__athlete a,
.c-card-event--related__sub-headline a,
.c-card-event--result__headline a,
.c-card-event--tickets-result__headline a,
.c-card-event__headline a,
.c-card__overlay-name a,
.c-card__overlay-stats a,
.c-card__overlay-ufc-date a,
.c-card__overlay-ufc-title a,
.c-card__username a,
.c-carousel--dots-multiple .c-carousel__title a,
.c-carousel-connect-wrapper .c-card-event--tickets__headline a,
.c-carousel__title a,
.c-content-block__title a,
.c-event-fight-card-broadcaster__link a,
.c-event-fight-card-broadcaster__name a,
.c-event-fight-card-broadcaster__time a,
.c-events-exposed-wrp .althelete-total a,
.c-hero--article__headline a,
.c-hero--full__headline a,
.c-hero--full__headline-prefix a,
.c-hero--inline__headline a,
.c-hero--inline__headline-prefix a,
.c-hero--media__headline a,
.c-hero--plain__headline a,
.c-hero--prefooter__headline.is-large-text a,
.c-hero--prefooter__headline.is-medium-text a,
.c-hero--prefooter__headline.is-small-text a,
.c-hero--side__headline a,
.c-hero--side__headline-prefix a,
.c-hero__headline a,
.c-hero__headline-prefix a,
.c-how-to-watch__title--event-download-card a,
.c-how-to-watch__title--event-live a,
.c-how-to-watch__title--event-main-card a,
.c-how-to-watch__title--event-main-card-list a,
.c-how-to-watch__title--event-main-card-tv a,
.c-how-to-watch__title--event-tickets a,
.c-image-and-card-paragraph__card__headline a,
.c-leaderboard__filter .chosen-container .chosen-results li a,
.c-leaderboard__filter .chosen-container-single .chosen-single a,
.c-leaderboard__table .views-field a,
.c-leaderboard__table td a,
.c-listing-athlete-group__title a,
.c-listing-athlete__name a,
.c-listing-fight__detail-corner-name a,
.c-listing-inline a,
.c-listing-inline-group__title a,
.c-listing-profile__name a,
.c-listing-profile__title a,
.c-listing-up-next-group__title a,
.c-listing-we-recommend-group__title a,
.c-modal--card .c-modal__title a,
.c-modal--dark .c-modal__title a,
.c-modal--dark .c-social-block h2 a,
.c-modal--light .c-modal__title a,
.c-modal--light--dark-title .c-modal__title a,
.c-record__promoted-figure a,
.c-related-bar__left a,
.c-related-bar__right a,
.c-rules__item-title a,
.c-rules__section-title a,
.c-slide__title a,
.c-stat-3bar__label a,
.c-stat-3bar__title a,
.c-stat-compare__chart_label a,
.c-stat-compare__chart_label-suffix a,
.c-stat-compare__label a,
.c-stat-compare__label-suffix a,
.c-stat-metric-compare-group__title a,
.c-stat-metric-compare__label a,
.c-top-trend-card__overlay-ufc-date a,
.c-top-trend-card__overlay-ufc-title a,
.e-label a,
.e-label--is-required a,
.e-t1 a,
.e-t1-secondary a,
.e-t2 a,
.e-t2--centered a,
.e-t3 a,
.e-t3--centered a,
.e-t4 a,
.e-t4--centered a,
.e-t5 a,
.e-t5--centered a,
.e-t6 a,
.e-t6--centered a,
.e-t7 a,
.e-t7--centered a,
.events-lastnext .event-lastnext__fight-title a,
.events-lastnext .event-lastnext__pretitle a,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a
  a,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a a,
.l-card-group__header a,
.l-card-group__header.e-t2 a,
.l-card-group__header.e-t3 a,
.l-card-group__header.e-t4 a,
.l-card-group__header.e-t5 a,
.l-container__title a,
.l-filters__results-summary a,
.l-how-to-watch-event-group__header a,
.l-listing__title a,
.l-masthead__headline a,
.l-masthead__headline-prefix a,
.l-overlap-group__title a,
.l-overlap-group__title-prefix a,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label a,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a,
.l-page_filters .block-region-ds-filters .block-facets__header .facets-cfs a,
.l-page_filters .facet-filter__inner .facet-tnav-label a,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facets-cfs a,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span a,
.o-search-filters-wpr .l-header .c-search-top__current-filters a,
.o-search-filters-wpr .l-sf-top-nav__inner span a,
.page-node-type-page .hero .field--name-node-title a,
.title-highlighted a,
.title-main a,
.ufc-career-stats-wrapper .stats-big-links ul li a a,
.video-player__paused-content__featured__content a a,
.view-all-athletes .althelete-total a,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label
  a,
.view-athletes-titleholders .view-header h3 a,
.view-athletes-trending .view-header h3 a,
.view-athletes-trending .view-header h4 a,
.view-athletes-trending .wrapper .field--name-name a,
.view-athletes-trending .wrapper .field--name-word-1st a,
.view-athletes-trending .wrapper .field--name-word-2nd a,
.view-athletes-trending .wrapper .field--name-word-3rd a,
.view-event-stats .stats-big-links ul li a a,
.view-event-stats-rebuild .stats-big-links ul li a a,
.view-fight-stats .stats-big-links ul li a a,
.view-round-stats .stats-big-links ul li a a,
.view-round-stats-rebuild .stats-big-links ul li a a,
.view-trending .views-exposed-form .form--inline .althelete-total a,
.view-video-library .althelete-total a,
body.path-rankings .heading-2 a {
  color: #191919;
}
.alt--search-card-container
  .atl--search-card-wrp
  .c-listing-athlete__name
  a:active,
.alt--search-card-container
  .atl--search-card-wrp
  .c-listing-athlete__name
  a:focus,
.alt--search-card-container
  .atl--search-card-wrp
  .c-listing-athlete__name
  a:hover,
.article-up-next .article-up-next-inner .article-up-next__title a:active,
.article-up-next .article-up-next-inner .article-up-next__title a:focus,
.article-up-next .article-up-next-inner .article-up-next__title a:hover,
.ath--third .ath-n__name a:active,
.ath--third .ath-n__name a:focus,
.ath--third .ath-n__name a:hover,
.block-ufc-athletes-compare .big-text a:active,
.block-ufc-athletes-compare .big-text a:focus,
.block-ufc-athletes-compare .big-text a:hover,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare
  a:active,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare
  a:focus,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare
  a:hover,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name
  a:active,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name
  a:focus,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name
  a:hover,
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total
  a:active,
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total
  a:focus,
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total
  a:hover,
.block-ufc-media-instagram .slideshow__title a:active,
.block-ufc-media-instagram .slideshow__title a:focus,
.block-ufc-media-instagram .slideshow__title a:hover,
.c-big-links a a:active,
.c-big-links a a:focus,
.c-big-links a a:hover,
.c-bio__social-title a:active,
.c-bio__social-title a:focus,
.c-bio__social-title a:hover,
.c-bio__title a:active,
.c-bio__title a:focus,
.c-bio__title a:hover,
.c-call-to-action__section-title a:active,
.c-call-to-action__section-title a:focus,
.c-call-to-action__section-title a:hover,
.c-card--image-feature__category a:active,
.c-card--image-feature__category a:focus,
.c-card--image-feature__category a:hover,
.c-card--image-feature__date a:active,
.c-card--image-feature__date a:focus,
.c-card--image-feature__date a:hover,
.c-card--image-feature__headline a:active,
.c-card--image-feature__headline a:focus,
.c-card--image-feature__headline a:hover,
.c-card-event--athlete-results__headline a:active,
.c-card-event--athlete-results__headline a:focus,
.c-card-event--athlete-results__headline a:hover,
.c-card-event--related div.c-card-event--related__sub-headline a:active,
.c-card-event--related div.c-card-event--related__sub-headline a:focus,
.c-card-event--related div.c-card-event--related__sub-headline a:hover,
.c-card-event--related__athlete a:active,
.c-card-event--related__athlete a:focus,
.c-card-event--related__athlete a:hover,
.c-card-event--related__sub-headline a:active,
.c-card-event--related__sub-headline a:focus,
.c-card-event--related__sub-headline a:hover,
.c-card-event--result__headline a:active,
.c-card-event--result__headline a:focus,
.c-card-event--result__headline a:hover,
.c-card-event--tickets-result__headline a:active,
.c-card-event--tickets-result__headline a:focus,
.c-card-event--tickets-result__headline a:hover,
.c-card-event__headline a:active,
.c-card-event__headline a:focus,
.c-card-event__headline a:hover,
.c-card__overlay-name a:active,
.c-card__overlay-name a:focus,
.c-card__overlay-name a:hover,
.c-card__overlay-stats a:active,
.c-card__overlay-stats a:focus,
.c-card__overlay-stats a:hover,
.c-card__overlay-ufc-date a:active,
.c-card__overlay-ufc-date a:focus,
.c-card__overlay-ufc-date a:hover,
.c-card__overlay-ufc-title a:active,
.c-card__overlay-ufc-title a:focus,
.c-card__overlay-ufc-title a:hover,
.c-card__username a:active,
.c-card__username a:focus,
.c-card__username a:hover,
.c-carousel--dots-multiple .c-carousel__title a:active,
.c-carousel--dots-multiple .c-carousel__title a:focus,
.c-carousel--dots-multiple .c-carousel__title a:hover,
.c-carousel-connect-wrapper .c-card-event--tickets__headline a:active,
.c-carousel-connect-wrapper .c-card-event--tickets__headline a:focus,
.c-carousel-connect-wrapper .c-card-event--tickets__headline a:hover,
.c-carousel__title a:active,
.c-carousel__title a:focus,
.c-carousel__title a:hover,
.c-content-block__title a:active,
.c-content-block__title a:focus,
.c-content-block__title a:hover,
.c-event-fight-card-broadcaster__link a:active,
.c-event-fight-card-broadcaster__link a:focus,
.c-event-fight-card-broadcaster__link a:hover,
.c-event-fight-card-broadcaster__name a:active,
.c-event-fight-card-broadcaster__name a:focus,
.c-event-fight-card-broadcaster__name a:hover,
.c-event-fight-card-broadcaster__time a:active,
.c-event-fight-card-broadcaster__time a:focus,
.c-event-fight-card-broadcaster__time a:hover,
.c-events-exposed-wrp .althelete-total a:active,
.c-events-exposed-wrp .althelete-total a:focus,
.c-events-exposed-wrp .althelete-total a:hover,
.c-hero--article__headline a:active,
.c-hero--article__headline a:focus,
.c-hero--article__headline a:hover,
.c-hero--full__headline a:active,
.c-hero--full__headline a:focus,
.c-hero--full__headline a:hover,
.c-hero--full__headline-prefix a:active,
.c-hero--full__headline-prefix a:focus,
.c-hero--full__headline-prefix a:hover,
.c-hero--inline__headline a:active,
.c-hero--inline__headline a:focus,
.c-hero--inline__headline a:hover,
.c-hero--inline__headline-prefix a:active,
.c-hero--inline__headline-prefix a:focus,
.c-hero--inline__headline-prefix a:hover,
.c-hero--media__headline a:active,
.c-hero--media__headline a:focus,
.c-hero--media__headline a:hover,
.c-hero--plain__headline a:active,
.c-hero--plain__headline a:focus,
.c-hero--plain__headline a:hover,
.c-hero--prefooter__headline.is-large-text a:active,
.c-hero--prefooter__headline.is-large-text a:focus,
.c-hero--prefooter__headline.is-large-text a:hover,
.c-hero--prefooter__headline.is-medium-text a:active,
.c-hero--prefooter__headline.is-medium-text a:focus,
.c-hero--prefooter__headline.is-medium-text a:hover,
.c-hero--prefooter__headline.is-small-text a:active,
.c-hero--prefooter__headline.is-small-text a:focus,
.c-hero--prefooter__headline.is-small-text a:hover,
.c-hero--side__headline a:active,
.c-hero--side__headline a:focus,
.c-hero--side__headline a:hover,
.c-hero--side__headline-prefix a:active,
.c-hero--side__headline-prefix a:focus,
.c-hero--side__headline-prefix a:hover,
.c-hero__headline a:active,
.c-hero__headline a:focus,
.c-hero__headline a:hover,
.c-hero__headline-prefix a:active,
.c-hero__headline-prefix a:focus,
.c-hero__headline-prefix a:hover,
.c-how-to-watch__title--event-download-card a:active,
.c-how-to-watch__title--event-download-card a:focus,
.c-how-to-watch__title--event-download-card a:hover,
.c-how-to-watch__title--event-live a:active,
.c-how-to-watch__title--event-live a:focus,
.c-how-to-watch__title--event-live a:hover,
.c-how-to-watch__title--event-main-card a:active,
.c-how-to-watch__title--event-main-card a:focus,
.c-how-to-watch__title--event-main-card a:hover,
.c-how-to-watch__title--event-main-card-list a:active,
.c-how-to-watch__title--event-main-card-list a:focus,
.c-how-to-watch__title--event-main-card-list a:hover,
.c-how-to-watch__title--event-main-card-tv a:active,
.c-how-to-watch__title--event-main-card-tv a:focus,
.c-how-to-watch__title--event-main-card-tv a:hover,
.c-how-to-watch__title--event-tickets a:active,
.c-how-to-watch__title--event-tickets a:focus,
.c-how-to-watch__title--event-tickets a:hover,
.c-image-and-card-paragraph__card__headline a:active,
.c-image-and-card-paragraph__card__headline a:focus,
.c-image-and-card-paragraph__card__headline a:hover,
.c-leaderboard__filter .chosen-container .chosen-results li a:active,
.c-leaderboard__filter .chosen-container .chosen-results li a:focus,
.c-leaderboard__filter .chosen-container .chosen-results li a:hover,
.c-leaderboard__filter .chosen-container-single .chosen-single a:active,
.c-leaderboard__filter .chosen-container-single .chosen-single a:focus,
.c-leaderboard__filter .chosen-container-single .chosen-single a:hover,
.c-leaderboard__table .views-field a:active,
.c-leaderboard__table .views-field a:focus,
.c-leaderboard__table .views-field a:hover,
.c-leaderboard__table td a:active,
.c-leaderboard__table td a:focus,
.c-leaderboard__table td a:hover,
.c-listing-athlete-group__title a:active,
.c-listing-athlete-group__title a:focus,
.c-listing-athlete-group__title a:hover,
.c-listing-athlete__name a:active,
.c-listing-athlete__name a:focus,
.c-listing-athlete__name a:hover,
.c-listing-fight__detail-corner-name a:active,
.c-listing-fight__detail-corner-name a:focus,
.c-listing-fight__detail-corner-name a:hover,
.c-listing-inline a:active,
.c-listing-inline a:focus,
.c-listing-inline a:hover,
.c-listing-inline-group__title a:active,
.c-listing-inline-group__title a:focus,
.c-listing-inline-group__title a:hover,
.c-listing-profile__name a:active,
.c-listing-profile__name a:focus,
.c-listing-profile__name a:hover,
.c-listing-profile__title a:active,
.c-listing-profile__title a:focus,
.c-listing-profile__title a:hover,
.c-listing-up-next-group__title a:active,
.c-listing-up-next-group__title a:focus,
.c-listing-up-next-group__title a:hover,
.c-listing-we-recommend-group__title a:active,
.c-listing-we-recommend-group__title a:focus,
.c-listing-we-recommend-group__title a:hover,
.c-modal--card .c-modal__title a:active,
.c-modal--card .c-modal__title a:focus,
.c-modal--card .c-modal__title a:hover,
.c-modal--dark .c-modal__title a:active,
.c-modal--dark .c-modal__title a:focus,
.c-modal--dark .c-modal__title a:hover,
.c-modal--dark .c-social-block h2 a:active,
.c-modal--dark .c-social-block h2 a:focus,
.c-modal--dark .c-social-block h2 a:hover,
.c-modal--light .c-modal__title a:active,
.c-modal--light .c-modal__title a:focus,
.c-modal--light .c-modal__title a:hover,
.c-modal--light--dark-title .c-modal__title a:active,
.c-modal--light--dark-title .c-modal__title a:focus,
.c-modal--light--dark-title .c-modal__title a:hover,
.c-record__promoted-figure a:active,
.c-record__promoted-figure a:focus,
.c-record__promoted-figure a:hover,
.c-related-bar__left a:active,
.c-related-bar__left a:focus,
.c-related-bar__left a:hover,
.c-related-bar__right a:active,
.c-related-bar__right a:focus,
.c-related-bar__right a:hover,
.c-rules__item-title a:active,
.c-rules__item-title a:focus,
.c-rules__item-title a:hover,
.c-rules__section-title a:active,
.c-rules__section-title a:focus,
.c-rules__section-title a:hover,
.c-slide__title a:active,
.c-slide__title a:focus,
.c-slide__title a:hover,
.c-stat-3bar__label a:active,
.c-stat-3bar__label a:focus,
.c-stat-3bar__label a:hover,
.c-stat-3bar__title a:active,
.c-stat-3bar__title a:focus,
.c-stat-3bar__title a:hover,
.c-stat-compare__chart_label a:active,
.c-stat-compare__chart_label a:focus,
.c-stat-compare__chart_label a:hover,
.c-stat-compare__chart_label-suffix a:active,
.c-stat-compare__chart_label-suffix a:focus,
.c-stat-compare__chart_label-suffix a:hover,
.c-stat-compare__label a:active,
.c-stat-compare__label a:focus,
.c-stat-compare__label a:hover,
.c-stat-compare__label-suffix a:active,
.c-stat-compare__label-suffix a:focus,
.c-stat-compare__label-suffix a:hover,
.c-stat-metric-compare-group__title a:active,
.c-stat-metric-compare-group__title a:focus,
.c-stat-metric-compare-group__title a:hover,
.c-stat-metric-compare__label a:active,
.c-stat-metric-compare__label a:focus,
.c-stat-metric-compare__label a:hover,
.c-top-trend-card__overlay-ufc-date a:active,
.c-top-trend-card__overlay-ufc-date a:focus,
.c-top-trend-card__overlay-ufc-date a:hover,
.c-top-trend-card__overlay-ufc-title a:active,
.c-top-trend-card__overlay-ufc-title a:focus,
.c-top-trend-card__overlay-ufc-title a:hover,
.e-label a:active,
.e-label a:focus,
.e-label a:hover,
.e-label--is-required a:active,
.e-label--is-required a:focus,
.e-label--is-required a:hover,
.e-t1 a:active,
.e-t1 a:focus,
.e-t1 a:hover,
.e-t1-secondary a:active,
.e-t1-secondary a:focus,
.e-t1-secondary a:hover,
.e-t2 a:active,
.e-t2 a:focus,
.e-t2 a:hover,
.e-t2--centered a:active,
.e-t2--centered a:focus,
.e-t2--centered a:hover,
.e-t3 a:active,
.e-t3 a:focus,
.e-t3 a:hover,
.e-t3--centered a:active,
.e-t3--centered a:focus,
.e-t3--centered a:hover,
.e-t4 a:active,
.e-t4 a:focus,
.e-t4 a:hover,
.e-t4--centered a:active,
.e-t4--centered a:focus,
.e-t4--centered a:hover,
.e-t5 a:active,
.e-t5 a:focus,
.e-t5 a:hover,
.e-t5--centered a:active,
.e-t5--centered a:focus,
.e-t5--centered a:hover,
.e-t6 a:active,
.e-t6 a:focus,
.e-t6 a:hover,
.e-t6--centered a:active,
.e-t6--centered a:focus,
.e-t6--centered a:hover,
.e-t7 a:active,
.e-t7 a:focus,
.e-t7 a:hover,
.e-t7--centered a:active,
.e-t7--centered a:focus,
.e-t7--centered a:hover,
.events-lastnext .event-lastnext__fight-title a:active,
.events-lastnext .event-lastnext__fight-title a:focus,
.events-lastnext .event-lastnext__fight-title a:hover,
.events-lastnext .event-lastnext__pretitle a:active,
.events-lastnext .event-lastnext__pretitle a:focus,
.events-lastnext .event-lastnext__pretitle a:hover,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a
  a:active,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a
  a:focus,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a
  a:hover,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a a:active,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a a:focus,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a a:hover,
.l-card-group__header a:active,
.l-card-group__header a:focus,
.l-card-group__header a:hover,
.l-card-group__header.e-t2 a:active,
.l-card-group__header.e-t2 a:focus,
.l-card-group__header.e-t2 a:hover,
.l-card-group__header.e-t3 a:active,
.l-card-group__header.e-t3 a:focus,
.l-card-group__header.e-t3 a:hover,
.l-card-group__header.e-t4 a:active,
.l-card-group__header.e-t4 a:focus,
.l-card-group__header.e-t4 a:hover,
.l-card-group__header.e-t5 a:active,
.l-card-group__header.e-t5 a:focus,
.l-card-group__header.e-t5 a:hover,
.l-container__title a:active,
.l-container__title a:focus,
.l-container__title a:hover,
.l-filters__results-summary a:active,
.l-filters__results-summary a:focus,
.l-filters__results-summary a:hover,
.l-how-to-watch-event-group__header a:active,
.l-how-to-watch-event-group__header a:focus,
.l-how-to-watch-event-group__header a:hover,
.l-listing__title a:active,
.l-listing__title a:focus,
.l-listing__title a:hover,
.l-masthead__headline a:active,
.l-masthead__headline a:focus,
.l-masthead__headline a:hover,
.l-masthead__headline-prefix a:active,
.l-masthead__headline-prefix a:focus,
.l-masthead__headline-prefix a:hover,
.l-overlap-group__title a:active,
.l-overlap-group__title a:focus,
.l-overlap-group__title a:hover,
.l-overlap-group__title-prefix a:active,
.l-overlap-group__title-prefix a:focus,
.l-overlap-group__title-prefix a:hover,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:active,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:focus,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:hover,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label a:active,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label a:focus,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label a:hover,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:active,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:focus,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:hover,
.l-page_filters
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:active,
.l-page_filters
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:focus,
.l-page_filters
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs
  a:hover,
.l-page_filters .facet-filter__inner .facet-tnav-label a:active,
.l-page_filters .facet-filter__inner .facet-tnav-label a:focus,
.l-page_filters .facet-filter__inner .facet-tnav-label a:hover,
.l-page_filters
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:active,
.l-page_filters
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:focus,
.l-page_filters
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs
  a:hover,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span a:active,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span a:focus,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span a:hover,
.o-search-filters-wpr .l-header .c-search-top__current-filters a:active,
.o-search-filters-wpr .l-header .c-search-top__current-filters a:focus,
.o-search-filters-wpr .l-header .c-search-top__current-filters a:hover,
.o-search-filters-wpr .l-sf-top-nav__inner span a:active,
.o-search-filters-wpr .l-sf-top-nav__inner span a:focus,
.o-search-filters-wpr .l-sf-top-nav__inner span a:hover,
.page-node-type-page .hero .field--name-node-title a:active,
.page-node-type-page .hero .field--name-node-title a:focus,
.page-node-type-page .hero .field--name-node-title a:hover,
.title-highlighted a:active,
.title-highlighted a:focus,
.title-highlighted a:hover,
.title-main a:active,
.title-main a:focus,
.title-main a:hover,
.ufc-career-stats-wrapper .stats-big-links ul li a a:active,
.ufc-career-stats-wrapper .stats-big-links ul li a a:focus,
.ufc-career-stats-wrapper .stats-big-links ul li a a:hover,
.video-player__paused-content__featured__content a a:active,
.video-player__paused-content__featured__content a a:focus,
.video-player__paused-content__featured__content a a:hover,
.view-all-athletes .althelete-total a:active,
.view-all-athletes .althelete-total a:focus,
.view-all-athletes .althelete-total a:hover,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label
  a:active,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label
  a:focus,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label
  a:hover,
.view-athletes-titleholders .view-header h3 a:active,
.view-athletes-titleholders .view-header h3 a:focus,
.view-athletes-titleholders .view-header h3 a:hover,
.view-athletes-trending .view-header h3 a:active,
.view-athletes-trending .view-header h3 a:focus,
.view-athletes-trending .view-header h3 a:hover,
.view-athletes-trending .view-header h4 a:active,
.view-athletes-trending .view-header h4 a:focus,
.view-athletes-trending .view-header h4 a:hover,
.view-athletes-trending .wrapper .field--name-name a:active,
.view-athletes-trending .wrapper .field--name-name a:focus,
.view-athletes-trending .wrapper .field--name-name a:hover,
.view-athletes-trending .wrapper .field--name-word-1st a:active,
.view-athletes-trending .wrapper .field--name-word-1st a:focus,
.view-athletes-trending .wrapper .field--name-word-1st a:hover,
.view-athletes-trending .wrapper .field--name-word-2nd a:active,
.view-athletes-trending .wrapper .field--name-word-2nd a:focus,
.view-athletes-trending .wrapper .field--name-word-2nd a:hover,
.view-athletes-trending .wrapper .field--name-word-3rd a:active,
.view-athletes-trending .wrapper .field--name-word-3rd a:focus,
.view-athletes-trending .wrapper .field--name-word-3rd a:hover,
.view-event-stats .stats-big-links ul li a a:active,
.view-event-stats .stats-big-links ul li a a:focus,
.view-event-stats .stats-big-links ul li a a:hover,
.view-event-stats-rebuild .stats-big-links ul li a a:active,
.view-event-stats-rebuild .stats-big-links ul li a a:focus,
.view-event-stats-rebuild .stats-big-links ul li a a:hover,
.view-fight-stats .stats-big-links ul li a a:active,
.view-fight-stats .stats-big-links ul li a a:focus,
.view-fight-stats .stats-big-links ul li a a:hover,
.view-round-stats .stats-big-links ul li a a:active,
.view-round-stats .stats-big-links ul li a a:focus,
.view-round-stats .stats-big-links ul li a a:hover,
.view-round-stats-rebuild .stats-big-links ul li a a:active,
.view-round-stats-rebuild .stats-big-links ul li a a:focus,
.view-round-stats-rebuild .stats-big-links ul li a a:hover,
.view-trending .views-exposed-form .form--inline .althelete-total a:active,
.view-trending .views-exposed-form .form--inline .althelete-total a:focus,
.view-trending .views-exposed-form .form--inline .althelete-total a:hover,
.view-video-library .althelete-total a:active,
.view-video-library .althelete-total a:focus,
.view-video-library .althelete-total a:hover,
body.path-rankings .heading-2 a:active,
body.path-rankings .heading-2 a:focus,
body.path-rankings .heading-2 a:hover {
  color: #d20a0a;
}
.c-hero--article__headline,
.c-hero--full__headline,
.c-hero--inline__headline,
.c-hero--prefooter__headline.is-large-text,
.c-hero--side__headline,
.c-hero__headline,
.c-slide__title,
.e-t1,
.l-masthead__headline,
.page-node-type-page .hero .field--name-node-title {
  letter-spacing: -0.05rem;
  font-size: 3rem;
  line-height: 2.8125rem;
}
@media (min-width: 56.25em) {
  .c-hero--article__headline,
  .c-hero--full__headline,
  .c-hero--inline__headline,
  .c-hero--prefooter__headline.is-large-text,
  .c-hero--side__headline,
  .c-hero__headline,
  .c-slide__title,
  .e-t1,
  .l-masthead__headline,
  .page-node-type-page .hero .field--name-node-title {
    letter-spacing: -0.0666rem;
    font-size: 3.996rem;
    line-height: 3.74625rem;
  }
}
@media (min-width: 56.25em) {
  .c-hero--article__headline,
  .c-hero--full__headline,
  .c-hero--inline__headline,
  .c-hero--prefooter__headline.is-large-text,
  .c-hero--side__headline,
  .c-hero__headline,
  .c-slide__title,
  .e-t1,
  .l-masthead__headline,
  .page-node-type-page .hero .field--name-node-title {
    letter-spacing: -0.1rem;
    font-size: 6rem;
    line-height: 5.625rem;
  }
}
.c-hero--article__headline,
.c-hero--media__headline,
.c-hero--plain__headline,
.e-t1-secondary {
  letter-spacing: -0.0375rem;
  font-size: 2.25rem;
  line-height: 1.875rem;
}
@media (min-width: 56.25em) {
  .c-hero--article__headline,
  .c-hero--media__headline,
  .c-hero--plain__headline,
  .e-t1-secondary {
    letter-spacing: -0.04995rem;
    font-size: 2.997rem;
    line-height: 2.4975rem;
  }
}
@media (min-width: 56.25em) {
  .c-hero--article__headline,
  .c-hero--media__headline,
  .c-hero--plain__headline,
  .e-t1-secondary {
    letter-spacing: -0.075rem;
    font-size: 4.5rem;
    line-height: 3.75rem;
  }
}
.article-up-next .article-up-next-inner .article-up-next__title,
.block-ufc-athletes-compare .big-text,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name,
.block-ufc-media-instagram .slideshow__title,
.c-bio__title,
.c-card--image-feature__headline,
.c-hero--prefooter__headline.is-medium-text,
.c-record__promoted-figure,
.e-t2,
.e-t2--centered,
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
.l-card-group__header.e-t2,
.l-how-to-watch-event-group__header,
.l-listing__title,
.l-overlap-group__title,
.title-main,
.ufc-career-stats-wrapper .stats-big-links ul li a,
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label,
.view-athletes-titleholders .view-header h3,
.view-athletes-trending .view-header h3,
.view-athletes-trending .wrapper .field--name-word-1st,
.view-athletes-trending .wrapper .field--name-word-2nd,
.view-athletes-trending .wrapper .field--name-word-3rd,
.view-event-stats .stats-big-links ul li a,
.view-event-stats-rebuild .stats-big-links ul li a,
.view-fight-stats .stats-big-links ul li a,
.view-round-stats .stats-big-links ul li a,
.view-round-stats-rebuild .stats-big-links ul li a,
body.path-rankings .heading-2 {
  letter-spacing: -0.03125rem;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
@media (min-width: 38.75em) {
  .article-up-next .article-up-next-inner .article-up-next__title,
  .block-ufc-athletes-compare .big-text,
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .center-text
    .field--name-name,
  .block-ufc-media-instagram .slideshow__title,
  .c-bio__title,
  .c-card--image-feature__headline,
  .c-hero--prefooter__headline.is-medium-text,
  .c-record__promoted-figure,
  .e-t2,
  .e-t2--centered,
  .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
  .l-card-group__header.e-t2,
  .l-how-to-watch-event-group__header,
  .l-listing__title,
  .l-overlap-group__title,
  .title-main,
  .ufc-career-stats-wrapper .stats-big-links ul li a,
  .view-all-athletes
    .views-exposed-form
    .form--inline
    div[id^="edit-gender"]
    .form-item-gender
    label,
  .view-athletes-titleholders .view-header h3,
  .view-athletes-trending .view-header h3,
  .view-athletes-trending .wrapper .field--name-word-1st,
  .view-athletes-trending .wrapper .field--name-word-2nd,
  .view-athletes-trending .wrapper .field--name-word-3rd,
  .view-event-stats .stats-big-links ul li a,
  .view-event-stats-rebuild .stats-big-links ul li a,
  .view-fight-stats .stats-big-links ul li a,
  .view-round-stats .stats-big-links ul li a,
  .view-round-stats-rebuild .stats-big-links ul li a,
  body.path-rankings .heading-2 {
    letter-spacing: -0.04163rem;
    font-size: 2.4975rem;
    line-height: 2.4975rem;
  }
}
@media (min-width: 56.25em) {
  .article-up-next .article-up-next-inner .article-up-next__title,
  .block-ufc-athletes-compare .big-text,
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .center-text
    .field--name-name,
  .block-ufc-media-instagram .slideshow__title,
  .c-bio__title,
  .c-card--image-feature__headline,
  .c-hero--prefooter__headline.is-medium-text,
  .c-record__promoted-figure,
  .e-t2,
  .e-t2--centered,
  .horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a,
  .l-card-group__header.e-t2,
  .l-how-to-watch-event-group__header,
  .l-listing__title,
  .l-overlap-group__title,
  .title-main,
  .ufc-career-stats-wrapper .stats-big-links ul li a,
  .view-all-athletes
    .views-exposed-form
    .form--inline
    div[id^="edit-gender"]
    .form-item-gender
    label,
  .view-athletes-titleholders .view-header h3,
  .view-athletes-trending .view-header h3,
  .view-athletes-trending .wrapper .field--name-word-1st,
  .view-athletes-trending .wrapper .field--name-word-2nd,
  .view-athletes-trending .wrapper .field--name-word-3rd,
  .view-event-stats .stats-big-links ul li a,
  .view-event-stats-rebuild .stats-big-links ul li a,
  .view-fight-stats .stats-big-links ul li a,
  .view-round-stats .stats-big-links ul li a,
  .view-round-stats-rebuild .stats-big-links ul li a,
  body.path-rankings .heading-2 {
    letter-spacing: -0.0625rem;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare,
.c-bio__social-title,
.c-card-event--related__athlete,
.c-carousel--dots-multiple .c-carousel__title,
.c-content-block__title,
.c-hero--full__headline-prefix,
.c-hero--inline__headline-prefix,
.c-hero--prefooter__headline.is-small-text,
.c-hero--side__headline-prefix,
.c-hero__headline-prefix,
.c-image-and-card-paragraph__card__headline,
.c-stat-metric-compare-group__title,
.e-t3,
.e-t3--centered,
.l-card-group__header.e-t3,
.l-container__title {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 56.25em) {
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .popular-compare,
  .c-bio__social-title,
  .c-card-event--related__athlete,
  .c-carousel--dots-multiple .c-carousel__title,
  .c-content-block__title,
  .c-hero--full__headline-prefix,
  .c-hero--inline__headline-prefix,
  .c-hero--prefooter__headline.is-small-text,
  .c-hero--side__headline-prefix,
  .c-hero__headline-prefix,
  .c-image-and-card-paragraph__card__headline,
  .c-stat-metric-compare-group__title,
  .e-t3,
  .e-t3--centered,
  .l-card-group__header.e-t3,
  .l-container__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__name,
.ath--third .ath-n__name,
.c-card-event--athlete-results__headline,
.c-card-event--result__headline,
.c-card-event--tickets-result__headline,
.c-card-event__headline,
.c-card__overlay-name,
.c-carousel-connect-wrapper .c-card-event--tickets__headline,
.c-how-to-watch__title--event-download-card,
.c-how-to-watch__title--event-live,
.c-how-to-watch__title--event-main-card,
.c-how-to-watch__title--event-main-card-list,
.c-how-to-watch__title--event-main-card-tv,
.c-listing-athlete__name,
.c-listing-profile__name,
.c-modal--card .c-modal__title,
.c-modal--dark .c-modal__title,
.c-modal--dark .c-social-block h2,
.c-modal--light .c-modal__title,
.c-modal--light--dark-title .c-modal__title,
.c-rules__section-title,
.e-t4,
.e-t4--centered,
.l-card-group__header.e-t4,
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label,
.l-page_filters .facet-filter__inner .facet-tnav-label,
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span,
.o-search-filters-wpr .l-sf-top-nav__inner span {
  font-size: 1.625rem;
  line-height: 1.75rem;
}
.c-listing-inline,
.c-rules__item-title,
.c-stat-3bar__title,
.e-label,
.e-label--is-required,
.e-t5,
.e-t5--centered,
.l-card-group__header.e-t5,
.l-filters__results-summary,
.l-masthead__headline-prefix,
.l-overlap-group__title-prefix,
.title-highlighted,
.video-player__paused-content__featured__content a,
.view-athletes-trending .view-header h4,
.view-athletes-trending .wrapper .field--name-name {
  letter-spacing: 0.0125rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total,
.c-call-to-action__section-title,
.c-card--image-feature__category,
.c-card--image-feature__date,
.c-card__overlay-stats,
.c-card__overlay-ufc-date,
.c-card__overlay-ufc-title,
.c-card__username,
.c-events-exposed-wrp .althelete-total,
.c-leaderboard__filter .chosen-container-single .chosen-single,
.c-leaderboard__table .views-field,
.c-leaderboard__table td,
.c-listing-athlete-group__title,
.c-listing-inline-group__title,
.c-related-bar__left,
.c-related-bar__right,
.c-stat-3bar__label,
.c-stat-compare__chart_label,
.c-stat-compare__label,
.c-stat-metric-compare__label,
.c-top-trend-card__overlay-ufc-date,
.c-top-trend-card__overlay-ufc-title,
.e-t6,
.e-t6--centered,
.events-lastnext .event-lastnext__fight-title,
.l-card-group__header,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs,
.l-page_filters .block-region-ds-filters .block-facets__header .facets-cfs,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facets-cfs,
.o-search-filters-wpr .l-header .c-search-top__current-filters,
.view-all-athletes .althelete-total,
.view-trending .views-exposed-form .form--inline .althelete-total,
.view-video-library .althelete-total {
  font-size: 1rem;
  line-height: 1.125rem;
}
.c-big-links a,
.c-card-event--related div.c-card-event--related__sub-headline,
.c-card-event--related__sub-headline,
.c-listing-profile__title,
.c-listing-up-next-group__title,
.c-listing-we-recommend-group__title,
.c-stat-compare__chart_label-suffix,
.c-stat-compare__label-suffix,
.e-t7,
.e-t7--centered,
.events-lastnext .event-lastnext__pretitle,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a {
  color: #abadb1;
  font-size: 0.875rem;
  line-height: 1rem;
}
.e-t2--centered,
body.path-rankings .heading-2 {
  text-align: center;
}
.e-t3--centered {
  text-align: center;
}
.e-t4--centered {
  text-align: center;
}
.e-t5--centered {
  text-align: center;
}
.e-t6--centered {
  text-align: center;
}
.e-t7--centered {
  text-align: center;
}
.title-highlighted {
  color: #d20a0a;
}
.block-page-title-block {
  display: none;
}
.c-card-event--related__location,
.c-card-event--related__text,
.c-hero--full__text,
.c-hero--media__text,
.c-hero--plain__text,
.c-hero--side__text,
.c-hero__text,
.e-p,
p {
  margin-bottom: 1.5rem;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__record,
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__title,
.ath--first .ath-weight,
.ath--third .ath-lf,
.ath--third .c-ath--record,
.ath-lf-fl-mob,
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__summary,
.c-carousel-connect-wrapper .c-card-event--tickets__date,
.c-hero--article .c-hero--article__headline-prefix,
.c-hero--article__footer,
.c-hero--article__footer--border-top,
.c-hero--full__footer,
.c-hero--full__footer--border-top,
.c-hero--inline__footer,
.c-hero--media__footer,
.c-hero--media__headline-prefix,
.c-hero--plain__footer,
.c-hero--plain__headline-prefix,
.c-hero--side__footer,
.c-hero--side__footer--border-top,
.c-hero__footer,
.c-hero__footer--border-top,
.c-listing-athlete__record,
.c-listing-athlete__title,
.e-p--small,
.l-page__sidebar-first .block-facets .facets-widget-links ul li,
.l-page_filters .block-facets .facets-widget-links ul li,
.no-search-record-container .ns-rc-text-wrp .ns-rc-try-again,
.view-all-athletes .form-item-search .ufc-search-instant-search,
.view-video-library .form-item-search .ufc-search-instant-search {
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__nickname,
.ath--third .ath-nn__nickname,
.c-card--grid-card-trending__info-prefix,
.c-card--grid-card-trending__info-suffix,
.c-card-event--athlete-results__result-label,
.c-card-event--result__result-label,
.c-card-event--tickets-result__result-label,
.c-card__info-prefix,
.c-card__info-prefix--content-footer,
.c-card__info-suffix,
.c-card__info-suffix--content-footer,
.c-image-and-card-paragraph__card__pre_headline,
.c-listing-athlete__nickname,
.c-listing-fight__banner--award,
.c-listing-fight__banner--live,
.c-listing-fight__blue-corner-rank--mobile,
.c-listing-fight__class,
.c-listing-fight__corner-rank,
.c-listing-fight__odds-text,
.c-listing-fight__outcome--Draw,
.c-listing-fight__outcome--Win,
.c-listing-fight__red-corner-rank--mobile,
.c-listing-fight__result-label,
.c-listing-fight__vs,
.c-listing-profile__nickname,
.c-top-trend-card__info-prefix,
.c-top-trend-card__info-suffix,
.e-tag,
.e-tag--secondary,
.e-tag--secondary-small,
.filter-options-container .filter-control-header {
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__nickname,
.ath--third .ath-nn__nickname,
.c-card--grid-card-trending__info-prefix,
.c-card--grid-card-trending__info-suffix,
.c-image-and-card-paragraph__card__pre_headline,
.c-listing-athlete__nickname,
.c-listing-fight__corner-rank,
.c-listing-fight__odds-text,
.c-listing-fight__vs,
.c-listing-profile__nickname,
.c-top-trend-card__info-prefix,
.c-top-trend-card__info-suffix,
.e-tag,
.e-tag--secondary,
.filter-options-container .filter-control-header {
  line-height: 1.125rem;
  font-size: 0.875rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-tf,
.c-card-event--athlete-results__result-label,
.c-card-event--result__result-label,
.c-card-event--tickets-result__result-label,
.c-card__info-prefix,
.c-card__info-prefix--content-footer,
.c-card__info-suffix,
.c-card__info-suffix--content-footer,
.c-hero--prefooter__headline-prefix,
.c-listing-fight__banner--award,
.c-listing-fight__banner--live,
.c-listing-fight__blue-corner-rank--mobile,
.c-listing-fight__class,
.c-listing-fight__outcome--Draw,
.c-listing-fight__outcome--Win,
.c-listing-fight__red-corner-rank--mobile,
.c-listing-fight__result-label,
.c-top-trend-card__info-prefix,
.c-top-trend-card__info-suffix,
.e-tag--secondary-small,
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facet-label,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facet-label,
.l-page_filters .block-region-ds-filters .block-facets__header .facet-label,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facet-label,
.o-search-filters-wpr .l-header .c-search-top__label span {
  line-height: 1rem;
  font-size: 0.75rem;
}
.c-card--grid-card-trending__info-prefix,
.c-image-and-card-paragraph__card__pre_headline,
.c-top-trend-card__info-prefix,
.e-tag {
  color: #d20a0a;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__nickname,
.ath--third .ath-nn__nickname,
.c-card--grid-card-trending__info-suffix,
.c-listing-athlete__nickname,
.c-listing-fight__corner-rank,
.c-listing-fight__odds-text,
.c-listing-fight__vs,
.c-listing-profile__nickname,
.c-top-trend-card__info-suffix,
.e-tag--secondary,
.filter-options-container .filter-control-header {
  color: #abadb1;
}
.c-card-event--athlete-results__result-label,
.c-card-event--result__result-label,
.c-card-event--tickets-result__result-label,
.c-listing-fight__banner--award,
.c-listing-fight__banner--live,
.c-listing-fight__blue-corner-rank--mobile,
.c-listing-fight__class,
.c-listing-fight__outcome--Draw,
.c-listing-fight__outcome--Win,
.c-listing-fight__red-corner-rank--mobile,
.c-listing-fight__result-label,
.e-tag--secondary-small {
  color: #abadb1;
}
.e-p--initial {
  line-height: 2rem;
  font-size: 1.25rem;
}
.e-p--initial p:first-child::first-letter {
  font-weight: 700;
  float: left;
  font-size: 4rem;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  margin-top: 20px;
  margin-right: 10px;
}
hr {
  clear: both;
  margin: 1.5rem 0;
  border: 0;
  background-color: #d5d6d8;
  height: 1px;
  font-size: 0;
}
.e-link,
.e-link--no-underline,
.e-link--white,
.page-node-type-article p a {
  display: inline;
  cursor: pointer;
  color: #d20a0a;
  -webkit-transition: color 0.25s, background-color 0.5s,
    -webkit-text-decoration-color 0.25s;
  transition: color 0.25s, background-color 0.5s,
    -webkit-text-decoration-color 0.25s;
  transition: color 0.25s, text-decoration-color 0.25s, background-color 0.5s;
  transition: color 0.25s, text-decoration-color 0.25s, background-color 0.5s,
    -webkit-text-decoration-color 0.25s;
}
.e-link,
.page-node-type-article p a {
  text-decoration: underline;
  -webkit-text-decoration-color: #d20a0a;
  text-decoration-color: #d20a0a;
  color: #d20a0a;
}
.e-link:active,
.e-link:focus,
.e-link:hover,
.e-link:visited,
.page-node-type-article p a:active,
.page-node-type-article p a:focus,
.page-node-type-article p a:hover,
.page-node-type-article p a:visited {
  background-color: rgba(210, 10, 10, 0.05);
  -webkit-text-decoration-color: #890707;
  text-decoration-color: #890707;
}
.e-link--white {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  color: #fff;
}
.e-link--white:active,
.e-link--white:focus,
.e-link--white:hover,
.e-link--white:visited {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-text-decoration-color: #d5d6d8;
  text-decoration-color: #d5d6d8;
}
.e-link--no-underline {
  text-decoration: none;
  -webkit-text-decoration-color: #d20a0a;
  text-decoration-color: #d20a0a;
  color: #d20a0a;
}
.e-link--no-underline:active,
.e-link--no-underline:focus,
.e-link--no-underline:hover,
.e-link--no-underline:visited {
  background-color: rgba(210, 10, 10, 0.05);
  text-decoration: underline;
  -webkit-text-decoration-color: #890707;
  text-decoration-color: #890707;
}
.e-link--tag {
  background-color: rgba(99, 91, 99, 0.1);
  display: block;
  text-align: center;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
  font-size: 0.75rem;
}
.e-link--tag a {
  color: #585b63;
}
.e-link--tag:active,
.e-link--tag:focus,
.e-link--tag:hover {
  background-color: rgba(88, 91, 99, 0.5);
}
.e-link--tag:active a,
.e-link--tag:focus a,
.e-link--tag:hover a {
  color: #fff;
}
.ufc-block-localization__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-transform: uppercase;
}
.ufc-block-localization__title svg {
  fill: currentColor;
  width: 1em;
  height: 0.7em;
  margin-left: 0.3em;
  -ms-flex-item-align: center;
  align-self: center;
}
.ufc-block-localization__links {
  background: #fff;
  width: 15em;
  padding: 0.5em;
  border-radius: 3px;
  margin: 0 auto;
}
.ufc-block-localization__links a {
  color: #000;
}
.ufc-block-localization__links a:hover {
  font-weight: 700;
}
.ufc-block-localization__links[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.1s linear;
  transition: visibility 0s 0.5s, opacity 0.1s linear;
}
.ufc-block-localization__links[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.e-button,
.e-button--black,
.e-button--black-small,
.e-button--black2red,
.e-button--disabled,
.e-button--disabled-small,
.e-button--icon-left,
.e-button--icon-left-secondary,
.e-button--icon-right,
.e-button--icon-right-secondary,
.e-button--minimal,
.e-button--minimal-light,
.e-button--red,
.e-button--red-small,
.e-button--small,
.e-button--white,
.e-button--white-expand,
.e-button--white-icon-inner,
.e-button--white-large,
.e-button--white-small,
.l-page--user .blt-tabs li a,
.l-page--user .blt-tabs li.is-active a,
.overlay__header__buttons .e-button--icon-left,
.user-login-form .button,
.user-pass .button,
.user-register-form .button,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more,
.video-player__small-screens .video-player__paused-content__featured__more,
.view-athletes-titleholders .view-footer a:nth-child(2),
[data-drupal-views-infinite-scroll-pager] .button {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  position: relative;
}
.e-button--black-small:after,
.e-button--black2red:after,
.e-button--black:after,
.e-button--disabled-small:after,
.e-button--disabled:after,
.e-button--icon-left-secondary:after,
.e-button--icon-left:after,
.e-button--icon-right-secondary:after,
.e-button--icon-right:after,
.e-button--minimal-light:after,
.e-button--minimal:after,
.e-button--red-small:after,
.e-button--red:after,
.e-button--small:after,
.e-button--white-expand:after,
.e-button--white-icon-inner:after,
.e-button--white-large:after,
.e-button--white-small:after,
.e-button--white:after,
.e-button:after,
.l-page--user .blt-tabs li a:after,
.l-page--user .blt-tabs li.is-active a:after,
.overlay__header__buttons .e-button--icon-left:after,
.user-login-form .button:after,
.user-pass .button:after,
.user-register-form .button:after,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more:after,
.video-player__small-screens
  .video-player__paused-content__featured__more:after,
.view-athletes-titleholders .view-footer a:nth-child(2):after,
[data-drupal-views-infinite-scroll-pager] .button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}
.e-button--black-small:hover:after,
.e-button--black2red:hover:after,
.e-button--black:hover:after,
.e-button--disabled-small:hover:after,
.e-button--disabled:hover:after,
.e-button--icon-left-secondary:hover:after,
.e-button--icon-left:hover:after,
.e-button--icon-right-secondary:hover:after,
.e-button--icon-right:hover:after,
.e-button--minimal-light:hover:after,
.e-button--minimal:hover:after,
.e-button--red-small:hover:after,
.e-button--red:hover:after,
.e-button--small:hover:after,
.e-button--white-expand:hover:after,
.e-button--white-icon-inner:hover:after,
.e-button--white-large:hover:after,
.e-button--white-small:hover:after,
.e-button--white:hover:after,
.e-button:hover:after,
.l-page--user .blt-tabs li a:hover:after,
.user-login-form .button:hover:after,
.user-pass .button:hover:after,
.user-register-form .button:hover:after,
.video-player__small-screens
  .video-player__paused-content__featured__more:hover:after,
.view-athletes-titleholders .view-footer a:nth-child(2):hover:after,
[data-drupal-views-infinite-scroll-pager] .button:hover:after {
  width: 100%;
  right: 0;
}
.e-button--black-small:active,
.e-button--black2red:active,
.e-button--black:active,
.e-button--disabled-small:active,
.e-button--disabled:active,
.e-button--icon-left-secondary:active,
.e-button--icon-left:active,
.e-button--icon-right-secondary:active,
.e-button--icon-right:active,
.e-button--minimal-light:active,
.e-button--minimal:active,
.e-button--red-small:active,
.e-button--red:active,
.e-button--small:active,
.e-button--white-expand:active,
.e-button--white-icon-inner:active,
.e-button--white-large:active,
.e-button--white-small:active,
.e-button--white:active,
.e-button:active,
.l-page--user .blt-tabs li a:active,
.user-login-form .button:active,
.user-pass .button:active,
.user-register-form .button:active,
.video-player__small-screens
  .video-player__paused-content__featured__more:active,
.view-athletes-titleholders .view-footer a:active:nth-child(2),
[data-drupal-views-infinite-scroll-pager] .button:active {
  color: #d20a0a !important;
  outline: 0;
}
.e-button--black-small:after,
.e-button--black2red:after,
.e-button--black:after,
.e-button--disabled-small:after,
.e-button--disabled:after,
.e-button--icon-left-secondary:after,
.e-button--icon-left:after,
.e-button--icon-right-secondary:after,
.e-button--icon-right:after,
.e-button--minimal-light:after,
.e-button--minimal:after,
.e-button--red-small:after,
.e-button--red:after,
.e-button--small:after,
.e-button--white-expand:after,
.e-button--white-icon-inner:after,
.e-button--white-large:after,
.e-button--white-small:after,
.e-button--white:after,
.e-button:after,
.l-page--user .blt-tabs li a:after,
.l-page--user .blt-tabs li.is-active a:after,
.overlay__header__buttons .e-button--icon-left:after,
.user-login-form .button:after,
.user-pass .button:after,
.user-register-form .button:after,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more:after,
.video-player__small-screens
  .video-player__paused-content__featured__more:after,
.view-athletes-titleholders .view-footer a:nth-child(2):after,
[data-drupal-views-infinite-scroll-pager] .button:after {
  background-color: #d20a0a;
}
.c-hero--full .c-hero__actions a.e-button--white {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1s;
  transition: color 1s;
}
.c-hero--full .c-hero__actions a.e-button--white:after {
  display: none;
}
.c-hero--full .c-hero__actions a.e-button--white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.c-hero--full .c-hero__actions a.e-button--white:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-hero--full .c-hero__actions a.e-button--white:before {
  color: #fff;
  background-color: #191919;
}
.c-hero--full .c-hero__actions a.e-button--white:active {
  background-color: #fff;
  color: #191919;
}
.c-hero--full .c-hero__actions a.e-button--white:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
.e-button--white-large,
[data-drupal-views-infinite-scroll-pager] .button {
  padding: 1rem 2.25rem;
  width: 100%;
  line-height: 1rem;
  font-size: 0.875rem;
  text-align: center;
}
.e-button,
.e-button--black,
.e-button--black2red,
.e-button--disabled,
.e-button--red,
.e-button--white,
.e-button--white-expand,
.e-button--white-icon-inner,
.l-page--user .blt-tabs li a,
.l-page--user .blt-tabs li.is-active a,
.user-login-form .button,
.user-pass .button,
.user-register-form .button,
.view-athletes-titleholders .view-footer a:nth-child(2) {
  padding: 1rem 2.25rem;
  line-height: 1rem;
  font-size: 0.875rem;
}
.e-button--black-small,
.e-button--disabled-small,
.e-button--icon-left,
.e-button--icon-left-secondary,
.e-button--icon-right,
.e-button--icon-right-secondary,
.e-button--minimal,
.e-button--minimal-light,
.e-button--red-small,
.e-button--small,
.e-button--white-small,
.overlay__header__buttons .e-button--icon-left,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more,
.video-player__small-screens .video-player__paused-content__featured__more {
  padding: 0.75rem 1.5rem;
  line-height: 1rem;
  font-size: 0.875rem;
}
.e-button,
.e-button--red,
.e-button--red-small,
.e-button--small {
  border-color: #d20a0a;
  background-color: #d20a0a;
  color: #fff !important;
}
.e-button--black-small:focus,
.e-button--black-small:hover,
.e-button--disabled-small:focus,
.e-button--disabled-small:hover,
.e-button--icon-left-secondary:focus,
.e-button--icon-left-secondary:hover,
.e-button--icon-left:focus,
.e-button--icon-left:hover,
.e-button--icon-right-secondary:focus,
.e-button--icon-right-secondary:hover,
.e-button--icon-right:focus,
.e-button--icon-right:hover,
.e-button--minimal-light:focus,
.e-button--minimal-light:hover,
.e-button--minimal:focus,
.e-button--minimal:hover,
.e-button--red-small:active,
.e-button--red-small:focus,
.e-button--red-small:hover,
.e-button--red:active,
.e-button--red:focus,
.e-button--red:hover,
.e-button--small:active,
.e-button--small:focus,
.e-button--small:hover,
.e-button--white-small:focus,
.e-button--white-small:hover,
.e-button:active,
.e-button:focus,
.e-button:hover,
.video-player__small-screens
  .video-player__paused-content__featured__more:focus,
.video-player__small-screens
  .video-player__paused-content__featured__more:hover {
  border-color: #890707;
  background-color: #890707;
}
.e-button--black,
.e-button--black-small,
.l-page--user .blt-tabs li a,
.user-login-form .button,
.user-pass .button,
.user-register-form .button {
  border-color: #191919;
  background-color: #191919;
  color: #fff !important;
}
.e-button--black-small:active,
.e-button--black-small:focus,
.e-button--black-small:hover,
.e-button--black:active,
.e-button--black:focus,
.e-button--black:hover,
.l-page--user .blt-tabs li a:active,
.l-page--user .blt-tabs li a:focus,
.l-page--user .blt-tabs li a:hover,
.user-login-form .button:active,
.user-login-form .button:focus,
.user-login-form .button:hover,
.user-pass .button:active,
.user-pass .button:focus,
.user-pass .button:hover,
.user-register-form .button:active,
.user-register-form .button:focus,
.user-register-form .button:hover {
  border-color: #585b63;
  background-color: #585b63;
}
.e-button--disabled,
.e-button--disabled-small {
  border-color: #fbfbfb;
  background-color: #fbfbfb;
  color: #d5d6d8 !important;
  text-decoration: line-through;
}
.e-button--disabled-small:active,
.e-button--disabled-small:focus,
.e-button--disabled-small:hover,
.e-button--disabled:active,
.e-button--disabled:focus,
.e-button--disabled:hover {
  border-color: #fbfbfb;
  background-color: #fbfbfb;
}
.e-button--white,
.e-button--white-expand,
.e-button--white-icon-inner,
.e-button--white-large,
.e-button--white-small,
.l-page--user .blt-tabs li.is-active a,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more,
.video-player__small-screens .video-player__paused-content__featured__more,
.view-athletes-titleholders .view-footer a:nth-child(2),
[data-drupal-views-infinite-scroll-pager] .button {
  border-color: #d5d6d8;
  background-color: #fff;
  color: #191919 !important;
}
.e-button--white-expand:active,
.e-button--white-expand:focus,
.e-button--white-expand:hover,
.e-button--white-icon-inner:active,
.e-button--white-icon-inner:focus,
.e-button--white-icon-inner:hover,
.e-button--white-large:active,
.e-button--white-large:focus,
.e-button--white-large:hover,
.e-button--white-small:active,
.e-button--white-small:focus,
.e-button--white-small:hover,
.e-button--white:active,
.e-button--white:focus,
.e-button--white:hover,
.l-page--user .blt-tabs li.is-active a:active,
.l-page--user .blt-tabs li.is-active a:focus,
.l-page--user .blt-tabs li.is-active a:hover,
.video-player__small-screens
  .video-player__paused-content__featured__more:active,
.video-player__small-screens
  .video-player__paused-content__featured__more:focus,
.video-player__small-screens
  .video-player__paused-content__featured__more:hover,
.view-athletes-titleholders .view-footer a:active:nth-child(2),
.view-athletes-titleholders .view-footer a:focus:nth-child(2),
.view-athletes-titleholders .view-footer a:hover:nth-child(2),
[data-drupal-views-infinite-scroll-pager] .button:active,
[data-drupal-views-infinite-scroll-pager] .button:focus,
[data-drupal-views-infinite-scroll-pager] .button:hover {
  border-color: #d5d6d8;
  background-color: #f6f7f7;
}
.e-button--icon-left,
.e-button--icon-left-secondary,
.e-button--icon-right,
.e-button--icon-right-secondary,
.e-button--minimal,
.overlay__header__buttons .e-button--icon-left {
  border-color: transparent;
  background-color: transparent;
  color: #191919 !important;
}
.e-button--icon-left-secondary:active,
.e-button--icon-left-secondary:focus,
.e-button--icon-left-secondary:hover,
.e-button--icon-left:active,
.e-button--icon-left:focus,
.e-button--icon-left:hover,
.e-button--icon-right-secondary:active,
.e-button--icon-right-secondary:focus,
.e-button--icon-right-secondary:hover,
.e-button--icon-right:active,
.e-button--icon-right:focus,
.e-button--icon-right:hover,
.e-button--minimal:active,
.e-button--minimal:focus,
.e-button--minimal:hover {
  border-color: transparent;
  background-color: transparent;
  color: #d20a0a;
}
.e-button--icon-left-secondary:after,
.e-button--icon-left:after,
.e-button--icon-right-secondary:after,
.e-button--icon-right:after,
.e-button--minimal:after,
.overlay__header__buttons .e-button--icon-left:after {
  background-color: #d20a0a;
}
.e-button--minimal-light {
  border-color: transparent;
  background-color: transparent;
  color: #d5d6d8 !important;
}
.e-button--minimal-light:active,
.e-button--minimal-light:focus,
.e-button--minimal-light:hover {
  border-color: transparent;
  background-color: transparent;
  color: #d5d6d8;
}
.e-button--minimal-light:after {
  background-color: #d5d6d8;
}
.e-button--white-icon-inner .e-button__text {
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
}
.e-button--white-icon-inner .e-button__svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.e-button--black2red {
  border-color: #191919;
  background-color: #191919;
  color: #fff;
}
.e-button--black2red:active,
.e-button--black2red:focus,
.e-button--black2red:hover {
  border-color: #d20a0a;
  background-color: #d20a0a;
}
.e-button--icon-right,
.e-button--icon-right-secondary {
  position: relative;
  padding-right: 1.5rem;
}
.e-button--icon-right .e-button__svg,
.e-button--icon-right-secondary .e-button__svg {
  position: absolute;
  top: 50%;
  right: 0.375rem;
  margin-top: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.e-button--icon-right-secondary .e-button__svg {
  fill: currentColor;
}
.e-button--icon-left,
.e-button--icon-left-secondary {
  position: relative;
  padding-left: 1.5rem;
}
.e-button--icon-left .e-button__svg,
.e-button--icon-left-secondary .e-button__svg {
  position: absolute;
  top: 50%;
  left: 0.375rem;
  margin-top: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
}
.e-button--icon-left-secondary .e-button__svg {
  fill: currentColor;
}
.e-button--white-expand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.e-button--white-expand:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.e-button--white-expand:hover .e-button__expand--onhover {
  display: inline-block;
}
.e-button--white-expand .e-button__expand--onhover {
  display: none;
}
.e-button--white-expand {
  cursor: default;
}
.e-button--white-expand li.c-menu-social__item,
.e-button--white-expand ul.c-menu-social {
  margin: 0;
  padding: 0;
}
.e-button--white-expand li.c-menu-social__item {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.e-button--white-expand:hover li.c-menu-social__item {
  max-width: 30px;
  opacity: 1;
}
.e-button--white-expand .e-button__expand--onhover {
  display: block;
}
.e-button--white-expand .c-menu-social__link {
  padding: 0 0.375rem;
}
.c-listing-fight__banner--live,
.node--type-event.node--view-mode-full
  .c-hero__container
  .c-hero__actions
  a.e-button--red {
  -webkit-animation: button-glow--red 0.8s ease-in-out 0s infinite alternate;
  animation: button-glow--red 0.8s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes button-glow--red {
  0% {
    background: #d20a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    background: #f21e1e;
    -webkit-box-shadow: 0 0 8px #f21e1e;
    box-shadow: 0 0 8px #f21e1e;
  }
}
@keyframes button-glow--red {
  0% {
    background: #d20a0a;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    background: #f21e1e;
    -webkit-box-shadow: 0 0 8px #f21e1e;
    box-shadow: 0 0 8px #f21e1e;
  }
}
svg use {
  pointer-events: none;
}
.c-stat-body__diagram,
.e-chart-1bar__wrapper,
.e-chart-2bar__wrapper,
.e-chart-3bar__wrapper,
.e-chart-circle__wrapper {
  position: relative;
  width: 100%;
  height: 0;
}
.e-svg--medium__wrapper {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.e-svg--medium__wrapper .e-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
.e-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.e-icon,
.e-icon--small,
.e-icon--xsmall,
.e-icon--xxsmall,
.e-logo__icon {
  display: block;
  fill: currentColor;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.e-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.e-icon .e-icon__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  margin-left: -1.125rem;
}
.e-icon--small {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.e-icon--small .e-icon__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
}
.e-icon--xsmall {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
}
.e-icon--xsmall .e-icon__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
  margin-left: -0.5625rem;
}
.e-icon--xxsmall {
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
}
.e-icon--xxsmall .e-icon__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.46875rem;
  margin-left: -0.46875rem;
}
.e-label,
.e-label--is-required {
  display: block;
  margin-bottom: 0.375rem;
}
.e-label--is-required > span {
  color: #d20a0a;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 0.99999rem 1.5rem;
  border-radius: 0;
  border: 1px solid #eeeeef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #585b63;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  caret-color: #d20a0a;
}
input[type="date"].is-invalid,
input[type="datetime-local"].is-invalid,
input[type="datetime"].is-invalid,
input[type="email"].is-invalid,
input[type="month"].is-invalid,
input[type="number"].is-invalid,
input[type="password"].is-invalid,
input[type="range"].is-invalid,
input[type="tel"].is-invalid,
input[type="text"].is-invalid,
input[type="time"].is-invalid,
input[type="url"].is-invalid,
input[type="week"].is-invalid {
  border-color: #d20a0a;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-search-decoration {
  display: none;
}
input[type="search"] {
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 0;
  border: 1px solid #eeeeef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #585b63;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  caret-color: #d20a0a;
  line-height: 1.5rem;
}
.e-select,
select {
  display: block;
  border: 1px solid #eeeeef;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 1.125rem center;
  background-size: 1.5rem 1.5rem;
  cursor: pointer;
  padding: 0.99999rem 3rem 0.99999rem 1.5rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #585b63;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.e-select.is-invalid,
select.is-invalid {
  border-color: #d20a0a;
}
.e-textarea,
textarea {
  display: block;
  padding: 1.5rem;
  border-radius: 0;
  border: 1px solid #eeeeef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #585b63;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  caret-color: #d20a0a;
  vertical-align: top;
  overflow: auto;
}
.e-textarea.is-invalid,
textarea.is-invalid {
  border-color: #d20a0a;
}
.e-textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #abadb1;
}
.e-textarea::-moz-placeholder,
textarea::-moz-placeholder {
  color: #abadb1;
}
.e-textarea::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #abadb1;
}
.e-textarea::placeholder,
textarea::placeholder {
  color: #abadb1;
}
.e-event-logo,
.e-event-logo--dark,
.e-event-logo--gray,
.e-event-logo--light {
  margin: auto;
}
.e-event-logo,
.e-event-logo svg,
.e-event-logo--dark,
.e-event-logo--dark svg,
.e-event-logo--gray,
.e-event-logo--gray svg,
.e-event-logo--light,
.e-event-logo--light svg {
  height: auto;
  width: 80px;
}
.e-event-logo--dark .e-event-logo--text {
  color: #000 !important;
}
.e-event-logo--dark svg {
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
  fill: #000;
}
.e-event-logo--light .e-event-logo--text {
  color: #fff !important;
}
.e-event-logo--light svg {
  -webkit-filter: grayscale(1) brightness(100);
  filter: grayscale(1) brightness(100);
  fill: #fff;
}
.e-event-logo--gray .e-event-logo--text {
  color: gray !important;
}
.e-event-logo--gray svg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  fill: gray;
}
.e-event-logo--text {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
  width: 65px;
  word-break: break-word;
  text-align: left;
}
.generated-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.generated-logo a {
  position: relative;
}
.generated-logo--narrow {
  padding-left: 10px;
}
div.e-event-logo--dark,
div.e-event-logo--gray,
div.e-event-logo--light {
  position: relative;
}
div.e-event-logo--dark .e-event-logo--text,
div.e-event-logo--gray .e-event-logo--text,
div.e-event-logo--light .e-event-logo--text {
  position: absolute;
  left: 20px;
  top: 26px;
  line-height: 1;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
video {
  display: block;
  width: 100%;
  height: 100%;
}
.e-bordered {
  border: 1px solid rgba(99, 91, 99, 0.25);
}
.c-card--image-overlay:active,
.c-card--image-overlay:focus,
.c-card--image-overlay:hover,
.c-card--instagram:active,
.c-card--instagram:focus,
.c-card--instagram:hover,
.c-card--link:active,
.c-card--link:focus,
.c-card--link:hover,
.c-htw-alt-cards__area,
.c-leaderboard__image,
.c-overlap--left__card,
.c-overlap__card,
.c-top-trend-card--link:active,
.c-top-trend-card--link:focus,
.c-top-trend-card--link:hover,
.e-elevated,
.l-how-to-watch-event-group
  .l-flex--3col-1to3
  > .l-flex__item
  > div.c-how-to-watch--event-tickets,
.l-overlap-group__item--odd .c-overlap__card {
  -webkit-box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
  box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
}
.c-card,
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__4-wrapper,
.c-card--grid-card-trending.grid_card_image_text,
.c-card--grid-card-trending.grid_card_text,
.c-card--image-details__wrapper .c-card--image-details,
.c-card--image-feature,
.c-card--image-overlay,
.c-card--instagram,
.c-card--link,
.c-card-event,
.c-card-promo-milestone .c-card-promo-milestone__content,
.c-poster,
.c-poster--featured,
.c-top-trend-card,
.c-top-trend-card--link,
.e-elevated--small,
.ufc-block-localization__links {
  -webkit-box-shadow: 0 2px 8px rgba(99, 91, 99, 0.1);
  box-shadow: 0 2px 8px rgba(99, 91, 99, 0.1);
}
.e-chart-1bar__wrapper {
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
  width: 128px;
  height: 16px;
  padding-top: 32px;
}
.e-chart-1bar__wrapper > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.e-chart-1bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-chart-2bar__wrapper {
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
.e-chart-2bar__wrapper > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.e-chart-2bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-chart-2bar__stat1 {
  -webkit-animation: bar-fill 1s ease-out;
  animation: bar-fill 1s ease-out;
}
.e-chart-2bar__stat2 {
  -webkit-animation: bar-fill-2 1s ease-out;
  animation: bar-fill-2 1s ease-out;
}
@-webkit-keyframes bar-fill {
  0% {
    stroke-dashoffset: -100;
  }
}
@keyframes bar-fill {
  0% {
    stroke-dashoffset: -100;
  }
}
@-webkit-keyframes bar-fill-2 {
  0% {
    stroke-dashoffset: -100;
  }
  50% {
    stroke-dashoffset: -100;
  }
}
@keyframes bar-fill-2 {
  0% {
    stroke-dashoffset: -100;
  }
  50% {
    stroke-dashoffset: -100;
  }
}
.e-chart-3bar__wrapper {
  position: relative;
  height: 0;
  padding-top: 50%;
  width: 100%;
}
.e-chart-3bar__wrapper > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.e-chart-3bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.e-chart-3bar__stat1 {
  -webkit-animation: bar3-fill 1s ease-out;
  animation: bar3-fill 1s ease-out;
}
.e-chart-3bar__stat2 {
  -webkit-animation: bar3-fill-2 1s ease-out;
  animation: bar3-fill-2 1s ease-out;
}
.e-chart-3bar__stat3 {
  -webkit-animation: bar3-fill-3 1s ease-out;
  animation: bar3-fill-3 1s ease-out;
}
@-webkit-keyframes bar3-fill {
  0% {
    stroke-dashoffset: -100;
  }
}
@keyframes bar3-fill {
  0% {
    stroke-dashoffset: -100;
  }
}
@-webkit-keyframes bar3-fill-2 {
  0% {
    stroke-dashoffset: -100;
  }
  33% {
    stroke-dashoffset: -100;
  }
}
@keyframes bar3-fill-2 {
  0% {
    stroke-dashoffset: -100;
  }
  33% {
    stroke-dashoffset: -100;
  }
}
@-webkit-keyframes bar3-fill-3 {
  0% {
    stroke-dashoffset: -100;
  }
  66% {
    stroke-dashoffset: -100;
  }
}
@keyframes bar3-fill-3 {
  0% {
    stroke-dashoffset: -100;
  }
  66% {
    stroke-dashoffset: -100;
  }
}
.e-chart-circle__wrapper {
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
.e-chart-circle__wrapper > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.e-chart-circle__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: circle-chart-fill 1s ease-out forwards;
  animation: circle-chart-fill 1s ease-out forwards;
}
@-webkit-keyframes circle-chart-fill {
  from {
    stroke-dashoffset: 314.2;
  }
}
@keyframes circle-chart-fill {
  from {
    stroke-dashoffset: 314.2;
  }
}
.e-chart-circle__percent {
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
}
.e-chart-circle--comparison__background {
  stroke: #191919;
}
.e-chart-circle--corners__background {
  stroke: #d20a0a;
}
.e-chart-circle-thin text {
  text-transform: uppercase;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  stroke: #000ad2;
  stroke-width: 0;
  text-anchor: middle;
}
@media (min-width: 64em) {
  .e-chart-circle-thin text {
    font-size: 1rem;
  }
}
.e-chart-circle-thin text + text {
  margin-top: 0.5rem;
}
.e-divider {
  text-align: center;
}
.e-divider__top {
  display: block;
}
.e-divider__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.e-divider__bottom {
  display: block;
}
.e-divider__border-line--end,
.e-divider__border-line--start {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  min-width: 1.5rem;
}
.e-divider__border-line--end:before,
.e-divider__border-line--start:before {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #191919;
  width: calc(100% - 0.75rem);
  height: 1px;
  content: "";
}
.animate.e-divider__border-line--end:before,
.animate.e-divider__border-line--start:before {
  width: 0;
  -webkit-animation: animate-vs 1.5s ease-out 1.2s forwards;
  animation: animate-vs 1.5s ease-out 1.2s forwards;
}
.white.e-divider__border-line--end:before,
.white.e-divider__border-line--start:before {
  background-color: #fff;
}
.grey-light.e-divider__border-line--end:before,
.grey-light.e-divider__border-line--start:before {
  background-color: #eeeeef;
}
.e-divider__border-line--start:before {
  right: 0;
}
.e-divider__border-text {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  font-size: 0.75rem;
}
.e-divider__border-line--end:before {
  left: 0;
}
@-webkit-keyframes animate-vs {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 0.75rem);
  }
}
@keyframes animate-vs {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 0.75rem);
  }
}
.c-card-event--related__logo {
  position: relative;
  margin: 0.75rem auto 0.9rem auto;
  width: 11.55rem;
  height: 4.05rem;
}
.c-card-event--related__number {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
.c-card-event--related__number {
  -webkit-transform: translateY(32px) translateX(19px);
  transform: translateY(32px) translateX(19px);
}
.e-logo {
  color: #191919;
}
.e-logo:active,
.e-logo:hover {
  color: #d20a0a;
}
.e-logo__icon {
  position: relative;
  width: 3.875rem;
  height: 2rem;
  margin: 0 auto;
}
.e-logo__svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slick-dots-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots-wrapper .slick-next,
.slick-dots-wrapper .slick-prev {
  position: relative;
  margin: 0;
  border: 1px solid #eeeeef;
  border-radius: 3px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  cursor: pointer;
  width: 35px;
  height: 35px;
  overflow: hidden;
  text-indent: 100%;
}
.slick-dots-wrapper .slick-next.slick-disabled,
.slick-dots-wrapper .slick-prev.slick-disabled {
  background-blend-mode: difference;
}
.slick-dots-wrapper .slick-prev,
.slick-dots-wrapper .slick-prev.slick-disabled {
  margin-right: 1.5rem;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(25%2C%2025%2C%2025)'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.slick-dots-wrapper .slick-next.slick-disabled:active,
.slick-dots-wrapper .slick-next.slick-disabled:hover,
.slick-dots-wrapper .slick-prev.slick-disabled:active,
.slick-dots-wrapper .slick-prev.slick-disabled:hover,
.slick-dots-wrapper .slick-prev:active,
.slick-dots-wrapper .slick-prev:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(210%2C10%2C10)'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.slick-dots-wrapper .slick-next,
.slick-dots-wrapper .slick-next.slick-disabled {
  margin-left: 1.5rem;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(25%2C%2025%2C%2025)'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.slick-dots-wrapper .slick-next.slick-disabled:active,
.slick-dots-wrapper .slick-next.slick-disabled:hover,
.slick-dots-wrapper .slick-next:active,
.slick-dots-wrapper .slick-next:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(210%2C10%2C10)'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-dots li.slick-active button::before {
  border-color: #d20a0a;
}
.slick-dots li button {
  position: relative;
  border: 0;
  cursor: pointer;
  padding: 8px 12px;
  overflow: hidden;
  text-indent: -100px;
  color: transparent;
}
.slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #d5d6d8;
  border-radius: 100%;
  font-size: 30px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.path-rankings .view-athlete-rankings .rankings-exposed-form,
body.path-rankings .view-athlete-rankings .view-grouping-header {
  display: none;
}
@media only screen and (min-width: 767px) {
  body.path-rankings .view-athlete-rankings .view-grouping-content {
    padding: 10px;
  }
}
body.path-rankings .view-athlete-rankings .form-item-rankings-panelist {
  display: none;
}
body.path-rankings .view-athlete-rankings .view-grouping {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .view-grouping {
    display: block;
    width: 100%;
  }
}
body.path-rankings .view-athlete-rankings .view-grouping table {
  width: 100%;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion {
  position: relative;
  margin: 20px 0;
  border-bottom: 1px solid #eee;
  height: 220px;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .rankings--athlete--champion {
    height: 120px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion .info {
  position: absolute;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .rankings--athlete--champion .info {
    position: relative;
    padding-left: 20px;
  }
}
body.path-rankings
  .view-athlete-rankings
  .rankings--athlete--champion
  .contextual-region {
  position: static;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion h4 {
  letter-spacing: 0.2px;
  color: #d20a0a;
  font: 700 14px/2 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion h4 span {
  color: #000;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion h5 {
  padding-top: 10px;
  max-width: 50%;
  font: 700 24px/1.08 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .rankings--athlete--champion h5 {
    padding-top: 0;
  }
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion h5 a {
  color: #191919;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion h6 {
  padding-top: 10px;
  letter-spacing: 1.2px;
  color: #abadb1;
  font: 12px/1.17 DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
body.path-rankings
  .view-athlete-rankings
  .rankings--athlete--champion
  h6
  .number {
  display: none;
}
body.path-rankings .view-athlete-rankings .rankings--athlete--champion img {
  position: absolute;
  right: -10px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .rankings--athlete--champion img {
    right: 40px;
    width: 50%;
    max-width: 232px;
    max-height: 134px;
  }
}
body.path-rankings .view-athlete-rankings .views-field-title,
body.path-rankings .view-athlete-rankings .views-field-weight-class-rank {
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .views-field-title,
  body.path-rankings .view-athlete-rankings .views-field-weight-class-rank {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
body.path-rankings .view-athlete-rankings .views-field-weight-class-rank {
  text-align: left;
  letter-spacing: 0.2px;
  color: #191919;
  font: bold 14px/1.14 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .views-field-weight-class-rank {
    color: #d5d6d8;
    width: 20px;
  }
}
body.path-rankings .view-athlete-rankings .views-field-title a {
  text-transform: capitalize;
  color: #585b63;
  font: normal 14px/1.43 DIN2014, Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings .views-field-title a {
    font: 700 20px/1.08 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
    color: #000;
    text-transform: uppercase;
  }
}
body.path-rankings
  .view-athlete-rankings
  .views-field-weight-class-rank-change {
  color: #191919;
  font: bold 12px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
body.path-rankings .view-athlete-rankings .athlete-rankings--rank-change {
  display: inline-block;
  margin-right: 5px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  text-indent: -9999px;
}
body.path-rankings .view-athlete-rankings .athlete-rankings--rank-increase {
  border-bottom: 6px solid #a3d20a;
  line-height: 10px;
}
body.path-rankings .view-athlete-rankings .athlete-rankings--rank-decrease {
  border-top: 6px solid #d20a0a;
  line-height: 0;
}
body.path-rankings .view-athlete-rankings .athlete-rankings--attribute {
  border: solid 1px rgba(213, 214, 216, 0.5);
  padding: 2px 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #7b7d84;
  font: 10px/1.2 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
body.path-rankings .panelist-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  margin: 0;
  border-bottom: 0.5px solid #eee;
  padding-bottom: 10px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
body.path-rankings .panelist-panel .panelist-control {
  position: unset;
  padding: 6px 0 10px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-panel .panelist-control {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(88, 91, 99, 0.05);
  }
}
body.path-rankings
  .panelist-panel
  .panelist-control.open-filter
  .btn-filter-open {
  border: 0;
  color: #191919;
}
body.path-rankings
  .panelist-panel
  .panelist-control.open-filter
  .btn-filter-open.closed
  .up {
  display: none;
}
body.path-rankings
  .panelist-panel
  .panelist-control.open-filter
  .btn-filter-open.open
  .down {
  display: none;
}
body.path-rankings
  .panelist-panel
  .panelist-control.open-filter
  .btn-filter-open
  .e-icon {
  width: 1rem;
  height: 1rem;
}
body.path-rankings
  .panelist-panel
  .panelist-control.open-filter
  .btn-filter-open
  .e-icon
  .e-icon__svg {
  position: inherit;
  top: 0;
  left: 0;
  margin: 0;
  width: 0.7rem;
  height: 1rem;
}
body.path-rankings .panelist-panel .panelist-control-header {
  display: block;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
body.path-rankings .panelist-panel .panelist-sign {
  margin-right: 4px;
  color: #abadb1;
  font: bold 13px/1 DIN2014, Arial, sans-serif;
  font-stretch: condensed;
}
body.path-rankings .panelist-panel .panelist-sign-active {
  color: #191919;
  font: bold 13px/1 DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-panel {
    margin-top: 0;
    border-bottom: 0.5px solid #d5d6d8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-panel .panelist-sign {
    margin-right: 0.5714em;
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-panel .panelist-sign {
    margin-right: 4px;
    color: #191919;
    font: bold 12px/1 DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-panel .panelist-sign-active {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-panel .panelist-sign-active {
    font: bold 12px/1 DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  }
}
body.path-rankings .panelist-control-list {
  display: none;
  position: relative;
  margin: -1px;
  padding: 0;
  width: 100%;
  max-width: 1220px;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  body.path-rankings .panelist-control-list {
    border-bottom: 0.5px solid #eee;
    padding-top: 25px;
  }
}
body.path-rankings .panelist-control-list li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  border-bottom: 0.5px solid #eee;
  cursor: pointer;
  padding: 3px;
  width: 25%;
  height: 72px;
  text-align: left;
}
body.path-rankings .panelist-control-list li .panelist-item-inner {
  margin: 0;
  padding: 13px 40px 10px 18px;
  width: 100%;
  height: 100%;
}
body.path-rankings .panelist-control-list li .panelist-item-inner:hover {
  background: #f9f9f9;
}
body.path-rankings .panelist-control-list li .main-info {
  margin: 0 0 3px;
  width: 100%;
  text-transform: uppercase;
  color: #191919;
  font: bold 16px/1.12 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body.path-rankings .panelist-control-list li .main-info p {
  margin: 0;
}
body.path-rankings .panelist-control-list li:hover {
  background: inherit;
  color: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-control-list li {
    padding: 0.8125em 2.5em 0.625em 1.125em;
    width: 33%;
    font-size: inherit;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-list li {
    border-bottom: 1px solid #eee;
    width: 100%;
    height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-control-list li .panelist-item-inner {
    padding: 0.8125em 2.5em 0.625em 1.125em;
    font-size: inherit;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-list li .panelist-item-inner {
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-control-list li .main-info {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-list li .main-info {
    margin: 0;
    font: bold 16px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  }
}
body.path-rankings .panelist-control-list li .additional-info {
  margin: 0 0 5px;
  width: 100%;
  text-transform: capitalize;
  color: #585b63;
  font: normal 14px/1.43 DIN2014, Arial, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.path-rankings .panelist-control-list li .additional-info {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-list li .additional-info {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #abadb1;
    font: bold 10px/1.2 DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  }
}
body.path-rankings .panelist-active {
  background: #f9f9f9;
}
body.path-rankings div.js-form-item-panelist,
body.path-rankings form.views-exposed-form div.js-form-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .view-athlete-rankings tr {
    border-bottom: 1px solid #eee;
  }
  body.path-rankings .view-athlete-rankings .views-field-weight-class-rank {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-header {
    padding: 10px 25px;
  }
}
body.path-rankings .panelist-control-header .btn-filter-open .close {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.path-rankings .panelist-control-header .btn-filter-open .close {
    display: none;
  }
  body.path-rankings .panelist-control-header .btn-filter-open.open .close {
    display: block;
  }
  body.path-rankings .panelist-control-header .btn-filter-open .up {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.path-rankings
    .panelist-control.open-filter.open
    .panelist-control-header {
    padding: 0;
  }
  body.path-rankings .panelist-control.open-filter.open .panelist-sign {
    display: block;
    text-align: center;
    background-color: #191919;
    color: #fff;
    padding: 15px 0;
  }
  body.path-rankings .panelist-control.open-filter.open .panelist-sign-active {
    display: block;
    border-left: 4px solid #c00;
    padding: 15px 0 15px 20px;
    text-align: left;
    padding-left: 20px;
  }
  body.path-rankings .panelist-control.open-filter.open .btn-filter-open.open {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
  }
  body.path-rankings .panelist-control.open-filter .panelist-sign,
  body.path-rankings .panelist-control.open-filter .panelist-sign-active {
    font: bold 16px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  }
  body.path-rankings .view-grouping-content .rankings--athlete--champion:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border: 1px solid #eee;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  body.path-rankings .view-grouping-content tbody {
    display: none;
  }
  body.path-rankings .view-grouping-content tbody tr:last-child {
    border-bottom: 8px solid rgba(88, 91, 99, 0.05);
  }
  body.path-rankings .view-grouping-content tbody.visible {
    display: table;
    width: 100%;
  }
}
body.path-rankings ul.panelist-control-list.clearfix {
  -webkit-box-shadow: 5px 5px 6px #dfdfdfdb;
  box-shadow: 5px 5px 6px #dfdfdfdb;
  position: absolute;
  background: #fff;
  z-index: 100;
  top: 55px;
}
body.path-rankings .panelist-item-inner.changer.panelist-active {
  border-left: solid 4px #d20a0a;
}
body.path-rankings label[for="edit-rankings-panelist"],
body.path-rankings select#edit-rankings-panelist {
  display: none;
}
.view-athlete-rankings.view-id-athlete_rankings
  table.views-table.views-view-table.cols-0
  tr:hover,
body.path-rankings a.mcs-item:hover {
  background: #e5e5e5;
}
body.path-rankings
  .view-athlete-rankings
  .rankings--athlete--champion
  .layout__region {
  height: 220px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  body.path-rankings
    .view-athlete-rankings
    .rankings--athlete--champion
    .layout__region {
    height: 120px;
  }
}
@media (min-width: 48em) {
  body.path-rankings
    .view-athlete-rankings
    .rankings--athlete--champion
    .layout__region:hover {
    -webkit-transform: scale(1.1, 1.1) translateY(-1.5%);
    transform: scale(1.1, 1.1) translateY(-1.5%);
  }
}
body.path-rankings .fadeIn {
  -webkit-animation: animate_show 0.8s;
  animation: animate_show 0.8s;
  visibility: visible !important;
}
@-webkit-keyframes animate_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#backtotop {
  border: 0.5px solid #d5d6d8;
  border-radius: 1px;
  width: 3.03125rem;
  height: 3.03125rem;
  background-color: #fff;
  background-size: 1rem;

}
.page-node-type-gallery #backtotop,
.page-node-type-video #backtotop {
  bottom: 65px;
}
.c-big-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-bottom: 1px solid #d5d6d8;
}
.c-big-links a {
  color: #d5d6d8;
  padding-top: 19px;
  padding-bottom: 17px;
  margin: 0;
}
.c-big-links a.active-link,
.c-big-links a:hover {
  color: #000;
  position: relative;
}
.c-big-links a.active-link:after,
.c-big-links a:hover:after {
  content: "";
  border-bottom: 2px solid #d20a0a;
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 64em) {
  .c-big-links {
    border-bottom: none;
    margin-top: 85px;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-big-links a {
    font-size: 60px;
    line-height: 60px;
    margin-right: 2rem;
  }
  .c-big-links a.active-link:after,
  .c-big-links a:hover:after {
    border: none;
  }
}
.c-bio__title {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-bio__title {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 56.25em) {
  .c-bio__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-bio__image {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (min-width: 56.25em) {
  .c-bio__image {
    display: block;
    padding-right: 1.5rem;
  }
}
.c-bio__image * {
  height: 100%;
}
.c-bio__image img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 56.25em) {
  .c-bio__image--mobile {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .c-bio__info {
    width: 50%;
    padding-left: 1.5rem;
  }
}
.c-bio__info--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  width: 100%;
}
.c-bio__info--full .c-bio__row--1col,
.c-bio__info--full .c-bio__row--2col,
.c-bio__info--full .c-bio__row--3col {
  width: 25%;
  text-align: center;
}
.c-bio__info--full .c-bio__social {
  width: 100%;
}
.c-bio__info-details {
  -webkit-box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
  box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
}
@media (min-width: 56.25em) {
  .c-bio__info-details {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
  }
}
.c-bio__info-details .c-bio__field {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
@media (min-width: 56.25em) {
  .c-bio__info-details .c-bio__field {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.c-bio__info-details .c-bio__row--3col .c-bio__field:nth-child(2) {
  border-right: 1px solid #eeeeef;
  border-left: 1px solid #eeeeef;
}
@media (min-width: 56.25em) {
  .c-bio__info-details .c-bio__row--3col .c-bio__field:nth-child(2) {
    border: none;
  }
}
.c-bio__info-details .c-bio__row--3col:last-child .c-bio__field:nth-child(2) {
  border: none;
}
.c-bio__info-details .c-bio__row--3col:last-child .c-bio__field:nth-child(1) {
  display: none;
}
@media (min-width: 56.25em) {
  .c-bio__info-details .c-bio__row--3col:last-child .c-bio__field:nth-child(1) {
    display: block;
  }
}
.c-bio__info-details .c-bio__row--3col:last-child .c-bio__field:nth-child(2) {
  border-right: 1px solid #eeeeef;
}
@media (min-width: 56.25em) {
  .c-bio__info-details .c-bio__row--3col:last-child .c-bio__field:nth-child(2) {
    border-right: none;
  }
}
.c-bio__info-details .c-bio__row--3col:last-child > * {
  width: 50%;
}
.c-bio__row--1col {
  padding: 1.875rem 0;
  border-bottom: 1px solid #eeeeef;
  padding: 1rem 0;
}
@media (min-width: 48em) {
  .c-bio__row--1col {
    padding: 1.875rem 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.c-bio__row--2col {
  padding: 0;
}
@media (min-width: 48em) {
  .c-bio__row--2col {
    padding: 1.875rem 0;
    border-bottom: 1px solid #eeeeef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .c-bio__row--2col .c-bio__field {
    width: 50%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.c-bio__row--3col {
  padding: 1.875rem 0;
  border-bottom: 1px solid #eeeeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0;
}
@media (min-width: 48em) {
  .c-bio__row--3col {
    text-align: left;
    padding: 1.875rem 0;
  }
}
.c-bio__row--3col .c-bio__field {
  width: 33.33333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (min-width: 48em) {
  .c-bio__row--3col .c-bio__field {
    text-align: left;
    padding: 0;
  }
}
.c-bio__label {
  text-transform: uppercase;
  color: #abadb1;
  font-size: 0.625rem;
  line-height: 0.875rem;
}
@media (min-width: 56.25em) {
  .c-bio__label {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
  }
}
.c-bio__text {
  text-transform: uppercase;
  color: #191919;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media (min-width: 56.25em) {
  .c-bio__text {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.c-bio__field {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .c-bio__field {
    margin-bottom: 0;
  }
}
.c-bio__social {
  padding: 3rem 1.5rem 1.5rem;
}
@media (min-width: 48em) {
  .c-bio__social {
    padding-top: 5.625rem;
  }
}
.c-bio__social-title {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .c-bio__social-title {
    margin-bottom: 3rem;
  }
}
.c-bio__social-menu {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .c-bio__social-menu {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.c-bio__social-item {
  display: inline-block;
  margin-right: 1.125rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .c-bio__social-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 64em) {
  .c-bio__social-item {
    margin-right: 1.5rem;
  }
}
.c-bio__social-link {
  display: inline-block;
  color: #191919;
}
.c-bio__social-link:active,
.c-bio__social-link:hover {
  color: #d20a0a;
}
.c-bio__social-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 auto 0.75rem;
}
.c-bio__social-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-bio__social-text {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.c-bio__field--border-bottom-small-screens {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eeeeef;
}
@media (min-width: 48em) {
  .c-bio__field--border-bottom-small-screens {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.c-bio__info-details .c-bio__row--1col {
  background-color: #eeeeef;
}
@media (min-width: 48em) {
  .c-bio__info-details .c-bio__row--1col {
    background-color: #fff;
  }
}
.c-bio__info-details .c-bio__row--1col .c-bio__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-bio__info-details .c-bio__row--1col .c-bio__field .c-bio__label {
  font-weight: 700;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 48em) {
  .c-bio__info-details .c-bio__row--1col .c-bio__field {
    display: block;
    font-weight: 400;
    color: #eeeeef;
    font-size: 1.625rem;
  }
}
.c-call-to-action__section-title {
  text-align: center;
  color: #d20a0a;
}
.c-call-to-action__title {
  max-width: 21rem;
  margin: 1.5rem auto;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.125rem;
}
.c-call-to-action__text {
  max-width: 34.5rem;
  margin: 1.5rem auto 0;
  text-align: center;
}
.c-call-to-action__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-call-to-action--faq__btn,
.c-call-to-action__btn {
  margin: 1.5rem 0.75rem 0;
}
.c-call-to-action--faq__btn button.is-active:after,
.c-call-to-action__btn button.is-active:after {
  visibility: visible;
}
.c-call-to-action--faq__btn button:after,
.c-call-to-action__btn button:after {
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.c-call-to-action--faq__btn button:hover:after,
.c-call-to-action__btn button:hover:after {
  visibility: visible;
}
.c-call-to-action--faq__btn button:after,
.c-call-to-action__btn button:after {
  background-color: #d20a0a;
}
.c-call-to-action__btn {
  width: 100%;
}
@media (min-width: 25em) {
  .c-call-to-action__btn {
    width: auto;
    min-width: 21rem;
  }
}
.c-call-to-action__btn a,
.c-call-to-action__btn button {
  width: 100%;
}
.c-call-to-action--faq__content,
.c-call-to-action__content {
  max-width: 43.5rem;
  margin: 1.5rem auto 0;
  padding: 1.5rem;
  border: 1px solid #d5d6d8;
}
.c-call-to-action--faq__content[aria-hidden="true"],
.c-call-to-action__content[aria-hidden="true"] {
  display: none;
}
.c-modal--dark div#block-facebookcomments-2 {
  max-width: 580px;
  margin: auto;
}
.c-card--content-footer {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  border-bottom: 1px solid #eeeeef;
}
@media (min-width: 48em) {
  .c-card--content-footer {
    display: grid;
    grid-column-gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card__media--content-footer {
  padding-bottom: 1rem;
}
@media (max-width: 48em) {
  .c-card__media--content-footer {
    float: left;
    width: 140px;
    margin: 0 15px 15px 0;
  }
}
@media (min-width: 48em) {
  .c-card__media--content-footer {
    grid-column: span 2;
    grid-row: span 2;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.c-card__info--content-footer {
  color: #d20a0a;
  -ms-flex-item-align: end;
  align-self: end;
  padding-bottom: 1rem;
}
@media (min-width: 48em) {
  .c-card__info--content-footer {
    text-align: center;
    grid-column: span 2;
  }
}
@media (min-width: 48em) {
  .c-card__title_text {
    height: 82px;
    overflow: hidden;
    grid-column: -1/1;
  }
}
.c-card__headline--content-footer {
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 48em) {
  .c-card__headline--content-footer {
    overflow: hidden;
    height: 52px;
    grid-column: span 2;
    text-align: center;
    margin-bottom: 6px;
    overflow: hidden;
    max-height: 52px;
  }
}
.c-card__headline--content-footer .e-t3 {
  font-size: 1.5rem;
  line-height: 26px;
  margin-bottom: 0;
}
.c-card__body--content-footer {
  grid-column: -1/1;
  line-height: 26px;
  overflow: hidden;
}
@media (max-width: 48em) {
  .c-card__body--content-footer {
    clear: left;
  }
}
.c-card__body--content-footer p {
  margin-top: 0;
}
.c-card__action--content-footer {
  grid-column: -1/1;
  text-align: left;
}
@media (min-width: 48em) {
  .c-card__action--content-footer {
    text-align: center;
  }
}
@media (max-width: 48em) {
  .c-card__action--content-footer .e-button--minimal,
  .c-card__action--content-footer
    .overlay__header__buttons
    .e-button--icon-left,
  .overlay__header__buttons
    .c-card__action--content-footer
    .e-button--icon-left {
    padding-left: 0;
  }
}
.block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .e-button--minimal,
.block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .overlay__header__buttons
  .e-button--icon-left,
.overlay__header__buttons
  .block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .e-button--icon-left {
  color: #d20a0a !important;
}
.block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .e-button--minimal:hover,
.block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .overlay__header__buttons
  .e-button--icon-left:hover,
.overlay__header__buttons
  .block-views-blockcontent-footer-block-1-article
  .c-card__action--content-footer
  .e-button--icon-left:hover {
  color: #191919 !important;
}
.page-node-type-article .view-content-footer {
  max-width: 1220px;
  margin: 4.5rem auto 0;
  padding: 0 1.125rem 4.5rem 1.125rem;
}
@media (min-width: 64em) {
  .page-node-type-article .view-content-footer {
    padding: 0 0 4.5rem 0;
  }
}
.c-card-event--related {
  position: relative;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  height: 391px;
  margin-bottom: 2rem;
}
.c-card-event--related {
  overflow: hidden;
}
.pl__wrapper--med .c-card-event--related {
  height: 391px;
  width: 393px;
}
.c-card-event--related__image {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
}
.c-card-event--related__left-image {
  position: absolute;
  top: 75px;
  left: -25px;
  width: 140px;
  z-index: 0;
}
.c-card-event--related__right-image {
  position: absolute;
  top: 75px;
  right: -25px;
  width: 140px;
  z-index: 0;
}
.c-card-event--related__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
@supports (mix-blend-mode: overlay) {
  .c-card-event--related__overlay {
    background-color: rgba(0, 0, 0, 0.7);
    mix-blend-mode: overlay;
  }
}
.c-card-event--related__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-card-event--related__content {
  padding: 1.2rem 4.5rem 0;
}
.c-card-event--related__header {
  position: relative;
  z-index: 1;
}
.c-card-event--related__logo {
  position: relative;
  margin: 0.75rem auto 0.9rem auto;
  width: 8.55rem;
  height: 4.05rem;
}
.c-card-event--related__number {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
.c-card-event--related__number {
  -webkit-transform: translateY(32px) translateX(19px);
  transform: translateY(32px) translateX(19px);
}
.c-card-event--related div.c-card-event--related__sub-headline,
.c-card-event--related__sub-headline {
  font-size: 0.75rem;
  letter-spacing: 2px;
}
.c-card-event--related div.c-card-event--related__sub-headline,
.c-card-event--related__sub-headline {
  margin-bottom: 0.6rem;
  color: #a4a7ac;
}
.c-card-event--related__vs {
  position: relative;
  overflow: hidden;
  margin: -0.375rem auto 0 auto;
  max-width: 9.375rem;
}
.c-card-event--related__vs span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 20px;
  font-size: 0.625rem;
  line-height: 0.875rem;
  text-transform: uppercase;
}
.c-card-event--related__vs span:after,
.c-card-event--related__vs span:before {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.c-card-event--related__vs span:before {
  right: 100%;
}
.c-card-event--related__vs span:after {
  left: 100%;
}
.c-card-event--related__athlete {
  margin-bottom: 0;
}
.c-card-event--related__vs + .c-card-event--related__athlete {
  margin-bottom: 0.45rem;
}
.c-card-event--related__headline-suffix {
  font-weight: 700;
  font-size: 0.875rem;
}
.c-card-event--related__location,
.c-card-event--related__text {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
}
.c-card-event--related__location {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.c-card-event--related__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-card-event--related__action a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-card-event--related__action a:last-child {
  border-left: none;
}
.c-card-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  background-color: #fff;
}
.c-card-event--athlete-results__header,
.c-card-event--tickets-result__header,
.c-card-event__header {
  margin: 0 1.5rem 0.75rem 1.5rem;
}
.c-card-event--athlete-results__number,
.c-card-event--result__number,
.c-card-event--tickets-result__number,
.c-card-event__number {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
.c-card-event__logo {
  position: relative;
  width: 6rem;
  height: 3rem;
  margin: 0.75rem auto 0 auto;
}
.c-card-event--athlete-results__matchup-wrapper,
.c-card-event--result__matchup-wrapper,
.c-card-event--tickets-result__matchup-wrapper,
.c-card-event__matchup-wrapper {
  margin: 0 1.5rem 0.75rem 1.5rem;
  border-bottom: 1px solid #eeeeef;
}
.c-card-event--result__matchup,
.c-card-event--tickets-result__matchup,
.c-card-event__matchup {
  position: relative;
  max-width: 15rem;
  margin-right: auto;
  margin-left: auto;
}
.c-card-event--result__red-image,
.c-card-event--tickets-result__red-image,
.c-card-event__red-image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: calc(50% + 0.75rem);
}
.c-card-event--result__red-image img,
.c-card-event--tickets-result__red-image img,
.c-card-event__red-image img {
  width: 130px;
  margin: 0 auto;
}
.c-card-event--result__blue-image,
.c-card-event--tickets-result__blue-image,
.c-card-event__blue-image {
  float: right;
  width: calc(50% + 0.75rem);
}
.c-card-event--result__blue-image img,
.c-card-event--tickets-result__blue-image img,
.c-card-event__blue-image img {
  width: 130px;
  margin: 0 auto;
}
.c-card-event--athlete-results__info,
.c-card-event--result__info,
.c-card-event--tickets-result__info,
.c-card-event__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  text-align: left;
}
.path-search .c-card-event__info {
  text-align: center;
}
.c-card-event--athlete-results__date,
.c-card-event--result__date,
.c-card-event--tickets-result__date,
.c-card-event__date {
  color: #191919;
  font-weight: 700;
}
.c-card-event--athlete-results__date a,
.c-card-event--result__date a,
.c-card-event--tickets-result__date a,
.c-card-event__date a {
  color: #191919;
}
.c-card-event--athlete-results__date a:active,
.c-card-event--athlete-results__date a:focus,
.c-card-event--athlete-results__date a:hover,
.c-card-event--result__date a:active,
.c-card-event--result__date a:focus,
.c-card-event--result__date a:hover,
.c-card-event--tickets-result__date a:active,
.c-card-event--tickets-result__date a:focus,
.c-card-event--tickets-result__date a:hover,
.c-card-event__date a:active,
.c-card-event__date a:focus,
.c-card-event__date a:hover {
  color: #d20a0a;
}
.c-card-event__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card-event__actions a,
.c-card-event__actions button {
  width: 50%;
  text-align: center;
  border-color: #f6f7f7;
}
.c-card-event__fight-container,
.c-card-event__narrow-fight {
  overflow-y: hidden;
  width: 100%;
  height: 126px;
  margin: 0 auto;
}
.l-listing__item .c-card-event__fight-container,
.l-listing__item .c-card-event__narrow-fight {
  overflow-y: hidden;
  height: 126px;
}
@media (min-width: 48em) {
  .l-listing__item .c-card-event__fight-container,
  .l-listing__item .c-card-event__narrow-fight {
    max-width: 420px;
  }
}
@media (min-width: 56.25em) {
  .l-listing__item .c-card-event__fight-container,
  .l-listing__item .c-card-event__narrow-fight {
    max-width: 450px;
    margin: 0;
  }
}
@media (min-width: 64em) {
  .l-listing__item .c-card-event__fight-container,
  .l-listing__item .c-card-event__narrow-fight {
    max-width: 450px;
  }
}
.c-card-event__narrow-fight .c-carousel--white-bg .slick-next {
  right: 15px;
}
@media (min-width: 56.25em) {
  .c-card-event__narrow-fight .c-carousel--white-bg .slick-next {
    right: 0;
  }
}
.c-card-event__narrow-fight .c-carousel--white-bg .slick-prev {
  left: 15px;
}
@media (min-width: 56.25em) {
  .c-card-event__narrow-fight .c-carousel--white-bg .slick-prev {
    left: 0;
  }
}
.c-card-event__narrow-fight .c-carousel--white-bg .slick-next,
.c-card-event__narrow-fight .c-carousel--white-bg .slick-prev {
  top: 50%;
  display: block !important;
  margin-top: -1.5rem;
}
.c-card-event--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0 0;
  border-top: 1px solid #eeeeef;
}
.c-card-event--footer .c-card-event--ticket-sale-date {
  padding: 0 20px;
  font-size: 14px;
}
.c-card-event--footer .c-card-event--ticket-sale-date strong {
  margin-right: 10px;
}
.c-card-event--footer .c-card-event--ticket-sale-date a {
  margin-left: 10px;
  color: #d20a0a;
  font-weight: 700;
}
.c-card-fal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.c-card-fal__red-dot {
  border-radius: 100%;
  border: 10px solid #fff;
  background-color: #d20a0a;
  padding: 5px;
}
.c-card-fal__event-time-date {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
  font-size: small;
}
@media (min-width: 56.25em) {
  .c-card-fal__event-time-date {
    font-size: medium;
  }
}
.c-card-fal__event-name {
  padding-top: 4em;
  position: relative;
}
.c-card-fal__event-name:before {
  content: "";
  border-left: 1px solid #eeeeef;
  height: 3.5em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-card-fal__event-name h4 {
  margin-bottom: 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .c-card-fal__event-name h4 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.c-card-fal__event-location {
  margin-bottom: 0.3em;
  margin-top: 0.1em;
}
.c-card-fal__public-status {
  font-size: 0.8em;
  letter-spacing: 1.2px;
}
.c-card-fal__cta a {
  margin-top: 2em;
  color: #fff;
  text-transform: uppercase;
}
.c-card--image-details__wrapper .c-card--image-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  height: auto;
  text-align: center;
  max-width: 390px;
}
.c-card--image-details__wrapper .c-modal__button-icon svg {
  width: 2em;
  height: 2em;
  fill: #abadb1;
}
.c-card--image-details__wrapper .c-card__headline {
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}
.c-card--image-details__wrapper .c-card__headline > * {
  margin: 0;
}
.c-card--image-details__wrapper .c-card__summary {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: #191919;
}
.c-card--image-details__wrapper .c-card__body {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: #191919;
}
.c-card--image-details__wrapper
  .c-modal__item[data-modal-id="card-image-details"] {
  max-width: 390px;
  padding-top: 5em;
}
.c-card--image-details__wrapper .c-modal__item .c-card__action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1.5rem 1.5rem 1.5rem;
}
.c-card--image-details__wrapper .c-card--image-details__wrapper {
  max-width: 390px;
  position: relative;
}
.c-card--image-details__wrapper button.close-card-extra-details {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  cursor: pointer;
}
.c-card--image-details__wrapper button.close-card-extra-details svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-card--image-details__wrapper .c-card--image-details__back {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 6;
  right: -15px;
  display: none;
  max-width: 100vw;
}
.c-card--image-details__wrapper .c-card--image-details__back.open {
  display: block;
}
.c-card--image-details__wrapper button.open-card-extra-details {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin: 1em auto;
  color: #d5d6d8;
  cursor: pointer;
}
.c-card--image-details__wrapper button.open-card-extra-details svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.timeline-wrapper {
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card--image-details__red-dot {
  border-radius: 100%;
  border: 5px solid #fff;
  background-color: #d20a0a;
  padding: 5px;
}
.c-card--image-details__timeline-date {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
  font-size: medium;
}
.c-card--image-details__vertical-line {
  padding-top: 4em;
  position: relative;
}
.c-card--image-details__vertical-line:before {
  content: "";
  border-left: 1px solid #eeeeef;
  height: 4em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-card--image-feature {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  height: 100%;
}
.c-card--image-feature__image {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  z-index: -2;
  background-color: #191919;
}
.c-card--image-feature__image img,
.c-card--image-feature__image picture {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-card--image-feature__overlay {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
@supports (mix-blend-mode: multiply) {
  .c-card--image-feature__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: multiply;
  }
}
.c-card--image-feature__category {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  padding: 1.5rem;
  text-align: left;
}
.c-card--image-feature__date {
  grid-column: 1 / span 1;
  grid-row: 1 / span 3;
  padding: 1.5rem;
  text-align: right;
}
.c-card--image-feature__headline {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  -ms-flex-item-align: end;
  align-self: end;
  padding: 0 1.5rem;
  text-align: center;
}
.c-card--image-feature__action {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  padding: 1.5rem;
  text-align: left;
}
.c-card--red-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeef;
}
.c-card--red-blue > * {
  margin-right: -1rem;
  margin-left: -1rem;
}
.c-card--red-blue .field--name-red-corner {
  position: relative;
  left: 10px;
  z-index: 2;
}
.c-card--red-blue .field--name-blue-corner {
  position: relative;
  right: 10px;
  z-index: 1;
}
.c-card--red-blue img {
  max-width: 200px;
  max-height: 125px;
}
.c-card,
.c-card--borderless,
.c-card--image-overlay,
.c-card--instagram,
.c-card--link,
.c-card--text,
.c-card--text-timeline,
.c-top-trend-card,
.c-top-trend-card--borderless,
.c-top-trend-card--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  background-color: #fff;
}
.c-card--borderless {
  text-align: center;
}
.c-card--instagram {
  margin: 0 auto;
  -webkit-transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, border 0.25s;
  transition: box-shadow 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  border: 1px solid rgba(210, 10, 10, 0);
}
.c-card--instagram:active,
.c-card--instagram:focus,
.c-card--instagram:hover {
  border: 1px solid #d20a0a;
}
@media (min-width: 19.9375em) {
  .c-card--instagram .c-card__media {
    height: 286px;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .c-card--instagram .c-card__media {
    height: auto;
  }
}
.c-card--image-overlay,
.c-card--link {
  -webkit-transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, border 0.25s;
  transition: box-shadow 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  border: 1px solid rgba(210, 10, 10, 0);
}
.c-card--image-overlay:active,
.c-card--image-overlay:focus,
.c-card--image-overlay:hover,
.c-card--link:active,
.c-card--link:focus,
.c-card--link:hover {
  border: 1px solid #d20a0a;
}
.c-card--image-overlay {
  color: #fff !important;
  background-color: transparent;
}
.c-card--image-overlay:active,
.c-card--image-overlay:focus,
.c-card--image-overlay:hover {
  border: 1px solid #d20a0a;
}
.c-card--image-overlay:active .c-card__overlay,
.c-card--image-overlay:focus .c-card__overlay,
.c-card--image-overlay:hover .c-card__overlay {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0);
}
.c-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.75rem;
  justify-items: center;
}
.c-card__avatar {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}
.c-card__avatar img,
.c-card__avatar picture {
  border: 1px solid #eeeeef;
  border-radius: 50%;
}
.c-card__user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 4.5rem);
}
.c-card__username {
  margin-bottom: 0;
  letter-spacing: 0.2px;
  font-size: 14px;
  line-height: 16px;
}
.c-card__posted {
  color: #abadb1;
  font-size: 0.75rem;
  line-height: 1rem;
}
.c-card__media + div {
  margin-top: 1.5rem;
}
.c-card__media {
  position: relative;
  display: grid;
  overflow: hidden;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  background-color: #191919;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.c-card__media:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
  grid-area: 1/1/2/2;
}
.c-card--instagram .c-card__media:before {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
  line-height: 0;
}
.c-card__media > * {
  grid-area: 1/1/2/2;
}
.related-athletes-athletes-modal .c-card__media {
  position: static;
}
.c-card__media .layout--onecol {
  z-index: 5;
  grid-column: 1/-1;
  grid-row: 1/-1;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card__media .c-card__icon-big {
  z-index: 6;
  width: 32px;
  height: 32px;
  color: #fff;
  grid-column: 1/-1;
  grid-row: 1/-1;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px !important;
}
.c-card__media .c-card__icon-big svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.c-card__media .c-card__icon-big * {
  height: 100% !important;
}
.c-card__media .c-card__icon {
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2em;
  padding: 0 1rem 1rem 0;
  color: #fff;
  grid-column: 1/-1;
  grid-row: 1/-1;
  justify-self: end;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-card__media .c-card__icon svg {
  width: 24px;
  height: 24px;
  padding-right: 0.3em;
  fill: #fff;
}
.c-card__media img,
.c-card__media picture,
.field--name-gallery-cover-image {
  z-index: 1;
  width: 100%;
  max-width: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  grid-column: 1/-1;
  grid-row: 1/-1;
  top: 0;
  left: 0;
}
.c-card__media img:hover,
.c-card__media picture:hover,
.field--name-gallery-cover-image:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-card__overlay {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
@supports (mix-blend-mode: multiply) {
  .c-card__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: multiply;
  }
}
.c-card__overlay-text {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
.related-athletes-athletes-modal .c-card__overlay-text {
  position: absolute;
}
.c-card__overlay-name {
  min-height: 1.5rem;
}
.c-card__overlay-ufc-date,
.c-card__overlay-ufc-title {
  min-height: 1.125rem;
  margin-bottom: 0;
}
.c-card__overlay-ufc-date {
  color: #abadb1 !important;
}
.c-card__overlay-ufc-count {
  color: #fff;
}
.c-card__overlay-ufc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card__overlay-ufc-meta svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.c-card__overlay-ufc-video-progress {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.c-card__overlay-ufc-video-progress__completed {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  background-color: #d20a0a;
}
.c-card__overlay-stats {
  min-height: 1.125rem;
  margin-bottom: 0;
}
.related-athletes-athletes-modal .c-card--image-overlay .c-card__overlay-stats,
.related-athletes-athletes-modal
  .c-card--image-overlay
  .c-card__overlay-ufc-title {
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  color: #abadb1;
  font-size: 0.8125rem;
  letter-spacing: 1.2px;
}
.c-card--borderless__info,
.c-card--grid-card-trending__info,
.c-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 1.5rem 1.5rem;
}
.c-card__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-card--borderless__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-card__info-prefix,
.c-card__info-prefix--content-footer {
  color: #d20a0a;
}
.c-card__info-suffix,
.c-card__info-suffix--content-footer {
  color: #abadb1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-card__headline {
  margin: 0 1.5rem 0.75rem 1.5rem;
}
.c-card__headline > * {
  margin: 0;
}
.c-card__body {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: #585b63;
}
.c-card__body p:first-of-type {
  margin-top: 0;
}
.c-card__body p:last-of-type {
  margin-bottom: 0;
}
.c-card__actions {
  margin: 0 1.5rem 1.5rem 1.5rem;
}
.c-card--text {
  overflow: hidden;
  max-height: 500px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.c-card--text .c-card__body {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #585b63;
  font-size: 14px;
}
.c-card--text .c-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card--text .c-card__action a {
  width: 100%;
  margin: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.c-card--text-timeline {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.c-card--text-timeline .c-card__headline {
  margin-top: 1.5rem;
}
.c-card--text-timeline .c-card__body {
  margin-top: 2em;
  margin-bottom: 2em;
}
.c-card--text-timeline .c-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card--text-timeline .c-card__action a {
  width: 100%;
  margin: 0 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.c-card--content-footer .c-card__media {
  position: relative;
}
@media (max-width: 48em) {
  .c-card--content-footer .c-card__media {
    float: left;
    width: 48%;
  }
}
.c-card--content-footer .c-card__media:before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}
.c-card--content-footer .c-card__media * {
  height: 100%;
}
.c-card--content-footer .c-card__media .field {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-card--content-footer .c-card__alltext {
  margin: 0 0 1.5rem;
  max-height: 76px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.c-card--content-footer .c-card--content-footer__info {
  margin-bottom: 1.5rem;
}
@media (max-width: 48em) {
  .c-card--content-footer .c-card--content-footer__info {
    width: 48%;
    margin: 0 0 0.5rem 52%;
    padding-top: 0.5rem;
    text-align: left;
  }
}
.c-card--content-footer .c-card__body {
  position: relative;
}
@media (max-width: 48em) {
  .c-card--content-footer .c-card__body {
    clear: both;
    margin: 0 0 1.5rem;
    padding-top: 1.5rem;
    text-align: left;
  }
}
.c-card--content-footer .c-card__body p {
  margin: 0;
  line-height: 20px;
}
@media (max-width: 48em) {
  .c-card--content-footer .c-card__action .e-button--minimal,
  .c-card--content-footer
    .c-card__action
    .overlay__header__buttons
    .e-button--icon-left,
  .overlay__header__buttons
    .c-card--content-footer
    .c-card__action
    .e-button--icon-left {
    padding-left: 0;
  }
}
.c-card--pfpranking .c-card__media {
  min-height: 400px;
  max-width: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-card--pfpranking .c-card__media img {
  height: 100%;
  width: 100%;
}
.c-card--pfpranking .c-card__media .layout--onecol {
  z-index: 0;
  right: 0;
  bottom: 0;
}
.c-card--pfpranking .c-card__overlay {
  height: 100%;
}
.c-card--pfpranking .c-card__overlay-text {
  min-height: 150px;
}
.c-card--pfpranking .c-card__pfp_ranking_rank {
  font-size: 120px;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 20px;
}
.c-card--pfpranking .c-card__pfp_ranking_nickname {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a4a7ac;
}
.c-card--pfpranking .c-card__pfp_ranking_name {
  font-size: 2.25rem;
  line-height: 2rem;
  text-transform: uppercase;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  word-spacing: 9999999px;
}
.c-card--pfpranking .c-card__pfp_ranking_record {
  font-family: DIN2014, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.view-athlete-articles .carousel__dots-multiple-3-items .slick-slide {
  display: block !important;
}
.c-top-trend-card {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
.c-top-trend-card--borderless {
  text-align: center;
}
.c-top-trend-card--link {
  -webkit-transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: border 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, border 0.25s;
  transition: box-shadow 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  border: 1px solid rgba(210, 10, 10, 0);
}
.c-top-trend-card--link:active,
.c-top-trend-card--link:focus,
.c-top-trend-card--link:hover {
  border: 1px solid #d20a0a;
}
.c-top-trend-card__media + div {
  margin-top: 1.5rem;
}
.c-top-trend-card__media {
  display: grid;
  background-color: #fff;
  height: 11.25rem;
  width: 18rem;
  overflow: hidden;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.c-top-trend-card__media:hover img,
.c-top-trend-card__media:hover picture {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-top-trend-card__media img,
.c-top-trend-card__media picture {
  width: 100%;
  max-width: none;
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  height: 11.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-top-trend-card__overlay-ufc-date,
.c-top-trend-card__overlay-ufc-title {
  min-height: 1.125rem;
  margin-bottom: 0;
}
.c-top-trend-card__overlay-ufc-date {
  color: #abadb1 !important;
}
.c-top-trend-card__overlay-ufc-count {
  color: #fff;
}
.c-top-trend-card__overlay-ufc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-top-trend-card__overlay-ufc-meta svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.c-top-trend-card--borderless__info,
.c-top-trend-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.25rem;
}
.c-top-trend-card__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-top-trend-card--borderless__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-top-trend-card__info-prefix {
  line-height: 0.875rem;
}
.c-top-trend-card__info-suffix {
  line-height: 0.875rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.c-top-trend-card__headline {
  margin: 0 1.25rem 1.625rem 1.25rem;
}
.c-top-trend-card__headline > * {
  margin: 0;
}
.c-top-trend-card__play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 100;
}
.c-top-trend-card__play svg {
  fill: #fff;
  width: 30px;
  height: 29px;
}
.c-top-trend-card__play svg:hover {
  fill: #fff;
}
.c-top-trend-card__duration {
  position: absolute;
  bottom: 0.8125rem;
  right: 1.125rem;
  color: #fff;
  line-height: normal;
  z-index: 100;
}
.c-top-video-info__icon svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
  margin-right: 6px;
  z-index: 100;
}
.c-top-video-info__icon svg:hover {
  fill: #fff;
}
.c-card-promo-milestone .c-card__milestone-headline {
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}
.c-card-event--athlete-results {
  margin: 1.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    max-width: 1220px;
    margin: 0;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-card-event--athlete-results__header {
  padding-top: 0.75rem;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__header {
    margin: 0;
    padding: 0 0.75rem 0 0;
  }
}
.c-card-event--athlete-results__logo {
  width: 50px;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__matchup-container {
    padding: 0 0.75rem;
  }
}
.c-card-event--athlete-results__matchup-wrapper {
  margin: 0;
}
.c-card-event--athlete-results__matchup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.c-card-event--athlete-results__red-image {
  position: relative;
  z-index: 1;
}
.c-card-event--athlete-results__blue-image {
  position: relative;
  margin-left: -20%;
}
.c-card-event--athlete-results__info {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__info {
    max-width: 18rem;
    padding: 0 0.75rem;
  }
}
.c-card-event--athlete-results__plaque {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  padding: 0.375rem;
  padding: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1em;
}
@media (min-width: 48em) {
  .c-card-event--athlete-results__plaque {
    min-width: 3.75rem;
    font-size: 0.75rem;
  }
}
.c-card-event--athlete-results__plaque.win {
  background-color: #d20a0a;
}
.c-card-event--athlete-results__plaque.draw {
  left: calc(50% - 1.5rem);
  background-color: #585b63;
}
.c-card-event--athlete-results__plaque.red {
  left: calc(25% - 1.5rem);
}
.c-card-event--athlete-results__plaque.blue {
  right: calc(25% - 1.5rem);
}
.c-card-event--athlete-results__date {
  padding-bottom: 10px;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__date {
    padding-bottom: 0;
  }
}
.c-card-event--athlete-results__location {
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__location {
    text-align: left;
  }
}
.c-card-event--athlete-results__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid #eeeeef;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__results {
    max-width: 450px;
    margin: 1.5rem -1.5rem 0;
    border: none;
  }
}
.c-card-event--athlete-results__result {
  width: 33.33333%;
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__result {
    width: auto;
    margin: 0 1.5rem;
    padding: 0;
    text-align: left;
    border: none;
  }
  .c-card-event--athlete-results__result:nth-child(2) {
    border: none;
  }
}
.c-card-event--athlete-results__result:nth-child(2) {
  border-right: 1px solid #eeeeef;
  border-left: 1px solid #eeeeef;
}
.c-card-event--athlete-results__result-label {
  font-size: 0.625rem;
}
@media (min-width: 48em) {
  .c-card-event--athlete-results__result-label {
    font-size: 0.75rem;
  }
}
.c-card-event--athlete-results__result-text {
  text-transform: uppercase;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  .c-card-event--athlete-results__result-text {
    font-size: 1rem;
  }
}
.c-card-event--athlete-results__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    max-width: 10.5rem;
  }
}
.c-card-event--athlete-results__actions a,
.c-card-event--athlete-results__actions button {
  display: block;
  width: 50%;
  margin: 0;
  padding: 1rem 0;
  border: none;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-card-event--athlete-results__actions a,
  .c-card-event--athlete-results__actions button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 1rem;
  }
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__actions a,
  .c-card-event--athlete-results__actions button {
    margin-bottom: 1.25rem;
    border: 1px solid #eeeeef;
  }
}
.c-card-event--athlete-results__actions a:nth-child(1),
.c-card-event--athlete-results__actions button:nth-child(1) {
  border-right: 1px solid #eeeeef;
}
.c-card-event--athlete-results__fight-container,
.c-card-event--athlete-results__narrow-fight {
  overflow-y: hidden;
  overflow-y: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-listing__item .c-card-event--athlete-results__fight-container,
.l-listing__item .c-card-event--athlete-results__narrow-fight {
  overflow-y: hidden;
  height: 126px;
}
@media (min-width: 48em) {
  .l-listing__item .c-card-event--athlete-results__fight-container,
  .l-listing__item .c-card-event--athlete-results__narrow-fight {
    max-width: 420px;
  }
}
@media (min-width: 56.25em) {
  .l-listing__item .c-card-event--athlete-results__fight-container,
  .l-listing__item .c-card-event--athlete-results__narrow-fight {
    max-width: 450px;
    margin: 0;
  }
}
@media (min-width: 64em) {
  .l-listing__item .c-card-event--athlete-results__fight-container,
  .l-listing__item .c-card-event--athlete-results__narrow-fight {
    max-width: 450px;
  }
}
.c-card-event--athlete-results--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0 0;
  border-top: 1px solid #eeeeef;
}
.c-card-event--athlete-results--footer
  .c-card-event--athlete-results--ticket-sale-date {
  padding: 0 20px;
  font-size: 14px;
}
.c-card-event--athlete-results--footer
  .c-card-event--athlete-results--ticket-sale-date
  strong {
  margin-right: 10px;
}
.c-card-event--athlete-results--footer
  .c-card-event--athlete-results--ticket-sale-date
  a {
  margin-left: 10px;
  color: #d20a0a;
  font-weight: 700;
}
@media screen and (min-width: 425px) {
  .c-card-event--athlete-results__fight-container
    :not(.c-card-event--athlete-results__plaque) {
    height: 100%;
  }
}
.c-card-event--athlete-results__fight-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.view-athlete-results .l-listing--stacked .l-listing__item {
  border-top-width: 0;
}
@media (min-width: 56.25em) {
  .view-athlete-results .l-listing--stacked .l-listing__item {
    border-top-width: 1px;
  }
}
.view-athlete-results .l-listing--stacked .l-listing__item {
  border: none;
}
@media (min-width: 56.25em) {
  .view-athlete-results .l-listing--stacked .l-listing__item {
    border-top: 1px solid #eeeeef;
  }
}
.view-athlete-results .l-listing--stacked .l-listing__item:first-child {
  border-top: 1px solid #eeeeef;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-card-event--athlete-results__fight-container
    :not(.c-card-event--athlete-results__plaque) {
    height: 140px;
  }
}
.c-card-event--result,
.c-card-event--tickets-result {
  margin: 1.25rem 2.5rem;
  padding-top: 1.25rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 56.25em) {
  .c-card-event--result,
  .c-card-event--tickets-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1220px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.c-card-event--result .c-card-event__fight-container,
.c-card-event--result .c-card-event__narrow-fight,
.c-card-event--tickets-result .c-card-event__fight-container,
.c-card-event--tickets-result .c-card-event__narrow-fight {
  height: auto;
  overflow: auto;
}
.c-card-event--result
  .c-card-event__fight-container
  button.slick-next.slick-arrow,
.c-card-event--result
  .c-card-event__fight-container
  button.slick-prev.slick-arrow,
.c-card-event--result .c-card-event__narrow-fight button.slick-next.slick-arrow,
.c-card-event--result .c-card-event__narrow-fight button.slick-prev.slick-arrow,
.c-card-event--tickets-result
  .c-card-event__fight-container
  button.slick-next.slick-arrow,
.c-card-event--tickets-result
  .c-card-event__fight-container
  button.slick-prev.slick-arrow,
.c-card-event--tickets-result
  .c-card-event__narrow-fight
  button.slick-next.slick-arrow,
.c-card-event--tickets-result
  .c-card-event__narrow-fight
  button.slick-prev.slick-arrow {
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 56.25em) {
  .c-card-event--result
    .c-card-event__fight-container
    button.slick-next.slick-arrow,
  .c-card-event--result
    .c-card-event__fight-container
    button.slick-prev.slick-arrow,
  .c-card-event--result
    .c-card-event__narrow-fight
    button.slick-next.slick-arrow,
  .c-card-event--result
    .c-card-event__narrow-fight
    button.slick-prev.slick-arrow,
  .c-card-event--tickets-result
    .c-card-event__fight-container
    button.slick-next.slick-arrow,
  .c-card-event--tickets-result
    .c-card-event__fight-container
    button.slick-prev.slick-arrow,
  .c-card-event--tickets-result
    .c-card-event__narrow-fight
    button.slick-next.slick-arrow,
  .c-card-event--tickets-result
    .c-card-event__narrow-fight
    button.slick-prev.slick-arrow {
    width: 3rem;
    height: 3rem;
  }
}
.c-card-event--result .c-card--red-blue,
.c-card-event--tickets-result .c-card--red-blue {
  margin: 0 1rem;
}
.c-card-event--result .c-card--red-blue img,
.c-card-event--tickets-result .c-card--red-blue img {
  width: 140px;
  height: 95px;
  max-width: 230px;
  max-height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 56.25em) {
  .c-card-event--result .c-card--red-blue img,
  .c-card-event--tickets-result .c-card--red-blue img {
    width: 230px;
    height: 160px;
  }
}
.c-card-event--athlete-results__logo,
.c-card-event--result__logo,
.c-card-event--tickets-result__logo {
  margin: 0 auto;
}
.c-card-event--athlete-results__logo svg.ufc-title-svg,
.c-card-event--result__logo svg.ufc-title-svg,
.c-card-event--tickets-result__logo svg.ufc-title-svg {
  overflow: visible;
}
@media (min-width: 56.25em) {
  .c-card-event--result__matchup-container {
    padding: 0 0.75rem;
  }
}
.c-card-event--result__matchup {
  max-width: 21rem;
}
.c-card-event--result__info,
.c-card-event--tickets-result__info {
  margin-bottom: 8px;
}
@media (min-width: 56.25em) {
  .c-card-event--result__info,
  .c-card-event--tickets-result__info {
    max-width: 18rem;
    padding: 0 0.75rem;
    margin-bottom: 0;
  }
}
.c-card-event--result__plaque,
.c-card-event--tickets-result__plaque {
  position: absolute;
  z-index: 2;
  bottom: 0;
  min-width: 3.75rem;
  padding: 0.375rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
}
.c-card-event--result__plaque.win,
.win.c-card-event--tickets-result__plaque {
  background-color: #d20a0a;
}
.c-card-event--result__plaque.draw,
.draw.c-card-event--tickets-result__plaque {
  left: calc(50% - 1.5rem);
  background-color: #585b63;
}
.c-card-event--result__plaque.red,
.red.c-card-event--tickets-result__plaque {
  left: calc(25% - 1.5rem);
}
.blue.c-card-event--tickets-result__plaque,
.c-card-event--result__plaque.blue {
  right: calc(25% - 1.5rem);
}
.c-card-event--athlete-results__headline,
.c-card-event--result__headline,
.c-card-event--tickets-result__headline {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__headline,
  .c-card-event--result__headline,
  .c-card-event--tickets-result__headline {
    text-align: left;
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.c-card-event--athlete-results__date,
.c-card-event--result__date,
.c-card-event--tickets-result__date {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 56.25em) {
  .c-card-event--athlete-results__date,
  .c-card-event--result__date,
  .c-card-event--tickets-result__date {
    text-align: left;
  }
}
.c-card-event--result__location,
.c-card-event--tickets-result__location {
  text-align: center;
}
.c-card-event--result__location .field--name-taxonomy-term-title h5,
.c-card-event--tickets-result__location .field--name-taxonomy-term-title h5 {
  font-weight: 400;
}
.c-card-event--result__location .field--name-location p.address,
.c-card-event--tickets-result__location .field--name-location p.address {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-card-event--result__location
  .field--name-location
  p.address
  span.administrative-area,
.c-card-event--result__location .field--name-location p.address span.country,
.c-card-event--tickets-result__location
  .field--name-location
  p.address
  span.administrative-area,
.c-card-event--tickets-result__location
  .field--name-location
  p.address
  span.country {
  margin-left: 4px;
}
@media (min-width: 56.25em) {
  .c-card-event--result__location .field--name-location p.address,
  .c-card-event--tickets-result__location .field--name-location p.address {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 56.25em) {
  .c-card-event--result__location,
  .c-card-event--tickets-result__location {
    text-align: left;
  }
}
.c-card-event--result__results,
.c-card-event--tickets-result__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 56.25em) {
  .c-card-event--result__results,
  .c-card-event--tickets-result__results {
    margin: 1.5rem -1.5rem 0;
  }
}
.c-card-event--result__result,
.c-card-event--tickets-result__result {
  margin: 0.75rem 0;
  width: 33.33333%;
}
@media (min-width: 56.25em) {
  .c-card-event--result__result,
  .c-card-event--tickets-result__result {
    margin: 0 1.5rem;
    width: auto;
  }
}
.c-card-event--result__result-text,
.c-card-event--tickets-result__result-text {
  color: #191919;
  font-weight: 700;
}
.c-card-event--result__actions,
.c-card-event--tickets-result__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-card-event--result__actions,
  .c-card-event--tickets-result__actions {
    display: block;
    width: 170px;
  }
}
.c-card-event--result__actions a,
.c-card-event--tickets-result__actions a {
  width: 100%;
  margin: 0;
  border: none;
  text-align: center;
  border-top: 0.5px solid rgba(99, 91, 99, 0.25);
  padding: 13px 0;
  font-size: 12px;
}
.c-card-event--result__actions a:nth-child(1),
.c-card-event--tickets-result__actions a:nth-child(1) {
  border-right: 0.5px solid rgba(99, 91, 99, 0.25);
}
@media (min-width: 56.25em) {
  .c-card-event--result__actions a,
  .c-card-event--tickets-result__actions a {
    font-size: 14px;
    width: 100%;
    padding: 17.25px;
    border: 0.5px solid rgba(99, 91, 99, 0.25);
  }
  .c-card-event--result__actions a:nth-child(1),
  .c-card-event--tickets-result__actions a:nth-child(1) {
    margin-bottom: 7.5px;
  }
}
@media (min-width: 56.25em) {
  .c-card-event--tickets-result__header {
    margin: 0;
    padding: 0 0.75rem 0 0;
  }
}
.c-card-event--tickets-result__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-card-event--tickets-result__logo svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 56.25em) {
  .c-card-event--tickets-result__matchup-container {
    width: 40%;
    padding: 0 0.75rem;
  }
}
.c-card-event--tickets-result__matchup {
  max-width: 21rem;
}
.c-card-event--tickets-result__venue {
  margin-right: 10px;
  display: inline-block;
}
.c-card-event--tickets-result__country {
  display: inline-block;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-card-event--tickets-result__country {
    text-align: left;
  }
}
.c-card-event--tickets-result__date {
  color: #abadb1;
}
@media (min-width: 56.25em) {
  .c-card-event--tickets-result__date {
    color: #191919;
  }
}
.c-card-event--tickets-result__btn {
  display: block;
  width: 50%;
  margin: 0.75rem auto;
}
@media (min-width: 48em) {
  .c-card-event--tickets-result__btn {
    display: inline-block;
    width: 30%;
    margin-right: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 56.25em) {
  .c-card-event--tickets-result__btn {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.view-events-upcoming-past .l-listing--stacked .l-listing__item {
  border: none;
}
.view-events-upcoming-past .l-listing--stacked .l-listing__item:first-child {
  border-top: 1px solid #eeeeef;
}
@media (min-width: 56.25em) {
  .view-events-upcoming-past .l-listing--stacked .l-listing__item {
    border-top: 1px solid #eeeeef;
  }
}
.c-card-promo-milestone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  max-width: 280px;
}
@media (min-width: 48em) {
  .c-card-promo-milestone {
    max-width: 380px;
  }
}
.c-card-promo-milestone .c-card-promo-milestone__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 326px;
  text-align: center;
}
@media (min-width: 48em) {
  .c-card-promo-milestone .c-card-promo-milestone__content {
    height: 398px;
  }
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__media > * {
  grid-area: unset;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__media:before {
  content: none;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__media img {
  grid-row: unset;
  grid-column: unset;
}
.c-card-promo-milestone
  .c-card-promo-milestone__content
  .open-card-extra-details
  svg {
  width: 1.5em;
  height: 1.5em;
  fill: #abadb1;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__headline {
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}
.c-card-promo-milestone
  .c-card-promo-milestone__content
  .c-card__headline
  h3.e-t5 {
  height: 2em;
  overflow: hidden;
}
@media (min-width: 48em) {
  .c-card-promo-milestone
    .c-card-promo-milestone__content
    .c-card__headline
    h3.e-t5 {
    font-size: 24px;
    line-height: 26px;
  }
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__headline > * {
  margin: 0;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__summary {
  color: #585b63;
  height: 2.5rem;
  overflow: hidden;
  margin: 0 1.5rem 1.125rem 1.5rem;
}
.c-card-promo-milestone .c-card-promo-milestone__content .c-card__summary p {
  margin: 0;
}
.c-card-promo-milestone .c-card__body {
  margin: 0 1.5rem 1.5rem 1.5rem;
  color: #191919;
}
.c-card-promo-milestone .timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card-promo-milestone .c-card-promo-milestone__red-dot {
  border-radius: 100%;
  border: 5px solid #fff;
  background-color: #d20a0a;
  padding: 5px;
  z-index: 1;
}
.c-card-promo-milestone .c-card-promo-milestone__timeline-date {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.2px;
  font-size: medium;
}
.c-card-promo-milestone .c-card-promo-milestone__vertical-line {
  padding-top: 2em;
  position: relative;
}
.c-card-promo-milestone .c-card-promo-milestone__vertical-line:before {
  content: "";
  border-left: 1px solid #eeeeef;
  height: 2em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 48em) {
  .c-card-promo-milestone .c-card-promo-milestone__vertical-line {
    padding-top: 4em;
  }
  .c-card-promo-milestone .c-card-promo-milestone__vertical-line:before {
    height: 4em;
  }
}
.c-card-promo-milestone .c-modal__item[data-modal-id="card-promo-milestone"] {
  padding-top: 5em;
}
.c-card-promo-milestone .c-modal__item .c-card__action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1.5rem 1.5rem 1.5rem;
}
.c-card-promo-milestone .c-card-promo-milestone__wrapper {
  position: relative;
}
.c-card-promo-milestone button.close-card-extra-details {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  cursor: pointer;
}
.c-card-promo-milestone button.close-card-extra-details svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-card-promo-milestone .c-card-promo-milestone__back {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 6;
  right: -15px;
  display: none;
  max-width: 100vw;
}
.c-card-promo-milestone .c-card-promo-milestone__back.open {
  display: block;
}
.c-card-promo-milestone button.open-card-extra-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #d5d6d8;
  cursor: pointer;
}
.c-card-promo-milestone button.open-card-extra-details svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-card-promo-milestone .c-card--text {
  max-height: 326px;
}
@media (min-width: 48em) {
  .c-card-promo-milestone .c-card--text {
    max-height: 398px;
  }
}
.c-card-promo-milestone .c-card--text .c-card__action {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 64em) {
  .c-video-and-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 4rem;
    padding-top: 90px;
  }
  .c-video-and-card__video {
    width: 725px;
  }
  .c-video-and-card__card {
    width: 344px;
    margin-left: 25px;
    margin-top: 100px;
  }
}
.c-carousel--gallery-collapsed__content,
.c-carousel--gallery__content,
.c-carousel--hero-gallery__content,
.c-carousel__content {
  margin: 0 auto;
  background-color: #000;
}
.c-carousel .slick-next,
.c-carousel .slick-prev,
.c-carousel--event-cards .slick-next,
.c-carousel--event-cards .slick-prev,
.c-carousel--fal .slick-next,
.c-carousel--fal .slick-prev,
.c-carousel--gallery .slick-next,
.c-carousel--gallery .slick-prev,
.c-carousel--gallery-collapsed .slick-next,
.c-carousel--gallery-collapsed .slick-prev,
.c-carousel--hero-gallery .slick-next,
.c-carousel--hero-gallery .slick-prev,
.c-carousel--merchandise .slick-next,
.c-carousel--merchandise .slick-prev,
.c-carousel--white-bg .slick-next,
.c-carousel--white-bg .slick-prev,
.c-carousel__label__content .slick-next,
.c-carousel__label__content .slick-prev,
.stats-carousel .slick-next,
.stats-carousel .slick-prev {
  position: absolute;
  z-index: 9;
  bottom: -3rem;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  text-indent: 100%;
  border: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
}
@media (min-width: 48em) {
  .c-carousel .slick-next,
  .c-carousel .slick-prev,
  .c-carousel--event-cards .slick-next,
  .c-carousel--event-cards .slick-prev,
  .c-carousel--fal .slick-next,
  .c-carousel--fal .slick-prev,
  .c-carousel--gallery .slick-next,
  .c-carousel--gallery .slick-prev,
  .c-carousel--gallery-collapsed .slick-next,
  .c-carousel--gallery-collapsed .slick-prev,
  .c-carousel--hero-gallery .slick-next,
  .c-carousel--hero-gallery .slick-prev,
  .c-carousel--merchandise .slick-next,
  .c-carousel--merchandise .slick-prev,
  .c-carousel--white-bg .slick-next,
  .c-carousel--white-bg .slick-prev,
  .c-carousel__label__content .slick-next,
  .c-carousel__label__content .slick-prev,
  .stats-carousel .slick-next,
  .stats-carousel .slick-prev {
    top: 50%;
    bottom: auto;
    margin-top: -1.5rem;
    background-color: transparent;
    background-size: 1.875rem;
  }
}
.c-carousel .slick-next,
.c-carousel--gallery .slick-next,
.c-carousel--gallery-collapsed .slick-next,
.c-carousel--hero-gallery .slick-next,
.c-carousel--merchandise .slick-next,
.c-carousel--white-bg .slick-next,
.c-carousel__label__content .slick-next {
  right: 0;
  border-left: 1px solid #d5d6d8;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%280%2C0%2C0%29'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 48em) {
  .c-carousel .slick-next,
  .c-carousel--gallery .slick-next,
  .c-carousel--gallery-collapsed .slick-next,
  .c-carousel--hero-gallery .slick-next,
  .c-carousel--merchandise .slick-next,
  .c-carousel--white-bg .slick-next,
  .c-carousel__label__content .slick-next {
    right: 0.75rem;
    border-left: 0;
    background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(255%2C255%2C255)'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
  }
}
@media all and (max-width: 767px) {
  .c-carousel .slick-next,
  .c-carousel--gallery .slick-next,
  .c-carousel--gallery-collapsed .slick-next,
  .c-carousel--hero-gallery .slick-next,
  .c-carousel--merchandise .slick-next,
  .c-carousel--white-bg .slick-next,
  .c-carousel__label__content .slick-next {
    display: none !important;
  }
}
.c-carousel .slick-next:active,
.c-carousel .slick-next:hover,
.c-carousel--gallery .slick-next:active,
.c-carousel--gallery .slick-next:hover,
.c-carousel--gallery-collapsed .slick-next:active,
.c-carousel--gallery-collapsed .slick-next:hover,
.c-carousel--hero-gallery .slick-next:active,
.c-carousel--hero-gallery .slick-next:hover,
.c-carousel--merchandise .slick-next:active,
.c-carousel--merchandise .slick-next:hover,
.c-carousel--white-bg .slick-next:active,
.c-carousel--white-bg .slick-next:hover,
.c-carousel__label__content .slick-next:active,
.c-carousel__label__content .slick-next:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(210%2C10%2C10)'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel .slick-prev,
.c-carousel--gallery .slick-prev,
.c-carousel--gallery-collapsed .slick-prev,
.c-carousel--hero-gallery .slick-prev,
.c-carousel--merchandise .slick-prev,
.c-carousel--white-bg .slick-prev,
.c-carousel__label__content .slick-prev {
  left: 0;
  border-right: 1px solid #d5d6d8;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(0%2C0%2C0)'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 48em) {
  .c-carousel .slick-prev,
  .c-carousel--gallery .slick-prev,
  .c-carousel--gallery-collapsed .slick-prev,
  .c-carousel--hero-gallery .slick-prev,
  .c-carousel--merchandise .slick-prev,
  .c-carousel--white-bg .slick-prev,
  .c-carousel__label__content .slick-prev {
    left: 0.75rem;
    border-right: 0;
    background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(255%2C255%2C255)'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
  }
}
@media all and (max-width: 767px) {
  .c-carousel .slick-prev,
  .c-carousel--gallery .slick-prev,
  .c-carousel--gallery-collapsed .slick-prev,
  .c-carousel--hero-gallery .slick-prev,
  .c-carousel--merchandise .slick-prev,
  .c-carousel--white-bg .slick-prev,
  .c-carousel__label__content .slick-prev {
    display: none !important;
  }
}
.c-carousel .slick-prev:active,
.c-carousel .slick-prev:hover,
.c-carousel--gallery .slick-prev:active,
.c-carousel--gallery .slick-prev:hover,
.c-carousel--gallery-collapsed .slick-prev:active,
.c-carousel--gallery-collapsed .slick-prev:hover,
.c-carousel--hero-gallery .slick-prev:active,
.c-carousel--hero-gallery .slick-prev:hover,
.c-carousel--merchandise .slick-prev:active,
.c-carousel--merchandise .slick-prev:hover,
.c-carousel--white-bg .slick-prev:active,
.c-carousel--white-bg .slick-prev:hover,
.c-carousel__label__content .slick-prev:active,
.c-carousel__label__content .slick-prev:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(210%2C10%2C10)'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel,
.c-carousel--cards-timeline,
.c-carousel--hero-gallery,
.c-carousel--merchandise,
.c-carousel--profile,
.c-carousel--white-bg,
.c-carousel-connect-wrapper,
.c-carousel__label__content {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.slick-slide {
  margin-bottom: 0;
}
.c-carousel-wrapper .slick-dots-wrapper {
  margin-top: 3rem;
}
.c-carousel-wrapper .slick-dots-wrapper .slick-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.c-carousel-wrapper .slick-dots-wrapper .slick-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.c-carousel-wrapper .slick-dots-wrapper .slick-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-carousel__header {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.7);
}
.c-carousel__title {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.c-carousel__items-count + .c-carousel__title {
  margin-left: 0.75rem;
}
.c-carousel__item-count-index {
  display: none;
}
@media (min-width: 48em) {
  .c-carousel__content {
    padding: 1.5rem 4.5rem;
  }
}
.c-carousel__fullscreen {
  margin-left: auto;
}
.c-carousel__footer {
  height: 3rem;
  border: 1px solid #d5d6d8;
  background-color: #fff;
}
.c-carousel--cards-timeline {
  padding-bottom: 7em;
}
.c-carousel--cards-timeline .slick-dots-wrapper {
  margin-top: 1.5rem;
}
.c-carousel--cards-timeline .slick-track {
  padding: 3em 1em 0 1em;
}
.c-carousel--cards-timeline .slick-track::before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 44px;
  content: "";
  border-bottom: 1px solid #eeeeef;
  background-color: transparent;
}
.c-carousel--cards-timeline__wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-carousel--cards-timeline__title {
  margin-bottom: 1.2em;
  text-align: center;
}
hr.c-carousel--cards-timeline__horizontal-cards-timeline {
  position: absolute;
  top: 257px;
  width: 100%;
  background-color: #eeeeef;
}
.c-carousel--dots-multiple {
  position: relative;
  margin-bottom: 0;
}
.c-carousel--dots-multiple .pl__wrapper--med {
  margin-bottom: 0;
  padding: 0;
  position: static;
  max-width: none;
}
.c-carousel--dots-multiple .e-t3 {
  line-height: 1.625rem;
  font-size: 1.625rem;
}
.c-carousel--dots-multiple .c-carousel__header {
  position: static;
  z-index: auto;
  display: block;
  width: auto;
  padding: 0;
  color: #585b63;
  background-color: transparent;
  text-align: center;
}
.c-carousel--dots-multiple .c-carousel__header-bottom-padding {
  padding-bottom: 2.25rem;
}
.c-carousel--dots-multiple .c-carousel__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .c-carousel--dots-multiple .c-carousel__title {
    line-height: 1.625rem;
    font-size: 1.625rem;
    margin-bottom: 3.45rem;
  }
}
.c-carousel--dots-multiple .c-carousel__fullscreen {
  display: none;
}
@media (min-width: 48em) {
  .carousel__dots-multiple,
  .carousel__dots-multiple-3-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.carousel__dots-multiple .slick-list,
.carousel__dots-multiple-3-items .slick-list {
  overflow: visible;
}
@media (min-width: 48em) {
  .carousel__dots-multiple .slick-list,
  .carousel__dots-multiple-3-items .slick-list {
    overflow: hidden;
  }
}
.carousel__dots-multiple .slick-track,
.carousel__dots-multiple-3-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.carousel__dots-multiple .slick-slide,
.carousel__dots-multiple-3-items .slick-slide {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: initial;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: none;
  height: auto;
}
@media (min-width: 48em) {
  .carousel__dots-multiple .slick-slide,
  .carousel__dots-multiple-3-items .slick-slide {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48em) {
  .carousel__dots-multiple .slick-slide > div > *,
  .carousel__dots-multiple .slick-slide > div > .pl__wrapper--med > *,
  .carousel__dots-multiple-3-items .slick-slide > div > *,
  .carousel__dots-multiple-3-items .slick-slide > div > .pl__wrapper--med > * {
    margin-right: 0;
    margin-left: 0;
  }
}
.carousel__dots-multiple .slick-dots-wrapper,
.carousel__dots-multiple-3-items .slick-dots-wrapper {
  margin-top: 1.5rem;
}
.carousel__dots-multiple-3-items .c-card {
  height: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .carousel__dots-multiple-3-items .c-card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.c-carousel-connect-wrapper {
  background: #fff;
  max-width: 290px;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
}
.c-carousel-connect-wrapper .pl__wrapper--sml {
  padding: 0;
  margin: 0;
  max-width: none;
}
.c-carousel-connect-wrapper .c-card-event__fight-container {
  height: auto;
  margin-bottom: 8px;
}
.c-carousel-connect-wrapper .c-card-event--tickets__logo {
  width: 45px;
  margin: 0 auto;
}
.c-carousel--event-cards .slick-next,
.c-carousel--event-cards .slick-prev {
  border: 1px solid #d5d6d8;
  border-radius: 3px;
  background-color: #fff;
}
.c-carousel--event-cards .slick-next {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--event-cards .slick-next:active,
.c-carousel--event-cards .slick-next:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%28210%2C10%2C10%29'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--event-cards .slick-prev {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--event-cards .slick-prev:active,
.c-carousel--event-cards .slick-prev:hover {
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%28210%2C10%2C10%29'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel-connect-wrapper .slick-arrow {
  top: 28%;
  width: 5em;
  height: 5em;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
@media (min-width: 48em) {
  .c-carousel-connect-wrapper .slick-arrow {
    top: 31%;
  }
}
.c-carousel-connect-wrapper .slick-prev {
  left: 0;
}
.c-carousel-connect-wrapper .slick-next {
  right: 0;
}
.c-carousel-connect-wrapper .c-card-event--tickets {
  margin: 1.5rem;
  position: relative;
}
.c-carousel-connect-wrapper .c-card-event--tickets__matchup-wrapper {
  border-bottom-color: #eeeeef;
}
.c-carousel-connect-wrapper .c-card-event--tickets__matchup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeef;
}
.c-carousel-connect-wrapper .c-card-event--tickets__matchup > div {
  position: relative;
  margin: 0 -2em;
  width: calc(50% + 1em);
}
.c-carousel-connect-wrapper
  .c-card-event--tickets__matchup
  > div.c-card-event--tickets__red-image {
  z-index: 2;
}
.c-carousel-connect-wrapper
  .c-card-event--tickets__matchup
  > div.c-card-event--tickets__blue-image {
  z-index: 1;
}
.c-carousel-connect-wrapper .c-card-event--tickets__matchup > div img {
  height: 85px;
  width: auto;
}
.c-carousel-connect-wrapper .c-card-event--tickets__info {
  padding-top: 0.75rem;
  padding-bottom: 0;
  text-align: center;
}
.c-carousel-connect-wrapper .c-card-event--tickets__headline {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.45rem;
}
.c-carousel-connect-wrapper .c-card-event--tickets__date {
  font-weight: 700;
}
.c-carousel-connect-wrapper .c-card-event--tickets__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.c-carousel-connect-wrapper .c-card-event--tickets__actions a {
  display: block;
  width: 50%;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #eeeeef;
  text-align: center;
}
.c-carousel-connect-wrapper .c-card-event--tickets__actions a:last-child {
  border-left: 1px solid #eeeeef;
}
#follow-along-live {
  border-bottom: 1px solid #eeeeef;
}
.c-carousel--fal {
  position: relative;
}
.c-carousel--fal__wrapper {
  position: relative;
  padding-bottom: 4.5rem;
}
.c-carousel--fal__title {
  margin-bottom: 1.2em;
  text-align: center;
}
hr.c-carousel--fal__horizontal-timeline {
  position: absolute;
  top: 25px;
  width: 100%;
  background-color: #eeeeef;
}
.c-carousel--fal .slick-next,
.c-carousel--fal .slick-prev {
  border: 1px solid rgba(99, 91, 99, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
  box-shadow: 0 8px 20px rgba(99, 91, 99, 0.1);
  border-radius: 2px;
  background-size: 35%;
}
.c-carousel--fal .slick-next.slick-disabled,
.c-carousel--fal .slick-prev.slick-disabled {
  display: none !important;
}
.c-carousel--fal .slick-prev {
  top: 50%;
  left: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--fal .slick-next {
  top: 50%;
  right: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--fal .c-carousel__item {
  padding: 0 1.5rem;
  margin: 0 0 1.5rem 0;
}
.c-carousel--fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  max-width: 100vw;
  height: 100%;
  background-color: #191919;
}
.c-carousel--fullscreen .slick-active {
  width: 100vw !important;
}
.c-carousel--fullscreen .slick-next,
.c-carousel--fullscreen .slick-prev {
  position: fixed;
}
.c-carousel--fullscreen .c-gallery-collapsed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 56.25em) {
  .c-carousel--fullscreen .c-gallery-collapsed-item img {
    width: auto !important;
    height: 100vh;
  }
}
.c-carousel__fullscreen-button {
  border: 0;
  background: 0 0;
}
.c-carousel__fullscreen-button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.c-carousel__fullscreen-button-close {
  display: none;
}
.c-carousel--gallery {
  position: relative;
}
.c-carousel--gallery__content {
  height: 100%;
}
@media (min-width: 48em) {
  .c-carousel--gallery__content {
    padding: 0;
  }
  .c-carousel--gallery__content iframe,
  .c-carousel--gallery__content img,
  .c-carousel--gallery__content video {
    width: 100%;
  }
}
.block-views-blockeck-promos-hero .view-content {
  background-color: #191919;
}
.block-views-blockeck-promos-hero .c-carousel--gallery {
  overflow-y: hidden;
  height: auto;
  max-height: 100vh;
}
.path-athletes
  .block-views-blockeck-promos-hero
  .c-carousel--gallery
  .c-hero--full__content,
.path-events
  .block-views-blockeck-promos-hero
  .c-carousel--gallery
  .c-hero--full__content {
  top: 26%;
}
@media (min-width: 48em) {
  .path-athletes
    .block-views-blockeck-promos-hero
    .c-carousel--gallery
    .c-hero--full__content,
  .path-events
    .block-views-blockeck-promos-hero
    .c-carousel--gallery
    .c-hero--full__content {
    top: 50%;
  }
}
.c-carousel--gallery .c-carousel__item.slick-slide {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
}
.c-carousel--gallery-collapsed {
  position: relative;
}
.c-carousel--gallery-collapsed .slick-track {
  height: calc(100vh - 60px);
}
@media (min-width: 56.25em) {
  .toolbar-horizontal .c-carousel--gallery-collapsed .slick-track {
    height: calc(100vh - 60px - 38px);
  }
  .toolbar-horizontal.toolbar-tray-open
    .c-carousel--gallery-collapsed
    .slick-track {
    height: calc(100vh - 60px - 79px);
  }
}
.ui-dialog .c-carousel--gallery-collapsed .slick-track {
  height: calc(100vh - 60px) !important;
}
.c-carousel--gallery-collapsed__content {
  padding: 0;
}
.c-carousel--gallery-collapsed .slick-slide,
.c-carousel--gallery-collapsed .slick-slide .c-carousel__item,
.c-carousel--gallery-collapsed .slick-slide .c-gallery-collapsed-item,
.c-carousel--gallery-collapsed .slick-slide .c-gallery-collapsed-item__content,
.c-carousel--gallery-collapsed .slick-slide > div {
  height: 100%;
}
.c-carousel--gallery-collapsed .c-carousel__item.slick-slide {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
}
.c-carousel--gallery-collapsed .slick-slide .c-gallery-collapsed-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
@media all and (max-width: 767px) {
  .c-carousel--gallery-collapsed .slick-next {
    display: block !important;
    top: 50%;
    bottom: auto;
    margin-top: -1.5rem;
    background-color: transparent;
    background-size: 1.875rem;
    right: 0;
    border-left: 0;
    background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(255%2C255%2C255)'%20d%3D'M20.68%2016L7.53%202.94%209.47%201l15%2015-15%2015-1.94-1.94z'%2F%3E%3C%2Fsvg%3E");
  }
}
@media all and (max-width: 767px) {
  .c-carousel--gallery-collapsed .slick-prev {
    display: block !important;
    top: 50%;
    bottom: auto;
    margin-top: -1.5rem;
    background-color: transparent;
    background-size: 1.875rem;
    left: 0;
    border-right: 0;
    background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(255%2C255%2C255)'%20d%3D'M24.47%2C29.06%2C22.53%2C31l-15-15%2C15-15%2C1.94%2C1.94L11.41%2C16Z'%2F%3E%3C%2Fsvg%3E");
  }
}
.c-carousel--hero-gallery {
  overflow: hidden;
  max-width: 100%;
  padding: 3rem 0 0 0;
  background: #000;
}
@media (min-width: 48em) {
  .c-carousel--hero-gallery {
    padding: 10.5rem 0 9rem 0;
  }
}
.c-carousel--hero-gallery .c-slide {
  max-width: 96%;
}
.c-carousel--hero-gallery .c-slide .c-slide__img {
  overflow: hidden;
}
.c-carousel--hero-gallery .c-slide .c-slide__img div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-carousel--hero-gallery .c-slide .c-slide__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c-carousel--hero-gallery .c-slide__text {
  font-size: 1rem;
}
@media (min-width: 48em) {
  .c-carousel--hero-gallery .c-slide__text p {
    margin: 0;
  }
}
.c-carousel--hero-gallery .slick-list {
  overflow: visible;
}
.c-carousel--hero-gallery .c-slide__content-wrapper {
  padding-bottom: 3rem;
}
.c-carousel--hero-gallery__content {
  visibility: hidden;
  overflow: hidden;
  width: 100vw;
  padding: 0 5vw;
}
@media (min-width: 48em) {
  .c-carousel--hero-gallery__content iframe,
  .c-carousel--hero-gallery__content img,
  .c-carousel--hero-gallery__content video {
    width: 100%;
  }
}
.c-carousel--hero-gallery__content.slick-initialized {
  visibility: visible;
}
.c-carousel--hero-gallery .slick-next {
  bottom: 50%;
  margin-bottom: -1.5rem;
}
.c-carousel--hero-gallery .slick-prev {
  bottom: 50%;
  margin-bottom: -1.5rem;
}
.c-carousel--instagram {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 4.5rem;
}
.l-container__content .c-carousel--instagram {
  padding-bottom: 0;
}
.c-carousel--instagram .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}
.c-carousel--instagram .slick-list .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}
@media screen and (max-width: 319px) {
  .c-carousel--instagram .slick-list {
    margin-left: 0;
  }
  .c-carousel--instagram .slick-list .slick-slide {
    padding-left: 0;
  }
}
.c-carousel--instagram .slick-dots-wrapper {
  margin-top: 0.75rem;
}
.c-carousel--instagram .c-card--instagram {
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .c-carousel--instagram .c-card--instagram {
    height: 352px;
    overflow: hidden;
  }
}
.c-carousel--instagram__headline {
  text-align: center;
  margin: 0 auto 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 610px) {
  .c-carousel--instagram__headline {
    max-width: 1240px;
    margin: 0 auto 60px;
  }
}
@media (min-width: 56.25em) {
  .c-carousel--instagram__headline {
    padding-top: 6.75rem;
  }
}
.path-frontpage .c-carousel--instagram__headline {
  padding-top: 3rem;
}
@media screen and (min-width: 610px) {
  .path-frontpage .c-carousel--instagram__headline {
    border-top: 2px solid #eeeeef;
  }
}
.l-container__content .c-carousel--instagram__headline {
  padding-top: 3rem;
}
@media screen and (min-width: 610px) {
  .l-container__content .c-carousel--instagram__headline {
    border-top: none;
  }
}
@media (min-width: 56.25em) {
  .l-container__content .c-carousel--instagram__headline {
    padding-top: 0;
  }
}
.c-carousel__label__content {
  max-width: 400px;
  min-height: 48px;
  text-align: center;
}
.c-carousel__label__content .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-carousel__label__content .slick-next,
.c-carousel__label__content .slick-prev {
  top: 25px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-size: contain;
}
.c-carousel__label__content .slick-next.slick-disabled,
.c-carousel__label__content .slick-prev.slick-disabled {
  display: none !important;
}
.c-carousel__label__content .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel__label__content .slick-next {
  right: 0;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--merchandise__wrapper {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-carousel--merchandise__title {
  margin-bottom: 1.2em;
  text-align: center;
}
hr.c-carousel--merchandise__horizontal-timeline {
  position: absolute;
  top: 257px;
  width: 100%;
  background-color: #fbfbfb;
}
.c-carousel--merchandise .slick-next.slick-disabled,
.c-carousel--merchandise .slick-prev.slick-disabled {
  display: none !important;
}
.c-carousel--merchandise .slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
.c-carousel--merchandise .slick-next {
  right: 0;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
}
@media (min-width: 56.25em) {
  .c-carousel--merchandise .c-carousel__item {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
.c-carousel--pfp-ranking {
  margin-left: 1.5rem;
  margin-right: 0;
}
@media (min-width: 56.25em) {
  .c-carousel--pfp-ranking {
    margin-left: 0;
  }
}
.c-carousel--pfp-ranking .slick-slider {
  margin-left: 0;
  margin-right: 0;
}
.c-carousel--pfp-ranking .slick-slider .slick-list {
  margin: 0;
  overflow: visible;
}
.c-carousel--pfp-ranking .slick-slider .slick-slide {
  margin-bottom: 0;
}
.c-carousel--pfp-ranking .slick-slide {
  margin-left: 0;
  margin-right: 0.75rem;
  max-width: 315px;
  width: 100%;
}
@media (min-width: 48em) {
  .c-carousel--pfp-ranking .slick-slide {
    margin-right: 1.5rem;
    max-width: 287px;
  }
}
@media (min-width: 48em) {
  .c-carousel--pfp-ranking .slick-track > div:nth-child(even) {
    margin-top: 3rem;
  }
}
.c-carousel--pfp-ranking .slick-dots-wrapper {
  display: none;
}
@media (min-width: 38.75em) {
  .c-carousel--pfp-ranking .slick-dots-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-container#athletes-ranking-pfp-carousel {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.l-container#athletes-ranking-pfp-carousel .l-container__content {
  padding: 0;
}
.block-views-blockathletes-rankings-pfp-carousel-block-1 {
  margin-bottom: 0;
}
@media (min-width: 38.75em) {
  .block-views-blockathletes-rankings-pfp-carousel-block-1 {
    padding-bottom: 4.5rem;
    border-bottom: 0.5px solid #eeeeef;
  }
}
.c-carousel--poster .slick-track {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.c-carousel--poster .slick-slide {
  width: 33.33333%;
}
.c-carousel--profile {
  padding-bottom: 7em;
}
.c-carousel--profile .slick-dots-wrapper {
  display: none;
  margin-top: 0;
}
@media (min-width: 38.75em) {
  .c-carousel--profile .slick-dots-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-carousel--profile .c-carousel__item {
  padding-bottom: 15px;
}
.c-carousel--white-bg .slick-next,
.c-carousel--white-bg .slick-prev {
  border: 2px solid #eeeeef;
  border-radius: 2px;
}
.c-carousel--white-bg .slick-prev {
  background-color: #fff;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb%2825%2C%2025%2C%2025%29'%20d%3D'M24.86%2C4.32%2C21.63%2C1%2C7.14%2C16%2C21.63%2C31l3.24-3.32L13.53%2C16Z'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
}
.c-carousel--white-bg .slick-next {
  background-color: #fff;
  background-image: url("data:image/svg+xml;encoding=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'rgb(25%2C%2025%2C%2025)'%20d%3D'M7.14%2C4.32%2C10.38%2C1%2C24.86%2C16%2C10.38%2C31%2C7.14%2C27.68%2C18.47%2C16Z'%2F%3E%3C%2Fsvg%3E");
  background-size: 30%;
}
.c-carousel--promo-milestones .slick-track {
  margin-right: -10px;
  overflow: hidden;
}
.c-carousel--promo-milestones .slick-track::before {
  position: absolute;
  z-index: 1;
  top: 3.8rem;
  left: 0;
  width: 400vw;
  content: "";
  border-bottom: 1px solid #eeeeef;
  background-color: transparent;
}
@media (min-width: 48em) {
  .c-carousel--promo-milestones .slick-track::before {
    left: 210px;
  }
}
.c-carousel--promo-milestones .slick-slide {
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .c-carousel--promo-milestones .slick-slide {
    padding-left: 10px;
  }
}
@media (min-width: 48em) {
  .c-carousel--promo-milestones .slick-track {
    margin-left: -24px;
  }
  .c-carousel--promo-milestones .slick-slide {
    padding-left: 24px;
  }
}
.c-content-block__title {
  margin-bottom: 0;
  padding-right: 4.5rem;
  padding-left: 2.25rem;
}
.c-content-block__primary-content {
  padding: 1.5rem 4.5rem 1.5rem 2.25rem;
}
.c-content-block__secondary-content {
  background-color: #eeeeef;
  padding: 1.5rem;
}
.dfp-ad-block {
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (min-width: 48em) {
  .dfp-ad-block {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.dfp-ad__headline,
.dfp-ad__title {
  display: none;
}
.dfp-ad__content {
  text-align: center;
}
.path-frontpage .dfp-ad-block .dfp-ad-block {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media (min-width: 48em) {
  .path-frontpage .dfp-ad-block .dfp-ad-block {
    padding-top: 70px;
    padding-bottom: 105px;
  }
}
.path-frontpage .dfp-ad-block .dfp-ad__headline {
  display: block;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 48em) {
  .path-frontpage .dfp-ad-block .dfp-ad__headline {
    font-size: 60px;
    letter-spacing: -1px;
  }
}
.path-frontpage .dfp-ad-block .dfp-ad__title {
  display: block;
  text-align: center;
  color: #abadb1;
  font-size: 10px;
  line-height: 16px;
}
@media (min-width: 48em) {
  .path-frontpage .dfp-ad-block .dfp-ad__title {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
.path-frontpage .dfp-ad-block .dfp-ad__content {
  padding-top: 0.5rem;
}
.c-embedded-single-media {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-embedded-single-media__title {
  position: absolute;
  z-index: 1;
  left: 0.75rem;
  margin-bottom: -2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 1;
  color: #fff;
}
.c-embedded-single-media__caption-block {
  padding-top: 0.5rem;
  text-align: left;
}
.c-embedded-single-media__caption-block p:last-of-type {
  margin-bottom: 0;
}
.c-embedded-single-media__meta {
  padding-top: 0.5rem;
  color: #abadb1;
}
.c-embedded-single-media--facebook {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.c-embedded-single-media--facebook iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 48em) {
  .events-lastnext {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 4px 20px #ddd;
    box-shadow: 0 4px 20px #ddd;
    font-family: DIN2014, Arial, sans-serif;
    font-weight: 700;
  }
}
.lastnext-event {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50%;
}
.fighters .event_title svg {
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 68%;
  width: 24%;
  height: 3rem;
  opacity: 0.3;
}
.fighter-image img {
  width: 100px;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
}
.event_heading {
  position: absolute;
}
.event_heading .event_subtitle {
  letter-spacing: -0.1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.lastnext-event a {
  color: #191919;
}
.lastnext-event a:hover {
  color: #d20a0a;
}
.lastnext-event.last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 3rem;
  text-align: right;
  border-right: 1px solid rgba(213, 214, 216, 0.2);
}
.lastnext-event.last .event_heading {
  right: 300px;
}
.lastnext-event.next {
  padding-left: 3rem;
}
.lastnext-event.next .fighters .event_title svg {
  left: 6%;
}
.lastnext-event.next .event_heading {
  left: 300px;
}
.event_lastnext_title {
  text-transform: uppercase;
  color: #bbb;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
}
.events-lastnext {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .events-lastnext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.5rem;
  }
}
.events-lastnext .slick-slide {
  margin-bottom: 1.5rem;
}
@media (max-width: 48em) {
  .events-lastnext .slick-slide {
    width: 85vw !important;
    margin-right: 0.75rem;
  }
}
.events-lastnext .event-lastnext {
  margin: 0 auto;
  padding: 20px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px #ddd;
  box-shadow: 0 4px 20px #ddd;
  font-weight: 700;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.events-lastnext .event-lastnext a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #191919;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext a {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.events-lastnext .event-lastnext a:hover {
  color: #d20a0a;
}
.events-lastnext .event-lastnext.next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  border: none;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext.next {
    margin-right: 0;
  }
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext.next {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0;
  }
}
@media (max-width: 48em) {
  .events-lastnext .event-lastnext.next .event-lastnext__heading {
    text-align: center;
  }
}
.events-lastnext .event-lastnext.next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 48em) {
  .events-lastnext .event-lastnext.next a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.events-lastnext .event-lastnext.last {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  border: none;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext.last {
    margin-left: 0;
  }
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext.last {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2rem;
    border-right: 1px solid rgba(213, 214, 216, 0.5);
  }
}
.events-lastnext .event-lastnext__fighters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext__fighters {
    overflow: visible;
  }
}
.events-lastnext .event-lastnext__fighters .event-lastnext__fighter-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}
.events-lastnext
  .event-lastnext__fighters
  .event-lastnext__fighter-image:first-of-type {
  left: -0.75rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 56.25em) {
  .events-lastnext
    .event-lastnext__fighters
    .event-lastnext__fighter-image:first-of-type {
    left: 2.5em;
  }
}
.events-lastnext
  .event-lastnext__fighters
  .event-lastnext__fighter-image:last-of-type {
  right: -0.75rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 56.25em) {
  .events-lastnext
    .event-lastnext__fighters
    .event-lastnext__fighter-image:last-of-type {
    right: 2em;
  }
}
.events-lastnext .event-lastnext__fighters .event-lastnext__fighter-image img {
  width: auto;
  height: 100%;
}
.events-lastnext
  .event-lastnext__fighters
  .event-lastnext__fighter-image#Cormier {
  overflow: hidden;
  width: 85px;
}
.events-lastnext
  .event-lastnext__fighters
  .event-lastnext__fighter-image#Cormier
  img {
  -webkit-transform: translateX(10%) translateY(10%) scale(1.2);
  transform: translateX(10%) translateY(10%) scale(1.2);
}
.events-lastnext .event-lastnext__fighters .c-card-eventrelated__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 48em) {
  .events-lastnext .event-lastnext__fighters .c-card-eventrelated__logo {
    position: relative;
    width: 9rem;
  }
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext__fighters .c-card-eventrelated__logo {
    left: -0.5rem;
  }
}
.events-lastnext .event-lastnext__fighters svg {
  right: 0;
  width: 100%;
  max-width: 70px !important;
  height: 2.625rem;
  margin: 0 auto;
  opacity: 0.2;
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext__fighters svg {
    position: relative;
    width: 10.2rem;
    height: 3.45rem;
    margin: 1.5rem auto 0 auto;
  }
}
.events-lastnext .event-lastnext__heading {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext__heading {
    position: static;
    margin-top: 1.5rem;
    -webkit-transform: none;
    transform: none;
    text-align: right;
  }
}
.events-lastnext .event-lastnext__fight-title {
  margin: 0;
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext__fight-title {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
.events-lastnext .event-lastnext__pretitle {
  margin-bottom: 0.375rem;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media (min-width: 56.25em) {
  .events-lastnext .event-lastnext__pretitle {
    margin-bottom: 0.75rem;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.last .event-lastnext__fighters {
    margin-left: -3rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.last .event-lastnext__fighters svg {
    margin-left: 3rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.last .event-lastnext__fighter-image:first-of-type {
    left: 5.625rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.last .event-lastnext__fighter-image:last-of-type {
    right: 0.75rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.next .event-lastnext__heading {
    text-align: left;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.next .event-lastnext__fighters {
    margin-right: -1.875rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.next .event-lastnext__fighter-image:first-of-type {
    left: 2.625rem;
  }
}
@media (min-width: 56.25em) {
  .event-lastnext.next .event-lastnext__fighter-image:last-of-type {
    right: 3.75rem;
  }
}
.block-views-blockeck-promos-hero + .block-ufc-events-lastnext .slick-list {
  margin-top: -3.75rem;
  padding: 0 1.125rem !important;
}
@media (min-width: 48em) {
  .block-views-blockeck-promos-hero + .block-ufc-events-lastnext .slick-list {
    margin-top: 0;
  }
}
.c-event-fight-card-broadcaster__container {
  margin: 0;
  background-color: #f6f7f7;
  padding: 1.5rem 1rem;
}
@media (min-width: 48em) {
  .c-event-fight-card-broadcaster__container {
    background-color: #fff;
    padding: 0 0 3rem 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
    box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
    margin-bottom: 10px;
  }
}
.c-event-fight-card-broadcaster__desktop-wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
  box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__desktop-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
.c-event-fight-card-broadcaster__mobile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__mobile-wrapper {
    width: 66%;
  }
}
.c-event-fight-card-broadcaster__link,
.c-event-fight-card-broadcaster__name,
.c-event-fight-card-broadcaster__time {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__link,
  .c-event-fight-card-broadcaster__name,
  .c-event-fight-card-broadcaster__time {
    font-size: 16px;
  }
}
.c-event-fight-card-broadcaster__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-style: italic;
  position: relative;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__name {
    font-size: 12px;
    width: 50%;
  }
}
.c-event-fight-card-broadcaster__name span.e-logo__icon {
  width: 30px;
  height: 10px;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__name span.e-logo__icon {
    width: 46.5px;
    height: 16px;
  }
}
.c-event-fight-card-broadcaster__name a.broadcaster-cta:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__name a.broadcaster-cta {
    padding-top: 0.2rem;
    width: 100%;
  }
}
.c-event-fight-card-broadcaster__time {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__time {
    text-align: center;
    width: 50%;
  }
}
.c-event-fight-card-broadcaster__link {
  background-color: #000;
  text-align: center;
}
.c-event-fight-card-broadcaster__link a {
  padding: 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 50.3125em) {
  .c-event-fight-card-broadcaster__link {
    padding: 0;
    background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    width: 33%;
  }
  .c-event-fight-card-broadcaster__link a {
    color: #000;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-left: 0;
    font-size: 16px;
  }
}
@media (min-width: 48em) {
  .c-event-fight-card-broadcaster__container .l-listing__item {
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  }
}
.c-event-fight-card-broadcaster__container
  .l-listing--stacked--full-width
  .l-listing__item {
  padding: 0;
}
.c-event-fight-card-broadcaster__container
  .l-listing--stacked
  .l-listing__item {
  padding: 0;
}
.c-event-fight-card-broadcaster__container ul.l-listing__group--bordered {
  margin: 0;
}
.fight-card .c-listing__wrapper--horizontal-tabs details {
  margin: 0;
}
.block-ufc-events-upcomingpast .horizontal-tabs .horizontal-tabs-list {
  margin-bottom: 16px;
}
.block-ufc-events-upcomingpast
  .c-listing__wrapper--horizontal-tabs
  .view-filters
  .althelete-total {
  text-align: center;
}
.c-footer-connect {
  max-width: 450px;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-footer-connect {
    padding-bottom: 50px;
  }
}
.gallery-full .gallery-items-collapsed {
  height: calc(100vh - 60px);
}
@media (min-width: 56.25em) {
  .toolbar-horizontal .gallery-full .gallery-items-collapsed {
    height: calc(100vh - 60px - 38px);
  }
  .toolbar-horizontal.toolbar-tray-open .gallery-full .gallery-items-collapsed {
    height: calc(100vh - 60px - 79px);
  }
}
.ui-dialog .gallery-full .gallery-items-collapsed {
  height: calc(100vh - 60px) !important;
}
.gallery-items-collapsed img,
.gallery-items-collapsed picture {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery-items-collapsed .dfp-tag,
.gallery-items-collapsed .dfp-tag > div {
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gallery-items-collapsed .dfp-tag > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gallery-items-collapsed iframe {
  max-width: 100%;
  max-height: 100%;
}
.gallery-expanded {
  background: #fff;
  margin-bottom: 60px;
}
.gallery-items-expanded {
  position: relative;
  z-index: 2;
}
@media (min-width: 56.25em) {
  .gallery-items-expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.gallery-items-expanded > .gallery-item {
  width: 100%;
  max-width: 804px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 1.5rem;
}
.gallery-items-expanded > .gallery-item img {
  width: 100%;
}
@media (min-width: 56.25em) {
  .gallery-items-expanded > .gallery-item {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 3rem;
  }
}
.gallery-items-expanded .gallery-item.side-by-side,
.gallery-items-expanded .gallery-item.side-by-side .c-embedded-single-media {
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .gallery-items-expanded .gallery-item.side-by-side,
  .gallery-items-expanded .gallery-item.side-by-side .c-embedded-single-media {
    max-width: 495px;
  }
}
@media (min-width: 56.25em) {
  .gallery-items-expanded .gallery-item.white-space {
    padding-top: 4.5rem;
  }
}
.c-gallery-collapsed-item {
  position: relative;
}
.c-gallery-collapsed-item__footer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem 0.75rem;
  color: #fff;
  background: #ff0;
  background-color: rgba(25, 25, 25, 0.7);
}
.c-gallery-collapsed-item__footer--hide-comments {
  background-color: transparent;
}
.c-gallery-collapsed-item__captions-toggle {
  margin-left: auto;
}
.c-gallery-collapsed-item__captions-toggle-button {
  width: 24px;
  height: 36px;
  border: 0;
  background-color: transparent;
}
.c-gallery-collapsed-item__captions-toggle-button svg {
  width: 24px;
  height: 36px;
  fill: #fff;
}
.c-gallery-collapsed-item__captions-toggle-show {
  display: none;
}
.c-gallery-collapsed-item__caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-gallery-collapsed-item__caption p {
  margin: 0;
}
.c-gallery-collapsed-item__caption a {
  color: #d20a0a;
}
.trending-grid .grid-item {
  margin: 0 2.5% 2.5%;
}
@media (min-width: 64em) {
  .trending-grid .grid-item {
    margin: 0;
  }
}
.c-card--grid-card-trending__image {
  overflow: hidden;
}
.c-card--grid-card-trending.grid_card_image_text {
  display: block;
  margin-bottom: 1.5rem;
}
.block-views-blocktrending-page
  .c-card--grid-card-trending.grid_card_image_text {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .c-card--grid-card-trending.grid_card_image_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__image {
    width: 48%;
  }
  .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__image
    * {
    height: 100%;
  }
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__image {
  position: relative;
  overflow: hidden;
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.2em;
  height: auto;
  color: #fff;
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__icon
  .e-icon__svg {
  margin-right: 0.5rem;
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__icon
  svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
}
.trending-grid
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper {
  padding: 8.333%;
}
@media (min-width: 48em) {
  .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__3-wrapper {
    width: 50%;
  }
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__2-wrapper {
  overflow: hidden;
}
.c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 48em) {
  .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__headline {
    overflow: hidden;
    line-height: 0.846153846;
    font-size: 26px;
  }
  .trending-grid
    .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__headline {
    display: -webkit-box;
    margin-bottom: min(1.3vw, 18px);
    font-size: min(1.805555556vw, 26px);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.grid_card_image .c-card--grid-card-trending__info-prefix {
  color: #fff;
}
.c-card--grid-card-trending__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media (min-width: 48em) {
  .trending-grid
    .c-card--grid-card-trending__info
    .c-card--grid-card-trending__info-prefix {
    line-height: min(1.6vw, 1.4rem);
    font-size: min(1.25vw, 1rem);
  }
  .trending-grid .c-card--grid-card-trending__info {
    margin-bottom: 5.2%;
  }
}
.size_1x1 .c-card--grid-card-trending.grid_card_image_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 48em) {
  .size_1x1
    .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__3-wrapper {
    width: 100%;
    height: 50%;
  }
}
.size_1x1
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__image {
  width: 100%;
}
@media all and (max-width: 767px) {
  .c-card--grid-card-trending.grid_card_image
    .c-card--grid-card-trending__4-wrapper {
    padding-top: 100%;
  }
  .c-card--grid-card-trending.grid_card_image
    .c-card--grid-card-trending__4-wrapper
    .c-card--grid-card-trending__image {
    position: absolute;
    top: 0;
  }
}
.size_1x1
  .c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__headline.e-t2 {
  line-height: 2.5rem;
  font-size: 2.5rem;
}
.c-card--grid-card-trending__body {
  line-height: 1.25rem;
  color: #585b63;
  font-size: 0.875rem;
}
.c-card--grid-card-trending__body.c-card--grid-card-trending__grid_card_image__body {
  color: #fff;
}
@media (min-width: 48em) {
  .trending-grid .c-card--grid-card-trending__body {
    line-height: min(1.388888vw, 1.25rem);
    font-size: min(0.972222vw, 0.875rem);
  }
}
@media (min-width: 64em) {
  .c-card--grid-card-trending__body {
    height: 2.5rem;
    overflow: hidden;
  }
}
.c-card--grid-card-trending__body p {
  margin-top: 0;
  margin-bottom: 0;
  height: 2.7rem;
  overflow: hidden;
}
.trending-grid .c-card--grid-card-trending__body p {
  display: -webkit-box;
  height: auto;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-card--grid-card-trending__image-overlay-icon {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  height: 36px !important;
}
.c-card--grid-card-trending__image-overlay-icon svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__4-wrapper {
  position: relative;
  height: 100%;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__4-wrapper
  .c-card--grid-card-trending__icon {
  display: none;
}
.c-card--grid-card-trending.grid_card_image .c-card--grid-card-trending__image {
  position: relative;
  height: 100%;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__image
  * {
  height: 100%;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  color: #fff;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__category {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1em;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__headline {
  margin-top: auto;
  margin-bottom: 0;
  color: #fff;
}
.c-card--grid-card-trending.grid_card_image .c-card--grid-card-trending__cta {
  text-transform: uppercase;
  line-height: 1em;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1em;
}
.c-card--grid-card-trending.grid_card_image .c-card--grid-card-trending__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.2em;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #fff;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__icon
  .e-icon__svg {
  margin-right: 0.5rem;
}
.c-card--grid-card-trending.grid_card_image
  .c-card--grid-card-trending__icon
  svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.c-card--grid-card-trending img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.c-card--grid-card-trending:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-card--grid-card-trending.grid_card_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 1.5em;
  height: 100%;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__image
  img {
  width: auto;
  height: 2em;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__headline {
  margin-top: 1em;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__headline.e-t3 {
  line-height: 1.25rem;
  font-size: 1.25rem;
}
.c-card--grid-card-trending.grid_card_text .c-card--grid-card-trending__body p {
  margin-top: 0;
}
.c-card--grid-card-trending.grid_card_text .c-card--grid-card-trending__cta {
  margin-top: 1em;
  border: 1px solid #000;
  background-color: #000;
  padding: 1em 3em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1s;
  transition: color 1s;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__cta:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  color: #000;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__cta.active {
  color: #000;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__cta.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-card--grid-card-trending.grid_card_text .c-card--grid-card-trending__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1em;
  left: 1em;
  padding: 0.2em;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: #fff;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__icon
  .e-icon__svg {
  margin-right: 0.5rem;
}
.c-card--grid-card-trending.grid_card_text
  .c-card--grid-card-trending__icon
  svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.size_1x1 .grid_card_text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.size_1x1 .grid_card_text .c-card--grid-card-trending__headline {
  margin: 0;
}
.size_1x1 .grid_card_text .c-card--grid-card-trending__image {
  display: none;
}
.l-brand-additional-content .c-card--grid-card-trending.grid_card_image_text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 390px;
}
@media (min-width: 48em) {
  .l-brand-additional-content
    .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__3-wrapper {
    width: 100%;
    height: 50%;
  }
}
.l-brand-additional-content
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__image {
  width: 100%;
  max-height: 170px;
}
@media (min-width: 48em) {
  .l-brand-additional-content
    .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__image {
    height: 50%;
    max-height: unset;
  }
}
@media (min-width: 64em) {
  .l-brand-additional-content
    .c-card--grid-card-trending.grid_card_image_text
    .c-card--grid-card-trending__body {
    height: 3rem;
  }
}
.l-brand-additional-content .c-card--grid-card-trending.grid_card_image {
  height: 280px;
}
@media (min-width: 48em) {
  .l-brand-additional-content .c-card--grid-card-trending.grid_card_image {
    height: unset;
  }
}
.c-header-connect {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .c-header-connect {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-header-connect__title {
  padding: 16px 16px 0 16px;
  line-height: 1;
}
@media (min-width: 48em) {
  .c-header-connect__title {
    padding: 16px 16px 24px 16px;
  }
}
.c-header-connect__subtitle {
  padding-right: 1rem;
  padding-left: 1rem;
}
.c-header-connect__subtitle p {
  margin: 0;
}
.c-hero,
.c-hero--article,
.c-hero--full,
.c-hero--inline,
.c-hero--media,
.c-hero--plain,
.c-hero--prefooter,
.c-hero--side {
  position: relative;
  overflow: hidden;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hero,
.c-hero--article,
.c-hero--full,
.c-hero--prefooter,
.c-hero--side {
  height: 36rem;
}
@media (min-width: 56.25em) {
  .c-hero,
  .c-hero--article,
  .c-hero--full,
  .c-hero--prefooter,
  .c-hero--side {
    height: 60rem;
  }
}
@-webkit-keyframes animatebg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes animatebg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.c-hero__image,
.c-hero__video {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  -webkit-animation: 7s ease-out 0s 1 animatebg forwards;
  animation: 7s ease-out 0s 1 animatebg forwards;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-hero__image {
    width: auto !important;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 56.25em),
  (-ms-high-contrast: none) and (min-width: 56.25em) {
  .c-hero__image {
    width: 100% !important;
    height: auto !important;
  }
}
.c-hero__video .video-player {
  height: 100%;
}
.slick-current .c-hero__image {
  -webkit-animation: animate-bg 5s forwards;
  animation: animate-bg 5s forwards;
}
.c-hero__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 48em) {
  .c-hero__image-wrapper {
    background-attachment: fixed;
  }
}
.c-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-athlete .c-hero__overlay {
  background-color: #000;
}
.c-hero--full__container,
.c-hero--inline__container,
.c-hero--media__container,
.c-hero--plain__container,
.c-hero--prefooter__container,
.c-hero--side__container,
.c-hero__container {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-hero--full__container,
.c-hero--inline__container,
.c-hero--media__container,
.c-hero--plain__container,
.c-hero--prefooter__container,
.c-hero__container {
  padding: 6rem 0.75rem 0;
}
@media all and (min-width: 769px) and (max-width: 899px) {
  .c-hero--full__container,
  .c-hero--inline__container,
  .c-hero--media__container,
  .c-hero--plain__container,
  .c-hero--prefooter__container,
  .c-hero__container {
    padding-top: 12rem;
  }
}
@media (min-width: 56.25em) {
  .c-hero--full__container,
  .c-hero--inline__container,
  .c-hero--media__container,
  .c-hero--plain__container,
  .c-hero--prefooter__container,
  .c-hero__container {
    padding-top: 19.5rem;
  }
}
.c-hero--full__content,
.c-hero--inline__content,
.c-hero--media__content,
.c-hero--plain__content,
.c-hero--prefooter__content,
.c-hero--side__content,
.c-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 48em) {
  .c-hero__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-hero__header.no-prefix {
  padding-top: 5.25rem;
}
.c-hero__headline-prefix {
  max-width: 43.5rem;
  margin-bottom: 1.875rem;
}
.c-hero--article__headline,
.c-hero__headline {
  max-width: 43.5rem;
  margin-bottom: 1.5rem;
}
.c-hero__headline-suffix {
  font-size: 20px;
  font-weight: 700;
}
.c-hero--media__text,
.c-hero--plain__text,
.c-hero__text {
  max-width: 24rem;
}
.c-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -0.75rem 6.375rem;
}
@media (min-width: 48em) {
  .c-hero__actions {
    margin-bottom: 3.75rem;
  }
}
.c-hero__actions a,
.c-hero__actions button {
  width: 9rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-align: center;
}
@media all and (max-width: 767px) {
  .c-hero--article .c-hero__actions a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.c-hero__social-link {
  position: relative;
  display: inline-block;
  margin: 0 1.5rem;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 56.25em) {
  .c-hero__social-link {
    padding-left: 1.5rem;
  }
}
.c-hero__social-link:active,
.c-hero__social-link:hover {
  border-bottom: 1px solid #fff;
}
.c-hero__social-icon {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 56.25em) {
  .c-hero__social-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.c-hero__social-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.c-hero__social-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
@media (min-width: 56.25em) {
  .c-hero__social-text {
    position: static;
    overflow: visible;
    clip: auto;
    clip: rect(auto auto auto auto);
    width: auto;
    height: auto;
    margin: 0;
  }
}
.c-hero--article__footer,
.c-hero--article__footer--border-top,
.c-hero--full__footer,
.c-hero--full__footer--border-top,
.c-hero--inline__footer,
.c-hero--media__footer,
.c-hero--plain__footer,
.c-hero--side__footer,
.c-hero--side__footer--border-top,
.c-hero__footer,
.c-hero__footer--border-top {
  width: 100%;
  min-height: 4.5rem;
  margin-top: auto;
  padding: 0 0.75rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 76.25em) {
  .c-hero--article__footer,
  .c-hero--article__footer--border-top,
  .c-hero--full__footer,
  .c-hero--full__footer--border-top,
  .c-hero--inline__footer,
  .c-hero--media__footer,
  .c-hero--plain__footer,
  .c-hero--side__footer,
  .c-hero--side__footer--border-top,
  .c-hero__footer,
  .c-hero__footer--border-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 76.25rem;
    padding: 0;
  }
}
.c-hero__footer--border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.c-hero__links {
  padding: 1.5rem 0;
}
.c-hero__social-links {
  padding: 1.5rem 0;
}
.c-hero__footer-link,
.c-hero__promo-link {
  margin: 0 0.75rem;
  color: #fff;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
.c-hero__footer-link:active,
.c-hero__footer-link:hover,
.c-hero__promo-link:active,
.c-hero__promo-link:hover {
  color: #d20a0a;
}
.c-hero__promo {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.c-hero__article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.c-hero__article-credit {
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
.c-hero__article-time {
  position: relative;
  padding-left: 1.125rem;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
.c-hero__icon--time {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.5rem;
  color: #fff;
}
.c-hero__svg--time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
@media (max-width: 48em) {
  .path-frontpage .c-hero--full__container {
    padding-bottom: 4.5rem;
  }
}
.c-hero--full__headline-prefix,
.c-hero--side__headline-prefix {
  margin-bottom: 0.375rem;
}
.c-hero--full__headline,
.c-hero--side__headline {
  margin-bottom: 0.75rem;
}
.c-hero--full__text,
.c-hero--side__text {
  margin-top: 0.375rem;
  font-size: 1.25rem;
}
@media (max-width: 48em) {
  .c-hero--full__text,
  .c-hero--side__text {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.c-hero--full .c-hero__header + .c-hero__actions {
  margin-top: 42px;
}
@media (min-width: 48em) {
  .c-hero--full .c-hero__header + .c-hero__actions {
    margin-top: 60px;
  }
}
@media (min-width: 48em) {
  .c-hero--full__footer,
  .c-hero--full__footer--border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.c-hero--full__footer--border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.c-hero--side__container {
  padding: 6rem 0.75rem 0;
}
@media (min-width: 48em) {
  .c-hero--side__container {
    padding-top: 10.5rem;
  }
}
@media (min-width: 56.25em) {
  .c-hero--side__container {
    padding-top: 21rem;
  }
}
.c-hero--side__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 43.5rem;
  margin-top: auto;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-hero--side__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 5.25rem;
    text-align: left;
  }
}
.c-hero__image__side {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
}
@media (min-width: 56.25em) {
  .c-hero__image__side {
    padding-right: 5.25rem;
  }
}
.c-hero--side__footer--border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.pager__nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  overflow: hidden;
  width: 100%;
  margin-top: -21px;
}
@media (min-width: 56.25em) {
  .pager__nav {
    top: 400px;
  }
}
.pager__nav .pager__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 20px;
}
@media (min-width: 48em) {
  .pager__nav .pager__nav__inner {
    padding: 8px 50px;
  }
}
.pager__nav span a {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 19px;
  text-indent: -9999px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  line-height: 0;
}
@media (min-width: 48em) {
  .pager__nav span a {
    width: 25px;
    height: 24px;
  }
}
.pager__nav span:first-of-type a {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pager__nav span:last-of-type a {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hero--article .c-hero--article__headline-prefix {
  margin-bottom: 1.5rem;
  margin-left: 2px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (min-width: 56.25em) {
  .c-hero--article .c-hero--article__headline-prefix {
    color: #abadb1;
  }
}
.c-hero--article .c-hero__actions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-hero--article .pager__nav {
  display: none;
}
@media (min-width: 56.25em) {
  .c-hero--article .pager__nav {
    display: block;
  }
}
.c-hero--article__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 76.25rem;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 56.25em) {
  .c-hero--article__container {
    bottom: 20px;
  }
}
@media (min-width: 76.25em) {
  .c-hero--article__container {
    padding: 0 !important;
  }
}
.c-hero--article__container .lrg-spacing-bottom {
  padding-bottom: 4.5rem;
}
.c-hero--article__headline {
  max-width: 48rem;
  margin-bottom: 1.15rem;
}
@media (min-width: 48em) {
  .c-hero--article__headline {
    margin-bottom: 1.5rem;
  }
}
.c-hero--article__text {
  max-width: 31.5rem;
  margin-top: 0.375rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 56.25em) {
  .c-hero--article__text {
    padding-bottom: 3rem;
  }
}
.c-hero--article__text p:last-child {
  margin-bottom: 0;
}
.c-hero--article__footer,
.c-hero--article__footer--border-top {
  min-height: auto;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .c-hero__article-info {
    padding: 1rem 0;
  }
}
.c-hero__article-credit {
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
}
.c-hero__article-time {
  text-transform: none;
  font-family: DIN2014, Arial, sans-serif;
  font-weight: 400;
}
.c-hero--article__footer--border-top {
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.c-hero--plain {
  z-index: -1;
  height: 36rem;
  margin-bottom: -3rem;
}
@media (min-width: 56.25em) {
  .c-hero--plain {
    height: 100vh;
    margin-bottom: -4.5rem;
  }
}
.c-hero--plain__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-hero--plain__content {
  text-align: left;
}
@media (min-width: 56.25em) {
  .c-hero--plain__content {
    padding-left: 6rem;
  }
}
.c-hero--plain__headline-prefix {
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}
.c-hero--plain__headline {
  max-width: 31.5rem;
  margin-bottom: 0.75rem;
}
.c-hero--plain__text {
  max-width: 31.5rem;
}
.c-hero--media {
  z-index: 1;
  height: 36rem;
  margin-bottom: -3rem;
}
@media (min-width: 56.25em) {
  .c-hero--media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: auto;
    min-height: 80vh;
    margin-bottom: -4.5rem;
  }
}
.c-hero--media__container {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 11rem;
  padding-bottom: 9rem;
}
.c-hero--media__content {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  text-align: left;
}
@media (min-width: 56.25em) {
  .c-hero--media__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 6rem;
  }
}
.c-hero--media__headline-prefix {
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}
.c-hero--media__headline {
  max-width: 31.5rem;
  margin-bottom: 0.75rem;
}
.c-hero--media__text {
  max-width: 31.5rem;
}
@media (max-width: 768px) {
  .c-hero--media__text {
    overflow: hidden;
    height: 175px;
    line-height: 25px;
  }
}
.c-hero--inline {
  height: 33.75rem;
}
.c-hero--inline .c-hero__image {
  z-index: 1;
}
.c-hero--inline__container {
  z-index: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: initial;
  padding-top: 0;
  background-color: transparent;
}
@media (min-width: 56.25em) {
  .c-hero--inline__container {
    padding-top: 0;
  }
}
.c-hero--prefooter {
  overflow: hidden;
  height: 36rem;
}
.c-hero--wrapper-full-width {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.c-hero--wrapper-full-width .c-hero--prefooter {
  height: 33.75rem;
}
.c-hero--prefooter__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}
@media (min-width: 56.25em) {
  .c-hero--prefooter__container {
    padding-top: 0;
  }
}
.c-hero--prefooter__content {
  padding: 3rem 0.75rem 0;
}
.c-hero--prefooter__content > * {
  margin-bottom: 2rem;
}
.c-hero--prefooter__text {
  max-width: 43.5rem;
  margin-right: auto;
  margin-left: auto;
}
.c-hero--prefooter__headline-prefix {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.c-hero--prefooter__headline.is-small-text {
  color: #fff;
}
.c-hero--prefooter__headline.is-medium-text {
  color: #fff;
}
.c-hero--prefooter__headline.is-large-text {
  color: #fff;
}
@media all and (max-width: 767px) {
  .c-hero__headline .e-divider.is-small-text .e-divider__bottom,
  .c-hero__headline .e-divider.is-small-text .e-divider__top {
    font-size: 2.1rem;
  }
}
.page-node-type-athlete
  #block-mainpagecontent
  .l-container--bg-pure-black-no-spacing
  .l-container__content {
  max-width: none;
}
.page-node-type-athlete
  #block-mainpagecontent
  .l-container--bg-pure-black-no-spacing
  .c-hero--inline {
  max-width: none;
}
.page-node-type-athlete
  #block-mainpagecontent
  .l-container--bg-pure-black-no-spacing
  .c-hero--inline__container {
  max-width: none;
}
.page-node-type-athlete
  .c-hero--full[data-hero-state="animate"]
  .c-hero__actions
  a {
  overflow: hidden;
  height: 0;
  margin-top: 2.5rem;
  padding: 0 0.75rem;
  -webkit-animation: button--bottom-up 0.4s ease-out 1 1.5s forwards;
  animation: button--bottom-up 0.4s ease-out 1 1.5s forwards;
  border-width: 0;
}
@-webkit-keyframes button--bottom-up {
  0% {
    height: 0;
    margin-top: 2.5rem;
    padding: 0 0.75rem;
    border-width: 0;
  }
  100% {
    height: 2.5rem;
    margin-top: 0;
    padding: 0.75rem;
    border-width: 1px;
  }
}
@keyframes button--bottom-up {
  0% {
    height: 0;
    margin-top: 2.5rem;
    padding: 0 0.75rem;
    border-width: 0;
  }
  100% {
    height: 2.5rem;
    margin-top: 0;
    padding: 0.75rem;
    border-width: 1px;
  }
}
.node--type-event.node--view-mode-full
  .c-hero__container
  .c-hero__actions
  a.e-button--red {
  display: none;
}
@media (max-width: 768px) {
  .c-hero--full__content {
    position: relative;
    top: 26%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@-webkit-keyframes animate-bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes animate-bg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.c-hero--article,
.c-hero--full {
  max-height: 100vh;
}
.page-node-type-page .hero {
  height: 60rem;
  max-height: calc(100vh - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.page-node-type-page .hero .field--name-node-title {
  color: #fff;
  max-width: 550px;
}
.page-node-type-page .hero .field--name-subtitle {
  color: #fff;
  max-width: 385px;
}
html[lang="ru"] .page-node-type-page .hero .field--name-node-title {
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  html[lang="ru"] .page-node-type-page .hero .field--name-node-title {
    font-size: 3rem;
  }
}
.watch-small-container {
  max-width: 30rem;
  margin: 100px auto;
  text-align: center;
}
.title-highlighted {
  color: #d20a0a;
}
.tv-channels-container {
  position: relative;
  width: 290px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .tv-channels-container {
    width: 100%;
  }
}
.tv-channels-schedule {
  margin-top: 3.125rem;
}
@media (min-width: 48em) {
  .tv-channels-schedule {
    margin-top: 6.25rem;
  }
}
.tv-img-container {
  position: relative;
  width: 545px;
  max-width: 100%;
  height: auto;
  padding: 1px 1px 0;
  background: 0 0;
}
.tv-img-container .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.tv-img-container .img-container img {
  width: 290px;
  height: 179px;
}
@media (min-width: 48em) {
  .tv-img-container .img-container img {
    width: 444px;
    height: 274px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tv-img-container .img-container img {
    height: auto;
  }
}
.tv-channel-item {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}
.tv-channel-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tv-channel-item.position-1 {
  top: -66px;
  left: -30vh;
}
.tv-channel-item.position-2 {
  top: 11px;
  right: -30vh;
}
.tv-channel-item.position-3 {
  bottom: -41px;
  left: -12vh;
}
.btn-view-tv-schedule {
  margin-top: 3.125rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .btn-view-tv-schedule {
    margin-top: 0;
  }
}
.channels {
  float: left;
}
.channels .field--name-channels {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin-top: -9.0625rem;
  margin-left: 2.25rem;
}
@media (min-width: 48em) {
  .channels .field--name-channels {
    margin-top: -16.875rem;
    margin-left: 0;
  }
}
.channels .field--name-channels > .field__item {
  background: #fff;
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .channels .field--name-channels > .field__item {
    width: 136px;
    height: 136px;
  }
}
.channels .field--name-channels > .field__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 30px;
  width: auto;
}
@media (min-width: 48em) {
  .channels .field--name-channels > .field__item img {
    max-height: 50px;
  }
}
.channels .field--name-channels .field__item:first-child {
  left: -2.75rem;
  top: -3.125rem;
}
@media (min-width: 48em) {
  .channels .field--name-channels .field__item:first-child {
    left: -11.875rem;
    top: -3.125rem;
  }
}
.channels .field--name-channels .field__item:nth-child(2) {
  grid-column: 4;
  left: 3.125rem;
  top: -1rem;
}
@media (min-width: 48em) {
  .channels .field--name-channels .field__item:nth-child(2) {
    left: 12.5rem;
    top: 0.3125rem;
  }
}
.channels .field--name-channels .field__item:nth-child(3) {
  grid-row: 3;
  left: -2rem;
}
@media (min-width: 48em) {
  .channels .field--name-channels .field__item:nth-child(3) {
    left: -5rem;
    top: -6.25rem;
  }
}
.tv-channels-container {
  position: relative;
}
.tv-img-container {
  position: relative;
  width: 545px;
  max-width: 100%;
  height: auto;
  padding: 1px 1px 0;
  background: 0 0;
}
.tv-img-container .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.tv-channel-item {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
}
.tv-channel-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tv-channel-item.position-1 {
  top: -66px;
  left: -30vh;
}
.tv-channel-item.position-2 {
  top: 11px;
  right: -30vh;
}
.tv-channel-item.position-3 {
  bottom: -41px;
  left: -12vh;
}
.watch-tickets-list {
  position: relative;
  width: 360px;
  max-width: 100%;
  margin: 100px auto 44px;
  text-align: center;
}
.watch-tickets-list .watch-ticket-item {
  position: relative;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.watch-tickets-list .watch-ticket-item:after,
.watch-tickets-list .watch-ticket-item:before {
  position: absolute;
  top: 285px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #e7e7e7;
}
.watch-tickets-list .watch-ticket-item.back-item {
  position: absolute;
  top: 0;
  left: 50%;
}
.watch-tickets-list .watch-ticket-item.back-item:first-child {
  -webkit-transform: translateX(-50%) rotate(4.8deg);
  transform: translateX(-50%) rotate(4.8deg);
}
.watch-tickets-list .watch-ticket-item.back-item:nth-child(2) {
  -webkit-transform: translateX(-50%) rotate(-8deg);
  transform: translateX(-50%) rotate(-8deg);
}
.watch-tickets-list .watch-ticket-item .img-container {
  position: relative;
  overflow: hidden;
  width: 280px;
  max-width: 100%;
  height: 290px;
  border-radius: inherit;
  background-position: center;
  background-size: cover;
}
.watch-tickets-list .watch-ticket-item .ufc-logo-container {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.watch-tickets-list .watch-ticket-item .watch-ticket-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 111px;
  padding: 20px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}
.watch-tickets-list .watch-ticket-item .watch-ticket-item-title {
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #191919;
  font-stretch: condensed;
}
.watch-tickets-list .watch-ticket-item .watch-ticket-item-date {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #a4a7ac;
  font-stretch: condensed;
}
.watch-tickets-list .watch-ticket-item .watch-ticket-item-number {
  text-transform: uppercase;
  color: #a4a7ac;
  font: bold 8px/2.25 DIN2014;
  font-stretch: condensed;
}
.watch-tickets-container .btn-container .btn-watch-tickets {
  width: auto;
  width: 160px;
  min-width: 123px;
  height: 48px;
  margin: 0 10px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 48px;
}
.watch-tickets-list .watch-ticket-item .watch-ticket-item-title {
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #191919;
  font-stretch: condensed;
}
.watch-tickets-list .watch-ticket-item .ufc-logo-container {
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.ufc-logo-container .logo-label {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  text-align: right;
  font-stretch: condensed;
}
.watch-tickets-list .watch-ticket-item .ufc-logo-container svg {
  display: inline-block;
  width: 60px;
  height: 32px;
  vertical-align: middle;
  fill: #fff;
}
.ufc-logo-container .logo-label:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 27px;
  height: 2px;
  content: "";
  background: #fff;
}
.ufc-logo-container .logo-label-event-number {
  position: relative;
  top: -5px;
  left: -4px;
  font-style: italic;
}
.watch-phone-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.watch-subsection.on-the-go .p {
  width: 391px;
  max-width: 100%;
  margin: 0 auto;
}
.c-how-to-watch--event-download-card .btn-container a,
.c-how-to-watch--event-download-horizontal .btn-container a,
.watch-subsection .btn-light {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #191919;
  border: solid 1px rgba(213, 214, 216, 0.5);
  border-radius: 1px;
  background: #fff;
  font: 800 12px/40px DIN2014;
  font-stretch: condensed;
}
.c-how-to-watch--event-download-card .btn-container a,
.c-how-to-watch--event-download-horizontal .btn-container a,
.watch-subsection .btn-big {
  width: auto;
  min-width: 123px;
  height: 48px;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 48px;
}
.watch-small-container .btn-container .btn-apps {
  width: 129px;
  margin: 0 10px;
}
.svg-icon-app-store,
.svg-icon-google-play {
  display: inline-block;
  width: 104px;
  height: 29px;
  vertical-align: middle;
}
.svg-icon-app-store:hover,
.svg-icon-google-play:hover {
  fill: #d20a0a;
}
.watch-small-container .btn-container {
  margin-top: 50px;
}
.views-element-container {
  background-color: #fff;
  padding: 0;
}
.c-htw-alt-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 79.375rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .c-htw-alt-cards {
    display: grid;
    grid-template-columns: 1fr 1.5rem 1fr;
    grid-template-rows: 1fr 1.5rem 1fr;
  }
}
.c-htw-alt-cards__area-left,
.c-htw-alt-cards__area-right {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__area-left,
  .c-htw-alt-cards__area-right {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .c-htw-alt-cards__area {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 48em) {
  .c-htw-alt-cards__area-right {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
}
@media (min-width: 48em) {
  .c-htw-alt-cards__area-left {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
  }
}
.c-htw-alt-cards__image-left,
.c-htw-alt-cards__image-right {
  height: 100%;
}
.c-htw-alt-cards__image-left img,
.c-htw-alt-cards__image-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-htw-alt-cards__image {
  display: none;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__image {
    display: block;
  }
}
@media (min-width: 48em) {
  .c-htw-alt-cards__image-right {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    z-index: 1;
  }
}
@media (min-width: 48em) {
  .c-htw-alt-cards__image-left {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
  }
}
.c-htw-alt-cards__logo--fight-pass,
.c-htw-alt-cards__logo--pre-headline {
  display: inline-block;
}
.c-htw-alt-cards__logo--pre-headline {
  width: 10.5rem;
}
.c-htw-alt-cards__logo--fight-pass {
  width: 12rem;
}
.c-htw-alt-cards__title--pre-headline {
  text-transform: uppercase;
  line-height: 1.5rem;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__title--pre-headline {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-htw-alt-cards__title--pre-headline {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__title--pre-headline {
    max-width: 16.5rem;
  }
}
.c-htw-alt-cards__text--pre-headline {
  line-height: 1.375rem;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__text--pre-headline {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-htw-alt-cards__text--pre-headline {
  margin-bottom: 2.25rem;
}
@media (min-width: 48em) {
  .c-htw-alt-cards__text--pre-headline {
    max-width: 16.5rem;
  }
}
.c-htw-alt-cards__btn {
  margin: 0 auto;
}
.c-how-to-watch--event-download-card {
  text-align: center;
}
.c-how-to-watch--event-download-card p {
  margin-bottom: 30px;
}
.c-how-to-watch--event-download-card .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-how-to-watch--event-download-card .btn-container a {
  margin: 0 3px;
}
.c-how-to-watch__title--event-download-card {
  margin: 0.45rem 0;
}
.c-how-to-watch__watch-phone-container--event-download-card {
  width: 206px;
  height: 183px;
  margin: 2.25rem auto 2.25rem auto;
}
.c-how-to-watch--event-download-horizontal {
  border-bottom: 1px solid #f1f1f1;
}
.c-how-to-watch--event-download-horizontal p {
  margin: 0 2.625rem;
}
.c-how-to-watch--event-download-horizontal .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-how-to-watch--event-download-horizontal .btn-container a {
  margin: 0 3px;
}
.c-how-to-watch__inner--event-download-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 0;
  border-top: 1px solid #f1f1f1;
}
.c-how-to-watch__paragraph--event-download-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-how-to-watch--event-live {
  text-align: center;
}
.c-how-to-watch--event-live p {
  margin-bottom: 1.5rem;
}
.c-how-to-watch__title--event-live {
  margin: 0.45rem 0;
}
.c-how-to-watch__img-container--event-live {
  margin: 1.5rem auto 2.25rem;
}
.c-how-to-watch__img-container--event-live img {
  margin: 0 auto;
}
.c-how-to-watch--event-main-card-list {
  text-align: center;
}
.c-how-to-watch--event-main-card-list p {
  margin-bottom: 1.5rem;
}
.c-how-to-watch--event-main-card-list img {
  width: auto;
  max-height: 30px;
}
.c-how-to-watch--event-main-card-list .c-listing-viewing-option-group {
  margin: 4.5rem 0 2.25rem 0;
}
.c-how-to-watch__title--event-main-card-list {
  margin: 0.45rem 0;
}
.c-how-to-watch--event-main-card-tv {
  text-align: center;
}
.c-how-to-watch--event-main-card-tv p {
  margin-bottom: 30px;
}
.c-how-to-watch__title--event-main-card-tv {
  margin: 0.45rem 0;
}
.c-how-to-watch__date-time--event-main-card-tv {
  margin: 0.45rem 0 1.5rem 0;
}
.c-how-to-watch__tv-channels-container--event-main-card-tv {
  position: relative;
}
.c-how-to-watch__tv-img-container--event-main-card-tv {
  position: relative;
  width: 296px;
  height: 191px;
  margin: 0 auto;
  padding: 0;
  background: 0 0;
}
.c-how-to-watch__tv-img-container--event-main-card-tv img {
  margin: 0 auto;
}
.c-how-to-watch__img-container--event-main-card-tv {
  position: absolute;
  top: 2px;
  right: 6px;
  bottom: 29px;
  left: 7px;
  overflow: hidden;
}
@supports (mix-blend-mode: multiply) {
  .c-how-to-watch__img-container--event-main-card-tv {
    background-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: multiply;
  }
}
.c-how-to-watch__channel-img-container--event-main-card-tv {
  position: absolute;
  z-index: 4;
  top: 3px;
  right: 8px;
  bottom: 28px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-how-to-watch--event-main-card {
  text-align: center;
}
.c-how-to-watch--event-main-card p {
  margin-bottom: 30px;
}
.c-how-to-watch__title--event-main-card {
  margin: 0.45rem 0;
}
.c-how-to-watch__date-time--event-main-card {
  margin: 0.45rem 0 2.25rem 0;
}
.c-how-to-watch__channel-img-container--event-main-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 186px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.c-how-to-watch__channel-img-container--event-main-card img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-how-to-watch__channel-img-container--event-main-card .contextual-region {
  position: absolute;
  bottom: 50%;
}
.c-how-to-watch--event-tickets {
  text-align: center;
}
.c-how-to-watch--event-tickets p {
  margin-bottom: 30px;
}
.c-how-to-watch--event-tickets .e-button--red {
  width: 100%;
}
.c-how-to-watch--event-tickets .l-flex--3col {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-how-to-watch__title--event-tickets {
  margin: 0 0 3.75rem 0;
  font-size: 2rem;
  line-height: 2.125rem;
}
.c-how-to-watch__list--event-tickets {
  margin: 2.25rem 0;
}
.c-how-to-watch__date-time,
.c-how-to-watch__date-time--event-main-card,
.c-how-to-watch__date-time--event-main-card-tv {
  text-transform: uppercase;
  color: #a4a7ac;
  font-size: 0.75rem;
}
.btn-container.event-details-button {
  padding: 1.5rem 0;
  text-align: center;
}
#views-block-in-action {
  height: 60px;
  margin: -60px auto auto auto;
  z-index: 2;
  padding: 0;
  width: 80%;
  text-align: center;
  position: relative;
}
#views-block-in-action .view-in-action {
  font-size: 0.9rem;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  padding: 1.4rem 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#views-block-in-action .view-in-action a {
  color: inherit;
}
h4#views-block-in-action .view-in-action {
  font-size: 1rem;
  color: #d0111a;
  margin-top: 10%;
  margin-bottom: 1.2rem;
}
.path-events #views-block-in-action {
  display: none;
}
.u-visually--hidden {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.u-visually--hidden.focusable {
  background-color: palette(grey, xlight);
  padding: 0.75rem;
  color: palette(blue, dark);
}
.u-visually--hidden.focusable:active,
.u-visually--hidden.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  clip: auto;
}
.u-visually--shown {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip: rect(auto auto auto auto);
}
.u-visually--hidden {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.u-visually--hidden.focusable {
  background-color: palette(grey, xlight);
  padding: 0.75rem;
  color: palette(blue, dark);
}
.u-visually--hidden.focusable:active,
.u-visually--hidden.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  clip: auto;
}
.u-visually--shown {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip: rect(auto auto auto auto);
}
.c-leaderboard__filter .chosen-container .chosen-results li.highlighted,
.c-leaderboard__filter .chosen-container-single .chosen-single:hover {
  background-color: #f6f7f7;
  background-image: none;
  color: #191919;
  margin-right: -1px;
  border-left: 3px solid #b23225;
}
.c-leaderboard {
  max-width: 1220px;
  margin: 4.5rem auto;
}
.c-leaderboard__title {
  text-align: center;
  margin-bottom: 3rem;
}
.c-leaderboard__wrapper {
  display: grid;
}
@media (min-width: 56.25em) {
  .c-leaderboard__wrapper {
    grid-template-columns: 2fr 2fr 2.2fr 2fr;
    grid-template-rows: 1.5rem 9rem auto 4.5rem 1.5rem;
  }
}
@media (min-width: 56.25em) {
  .c-leaderboard__image {
    grid-column: 3 / span 2;
    grid-row: 2 / span 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
  }
}
.c-leaderboard__image img {
  height: 100%;
  max-width: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-leaderboard__image div {
  height: 100%;
}
.c-leaderboard__card {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 5px 30px rgba(99, 91, 99, 0.2);
  box-shadow: 0 5px 30px rgba(99, 91, 99, 0.2);
}
@media (min-width: 56.25em) {
  .c-leaderboard__card {
    grid-column: 1 / span 2;
    grid-row: 1 / span 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}
.c-leaderboard__card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.c-leaderboard__filter {
  height: 46px;
}
.c-leaderboard__filter label {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.c-leaderboard__filter label.focusable {
  background-color: palette(grey, xlight);
  padding: 0.75rem;
  color: palette(blue, dark);
}
.c-leaderboard__filter label.focusable:active,
.c-leaderboard__filter label.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  clip: auto;
}
.c-leaderboard__filter .form-item {
  margin: 0;
}
.c-leaderboard__filter .chosen-container {
  position: static;
  font-size: inherit;
  width: 100% !important;
}
.c-leaderboard__filter .chosen-container-single .chosen-single {
  color: #191919;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  line-height: inherit;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  height: auto;
  border-bottom: 1px solid #eeeeef;
}
.c-leaderboard__filter
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  border: none;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eeeeef;
}
.c-leaderboard__filter .chosen-container-single .chosen-single span {
  margin-right: 0;
  height: 46px;
  padding: 0.75rem;
}
.c-leaderboard__filter .chosen-container-single .chosen-single span::after {
  content: "";
  display: inline-block;
  width: 0.525rem;
  height: 0.525rem;
  margin-left: 10px;
  margin-bottom: 1px;
  background-image: url(/themes/custom/ufc/assets/svg/sprite-ui/triangle-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-leaderboard__filter
  .chosen-container.chosen-with-drop
  .chosen-single
  span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-leaderboard__filter .chosen-container-single .chosen-single div {
  display: none;
}
.c-leaderboard__filter .chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.7);
}
.c-leaderboard__filter .chosen-container.chosen-with-drop .chosen-drop {
  top: 47px;
  bottom: 0;
  overflow: auto;
}
.c-leaderboard__filter .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: none;
  color: inherit;
}
.c-leaderboard__filter .chosen-container .chosen-results li {
  line-height: 1rem;
  font-size: 0.875rem;
  padding: 1.125rem 1.125rem;
  margin: 0;
  border-left: 3px solid transparent;
}
.c-leaderboard__table {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 2.175rem;
}
.c-leaderboard__table table {
  width: 100%;
}
.c-leaderboard__table .views-field,
.c-leaderboard__table td {
  line-height: 1rem;
  font-size: 0.875rem;
  color: #191919;
  padding-top: 1.35rem;
  padding-right: 0.75rem;
  padding-bottom: 1.125rem;
  margin-bottom: 0;
}
.c-leaderboard__table .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #eeeeef;
  padding-left: 1.65rem;
  padding-right: 1.35rem;
}
.c-leaderboard__table .views-row:first-child {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 1.725rem;
}
.c-leaderboard__table .views-row:first-child .views-field {
  line-height: 2.375rem;
  font-size: 2.25rem;
}
.c-leaderboard__table .views-row:first-child .views-field-counter {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #d20a0a;
  padding-top: 4.2rem;
  padding-right: 0.75rem;
  position: relative;
  top: -120px;
}
.c-leaderboard__table .views-row:first-child .views-field-image {
  display: none;
}
.c-leaderboard__table .views-row:first-child .views-field-image-1 {
  display: block;
  padding-right: 4.05rem;
}
.c-leaderboard__table .views-row:first-child .views-field-title {
  padding-top: 3.75rem;
}
.c-leaderboard__table .views-row:first-child .views-field-title > span {
  display: block;
  margin-bottom: 0.75rem;
}
.c-leaderboard__table .views-row:first-child .views-field-leaderboard-stat {
  color: #d20a0a;
  text-align: left;
  padding: 0;
}
.c-leaderboard__table .views-field-counter {
  color: #abadb1;
  padding-right: 3.15rem;
}
.c-leaderboard__table .views-field-image-1 {
  display: none;
  padding-bottom: 0;
}
.c-leaderboard__table .views-field-image {
  padding-right: 0.6rem;
  padding-bottom: 0;
}
.c-leaderboard__table .views-field-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 12rem;
}
.c-leaderboard__table .views-field-title a {
  color: #191919;
}
.c-leaderboard__table .views-field-color {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 12rem;
}
.c-leaderboard__table .views-field-leaderboard-stat {
  text-align: right;
  padding-right: 0;
}
.c-leaderboard__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.25rem;
}
.c-leaderboard__actions .c-leaderboard__btn a.e-button {
  display: none;
}
.c-leaderboard__actions
  .c-leaderboard__btn[data-visible-child-selector="category--event"]
  a:nth-child(4),
.c-leaderboard__actions
  .c-leaderboard__btn[data-visible-child-selector="category--fight"]
  a:nth-child(2),
.c-leaderboard__actions
  .c-leaderboard__btn[data-visible-child-selector="category--round"]
  a:nth-child(3),
.c-leaderboard__actions
  .c-leaderboard__btn[data-visible-child-selector="category--ufc_career"]
  a:nth-child(1) {
  display: inline-block;
}
.c-leaderboard__btn {
  margin: 1.5rem 0.75rem 0;
  width: 100%;
}
@media (min-width: 56.25em) {
  .c-leaderboard__btn {
    width: auto;
    min-width: 13.5rem;
  }
}
.c-leaderboard__btn a,
.c-leaderboard__btn button {
  width: 100%;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-leaderboard__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-leaderboard__wrapper .c-leaderboard__image {
    position: relative;
    z-index: 1;
    height: 670px;
    margin-top: 26px;
    width: 627px;
  }
  .c-leaderboard__wrapper .c-leaderboard__card {
    position: relative;
    z-index: 2;
  }
}
.c-leadership-bio__headline {
  margin: 12rem auto 6rem auto;
  text-align: center;
}
.c-leadership-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeef;
}
.c-leadership-bio__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 415px;
  flex: 0 0 415px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-leadership-bio__thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
.c-leadership-bio__thumbnail img {
  margin: 0 auto -2px;
  height: auto;
  width: auto;
  max-height: 130px;
  max-width: 180px;
}
.c-leadership-bio__bio p:nth-child(1) {
  margin-top: 0;
}
.c-leadership-bio__bio p:last-child {
  margin-bottom: 0;
}
.c-leadership-bio__bio p:nth-child(n + 2) {
  max-width: 622px;
}
.c-leadership-bio__quote {
  position: relative;
  z-index: 0;
  float: right;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 320px;
  padding: 33px 26px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 60px;
}
.c-leadership-bio__quote p {
  margin: 0;
}
.quote-symbol {
  position: absolute;
  font-size: 144px;
  color: #eeeeef;
  font-family: DIN2014;
  z-index: -1;
  top: 70px;
  left: 7px;
}
.c-listing-athlete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 25rem;
  color: #585b63;
}
.c-listing-athlete:focus,
.c-listing-athlete:hover {
  color: #d20a0a;
}
.c-listing-athlete:focus img,
.c-listing-athlete:focus picture,
.c-listing-athlete:hover img,
.c-listing-athlete:hover picture {
  opacity: 0.9;
}
.c-listing-athlete:focus .c-listing-athlete__name,
.c-listing-athlete:hover .c-listing-athlete__name {
  color: #d20a0a;
}
.c-listing-athlete__thumbnail {
  width: 10rem;
}
.c-listing-athlete__thumbnail img,
.c-listing-athlete__thumbnail picture {
  display: block;
  width: 100%;
  height: auto;
}
.c-listing-athlete__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}
.c-listing-athlete__nickname {
  margin-bottom: 0.375rem;
}
.c-listing-athlete__name {
  margin-bottom: 0;
}
.c-listing-athlete-flipcard {
  width: 290px;
  height: 290px;
  margin-bottom: 40px;
  -webkit-perspective: 900;
  perspective: 900;
}
.c-listing-athlete-flipcard .c-listing-athlete-flipcard__inner {
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-listing-athlete-flipcard .c-listing-athlete-flipcard__inner {
    -webkit-transition-duration: 0;
    transition-duration: 0;
  }
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__thumbnail {
  border-bottom: 2px solid #eeeeef;
  width: 100%;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__thumbnail
  img {
  margin: 0 auto -2px;
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 160px;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__text {
  width: 100%;
  text-align: center;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__text
  .c-listing-athlete__nickname {
  padding: 15px 0 5px;
  margin: 0;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__text
  .c-listing-athlete__nickname
  .field--name-nickname {
  line-height: 1em;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__front
  .c-listing-athlete__text
  .c-listing-athlete__name {
  padding: 0 0 5px;
  margin: 0;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  overflow: hidden;
  display: block;
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 2;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 2;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete__bgimg
  img {
  margin-left: auto;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
  padding-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-listing-athlete-flipcard
    .c-listing-athlete-flipcard__inner
    .c-listing-athlete-flipcard__back
    .c-listing-athlete__bgimg
    img {
    height: auto;
    width: 70px;
    margin-right: 7%;
  }
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back {
  z-index: 3;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 50%;
  text-align: left;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back
  .c-listing-athlete__nickname {
  display: block;
  margin: 0 0 10px;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back
  .c-listing-athlete__name {
  display: block;
  margin: 0 0 10px;
  line-height: 1.1em;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__action {
  z-index: 3;
  position: absolute;
  bottom: 65px;
  left: 25px;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer {
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-top: 1px solid #eeeeef;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  h4 {
  width: 40%;
  padding: 14px 10px 14px 20px;
  font-size: 14px;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  line-height: 1em;
  color: #abadb1;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu {
  width: 60%;
  text-align: right;
  padding: 11px 20px 11px 0;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu
  li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu
  li:first-child {
  margin-left: 0;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu
  li
  a {
  display: block;
  color: #191919;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu
  li
  a
  span {
  display: block;
}
.c-listing-athlete-flipcard
  .c-listing-athlete-flipcard__inner
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__footer
  .c-listing-athlete-flipcard__social-menu
  li
  a
  span
  svg {
  width: 16px;
  height: 16px;
  color: #191919;
}
.c-listing-athlete-flipcard:hover {
  z-index: 10;
}
.c-listing-athlete-flipcard:hover .c-listing-athlete-flipcard__inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-listing-athlete-flipcard:hover .c-listing-athlete-flipcard__back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.c-listing-athlete-flipcard.dark
  .c-listing-athlete-flipcard__back
  .c-listing-athlete__bgimg {
  background-color: #191919;
}
.c-listing-athlete-flipcard.dark
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back {
  top: auto;
  bottom: 130px;
}
.c-listing-athlete-flipcard.dark
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back
  .c-listing-athlete__name,
.c-listing-athlete-flipcard.dark
  .c-listing-athlete-flipcard__back
  .c-listing-athlete-flipcard__text__back
  .c-listing-athlete__nickname {
  color: #fff !important;
}
.c-listing-athlete-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-listing-athlete-group__title {
  width: 100%;
}
.c-listing-athlete-group__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #d5d6d8;
  padding-top: 1.5rem;
  padding-right: 0.75rem;
}
.alt--search-card-container {
  max-width: 288px;
  width: 100%;
  float: left;
  height: 304px;
}
.alt--search-card-container .atl--hover {
  display: none;
}
.alt--search-card-container .atl--search-card-wrp {
  width: 100%;
  max-width: 15.5rem;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
}
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card {
  color: #585b63;
}
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card:focus,
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card:hover {
  color: #d20a0a;
}
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card:focus img,
.alt--search-card-container
  .atl--search-card-wrp
  .c-atl--search-card:focus
  picture,
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card:hover img,
.alt--search-card-container
  .atl--search-card-wrp
  .c-atl--search-card:hover
  picture {
  opacity: 0.9;
}
.alt--search-card-container
  .atl--search-card-wrp
  .c-atl--search-card:focus
  .c-listing-athlete__name,
.alt--search-card-container
  .atl--search-card-wrp
  .c-atl--search-card:hover
  .c-listing-athlete__name {
  color: #d20a0a;
}
.alt--search-card-container .atl--search-card-wrp .atl--sc-prof-wrp {
  width: 100%;
  float: left;
  border-bottom: 0.5px solid #d5d6d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alt--search-card-container
  .atl--search-card-wrp
  .atl--sc-prof-wrp
  .c-listing-athlete__thumbnail {
  width: 10rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alt--search-card-container
  .atl--search-card-wrp
  .atl--sc-prof-wrp
  .c-listing-athlete__thumbnail
  img,
.alt--search-card-container
  .atl--search-card-wrp
  .atl--sc-prof-wrp
  .c-listing-athlete__thumbnail
  picture {
  display: block;
  width: 100%;
  height: auto;
}
.alt--search-card-container .atl--search-card-wrp .c-atl--search-card__text {
  text-align: center;
  width: 100%;
}
.alt--search-card-container
  .atl--search-card-wrp
  .c-atl--search-card__text
  .atl--search-card-center {
  float: left;
  width: 100%;
  text-align: center;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__nickname {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}
.alt--search-card-container
  .atl--search-card-wrp
  .c-listing-athlete__nickname:empty {
  height: 1.5rem;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__name {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 4px;
}
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__record,
.alt--search-card-container .atl--search-card-wrp .c-listing-athlete__title {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 4px;
}
.alt--search-card-container .atl--hover {
  width: 100%;
  float: left;
  height: inherit;
}
.alt--search-card-container .atl--hover .atl--hover-inner {
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto;
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 12px 32px 12px rgba(99, 91, 99, 0.1);
  box-shadow: 0 12px 32px 12px rgba(99, 91, 99, 0.1);
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top {
  float: left;
  width: inherit;
  height: 16.4375rem;
  padding: 1.5rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner {
  height: 100%;
  width: inherit;
  position: relative;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text {
  height: inherit;
  width: inherit;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--shc-text-nn {
  font-size: 0.75rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .c-listing-athlete__name {
  line-height: 1.625rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--search-hcard-button {
  position: absolute;
  bottom: 0;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--search-hcard-button
  .pl__wrapper--sml {
  margin: 0;
  padding: 0;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--search-hcard-button
  .pl__wrapper--sml
  a {
  padding: 0.6875rem 1.75rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--search-hcard-button
  .pl__wrapper--sml
  a
  .e-button__text {
  font-size: 0.75rem;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer {
  float: left;
  width: inherit;
  height: 2.5625rem;
  background-color: #fff;
  border-top: solid 0.5px #d5d6d8;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner {
  float: left;
  width: inherit;
  padding: 8px 27px;
  height: 100%;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-tf {
  float: left;
  height: inherit;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-tf
  span {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #abadb1;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-sbs {
  float: right;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-sbs
  .ath-sc--siconw {
  float: left;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-sbs
  .ath-sc--siconw
  .c-menu-social__link {
  padding: 0;
}
.alt--search-card-container
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-footer
  .atl--search-hcard-footer-inner
  .atl-shc-sbs
  .ath-sc--siconw
  .c-menu-social__link
  .e-icon__svg {
  position: relative;
  width: 0.8125rem;
  height: 0.8125rem;
  float: left;
  fill: #191919;
  position: absolute;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.alt--search-card-container.atl--full-bleed .atl--hover .atl--hover-inner {
  background-position: center;
  background-size: contain;
}
.alt--search-card-container.atl--full-bleed
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text {
  height: auto;
  position: absolute;
  bottom: 0;
}
.alt--search-card-container.atl--full-bleed
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--shc-text-nn,
.alt--search-card-container.atl--full-bleed
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .c-listing-athlete__name {
  color: #fff;
}
.alt--search-card-container.atl--full-bleed
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .c-listing-athlete__name {
  font-size: 2.25rem;
  line-height: 2rem;
}
.alt--search-card-container.atl--full-bleed
  .atl--hover
  .atl--hover-inner
  .atl--search-hcard-top
  .atl--search-hcard-top-inner
  .atl--search-hcard-text
  .atl--search-hcard-button {
  position: relative;
  margin-top: 10px;
}
.alt--search-card-container.atl--full-bleed:hover {
  background: #000;
}
.alt--search-card-container:hover .atl--hover {
  display: block;
}
.alt--search-card-container:hover .atl--search-card-wrp {
  display: none;
}
.athlete-titleholder-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  .athlete-titleholder-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 0;
  }
}
.ath--first.ath--inline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .ath--first.ath--inline {
    width: 100%;
    text-align: center;
  }
}
.ath--first .ath-wlcass {
  line-height: 0.875rem;
  font-size: 0.75rem;
  letter-spacing: 1.2px;
  color: #abadb1;
  text-transform: uppercase;
}
.ath--first .ath-weight {
  color: #abadb1;
}
@media screen and (max-width: 768px) {
  .ath--second {
    max-height: 74px;
    overflow-y: hidden;
  }
  .ath--second .c-embedded-single-media__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.ath--second .atm-thumbnail {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ath--second img.image-style-inline {
  width: 210px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ath--second img.image-style-inline {
    height: 70px;
    width: 136px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ath--second img.image-style-inline {
    height: auto;
  }
}
.ath--second.ath--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .ath--second.ath--inline {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ath--second.ath--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .ath--third.ath--inline {
    width: 100%;
  }
}
.ath--third .ath-nn__nickname {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin: 4px 0;
}
.ath--third .c-ath--record {
  line-height: 1.5rem;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  .ath--third .c-ath--record {
    display: block;
    margin-top: -4px;
    padding-bottom: 14px;
  }
}
.ath--third .ath-lf strong {
  color: #191919;
}
@media screen and (max-width: 768px) {
  .ath--third .ath-lf {
    display: none;
  }
}
.ath--third .ath-n__name {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}
.ath--third .ath-inner-cont {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .ath--third .ath-inner-cont {
    width: 300px;
  }
}
.ath--third .ath-pi.ath--inline {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ath-lf-fl-mob strong {
  color: #191919;
  float: left;
}
.ath-lf-fl-mob span {
  display: block;
  margin-left: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ath-lf-fl-mob {
    display: block;
  }
  .ath-lf-fl-mob span {
    margin-left: 0;
  }
}
.ath--fourth.ath--inline {
  margin-left: auto;
  -ms-flex-item-align: center;
  align-self: center;
  width: 120px;
  position: relative;
}
.ath--fourth.ath--inline .e-button--white-expand {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ath--fourth.ath--inline {
    width: 100%;
    overflow: hidden;
  }
  .ath--fourth.ath--inline .e-button--white-expand {
    position: static;
    right: auto;
  }
}
.c-listing-fight {
  margin-right: auto;
  margin-left: auto;
  max-width: 620px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
  box-shadow: 0 2px 4px 0 rgba(99, 91, 99, 0.1);
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(99, 91, 99, 0.1);
  cursor: pointer;
}
@media (min-width: 48em) {
  .c-listing-fight {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 56.25em) {
  .c-listing-fight {
    padding-right: 4.16667%;
    padding-left: 4.16667%;
    max-width: none;
    padding-top: 2rem;
  }
}
.c-listing-fight.is-live {
  -webkit-box-shadow: 0 4px 16px 4px rgba(99, 91, 99, 0.1);
  box-shadow: 0 4px 16px 4px rgba(99, 91, 99, 0.1);
}
.c-listing-fight__content {
  margin: 0 auto;
  max-width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__content {
    padding-top: 0;
  }
}
.c-listing-fight__content.has_award {
  padding-top: 29px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__content.has_award {
    padding-top: 10px;
  }
}
.c-listing-fight__corner--blue,
.c-listing-fight__corner--red {
  display: block;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  padding-left: 4%;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner--blue,
  .c-listing-fight__corner--red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    padding-left: 0;
  }
  .c-listing-fight__corner--blue:after,
  .c-listing-fight__corner--red:after {
    display: none;
  }
}
.c-listing-fight__corner--blue {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 4%;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner--blue {
    padding-right: 0;
  }
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-image--blue,
  .c-listing-fight__corner-image--red {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 50%;
    margin-top: auto;
  }
}
@media (min-width: 76.25em) {
  .c-listing-fight__corner-image--blue,
  .c-listing-fight__corner-image--red {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
.c-listing-fight__corner-image--blue img,
.c-listing-fight__corner-image--red img {
  margin: 0 auto;
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  max-height: 120px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-listing-fight__corner-image--blue img,
  .c-listing-fight__corner-image--red img {
    max-height: none;
  }
}
@media (min-width: 48em) {
  .c-listing-fight__corner-image--blue,
  .c-listing-fight__corner-image--red {
    height: 160px;
    overflow: hidden;
  }
  .c-listing-fight__corner-image--blue img,
  .c-listing-fight__corner-image--red img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transform: scale(1.5) translateY(17%);
    transform: scale(1.5) translateY(17%);
  }
}
.c-listing-fight__corner-image--blue {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.c-listing-fight__corner-body--blue,
.c-listing-fight__corner-body--red {
  display: block;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-body--blue,
  .c-listing-fight__corner-body--red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2rem;
    width: 50%;
  }
}
.c-listing-fight__corner-body--blue {
  text-align: right;
}
.c-listing-fight__corner-rank {
  font-size: 0.75rem;
  font-weight: 400;
  display: none;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-rank {
    display: block;
  }
}
.c-listing-fight__blue-corner-rank--mobile,
.c-listing-fight__red-corner-rank--mobile {
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 20px;
  height: 16px;
  line-height: 16px;
  font-style: italic;
  background: #fff;
  text-align: center;
  z-index: 4;
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__red-corner-rank--mobile {
    display: none;
  }
}
.c-listing-fight__blue-corner-rank--mobile {
  left: auto;
  right: -6%;
}
@media (min-width: 56.25em) {
  .c-listing-fight__blue-corner-rank--mobile {
    display: none;
  }
}
.c-listing-fight__blue-corner-rank--mobile.c-listing-fight__corner-rank--champion,
.c-listing-fight__red-corner-rank--mobile.c-listing-fight__corner-rank--champion {
  background: #bb9f56;
  color: #fff;
}
.c-listing-fight__corner-rank--champion span {
  width: 20px;
  display: inline-block;
  background: #bb9f56;
  color: #fff;
  text-align: center;
}
.c-listing-fight__outcome-wrapper {
  min-height: 0.75rem;
  line-height: 0.75rem;
  position: absolute;
  bottom: 0;
  left: 7px;
  font-style: italic;
  padding: 0;
}
@media (min-width: 56.25em) {
  .c-listing-fight__outcome-wrapper {
    position: relative;
    padding: 0;
    font-style: normal;
    left: auto;
    margin-bottom: 15px;
  }
}
.c-listing-fight__outcome-wrapper.c-listing-fight__outcome-wrapper--potn
  .c-listing-fight__outcome--Win:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/themes/custom/ufc/assets/img/potn-ribbon.png) center top
    no-repeat;
  background-size: contain;
  top: -1px;
  right: -15px;
  height: 28px;
  width: 19px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__outcome-wrapper.c-listing-fight__outcome-wrapper--potn
    .c-listing-fight__outcome--Win:after {
    top: -1px;
    height: 35px;
    width: 24px;
    left: -18px;
  }
}
.c-listing-fight__corner-body--blue .c-listing-fight__outcome-wrapper {
  left: auto;
  right: 7px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-body--blue .c-listing-fight__outcome-wrapper {
    right: auto;
  }
}
.c-listing-fight__corner-body--blue
  .c-listing-fight__outcome-wrapper.c-listing-fight__outcome-wrapper--potn
  .c-listing-fight__outcome--Win:after {
  left: -15px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-body--blue
    .c-listing-fight__outcome-wrapper.c-listing-fight__outcome-wrapper--potn
    .c-listing-fight__outcome--Win:after {
    left: auto;
    right: -18px;
  }
}
.c-listing-fight__outcome--Draw,
.c-listing-fight__outcome--Win {
  display: inline-block;
  padding: 0.19rem 0.3rem 0.185rem;
  color: #fff;
  line-height: 1em;
}
@media (min-width: 56.25em) {
  .c-listing-fight__outcome--Draw,
  .c-listing-fight__outcome--Win {
    padding: 5px 8px 3px;
  }
}
.c-listing-fight__outcome--Win {
  background-color: #d20a0a;
}
.c-listing-fight__outcome--Draw {
  background-color: #585b63;
}
.c-listing-fight__outcome--Loss {
  display: none;
}
.c-listing-fight__corner-name {
  display: none;
  margin: 0.375rem 0 0;
  text-transform: uppercase;
  line-height: 1.625rem;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.625rem;
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-name {
    display: block;
    line-height: 2rem;
    font-size: 2rem;
  }
}
@media (min-width: 56.25em) {
  .c-listing-fight__corner-name {
    line-height: 1.625rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .c-listing-fight__corner-name {
    line-height: 2.25rem;
    font-size: 2.25rem;
  }
}
.c-listing-fight__corner-given-name {
  display: block;
}
.c-listing-fight__corner-family-name {
  display: block;
}
.c-listing-fight__odds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eeeeef;
  width: 100%;
  text-align: center;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .c-listing-fight__odds {
    height: 3rem;
  }
}
.c-listing-fight__odds-text {
  margin-right: 0.375rem;
  margin-left: 0.3125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  line-height: 1em;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  font-size: 0.625rem;
}
@media (min-width: 48em) {
  .c-listing-fight__odds-text {
    font-size: 0.875rem;
  }
}
.c-listing-fight__odds-amount {
  display: inline-block;
  margin-left: 0.375rem;
  color: #191919;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  line-height: 1em;
  margin-left: 0;
  padding: 0;
}
@media (min-width: 56.25em) {
  .c-listing-fight__odds-amount {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
  }
}
@media (min-width: 48em) {
  .c-listing-fight__odds-amount {
    font-size: 1rem;
  }
}
.c-listing-fight__details {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 56.25em) {
  .c-listing-fight__details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 2rem;
    position: relative;
  }
}
.c-listing-fight__banner--award,
.c-listing-fight__banner--live {
  margin-bottom: 0.75rem;
  padding: 0.25rem 0.375rem 0.125rem;
  color: #fff;
}
@media (min-width: 56.25em) {
  .c-listing-fight__banner--award,
  .c-listing-fight__banner--live {
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 100%;
  }
}
.hidden.c-listing-fight__banner--award,
.hidden.c-listing-fight__banner--live {
  display: none;
}
.c-listing-fight__banner--live {
  background: #d20a0a;
}
.c-listing-fight__banner--award {
  background-color: #000;
  position: relative;
  top: 5px;
  left: 0;
  right: 0;
}
.c-listing-fight__class {
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 7px;
}
@media (min-width: 56.25em) {
  .c-listing-fight__class {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
.c-listing-fight__vs {
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 56.25em) {
  .c-listing-fight__vs {
    margin-top: 1.125rem;
    width: 12rem;
  }
}
.c-listing-fight__vs .e-divider__border-text {
  font-size: 0.625rem;
}
@media (min-width: 56.25em) {
  .c-listing-fight__vs .e-divider__border-text {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 899px) {
  .c-listing-fight__vs .e-divider__border-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.c-listing-fight__detail-corner-name {
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #abadb1;
}
@media (min-width: 56.25em) {
  .c-listing-fight__detail-corner-name {
    display: none;
  }
}
.c-listing-fight__results--desktop {
  display: none;
}
@media (min-width: 48em) {
  .c-listing-fight__results--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.125rem;
  }
  .c-listing-fight__results--desktop.hidden {
    display: none;
  }
}
.c-listing-fight__results--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
  border-top: 1px solid #eeeeef;
}
.c-listing-fight__results--mobile.hidden {
  display: none;
}
@media (min-width: 48em) {
  .c-listing-fight__results--mobile {
    display: none;
  }
}
.c-listing-fight__result {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0.375rem 0.75rem;
}
.c-listing-fight__result:nth-child(2) {
  border-right: 1px solid #eeeeef;
  border-left: 1px solid #eeeeef;
}
@media (min-width: 48em) {
  .c-listing-fight__result:nth-child(2) {
    border: none;
  }
}
.c-listing-fight__result-label {
  font-size: 0.625rem;
}
@media (min-width: 48em) {
  .c-listing-fight__result-label {
    font-size: 0.75rem;
  }
}
.c-listing-fight__result-text {
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-listing-fight__result-text {
    font-size: 1rem;
  }
}
.node--type-event .l-main__content > .l-container {
  padding: 0;
}
.view-event-fights .l-listing--stacked--full-width .l-listing__item:first-child,
.view-event-fights .l-listing__group--bordered {
  border-top: none;
}
.c-listing-inline-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.75rem;
}
.c-listing-inline-group__title {
  width: 100%;
}
.c-listing-inline-group__item {
  margin-right: 1.5rem;
}
.c-listing-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.c-listing-inline:focus,
.c-listing-inline:hover {
  color: #d20a0a;
}
.c-listing-inline:focus img,
.c-listing-inline:focus picture,
.c-listing-inline:hover img,
.c-listing-inline:hover picture {
  opacity: 0.9;
}
.c-listing-inline__thumbnail {
  margin-right: 1.5rem;
}
.c-listing-inline__thumbnail img,
.c-listing-inline__thumbnail picture {
  display: block;
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-listing-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
}
.c-listing-options__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-listing-options__number {
  margin-top: 6px;
  margin-right: 2em;
  text-transform: uppercase;
  line-height: 1rem;
  color: #d20a0a;
  font-size: 0.875rem;
  font-weight: 700;
}
.c-listing-options__title {
  text-transform: uppercase;
  line-height: 1.5rem;
  font-size: 1.625rem;
  font-weight: 700;
}
.c-listing-options__title a {
  color: #191919;
}
.c-listing-options__title a:active,
.c-listing-options__title a:hover {
  color: #d20a0a;
}
.c-listing-options__text {
  width: 100%;
  line-height: 1.25rem;
  font-size: 1rem;
}
.c-listing-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 25rem;
  color: #585b63;
}
.c-listing-profile:focus,
.c-listing-profile:hover {
  color: #d20a0a;
}
.c-listing-profile:focus img,
.c-listing-profile:focus picture,
.c-listing-profile:hover img,
.c-listing-profile:hover picture {
  opacity: 0.9;
}
.c-listing-profile:focus .c-listing-profile__name,
.c-listing-profile:hover .c-listing-profile__name {
  color: #d20a0a;
}
.c-listing-profile__thumbnail {
  width: 10rem;
}
.c-listing-profile__thumbnail img,
.c-listing-profile__thumbnail picture {
  display: block;
  width: 100%;
  height: auto;
}
.c-listing-profile__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-listing-profile__nickname {
  margin-bottom: 0.375rem;
}
.c-listing-profile__name {
  margin-bottom: 0;
}
.c-listing-profile__title {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.c-listing-profile-flipcard {
  width: 290px;
  height: 290px;
  margin-bottom: 40px;
}
.c-listing-profile-flipcard .c-listing-profile-flipcard__front {
  width: 290px;
  height: 290px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  padding: 20px;
  -webkit-transform: perspective(900px) rotateY(0);
  transform: perspective(900px) rotateY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: -webkit-transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s,
    -webkit-transform 0.5s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__front
  .c-listing-profile__thumbnail {
  border-bottom: 2px solid #eeeeef;
  width: 100%;
  margin-bottom: 15px;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__front
  .c-listing-profile__thumbnail
  img {
  margin: 0 auto -2px;
  height: auto;
  width: auto;
  max-height: 130px;
  max-width: 180px;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__front
  .c-listing-profile__name {
  padding: 0 0 5px;
  margin: 0;
}
.c-listing-profile-flipcard .c-listing-profile-flipcard__back {
  width: 290px;
  height: 290px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  position: absolute;
  -webkit-transform: perspective(900px) rotateY(-180deg);
  transform: perspective(900px) rotateY(-180deg);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  padding: 25px;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__text__back
  .c-listing-profile__nickname {
  display: block;
  margin: 0 0 10px;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__text__back
  .c-listing-profile__name {
  display: block;
  margin: 0 0 10px;
  line-height: 1.1em;
}
.c-listing-profile-flipcard .c-listing-profile-flipcard__action {
  z-index: 3;
  position: absolute;
  bottom: 65px;
  left: 25px;
}
.c-listing-profile-flipcard .c-listing-profile-flipcard__footer {
  border-top: 2px solid #eeeeef;
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.c-listing-profile-flipcard .c-listing-profile-flipcard__footer h4 {
  width: 40%;
  padding: 14px 10px 14px 20px;
  font-size: 14px;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  line-height: 1em;
  color: #abadb1;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu {
  width: 60%;
  text-align: right;
  padding: 11px 20px 11px 0;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu
  li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu
  li:first-child {
  margin-left: 0;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu
  li
  a {
  display: block;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu
  li
  a
  span {
  display: block;
}
.c-listing-profile-flipcard
  .c-listing-profile-flipcard__footer
  .c-listing-profile-flipcard__social-menu
  li
  a
  span
  svg {
  width: 16px;
  height: 16px;
  color: #191919;
}
.c-listing-profile-flipcard:hover .c-listing-profile-flipcard__front {
  -webkit-transform: perspective(900px) rotateY(180deg);
  transform: perspective(900px) rotateY(180deg);
}
.c-listing-profile-flipcard:hover .c-listing-profile-flipcard__back {
  -webkit-transform: perspective(900px) rotateY(0);
  transform: perspective(900px) rotateY(0);
}
.c-listing-profile-flipcard.dark
  .c-listing-profile-flipcard__back
  .c-listing-profile__bgimg {
  background-color: #191919;
}
.c-listing-profile-flipcard.dark
  .c-listing-profile-flipcard__back
  .c-listing-profile-flipcard__text__back {
  top: auto;
  bottom: 130px;
}
.c-listing-profile-flipcard.dark
  .c-listing-profile-flipcard__back
  .c-listing-profile-flipcard__text__back
  .c-listing-profile__name,
.c-listing-profile-flipcard.dark
  .c-listing-profile-flipcard__back
  .c-listing-profile-flipcard__text__back
  .c-listing-profile__nickname {
  color: #fff !important;
}
.c-listing-search-group {
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid #eeeeef;
  padding-top: 1.5rem;
}
.c-listing-search-group__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-listing-search-group__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #eeeeef;
  width: 100%;
  height: 1px;
  content: "";
}
@media (min-width: 38.75em) {
  .c-listing-search-group__item:after {
    left: 17.5%;
    width: 80%;
  }
}
@media (min-width: 56.25em) {
  .c-listing-search-group__item:after {
    width: calc(82.5% - 6rem);
  }
}
.c-listing-search-group__item:last-child {
  margin-bottom: 0;
}
.c-listing-search-group__item:last-child:after {
  display: none;
}
@media (min-width: 38.75em) {
  .c-listing-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-listing-search__date {
  display: block;
  margin-bottom: 1.125rem;
  width: 100%;
  line-height: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 38.75em) {
  .c-listing-search__date {
    margin-bottom: 0;
    padding-right: 1.5rem;
    width: 17.5%;
    text-align: right;
  }
}
.c-listing-search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 38.75em) {
  .c-listing-search__content {
    display: block;
    width: 82.5%;
  }
}
@media (min-width: 56.25em) {
  .c-listing-search__content {
    padding-right: 17.5%;
  }
}
@media (min-width: 38.75em) {
  .c-listing-search__content.no-image .c-listing-search__header,
  .c-listing-search__content.no-image .c-listing-search__text {
    margin-left: 0;
  }
}
.c-listing-search__image {
  width: 7.5rem;
}
.c-listing-search__image img {
  display: block;
}
@media (min-width: 38.75em) {
  .c-listing-search__image {
    float: left;
  }
}
.c-listing-search__header {
  padding-left: 1.5rem;
  width: calc(100% - 7.5rem);
}
@media (min-width: 38.75em) {
  .c-listing-search__header {
    margin-left: 7.5rem;
  }
}
@media (min-width: 38.75em) {
  .c-listing-search__header.no-image {
    margin-left: 0;
  }
}
.c-listing-search__type {
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  line-height: 0.875rem;
  color: #d20a0a;
  font-size: 0.75rem;
  font-weight: 700;
}
.c-listing-search__title {
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-listing-search__title a {
  color: #191919;
}
.c-listing-search__title a:active,
.c-listing-search__title a:hover {
  color: #d20a0a;
}
.c-listing-search__text {
  margin-top: 0.75rem;
  width: 100%;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 38.75em) {
  .c-listing-search__text {
    margin-top: 0.375rem;
    margin-left: 7.5rem;
    padding-left: 1.5rem;
    width: calc(100% - 7.5rem);
  }
}
.c-listing-ticker-fightcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 475px;
  height: 96px;
  cursor: pointer;
  border-top: 2px solid transparent;
  background-color: #fff;
}
.c-listing-ticker-fightcard__content {
  position: relative;
  height: 96px;
  border-top: 2px solid transparent;
  border-right: 1px solid #eeeeef;
}
.c-listing-ticker-fightcard.active {
  border-top-color: #d20a0a;
}
.c-listing-ticker-fightcard__blue_corner,
.c-listing-ticker-fightcard__red_corner {
  position: absolute;
  z-index: 5;
  bottom: 0;
}
.c-listing-ticker-fightcard__red_corner {
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-listing-ticker-fightcard__red_corner .c-listing-ticker-fightcard__outcome,
.c-listing-ticker-fightcard__red_corner .c-listing-ticker-fightcard__rank {
  left: -4px;
}
.c-listing-ticker-fightcard__blue_corner {
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-listing-ticker-fightcard__blue_corner .c-listing-ticker-fightcard__outcome,
.c-listing-ticker-fightcard__blue_corner .c-listing-ticker-fightcard__rank {
  right: -4px;
}
.c-listing-ticker-fightcard__rank {
  display: block !important;
}
.c-listing-ticker-fightcard__outcome {
  z-index: 7;
  bottom: 0;
  display: none;
  padding: 4px 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #d20a0a;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1em;
}
.c-listing-ticker-fightcard__outcome.c-listing-ticker-fightcard__outcome--Draw {
  background-color: #585b63;
}
.c-listing-ticker-fightcard__rank {
  z-index: 6;
  bottom: 0;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  color: #d5d6d8;
  background-color: #fff;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1em;
}
.c-listing-ticker-fightcard__live {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: none;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #d20a0a;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1em;
}
.c-listing-ticker-fightcard__thumbnail {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: auto;
  max-width: 50px;
  max-height: 86px;
}
.c-listing-ticker-fightcard__red_corner .c-listing-ticker-fightcard__thumbnail {
  left: 0;
}
.c-listing-ticker-fightcard__blue_corner
  .c-listing-ticker-fightcard__thumbnail {
  right: 0;
}
.c-listing-ticker-fightcard__athletes {
  margin: 0 60px;
  padding: 20px 0 0;
  text-align: center;
}
.c-listing-ticker-fightcard__vs {
  width: 120px;
  margin: 0 auto;
  color: #abadb1;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
.c-listing-ticker-fightcard__blue_corner_name,
.c-listing-ticker-fightcard__red_corner_name {
  text-transform: uppercase;
  color: #000;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.c-listing-ticker-fightcard__results {
  display: none;
  width: 120px;
  border-right: 1px solid #eeeeef;
}
.c-listing-ticker-fightcard__results > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.c-listing-ticker-fightcard__round,
.c-listing-ticker-fightcard__time {
  width: 50%;
  border-bottom: 1px solid #eeeeef;
}
.c-listing-ticker-fightcard__round {
  border-right: 1px solid #eeeeef;
}
.c-listing-ticker-fightcard__method,
.c-listing-ticker-fightcard__round,
.c-listing-ticker-fightcard__time {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 48px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #d5d6d8;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.7rem;
  line-height: 1em;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.c-listing-ticker-fightcard__method span,
.c-listing-ticker-fightcard__round span,
.c-listing-ticker-fightcard__time span {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}
.c-listing-ticker-fightcard__method {
  width: 100%;
}
.c-listing-ticker,
.c-listing-ticker--footer {
  display: none;
  width: 100%;
  background-color: #f6f7f7;
  -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.c-listing-ticker--footer {
  z-index: 1200;
  right: 0;
  bottom: -120px;
  left: 0;
  -webkit-transition: ease-out bottom 0.5s;
  transition: ease-out bottom 0.5s;
}
@media (min-width: 64em) {
  .c-listing-ticker--footer {
    position: fixed;
  }
}
.c-listing-ticker--footer.animated {
  bottom: 0;
}
.c-listing-ticker__content {
  position: relative;
  height: 96px;
  padding: 0 50px;
}
.c-listing-ticker__content .slick-slide {
  margin-bottom: 0;
}
.c-listing-ticker__content .slick-next,
.c-listing-ticker__content .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  color: #fff;
  border: none;
  background-color: #404248;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.c-listing-ticker__content .slick-prev {
  left: 0;
  text-indent: -9999px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M24.47,29.06,22.53,31l-15-15,15-15,1.94,1.94L11.41,16Z"/></svg>');
}
.c-listing-ticker__content .slick-next {
  right: 0;
  text-indent: -9999px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M20.68 16L7.53 2.94 9.47 1l15 15-15 15-1.94-1.94z"/></svg>');
}
.c-listing-ticker__section {
  padding: 0 0.9rem;
  background-color: #d20a0a;
}
.c-listing-ticker__section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 96px;
  padding: 0.45rem 1.8rem 0.45rem 0;
  text-transform: uppercase;
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(255,255,255)" d="M19.83 4.74l-2.38 2.37 7.22 7.22H1v3.34h23.67l-7.22 7.22 2.38 2.37L31 16 19.83 4.74z"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1em;
}
.c-how-to-watch__list--event-tickets,
.c-listing-ticket-group {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeef;
}
.c-how-to-watch__item--event-tickets,
.c-listing-ticket-group__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-how-to-watch__item--event-tickets:after,
.c-listing-ticket-group__item:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eeeeef;
}
.c-how-to-watch__item--event-tickets:last-child,
.c-listing-ticket-group__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-how-to-watch__item--event-tickets:last-child:after,
.c-listing-ticket-group__item:last-child:after {
  display: none;
}
.c-listing-ticket__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-listing-ticket__date {
  color: #191919;
  font-weight: 700;
}
.c-listing-ticket__status {
  color: #d20a0a;
  font-weight: 700;
}
.c-listing-tv-schedule-group__item {
  overflow: hidden;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 21px;
  position: relative;
}
.c-listing-tv-schedule-group__item::after {
  background-color: #d5d6d8;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-listing-tv-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-listing-tv-schedule__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #d5d6d8;
  padding: 15px;
  width: 120px;
}
.c-listing-tv-schedule__date-date {
  margin-bottom: 0;
}
.c-listing-tv-schedule__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .c-listing-tv-schedule__item {
    padding-left: 0;
  }
}
.c-listing-tv-schedule__item-title {
  margin-bottom: 0;
}
.c-listing-tv-schedule__channel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tv-schedule-pager {
  margin: 2.5% auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tv-schedule-pager {
    margin: 1rem auto 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-listing-tv-schedule__date {
    display: none;
  }
  .c-listing-tv-schedule__item-time span:after {
    content: " / ";
  }
  .c-listing-tv-schedule__channel img {
    height: 15px;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-listing-tv-schedule__item-time span {
    display: none;
  }
}
.c-listing-up-next-group__title {
  margin-bottom: 1.29rem;
  color: #191919;
}
.c-listing-up-next-group__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-listing-up-next-group__item:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eeeeef;
}
.c-listing-up-next-group__item:last-child {
  margin-bottom: 0;
}
.c-listing-up-next-group__item:last-child:after {
  display: none;
}
.c-listing-up-next-group__item .c-card--grid-card-trending__category,
.c-listing-up-next-group__item .c-card--grid-card-trending__info {
  display: none;
}
.c-listing-up-next-group__item .c-card--grid-card-trending__headline {
  margin-bottom: 0;
  color: #191919;
  font-size: 1rem !important;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 120px;
  height: 90px;
  background-color: #000;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper
  .e-t3 {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper
  .cc-card--grid-card-trending__body {
  color: #585b63;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper
  .cc-card--grid-card-trending__body
  p {
  margin-top: 0;
}
.c-listing-up-next-group__item
  .c-card--grid-card-trending.grid_card_image_text
  .c-card--grid-card-trending__3-wrapper
  .c-card--grid-card-trending__body {
  max-height: 56px;
}
@media (min-width: 38.75em) {
  .c-listing-up-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-listing-up-next__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 38.75em) {
  .c-listing-up-next__content {
    display: block;
    width: 82.5%;
  }
}
@media (min-width: 56.25em) {
  .c-listing-up-next__content {
    padding-right: 17.5%;
  }
}
.c-listing-up-next__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  display: grid;
  background-color: #191919;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 7.5rem;
}
.c-listing-up-next__image .field--name-thumbnail,
.c-listing-up-next__image img {
  display: block;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media (min-width: 38.75em) {
  .c-listing-up-next__image {
    float: left;
  }
}
.c-listing-up-next__overlay-text {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.c-listing-up-next__overlay-ufc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-listing-up-next__overlay-ufc-meta svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.c-listing-up-next__header {
  padding-left: 1.5rem;
  width: calc(100% - 7.5rem);
}
@media (min-width: 38.75em) {
  .c-listing-up-next__header {
    margin-left: 7.5rem;
  }
}
.c-listing-up-next__title {
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-listing-up-next__title a {
  color: #191919;
}
.c-listing-up-next__title a:active,
.c-listing-up-next__title a:hover {
  color: #d20a0a;
}
.c-listing-up-next__text {
  margin-top: 0.75rem;
  width: 100%;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 38.75em) {
  .c-listing-up-next__text {
    margin-top: 0.375rem;
    margin-left: 7.5rem;
    padding-left: 1.5rem;
    width: calc(100% - 7.5rem);
  }
}
.c-listing__recommended {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 38.75em) {
  .c-listing__recommended {
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.c-listing__recommended .c-listing-up-next__content {
  width: 100%;
}
.c-listing__recommended .c-listing-up-next__header {
  padding-left: 0.625rem;
}
@media (min-width: 38.75em) {
  .c-listing__recommended .c-listing-up-next__header {
    margin-top: 1.5625rem;
  }
}
.c-listing__recommended .c-listing-up-next__text {
  border: none;
}
@media (min-width: 38.75em) {
  .c-listing__recommended .c-listing-up-next__text {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d5d6d8;
    padding-bottom: 3.125rem;
    padding-top: 1.25rem;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 48em) {
  .c-listing-video-group__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .c-listing-video-group__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-how-to-watch--event-main-card-list .c-listing-viewing-option-group,
.c-listing-viewing-option-group {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eeeeef;
}
.c-how-to-watch--event-main-card-list .c-listing-viewing-option-group__item,
.c-listing-viewing-option-group__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-how-to-watch--event-main-card-list
  .c-listing-viewing-option-group__item:after,
.c-listing-viewing-option-group__item:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eeeeef;
}
.c-how-to-watch--event-main-card-list
  .c-listing-viewing-option-group__item:last-child,
.c-listing-viewing-option-group__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-how-to-watch--event-main-card-list
  .c-listing-viewing-option-group__item:last-child:after,
.c-listing-viewing-option-group__item:last-child:after {
  display: none;
}
.c-listing-viewing-option__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-listing-viewing-option__column--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 1.5rem;
  text-align: left;
}
.c-listing-viewing-option__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 165px;
}
.c-listing-viewing-option__column--right .e-button--red {
  width: 100%;
}
.c-listing-viewing-option__fight-card {
  color: #191919;
  font-weight: 700;
}
.c-listing-viewing-option__cta a {
  width: 165px;
  text-align: center;
}
.c-listing-we-recommend-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-listing-we-recommend-group__title {
  color: #191919;
}
.c-listing-we-recommend-group__item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  margin-right: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 38.75em) {
  .c-listing-we-recommend-group__item {
    width: 45%;
  }
}
.c-listing-we-recommend-group__item:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
}
.c-listing-we-recommend-group__item:last-child {
  margin-bottom: 0;
}
.c-listing-we-recommend-group__item:last-child:after {
  display: none;
}
@media (min-width: 38.75em) {
  .c-listing-we-recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-listing-we-recommend__content {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: start;
}
.c-listing-we-recommend__image {
  display: grid;
  background-color: #191919;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 7.5rem;
  height: 100%;
}
.c-listing-we-recommend__image .field--name-thumbnail {
  grid-row: 1/-1;
  grid-column: 1/-1;
}
.c-listing-we-recommend__overlay-text {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  grid-column: 1/-1;
  grid-row: 1/-1;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.c-listing-we-recommend__overlay-ufc-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.c-listing-we-recommend__overlay-ufc-meta svg {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.c-listing-we-recommend__header {
  padding-left: 1.5rem;
}
.c-listing-we-recommend__title {
  text-transform: uppercase;
  line-height: 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-listing-we-recommend__title a {
  color: #191919;
}
.c-listing-we-recommend__title a:active,
.c-listing-we-recommend__title a:hover {
  color: #d20a0a;
}
.c-listing-we-recommend__text {
  margin-top: 0.75rem;
  width: 100%;
  grid-column: -1/1;
  line-height: 1.25rem;
  font-size: 0.875rem;
}
@media (min-width: 38.75em) {
  .c-listing-we-recommend__text {
    margin-top: 0.375rem;
  }
}
.c-listing__recommended {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.c-listing__recommended .c-listing-we-recommend__content {
  width: 100%;
}
.c-listing__recommended .c-listing-we-recommend__header {
  padding-left: 0.625rem;
}
.c-listing__recommended .c-listing-we-recommend__text {
  border: none;
}
@media (min-width: 38.75em) {
  .c-listing__recommended .c-listing-we-recommend__text {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #d5d6d8;
    padding-bottom: 3.125rem;
    padding-top: 1.25rem;
    margin-left: 0;
    padding-left: 0;
  }
}
.view-articles-recommended {
  border-top: 1px solid #d5d6d8;
  border-bottom: 1px solid #d5d6d8;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 38.75em) {
  .view-articles-recommended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    position: relative;
    left: 50%;
    margin-left: -23vw;
    max-width: 50.6875rem;
  }
  .view-articles-recommended header {
    width: 100%;
  }
  .view-articles-recommended .views-row {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.marketing-tile {
  font-size: 3rem;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  width: 50%;
  margin: auto;
  text-align: center;
}
h4.marketing-tile {
  font-size: 1rem;
  color: #d0111a;
  margin-top: 10%;
  margin-bottom: 1.2rem;
}
.view-marketing-devices {
  display: block;
  margin: auto;
  padding: 2rem 10%;
}
.view-marketing-devices
  .views-exposed-form
  select[id^="edit-device-type-target-id"] {
  display: none;
}
.view-marketing-devices #opt-buttons {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 2.4rem;
}
.view-marketing-devices #opt-buttons .sym-button {
  display: inline-block;
  text-align: center;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 40px 20px 20px;
  color: #000;
  opacity: 0.5;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 40px;
  background-image: url(/themes/custom/ufc/assets/img/devices-all.png);
}
.view-marketing-devices #opt-buttons .sym-button.active {
  opacity: 1;
  border-bottom: 2px solid #d0111a;
}
.view-marketing-devices .views-row {
  margin: 0;
  border: 0;
  display: inline-block;
  display: inline-grid;
  width: 24%;
  text-align: center;
}
.view-marketing-devices .views-row:hover {
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08);
}
.view-marketing-devices .views-row img {
  display: inline;
}
.c-mat {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 48em) {
  .c-mat {
    display: grid;
    grid-template-columns: 1fr 1.5rem 1fr;
    grid-template-rows: 1fr 1.5rem 1fr;
  }
}
.c-mat__area-1,
.c-mat__area-2 {
  padding: 1.5rem 1.5rem;
}
@media (min-width: 48em) {
  .c-mat__area-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
}
@media (min-width: 48em) {
  .c-mat__area-2 {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
  }
}
.c-mat__image-1,
.c-mat__image-2 {
  height: 100%;
}
.c-mat__image-1 img,
.c-mat__image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 48em) {
  .c-mat__image-1 {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
    z-index: 1;
  }
}
@media (min-width: 48em) {
  .c-mat__image-2 {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
  }
}
.c-mat__logo--fight-pass,
.c-mat__logo--store {
  display: inline-block;
}
.c-mat__logo--store {
  width: 10.5rem;
}
.c-mat__logo--fight-pass {
  width: 12rem;
}
.c-mat__title--fight-pass,
.c-mat__title--store {
  text-transform: uppercase;
  line-height: 1.5rem;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 48em) {
  .c-mat__title--fight-pass,
  .c-mat__title--store {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-mat__title--store {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 48em) {
  .c-mat__title--store {
    max-width: 16.5rem;
  }
}
.c-mat__title--fight-pass {
  margin-top: 2.25rem;
}
@media (min-width: 48em) {
  .c-mat__title--fight-pass {
    max-width: 18rem;
  }
}
.c-mat__text--fight-pass,
.c-mat__text--store {
  line-height: 1.375rem;
}
@media (min-width: 48em) {
  .c-mat__text--fight-pass,
  .c-mat__text--store {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-mat__text--store {
  margin-bottom: 2.25rem;
}
@media (min-width: 48em) {
  .c-mat__text--store {
    max-width: 16.5rem;
  }
}
.c-mat__text--fight-pass {
  margin-bottom: 2.25rem;
}
@media (min-width: 48em) {
  .c-mat__text--fight-pass {
    max-width: 21rem;
  }
}
.c-mat__btn {
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-mat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-mat__area-1,
  .c-mat__area-2,
  .c-mat__image-1,
  .c-mat__image-2 {
    width: 50%;
  }
  .c-mat__area-2 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .c-mat__image-2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
body.path-matchup #header-wrapper,
body.path-matchup .l-page__footer {
  display: none;
}
body.path-matchup {
  padding: 0 !important;
}
.ui-dialog.c-modal--light.c-matchup-modal {
  top: 0 !important;
  max-height: 0;
  -webkit-transition: max-height 1s cubic-bezier(0.94, 0.01, 0.93, 0.2);
  transition: max-height 1s cubic-bezier(0.94, 0.01, 0.93, 0.2);
}
.ui-dialog.c-modal--light.c-matchup-modal.animated {
  max-height: 100vh;
  -webkit-transition: max-height 0.7s ease;
  transition: max-height 0.7s ease;
}
.c-matchup {
  padding-top: 93px;
  padding-bottom: 120px;
  opacity: 0;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  .c-matchup {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
.c-matchup .c-matchup--header {
  position: absolute;
  z-index: 19;
  top: 0;
  right: 0;
  left: 0;
  height: 93px;
  background: #fff;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--header {
    position: fixed;
  }
}
.c-matchup .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-matchup .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 8%;
  flex: 1 1 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0.5rem 0;
  padding: 0.5em 10px;
}
.c-matchup .row .row,
.c-matchup .row.nested {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.c-matchup .row.wide-fit {
  margin-right: -10px;
  margin-left: -10px;
}
.c-matchup .row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-matchup .center .col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-matchup .col-span-1 {
  -ms-flex-preferred-size: 8.3333%;
  flex-basis: 8.3333%;
}
.c-matchup .col-span-2 {
  -ms-flex-preferred-size: 16.6666%;
  flex-basis: 16.6666%;
}
.c-matchup .col-span-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.c-matchup .col-span-4 {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}
.c-matchup .col-span-5 {
  -ms-flex-preferred-size: 41.6666%;
  flex-basis: 41.6666%;
}
.c-matchup .col-span-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.c-matchup .col-span-7 {
  -ms-flex-preferred-size: 58.3333%;
  flex-basis: 58.3333%;
}
.c-matchup .col-span-8 {
  -ms-flex-preferred-size: 66.6666%;
  flex-basis: 66.6666%;
}
.c-matchup .col-span-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.c-matchup .col-span-10 {
  -ms-flex-preferred-size: 83.3333%;
  flex-basis: 83.3333%;
}
.c-matchup .col-span-11 {
  -ms-flex-preferred-size: 91.6666%;
  flex-basis: 91.6666%;
}
.c-matchup .col-span-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.c-matchup .fixed-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  background-color: rgba(255, 0, 0, 0.1) !important;
}
@media all and (max-width: 568px) {
  .c-matchup .col-span-1,
  .c-matchup .col-span-2,
  .c-matchup .col-span-3,
  .c-matchup .col-span-4,
  .c-matchup .col-span-5 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .c-matchup .col-span-10,
  .c-matchup .col-span-11,
  .c-matchup .col-span-6,
  .c-matchup .col-span-7,
  .c-matchup .col-span-8,
  .c-matchup .col-span-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-matchup .nested .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.c-matchup body > header {
  height: 40px;
}
.c-matchup header img,
.c-matchup header svg {
  height: 100%;
}
.c-matchup .align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-matchup .event-logo {
  width: 60px;
  height: auto;
  margin-top: 2em;
  margin-bottom: 3em;
}
.c-matchup .bout-title {
  clear: right;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #abadb1;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
}
.c-matchup .bout-title--small-screens {
  display: block;
}
@media (min-width: 64em) {
  .c-matchup .bout-title--small-screens {
    display: none;
  }
}
.c-matchup .bout-title--large-screens {
  display: none;
}
@media (min-width: 64em) {
  .c-matchup .bout-title--large-screens {
    display: block;
  }
}
.c-matchup h1.matchup-title {
  margin-bottom: 0.8em;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  line-height: 1em;
}
@media (min-width: 64em) {
  .c-matchup h1.matchup-title {
    font-size: 56px;
  }
}
.c-matchup h1.matchup-title a {
  text-decoration: none;
  color: #191919;
}
.c-matchup h1.matchup-title span {
  color: #abadb1;
}
.c-matchup .fighter-img,
.c-matchup .fighter-img.fixed-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img,
  .c-matchup .fighter-img.fixed-top {
    display: block;
  }
}
.c-matchup .fighter-img .left img,
.c-matchup .fighter-img .right img {
  margin: 0 auto;
  height: 290px;
  width: auto;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img .left img,
  .c-matchup .fighter-img .right img {
    height: 1000px;
  }
}
.c-matchup .fighter-img .left {
  z-index: 20;
  top: 140px;
  left: 40px;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img .left {
    position: absolute;
  }
}
.c-matchup .fighter-img .left.animated {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.c-matchup .fighter-img .left.animated.animate-close {
  -webkit-transform: translateY(-10px) translateX(-200px) scale(1.2) !important;
  transform: translateY(-10px) translateX(-200px) scale(1.2) !important;
  opacity: 0 !important;
}
.c-matchup .fighter-img .right {
  z-index: 20;
  top: 140px;
  right: 40px;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img .right {
    position: absolute;
  }
}
.c-matchup .fighter-img .right.animated {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.c-matchup .fighter-img .right.animated.animate-close {
  -webkit-transform: translateY(-10px) translateX(200px) scale(1.2) !important;
  transform: translateY(-10px) translateX(200px) scale(1.2) !important;
  opacity: 0 !important;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img.fixed-top .left,
  .c-matchup .fighter-img.fixed-top .right {
    position: fixed;
    top: 126px;
  }
}
.c-matchup .fighter-img--large-screen {
  display: none;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img--large-screen {
    display: block;
  }
}
.c-matchup .fighter-img--small-screen {
  display: block;
}
@media (min-width: 64em) {
  .c-matchup .fighter-img--small-screen {
    display: none;
  }
}
.c-matchup .fighters-main-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  vertical-align: bottom;
}
.c-matchup .fighters-main-content .red {
  text-align: right;
  color: #d20a0a;
}
.c-matchup .fighters-main-content .blue {
  text-align: left;
  color: #16559f;
}
.c-matchup .fighters-main-content .col-span-4 {
  position: relative;
}
.c-matchup .fighters-main-content h1 {
  position: absolute;
  bottom: 5px;
  display: inline-block;
}
.c-matchup .fighters-main-content h1.red {
  right: 5px;
}
.c-matchup .fighters-main-content h1.blue {
  left: 5px;
}
.c-matchup .fighters-main-content h2 {
  margin: 30px auto;
  text-align: center;
  letter-spacing: -0.44px;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 42px;
  line-height: 1em;
}
.c-matchup .fighters-main-content h2.live-heading {
  color: #d20a0a;
}
.c-matchup .fighters-main-content h4 {
  margin-top: 0;
}
.c-matchup .fighters-main-content .content {
  margin-bottom: 50px;
}
.c-matchup .post-content .content {
  margin-top: 50px;
}
.c-matchup .fight-content-body {
  width: 100%;
}
.c-matchup .field--name-nickname {
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #abadb1;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
@media (min-width: 64em) {
  .c-matchup .field--name-nickname {
    margin-bottom: 1rem;
  }
}
.c-matchup .field--name-name {
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-matchup .field--name-name {
    margin-bottom: 4px;
  }
}
.c-matchup .nickname_value {
  width: 100%;
  min-height: 14px;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  opacity: 1;
}
.c-matchup .nickname_value.red {
  text-align: center;
}
@media (min-width: 64em) {
  .c-matchup .nickname_value.red {
    text-align: right;
  }
}
.c-matchup .nickname_value.blue {
  text-align: center;
}
@media (min-width: 64em) {
  .c-matchup .nickname_value.blue {
    text-align: left;
  }
}
.c-matchup .field--field-rank {
  display: block;
  font-weight: 700;
}
@media (min-width: 64em) {
  .c-matchup .field--field-rank {
    display: inline-block;
  }
}
.c-matchup .field--name-name {
  z-index: 1;
  vertical-align: middle;
  color: silver;
}
@media (min-width: 64em) {
  .c-matchup .field--name-name {
    display: inline-block;
  }
}
.c-matchup .fighter-names {
  position: relative;
  z-index: 19;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names {
    margin-bottom: 10px;
  }
  .c-matchup .fighter-names.fixed-top {
    position: fixed;
    top: 4px;
    right: 0;
    left: 0;
  }
  .c-matchup .fighter-names.fixed-top > .red {
    padding-right: 130px;
  }
  .c-matchup .fighter-names.fixed-top > .blue {
    padding-left: 130px;
  }
  .c-matchup .fighter-names.fixed-top .name_given .rank,
  .c-matchup .fighter-names.fixed-top .nickname_value {
    opacity: 0;
  }
}
.c-matchup .fighter-names > .red {
  position: relative;
  padding: 1rem;
  -webkit-transition: 1s padding ease;
  transition: 1s padding ease;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names > .red {
    padding: 0 75px 4px 20px;
  }
}
.c-matchup .fighter-names > .red .corner-underline {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 4px;
  -webkit-transition: 1s width cubic-bezier(0.94, 0.01, 0.93, 0.2);
  transition: 1s width cubic-bezier(0.94, 0.01, 0.93, 0.2);
  background-color: #d20a0a;
}
.c-matchup .fighter-names > .red.animated .corner-underline {
  width: 100%;
}
.c-matchup .fighter-names > .blue {
  position: relative;
  padding: 1rem;
  -webkit-transition: 1s padding ease;
  transition: 1s padding ease;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names > .blue {
    padding: 0 20px 4px 75px;
  }
}
.c-matchup .fighter-names > .blue .corner-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  -webkit-transition: 1s width cubic-bezier(0.94, 0.01, 0.93, 0.2);
  transition: 1s width cubic-bezier(0.94, 0.01, 0.93, 0.2);
  background-color: #16559f;
}
.c-matchup .fighter-names > .blue.animated .corner-underline {
  width: 100%;
}
.c-matchup .fighter-names .name_given {
  width: 100%;
  margin-top: 0;
  color: #000;
  font-size: 1.2rem;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given {
    margin-bottom: 2rem;
    font-size: 1.625rem;
  }
}
.c-matchup .fighter-names .name_given .rank {
  width: 100%;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  text-align: center;
  vertical-align: super;
  letter-spacing: 0.1em;
  opacity: 1;
  color: #abadb1;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  line-height: 1em;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given .rank {
    width: 32px;
  }
}
.c-matchup .fighter-names .name_given.red {
  text-align: center;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given.red {
    text-align: right;
  }
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given.red .rank {
    margin-right: -32px;
    text-align: right;
  }
}
.c-matchup .fighter-names .name_given.blue {
  text-align: center;
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given.blue {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .c-matchup .fighter-names .name_given.blue .rank {
    float: left;
    margin-left: -32px;
    text-align: left;
  }
}
.c-matchup .fighter-names__winner {
  position: absolute;
  bottom: 0;
  display: none;
  padding: 0 0.5rem;
  text-transform: uppercase;
  color: #fff;
  background: #d20a0a;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-style: italic;
}
.c-matchup .red .fighter-names__winner {
  left: 1rem;
}
.c-matchup .blue .fighter-names__winner {
  right: 1rem;
}
.c-matchup .live-header {
  padding-bottom: 20px;
  color: red;
  border-bottom: 1px solid #eeeeef;
  font-size: 32px;
}
.c-matchup .totals {
  margin: 0 auto !important;
}
.c-matchup .sig-strikes-position .percent,
.c-matchup .totals .percent {
  color: #abadb1;
}
.c-matchup .pie-center-text {
  position: relative;
}
.c-matchup .pie-center-text .pie-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 70px 20px;
}
.c-matchup .attempted {
  color: #abadb1;
}
.c-matchup .rounds-bars {
  position: absolute;
  bottom: 25px;
  width: 250px;
  background: #fff;
}
.c-matchup .rounds-bars .row {
  width: 100%;
}
.c-matchup .red .rounds-bars {
  left: -175px;
}
.c-matchup .blue .rounds-bars {
  right: -175px;
}
.c-matchup .round-text,
.c-matchup .rounds-bars .round-bar {
  display: inline-block;
}
.c-matchup .rounds-bars .round-bar {
  width: 75px;
  height: 25px;
}
.c-matchup .rounds-bars .round-text {
  width: 175px;
}
.c-matchup .red .rounds-bars .round-text {
  float: left;
}
.c-matchup .red .rounds-bars .round-bar {
  float: right;
}
.c-matchup .blue .rounds-bars .round-text {
  float: right;
}
.c-matchup .blue .rounds-bars .round-bar {
  float: left;
}
.c-matchup .post-content .clinch h2,
.c-matchup .post-content .distance h2,
.c-matchup .post-content .ground h2,
.c-matchup .post-content .sig-strikes h2,
.c-matchup .post-content .takedowns h2,
.c-matchup .post-content .total-strikes h2 {
  margin-top: 150px;
  margin-bottom: 10px;
  font-size: 48px;
}
.c-matchup .post-content > .row h5 {
  margin: auto;
}
.c-matchup .fighter-header {
  padding: 0 50px;
}
.c-matchup .fighter-header h4,
.c-matchup h3 {
  width: 100%;
  margin: auto;
}
.c-matchup .fighter-header h4 {
  color: rgba(0, 0, 0, 0.3);
}
.c-matchup .fighter-header h2,
.c-matchup .fighter-header h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.c-matchup .round-btn {
  margin: 20px auto;
  padding: 10px 50px;
  cursor: pointer;
  border: 1px solid #eeeeef;
}
.c-matchup .sig-strikes-position-rounds,
.c-matchup .sig-strikes-target-rounds,
.c-matchup .totals-rounds {
  position: relative;
  display: none;
  margin-top: 50px !important;
}
.c-matchup .sig-strikes-position-rounds .round,
.c-matchup .sig-strikes-target-rounds .round,
.c-matchup .totals-rounds .round {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeef;
}
.c-matchup .totals-rounds .col-span-3,
.c-matchup .totals-rounds .col-span-4 {
  margin-bottom: 20px;
  padding: 0 20px;
}
.c-matchup .sig-strikes-position-rounds .col-span-3 span,
.c-matchup .sig-strikes-position-rounds .col-span-4 span,
.c-matchup .sig-strikes-target-rounds .col-span-3 span,
.c-matchup .sig-strikes-target-rounds .col-span-4 span,
.c-matchup .totals-rounds .col-span-3 span,
.c-matchup .totals-rounds .col-span-4 span {
  margin: auto;
  font-size: 0.8em;
}
.c-matchup .sig-strikes-target .svg img {
  display: block;
  margin: auto;
}
.c-matchup .sig-strikes-target .head .svg img {
  width: 23px;
}
.c-matchup .sig-strikes-target .body .svg img {
  width: 77px;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.c-matchup .sig-strikes-target .leg .svg img {
  width: 63px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.c-matchup .row.leg {
  margin-bottom: 50px;
}
.c-matchup .round-title {
  background-color: #eeeeef;
}
.c-matchup .round-title-text {
  height: 100%;
  padding: 5px 20px;
  background: #fff;
}
.c-matchup .round .knockdowns .row:last-child,
.c-matchup .round .pass .row:last-child,
.c-matchup .round .rev .row:last-child,
.c-matchup .round .sub-attempts .row:last-child {
  padding: 0 40px;
}
.c-matchup .c-stat-compare {
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eeeeef;
}
@media (min-width: 64em) {
  .c-matchup .c-stat-compare {
    margin: 0;
    border-bottom: 0;
  }
}
.c-matchup .c-stat-compare .c-stat-compare__chart {
  width: auto;
  height: auto;
}
.c-matchup .c-stat-compare .c-stat-compare__chart .e-chart-2bar__wrapper,
.c-matchup .c-stat-compare .c-stat-compare__chart .e-chart-circle__wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  padding-top: 0;
}
.c-matchup
  .c-stat-compare
  .c-stat-compare__chart
  .c-stat-compare__chart_label-suffix {
  letter-spacing: 0.1em;
}
.c-matchup .c-stat-compare.hbar {
  line-height: 1;
}
@media all and (max-width: 767px) {
  .c-matchup .c-stat-compare.hbar {
    overflow-x: hidden;
  }
}
.c-matchup .c-stat-compare.hbar .c-stat-compare__chart_label {
  width: 80px;
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .c-matchup .c-stat-compare.hbar .c-stat-compare__chart_label {
    width: 60px;
  }
}
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-1,
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 {
  width: 100px;
}
@media all and (max-width: 767px) {
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-1,
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 {
    width: 35%;
  }
}
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-1 .blue,
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-1 .red,
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 .blue,
.c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 .red {
  width: auto;
}
@media all and (max-width: 767px) {
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-1 .blue,
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-1 .red,
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 .blue,
  .c-matchup .c-stat-compare.hbar .c-stat-compare__group-2 .red {
    width: calc(15% - 30px);
  }
}
@media all and (max-width: 767px) {
  .c-matchup
    .c-stat-compare.hbar
    .c-stat-compare__group-1
    .e-chart-1bar__wrapper,
  .c-matchup
    .c-stat-compare.hbar
    .c-stat-compare__group-2
    .e-chart-1bar__wrapper {
    width: 100%;
  }
}
.c-matchup #sig-strikes-by-target {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 64em) {
  .c-matchup #sig-strikes-by-target {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-matchup .c-stat-group {
  margin: 0 0.5rem 1rem;
  padding: 20px 0 30px;
  border-bottom: 2px solid #f6f7f7;
}
@media (min-width: 64em) {
  .c-matchup .c-stat-group {
    margin: 0 0 1rem;
    padding: 40px 0 60px;
  }
}
.c-matchup .c-stat-group .c-stat-group {
  padding: 15px 0;
  border-bottom: none;
}
.c-matchup .c-stat-group h2 {
  margin: 0 0 40px;
  text-transform: uppercase;
}
.c-matchup .c-stat-group.stats-group .c-stat-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 440px;
  margin: 0 auto;
}
.c-matchup .c-stat-group.stats-group .c-stat-group .e-chart-circle-thin {
  width: 50%;
  padding: 0 0.65rem 1.25rem;
  line-height: 0;
}
@media (min-width: 64em) {
  .c-matchup .c-stat-group.stats-group .c-stat-group .e-chart-circle-thin {
    padding: 20px;
  }
}
.c-matchup .e-chart-circle-thin text {
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
.c-matchup .c-stat-body {
  display: inline-block;
  width: 50%;
}
.c-matchup .c-matchup .e-button--white {
  cursor: pointer;
  margin: 20px 0;
}
.c-matchup .c-matchup--results {
  border-bottom: 1px solid #f6f7f7;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results {
    padding: 30px 0 20px;
    border-bottom: 0;
  }
}
.c-matchup .c-matchup--results .l-flex__item {
  width: 33%;
  margin-bottom: 0;
  padding-top: 1rem;
  border-left: 1px solid #f6f7f7;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results .l-flex__item {
    width: 25%;
    padding-top: 0;
    border-left: 0;
  }
}
.c-matchup .c-matchup--results .l-flex__item:nth-of-type(1) {
  display: none;
  border-left: 0;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results .l-flex__item:nth-of-type(1) {
    display: block;
  }
}
.c-matchup .c-matchup--results .l-flex__item:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results .l-flex__item:nth-of-type(2) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.c-matchup .c-matchup--results .l-flex__item:nth-of-type(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results .l-flex__item:nth-of-type(3) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.c-matchup .c-matchup--results .l-flex__item:nth-of-type(4) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 64em) {
  .c-matchup .c-matchup--results .l-flex__item:nth-of-type(4) {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
.c-matchup .matchup-awards {
  padding: 20px 0;
  border-bottom: 2px solid #f6f7f7;
}
.c-matchup .c-matchup--results h4.e-t7,
.c-matchup .matchup-awards h4.e-t7 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}
.c-matchup .c-matchup--results h4.e-t5,
.c-matchup .matchup-awards h4.e-t5 {
  font-size: 1.5rem;
}
.c-matchup .c-matchup--results h4.c-related-bar__left,
.c-matchup .c-matchup--results h4.c-related-bar__right,
.c-matchup .c-matchup--results h4.e-t6,
.c-matchup .matchup-awards h4.c-related-bar__left,
.c-matchup .matchup-awards h4.c-related-bar__right,
.c-matchup .matchup-awards h4.e-t6 {
  font-size: 1rem;
}
.c-matchup .e-chart-3bar_horizontal_compare_wrapper {
  padding: 3px 0;
  border-left: 1px solid #eeeeef;
}
.c-matchup
  .e-chart-3bar_horizontal_compare_wrapper
  .e-chart-3bar_horizontal_compare {
  padding: 5px 0;
  line-height: 1em;
}
.c-matchup
  .e-chart-3bar_horizontal_compare_wrapper
  .e-chart-3bar_horizontal_compare_chart {
  display: inline-block;
  width: 150px;
}
.c-matchup
  .e-chart-3bar_horizontal_compare_wrapper
  .e-chart-3bar_horizontal_compare_label {
  display: inline-block;
  width: 65px;
  vertical-align: top;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
}
.c-matchup
  .e-chart-3bar_horizontal_compare_wrapper
  .e-chart-3bar_horizontal_compare_value {
  display: inline-block;
  width: 65px;
  vertical-align: top;
  letter-spacing: 0.1em;
  color: #16559f;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
}
.c-matchup
  .e-chart-3bar_horizontal_compare_wrapper
  .e-chart-3bar_horizontal_compare_total {
  display: inline-block;
  width: 50px;
  vertical-align: top;
  letter-spacing: 0.1em;
  color: #abadb1;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
}
.c-matchup .c-stat-metric-compare-group .l-flex__item {
  width: 100%;
}
@media (min-width: 48em) {
  .c-matchup .c-stat-metric-compare-group .l-flex__item {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .c-matchup .c-stat-metric-compare-group .l-flex__item {
    width: 33%;
  }
}
.c-matchup .c-stat-group.stats-per-round {
  display: none;
}
.stats-per-round--input {
  visibility: hidden;
  height: 0;
  max-width: 0;
}
.live-stats--input:not(:checked) ~ .stats-per-round--label:before,
.live-stats-per-round--input:not(:checked) ~ .stats-per-round--label:before,
.sig-strikes-by-position-per-round--input:not(:checked)
  ~ .stats-per-round--label:before,
.sig-strikes-by-target--input:not(:checked) ~ .stats-per-round--label:before,
.sig-strikes-by-target-per-round--input:not(:checked)
  ~ .stats-per-round--label:before {
  content: "Show ";
}
.live-stats--input:checked ~ .stats-per-round--label:before,
.live-stats-per-round--input:checked ~ .stats-per-round--label:before,
.sig-strikes-by-position-per-round--input:checked
  ~ .stats-per-round--label:before,
.sig-strikes-by-target--input:checked ~ .stats-per-round--label:before,
.sig-strikes-by-target-per-round--input:checked
  ~ .stats-per-round--label:before {
  content: "Hide ";
}
.live-stats--input:checked ~ #live-stats,
.live-stats-per-round--input:checked ~ #live-stats-per-round,
.sig-strikes-by-position-per-round--input:checked
  ~ #sig-strikes-by-position-per-round,
.sig-strikes-by-target--input:checked ~ #sig-strikes-by-target,
.sig-strikes-by-target-per-round--input:checked
  ~ #sig-strikes-by-target-per-round {
  display: block;
}
@media all and (max-width: 767px) {
  .stats-per-round--label {
    display: none;
  }
  #live-stats,
  #live-stats-per-round,
  #sig-strikes-by-position-per-round,
  #sig-strikes-by-target,
  #sig-strikes-by-target-per-round {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  body.page-node-type-event .c-listing-ticker,
  body.page-node-type-event .c-listing-ticker--footer,
  body.page-node-type-event .dialog-off-canvas-main-canvas.matchup-open {
    display: none !important;
  }
}
.ui-dialog.c-modal--card,
.ui-dialog.c-modal--dark,
.ui-dialog.c-modal--default,
.ui-dialog.c-modal--light,
.ui-dialog.c-modal--light--dark-title {
  position: fixed;
  z-index: 9999;
  overflow: auto;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}
.ui-dialog.c-modal--card .modal-ad-content .modal-ad-inner,
.ui-dialog.c-modal--dark .modal-ad-content .modal-ad-inner,
.ui-dialog.c-modal--default .modal-ad-content .modal-ad-inner,
.ui-dialog.c-modal--light .modal-ad-content .modal-ad-inner,
.ui-dialog.c-modal--light--dark-title .modal-ad-content .modal-ad-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 99vh;
}
#colorbox.c-modal--default,
.c-modal--default .ui-dialog-content {
  width: 100% !important;
  max-width: 36rem !important;
  height: auto !important;
  padding: 0;
}
.ui-dialog {
  padding: 0;
  border: 0;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background: 0 0;
}
body.page-node-type-athlete .ui-dialog .ui-dialog-titlebar {
  top: 20px;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.c-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
}
.path-athletes .c-modal__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 48em) {
  .c-modal__footer-col-1,
  .c-modal__footer-col-2,
  .c-modal__footer-col-3 {
    width: 33.33333%;
  }
}
.c-modal__footer-col-2 {
  text-align: center;
}
.c-modal__footer-col-3 {
  text-align: right;
}
.ui-dialog.c-modal--default {
  background-color: rgba(25, 25, 25, 0.6);
}
.c-modal--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-modal--default .ui-dialog-titlebar-close {
  -webkit-transform: translateX(calc(-50vw + 280px))
    translateY(calc(50vh - 230px));
  transform: translateX(calc(-50vw + 280px)) translateY(calc(50vh - 230px));
}
.path-rankings .c-modal--default .ui-dialog-titlebar-close {
  -webkit-transform: none;
  transform: none;
}
#colorbox.c-modal--default {
  z-index: 9999;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-modal--default .ui-dialog-content {
  background-color: #fff;
}
.c-modal__button {
  text-align: center;
}
.c-modal__button--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-modal__button--inline svg {
  margin-right: 0.5rem;
}
.c-modal__button-icon {
  display: block;
}
.c-modal__button-icon svg {
  width: 14px;
  height: 14px;
}
.c-modal--card .ui-dialog-titlebar-close,
.c-modal--copy-link .ui-dialog-titlebar-close,
.c-modal--dark .ui-dialog-titlebar-close,
.c-modal--default .ui-dialog-titlebar-close,
.c-modal--light .ui-dialog-titlebar-close,
.c-modal--light--dark-title .ui-dialog-titlebar-close,
.overlay__header__close a,
body.path-rankings .c-modal__frame .c-modal__button {
  position: absolute;
  z-index: 100;
  top: 2.25rem;
  right: 1.5rem;
  overflow: hidden;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  text-indent: 200%;
  color: #fff;
  border: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(0,0,0)" /></svg>');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 50.3125em) {
  .c-modal--card .ui-dialog-titlebar-close,
  .c-modal--copy-link .ui-dialog-titlebar-close,
  .c-modal--dark .ui-dialog-titlebar-close,
  .c-modal--default .ui-dialog-titlebar-close,
  .c-modal--light .ui-dialog-titlebar-close,
  .c-modal--light--dark-title .ui-dialog-titlebar-close,
  .overlay__header__close a,
  body.path-rankings .c-modal__frame .c-modal__button {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-modal--card .ui-dialog-titlebar-close span,
.c-modal--copy-link .ui-dialog-titlebar-close span,
.c-modal--dark .ui-dialog-titlebar-close span,
.c-modal--default .ui-dialog-titlebar-close span,
.c-modal--light .ui-dialog-titlebar-close span,
.c-modal--light--dark-title .ui-dialog-titlebar-close span,
.overlay__header__close a span,
body.path-rankings .c-modal__frame .c-modal__button span {
  display: none;
}
.c-modal--card .ui-dialog-titlebar-close:active,
.c-modal--card .ui-dialog-titlebar-close:hover,
.c-modal--copy-link .ui-dialog-titlebar-close:active,
.c-modal--copy-link .ui-dialog-titlebar-close:hover,
.c-modal--dark .ui-dialog-titlebar-close:active,
.c-modal--dark .ui-dialog-titlebar-close:hover,
.c-modal--default .ui-dialog-titlebar-close:active,
.c-modal--default .ui-dialog-titlebar-close:hover,
.c-modal--light .ui-dialog-titlebar-close:active,
.c-modal--light .ui-dialog-titlebar-close:hover,
.c-modal--light--dark-title .ui-dialog-titlebar-close:active,
.c-modal--light--dark-title .ui-dialog-titlebar-close:hover,
.overlay__header__close a:active,
.overlay__header__close a:hover,
body.path-rankings .c-modal__frame .c-modal__button:active,
body.path-rankings .c-modal__frame .c-modal__button:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(210,10,10)" /></svg>');
}
.c-modal--default .c-modal__frame {
  padding-top: 4.5rem;
}
.ui-dialog.c-modal--dark {
  background-color: rgba(25, 25, 25, 0.75);
}
#colorbox.c-modal--dark {
  z-index: 9999;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 1440px !important;
  min-height: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-modal--dark .ui-dialog-content,
.c-modal--light .ui-dialog-content {
  width: 100% !important;
}
.c-modal--dark.ui-iframe .ui-dialog-content,
.c-modal--light.ui-iframe .ui-dialog-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
}
.c-modal--dark.ui-iframe .ui-dialog-content iframe,
.c-modal--light.ui-iframe .ui-dialog-content iframe {
  width: 100% !important;
  height: calc(100% - 10px) !important;
  border: 0;
}
.c-modal--dark .ui-dialog-titlebar-close {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(255,255,255)" /></svg>');
}
.c-modal--dark .c-modal__frame,
.c-modal--dark .c-modal__frame--spacing-no-title,
.c-modal--dark .c-modal__frame--spacing-top,
.c-modal--dark .c-modal__frame--spacing-vertical {
  min-height: 100vh;
  background-color: #000;
}
.c-modal__frame__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}
.c-modal__frame__center > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.c-modal__frame__center .fb_ltr {
  position: relative;
}
.c-modal--dark .c-modal__frame--spacing-no-title {
  padding: 0 4.5rem 4.5rem;
}
.c-modal--dark .c-modal__frame--spacing-top {
  padding-top: 4.5rem;
}
.c-modal--dark .c-modal__frame--spacing-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.c-modal--dark .c-modal__title {
  margin: 0;
  padding: 1.5rem 3.75rem;
  text-align: center;
  color: #fff;
}
.c-modal--dark .c-modal__footer {
  background-color: #fff;
}
.ui-dialog.c-modal--light {
  background-color: #fff;
}
#colorbox.c-modal--light {
  z-index: 9999;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 1440px !important;
  min-height: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-modal--light .ui-dialog-content {
  width: 100% !important;
}
.c-modal--light .ui-dialog-titlebar-close {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(0,0,0)" /></svg>');
}
.c-modal--light .c-modal__frame,
.c-modal--light .c-modal__frame--spacing-no-title,
.c-modal--light .c-modal__frame--spacing-top,
.c-modal--light .c-modal__frame--spacing-vertical,
.c-modal--light--dark-title .c-modal__frame--spacing-no-title,
.c-modal--light--dark-title .c-modal__frame--spacing-top,
.c-modal--light--dark-title .c-modal__frame--spacing-vertical {
  background-color: #fff;
}
.c-modal--light .c-modal__frame--spacing-no-title {
  padding: 0 4.5rem 4.5rem;
}
.c-modal--light .c-modal__frame--spacing-top {
  padding-top: 4.5rem;
}
.c-modal--light .c-modal__frame--spacing-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.c-modal--light .c-modal__title {
  margin: 0;
  padding: 1.5rem 3.75rem;
  text-align: center;
  color: #fff;
}
.c-modal--light .c-modal__footer {
  background-color: #000;
}
.ui-dialog.c-modal--light--dark-title {
  background-color: #fff;
}
#colorbox.c-modal--light--dark-title {
  z-index: 9999;
  top: 0 !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 1440px !important;
  min-height: 6rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-modal--light--dark-title .ui-dialog-content {
  width: 100% !important;
}
.c-modal--light--dark-title .ui-dialog-titlebar-close {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(255,255,255)" /></svg>');
}
.c-modal--light--dark-title .c-modal__frame {
  background-color: #fff;
}
.c-modal--light--dark-title .c-modal__frame--spacing-no-title {
  padding: 0 4.5rem 4.5rem;
}
.c-modal--light--dark-title .c-modal__frame--spacing-top {
  padding-top: 4.5rem;
}
.c-modal--light--dark-title .c-modal__frame--spacing-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.c-modal--light--dark-title .c-modal__title {
  margin: 0;
  padding: 1.5rem 3.75rem;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.c-modal--light--dark-title .c-modal__footer {
  background-color: #000;
}
.c-modal__container--hidden {
  display: none;
}
.c-modal--card {
  font-size: 14px;
}
#colorbox.c-modal--card {
  z-index: 9999;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  max-width: 390px !important;
  min-height: 6rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.c-modal--card .ui-dialog-content {
  width: 100% !important;
}
.c-modal--card .c-modal__frame,
.c-modal--card .c-modal__frame--spacing-no-title,
.c-modal--card .c-modal__frame--spacing-top,
.c-modal--card .c-modal__frame--spacing-vertical {
  background-color: #fff;
}
.c-modal--card .c-modal__frame--spacing-no-title {
  padding: 0 4.5rem 4.5rem;
}
.c-modal--card .c-modal__frame--spacing-top {
  padding-top: 4.5rem;
}
.c-modal--card .c-modal__frame--spacing-vertical {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.c-modal--card .c-modal__title {
  margin: 0;
  padding: 1.5rem 3.75rem;
  text-align: center;
  color: #000;
}
.c-modal--card .c-modal__footer {
  background-color: #000;
}
.c-modal--copy-link,
.c-modal--copy-link .ui-dialog-content {
  width: 90% !important;
  height: 95px !important;
  background: #fff;
}
@media (min-width: 36.25em) {
  .c-modal--copy-link,
  .c-modal--copy-link .ui-dialog-content {
    width: 360px !important;
  }
}
.c-modal--copy-link:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  content: " ";
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #fff;
}
.c-modal--copy-link .ui-dialog-titlebar-close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 12px;
  height: 12px;
}
.path-rankings
  .ui-dialog.c-modal--default.ui-widget.ui-widget-content.ui-front.ui-resizable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 50.3125em) {
  .copy-link--position {
    position: fixed !important;
    top: 76px !important;
    display: block !important;
    left: auto !important;
    right: 250px !important;
  }
}
@media (min-width: 50.3125em) {
  .ui-dialog-youtube ~ .copy-link--position {
    top: 120px !important;
  }
}
.c-menu-footer__item--level-1 {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  list-style: none;
}
.c-menu-footer__link--level-1 {
  color: #fff;
  font: bold 14px/1.3;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.c-menu-footer__link--level-2 {
  text-decoration: none;
  color: #585b63;
  font-weight: 400;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: none;
}
.c-menu-footer__link--level-2:visited {
  text-decoration: none;
  color: #585b63;
}
.c-menu-footer__link--level-2:hover {
  text-decoration: none;
  color: #d5d6d8;
}
.c-menu-main {
  padding: 1.5rem;
  width: 100%;
}
@media (max-width: 47.9375em) {
  .c-menu-main {
    overflow-y: auto;
  }
}
@media (min-width: 48em) {
  .c-menu-main {
    padding: 0;
  }
}
@media (max-width: 47.9375em) {
  .c-menu-main__menu--level-1 {
    min-height: 100vh;
    margin-bottom: 50px;
  }
}
@media only screen and (max-height: 25em) and (max-width: 47.9375em) and (orientation: landscape) {
  .c-menu-main__menu--level-1 {
    margin-bottom: 100px;
  }
}
@media (min-width: 48em) {
  .c-menu-main__menu--level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 0 4.3125rem 0 0.9375rem;
    width: 100%;
  }
  .c-menu-main__menu--level-1.is-dark {
    background-color: #000;
  }
  .c-menu-main__menu--level-1 > li > a {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
.c-menu-main__menu--underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #d20a0a;
  z-index: 1;
  display: none;
}
@media (min-width: 48em) {
  .c-menu-main__menu--underline {
    display: block;
  }
}
.c-menu-main__menu--level-2 {
  position: static !important;
}
.c-menu-main__menu--level-2[aria-expanded="false"] {
  display: none;
}
@media (min-width: 48em) {
  .c-menu-main__menu--level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute !important;
    top: 100% !important;
    left: 0;
    z-index: 2;
    margin-left: 0 !important;
    background-color: #fff;
    padding: 0 0.9375rem;
    width: 100%;
    -webkit-transition: 0.5s height ease;
    transition: 0.5s height ease;
    height: 0;
  }
  .c-menu-main__menu--level-2::before {
    position: absolute;
    left: 50%;
    opacity: 1;
    background-color: #eeeeef;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s height ease;
    transition: 0.5s height ease;
    height: 0;
  }
  .is-sticky .c-menu-main__menu--level-2::before {
    opacity: 1;
    width: 100vw;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  .c-menu-main__menu--level-2.is-dark {
    background-color: #000;
  }
  .c-menu-main__menu--level-2.is-dark::before {
    background-color: #1a1a1a;
  }
  .c-menu-main__menu--level-2 > li {
    overflow: hidden;
  }
  .c-menu-main__menu--level-2[aria-expanded="true"] {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 66px;
  }
  .c-menu-main__menu--level-2[aria-expanded="true"]::before {
    height: 66px;
  }
}
.c-menu-main__item--right .c-menu-main__menu--level-2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@-webkit-keyframes borderWidth {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100vw;
  }
}
@keyframes borderWidth {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100vw;
  }
}
@media (min-width: 48em) {
  .c-menu-main__item--home,
  .c-menu-main__item--left,
  .c-menu-main__item--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-top;
    -ms-flex-align: flex-top;
    align-items: flex-top;
    direction: column;
    z-index: 2;
  }
}
@media (min-width: 48em) {
  .c-menu-main__item--right.is-pushed {
    margin-left: auto;
  }
}
.c-menu-main__item--home {
  display: none;
}
@media (min-width: 48em) {
  .c-menu-main__item--home {
    display: block;
  }
}
@media (min-width: 48em) {
  .c-menu-main__item--below {
    position: relative;
  }
  .c-menu-main__item--below a:after {
    display: block;
    position: absolute;
    top: calc(50% - 0.375rem);
    right: 0;
    background-color: #eeeeef;
    width: 1px;
    height: 0.75rem;
    content: "";
  }
  .c-menu-main__item--below:last-child a:after {
    display: none;
  }
}
@media (min-width: 48em) {
  .c-menu-main__item--below-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}
.c-menu-main__button--home,
.c-menu-main__button--level-1,
.c-menu-main__button--level-2 {
  display: block;
  padding: 0.375rem 1.125rem;
  text-align: center;
  text-transform: uppercase;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 48em) {
  .c-menu-main__button--home,
  .c-menu-main__button--level-1,
  .c-menu-main__button--level-2 {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 4.5rem;
    text-align: left;
  }
}
.c-menu-main__button--home,
.c-menu-main__button--level-1 {
  width: 100%;
  line-height: 1.875rem;
  color: #191919;
  font-size: 1.5rem;
}
.c-menu-main__button--home:active,
.c-menu-main__button--home:hover,
.c-menu-main__button--level-1:active,
.c-menu-main__button--level-1:hover {
  color: #d20a0a;
}
@media (min-width: 48em) {
  .c-menu-main__button--home,
  .c-menu-main__button--level-1 {
    display: inline-block;
    position: relative;
    width: auto;
    line-height: 1.125rem;
    font-size: 1rem;
  }
  .is-dark.c-menu-main__button--home,
  .is-dark.c-menu-main__button--level-1 {
    color: #fff;
  }
  .is-dark.c-menu-main__button--home .e-logo,
  .is-dark.c-menu-main__button--level-1 .e-logo {
    color: #fff;
  }
  .is-active.c-menu-main__button--home:after,
  .is-active.c-menu-main__button--level-1:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1.125rem);
    background-color: #d20a0a;
    width: 2.25rem;
    height: 0.125rem;
  }
}
@media (min-width: 48em) {
  .c-menu-main__button--level-1 {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-menu-main__button--level-1.is-active {
    color: #d20a0a;
  }
}
@media (min-width: 48em) {
  .c-menu-main__button--home {
    position: absolute;
    left: calc(50% - 3.0625rem);
    height: 100%;
  }
}
@media (min-width: 48em) {
  .c-menu-main__button--home .e-logo {
    position: relative;
    top: calc(50% - 1rem);
  }
}
.c-menu-main__button--level-2 {
  line-height: 1.5rem;
  color: #abadb1;
  font-size: 1.125rem;
}
.c-menu-main__button--level-2:active,
.c-menu-main__button--level-2:hover {
  color: #191919;
}
.c-menu-main__button--level-2.is-active {
  color: #191919;
}
@media (min-width: 48em) {
  .c-menu-main__button--level-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.125rem;
    font-size: 1rem;
  }
  .c-menu-main__button--level-2.is-dark {
    color: #eeeeef;
  }
  .c-menu-main__button--level-2.is-dark:active,
  .c-menu-main__button--level-2.is-dark:hover {
    color: #fff;
  }
  .c-menu-main__button--level-2.is-dark.is-active {
    color: #fff;
  }
}
@media (min-width: 48em) {
  .scroll-down,
  .scroll-up {
    display: none !important;
  }
}
body:not(.path-search) .c-site-header__search-control {
  display: none;
}
@media (min-width: 48em) {
  body:not(.path-search) .c-menu-main__menu--level-1 {
    padding-left: 0.9375rem;
  }
}
.c-menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-menu-social__link {
  display: block;
  padding: 0.75rem;
  color: #abadb1;
}
.c-menu-social__link:hover {
  color: #191919;
}
.newsletter-page {
  background-color: #fff;
}
.newsletter-page .form-wrapper {
  margin: 0 auto;
  height: auto;
  width: 60%;
  position: relative;
  top: 18%;
}
.newsletter-page .form-wrapper .e-t2 {
  line-height: 0.7em;
}
.newsletter-page .form-wrapper .sub-heading {
  margin-top: 23px;
  margin-bottom: 68px;
}
.newsletter-page .form-wrapper #edit-actions {
  margin-left: 0;
}
.newsletter-page .form-wrapper #edit-actions #edit-submit {
  width: 100%;
  height: 48px;
  margin-top: 25px;
}
.newsletter-page .form-wrapper #edit-actions #edit-submit.disabled {
  border: none;
  border-radius: 1px;
  background-color: rgba(99, 91, 99, 0.25);
  color: #fff;
}
.newsletter-page .l-flex--2col-1to2 > .l-flex__item {
  margin-bottom: 0;
  padding: 0;
}
.l-overlap-group--no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-overlap-group--no-image .l-overlap-group__item--even,
.l-overlap-group--no-image .l-overlap-group__item--odd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  width: 50%;
}
.l-overlap-group--no-image .l-overlap-group__item--even--full-width,
.l-overlap-group--no-image .l-overlap-group__item--odd--full-width {
  width: 100%;
}
.c-overlap-athlete-detail {
  display: grid;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  grid-template-rows: auto 3rem auto;
}
@media (min-width: 25em) {
  .c-overlap-athlete-detail {
    grid-template-columns: 3rem 1fr 3rem;
  }
}
@media (min-width: 56.25em) {
  .c-overlap-athlete-detail {
    grid-template-columns: 2fr 4fr 4fr 2fr;
    grid-template-rows: 6rem auto 3rem;
  }
}
.c-overlap-athlete-detail--no-image {
  display: block;
  width: 100%;
}
.c-overlap-athlete-detail__image {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  justify-self: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  width: 100%;
  max-width: 1010px;
  z-index: 1;
}
.c-overlap-athlete-detail--left__image,
.l-overlap-group__item--odd .c-overlap-athlete-detail__image {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}
@media (min-width: 56.25em) {
  .c-overlap-athlete-detail--left__image,
  .l-overlap-group__item--odd .c-overlap-athlete-detail__image {
    grid-column: 2 / span 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
}
.c-overlap-athlete-detail--left__card,
.c-overlap-athlete-detail__card,
.l-overlap-group__item--odd .c-overlap-athlete-detail__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 1.5rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media (min-width: 25em) {
  .c-overlap-athlete-detail--left__card,
  .c-overlap-athlete-detail__card,
  .l-overlap-group__item--odd .c-overlap-athlete-detail__card {
    padding: 3rem;
  }
}
.c-overlap-athlete-detail--left__card,
.l-overlap-group__item--odd .c-overlap-athlete-detail__card {
  padding-bottom: 0;
  grid-column: 2 / span 1;
  grid-row: 2 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
}
@media (min-width: 56.25em) {
  .c-overlap-athlete-detail--left__card,
  .l-overlap-group__item--odd .c-overlap-athlete-detail__card {
    grid-column: 1 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.c-overlap-athlete-detail__card {
  margin: 0 auto;
  padding-bottom: 0;
  grid-column: 2 / span 1;
  grid-row: 2 / span 2;
  justify-self: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  max-width: 600px;
  z-index: 2;
}
@media (min-width: 56.25em) {
  .c-overlap-athlete-detail__card {
    grid-column: 3 / span 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}
.c-overlap-athlete-detail__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}
.c-overlap-athlete-detail__words {
  width: 100%;
}
.c-overlap-athlete-detail__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.c-overlap-athlete-detail--stats__title {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
.c-overlap-athlete-detail__chart {
  max-width: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.c-overlap-athlete-detail__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 14.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.c-overlap-athlete-detail__stats-text {
  width: 75%;
}
.c-overlap-athlete-detail__stats-value {
  width: 25%;
  margin: 0;
  font-weight: 700;
  text-align: right;
}
.view-athletes-trending.view-display-id-block_1
  .c-overlap-athlete-detail__card {
  padding: 2rem;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 38.75em) {
  .view-athletes-trending.view-display-id-block_1
    .c-overlap-athlete-detail__card {
    padding: 4.5rem;
  }
}
@media (min-width: 76.25em) {
  .view-athletes-trending.view-display-id-block_1
    .c-overlap-athlete-detail__card
    .e-t2 {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .view-athletes-trending.view-display-id-block_1 .l-overlap-group__item--odd {
    margin-bottom: 3rem;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--odd
    .c-overlap-athlete-detail__image {
    grid-column: 2 / span 3;
  }
  .view-athletes-trending.view-display-id-block_1 .l-overlap-group__item--even {
    margin-bottom: 3rem;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--even
    .c-overlap-athlete-detail__image {
    grid-column: 1 / span 2;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--even
    .c-overlap-athlete-detail__card {
    grid-column: 2 / span 2;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-overlap-athlete-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    margin-bottom: 120px;
  }
  .c-overlap-athlete-detail__card {
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 2;
  }
  .l-overlap-group__item--even .c-overlap-athlete-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l-overlap-group__item--even .c-overlap-athlete-detail__card {
    left: auto;
    right: 0;
  }
}
.c-overlap {
  display: grid;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  grid-template-rows: auto 3rem auto;
}
@media (min-width: 25em) {
  .c-overlap {
    grid-template-columns: 3rem 1fr 3rem;
  }
}
@media (min-width: 56.25em) {
  .c-overlap {
    grid-template-columns: 2fr 4fr 4fr 2fr;
    grid-template-rows: 3fr 9fr 1fr;
  }
}
.c-overlap .slick-slide img {
  width: 100%;
}
.c-overlap__image {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
  width: 100%;
  z-index: 1;
}
.c-overlap--left__image,
.l-overlap-group__item--odd .c-overlap__image {
  grid-column: 1 / span 3;
  grid-row: 1 / span 2;
}
@media (min-width: 56.25em) {
  .c-overlap--left__image,
  .l-overlap-group__item--odd .c-overlap__image {
    grid-column: 2 / span 3;
  }
}
.c-overlap--left__card,
.c-overlap__card,
.l-overlap-group__item--odd .c-overlap__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 1.5rem;
}
@media (min-width: 25em) {
  .c-overlap--left__card,
  .c-overlap__card,
  .l-overlap-group__item--odd .c-overlap__card {
    padding: 3rem;
  }
}
.c-overlap--left__card,
.l-overlap-group__item--odd .c-overlap__card {
  grid-column: 1 / span 2;
  grid-row: 2 / span 2;
}
@media (min-width: 56.25em) {
  .c-overlap--left__card,
  .l-overlap-group__item--odd .c-overlap__card {
    grid-column: 1 / span 2;
  }
}
.c-overlap__card {
  grid-column: 2 / span 2;
  grid-row: 2 / span 2;
  justify-self: center;
  z-index: 2;
  position: relative;
}
@media (min-width: 56.25em) {
  .c-overlap__card {
    grid-column: 3 / span 2;
  }
}
.c-overlap__title {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
}
.c-overlap__words {
  width: 100%;
}
.c-overlap__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.c-overlap--stats__title {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
.c-overlap__chart {
  max-width: 12.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.c-overlap__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 14.0625rem;
  margin-left: auto;
  margin-right: auto;
}
.c-overlap__stats-text {
  width: 75%;
}
.c-overlap__stats-value {
  width: 25%;
  margin: 0;
  font-weight: 700;
  text-align: right;
}
.view-athletes-trending.view-display-id-block_1 .c-overlap__card {
  padding: 2rem;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 38.75em) {
  .view-athletes-trending.view-display-id-block_1 .c-overlap__card {
    padding: 4.5rem;
  }
}
@media (min-width: 76.25em) {
  .view-athletes-trending.view-display-id-block_1 .c-overlap__card .e-t2 {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .view-athletes-trending.view-display-id-block_1 .l-overlap-group__item--odd {
    margin-bottom: 3rem;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--odd
    .c-overlap__image {
    grid-column: 2 / span 3;
  }
  .view-athletes-trending.view-display-id-block_1 .l-overlap-group__item--even {
    margin-bottom: 3rem;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--even
    .c-overlap__image {
    grid-column: 1 / span 2;
  }
  .view-athletes-trending.view-display-id-block_1
    .l-overlap-group__item--even
    .c-overlap__card {
    grid-column: 2 / span 2;
  }
}
.l-overlap-group > div:nth-of-type(1) .c-overlap__words h3:nth-child(1) a {
  color: #d20a0a;
}
.l-overlap-group > div:nth-of-type(2) .c-overlap__words h3:nth-child(2) a {
  color: #d20a0a;
}
.l-overlap-group > div:nth-of-type(3) .c-overlap__words h3:nth-child(3) a {
  color: #d20a0a;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-overlap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 136px;
  }
  .c-overlap .c-overlap__image {
    width: 85%;
  }
  .c-overlap .c-overlap__card {
    position: absolute;
    bottom: -66px;
    left: 0;
    z-index: 2;
    max-width: 640px;
  }
  .c-overlap__words {
    padding: 95px 0 85px;
  }
  .l-overlap-group__item--even .c-overlap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l-overlap-group__item--even .c-overlap .c-overlap__card {
    left: auto;
    right: 0;
  }
}
@media (min-width: 76.25em) {
  html[lang="ru"]
    .view-athletes-trending.view-display-id-block_1
    .c-overlap__card
    .e-t2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
.overlay__header-bg {
  height: 300px;
  background-color: #191919;
}
.overlay__header {
  position: absolute;
  z-index: 2;
  top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.overlay__header svg {
  fill: #fff;
}
.overlay__header a {
  color: #fff;
}
.overlay__header__information {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  color: #fff;
}
@media (min-width: 36.25em) {
  .overlay__header__information {
    margin: 0;
  }
}
@media (min-width: 50.3125em) {
  .overlay__header__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gallery-collapsed .overlay__header__information,
.gallery-expanded .overlay__header__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overlay__header__information__icon {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.overlay__header__information__icon svg {
  width: 16px;
  height: 16px;
}
.overlay__header__title {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: auto;
  margin-bottom: 0;
  color: #fff;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
}
@media (min-width: 36.25em) {
  .overlay__header__title::before {
    width: 1px;
    height: 2rem;
    margin: auto 1rem;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 50.3125em) {
  .overlay__header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.overlay__header__buttons {
  position: absolute;
  top: 0;
  right: 3.125rem;
}
.overlay__header__buttons .c-modal__button-label {
  color: #fff;
  display: none;
}
@media (min-width: 50.3125em) {
  .overlay__header__buttons {
    margin-left: auto;
    right: 3.75rem;
  }
  .overlay__header__buttons .c-modal__button-label {
    display: block;
  }
}
.node--view-mode-gallery-collapsed .overlay__header__buttons {
  top: 0;
  right: 1rem;
}
.overlay__header__buttons .e-button--icon-left,
.overlay__header__buttons .e-button--minimal {
  padding: 0.625rem;
}
.overlay__header__buttons .e-button--icon-left svg,
.overlay__header__buttons .e-button--minimal svg {
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 50.3125em) {
  .overlay__header__buttons .e-button--icon-left,
  .overlay__header__buttons .e-button--minimal {
    padding: 1rem 2.25rem;
  }
  .overlay__header__buttons .e-button--icon-left svg,
  .overlay__header__buttons .e-button--minimal svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.overlay__header__button-copy {
  display: none;
}
@media (min-width: 50.3125em) {
  .overlay__header__button-copy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.overlay__header__close a {
  top: 0.625rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 31 31"><path d="M29.51.5l2,2L18,16,31.5,29.51l-2,2L16,18,2.49,31.5l-2-2L14,16,.5,2.49l2-2L16,14Z" transform="translate(-0.5 -0.5)" fill="rgb(255,255,255)" /></svg>');
}
.overlay__header-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.overlay__header-copy__value {
  overflow: hidden;
  width: 100%;
  height: 55px;
  margin-bottom: auto;
  padding: 1rem 2rem 1rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 2px solid #d5d6d8;
  font-size: 12px;
}
.overlay__header-copy__status {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 12px;
  font-weight: 700;
}
.overlay__header-copy__status--success {
  display: block;
}
.overlay__header-copy__status__icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.overlay__header-copy__status__icon svg {
  width: 16px;
  height: 16px;
  fill: #abadb1;
}
.overlay__header-copy__status__text {
  vertical-align: top;
}
.overlay__header-copy__copy-link {
  margin-left: auto;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
}
.overlay__header-copy__copy-link button {
  color: #d20a0a;
  border: 0;
}
.overlay__header__fullscreen a {
  display: block;
  width: 21px;
  height: 21px;
  padding: 1rem 2.25rem;
}
.overlay__header__fullscreen a svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}
.overlay__header__fullscreen .c-modal__button-label {
  display: none;
}
.ui-dialog .overlay__header__close {
  display: none;
}
.video-player-inline .overlay__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}
.video-player-inline .overlay__header__title {
  display: none;
}
.video-full .overlay__header {
  top: 1rem;
}
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-pager__group-backwards,
.c-pager__group-forwards,
.c-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pager__item,
.c-pager__item-is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-pager__button,
.c-pager__button--is-active {
  border: 1px solid #fff;
  background-color: #fff;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 38.75em) {
  .c-pager__button,
  .c-pager__button--is-active {
    padding: 1.125rem 1.5rem;
  }
}
.c-pager__button {
  color: #585b63;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.c-pager__button:focus,
.c-pager__button:hover {
  color: #d20a0a;
}
.c-pager__button--is-active {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d20a0a),
    to(#d20a0a)
  );
  background-image: linear-gradient(#d20a0a, #d20a0a);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 50% 2px;
  cursor: default;
  color: #d20a0a;
}
@media (min-width: 38.75em) {
  .c-pager__button--is-active {
    background-position: bottom 6px center;
  }
}
.c-pager__button-next,
.c-pager__button-prev {
  border: 1px solid #eeeeef;
  padding: 0.375rem;
  color: #191919;
  -webkit-box-shadow: 0 2px 4px transparent;
  box-shadow: 0 2px 4px transparent;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform;
  transition: color 0.25s, -webkit-box-shadow 0.25s, -webkit-transform;
  transition: color 0.25s, box-shadow 0.25s, transform;
  transition: color 0.25s, box-shadow 0.25s, transform, -webkit-box-shadow 0.25s,
    -webkit-transform;
}
@media (min-width: 38.75em) {
  .c-pager__button-next,
  .c-pager__button-prev {
    padding: 1.125rem;
  }
}
.c-pager__button-next:focus,
.c-pager__button-next:hover,
.c-pager__button-prev:focus,
.c-pager__button-prev:hover {
  color: #d20a0a;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.c-pager__button-next:active,
.c-pager__button-prev:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.c-pager__button-first,
.c-pager__button-last {
  color: #191919;
}
.c-pager__button-first:focus,
.c-pager__button-first:hover,
.c-pager__button-last:focus,
.c-pager__button-last:hover {
  color: #d20a0a;
}
.c-pager__button-first {
  margin-right: 3rem;
}
.c-pager__button-last {
  margin-left: 3rem;
}
.c-image-and-card-paragraph__image {
  display: none;
}
.c-image-and-card-paragraph__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
}
.c-image-and-card-paragraph__card {
  padding: 0 1rem;
  max-width: 450px;
  margin: 0 auto;
}
.c-image-and-card-paragraph__card__text {
  border-bottom: 1px solid #d5d6d8;
  padding-bottom: 0.5rem;
  margin-bottom: 3rem;
}
.c-image-and-card-paragraph__card__headline {
  font-size: 2rem;
  line-height: 2rem;
}
@media (min-width: 64em) {
  .c-image-and-card-paragraph__left {
    display: grid;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: 200px 400px auto;
    grid-template-rows: 230px 430px 130px;
  }
  .c-image-and-card-paragraph__right {
    display: grid;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: 620px 400px 200px;
    grid-template-rows: 230px 430px 130px;
  }
  .c-image-and-card-paragraph__card {
    background: #fff;
    max-width: 598px;
    max-height: 560px;
    padding-bottom: 75px;
    padding-left: 60px;
    padding-top: 170px;
    padding-right: 85px;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    grid-row: 2 / span 2;
    z-index: 1;
  }
  .c-image-and-card-paragraph__image {
    display: block;
    grid-row: 1 / span 2;
  }
  .c-image-and-card-paragraph__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-image-and-card-paragraph__left .c-image-and-card-paragraph__card {
    grid-column: 1 / span 2;
  }
  .c-image-and-card-paragraph__right .c-image-and-card-paragraph__card {
    grid-column: 2 / span 2;
  }
  .c-image-and-card-paragraph__left .c-image-and-card-paragraph__image {
    grid-column: 2 / span 2;
  }
  .c-image-and-card-paragraph__right .c-image-and-card-paragraph__image {
    grid-column: 1 / span 2;
  }
  .c-image-and-card-paragraph__card__pre_headline {
    margin-bottom: 10px;
  }
  .c-image-and-card-paragraph__card__headline {
    margin-bottom: 30px;
  }
  .c-image-and-card-paragraph__card__text {
    line-height: 22px;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}
.field--name-tweets {
  display: grid;
  grid-template-columns: repeat(2, 500px);
  grid-gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: dense;
}
.c-two-col-paragraph .c-two-col-paragraph__pre-headline {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 0.6rem;
}
@media (min-width: 48em) {
  .c-two-col-paragraph .c-two-col-paragraph__pre-headline {
    font-size: 18px;
    margin-top: 5rem;
    margin-bottom: 1rem;
  }
}
.c-two-col-paragraph .c-two-col-paragraph__headline {
  text-align: center;
  font-size: 28px;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .c-two-col-paragraph .c-two-col-paragraph__headline {
    font-size: 36px;
    margin-bottom: 3rem;
  }
}
.c-two-col-paragraph .c-two-col-paragraph__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
  padding-bottom: 90px;
  margin-top: 0;
}
.c-two-col-paragraph .c-two-col-paragraph__wrapper > div {
  -ms-flex-preferred-size: 392px;
  flex-basis: 392px;
}
@media (min-width: 48em) {
  .c-two-col-paragraph .c-two-col-paragraph__wrapper > div:nth-child(1) {
    margin-right: 2.5rem;
  }
}
.poll-view {
  border: 1px solid #d5d6d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.poll-view .poll-view-form .poll-title {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.poll-view .poll-view-form .poll-question {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin: 1rem;
}
.poll-view .poll-view-form .form-item-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.poll-view .poll-view-form .form-radio {
  visibility: hidden;
}
.poll-view .poll-view-form .option {
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  border: 1px solid #d5d6d8;
}
.poll-view .poll-view-form .option:hover {
  background: #d5d6d8;
}
.poll-view .poll-view-form .poll-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.poll-view .poll-view-form .poll-header .poll-question {
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 1rem;
  margin: 1rem;
}
.poll-view .poll-view-form .form-item {
  margin: 1rem;
}
.poll-view .poll-view-form .form-actions {
  display: none;
}
.poll-view .field--name-image-poll {
  display: none;
}
.poll-view .field--name-image-poll img {
  width: 100%;
}
.poll-view [data-responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 300px;
}
.poll .bar {
  background-color: #fff;
  height: 2rem;
}
.poll .bar .foreground {
  border: 1px solid #d5d6d8;
  background-color: #fff;
  height: 2rem;
}
.poll .winner .foreground {
  background-color: #d5d6d8;
  border: none;
  -webkit-box-shadow: 0 1px 5px rgba(213, 214, 216, 0.8);
  box-shadow: 0 1px 5px rgba(213, 214, 216, 0.8);
}
.poll .percent {
  position: relative;
  top: -1.75rem;
  margin-right: 1rem;
}
.poll .total {
  display: none;
}
.poll dl {
  padding: 1rem;
}
.poll dt.choice-title {
  position: relative;
  top: 1.85rem;
  margin-left: 1rem;
}
.c-poster,
.c-poster--featured {
  position: relative;
  height: 0;
  padding-top: 133.33%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c-poster--featured:hover,
.c-poster:hover,
.is-active.c-poster,
.is-active.c-poster--featured {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-poster .c-poster__front,
.c-poster--featured .c-poster__front {
  text-align: center;
}
.c-poster img,
.c-poster--featured img {
  width: 100%;
}
.c-poster__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.3),
    transparent 66%,
    #191919 calc(100% - 65px)
  );
  z-index: 2;
}
.c-poster__image-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-poster__image-wrapper img {
  width: 100%;
  height: auto !important;
}
.slick-current .c-poster__image-wrapper img {
  -webkit-transition: all 7s ease-in-out;
  transition: all 7s ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-poster--featured .c-poster__front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.c-poster__title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
}
.c-poster__title-number {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5rem;
  text-align: right;
  color: #191919;
  font-family: DIN2014, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}
.c-poster__title-number::before {
  width: 100%;
  height: 2px;
  padding-right: 0.5rem;
  content: "";
  background-color: #191919;
}
.c-poster__front-chronos {
  font-family: DIN2014, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
}
.c-poster__front-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.c-poster__front-channels a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.875rem;
  text-align: center;
  display: inline-block;
}
.c-poster__front-channel {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem 0;
  text-transform: uppercase;
  background-color: rgba(88, 91, 99, 0.5);
}
.c-poster__front-toggle-button {
  color: #d5d6d8;
  border-color: transparent;
  border-style: solid;
  border-radius: 2px;
  border-width: 1px;
  display: inline-block;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 50px;
  font-size: 2rem;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.c-poster__front-toggle-button:hover {
  border-color: #d5d6d8;
}
.c-poster__details-header {
  height: 24px;
}
.c-poster__front {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c-poster__front .c-poster__details-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.c-poster__front .c-poster__location {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c-poster__front .c-poster__details-footer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: max-height;
  transition-property: max-height;
}
.c-poster__front .c-poster__full-details-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.c-poster__front .c-poster__full-details-link-wrapper {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.c-poster--featured.is-active .c-poster__front .c-poster__location,
.c-poster__front:hover .c-poster__location {
  opacity: 1;
}
.c-poster--featured.is-active .c-poster__front .c-poster__front-toggle-button,
.c-poster__front:hover .c-poster__front-toggle-button {
  color: #fff;
}
.c-poster--featured.is-active .c-poster__front .c-poster__details-footer,
.c-poster__front:hover .c-poster__details-footer {
  max-height: 50px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c-poster--featured.is-active
  .c-poster__front
  .c-poster__full-details-link-wrapper,
.c-poster__front:hover .c-poster__full-details-link-wrapper {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.c-poster__hashtag {
  color: #d20a0a;
  font-weight: 700;
}
.c-poster__back {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  padding: 1.5rem;
}
.c-poster__back-details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.c-poster__back-details > :not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-poster__back-details-header {
  position: relative;
  margin-bottom: 3rem;
}
.c-poster__back-details-header .c-poster__title svg {
  margin: 0 auto;
  display: block;
}
.c-poster__back-details-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.c-poster__back-details-body .c-poster__hashtag {
  margin-bottom: 1.5rem;
}
.c-poster__back-details-body .c-poster__location {
  border-bottom: solid 1px #d5d6d8;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-poster--featured .c-poster__back .c-poster__back-toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 24px;
  width: 24px;
  cursor: pointer;
  background-color: transparent;
}
.c-poster--featured .c-poster__back .c-poster__back-toggle-button svg {
  height: 100%;
  width: 100%;
  fill: #abadb1;
}
.c-poster--featured .c-poster__back .c-poster__back-toggle-button:hover svg {
  fill: currentColor;
}
.c-poster__back .c-poster__back-main-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-poster__back .c-poster__full-details-link {
  margin-top: auto;
}
.c-poster__back .c-poster__full-details-link a {
  display: block;
  text-align: center;
}
.c-poster__back-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d5d6d8;
}
.c-poster__back-cta {
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.c-poster__back-cta a {
  text-transform: uppercase;
  color: #191919;
}
.c-poster__back-cta a:focus,
.c-poster__back-cta a:hover {
  color: #d20a0a;
}
.c-poster--featured .c-poster__details {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
  color: #fff;
}
.c-poster--featured svg {
  fill: #fff;
}
.c-poster--featured .c-poster__front .c-poster__title {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 610px) {
  .c-poster--featured .c-poster__front .c-poster__title {
    margin-top: calc(50% - 65px);
  }
}
.c-poster--featured .c-poster__title-number {
  color: #fff;
}
.c-poster--featured .c-poster__title-number::before {
  background-color: #fff;
}
.c-poster--featured .c-poster__back svg {
  fill: #191919;
}
.c-poster--featured .c-poster__back .c-poster__title-number {
  color: #191919;
}
.c-poster--featured .c-poster__back .c-poster__title-number::before {
  background-color: #191919;
}
.c-poster--featured .c-poster__main-event-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-poster--featured .c-poster__main-event-person {
  display: block;
  color: #fff;
}
.c-poster--featured .c-poster__main-event-vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.c-poster--featured .c-poster__main-event-vs > * {
  margin-bottom: 0.5rem;
}
.c-poster--featured .c-poster__main-event-vs::after {
  width: 50px;
  height: 1px;
  margin-left: 0.5rem;
  content: "";
  background-color: #d4bd67;
}
.c-poster--featured .c-poster__main-event-vs::before {
  width: 50px;
  height: 1px;
  margin-right: 0.5rem;
  content: "";
  background-color: #d4bd67;
}
.c-pull-quote {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 48em) {
  .c-pull-quote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-pull-quote__quote-wrapper {
  margin: 0 auto;
  max-width: 22.5rem;
}
@media (min-width: 48em) {
  .c-pull-quote__quote-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-right: 0.75rem;
    max-width: 17.9375rem;
  }
}
.c-pull-quote__quote-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.875rem 1.5rem 1.5rem;
  min-height: 15rem;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.c-pull-quote__quote {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  line-height: 1.875rem;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.625rem;
  quotes: "â€œ" "â€" "â€˜" "â€™";
}
.c-pull-quote__quote:before {
  position: absolute;
  top: 0.5625rem;
  left: 0.375rem;
  z-index: -1;
  line-height: 8.75rem;
  color: #eeeeef;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 8.75rem;
  content: open-quote;
}
.c-pull-quote__cite {
  position: relative;
  margin-top: auto;
  padding-top: 0.75rem;
  text-transform: uppercase;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-style: normal;
  font-size: 0.875rem;
}
.c-pull-quote__cite:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d20a0a;
  width: 3rem;
  height: 2px;
  content: "";
}
.c-pull-quote__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 6rem;
}
.c-pull-quote__text {
  width: 100%;
}
@media (min-width: 48em) {
  .c-pull-quote__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
  }
}
@media (min-width: 48em) {
  .page-node-type-article .c-pull-quote {
    position: relative;
    left: 50%;
    margin-left: -23vw;
    max-width: 50.6875rem;
  }
}
.c-record {
  text-align: center;
}
.c-record__promoted {
  margin-bottom: 2.625rem;
}
.c-record__promoted-text {
  text-transform: uppercase;
  line-height: 1rem;
  color: #abadb1;
  font-size: 0.75rem;
}
.c-record__text {
  margin-bottom: 1.125rem;
}
.c-related-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin: auto;
  padding: 0 0.5rem;
  border-top: 1px solid #d5d6d8;
  border-bottom: 1px solid #d5d6d8;
  background-color: #fff;
}
.c-related-bar.fixed {
  position: fixed;
  z-index: 101;
  bottom: 0;
  border-bottom: none;
}
.c-related-bar > * {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
.c-related-bar svg {
  width: 14px;
  height: 14px;
}
.c-related-bar .entity-pager-list {
  height: 60px;
  margin: 0;
}
.c-related-bar .entity-pager-list .entity-pager-item {
  margin: 0;
}
.c-related-bar__left,
.c-related-bar__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -3px;
  margin-left: -3px;
}
@media (min-width: 50.3125em) {
  .c-related-bar__left,
  .c-related-bar__right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
.c-related-bar__left > *,
.c-related-bar__right > * {
  margin-right: 3px;
  margin-left: 3px;
}
.c-related-bar__left a:empty,
.c-related-bar__right a:empty {
  display: none;
}
.c-related-bar__left a,
.c-related-bar__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 1.5rem;
  font-size: 0;
}
@media (min-width: 50.3125em) {
  .c-related-bar__left a,
  .c-related-bar__right a {
    font-size: 1rem;
  }
}
.c-event-fight-card-broadcaster__link a:after,
.c-related-bar__left a:before,
.c-related-bar__right a:after {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  background-size: 0.9375rem;
}
.c-related-bar__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #191919;
}
.c-related-bar__left:focus,
.c-related-bar__left:hover {
  color: #d20a0a;
}
.c-related-bar__left a {
  text-align: left;
  border-right: 1px solid #d5d6d8;
}
@media (min-width: 50.3125em) {
  .c-related-bar__left a {
    border-right: 0;
  }
.c-related-bar__center {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  color: #191919;
}
@media (min-width: 50.3125em) {
  .c-related-bar__center {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
.c-related-bar__center:focus,
.c-related-bar__center:hover {
  color: #d20a0a;
}
.c-related-bar__center .c-modal__button-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 0.3125rem;
}
.c-related-bar__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #191919;
}
.c-related-bar__right:focus,
.c-related-bar__right:hover {
  color: #d20a0a;
}
.c-related-bar__right a {
  text-align: right;
  border-left: 1px solid #d5d6d8;
}
@media (min-width: 50.3125em) {
  .c-related-bar__right a {
    border-left: 0;
  }
  .c-related-bar__right a:after {
    margin-left: 0.625rem;
      no-repeat center;
  }
}
.c-related-bar__right a:after {
  background: url(/themes/custom/ufc/assets/svg/sprite-ui/chevron-right.svg)
    no-repeat center;
}
.c-rules {
  background-color: #fff;
  padding: 3rem;
}
.c-rules__section {
  margin: 0 0 3rem;
  border-bottom: 1px solid #eeeeef;
  padding-bottom: 3rem;
}
@media (min-width: 56.25em) {
  .c-rules__section {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.c-rules__section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.c-rules__section-title {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 56.25em) {
  .c-rules__section-title {
    float: left;
    margin-bottom: 0;
    padding-right: 3rem;
    width: 25%;
    text-align: right;
  }
}
.c-rules__rules {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}
@media (min-width: 38.75em) {
  .c-rules__rules {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 56.25em) {
  .c-rules__rules {
    grid-template-columns: 1fr 1fr 1fr;
    float: right;
    width: 75%;
  }
}
.c-rules__item-description {
  margin: 0;
}
.c-search {
  position: relative;
}
.c-search .form-item {
  margin: 0.5625rem 0;
  padding-left: 1.875rem;
  width: 100%;
}
.c-search input[type="search"],
.c-search input[type="text"] {
  border: 0;
}
.c-search .form-type-select {
  display: none;
}
.c-search input[type="submit"] {
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  border: 0;
  background-color: #fff;
  background-image: url(/themes/custom/ufc/svg-src/svg-art/search--grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.125rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  text-indent: 100%;
}
.c-search--no-results {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}
.c-search--no-results svg {
  fill: rgba(0, 0, 0, 0.1);
  width: 50px;
}
.no-search-record-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-search-record-container .ns-rc-inner {
  min-width: 12.1875rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.no-search-record-container .ns-rc-inner .ns-rc-icon .e-icon--small {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: auto;
  margin-right: auto;
}
.no-search-record-container
  .ns-rc-inner
  .ns-rc-icon
  .e-icon--small
  .e-icon__svg {
  width: inherit;
  height: inherit;
}
.no-search-record-container .ns-rc-text-wrp {
  margin-top: 2.5rem;
}
.no-search-record-container .ns-rc-text-wrp .ns-rc-no-record span {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #191919;
  text-align: center;
  display: block;
  width: 100%;
}
.no-search-record-container .ns-rc-text-wrp .ns-rc-try-again {
  color: #abadb1;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
.o-search-filters-wpr {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.o-search-filters-wpr .l-container-inner {
  position: relative;
}
.o-search-filters-wpr .l-container-inner .c-sf-button {
  text-align: center;
  margin-top: 28px;
  position: absolute;
  right: 0;
  left: 0;
}
.o-search-filters-wpr .l-container-inner .c-sf-button .pl__wrapper--sml {
  max-width: initial;
  margin: 0;
  padding: 0;
}
.o-search-filters-wpr .l-sf-top-nav {
  height: 6rem;
  width: 100%;
  background-color: #191919;
  display: table;
  position: relative;
}
.o-search-filters-wpr .l-sf-top-nav__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.o-search-filters-wpr .l-sf-top-nav__inner span {
  color: #abadb1;
}
.o-search-filters-wpr .l-sf-top-nav__inner span span {
  color: #fff;
}
.o-search-filters-wpr .l-sf-top-nav .c-sf-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.o-search-filters-wpr .l-sf-top-nav .c-sf-close .e-icon__svg {
  width: 1.875rem;
  height: 1.875rem;
}
.o-search-filters-wpr .u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-search-filters-wpr .u-flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
}
.o-search-filters-wpr .l-header {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.o-search-filters-wpr .l-header .c-search-top {
  padding-left: 2.5625rem;
  padding-right: 2.5625rem;
}
.o-search-filters-wpr .l-header .c-search-top__label span {
  color: #abadb1;
}
.o-search-filters-wpr .l-filters-conainer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.o-search-filters-wpr .l-filters-conainer li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-shadow: inset 0 -1px 0 0 #e8e8e8;
  box-shadow: inset 0 -1px 0 0 #e8e8e8;
  height: 2.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-options-container {
  position: relative;
  padding: 10px 0;
}
.filter-options-container .filter-control-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #191919;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.filter-options-container .filter-control-header .filter-number {
  margin-right: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #d20a0a;
  border-radius: 25px;
  color: #fff;
  font: bold 14px/24px DIN2014;
  font-stretch: condensed;
  text-align: center;
}
.filter-options-container .filter-control-header .btn-filter-open {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
  transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  bottom: 0;
  margin: auto;
}
.filter-options-container .filter-control-list {
  display: none;
  list-style: none;
  padding-left: 0;
  z-index: 100;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.filter-options-container .filter-control-list li {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.filter-options-container .filter-control-list li .link-remove-filter {
  float: right;
  width: 1.25rem;
  height: 1.125rem;
}
.filter-options-container
  .filter-control-list
  li
  .link-remove-filter
  .remove-icon {
  float: right;
  width: 14px;
  height: 14px;
  background-color: #d5d6d8;
}
.filter-options-container
  .filter-control-list
  li
  .link-clear-all-filters
  .icon-trash-1 {
  float: right;
  width: 14px;
  height: 14px;
  background-color: #585b63;
}
.filter-options-container .filter-control-list.filters-ul li:last-child {
  margin: 10px 0 -20px 0;
  padding: 16px 0 21px;
  border-top: solid 1px rgba(213, 214, 216, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-options-container.c-sort-filters .filter-control-header em {
  color: #abadb1;
  font-style: normal;
}
.filter-options-container.c-sort-filters hr {
  margin: 8px 0;
}
.filter-options-container.c-sort-filters .filter-control-list {
  left: auto;
  right: 0;
}
.filter-options-container.c-sort-filters li {
  padding-top: 6px;
  padding: 7px 40px 7px 20px;
  text-align: left;
  font-weight: 400;
  color: #abadb1;
  cursor: pointer;
  position: relative;
  margin: 0 -20px;
  min-height: 32px;
  font-family: DIN2014;
  font-size: 14px;
  line-height: 1.43;
  font-stretch: normal;
}
.filter-options-container.c-sort-filters li:first-child {
  color: #585b63;
}
.filter-options-container.c-sort-filters li:hover {
  background: #f6f7f7;
  color: #191919;
}
.c-filter-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-filter-with-image__title {
  float: left;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-filter-with-image__image {
  float: right;
  width: 60px;
  height: 40px;
  position: absolute;
  bottom: -14px;
  right: 0;
}
.c-filter-with-image__inner {
  height: inherit;
  width: inherit;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.pl__wrapper--filter-with-wrp {
  max-width: 400px;
  float: left;
  padding: 10px 6px;
  width: 100%;
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.pl__wrapper--filter-with-wrp .c-filter-with-image__image {
  top: 0;
}
body[data-mobile-menu-state="is-open"] {
  overflow: hidden;
}
.c-site-header {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: max-width 0.5s linear;
  transition: max-width 0.5s linear;
}
@media (min-width: 48em) {
  .c-site-header {
    position: relative;
    margin: 0 auto;
    max-width: 76.25rem;
    min-height: 4.125rem;
  }
  .is-sticky .c-site-header {
    max-width: 100vw;
  }
  .c-site-header.is-dark {
    background-color: #000;
  }
}
.c-site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 90rem;
}
@media (min-width: 48em) {
  .c-site-header__content {
    display: block;
  }
}
.c-site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.375rem;
  flex: 0 0 5.375rem;
  padding-left: 1.5rem;
}
@media (min-width: 48em) {
  .c-site-header__logo {
    display: none;
  }
}
.c-site-header__menu-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 48em) {
  .c-site-header__menu-control {
    display: none;
  }
}
.c-site-header__button--menu {
  display: block;
  position: relative;
  border: 0;
  padding: 1.5rem;
  text-transform: uppercase;
  line-height: 1.125rem;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-site-header__button--menu:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.125rem);
  background-color: #d20a0a;
  width: 2.25rem;
  height: 0.125rem;
  content: "";
}
.c-site-header__icon--toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.375rem;
  margin-top: -0.5rem;
  width: 0.75rem;
  height: 0.75rem;
}
.c-site-header__icon--toggle {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
[aria-expanded="true"] .c-site-header__icon--toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-site-header__menu-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  visibility: visible;
  border-top: 1px solid #eeeeef;
  height: 100vh;
  overflow: scroll;
  -webkit-transition: visibility 0.3s, height 0.3s;
  transition: visibility 0.3s, height 0.3s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.c-site-header__menu-panel[data-mobile-menu-state="is-hidden"] {
  visibility: hidden;
  height: 0;
  border-top: none;
}
@media (min-width: 48em) {
  .c-site-header__menu-panel {
    height: auto;
    overflow: visible;
  }
  .c-site-header__menu-panel[data-mobile-menu-state="is-hidden"] {
    visibility: visible;
    height: auto;
  }
}
.c-site-header__search-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.375rem;
  flex: 0 0 5.375rem;
}
@media (min-width: 48em) {
  .c-site-header__search-control {
    position: absolute;
    top: 0;
    right: 0.9375rem;
    z-index: 999;
  }
}
.c-site-header__button--search {
  float: right;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  background-color: transparent;
  height: 4.125rem;
  color: #191919;
}
@media (min-width: 48em) {
  .c-site-header__button--search {
    float: none;
  }
  .c-site-header__button--search.is-dark {
    color: #fff;
  }
}
.c-site-header__button--search:active,
.c-site-header__button--search:hover {
  color: #d20a0a;
}
.c-site-header__button--search .close {
  display: none;
}
.c-site-header__button--search[aria-expanded="true"] .close {
  display: block;
}
.c-site-header__button--search[aria-expanded="true"] .search {
  display: none;
}
.c-site-header__search-panel {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 0 0.75rem;
  position: relative;
  background-color: #fff;
}
.c-site-header__search-panel[data-search-state="is-hidden"] {
  display: none;
}
.c-site-header__search-panel::before {
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 1;
  background-color: #eeeeef;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-dark .c-site-header__search-panel::before {
  background-color: #333;
}
.is-sticky .c-site-header__search-panel::before {
  opacity: 1;
  width: 100vw;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: borderWidth;
  animation-name: borderWidth;
}
.c-site-header__search-panel.is-dark > div {
  background-color: #fff;
}
@keyframes borderWidth {
  0% {
    width: 100%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100vw;
  }
}
.c-site-header__search-form {
  border-bottom: 1px solid #eeeeef;
  padding: 0 1.5rem;
}
@media (min-width: 48em) {
  .c-site-header__search-form {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
.c-site-header__search-form input[type="text"] {
  background-image: none;
}
.c-site-header__trending {
  padding: 1.5rem;
}
@media (min-width: 48em) {
  .c-site-header__trending {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@-webkit-keyframes animate-nav-width {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes animate-nav-width {
  0% {
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes animate-nav-height {
  0% {
    height: 4px;
  }
  100% {
    height: 66px;
  }
}
@keyframes animate-nav-height {
  0% {
    height: 4px;
  }
  100% {
    height: 66px;
  }
}
@-webkit-keyframes animate-nav-opacity {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-nav-opacity {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-nav-items {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-nav-items {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate-nav-item-links {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animate-nav-item-links {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 48em) {
  .l-page__header:not(.is-sticky) .c-site-header[data-header-state="animate"] {
    max-width: 76.25rem;
    opacity: 0;
    height: 4px;
    min-height: 4px;
    -webkit-transform: scaleX(0.1);
    transform: scaleX(0.1);
    -webkit-animation-duration: 0.5s, 0.5s, 0.2s;
    animation-duration: 0.5s, 0.5s, 0.2s;
    -webkit-animation-timing-function: ease-in, ease-in, linear;
    animation-timing-function: ease-in, ease-in, linear;
    -webkit-animation-delay: 1s, 1.5s, 1s;
    animation-delay: 1s, 1.5s, 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animate-nav-width, animate-nav-height,
      animate-nav-opacity;
    animation-name: animate-nav-width, animate-nav-height, animate-nav-opacity;
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .l-page__header:not(.is-sticky) .c-menu-main__item--home,
  .l-page__header:not(.is-sticky) .c-menu-main__item--left,
  .l-page__header:not(.is-sticky) .c-menu-main__item--right,
  .l-page__header:not(.is-sticky) .c-site-header__search-control {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animate-nav-items;
    animation-name: animate-nav-items;
  }
  .l-page__header:not(.is-sticky) .c-menu-main__item--left > a,
  .l-page__header:not(.is-sticky) .c-menu-main__item--right > a {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animate-nav-item-links;
    animation-name: animate-nav-item-links;
  }
}
.c-site-footer {
  background-color: #000;
  min-height: 27.5rem;
  height: 27.5rem;
  padding: 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 48em) {
  .c-site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-site-footer__copyright,
.c-site-footer__main {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.c-site-footer__copyright {
  z-index: -1;
}
.c-site-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 48em) {
  .c-site-footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-site-footer__main #block-ufc-localization {
  position: relative;
  margin-top: 0.5em;
  display: inline-block;
  height: 2rem;
}
@media (min-width: 48em) {
  .c-site-footer__main #block-ufc-localization {
    margin-top: 0;
    margin-left: 1em;
  }
}
.ufc-block-localization__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (min-width: 48em) {
  .ufc-block-localization__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.c-site-footer__main nav#block-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media (min-width: 48em) {
  .c-site-footer__main nav#block-footer {
    margin-left: auto;
    border: none;
    padding-top: 0;
  }
}
.c-site-footer__main nav#block-footer ul.c-menu-footer__menu--level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media (min-width: 48em) {
  .c-site-footer__main nav#block-footer ul.c-menu-footer__menu--level-1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.c-site-footer__main nav#block-footer li.c-menu-footer__item--level-1 {
  width: 100px;
}
.c-site-footer__main
  nav#block-footer
  li.c-menu-footer__item--level-1:nth-child(1) {
  padding-bottom: 30px;
}
.c-site-footer__logo {
  text-align: center;
}
.c-site-footer__logo svg {
  height: 2em;
  width: 5em;
  fill: #fff;
}
.c-slide-merchandise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  margin: 0 auto;
  max-width: 1220px;
  min-height: 65vh;
}
.c-slide-merchandise__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: grey;
}
.c-slide-merchandise__background h4 {
  overflow: hidden;
  text-align: center;
  line-height: 1em;
  word-spacing: 100vw;
  color: rgba(99, 91, 99, 0.05);
  font-size: 18em;
}
.c-slide-merchandise__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
}
.c-slide-merchandise__content img {
  max-height: 75vh;
  width: 100%;
}
a.c-slide-merchandise__content__merchandise {
  width: 30%;
}
.c-slide-merchandise__content__athlete {
  width: 30%;
}
.c-slide {
  max-width: 1220px;
  margin: 0 auto;
  background-color: #000;
}
.c-slide__img {
  position: relative;
  height: 37rem;
}
.c-slide__img:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(25, 25, 25, 0.5);
}
@supports (mix-blend-mode: multiply) {
  .c-slide__img:after {
    background-color: rgba(25, 25, 25, 0.5);
    mix-blend-mode: multiply;
  }
}
.c-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
  object-fit: none;
  -o-object-position: center center;
  object-position: center center;
}
@media (min-width: 56.875em) {
  .c-slide__img img {
    -o-object-position: center right;
    object-position: center right;
  }
}
.path-athletes .carousel__modal .c-slide__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.c-slide__content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 37rem;
  margin: -37rem auto 0;
  padding: 1.5rem;
}
@media (min-width: 56.25em) {
  .c-slide__content-wrapper {
    padding: 3rem;
  }
}
.c-slide__content {
  max-width: 28.5rem;
  margin-top: auto;
}
@media (min-width: 56.25em) {
  .c-slide__content {
    margin-bottom: auto;
  }
}
.c-slide__title {
  margin-bottom: 0.375rem;
  color: #fff;
}
.c-slide__subtitle,
.c-slide__subtitle-2 {
  text-transform: uppercase;
  color: #abadb1;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.c-slide__actions {
  margin-top: 0.75rem;
}
@media (min-width: 56.25em) {
  .c-slide__actions {
    margin-top: 3rem;
  }
}
.c-slide__text {
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: DIN2014, Arial, sans-serif;
}
@media (min-width: 56.25em) {
  .c-slide__text {
    margin: 3rem 0 0;
  }
}
.slideshow {
  text-align: center;
  width: 95%;
  margin: auto;
}
.slideshow .media-item {
  padding-top: 0;
}
.slideshow .media-item.styleguide {
  padding-top: 56.25%;
}
.slideshow .slick-slide {
  list-style: none;
  display: inline-block;
  background: #fff;
  margin: 3% 1%;
  max-width: 22%;
  height: auto;
  border: 0.5px #eee solid;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.slideshow .slick-slide .post-heading p {
  display: block;
  float: left;
  padding: 15px 0 15px 15px;
  margin: 0;
  text-align: left;
  color: #000;
}
.slideshow .slick-slide .post-heading p.post-avatar img {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: block;
  float: left;
}
.slideshow .slick-slide .post-heading p.post-meta {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.4;
  text-transform: uppercase;
  padding-left: 10px;
}
.slideshow .slick-slide .post-heading p.post-meta span.timestamp {
  font-size: 0.75rem;
  color: #bbb;
  font-weight: 400;
  white-space: nowrap;
}
.slideshow .slick-list {
  margin: 0 -20px;
}
.slideshow__title {
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.slider-container__btn,
.slider-container__btn.btn {
  background-color: transparent;
  font-size: 30px;
  width: 24px;
  padding: 0.5em 0;
  margin-top: 4px;
}
.slide-pager__light .slider-container__btn,
.slide-pager__light .slider-container__btn.btn {
  fill: #ccc;
}
.slider-container__btn.btn.prev,
.slider-container__btn.prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.slider-container__btn.btn.next,
.slider-container__btn.next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.slider-container__btn.btn:focus,
.slider-container__btn.btn:hover,
.slider-container__btn:focus,
.slider-container__btn:hover {
  color: #000;
  background-color: transparent;
}
.slide-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  height: 72px;
}
.slide-pager.slide-pager__light .slick-dots {
  background-color: transparent;
}
.slide-pager.slide-pager__light .slick-dots button {
  background-color: #ccc;
}
.slide-pager .slick-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  min-height: 30px;
  margin: 0 10px;
}
.slide-pager .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4px;
}
.slide-pager .slick-dots li button {
  text-indent: -999px;
  background-color: #fff;
  border-radius: 14px;
  border: 0;
  height: 14px;
  width: 14px;
  font-size: 0;
  line-height: 0;
}
.slide-pager .slick-dots li.slick-active button {
  background-color: red;
}
.c-social-block {
  text-align: center;
}
.c-social-block a {
  display: inline-block;
  padding: 3rem;
  text-align: center;
  color: #191919;
}
.c-social-block a:active,
.c-social-block a:hover {
  color: #d20a0a;
}
.c-social-block .a2a_svg {
  display: inline-block;
}
.c-social-block .a2a_label {
  position: static !important;
  display: block;
  overflow: auto;
  clip: unset;
  width: auto;
  height: auto;
  -webkit-clip-path: unset;
  clip-path: unset;
}
.c-modal--dark .c-social-block h2 {
  color: #fff;
}
.c-modal--dark .c-social-block a {
  color: #fff;
}
.c-modal--dark .c-social-block svg path {
  fill: #fff;
}
.m-connect-page__social-media__column {
  margin-bottom: 2em;
  padding-bottom: 2rem;
}
@media (min-width: 64em) {
  .m-connect-page__social-media__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    min-width: 400px;
  }
}
.m-connect-page__social-media__column .facebook_embed {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1rem 56.25%;
}
.m-connect-page__social-media__column .facebook_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.m-connect-page__social-media__column .c-card--instagram {
  width: 325px;
}
.clear {
  clear: both;
}
#social-listing-block {
  margin: auto;
}
.listing_heading {
  text-align: center;
  padding: 50px 100px;
}
.listing_heading h2,
.listing_heading p {
  text-align: inherit;
}
.listing_heading h2,
.listing_heading h4 {
  font-size: 3rem;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  width: 50%;
  margin: auto;
}
.listing_heading h4 {
  font-size: 1rem;
  color: #d0111a;
  margin-bottom: 1.2rem;
}
.listing_heading p {
  color: #777;
  font-size: 0.8rem;
}
.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  margin: auto;
  float: left;
  width: 100%;
  min-width: 200px;
  min-height: 300px;
}
@media (min-width: 56.25em) {
  .box {
    width: 50%;
  }
}
.box h3.listing_headline {
  color: #000;
}
.box img {
  max-width: 100%;
}
.box.social_listing {
  padding: 3rem 1rem;
}
.box#listing_media {
  padding: 5% 8% 0 8%;
}
.box#listing_posts .slideshow .slick-slide {
  max-width: 50%;
  position: absolute;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
.box#listing_posts .slideshow .slick-slide:first-child {
  margin-left: -40px;
  z-index: 2;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.box#listing_posts .slideshow .slick-slide .media-item {
  max-height: 220px;
  overflow: hidden;
}
.box#listing_posts .slideshow .slick-slide .media-item img {
  min-width: 220px;
}
.box p {
  line-height: 1.5;
  max-width: 50%;
  margin: 1rem auto 1.2rem;
  color: #777;
  font-size: 0.8rem;
}
.box .listing_link a {
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 1px;
}
.box .listing_icon img,
.box .listing_image img {
  margin: auto;
  margin-bottom: 1rem;
  width: auto;
  max-width: 350px;
}
.box .listing_icon img {
  max-width: 30px;
}
#small_menu {
  text-align: center;
  margin-left: 5%;
}
@media (min-width: 56.25em) {
  #small_menu {
    margin-left: 30%;
  }
}
#small_menu .small_menu_item {
  float: left;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 0.75rem;
}
@media (min-width: 56.25em) {
  #small_menu .small_menu_item {
    padding: 1rem 2rem;
  }
}
#small_menu .small_menu_item a {
  color: inherit;
}
#small_menu .small_menu_item img {
  height: 20px;
  display: inline;
}
.c-sponsors-grid {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
}
.c-sponsors-grid__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 130px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin: 1rem;
}
.paragraph--type--partners {
  background-color: #fbfbfb;
  padding-bottom: 3rem;
}
@media (min-width: 48em) {
  .paragraph--type--partners {
    padding-top: 2.5rem;
    padding-bottom: 7rem;
  }
}
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.tablesaw * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: 0.25em;
  background: 0 0;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0.5em 0.85em 0.4em 0.85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.tablesaw-btn {
  color: #1c95d4;
}
.tablesaw-btn:hover {
  text-decoration: none;
}
.tablesaw-btn:active {
  background-color: #ddd;
}
@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: 0;
  }
  .tablesaw-btn:focus {
    -webkit-box-shadow: 0 0 0.35em #4faeef !important;
    box-shadow: 0 0 0.35em #4faeef !important;
  }
}
.tablesaw-btn-select select {
  background: 0 0;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent;
}
.tablesaw-btn select option {
  background: #fff;
  color: #000;
}
.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
}
.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: 0.3em 1em 0.3em 1em;
}
.tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.4em 0.7em 0.25em 0.7em;
}
.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em;
}
.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: 0 0;
  background-repeat: no-repeat;
  background-position: 0.25em 0.45em;
  content: "\25bc";
  font-size: 0.55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em;
}
.tablesaw-btn-select.btn-micro:after,
.tablesaw-btn-select.btn-small:after {
  width: 1.2em;
  font-size: 0.5em;
  padding-top: 1em;
  padding-right: 0.5em;
  line-height: 1.65;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left-width: 0;
}
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0.25em;
}
.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: 0.8125em;
  padding: 0.3em 0.7em 0.25em 0.7em;
}
.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0;
}
.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0;
}
.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  text-indent: -9999px;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid grey;
}
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: 0.5em;
  top: 0.65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid grey;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: 0.45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: 0.6em;
  border-right: 5px solid grey;
}
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: 0.7em;
  border-left: 5px solid grey;
}
.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.tablesaw-bar {
  clear: both;
}
.tablesaw-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tablesaw-bar-section {
  float: left;
}
.tablesaw-bar-section label {
  font-size: 0.875em;
  padding: 0.5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: 0.5em;
  text-transform: uppercase;
}
.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0;
}
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: 0.4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  font-size: 1em;
  padding-left: 0.3em;
}
.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0;
}
.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: 0.9em;
}
.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: 0 0;
}
.tablesaw-bar-section ~ table {
  clear: both;
}
.tablesaw-bar-section .abbreviated {
  display: inline;
}
.tablesaw-bar-section .longform {
  display: none;
}
@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none;
  }
  .tablesaw-bar-section .longform {
    display: inline;
  }
}
.tablesaw td,
.tablesaw th {
  padding: 0.5em 0.7em;
  text-align: left;
  vertical-align: middle;
}
.tablesaw-sortable-btn {
  padding: 0.5em 0.7em;
}
.tablesaw thead th {
  text-align: left;
}
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf;
}
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.tablesaw caption {
  text-align: left;
  margin: 0.59375em 0;
}
.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px;
}
.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  -webkit-box-shadow: 3px 0 4px -1px #e4e1de;
  box-shadow: 3px 0 4px -1px #e4e1de;
}
.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none;
}
@media only all {
  .tablesaw-stack {
    clear: both;
  }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 0.6em 0 0;
    width: 30%;
  }
  .tablesaw-stack td .tablesaw-cell-label-top,
  .tablesaw-stack th .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media (max-width: 39.9375em) {
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%;
  }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row;
  }
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.tablesaw-fix-persist {
  table-layout: fixed;
}
@media only all {
  .tablesaw-swipe td.tablesaw-swipe-cellhidden,
  .tablesaw-swipe th.tablesaw-swipe-cellhidden {
    display: none;
  }
}
.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
}
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block;
}
.tablesaw-columntoggle-btnwrap {
  position: relative;
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: 0.5em;
}
.tablesaw-columntoggle tbody td {
  line-height: 1.5;
}
.tablesaw-columntoggle-popup {
  display: none;
}
.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: 0.5em 0.8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: 0.2em;
  z-index: 1;
}
.tablesaw-columntoggle-popup fieldset {
  margin: 0;
}
@media only all {
  .tablesaw-columntoggle td.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-6 {
    display: none;
  }
}
.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -0.5em auto 0;
}
.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none;
}
@media (min-width: 20em) {
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-1 {
    display: table-cell;
  }
}
@media (min-width: 30em) {
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-2 {
    display: table-cell;
  }
}
@media (min-width: 40em) {
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-3 {
    display: table-cell;
  }
  .tablesaw-columntoggle tbody td {
    line-height: 2;
  }
}
@media (min-width: 50em) {
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-4 {
    display: table-cell;
  }
}
@media (min-width: 60em) {
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-5 {
    display: table-cell;
  }
}
@media (min-width: 70em) {
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-6 {
    display: table-cell;
  }
}
@media only all {
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden {
    display: none;
  }
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible {
    display: table-cell;
  }
}
.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: 0.2em 0;
  white-space: nowrap;
  cursor: default;
}
.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: 0.8em;
}
.tablesaw-sortable-head {
  position: relative;
  vertical-align: top;
}
.tablesaw .tablesaw-sortable-head {
  padding: 0;
}
.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: 0 0;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit;
}
.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: 0.3125em;
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020";
}
.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191";
}
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193";
}
.tablesaw-advance {
  float: right;
}
.tablesaw-advance.minimap {
  margin-right: 0.4em;
}
.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: 0.4em 0.2em;
}
.tablesaw-advance-dots li i {
  width: 0.25em;
  height: 0.25em;
  background: #555;
  border-radius: 100%;
  display: inline-block;
}
.tablesaw-advance-dots-hide {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.view-event-stats .view-header,
.view-event-stats-rebuild .view-header,
.view-fight-stats .view-header,
.view-round-stats .view-header,
.view-round-stats-rebuild .view-header {
  padding: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
}
.view-event-stats h3.stats-header,
.view-event-stats-rebuild h3.stats-header,
.view-fight-stats h3.stats-header,
.view-round-stats h3.stats-header,
.view-round-stats-rebuild h3.stats-header {
  background-color: #eeeeef;
  padding: 1em;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #585b63;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e1e1e3;
}
.view-event-stats h3.stats-header.ui-state-active,
.view-event-stats-rebuild h3.stats-header.ui-state-active,
.view-fight-stats h3.stats-header.ui-state-active,
.view-round-stats h3.stats-header.ui-state-active,
.view-round-stats-rebuild h3.stats-header.ui-state-active {
  background-color: #eeeeef;
  -webkit-box-shadow: inset 0 3px 5px #d5d6d8;
  box-shadow: inset 0 3px 5px #d5d6d8;
  border-bottom: 1px solid #e1e1e3;
}
.view-event-stats .ui-button:active .ui-icon,
.view-event-stats .ui-state-active .ui-icon,
.view-event-stats .ui-state-hover .ui-icon,
.view-event-stats-rebuild .ui-button:active .ui-icon,
.view-event-stats-rebuild .ui-state-active .ui-icon,
.view-event-stats-rebuild .ui-state-hover .ui-icon,
.view-fight-stats .ui-button:active .ui-icon,
.view-fight-stats .ui-state-active .ui-icon,
.view-fight-stats .ui-state-hover .ui-icon,
.view-round-stats .ui-button:active .ui-icon,
.view-round-stats .ui-state-active .ui-icon,
.view-round-stats .ui-state-hover .ui-icon,
.view-round-stats-rebuild .ui-button:active .ui-icon,
.view-round-stats-rebuild .ui-state-active .ui-icon,
.view-round-stats-rebuild .ui-state-hover .ui-icon {
  background-image: url(/core/assets/vendor/jquery.ui/themes/base/images/ui-icons_444444_256x240.png);
}
.view-event-stats table,
.view-event-stats-rebuild table,
.view-fight-stats table,
.view-round-stats table,
.view-round-stats-rebuild table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5em;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 100%;
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
.view-event-stats table.views-table thead,
.view-event-stats-rebuild table.views-table thead,
.view-fight-stats table.views-table thead,
.view-round-stats table.views-table thead,
.view-round-stats-rebuild table.views-table thead {
  display: none;
}
.view-event-stats table .views-field-ufc-stats-multiplex-counter,
.view-event-stats-rebuild table .views-field-ufc-stats-multiplex-counter,
.view-fight-stats table .views-field-ufc-stats-multiplex-counter,
.view-round-stats table .views-field-ufc-stats-multiplex-counter,
.view-round-stats-rebuild table .views-field-ufc-stats-multiplex-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
}
.view-event-stats table .views-field-nothing,
.view-event-stats-rebuild table .views-field-nothing,
.view-fight-stats table .views-field-nothing,
.view-round-stats table .views-field-nothing,
.view-round-stats-rebuild table .views-field-nothing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 10em;
  flex-basis: 10em;
}
.view-event-stats table tr,
.view-event-stats-rebuild table tr,
.view-fight-stats table tr,
.view-round-stats table tr,
.view-round-stats-rebuild table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15%;
}
.view-event-stats table tr:nth-child(2n),
.view-event-stats-rebuild table tr:nth-child(2n),
.view-fight-stats table tr:nth-child(2n),
.view-round-stats table tr:nth-child(2n),
.view-round-stats-rebuild table tr:nth-child(2n) {
  background-color: #f9f9f9;
}
.view-event-stats table th,
.view-event-stats-rebuild table th,
.view-fight-stats table th,
.view-round-stats table th,
.view-round-stats-rebuild table th {
  text-transform: uppercase;
}
.view-event-stats table td,
.view-event-stats table th,
.view-event-stats-rebuild table td,
.view-event-stats-rebuild table th,
.view-fight-stats table td,
.view-fight-stats table th,
.view-round-stats table td,
.view-round-stats table th,
.view-round-stats-rebuild table td,
.view-round-stats-rebuild table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: 20em;
  flex-basis: 20em;
  padding: 1em;
  font-size: 14px;
}
.view-event-stats .stats-big-links ul,
.view-event-stats-rebuild .stats-big-links ul,
.view-fight-stats .stats-big-links ul,
.view-round-stats .stats-big-links ul,
.view-round-stats-rebuild .stats-big-links ul {
  margin: 12rem auto 6rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.view-event-stats .stats-big-links ul li a,
.view-event-stats-rebuild .stats-big-links ul li a,
.view-fight-stats .stats-big-links ul li a,
.view-round-stats .stats-big-links ul li a,
.view-round-stats-rebuild .stats-big-links ul li a {
  color: #d5d6d8;
  margin-right: 2ch;
}
.view-event-stats .stats-big-links ul li a.active,
.view-event-stats .stats-big-links ul li a:hover,
.view-event-stats-rebuild .stats-big-links ul li a.active,
.view-event-stats-rebuild .stats-big-links ul li a:hover,
.view-fight-stats .stats-big-links ul li a.active,
.view-fight-stats .stats-big-links ul li a:hover,
.view-round-stats .stats-big-links ul li a.active,
.view-round-stats .stats-big-links ul li a:hover,
.view-round-stats-rebuild .stats-big-links ul li a.active,
.view-round-stats-rebuild .stats-big-links ul li a:hover {
  color: #000;
}
.view-event-stats
  .stats-big-links
  ul
  li
  .view-event-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats
  .stats-big-links
  ul
  li
  .view-event-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats
  .stats-big-links
  ul
  li
  .view-fight-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats
  .stats-big-links
  ul
  li
  .view-round-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats
  .stats-big-links
  ul
  li
  .view-round-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats-rebuild
  .stats-big-links
  ul
  li
  .view-event-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats-rebuild
  .stats-big-links
  ul
  li
  .view-event-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats-rebuild
  .stats-big-links
  ul
  li
  .view-fight-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats-rebuild
  .stats-big-links
  ul
  li
  .view-round-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-event-stats-rebuild
  .stats-big-links
  ul
  li
  .view-round-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-fight-stats
  .stats-big-links
  ul
  li
  .view-event-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-fight-stats
  .stats-big-links
  ul
  li
  .view-event-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-fight-stats
  .stats-big-links
  ul
  li
  .view-fight-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-fight-stats
  .stats-big-links
  ul
  li
  .view-round-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-fight-stats
  .stats-big-links
  ul
  li
  .view-round-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats
  .stats-big-links
  ul
  li
  .view-event-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats
  .stats-big-links
  ul
  li
  .view-event-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats
  .stats-big-links
  ul
  li
  .view-fight-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats
  .stats-big-links
  ul
  li
  .view-round-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats
  .stats-big-links
  ul
  li
  .view-round-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats-rebuild
  .stats-big-links
  ul
  li
  .view-event-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats-rebuild
  .stats-big-links
  ul
  li
  .view-event-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats-rebuild
  .stats-big-links
  ul
  li
  .view-fight-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats-rebuild
  .stats-big-links
  ul
  li
  .view-round-stats
  .stats-big-links
  ul
  li:last-child
  a,
.view-round-stats-rebuild
  .stats-big-links
  ul
  li
  .view-round-stats-rebuild
  .stats-big-links
  ul
  li:last-child
  a {
  margin-right: 0;
}
.view-round-stats table .views-field-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 10em;
  flex-basis: 10em;
}
.view-event-stats table td,
.view-event-stats table th,
.view-event-stats-rebuild table td,
.view-event-stats-rebuild table th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.view-event-stats table td:nth-child(1),
.view-event-stats table th:nth-child(1),
.view-event-stats-rebuild table td:nth-child(1),
.view-event-stats-rebuild table th:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 4em;
  flex-basis: 4em;
}
.view-event-stats table td:nth-child(2),
.view-event-stats table th:nth-child(2),
.view-event-stats-rebuild table td:nth-child(2),
.view-event-stats-rebuild table th:nth-child(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.view-event-stats table td:nth-child(3),
.view-event-stats table th:nth-child(3),
.view-event-stats-rebuild table td:nth-child(3),
.view-event-stats-rebuild table th:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 15em;
  flex-basis: 15em;
}
.view-event-stats table td:nth-child(4),
.view-event-stats table th:nth-child(4),
.view-event-stats-rebuild table td:nth-child(4),
.view-event-stats-rebuild table th:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
}
.view-fight-stats table td,
.view-fight-stats table th,
.view-round-stats-rebuild table td,
.view-round-stats-rebuild table th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-fight-stats table td.views-field-ufc-stats-multiplex-counter,
.view-fight-stats table th.views-field-ufc-stats-multiplex-counter,
.view-round-stats-rebuild table td.views-field-ufc-stats-multiplex-counter,
.view-round-stats-rebuild table th.views-field-ufc-stats-multiplex-counter {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.view-fight-stats table td:first-child,
.view-fight-stats table th:first-child,
.view-round-stats-rebuild table td:first-child,
.view-round-stats-rebuild table th:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
}
.view-fight-stats table td.views-field-title,
.view-fight-stats table th.views-field-title,
.view-round-stats-rebuild table td.views-field-title,
.view-round-stats-rebuild table th.views-field-title {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 9em;
  flex-basis: 9em;
}
.view-fight-stats table td.views-field-nothing,
.view-fight-stats table td.views-field-round,
.view-fight-stats table td.views-field-value,
.view-fight-stats table th.views-field-nothing,
.view-fight-stats table th.views-field-round,
.view-fight-stats table th.views-field-value,
.view-round-stats-rebuild table td.views-field-nothing,
.view-round-stats-rebuild table td.views-field-round,
.view-round-stats-rebuild table td.views-field-value,
.view-round-stats-rebuild table th.views-field-nothing,
.view-round-stats-rebuild table th.views-field-round,
.view-round-stats-rebuild table th.views-field-value {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.view-fight-stats table td,
.view-round-stats-rebuild table td {
  padding-top: 0;
  padding-bottom: 0;
}
.view-fight-stats .stats-athlete,
.view-round-stats-rebuild .stats-athlete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.5rem;
}
.view-fight-stats .stats-athlete .c-listing-inline,
.view-round-stats-rebuild .stats-athlete .c-listing-inline {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
}
.view-fight-stats .stats-athlete .c-listing-inline .c-listing-inline__thumbnail,
.view-round-stats-rebuild
  .stats-athlete
  .c-listing-inline
  .c-listing-inline__thumbnail {
  width: 80px;
  padding-top: 0.375rem;
}
.view-fight-stats
  .stats-athlete
  .c-listing-inline
  .c-listing-inline__thumbnail
  img,
.view-round-stats-rebuild
  .stats-athlete
  .c-listing-inline
  .c-listing-inline__thumbnail
  img {
  width: 100%;
  height: auto;
}
.view-round-stats-rebuild table td.views-field-title,
.view-round-stats-rebuild table th.views-field-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 18em;
  flex-basis: 18em;
}
.view-round-stats-rebuild table td.views-field-title a,
.view-round-stats-rebuild table th.views-field-title a {
  color: #585b63;
}
.ufc-career-stats-wrapper .slick-slide {
  min-width: 75px !important;
  margin-bottom: 0;
}
.ufc-career-stats-wrapper .slick-slide[aria-hidden="true"] {
  display: none;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .slick-slide {
    min-width: auto;
  }
  .ufc-career-stats-wrapper .slick-slide[aria-hidden="true"] {
    display: block;
  }
}
.ufc-career-stats-wrapper .view-header {
  padding: 2em;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
}
.ufc-career-stats-wrapper .column-name h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5em;
  margin-right: -4px;
  margin-left: -4px;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  border-top: 1px solid #eeeeef;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.4);
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
  line-height: 1em;
}
.ufc-career-stats-wrapper .column-name h3 a {
  max-width: 7em;
  color: #191919;
}
.ufc-career-stats-wrapper .column-name h3 a:active,
.ufc-career-stats-wrapper .column-name h3 a:focus,
.ufc-career-stats-wrapper .column-name h3 a:hover {
  color: #d20a0a;
}
.ufc-career-stats-wrapper .column-name h3.is-active a {
  color: #d20a0a;
}
.ufc-career-stats-wrapper .column-name.counter {
  width: 32px;
  text-align: center;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.counter {
    width: auto;
  }
}
.ufc-career-stats-wrapper .column-name.counter h3 {
  padding: 0;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.counter h3 {
    padding-left: 8em;
  }
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.counter .cell {
    padding-left: 8em;
  }
}
.ufc-career-stats-wrapper .column-name.image h3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
  padding: 2em 2em 2em 0;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.image h3 {
    margin-left: -4px;
    padding: 2em;
  }
}
.ufc-career-stats-wrapper .column-name.image .cell {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 200px;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.image .cell {
    width: 25em;
  }
}
.ufc-career-stats-wrapper .column-name.image .cell > div {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.ufc-career-stats-wrapper .column-name.image .cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
}
.ufc-career-stats-wrapper .column-name div:nth-of-type(2n) {
  background-color: #f9f9f9;
}
.ufc-career-stats-wrapper .column-name.image img {
  display: none;
  width: 8em;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .column-name.image img {
    display: block;
  }
}
.ufc-career-stats-wrapper .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 14px;
}
.ufc-career-stats-wrapper .stats-header {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 10px -5px rgba(0, 0, 0, 0.2);
}
.ufc-career-stats-wrapper .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ufc-career-stats-wrapper .stats-carousel {
  max-width: calc(100vw - 233px);
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .stats-carousel {
    max-width: 65vw;
  }
}
.ufc-career-stats-wrapper .stats-additional {
  display: none;
}
@media (min-width: 48em) {
  .ufc-career-stats-wrapper .stats-additional {
    display: block;
  }
}
.ufc-career-stats-wrapper .block-facets .facets-widget-links {
  display: none;
}
.ufc-career-stats-wrapper .l-page__main {
  margin-top: 200px;
}
.ufc-career-stats-wrapper .column-name:focus {
  outline: 0;
}
.ufc-career-stats-wrapper .c-pager {
  margin-bottom: 5em;
}
.ufc-career-stats-wrapper .c-pager__button-first,
.ufc-career-stats-wrapper .c-pager__button-last {
  display: none;
}
.ufc-career-stats-wrapper .c-pager .e-icon--small {
  width: 1rem;
  height: 1rem;
}
.ufc-career-stats-wrapper .c-pager__button-next,
.ufc-career-stats-wrapper .c-pager__button-prev {
  margin: 0 2rem;
  padding: 1rem;
}
.ufc-career-stats-wrapper .c-pager__button-next svg,
.ufc-career-stats-wrapper .c-pager__button-prev svg {
  position: static;
  width: 1rem;
  height: 1rem;
  margin: 0;
}
.ufc-career-stats-wrapper .stats-big-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12rem auto 6rem auto;
}
.ufc-career-stats-wrapper .stats-big-links ul li a {
  margin-right: 2ch;
  color: #d5d6d8;
}
.ufc-career-stats-wrapper .stats-big-links ul li a.active,
.ufc-career-stats-wrapper .stats-big-links ul li a:hover {
  color: #000;
}
.ufc-career-stats-wrapper
  .stats-big-links
  ul
  li
  .ufc-career-stats-wrapper
  .stats-big-links
  ul
  li:last-child
  a {
  margin-right: 0;
}
.stats-carousel .slick-next,
.stats-carousel .slick-prev {
  top: 3em;
  display: none !important;
  width: 2em;
  height: 2em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-size: 0.7em;
}
@media (min-width: 48em) {
  .stats-carousel .slick-next,
  .stats-carousel .slick-prev {
    display: block !important;
  }
}
.stats-carousel .slick-next {
  right: -4em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(0,0,0)" d="M20.68 16L7.53 2.94 9.47 1l15 15-15 15-1.94-1.94z"/></svg>');
}
.stats-carousel .slick-next:active,
.stats-carousel .slick-next:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(210,10,10)" d="M20.68 16L7.53 2.94 9.47 1l15 15-15 15-1.94-1.94z"/></svg>');
}
.stats-carousel .slick-prev {
  left: -4em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(0,0,0)" d="M24.47,29.06,22.53,31l-15-15,15-15,1.94,1.94L11.41,16Z"/></svg>');
}
.stats-carousel .slick-prev:active,
.stats-carousel .slick-prev:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="rgb(210,10,10)" d="M24.47,29.06,22.53,31l-15-15,15-15,1.94,1.94L11.41,16Z"/></svg>');
}
.c-stat-3bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-stat-3bar__chart {
  width: 100%;
}
.c-stat-3bar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-stat-3bar__group {
  width: 33.333%;
}
.c-stat-3bar__label {
  margin: 0.75rem 0.1875rem 0.1875rem 0.1875rem;
}
.c-stat-3bar__value {
  color: #d20a0a;
}
.c-stat-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.c-stat-body__diagram {
  position: relative;
  height: 0;
  padding-top: 77.61194%;
  width: 100%;
}
.c-stat-body__diagram > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.c-stat-body__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-stat-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-stat-compare__chart,
.c-stat-compare__group-1,
.c-stat-compare__group-2 {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-stat-compare__group-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.c-stat-compare__chart {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.c-stat-compare__group-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.c-stat-compare__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0.1875rem 0 0 0;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  color: #191919;
}
.c-stat-compare__number.red {
  color: #d20a0a;
}
.c-stat-compare__number.blue {
  color: #16559f;
}
.c-stat-compare__percent {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  line-height: 1.5rem;
  font-size: 1.3125rem;
  padding: 0.1875rem 0 0 0.1875rem;
}
.c-stat-compare__label {
  margin-top: 0.375rem;
  margin-bottom: 0;
  text-align: center;
}
.c-stat-compare__label-suffix {
  letter-spacing: 0.03125rem;
  text-align: center;
}
.c-stat-metric-compare-group__title_wrapper {
  background: #eeeeef;
  text-align: center;
  margin: 33px 0;
}
.c-stat-metric-compare-group__title {
  background: #fff;
  line-height: 1.5rem;
  font-size: 1.5rem;
  padding: 0 30px;
}
.c-stat-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-stat-compare .c-stat-compare__flyout {
  position: absolute;
  left: 90%;
  background: #fff;
  top: 0;
  bottom: 0;
  text-align: left;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 15px;
}
.c-stat-compare:hover .c-stat-compare__flyout {
  width: 400px;
  opacity: 1;
}
.c-stat-compare__chart,
.c-stat-compare__group-1,
.c-stat-compare__group-2 {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-stat-compare__group-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.c-stat-compare__group-1.red {
  width: 26px;
  text-align: right;
}
.c-stat-compare__group-1.red .c-stat-compare__number {
  color: #d20a0a;
}
.c-stat-compare__group-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 10;
  flex-shrink: 10;
}
.c-stat-compare__group-2.blue {
  width: 26px;
  text-align: left;
}
.c-stat-compare__group-2.blue .c-stat-compare__number {
  color: #16559f;
}
.c-stat-compare__chart_label {
  margin-top: 0.375rem;
  margin-bottom: 0;
  width: 149px;
  text-align: center;
}
.c-stat-compare__chart_label-suffix {
  letter-spacing: 0.03125rem;
}
.c-stat-compare--horizontal .c-stat-compare__chart_label-suffix {
  width: 149px;
  position: absolute;
  left: 50%;
  margin: 24px 0 0 -74.5px;
}
.c-stats-group-2col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .c-stats-group-2col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 3rem 0;
    padding-bottom: 3rem;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d5d6d8),
      to(#d5d6d8)
    );
    background-image: linear-gradient(#d5d6d8, #d5d6d8);
    background-position: bottom center;
    background-size: 50% 1px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 90em) {
  .c-stats-group-2col {
    margin: 4.5rem 0;
    padding-bottom: 4.5rem;
  }
}
.c-stats-group-2col__item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 1.5rem;
  border-bottom: 1px solid #d5d6d8;
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .c-stats-group-2col__item {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 40%;
  }
}
.c-stats-group-3col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .c-stats-group-3col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 3rem 0;
    padding-bottom: 3rem;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d5d6d8),
      to(#d5d6d8)
    );
    background-image: linear-gradient(#d5d6d8, #d5d6d8);
    background-position: bottom center;
    background-size: 50% 1px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 90em) {
  .c-stats-group-3col {
    margin: 4.5rem 0;
    padding-bottom: 4.5rem;
  }
}
.c-stats-group-3col__item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-bottom: 1px solid #d5d6d8;
  width: 100%;
  max-width: 16.75rem;
  margin: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .c-stats-group-3col__item {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: 30%;
  }
}
.c-stat-metric-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2rem;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 64em) {
  .c-stat-metric-compare {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.c-stat-metric-compare__label {
  width: 100px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .c-stat-metric-compare__label {
    width: auto;
    margin-top: 0.75rem;
  }
}
.c-stat-metric-compare__value {
  color: #d20a0a;
}
.c-stat-metric-compare__value_2 {
  color: #16559f;
}
.c-stat-metric-compare__value_of {
  color: #abadb1;
}
.horizontal-tabs {
  border: 0;
}
.horizontal-tabs .horizontal-tabs-list {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  border: 0;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button {
  display: inline-block;
  border: 0;
  background-color: transparent;
  float: none;
  margin-right: 30px;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button:last-child {
  margin-right: 0;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a {
  cursor: pointer;
  color: #abadb1;
  margin-bottom: 0;
  padding: 0;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button a:hover {
  background-color: transparent;
}
.horizontal-tabs .horizontal-tabs-list .horizontal-tab-button.selected a {
  padding: 0;
  color: #191919;
}
.fight-card.field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  border-bottom: 1px solid #d5d6d8;
}
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button {
  padding: 0;
  margin: 0;
}
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button
  a {
  color: #d5d6d8;
  padding-top: 19px;
  padding-bottom: 17px;
  margin: 0;
  letter-spacing: 0;
}
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button.selected
  a,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button:hover
  a {
  color: #000;
  position: relative;
}
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button.selected
  a:after,
.fight-card.field-group-tabs-wrapper
  .horizontal-tabs
  .horizontal-tabs-list
  li.horizontal-tab-button:hover
  a:after {
  content: "";
  border-bottom: 2px solid #d20a0a;
  width: 32px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 64em) {
  .fight-card.field-group-tabs-wrapper .horizontal-tabs .horizontal-tabs-list {
    border-bottom: none;
    margin-top: 85px;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fight-card.field-group-tabs-wrapper
    .horizontal-tabs
    .horizontal-tabs-list
    li.horizontal-tab-button
    a {
    font-size: 60px;
    line-height: 60px;
    margin-right: 2rem;
  }
  .fight-card.field-group-tabs-wrapper
    .horizontal-tabs
    .horizontal-tabs-list
    li.horizontal-tab-button.selected
    a:after,
  .fight-card.field-group-tabs-wrapper
    .horizontal-tabs
    .horizontal-tabs-list
    li.horizontal-tab-button:hover
    a:after {
    border: none;
  }
}
.teaser-up-next {
  display: none;
}
@media (min-width: 48em) {
  .teaser-up-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .teaser-up-next .teaser-up-next__thumbnail {
    width: 120px;
    height: 90px;
    margin-right: 20px;
  }
  .teaser-up-next .teaser-up-next__thumbnail * {
    height: 100%;
  }
  .teaser-up-next .teaser-up-next__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .teaser-up-next .teaser-up-next__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 228px;
  }
  .teaser-up-next .teaser-up-next__title {
    font-size: 18px;
    margin-bottom: 4px;
    height: 1.5rem;
    overflow: hidden;
  }
  .teaser-up-next .teaser-up-next__title:hover {
    color: red;
  }
  .teaser-up-next .teaser-up-next__teaser {
    font-size: 14px;
    width: 228px;
    height: 60px;
    line-height: 20px;
  }
  .teaser-up-next .teaser-up-next__teaser p {
    margin: 0;
  }
}
.c-three-up,
.view-id-content_footer .view-content {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-three-up__item,
.view-id-content_footer .view-content > div {
  width: 100%;
}
@media (min-width: 64em) {
  .c-three-up__item,
  .view-id-content_footer .view-content > div {
    width: calc(33.3333% - 50px);
  }
}
.view-content-footer.view-display-id-block_1 .c-card__headline {
  margin-bottom: 0;
}
.view-content-footer.view-display-id-block_1 .c-card__body p {
  color: #585b63;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .view-content-footer.view-display-id-block_1 .c-three-up > .c-three-up__item,
  .view-content-footer.view-display-id-block_1 .c-three-up > div,
  .view-content-footer.view-display-id-block_1
    .view-content
    > .c-three-up__item,
  .view-content-footer.view-display-id-block_1 .view-content > div {
    width: 100%;
  }
  .view-content-footer.view-display-id-block_1
    .c-three-up
    > .c-three-up__item:last-child
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .c-three-up
    > div:last-child
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .view-content
    > .c-three-up__item:last-child
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .view-content
    > div:last-child
    .c-card--content-footer {
    border: none;
    margin-bottom: 0;
  }
  .view-content-footer.view-display-id-block_1
    .c-three-up
    > .c-three-up__item
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .c-three-up
    > div
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .view-content
    > .c-three-up__item
    .c-card--content-footer,
  .view-content-footer.view-display-id-block_1
    .view-content
    > div
    .c-card--content-footer {
    padding-bottom: 0.65rem;
  }
  .view-content-footer.view-display-id-block_1 .c-three-up .c-card--borderless,
  .view-content-footer.view-display-id-block_1
    .view-content
    .c-card--borderless {
    position: relative;
  }
  .view-content-footer.view-display-id-block_1
    .c-three-up
    .c-card--borderless
    .c-card__media,
  .view-content-footer.view-display-id-block_1
    .view-content
    .c-card--borderless
    .c-card__media {
    position: absolute;
    left: 0;
    max-width: 7.5rem;
    height: 5.625rem;
  }
  .view-content-footer.view-display-id-block_1
    .c-three-up
    .c-card--borderless
    .c-card__media
    img,
  .view-content-footer.view-display-id-block_1
    .view-content
    .c-card--borderless
    .c-card__media
    img {
    height: auto;
  }
  .view-content-footer.view-display-id-block_1
    .c-three-up
    .c-card--borderless__info,
  .view-content-footer.view-display-id-block_1
    .view-content
    .c-card--borderless__info {
    margin: 1.5rem 0 0.25rem 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .view-content-footer.view-display-id-block_1 .c-three-up .c-card__body,
  .view-content-footer.view-display-id-block_1 .view-content .c-card__body {
    margin: 0;
  }
  .view-content-footer.view-display-id-block_1 .c-three-up .c-card__action,
  .view-content-footer.view-display-id-block_1 .view-content .c-card__action {
    margin-top: 0.35rem;
  }
}
.c-tv-schedule-intro {
  text-align: center;
}
@media (min-width: 48em) {
  .c-tv-schedule-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}
@media (min-width: 48em) {
  .c-tv-schedule-intro__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
  }
}
@media (min-width: 48em) {
  .c-tv-schedule-intro__content {
    width: 30%;
  }
}
.c-tv-schedule-intro__title {
  margin-bottom: 0;
}
.c-tv-schedule-intro__date {
  line-height: 1rem;
  margin-top: 0.3125rem;
  color: #191919;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-tv-schedule-intro__date {
    font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
    color: #abadb1;
    text-transform: uppercase;
  }
}
.c-tv-schedule-intro__broadcaster img,
.c-tv-schedule-intro__image img {
  display: inline;
}
.c-tv-schedule-intro__description {
  line-height: 1.3125rem;
  font-size: 0.875rem;
}
.article-up-next {
  position: relative;
  height: 252px;
}
@media (min-width: 90em) {
  .article-up-next {
    height: 504px;
  }
}
.article-up-next .article-up-next-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1rem;
}
@media (min-width: 76.25em) {
  .article-up-next .article-up-next-inner {
    max-width: 1220px;
    margin: auto;
  }
}
.article-up-next .article-up-next-inner .article-up-next__title-wrapper {
  z-index: 6;
  width: 100%;
  max-width: 1440px;
  text-transform: uppercase;
  color: #fff;
}
.article-up-next .article-up-next-inner .article-up-next__pre-title {
  color: #d5d6d8;
}
.article-up-next .article-up-next-inner .article-up-next__title {
  color: #fff;
}
.article-up-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-player .c-embedded-single-media__caption-block {
  position: absolute;
  width: 100%;
}
.video-player__controls {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 0;
  left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 1.5rem);
  height: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  color: #fff;
  padding: 0 1rem;
}
.video-player__controls__progress {
  position: relative;
  right: 0.75rem;
  bottom: 18px;
  left: 0;
  display: none;
  width: 100%;
  height: 5px;
  cursor: ew-resize;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 50.3125em) {
  .video-player__controls__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.video-player__controls__progress__completed {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  background-color: #d20a0a;
}
.video-player__controls__progress__completed:after {
  position: absolute;
  top: -2px;
  right: -6px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 2px;
  background-color: #fff;
}
.video-player__controls__toggle {
  max-width: 50px;
  margin-right: 1rem;
  padding: 0;
  cursor: pointer;
  text-align: center;
  color: #fff;
  outline: 0;
  line-height: 1;
}
.video-player__controls__fullscreen,
.video-player__controls__fullscreen-exit,
.video-player__controls__toggle,
.video-player__controls__volume__full,
.video-player__controls__volume__off,
.video-player__controls__volume__on {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 20px;
  height: 20px;
}
.video-player__controls__fullscreen svg,
.video-player__controls__fullscreen-exit svg,
.video-player__controls__toggle svg,
.video-player__controls__volume__full svg,
.video-player__controls__volume__off svg,
.video-player__controls__volume__on svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 50.3125em) {
  .video-player__controls__fullscreen,
  .video-player__controls__fullscreen-exit,
  .video-player__controls__toggle,
  .video-player__controls__volume__full,
  .video-player__controls__volume__off,
  .video-player__controls__volume__on {
    width: 24px;
    height: 24px;
  }
  .video-player__controls__fullscreen svg,
  .video-player__controls__fullscreen-exit svg,
  .video-player__controls__toggle svg,
  .video-player__controls__volume__full svg,
  .video-player__controls__volume__off svg,
  .video-player__controls__volume__on svg {
    width: 24px;
    height: 24px;
  }
}
.video-player__controls__volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100px;
  margin-right: 5px;
  margin-left: 2px;
  cursor: pointer;
}
.video-player__controls__volume > * {
  margin-right: 5px;
  margin-left: 5px;
}
.video-player__controls__volume > [type="range"] {
  width: 100%;
  margin: 3px 0;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-appearance: none;
}
.video-player__controls__volume > [type="range"]:focus {
  outline: 0;
}
.video-player__controls__volume
  > [type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0 solid #cfd8dc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
.video-player__controls__volume > [type="range"]::-webkit-slider-thumb {
  width: 6px;
  height: 6px;
  cursor: pointer;
  border: 0 solid #eceff1;
  border-radius: 0 !important;
  background: #fff;
  margin-top: 0;
  -webkit-box-shadow: -100vw 0 0 100vw #d20a0a;
  box-shadow: -100vw 0 0 100vw #d20a0a;
  -webkit-appearance: none;
}
.video-player__controls__volume > [type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0 solid #cfd8dc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
.video-player__controls__volume > [type="range"]::-moz-range-thumb {
  width: 6px;
  height: 6px;
  cursor: pointer;
  border: 0 solid #eceff1;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: -100vw 0 0 100vw #d20a0a;
}
.video-player__controls__volume > [type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: transparent;
  border-width: 3px 0;
  border-color: transparent;
  background: 0 0;
}
.video-player__controls__volume > [type="range"]::-ms-fill-lower {
  border: 0 solid #cfd8dc;
  border-radius: 0;
  background: #d20a0a;
}
.video-player__controls__volume > [type="range"]::-ms-fill-upper {
  border: 0 solid #cfd8dc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
.video-player__controls__volume > [type="range"]::-ms-thumb {
  width: 6px;
  height: 6px;
  cursor: pointer;
  border: 0 solid #eceff1;
  border-radius: 0 !important;
  background: #fff;
  margin-top: 0;
}
.video-player__controls__volume
  .video-player__controls__volume__range[type="range"] {
  width: 0 !important;
  display: none;
}
@media (min-width: 50.3125em) {
  .video-player__controls__volume
    .video-player__controls__volume__range[type="range"] {
    display: block;
  }
}
.video-player__controls__volume:focus .video-player__controls__volume__range,
.video-player__controls__volume:hover .video-player__controls__volume__range {
  width: auto !important;
}
.video-player__controls__volume__range:focus,
.video-player__controls__volume__range:hover {
  width: auto !important;
}
.video-player__controls__volume__full,
.video-player__controls__volume__off {
  display: none;
}
.video-player__controls__time {
  padding: 2px;
}
.video-player__controls__fullscreen,
.video-player__controls__fullscreen__exit {
  margin-left: auto;
}
.video-player__controls__fullscreen__exit {
  display: none;
}
.video-player__float {
  display: none;
}
.video-player-float-wrapper {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 360px;
  height: 203px;
}
.video-player-float-wrapper .video-player__float {
  display: block;
  position: relative;
  height: 100%;
}
.video-player-float-wrapper .video-player__float__canvas {
  width: 100%;
  height: 100%;
}
.video-player-float-wrapper .video-player__float__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
}
.video-player-float-wrapper .video-player__float__controls {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-player-float-wrapper .video-player__float__controls button {
  border: 0;
}
.video-player-float-wrapper .video-player__float__volume__full,
.video-player-float-wrapper .video-player__float__volume__off {
  display: none;
}
.video-player-float-wrapper .video-player__float__fullscreen,
.video-player-float-wrapper .video-player__float__toggle,
.video-player-float-wrapper .video-player__float__volume {
  width: 37px;
  height: 37px;
  margin: 6px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-player-float-wrapper .video-player__float__fullscreen svg,
.video-player-float-wrapper .video-player__float__toggle svg,
.video-player-float-wrapper .video-player__float__volume svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.video-player-float-wrapper .video-player__float__toggle {
  width: 56px;
  height: 56px;
  margin: 12px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-player-float-wrapper .video-player__float__toggle svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.video-player-float-wrapper .video-player__float__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-player-float-wrapper .video-player__float__close svg {
  width: 7px;
  height: 7px;
}
.video-player-float-wrapper .video-player__float__progress {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.video-player-float-wrapper .video-player__float__progress__completed {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  background-color: #d20a0a;
}
.video-player-float-wrapper .video-player__float__close,
.video-player-float-wrapper .video-player__float__controls,
.video-player-float-wrapper .video-player__float__overlay {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.video-player-float-wrapper:hover .video-player__float__close,
.video-player-float-wrapper:hover .video-player__float__controls,
.video-player-float-wrapper:hover .video-player__float__overlay {
  visibility: visible;
  overflow: auto;
  opacity: 1;
}
.video-player,
.video-player-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  background-color: #191919;
}
@media (min-width: 50.3125em) {
  .video-player,
  .video-player-bg {
    padding-top: 56.25%;
  }
}
.video-player-youtube {
  padding-top: 56.25%;
}
@media (min-width: 50.3125em) {
  .gallery-collapsed .video-player,
  .video-full .video-player {
    height: calc(100vh - 60px);
    padding-top: 0;
  }
  .toolbar-horizontal .gallery-collapsed .video-player,
  .toolbar-horizontal .video-full .video-player {
    height: calc(100vh - 60px - 38px);
  }
  .toolbar-horizontal.toolbar-tray-open .gallery-collapsed .video-player,
  .toolbar-horizontal.toolbar-tray-open .video-full .video-player {
    height: calc(100vh - 60px - 79px);
  }
}
@media (min-width: 50.3125em) {
  .ui-dialog .video-full .video-player {
    height: calc(100vh - 60px);
    padding-top: 0;
  }
  .toolbar-horizontal .ui-dialog .video-full .video-player,
  .toolbar-horizontal.toolbar-tray-open .ui-dialog .video-full .video-player {
    height: calc(100vh - 60px);
  }
}
.video-player video {
  top: 0;
}
@media (min-width: 50.3125em) {
  .video-player video {
    position: absolute;
  }
}
.video-player.video-player-youtube .video-embed-field-responsive-video {
  position: absolute;
  top: 0;
}
.video-player .field--name-field-media-video-embed-field,
.video-player .media--type-embeddable-video,
.video-player .video-embed-field-responsive-video,
.video-player iframe {
  position: static;
  width: 100%;
  height: 100%;
}
.video-player .video-embed-field-responsive-video:after {
  content: none;
}
.video-player svg {
  fill: #fff;
}
.video-player button {
  border: 0;
  background-color: transparent;
}
.video-player__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100% !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-player__ads {
  position: absolute;
  z-index: 995;
  top: 0;
  right: 0;
  left: 0;
  height: 100% !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.video-player .overlay__header {
  opacity: 0;
}
.video-player__play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: block;
  width: 45px;
  height: 45px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.video-player__play svg {
  width: 45px;
  height: 45px;
}
.video-player__progress {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 50.3125em) {
  .video-player__progress {
    position: absolute;
    z-index: 2;
  }
}
.video-player__progress__completed {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  background-color: #d20a0a;
}
.video-player-bg:-webkit-full-screen,
.video-player:-webkit-full-screen {
  width: 100%;
  max-width: none;
}
.video-player-bg:-webkit-full-screen,
.video-player-bg:fullscreen,
.video-player:-webkit-full-screen,
.video-player:fullscreen {
  width: 100%;
  max-width: none;
}
.video-player__fullscreen-header {
  z-index: 2;
  top: 0;
  display: none;
  width: 100%;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 50.3125em) {
  .video-player__fullscreen-header {
    position: absolute;
  }
}
.video-player__fullscreen-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -2px;
  margin-left: -2px;
  color: #fff;
}
.video-player__fullscreen-header__left > * {
  margin-right: 2px;
  margin-left: 2px;
}
.video-player__fullscreen-header__title {
  margin-bottom: 0;
  color: #fff;
}
.video-player__paused-content {
  z-index: 2;
  top: 0;
  display: none;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  height: 0;
  margin-top: 5rem;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  color: #fff;
}
@media (min-width: 50.3125em) {
  .video-player__paused-content {
    position: absolute;
    top: 3rem;
    left: 90px;
    display: block;
    width: calc(100% - 90px);
  }
}
.video-player__paused-content__description p,
.video-player__paused-content__featured__title,
.video-player__paused-content__subtitle,
.video-player__paused-content__title {
  color: #fff;
}
.video-player__paused-content__subtitle {
  margin-bottom: 1rem;
}
.video-player__paused-content__description,
.video-player__paused-content__featured {
  max-width: 400px;
}
.video-player__paused-content__featured {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-top: 2px solid #abadb1;
  border-bottom: 2px solid #abadb1;
}
.video-player__paused-content__featured__content {
  overflow-y: auto;
  max-height: 200px;
  margin-top: 2.25rem;
}
.video-player__paused-content__featured__content a {
  padding-left: 0;
  color: #fff;
}
.video-player__paused-content__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
.video-player__paused-content__tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-player__paused-content__tags__title {
  margin-right: 1rem;
}
.video-player__paused-content__tags__content a {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-player__paused-content__next {
  display: none;
}
.video-player__ended-content {
  position: absolute;
  z-index: 2;
  top: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  height: 0;
  margin: 3rem auto auto auto;
  padding: 0 1rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  color: #fff;
}
@media (min-width: 50.3125em) {
  .video-player__ended-content {
    margin-top: 5rem;
  }
}
@media (min-width: 64em) {
  .video-player__ended-content {
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.video-player__ended-content__countdown,
.video-player__ended-content__videos {
  position: relative;
  z-index: 5;
  max-width: 804px;
  margin: 0;
}
@media (min-width: 64em) {
  .video-player__ended-content__countdown,
  .video-player__ended-content__videos {
    margin: 0 auto;
  }
}
.video-player__ended-content .l-card-group__header {
  padding: 0.625rem 0;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 50.3125em) {
  .video-player__ended-content .l-card-group__header {
    padding: 1.5rem 0;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
.video-player__ended-content .l-card-group__title {
  text-align: left;
}
@media (min-width: 64em) {
  .video-player__ended-content .l-card-group__title {
    text-align: center;
  }
}
.video-player__ended-content__title {
  color: #fff;
}
.video-player__ended-content .c-card--image-overlay:hover {
  border: 0;
}
.video-player__ended-content .c-card--image-overlay .c-card__media {
  background-color: transparent;
  grid-template-columns: 33.33% 1fr;
}
.video-player__ended-content .c-card--image-overlay img {
  grid-column: 1;
  grid-row: 1;
}
.video-player__ended-content .c-card--image-overlay .c-card__overlay-text {
  grid-column: 2;
  grid-row: 1;
}
.video-player__ended-content .c-card--image-overlay .c-card__overlay-ufc-meta,
.video-player__ended-content
  .c-card--image-overlay
  .c-card__overlay-ufc-video-length {
  display: none;
}
@media (min-width: 64em) {
  .video-player__ended-content .c-card--image-overlay:hover {
    border: 1px solid #d20a0a;
  }
  .video-player__ended-content .c-card--image-overlay .c-card__media {
    background-color: #191919;
    grid-template-columns: 1fr;
  }
  .video-player__ended-content .c-card--image-overlay img {
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
  .video-player__ended-content .c-card--image-overlay .c-card__overlay-text {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .video-player__ended-content .c-card--image-overlay .c-card__overlay-ufc-meta,
  .video-player__ended-content
    .c-card--image-overlay
    .c-card__overlay-ufc-video-length {
    display: block;
  }
  .video-player__ended-content
    .c-card--image-overlay
    .c-card__overlay-ufc-video-length {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}
.video-player__ended-content .l-flex__item + .l-flex__item {
  display: none;
}
@media (min-width: 64em) {
  .video-player__ended-content .l-flex__item + .l-flex__item {
    display: block;
  }
}
.video-player__inline {
  position: absolute;
  z-index: 1;
  bottom: 4.5rem;
  left: 0.75rem;
  width: calc(100% - 1.5rem);
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
  color: #fff;
}
.video-player__inline-title {
  color: #fff;
}
.video-player__inline-category {
  text-transform: uppercase;
  color: #fff;
  font-size: 66%;
}
.video-player-ended .overlay__header,
.video-player-ended .video-player__controls,
.video-player-ended .video-player__ended-content,
.video-player-ended .video-player__inline,
.video-player-ended .video-player__overlay,
.video-player-hover .overlay__header,
.video-player-hover .video-player__controls,
.video-player-hover .video-player__inline,
.video-player-hover .video-player__overlay,
.video-player-hover .video-player__play,
.video-player-init .overlay__header,
.video-player-init .video-player__controls,
.video-player-init .video-player__inline,
.video-player-init .video-player__overlay,
.video-player-init .video-player__play,
.video-player-paused .overlay__header,
.video-player-paused .video-player__controls,
.video-player-paused .video-player__inline,
.video-player-paused .video-player__overlay,
.video-player-paused .video-player__paused-content,
.video-player-paused .video-player__play {
  visibility: visible;
  overflow: visible;
  height: auto;
  opacity: 1;
}
.video-player-ended .video-player__progress,
.video-player-paused .video-player__progress,
.video-player.video-player-ended:hover .video-player__play {
  opacity: 0;
}
.video-player-ended .video-player__controls,
.video-player-hover .video-player__controls,
.video-player-init .video-player__controls,
.video-player-paused .video-player__controls {
  bottom: 1.5rem;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.video-player-fullscreen .video-player__fullscreen-header {
  display: block;
}
.video-player-fullscreen .overlay__header {
  opacity: 0 !important;
}
.video-player-fullscreen .video-player__inline,
.video-player-fullscreen .video-player__play {
  display: none;
}
.video-player-fullscreen .video-player__overlay {
  height: 100px !important;
  bottom: 0;
  top: auto;
}
.video-player-youtube.video-player-init .video-player__overlay,
.video-player-youtube.video-player-paused .video-player__overlay,
.video-player-youtube.video-player-playing:hover .video-player__overlay {
  opacity: 0;
}
.video-player-youtube .overlay__header {
  top: 4rem;
}
.ui-dialog-youtube .ui-dialog-titlebar {
  top: 3rem;
}
@media (min-width: 50.3125em) {
  .video-player__small-screens {
    display: none;
  }
}
.video-player-paused .video-player__small-screens,
.video-player__small-screens {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
.video-player-paused .video-player__small-screens .video-player__paused-content,
.video-player__small-screens .video-player__paused-content {
  display: block;
  visibility: visible;
  overflow: visible;
  height: auto;
  height: auto;
  margin-top: 0;
  opacity: 1;
}
@media (min-width: 50.3125em) {
  .video-player-paused
    .video-player__small-screens
    .video-player__paused-content,
  .video-player__small-screens .video-player__paused-content {
    display: none;
  }
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__description
  p,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__content
  a,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__title,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__subtitle,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__title,
.video-player__small-screens .video-player__paused-content__description p,
.video-player__small-screens .video-player__paused-content__featured__content a,
.video-player__small-screens .video-player__paused-content__featured__title,
.video-player__small-screens .video-player__paused-content__subtitle,
.video-player__small-screens .video-player__paused-content__title {
  color: #191919;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__description,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured,
.video-player__small-screens .video-player__paused-content__description,
.video-player__small-screens .video-player__paused-content__featured {
  max-width: none;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured,
.video-player__small-screens .video-player__paused-content__featured {
  border-top-color: #eeeeef;
  border-bottom-color: #eeeeef;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__content,
.video-player__small-screens .video-player__paused-content__featured__content {
  overflow-x: visible;
  max-height: none;
  margin-top: 0.75rem;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline,
.video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 1px solid #d5d6d8;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .c-listing-inline__thumbnail,
.video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .c-listing-inline__thumbnail {
  margin-right: 0;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .field--name-name,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .field--name-title,
.video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .field--name-name,
.video-player__small-screens
  .video-player__paused-content__featured
  .c-listing-inline
  .field--name-title {
  font-family: DIN2014, Arial, sans-serif;
  line-height: 3rem;
  font-size: 0.875rem;
  width: 100%;
  text-transform: none;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured
  ul
  li:nth-child(n + 7),
.video-player__small-screens
  .video-player__paused-content__featured
  ul
  li:nth-child(n + 7) {
  display: none;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured.open
  ul
  li:nth-child(n + 7),
.video-player__small-screens
  .video-player__paused-content__featured.open
  ul
  li:nth-child(n + 7) {
  display: block;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__featured__more,
.video-player__small-screens .video-player__paused-content__featured__more {
  width: 100%;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__tags__title,
.video-player__small-screens .video-player__paused-content__tags__title {
  margin-right: 1rem;
  color: #191919;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__tags__content
  a,
.video-player__small-screens .video-player__paused-content__tags__content a {
  background-color: #eeeeef;
  color: #191919;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next,
.video-player__small-screens .video-player__paused-content__next {
  display: block;
  margin-top: 1.5rem;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next
  .l-flex--3col-1to3,
.video-player__small-screens
  .video-player__paused-content__next
  .l-flex--3col-1to3 {
  margin-right: -1rem;
  margin-left: -1rem;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next
  .l-card-group,
.video-player__small-screens .video-player__paused-content__next .l-card-group {
  padding: 0;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next
  .l-flex__item,
.video-player__small-screens .video-player__paused-content__next .l-flex__item {
  padding: 0;
}
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next
  .l-card-group__header,
.video-player-paused
  .video-player__small-screens
  .video-player__paused-content__next
  .l-flex__item
  + .l-flex__item,
.video-player__small-screens
  .video-player__paused-content__next
  .l-card-group__header,
.video-player__small-screens
  .video-player__paused-content__next
  .l-flex__item
  + .l-flex__item {
  display: none;
}
.video-player-bg {
  padding: 0;
  height: 100%;
}
.video-player-bg video {
  -o-object-fit: cover;
  object-fit: cover;
}
.video-player-bg:hover .video-player__overlay {
  opacity: 0;
}
.c-connect-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 50px;
}
.c-connect-page__list hr {
  width: 75rem;
}
.c-connect-page__list__wrapper {
  max-width: 1220px;
}
@media (min-width: 56.25em) {
  .c-connect-page__list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-connect-page__list__wrapper.c-connect-page__list__media--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-connect-page__list__listing {
  padding: 20px 20px 0;
}
@media (min-width: 56.25em) {
  .c-connect-page__list__listing {
    width: 35%;
    padding: 20px 0 0 50px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 56.25em) {
  .c-connect-page__list__media--right .c-connect-page__list__listing {
    padding: 20px 50px 0 0;
  }
}
.c-connect-page__list__listing-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.c-connect-page__list__listing-buttons a {
  padding: 10px;
  border: 2px solid #eeeeef;
}
.c-connect-page__list__image {
  width: auto;
  max-width: 100%;
}
@media (min-width: 56.25em) {
  .c-connect-page__list__image {
    max-width: 700px;
  }
}
.c-connect-page__cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0 3rem;
}
.c-connect-page__cta-buttons > a {
  margin-right: 1rem;
  margin-left: 1rem;
}
.c-connect-page__cta-button {
  margin: 0 25px;
}
.c-connect-page__cta-button svg {
  width: 34px;
  height: 34px;
}
.connect-twitter-grid {
  display: grid;
  grid-gap: 20px 40px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 500px));
  max-width: 1220px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.c-htw-alt-cards,
.l-container,
.l-container--no-spacing-vertical-bottom,
.l-two-col,
.watch-small-container {
  margin-top: 2.25rem;
}
@media (min-width: 56.25em) {
  .c-htw-alt-cards,
  .l-container,
  .l-container--no-spacing-vertical-bottom,
  .l-two-col,
  .watch-small-container {
    margin-top: 4.5rem;
  }
}
.l-container--spacing-sml {
  margin-top: 1.5rem;
}
@media (min-width: 56.25em) {
  .l-container--spacing-sml {
    margin-top: 3rem;
  }
}
.l-container--spacing-lrg {
  margin-top: 3rem;
}
@media (min-width: 56.25em) {
  .l-container--spacing-lrg {
    margin-top: 6rem;
  }
}
.c-htw-alt-cards,
.l-container,
.l-container--no-spacing-vertical-top,
.l-two-col,
.watch-small-container {
  margin-bottom: 2.25rem;
}
@media (min-width: 56.25em) {
  .c-htw-alt-cards,
  .l-container,
  .l-container--no-spacing-vertical-top,
  .l-two-col,
  .watch-small-container {
    margin-bottom: 4.5rem;
  }
}
.l-container--spacing-sml {
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .l-container--spacing-sml {
    margin-bottom: 3rem;
  }
}
.l-container--spacing-lrg {
  margin-bottom: 3rem;
}
@media (min-width: 56.25em) {
  .l-container--spacing-lrg {
    margin-bottom: 6rem;
  }
}
.c-carousel--instagram .c-carousel--instagram__content,
.c-hero--article__container,
.c-htw-alt-cards,
.c-two-col-paragraph,
.l-brand-additional-content,
.l-container,
.l-container--bg-grey,
.l-container--bg-pure-black,
.l-container--no-spacing-vertical-bottom,
.l-container--no-spacing-vertical-top,
.l-container--spacing-lrg,
.l-container--spacing-sml,
.l-two-col,
.watch-small-container {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.l-container__content,
.l-container__content--full,
.l-container__content--narrow,
.l-container__content--thin,
.l-container__content--wide,
.l-container__content--xnarrow,
.l-two-col .l-two-col-content,
.view-all-athletes {
  margin-right: auto;
  margin-left: auto;
}
.l-container__content,
.l-two-col .l-two-col-content,
.view-all-athletes {
  max-width: 1220px;
}
.l-container__content--wide {
  max-width: 1440px;
}
.l-container__content--full {
  max-width: none;
  margin: 0 -1.125rem;
}
.l-container__content--narrow {
  max-width: 1024px;
}
.l-container__content--xnarrow {
  max-width: 805px;
}
.l-container__content--thin {
  max-width: 580px;
}
.l-container--bg-grey,
.l-container--bg-pure-black {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .l-container--bg-grey,
  .l-container--bg-pure-black {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.l-container--bg-grey {
  background-color: rgba(99, 91, 99, 0.05);
}
.l-container--bg-pure-black {
  background-color: #000;
}
.l-container--bg-pure-black-no-spacing {
  background-color: #000;
}
.l-container__content--centered {
  text-align: center;
}
.l-flex--2col,
.l-flex--2col-1to2,
.l-flex--3col,
.l-flex--3col-1to3,
.l-flex--4col,
.l-flex--4col-1to4,
.l-flex--4col-2to4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.c-carousel--poster .slick-slide,
.l-flex--2col-1to2 > .l-flex__item,
.l-flex--2col > .l-flex__item,
.l-flex--3col-1to3 > .l-flex__item,
.l-flex--3col > .l-flex__item,
.l-flex--4col-1to4 > .l-flex__item,
.l-flex--4col-2to4 > .l-flex__item,
.l-flex--4col > .l-flex__item {
  margin-bottom: 1.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.c-carousel--poster .slick-slide .dfp-tag,
.l-flex--2col-1to2 > .l-flex__item .dfp-tag,
.l-flex--2col > .l-flex__item .dfp-tag,
.l-flex--3col-1to3 > .l-flex__item .dfp-tag,
.l-flex--3col > .l-flex__item .dfp-tag,
.l-flex--4col-1to4 > .l-flex__item .dfp-tag,
.l-flex--4col-2to4 > .l-flex__item .dfp-tag,
.l-flex--4col > .l-flex__item .dfp-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-flex--2col > .l-flex__item {
  width: 50%;
}
.l-flex--2col-1to2 > .l-flex__item {
  width: 100%;
}
@media (min-width: 48em) {
  .l-flex--2col-1to2 > .l-flex__item {
    width: 50%;
  }
}
.l-flex--3col-1to3 > .l-flex__item {
  width: 100%;
}
@media (min-width: 64em) {
  .l-flex--3col-1to3 > .l-flex__item {
    width: 33.33333%;
  }
}
.l-flex--3col > .l-flex__item {
  width: 33.33333%;
}
.l-flex--4col > .l-flex__item {
  width: 25%;
}
.l-flex--4col-2to4 > .l-flex__item {
  width: 50%;
}
@media (min-width: 64em) {
  .l-flex--4col-2to4 > .l-flex__item {
    width: 25%;
  }
}
.l-flex--4col-1to4 > .l-flex__item {
  width: 100%;
}
@media (min-width: 48em) {
  .l-flex--4col-1to4 > .l-flex__item {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .l-flex--4col-1to4 > .l-flex__item {
    width: 25%;
  }
}
@media (min-width: 48em) {
  .l-grid--3col {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64em) {
  .l-grid--3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.l-grid__item {
  padding: 1.5rem;
}
@media (min-width: 48em) {
  .l-grid__item {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .l-grid__item--4,
  .l-grid__item--featured {
    grid-column: 1 / span 2;
  }
}
@media (min-width: 64em) {
  .l-grid__item--4,
  .l-grid__item--featured {
    grid-column: 1 / span 2;
    grid-row: 2 / span 2;
  }
}
.l-brand-additional-content {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em auto;
  max-width: 1440px;
}
@media (min-width: 48em) {
  .l-brand-additional-content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 390px));
  }
}
@media (min-width: 48em) {
  .l-brand-additional-content--first-item-featured a:nth-child(1) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
.trending-grid {
  display: grid;
  overflow-x: hidden;
}
@media (min-width: 64em) {
  .trending-grid {
    grid-gap: 22.66667px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 64em) {
  .trending-grid.late {
    grid-template-columns: repeat(4, 20vw);
  }
}
@media (min-width: 90em) {
  .trending-grid.late {
    grid-template-columns: repeat(4, 288px);
  }
}
@media (min-width: 64em) {
  .trending-grid.early {
    grid-template-columns: repeat(4, 20vw);
  }
}
@media (min-width: 90em) {
  .trending-grid.early {
    grid-template-columns: repeat(4, 288px);
  }
}
@media (min-width: 64em) {
  .trending-grid.valley {
    grid-template-columns: repeat(4, 20vw);
  }
}
@media (min-width: 90em) {
  .trending-grid.valley {
    grid-template-columns: repeat(4, 288px);
  }
}
.trending-grid > .grid-item {
  margin: 0 2.5% 15px;
}
.trending-grid > .grid-item.position_1 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 1;
}
.trending-grid > .grid-item.position_2 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 2;
}
.trending-grid > .grid-item.position_3 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 3;
}
.trending-grid > .grid-item.position_4 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 4;
}
.trending-grid > .grid-item.position_5 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 5;
}
.trending-grid > .grid-item.position_6 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 6;
}
.trending-grid > .grid-item.position_7 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 7;
}
.trending-grid > .grid-item.position_8 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 8;
}
.trending-grid > .grid-item.position_9 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 9;
}
.trending-grid > .grid-item.position_10 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 10;
}
.trending-grid > .grid-item.position_11 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 11;
}
.trending-grid > .grid-item.position_12 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 12;
}
.trending-grid > .grid-item.position_13 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 13;
}
.trending-grid > .grid-item.position_14 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 14;
}
.trending-grid > .grid-item.position_15 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 15;
}
.trending-grid > .grid-item.position_16 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 16;
}
.trending-grid > .grid-item.position_17 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 17;
}
.trending-grid > .grid-item.position_18 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 18;
}
.trending-grid > .grid-item.position_19 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 19;
}
.trending-grid > .grid-item.position_20 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 20;
}
.trending-grid > .grid-item.position_21 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 21;
}
.trending-grid > .grid-item.position_22 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 22;
}
.trending-grid > .grid-item.position_23 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 23;
}
.trending-grid > .grid-item.position_24 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 24;
}
.trending-grid > .grid-item.position_25 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 25;
}
.trending-grid > .grid-item.position_26 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 26;
}
.trending-grid > .grid-item.position_27 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 27;
}
.trending-grid > .grid-item.position_28 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 28;
}
.trending-grid > .grid-item.position_29 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 29;
}
.trending-grid > .grid-item.position_30 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 30;
}
.trending-grid > .grid-item.position_31 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 31;
}
.trending-grid > .grid-item.position_32 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 32;
}
.trending-grid > .grid-item.position_33 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 33;
}
.trending-grid > .grid-item.position_34 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 34;
}
.trending-grid > .grid-item.position_35 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 35;
}
.trending-grid > .grid-item.position_36 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 36;
}
@media (min-width: 64em) {
  .trending-grid > .grid-item {
    margin: 0;
  }
  .trending-grid > .grid-item.position_1 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .trending-grid > .grid-item.position_2 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .trending-grid > .grid-item.position_3 {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .trending-grid > .grid-item.position_4 {
    grid-column-start: 4;
    grid-row-start: 1;
  }
  .trending-grid > .grid-item.position_5 {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .trending-grid > .grid-item.position_6 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .trending-grid > .grid-item.position_7 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .trending-grid > .grid-item.position_8 {
    grid-column-start: 4;
    grid-row-start: 2;
  }
  .trending-grid > .grid-item.position_9 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .trending-grid > .grid-item.position_10 {
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .trending-grid > .grid-item.position_11 {
    grid-column-start: 3;
    grid-row-start: 3;
  }
  .trending-grid > .grid-item.position_12 {
    grid-column-start: 4;
    grid-row-start: 3;
  }
  .trending-grid > .grid-item.position_13 {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .trending-grid > .grid-item.position_14 {
    grid-column-start: 2;
    grid-row-start: 4;
  }
  .trending-grid > .grid-item.position_15 {
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .trending-grid > .grid-item.position_16 {
    grid-column-start: 4;
    grid-row-start: 4;
  }
  .trending-grid > .grid-item.position_17 {
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .trending-grid > .grid-item.position_18 {
    grid-column-start: 2;
    grid-row-start: 5;
  }
  .trending-grid > .grid-item.position_19 {
    grid-column-start: 3;
    grid-row-start: 5;
  }
  .trending-grid > .grid-item.position_20 {
    grid-column-start: 4;
    grid-row-start: 5;
  }
  .trending-grid > .grid-item.position_21 {
    grid-column-start: 1;
    grid-row-start: 6;
  }
  .trending-grid > .grid-item.position_22 {
    grid-column-start: 2;
    grid-row-start: 6;
  }
  .trending-grid > .grid-item.position_23 {
    grid-column-start: 3;
    grid-row-start: 6;
  }
  .trending-grid > .grid-item.position_24 {
    grid-column-start: 4;
    grid-row-start: 6;
  }
  .trending-grid > .grid-item.position_25 {
    grid-column-start: 1;
    grid-row-start: 7;
  }
  .trending-grid > .grid-item.position_26 {
    grid-column-start: 2;
    grid-row-start: 7;
  }
  .trending-grid > .grid-item.position_27 {
    grid-column-start: 3;
    grid-row-start: 7;
  }
  .trending-grid > .grid-item.position_28 {
    grid-column-start: 4;
    grid-row-start: 7;
  }
  .trending-grid > .grid-item.position_29 {
    grid-column-start: 1;
    grid-row-start: 8;
  }
  .trending-grid > .grid-item.position_30 {
    grid-column-start: 2;
    grid-row-start: 8;
  }
  .trending-grid > .grid-item.position_31 {
    grid-column-start: 3;
    grid-row-start: 8;
  }
  .trending-grid > .grid-item.position_32 {
    grid-column-start: 4;
    grid-row-start: 8;
  }
  .trending-grid > .grid-item.position_33 {
    grid-column-start: 1;
    grid-row-start: 9;
  }
  .trending-grid > .grid-item.position_34 {
    grid-column-start: 2;
    grid-row-start: 9;
  }
  .trending-grid > .grid-item.position_35 {
    grid-column-start: 3;
    grid-row-start: 9;
  }
  .trending-grid > .grid-item.position_36 {
    grid-column-start: 4;
    grid-row-start: 9;
  }
}
.trending-grid > .grid-item.size_1x1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_1x1 {
    height: 20vw;
    max-height: 288px;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_4x1 {
    grid-column-end: span 4;
    grid-row-end: span 1;
    height: 20vw;
    max-height: 288px;
  }
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_2x1 {
    grid-column-end: span 2;
    grid-row-end: span 1;
    height: 20vw;
    max-height: 288px;
  }
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_2x2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
    height: 576px;
    max-height: calc(20vw * 2 + 22.66667px);
  }
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_4x2 {
    grid-column-end: span 4;
    grid-row-end: span 2;
    height: 576px;
    max-height: calc(20vw * 2 + 22.66667px);
  }
}
@media (min-width: 64em) {
  .trending-grid > .grid-item.size_4x3 {
    grid-column-end: span 4;
    grid-row-end: span 2;
    height: 864px;
    max-height: calc(20vw * 3 + 22.66667px);
  }
}
.view-trending-homepage .field--name-datetime {
  display: none;
}
.homepage-trending-grid.view-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage-trending-grid.view-more-button a {
  margin: 2.5%;
  width: 100%;
  text-align: center;
}
@media (min-width: 64em) {
  .homepage-trending-grid.view-more-button a {
    width: 212px;
  }
}
.temporary-placeholders {
  background-position: center center;
  background-size: cover;
}
.temporary-placeholders.size_2x2 {
  background-image: url(/themes/custom/ufc/img-src/placeholder_2x2.jpg);
}
.temporary-placeholders.size_4x1 {
  background-image: url(/themes/custom/ufc/assets/img-src/placeholder_4x1.jpg);
}
.temporary-placeholders.size_4x2 {
  background-image: url(/themes/custom/ufc/img-src/placeholder_4x2.jpg);
}
.trending-grid > .grid-item.type_headline {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  max-height: 540px;
  overflow: hidden;
}
.trending-grid > .grid-item.type_ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  min-height: 288px;
  max-height: unset;
  overflow: hidden;
}
.block-views-blockeck-promos-brand-voice {
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .trending-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trending-grid > .grid-item {
    margin: 1.5rem;
    width: 100%;
    max-width: 500px;
    height: auto !important;
  }
  .trending-grid > .grid-item .grid_card_image img,
  .trending-grid > .grid-item .grid_card_image_text img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto !important;
    max-width: none !important;
    height: 200% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .grid-item.type_headline {
    max-width: none !important;
  }
}
.legacy-article .scale-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.legacy-article .scale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.legacy-article > p:first-child {
  font-size: 1.25rem;
  line-height: 2rem;
}
.legacy-article > p:first-child::first-letter {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  color: #191919;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}
.l-main__hero {
  overflow: hidden;
}
.stats-records .stats-records__container {
  background: #0f0;
}
.stats-records__content .l-listing__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.stats-records__content .l-listing__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.stats-records__content .l-listing__item:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 0 !important;
}
.stats-records__content .l-listing__item:first-child {
  margin-top: 0 !important;
}
.stats-records .e-chart-2bar {
  stroke: red;
}
.stats-records__outer-container {
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
}
.stats-records__outer-container.expanded {
  display: block;
  opacity: 1;
}
.stats-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.athlete_bottom_stats_row {
  margin-top: -42px;
}
@media all and (max-width: 768px) {
  .athlete_bottom_stats_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .athlete_bottom_stats_row .l-listing__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .athlete_bottom_stats_row .l-listing__item .c-record {
    text-align: left;
  }
  .athlete_bottom_stats_row .l-listing__item .c-record .c-record__promoted,
  .athlete_bottom_stats_row .l-listing__item .c-record .c-record__text {
    margin-bottom: 0;
  }
}
.l-main {
  overflow: hidden;
}
.l-main--padded {
  padding-top: 9.75rem;
}
.l-main__content {
  position: relative;
}
.l-main__content #dfp-ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-container__title {
  background-color: transparent;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
  .l-container__title {
    line-height: 1.625rem;
    font-size: 1.625rem;
    margin-bottom: 3.45rem;
  }
}
.l-page {
  position: relative;
  background-color: #fff;
}
.l-page--user {
  background-color: #fff;
}
.l-page--user .blt-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-page--user .blt-tabs li a {
  color: #fff;
}
.l-page--user .blt-tabs li.is-active a {
  color: #d20a0a;
}
@media (min-width: 48em) {
  .l-page__header-pin {
    position: absolute;
    top: 2.625rem;
  }
  .toolbar-horizontal .l-page__header-pin {
    top: -2.4375rem;
  }
  .toolbar-vertical .l-page__header-pin {
    top: 0;
  }
}
.l-page__header {
  position: fixed;
  top: 0;
  z-index: 998;
  width: 100%;
}
.toolbar-horizontal .l-page__header {
  top: 3.375rem;
}
.toolbar-vertical .l-page__header {
  top: 2.4375rem;
}
.toolbar-vertical .l-page__header.is-sticky {
  top: 0;
}
@media only screen and (min-width: 595px) {
  .l-page__header {
    position: absolute;
    top: 2.625rem;
  }
  .toolbar-horizontal .l-page__header,
  .toolbar-tray-open .l-page__header,
  .toolbar-vertical .l-page__header {
    top: 0;
  }
  .l-page__header.is-sticky {
    position: fixed;
    top: 0;
  }
  .toolbar-horizontal .l-page__header.is-sticky {
    top: 2.25rem;
  }
  .toolbar-vertical .l-page__header.is-sticky {
    top: 2.4375rem;
  }
  .toolbar-tray-open .l-page__header.is-sticky {
    top: 4.875rem;
  }
}
.l-page__header .bar-long {
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 4px;
  width: 0;
  z-index: 99999;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.l-page__utilities {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}
.l-page__utilities-messages > div {
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
}
.l-page__utilities-tabs > div {
  margin-top: 0.75rem;
  margin-bottom: 0.375rem;
}
.l-login__container {
  max-width: 1220px;
  margin: 0 auto;
}
body.path-rankings h1 {
  margin: 0 0 35px 0;
  padding-top: 110px;
  text-align: center;
}
@media (min-width: 48em) {
  body.path-rankings h1 {
    margin: 0 0 70px 0;
    padding-top: 150px;
  }
}
body.path-rankings .heading-2 {
  margin-bottom: 40px;
}
body.path-rankings .block-system-main-block {
  margin-right: auto;
  margin-left: auto;
}
body.path-rankings .block-system-main-block .views-element-container {
  display: inline-block;
}
body.path-rankings .c-modal__title {
  margin: 0 3rem;
  padding-bottom: 0;
  text-align: center;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #191919;
  font: bold 32px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
@media (min-width: 48em) {
  body.path-rankings .c-modal__title {
    max-width: 50%;
    text-align: left;
  }
}
@media (min-width: 48em) {
  body.path-rankings .c-modal--default .ui-dialog-titlebar {
    position: absolute;
    top: auto;
    left: unset;
    right: unset;
    background-color: #fff;
    min-height: 550px;
    max-width: 36rem;
    width: 100%;
  }
}
body.path-rankings .c-modal--default .ui-dialog-content {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 48em) {
  body.path-rankings .c-modal--default .ui-dialog-content {
    height: auto !important;
    max-width: 36rem !important;
    width: 100% !important;
    background-color: transparent;
    margin-top: 3.5rem;
    z-index: 9999;
  }
}
body.path-rankings .c-modal__frame {
  height: 100%;
}
@media (min-width: 48em) {
  body.path-rankings .c-modal__frame {
    height: auto;
    padding-top: 0;
  }
}
body.path-rankings .c-modal__frame p {
  margin: 1rem 1.5rem;
  color: #585b63;
  font: normal 16px/1.38 DIN2014, Arial, sans-serif;
}
@media (min-width: 48em) {
  body.path-rankings .c-modal__frame p {
    margin: 1rem 3rem;
  }
}
body.path-rankings .c-modal__frame footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px 1.5rem 27px 1.5rem;
  text-align: left;
  color: #abadb1;
  border-top: 0;
  background-color: rgba(88, 91, 99, 0.05);
  font: normal 12px/1.33 DIN2014, Arial, sans-serif;
}
@media (min-width: 48em) {
  body.path-rankings .c-modal__frame footer {
    position: static;
    margin: 1rem 3rem;
    padding: 24px 28px 27px 23px;
  }
}
body.path-rankings .c-modal__frame footer a {
  text-decoration: none;
  color: #d20a0a;
}
body.path-rankings .l-container {
  margin-bottom: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body.path-rankings .l-container--bg-grey {
  padding: 0;
}
body.path-rankings .l-container__content {
  padding: 10px 0 0 0;
}
@media (min-width: 48em) {
  body.path-rankings .l-container__content {
    padding: 20px;
  }
}
body.path-rankings .how-rankings-modal {
  text-align: center;
}
@media (min-width: 48em) {
  body.path-rankings .how-rankings-modal {
    float: left;
    width: 33%;
    margin-left: 33%;
  }
}
body.path-rankings .list-denotions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}
@media (min-width: 48em) {
  body.path-rankings .list-denotions {
    width: 33%;
    max-width: 33%;
    text-align: right;
  }
}
body.path-rankings .list-denotions p {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #abadb1;
  font: bold 13px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
body.path-rankings .comments-block {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 48em) {
  body.path-rankings .comments-block {
    border-top: 1px solid #d5d6d8;
  }
}
body.path-rankings .comments-block .opinion-header {
  padding-bottom: 16px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: #000;
  font: bold 24px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
}
@media (min-width: 48em) {
  body.path-rankings .comments-block .opinion-header {
    font: bold 32px/1 KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  }
}
body.path-rankings .comments-block .btn-light {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 188px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #191919;
  border: solid 1px rgba(213, 214, 216, 0.5);
  border-radius: 1px;
  background: #fff;
  font: bold 14px/1 DIN2014, Arial, sans-serif;
  font-stretch: condensed;
}
body.path-rankings .comments-block .btn-light:hover {
  color: #d20a0a;
}
.l-card-group {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.l-card-group__header {
  margin-bottom: 1.5rem;
}
.l-card-group__header.white {
  color: #fff;
}
.l-card-group__header-centered {
  text-align: center;
}
.l-card-group__header-top-padding {
  padding-top: 3rem;
}
.l-card-group__header-bottom-padding {
  padding-bottom: 3rem;
}
.l-card-group__view-all {
  padding-bottom: 1.5rem;
  text-align: center;
}
body.page-node-type-athlete .l-card-group__header {
  margin-bottom: 0;
  padding: 36px 0 36px;
}
body.page-node-type-athlete .l-card-group__title {
  text-align: center;
  color: #fff;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.5rem;
}
@media (min-width: 64em) {
  .l-card-group .l-flex--3col-1to3 .c-card--borderless {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 48em) {
  .l-card-group--galleries,
  .l-card-group--videos {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.l-card-group--galleries .l-card-group__header,
.l-card-group--videos .l-card-group__header {
  padding: 1.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.l-card-group--galleries .l-card-group__header.white,
.l-card-group--videos .l-card-group__header.white {
  color: #fff;
}
@media (min-width: 48em) {
  .l-card-group--galleries .l-card-group__header,
  .l-card-group--videos .l-card-group__header {
    padding: 3rem 0;
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.l-card-group--galleries .l-flex--4col-1to4 > .l-flex__item,
.l-card-group--videos .l-flex--4col-1to4 > .l-flex__item {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .l-card-group--galleries .l-flex--4col-1to4 > .l-flex__item,
  .l-card-group--videos .l-flex--4col-1to4 > .l-flex__item {
    margin-bottom: 1.5rem;
  }
}
.l-card-group--galleries .c-card__media,
.l-card-group--videos .c-card__media {
  grid-template-rows: 58vw;
}
.l-card-group--galleries .c-card__media img,
.l-card-group--videos .c-card__media img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 48em) {
  .l-card-group--galleries .c-card__media,
  .l-card-group--videos .c-card__media {
    grid-template-rows: 29vw;
  }
}
@media (min-width: 64em) {
  .l-card-group--galleries .c-card__media,
  .l-card-group--videos .c-card__media {
    grid-template-rows: auto;
  }
}
.l-card-group--galleries .l-card-group__view-all,
.l-card-group--videos .l-card-group__view-all {
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .l-card-group--galleries .l-card-group__view-all,
  .l-card-group--videos .l-card-group__view-all {
    margin-top: 0;
  }
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-bottom: 1px solid #d5d6d8;
  padding: 0 1em;
}
.ui-autocomplete .ui-menu-item-wrapper .views-field-title {
  -ms-flex-item-align: center;
  align-self: center;
}
.ui-autocomplete .ui-menu-item-wrapper .views-field-image {
  justify-self: right;
}
.block-ufc-athletes-compare .l-compare-athletes {
  text-align: center;
}
.block-ufc-athletes-compare h2.heading-2 {
  display: none;
}
.block-ufc-athletes-compare .big-text {
  text-align: center;
  display: block;
}
.block-ufc-athletes-compare h2.big-text {
  margin: 3rem;
}
.block-ufc-athletes-compare .l-compare-athletes__background-wrapper {
  overflow: auto;
  background-image: url(/themes/custom/ufc/assets/img/compare-athletes-bg.png);
  background-size: cover;
}
.block-ufc-athletes-compare .l-compare-athletes__matchup {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.block-ufc-athletes-compare .compare-athletes {
  background-color: #d20a0a;
  color: #fff;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.6rem 0;
}
.block-ufc-athletes-compare .compare-athletes.mobile {
  display: none;
}
.block-ufc-athletes-compare .l-compare-athletes__fields {
  margin: 1em;
}
.block-ufc-athletes-compare .l-compare-athletes__fields .form-item {
  margin: 0;
}
.block-ufc-athletes-compare
  .l-compare-athletes__fields
  .form-item
  input.form-autocomplete {
  padding-left: 4em;
  background-image: none;
}
.block-ufc-athletes-compare
  .l-compare-athletes__fields
  .form-item
  input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/core/misc/throbber-active.gif);
  background-position: right 1em center;
}
.block-ufc-athletes-compare .l-compare-athletes__fields .field-wrapper {
  position: relative;
}
.block-ufc-athletes-compare .search-icon {
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 1000;
}
.block-ufc-athletes-compare .close-field {
  z-index: 1000;
  cursor: pointer;
  height: 3em;
  width: 3em;
  position: absolute;
  top: 0.02em;
  right: 1em;
  padding: 1em;
}
.block-ufc-athletes-compare .l-compare-athletes__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.block-ufc-athletes-compare .l-compare-athletes__content img {
  justify-self: center;
}
.block-ufc-athletes-compare
  .l-compare-athletes__content
  .l-compare-athletes__desktop-text {
  display: none;
}
.block-ufc-athletes-compare .fighter-image {
  max-height: 660px;
  margin-bottom: 1em;
}
.block-ufc-athletes-compare .l-compare-athletes__choose-matchup {
  text-align: center;
  padding-top: 2em;
}
.block-ufc-athletes-compare .choose-for-me {
  margin-bottom: 1em;
}
.block-ufc-athletes-compare .view-display-id-most_popular li.l-listing__item {
  margin: 0;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  > div {
  -ms-flex-item-align: center;
  align-self: center;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text {
  text-align: center;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .center-text
  .field--name-name {
  margin: 0.25em 0;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .field--name-image-left {
  padding-left: 1em;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .field--name-image-right {
  padding-right: 1em;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .e-divider
  .e-divider__border-text {
  text-transform: uppercase;
  color: #abadb1;
  font-weight: 600;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .e-divider
  .grey-light.e-divider__border-line--end:before,
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .wrapper
  .e-divider
  .grey-light.e-divider__border-line--start:before {
  background-color: #abadb1;
  width: 10px;
}
.block-ufc-athletes-compare
  .view-display-id-most_popular
  li.l-listing__item
  .popular-compare {
  display: block;
  padding: 1em;
  border-top: 1px solid #d5d6d8;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 900px) {
  .block-ufc-athletes-compare .mobile-search-on-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
  }
  .block-ufc-athletes-compare
    .mobile-search-on-top
    .l-compare-athletes__container {
    margin-top: 4em;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields {
    background-image: url(/themes/custom/ufc/assets/img/search_grey.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 1.5em;
    background-position-x: 1em;
    background-position-y: center;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    input.form-autocomplete {
    background-color: transparent;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    input.form-autocomplete[data-drupal-selector="edit-athlete-left"] {
    border-bottom: none;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    input.form-autocomplete[data-drupal-selector="edit-athlete-right"] {
    border-top: none;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    input.form-autocomplete:focus {
    background-color: #191919;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .search-icon.black {
    display: none !important;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .search-icon {
    display: none;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .close-field {
    display: none;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .close-field.black {
    display: inherit;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields.ready {
    display: grid;
    grid-template-columns: 90% 10%;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields.ready
    .compare-athletes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .e-divider {
    display: block;
    width: 80%;
    border-bottom: 1px solid #d5d6d8;
    margin: 0 4em;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .e-divider span {
    display: none;
  }
}
.toolbar-fixed .mobile-search-on-top,
.toolbar-vertical .mobile-search-on-top {
  top: 39px;
}
@media (min-width: 56.25em) {
  .block-ufc-athletes-compare .close-field.white,
  .block-ufc-athletes-compare .search-icon.white {
    display: none !important;
  }
  .block-ufc-athletes-compare .e-divider {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .block-ufc-athletes-compare
    .e-divider
    .grey-light.e-divider__border-line--end:before,
  .block-ufc-athletes-compare
    .e-divider
    .grey-light.e-divider__border-line--start:before {
    background-color: #585b63;
    width: 10px;
  }
  .block-ufc-athletes-compare .field-wrapper {
    position: relative !important;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields {
    margin-top: 1em;
    display: block;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields .field-wrapper {
    display: inherit;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    .field-wrapper
    .search-icon {
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .block-ufc-athletes-compare .l-compare-athletes__fields input {
    display: block !important;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    .fields-mobile-wrapper {
    display: grid;
    grid-template-columns: 1fr 12% 1fr;
  }
  .block-ufc-athletes-compare .l-compare-athletes__content {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .block-ufc-athletes-compare .l-compare-athletes__content .left-fighter {
    justify-self: right;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text {
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    text-align: center;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .fighter-name.right {
    margin-top: 0.75rem;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .compare-athletes {
    margin-top: 1.5rem;
    padding: 1em 4em;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    a {
    display: inline-block;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .big-text {
    color: #fff;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .reset {
    color: #fff;
    margin-top: 1em;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .reset:active,
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .reset:visited {
    color: #fff;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .reset
    .reload {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .compare-athletes,
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .e-divider,
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text
    .reset {
    display: none;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text.ready {
    display: block;
  }
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text.ready
    .compare-athletes,
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text.ready
    .e-divider,
  .block-ufc-athletes-compare
    .l-compare-athletes__content
    .l-compare-athletes__desktop-text.ready
    .reset {
    display: block;
  }
  .block-ufc-athletes-compare .l-compare-athletes__content .right-fighter {
    justify-self: left;
    grid-column-start: 3;
  }
  .block-ufc-athletes-compare .view-display-id-most_popular ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .block-ufc-athletes-compare .view-display-id-most_popular li.l-listing__item {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .center-text
    .field--name-name {
    font-size: 1.75rem;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .field--type-entity-reference {
    min-height: 15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .field--type-entity-reference
    .layout--onecol {
    display: grid;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .wrapper
    .field--type-entity-reference
    .layout--onecol
    .layout__region--content {
    -ms-flex-item-align: end;
    align-self: end;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    li.l-listing__item
    .popular-compare {
    font-size: 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0.5em 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-ufc-athletes-compare
    .l-compare-athletes__fields
    .fields-mobile-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-ufc-athletes-compare .l-compare-athletes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-ufc-athletes-compare .l-compare-athletes__content .left-fighter,
  .block-ufc-athletes-compare .l-compare-athletes__content .right-fighter {
    margin-left: auto;
    margin-right: auto;
  }
  .block-ufc-athletes-compare .view-display-id-most_popular ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item {
    margin: 0 0.5rem;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item
    .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 230px;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item
    .wrapper
    .center-text,
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item
    .wrapper
    .field--type-entity-reference {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item
    .wrapper
    .center-text
    img,
  .block-ufc-athletes-compare
    .view-display-id-most_popular
    ul
    li.l-listing__item
    .wrapper
    .field--type-entity-reference
    img {
    height: 240px;
    width: auto;
  }
}
.l-how-to-watch-event-group .l-flex--3col-1to3 > .l-flex__item > div {
  margin: 0;
  padding: 30px 45px 30px;
}
.l-how-to-watch-event-group {
  margin: 1.5rem auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 1220px;
}
@media (min-width: 48em) {
  .l-how-to-watch-event-group {
    margin: 5.25rem auto 3.75rem auto;
  }
}
@media (min-width: 75em) and (min-height: 43.75em) {
  .l-how-to-watch-event-group {
    margin: 0 auto;
    padding-top: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
  }
}
.l-how-to-watch-event-group .l-flex--3col-1to3 {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-how-to-watch-event-group .l-flex--3col-1to3 > .l-flex__item {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 48em) {
  .l-how-to-watch-event-group .l-flex--3col-1to3 > .l-flex__item > div {
    padding: 85px 60px;
  }
}
@media (min-width: 75em) and (min-height: 43.75em) {
  .l-how-to-watch-event-group .l-flex--3col-1to3 > .l-flex__item > div {
    padding: 50px 60px;
  }
}
.l-how-to-watch-event-group
  .l-flex--3col-1to3
  > .l-flex__item
  > div.c-how-to-watch--event-tickets {
  padding: 50px 60px;
}
.l-how-to-watch-event-group__header {
  margin-bottom: 2.7rem;
  text-align: center;
}
@media (min-width: 75em) and (min-height: 43.75em) {
  .event-how-to-watch {
    overflow: hidden !important;
  }
  .event-how-to-watch .c-modal__title {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .l-how-to-watch-event-group ~ .event-details-button {
    position: fixed;
    bottom: 25px;
    width: 100%;
  }
}
.l-how-to-watch-event-group-postfight .l-flex--3col {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.l-how-to-watch-event-group-postfight .l-how-to-watch-event-group__header {
  margin-bottom: 3.45rem;
}
.c-listing__wrapper--horizontal-tabs details {
  margin: 0;
  padding: 0;
  border: none;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.c-listing__wrapper--horizontal-tabs .details-wrapper {
  padding: 0;
}
.c-listing__wrapper--horizontal-tabs details:not([open]) .details-wrapper {
  display: block;
}
.l-listing__group--bordered {
  border-top: 1px solid #eeeeef;
  border-left: 1px solid #eeeeef;
  border-right: 1px solid #eeeeef;
  margin: 0;
}
@media (min-width: 56.25em) {
  .l-listing__group--bordered {
    border-left: none;
    border-right: none;
    margin: 0;
  }
}
.l-listing .l-listing__item {
  margin: 0;
}
.l-listing .l-listing__item:first-child {
  margin-top: 0;
}
.l-listing .l-listing__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 56.25em) {
  .l-listing .l-listing__item:hover {
    z-index: 10;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.3);
    padding-top: 1px;
    top: -1px;
    margin-bottom: -1px;
  }
  .l-listing .l-listing__item:first-child {
    margin-top: 0;
  }
  .l-listing .l-listing__item:first-child:hover {
    padding-top: calc(1.5rem + 1px);
  }
  .l-listing .l-listing__item:last-child {
    margin-bottom: 0;
  }
}
.l-listing--stacked .l-listing__item,
.l-listing--stacked--full-width .l-listing__item {
  display: block;
  margin: 0 -1.25rem;
  padding: 0;
  border-top: 1px solid #eeeeef;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 56.25em) {
  .l-listing--stacked .l-listing__item,
  .l-listing--stacked--full-width .l-listing__item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .l-listing--stacked .l-listing__item:hover,
  .l-listing--stacked--full-width .l-listing__item:hover {
    z-index: 10;
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.3);
  }
  .l-listing--stacked .l-listing__item:first-child,
  .l-listing--stacked--full-width .l-listing__item:first-child {
    margin-top: 0;
  }
  .l-listing--stacked .l-listing__item:last-child,
  .l-listing--stacked--full-width .l-listing__item:last-child {
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 0;
  }
}
.l-listing--stacked--full-width {
  /* margin-right:calc(-50vw + 50%); */ /* margin-left:calc(-50vw + 50%); */ /* width:100vw; */
}
.l-listing__title {
  margin-bottom: 3rem;
  text-align: center;
}
.slide-in {
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  -webkit-animation: slide-in 1s ease forwards;
  animation: slide-in 1s ease forwards;
}
@-webkit-keyframes slide-in {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-in {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-masthead {
  margin: 0 auto 1.995rem auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 9rem;
  width: 100%;
  max-width: 1220px;
  text-align: center;
}
.l-masthead--tight {
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25em) {
  .l-masthead {
    margin: 12rem auto 6rem auto;
    padding-top: 0;
  }
}
.l-masthead__headline-prefix {
  color: #d20a0a;
}
.l-masthead__summary {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
}
.l-masthead__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-masthead__btn {
  margin: 0 0.75rem;
  width: 100%;
}
@media (min-width: 25em) {
  .l-masthead__btn {
    width: auto;
    min-width: 21rem;
  }
}
.l-masthead__btn a,
.l-masthead__btn button {
  width: 100%;
}
.l-overlap-group {
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}
.l-overlap-group > div:last-child {
  margin-bottom: 0;
}
.l-overlap-group__header {
  margin: 3.125rem auto 2.125rem auto;
  text-align: center;
}
@media (min-width: 56.25em) {
  .l-overlap-group__header {
    margin: 7.5rem auto 4.5rem auto;
  }
}
.l-overlap-group__title-prefix {
  color: #d20a0a;
}
.l-overlap-group__item--even,
.l-overlap-group__item--odd {
  margin-bottom: 4.5rem;
}
.l-page__sidebar-first,
.l-page_filters {
  position: fixed;
  z-index: 1000;
  right: 0;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  overflow-y: scroll;
}
.l-page__sidebar-first .facets-blks-wrp,
.l-page_filters .facets-blks-wrp {
  position: relative;
  width: inherit;
}
.l-page__sidebar-first .facets-blks-wrp .c-facets-abutton,
.l-page_filters .facets-blks-wrp .c-facets-abutton {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 28px;
  text-align: center;
  display: none;
}
.l-page__sidebar-first .facets-blks-wrp .c-facets-abutton .e-button--small,
.l-page_filters .facets-blks-wrp .c-facets-abutton .e-button--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  height: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.l-page__sidebar-first .block-region-ds-filters,
.l-page__sidebar-first .sidebar-first-inner-wrp,
.l-page_filters .block-region-ds-filters,
.l-page_filters .sidebar-first-inner-wrp {
  display: block;
  width: inherit;
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}
.l-page__sidebar-first .block-region-ds-filters .block-facets__header,
.l-page__sidebar-first .sidebar-first-inner-wrp .block-facets__header,
.l-page_filters .block-region-ds-filters .block-facets__header,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.5rem;
  padding-right: 2.5625rem;
  padding-left: 2.5625rem;
  -webkit-box-shadow: inset 0 -1px 0 0 #e8e8e8;
  box-shadow: inset 0 -1px 0 0 #e8e8e8;
  cursor: pointer;
}
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facet-label,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facet-label,
.l-page_filters .block-region-ds-filters .block-facets__header .facet-label,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facet-label {
  color: #abadb1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.l-page__sidebar-first
  .block-region-ds-filters
  .block-facets__header
  .facets-cfs,
.l-page__sidebar-first
  .sidebar-first-inner-wrp
  .block-facets__header
  .facets-cfs,
.l-page_filters .block-region-ds-filters .block-facets__header .facets-cfs,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header .facets-cfs {
  font-size: 1rem;
}
.l-page__sidebar-first .block-region-ds-filters .block-facets__header::after,
.l-page__sidebar-first .sidebar-first-inner-wrp .block-facets__header::after,
.l-page_filters .block-region-ds-filters .block-facets__header::after,
.l-page_filters .sidebar-first-inner-wrp .block-facets__header::after {
  position: absolute;
  right: 2.5625rem;
  content: "";
  width: 0.525rem;
  height: 0.525rem;
  margin-left: 10px;
  margin-top: 10px;
  background-image: url(/themes/custom/ufc/assets/svg/sprite-ui/triangle-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.l-page__sidebar-first .block-facets .facets-widget-links,
.l-page_filters .block-facets .facets-widget-links {
  display: none;
}
.l-page__sidebar-first .block-facets .facets-widget-links .ufc-facet-search,
.l-page_filters .block-facets .facets-widget-links .ufc-facet-search {
  margin-top: 1.375rem;
}
.l-page__sidebar-first .block-facets .facets-widget-links ul,
.l-page_filters .block-facets .facets-widget-links ul {
  padding-right: 0;
  padding-left: 0;
  float: left;
  width: 100%;
  border-bottom: 10px solid #f6f7f7;
}
.l-page__sidebar-first .block-facets .facets-widget-links ul li,
.l-page_filters .block-facets .facets-widget-links ul li {
  padding-top: 0.875rem;
  padding-right: 2.75rem;
  padding-bottom: 0.875rem;
  padding-left: 2.75rem;
  color: #585b63;
  float: left;
  width: 100%;
  -webkit-box-shadow: inset 0 -1px 0 0 #e8e8e8;
  box-shadow: inset 0 -1px 0 0 #e8e8e8;
}
.l-page__sidebar-first .block-facets .facets-widget-links ul li a,
.l-page_filters .block-facets .facets-widget-links ul li a {
  color: #585b63;
  float: left;
  width: 100%;
  position: relative;
}
.l-page__sidebar-first
  .block-facets
  .facets-widget-links
  ul
  li
  a
  .c-video-filter,
.l-page_filters .block-facets .facets-widget-links ul li a .c-video-filter {
  float: left;
  width: 100%;
}
.l-page__sidebar-first
  .block-facets
  .facets-widget-links
  ul
  li
  a
  .c-video-filter__title,
.l-page_filters
  .block-facets
  .facets-widget-links
  ul
  li
  a
  .c-video-filter__title {
  float: left;
}
.l-page__sidebar-first
  .block-facets
  .facets-widget-links
  ul
  li
  a
  .c-video-filter__length,
.l-page_filters
  .block-facets
  .facets-widget-links
  ul
  li
  a
  .c-video-filter__length {
  float: right;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 14px;
  color: #abadb1;
}
.l-page__sidebar-first .block-facets .facets-widget-links ul li:first-child,
.l-page_filters .block-facets .facets-widget-links ul li:first-child {
  display: none !important;
}
.l-page__sidebar-first .block-facets.open .facets-widget-links,
.l-page_filters .block-facets.open .facets-widget-links {
  display: block;
}
.l-page__sidebar-first .facet-filter-top-nav,
.l-page_filters .facet-filter-top-nav {
  position: relative;
  display: table;
  width: 100%;
  height: 6rem;
  background-color: #191919;
}
.l-page__sidebar-first .facet-filter__inner,
.l-page_filters .facet-filter__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label,
.l-page_filters .facet-filter__inner .facet-tnav-label {
  color: #abadb1;
}
.l-page__sidebar-first .facet-filter__inner .facet-tnav-label--white,
.l-page_filters .facet-filter__inner .facet-tnav-label--white {
  color: #fff;
}
.l-page__sidebar-first .facet-filter__close,
.l-page_filters .facet-filter__close {
  position: absolute;
  top: 1.6875rem;
  right: 1.875rem;
  cursor: pointer;
  color: #fff;
}
.l-page__sidebar-first .facet-filter__close .e-icon__svg,
.l-page_filters .facet-filter__close .e-icon__svg {
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 56.25em) {
  .l-page__sidebar-first .block-region-ds-filters,
  .l-page__sidebar-first .sidebar-first-inner-wrp,
  .l-page_filters .block-region-ds-filters,
  .l-page_filters .sidebar-first-inner-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-page__sidebar-first .block-region-ds-filters .block-facets,
  .l-page__sidebar-first .sidebar-first-inner-wrp .block-facets,
  .l-page_filters .block-region-ds-filters .block-facets,
  .l-page_filters .sidebar-first-inner-wrp .block-facets {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .l-page__sidebar-first
    .block-region-ds-filters
    .block-facets
    .facets-widget-links,
  .l-page__sidebar-first
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links,
  .l-page_filters .block-region-ds-filters .block-facets .facets-widget-links,
  .l-page_filters .sidebar-first-inner-wrp .block-facets .facets-widget-links {
    display: block;
    margin-top: 1.375rem;
  }
  .l-page__sidebar-first
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    .ufc-facet-search,
  .l-page__sidebar-first
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    .ufc-facet-search,
  .l-page_filters
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    .ufc-facet-search,
  .l-page_filters
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    .ufc-facet-search {
    margin-top: 0;
  }
  .l-page__sidebar-first
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    ul,
  .l-page__sidebar-first
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    ul,
  .l-page_filters
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    ul,
  .l-page_filters
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    ul {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-bottom: 0;
  }
  .l-page__sidebar-first
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    ul
    li,
  .l-page__sidebar-first
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    ul
    li,
  .l-page_filters
    .block-region-ds-filters
    .block-facets
    .facets-widget-links
    ul
    li,
  .l-page_filters
    .sidebar-first-inner-wrp
    .block-facets
    .facets-widget-links
    ul
    li {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .l-page__sidebar-first .block-region-ds-filters .block-facets__header,
  .l-page__sidebar-first .sidebar-first-inner-wrp .block-facets__header,
  .l-page_filters .block-region-ds-filters .block-facets__header,
  .l-page_filters .sidebar-first-inner-wrp .block-facets__header {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: auto;
  }
  .l-page__sidebar-first .block-region-ds-filters .block-facets__header:after,
  .l-page__sidebar-first .sidebar-first-inner-wrp .block-facets__header:after,
  .l-page_filters .block-region-ds-filters .block-facets__header:after,
  .l-page_filters .sidebar-first-inner-wrp .block-facets__header:after {
    content: none;
  }
  .l-page__sidebar-first .block-region-ds-filters .filter-shade,
  .l-page__sidebar-first .sidebar-first-inner-wrp .filter-shade,
  .l-page_filters .block-region-ds-filters .filter-shade,
  .l-page_filters .sidebar-first-inner-wrp .filter-shade {
    position: absolute;
    top: 5.5rem;
    width: inherit;
    height: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.trending-page-grid {
  display: grid;
  padding-bottom: 2rem;
}
@media (min-width: 48em) {
  .trending-page-grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 22px;
  }
}
@media (min-width: 48em) {
  .trending-page-grid.trending-page {
    grid-template-columns: repeat(3, 27vw);
    grid-auto-rows: auto;
  }
}
@media (min-width: 90em) {
  .trending-page-grid.trending-page {
    grid-template-columns: repeat(3, 392px);
  }
}
@media (min-width: 48em) {
  .trending-page-grid.trending-page-more {
    grid-template-columns: repeat(3, 27vw);
  }
}
@media (min-width: 90em) {
  .trending-page-grid.trending-page-more {
    grid-template-columns: repeat(3, 392px);
  }
}
.trending-page-grid > .grid-item {
  margin: 0 2.5% 2.5%;
}
.trending-page-grid > .grid-item.position_1 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 1;
}
.trending-page-grid > .grid-item.position_2 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 2;
}
.trending-page-grid > .grid-item.position_3 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 3;
}
.trending-page-grid > .grid-item.position_4 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 4;
}
.trending-page-grid > .grid-item.position_5 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 5;
}
.trending-page-grid > .grid-item.position_6 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 6;
}
.trending-page-grid > .grid-item.position_7 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 7;
}
.trending-page-grid > .grid-item.position_8 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 8;
}
.trending-page-grid > .grid-item.position_9 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 9;
}
.trending-page-grid > .grid-item.position_10 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 10;
}
.trending-page-grid > .grid-item.position_11 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 11;
}
.trending-page-grid > .grid-item.position_12 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 12;
}
.trending-page-grid > .grid-item.position_13 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 13;
}
.trending-page-grid > .grid-item.position_14 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 14;
}
.trending-page-grid > .grid-item.position_15 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 15;
}
.trending-page-grid > .grid-item.position_16 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 16;
}
.trending-page-grid > .grid-item.position_17 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 17;
}
.trending-page-grid > .grid-item.position_18 {
  grid-column-start: 1;
  grid-column-end: span 1;
  grid-row-start: 18;
}
@media (min-width: 48em) {
  .trending-page-grid > .grid-item {
    margin: 0;
  }
  .trending-page-grid > .grid-item.position_1 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .trending-page-grid > .grid-item.position_2 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .trending-page-grid > .grid-item.position_3 {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .trending-page-grid > .grid-item.position_4 {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .trending-page-grid > .grid-item.position_5 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .trending-page-grid > .grid-item.position_6 {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .trending-page-grid > .grid-item.position_7 {
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .trending-page-grid > .grid-item.position_8 {
    grid-column-start: 2;
    grid-row-start: 3;
  }
  .trending-page-grid > .grid-item.position_9 {
    grid-column-start: 3;
    grid-row-start: 3;
  }
  .trending-page-grid > .grid-item.position_10 {
    grid-column-start: 1;
    grid-row-start: 4;
  }
  .trending-page-grid > .grid-item.position_11 {
    grid-column-start: 2;
    grid-row-start: 4;
  }
  .trending-page-grid > .grid-item.position_12 {
    grid-column-start: 3;
    grid-row-start: 4;
  }
  .trending-page-grid > .grid-item.position_13 {
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .trending-page-grid > .grid-item.position_14 {
    grid-column-start: 2;
    grid-row-start: 5;
  }
  .trending-page-grid > .grid-item.position_15 {
    grid-column-start: 3;
    grid-row-start: 5;
  }
  .trending-page-grid > .grid-item.position_16 {
    grid-column-start: 1;
    grid-row-start: 6;
  }
  .trending-page-grid > .grid-item.position_17 {
    grid-column-start: 2;
    grid-row-start: 6;
  }
  .trending-page-grid > .grid-item.position_18 {
    grid-column-start: 3;
    grid-row-start: 6;
  }
}
.trending-page-grid > .grid-item.size_1x1 {
  grid-column-end: span 1;
  grid-row-end: span 1;
  height: auto;
}
.trending-page-grid
  > .grid-item.size_1x1
  .c-card--grid-card-trending__3-wrapper {
  height: auto !important;
}
.trending-page-grid > .grid-item.size_2x1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}
.trending-page-grid > .grid-item.size_2x2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.trending-page-grid > .grid-item.size_4x1 {
  grid-column-end: span 4;
  grid-row-end: span 1;
}
.trending-page-grid > .grid-item.size_4x2 {
  grid-column-end: span 4;
  grid-row-end: span 2;
}
.trending-page-grid > .grid-item.type_ad {
  height: auto;
  max-height: unset;
  min-height: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.trending-page-grid > .grid-item .c-card--grid-card-trending__body,
.trending-page-grid > .grid-item .c-card--grid-card-trending__headline {
  height: auto;
}
.trending-page-grid.view-more-button {
  margin-top: 100px;
  margin-bottom: 100px;
}
.temporary-placeholders {
  background-position: center center;
  background-size: cover;
}
.temporary-placeholders.size_2x2 {
  background-image: url(/themes/custom/ufc/img-src/placeholder_2x2.jpg);
}
.temporary-placeholders.size_4x1 {
  background-image: url(/themes/custom/ufc/img-src/placeholder_4x1.jpg);
}
.temporary-placeholders.size_4x2 {
  background-image: url(/themes/custom/ufc/img-src/placeholder_4x2.jpg);
}
.block-views-blocktrending-page {
  max-width: calc(1440px - 2rem);
  padding: 0 1rem;
  margin: 0 auto;
}
.trending-page-grid > .type_headline {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
.view-trending ul.js-pager__items.pager {
  margin: 3rem auto;
  width: 100%;
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
}
.view-trending ul.js-pager__items.pager .pager__item {
  padding: 0;
}
.view-trending ul.js-pager__items.pager a.button {
  width: 192px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .trending-page-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .trending-page-grid > .grid-item {
    width: 100%;
    max-width: 500px;
    height: auto !important;
    margin: 1.5rem;
  }
  .trending-page-grid > .grid-item img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150% !important;
    height: auto !important;
    max-width: none !important;
  }
  .grid-item.type_headline {
    max-width: none !important;
  }
}
.l-two-col {
  margin-top: 3.75rem;
}
@media (min-width: 64em) {
  .l-two-col--right-sidebar .l-two-col__content {
    max-width: 38.8125rem;
    float: left;
    padding-right: 1.125rem;
  }
}
@media (min-width: 64em) {
  .l-two-col--right-sidebar .l-two-col__sidebar {
    max-width: 24.8125rem;
    float: right;
  }
}
.l-two-col--right-sidebar .l-two-col__sidebar .dfp-ad {
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-two-col--right-sidebar--hide .l-two-col__sidebar {
  display: none;
}
@media (min-width: 64em) {
  .l-two-col--right-sidebar--hide .l-two-col__sidebar {
    display: block;
  }
}
.m-connect-page__big-fights,
.m-connect-page__hero-carousel,
.m-connect-page__in-the-game,
.m-connect-page__on-your-phone,
.m-connect-page__people-talking,
.m-connect-page__social-media,
.m-connect-page__train-different,
.m-connect-page__with-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 64em) {
  .m-connect-page__big-fights,
  .m-connect-page__hero-carousel,
  .m-connect-page__in-the-game,
  .m-connect-page__on-your-phone,
  .m-connect-page__people-talking,
  .m-connect-page__social-media,
  .m-connect-page__train-different,
  .m-connect-page__with-style {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.m-connect-page__big-fights hr,
.m-connect-page__hero-carousel hr,
.m-connect-page__in-the-game hr,
.m-connect-page__on-your-phone hr,
.m-connect-page__people-talking hr,
.m-connect-page__social-media hr,
.m-connect-page__train-different hr,
.m-connect-page__with-style hr {
  width: 60%;
  max-width: 75rem;
}
.m-connect-page__social-media__line {
  margin-top: 115px;
  margin-bottom: 50px;
}
.m-connect-page__big-fights,
.m-connect-page__social-media {
  background-color: #fbfbfb;
}
.m-connect-page__header {
  width: 400px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.m-connect-page__header .m-connect-page__social-media__main-title {
  padding: 16px 16px 24px 16px;
}
.m-connect-page__social-media__facebook,
.m-connect-page__social-media__instagram,
.m-connect-page__social-media__social-network {
  margin-top: 1.5rem;
}
@media (min-width: 64em) {
  .m-connect-page__social-media__facebook,
  .m-connect-page__social-media__instagram,
  .m-connect-page__social-media__social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1024px;
  }
}
.m-connect-page__social-media__facebook.m-connect-page__social-media__left,
.m-connect-page__social-media__instagram.m-connect-page__social-media__left,
.m-connect-page__social-media__social-network.m-connect-page__social-media__left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.m-connect-page__social-media__instagram-cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-connect-page__social-media__instagram-cards .c-card--link {
  border: 0;
}
.m-connect-page__social-media__instagram-cards .c-card--link:hover {
  border: 0;
}
.m-connect-page__social-media__instagram-cards-bottom {
  margin-left: -10em;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.m-connect-page__social-media__instagram-cards-top {
  z-index: 1;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.m-connect-page__social-media__facebook-follow,
.m-connect-page__social-media__follow,
.m-connect-page__social-media__instagram-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4em;
}
.m-connect-page__social-media__facebook-follow p,
.m-connect-page__social-media__follow p,
.m-connect-page__social-media__instagram-follow p {
  text-align: center;
}
.m-connect-page__social-media__facebook-follow .pl__wrapper--sml,
.m-connect-page__social-media__follow .pl__wrapper--sml,
.m-connect-page__social-media__instagram-follow .pl__wrapper--sml {
  margin-bottom: 0;
}
.m-connect-page__social-media__facebook-logo,
.m-connect-page__social-media__instagram-logo,
.m-connect-page__social-media__logo {
  margin-bottom: 1em;
}
.m-connect-page__social-media__facebook-title,
.m-connect-page__social-media__instagram-title,
.m-connect-page__social-media__title {
  margin-bottom: 0;
  text-align: center;
}
.m-connect-page__social-media__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem -1rem;
  text-align: center;
}
@media (min-width: 64em) {
  .m-connect-page__social-media__links {
    width: 30rem;
  }
}
.m-connect-page__social-media__links > * {
  margin-right: 1rem;
  margin-left: 1rem;
}
.m-connect-page__social-media__links a {
  color: #000;
}
.m-connect-page__social-media__links-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-connect-page__social-media__links-item p {
  margin-top: 0.1em;
}
.m-connect-page__social-media__text {
  max-width: 300px;
}
.m-connect-page__people-talking {
  background-color: #fff;
}
.m-connect-page__people-talking__2-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-connect-page__people-talking__column {
  margin-left: 1em;
}
.m-connect-page__big-fights {
  position: relative;
  z-index: 0;
  background: #fbfbfb;
}
.m-connect-page__big-fights--background {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: grey;
}
.m-connect-page__big-fights--background h4 {
  color: rgba(99, 91, 99, 0.05);
  font-size: 20em;
}
.m-connect-page__mini-social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 18.125rem;
  margin-bottom: 42px;
}
.m-connect-page__mini-social-media-links-item {
  color: #000;
}
.m-connect-page__mini-social-media-links-item .e-icon__svg {
  width: 1.2em;
}
.m-connect-page__on-your-phone__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-connect-page__on-your-phone__listing {
  width: 30%;
  padding: 0 50px;
  -ms-flex-item-align: center;
  align-self: center;
}
.m-connect-page__on-your-phone__listing-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.m-connect-page__on-your-phone__listing-buttons a {
  padding: 10px;
  border: 2px solid #eeeeef;
}
.m-connect-page__on-your-phone__image {
  width: auto;
}
.m-connect-page__in-the-page__brands {
  margin-bottom: 2em;
}
.u-reveal,
.u-reveal--left,
.u-reveal--right {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.u-reveal--left,
.u-reveal--right {
  width: 5%;
}
.u-reveal--right {
  left: auto;
  right: 0;
}
.u-animate__reveal .u-reveal,
.u-animate__reveal .u-reveal--left,
.u-animate__reveal .u-reveal--right,
.u-animate__reveal--fast .u-reveal,
.u-animate__reveal--fast .u-reveal--left,
.u-animate__reveal--fast .u-reveal--right {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.u-animate__reveal--fast .u-reveal,
.u-animate__reveal--fast .u-reveal--left,
.u-animate__reveal--fast .u-reveal--right {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.u-animate__reveal .u-reveal {
  -webkit-animation-name: reveal;
  animation-name: reveal;
}
.u-animate__reveal .u-reveal--left {
  -webkit-animation-name: reveal--left;
  animation-name: reveal--left;
}
.u-animate__reveal .u-reveal--right {
  -webkit-animation-name: reveal--right;
  animation-name: reveal--right;
}
.u-animate__reveal--fast .u-reveal {
  -webkit-animation-name: reveal;
  animation-name: reveal;
}
.u-animate__reveal--fast .u-reveal--left {
  -webkit-animation-name: reveal--left;
  animation-name: reveal--left;
}
.u-animate__reveal--fast .u-reveal--right {
  -webkit-animation-name: reveal--right;
  animation-name: reveal--right;
}
@-webkit-keyframes reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes reveal--left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes reveal--left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes reveal--right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes reveal--right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.c-card-event--result__matchup:after,
.c-card-event--result__matchup:before,
.c-card-event--tickets-result__matchup:after,
.c-card-event--tickets-result__matchup:before,
.c-card-event__matchup:after,
.c-card-event__matchup:before,
.c-rules__section:after,
.c-rules__section:before,
.c-site-footer:after,
.c-site-footer:before,
.u-clearfix:after,
.u-clearfix:before {
  display: table;
  content: "";
}
.c-card-event--result__matchup:after,
.c-card-event--tickets-result__matchup:after,
.c-card-event__matchup:after,
.c-rules__section:after,
.c-site-footer:after,
.u-clearfix:after {
  clear: both;
}
.c-card--image-feature,
.c-card--image-overlay,
.c-card-event--related,
.c-hero,
.c-hero--article,
.c-hero--full,
.c-hero--inline,
.c-hero--media,
.c-hero--plain,
.c-hero--prefooter,
.c-hero--side,
.u-pallet--white-text {
  color: #fff;
}
.c-card--image-feature ul,
.c-card--image-overlay ul,
.c-card-event--related ul,
.c-hero ul,
.c-hero--article ul,
.c-hero--full ul,
.c-hero--inline ul,
.c-hero--media ul,
.c-hero--plain ul,
.c-hero--prefooter ul,
.c-hero--side ul,
.u-pallet--white-text ul {
  color: inherit;
}
.c-card--image-feature ol,
.c-card--image-overlay ol,
.c-card-event--related ol,
.c-hero ol,
.c-hero--article ol,
.c-hero--full ol,
.c-hero--inline ol,
.c-hero--media ol,
.c-hero--plain ol,
.c-hero--prefooter ol,
.c-hero--side ol,
.u-pallet--white-text ol {
  color: inherit;
}
.c-card--image-feature h1,
.c-card--image-overlay h1,
.c-card-event--related h1,
.c-hero h1,
.c-hero--article h1,
.c-hero--full h1,
.c-hero--inline h1,
.c-hero--media h1,
.c-hero--plain h1,
.c-hero--prefooter h1,
.c-hero--side h1,
.u-pallet--white-text h1 {
  color: inherit;
}
.c-card--image-feature h2,
.c-card--image-overlay h2,
.c-card-event--related h2,
.c-hero h2,
.c-hero--article h2,
.c-hero--full h2,
.c-hero--inline h2,
.c-hero--media h2,
.c-hero--plain h2,
.c-hero--prefooter h2,
.c-hero--side h2,
.u-pallet--white-text h2 {
  color: inherit;
}
.c-card--image-feature h3,
.c-card--image-overlay h3,
.c-card-event--related h3,
.c-hero h3,
.c-hero--article h3,
.c-hero--full h3,
.c-hero--inline h3,
.c-hero--media h3,
.c-hero--plain h3,
.c-hero--prefooter h3,
.c-hero--side h3,
.u-pallet--white-text h3 {
  color: inherit;
}
.c-card--image-feature h4,
.c-card--image-overlay h4,
.c-card-event--related h4,
.c-hero h4,
.c-hero--article h4,
.c-hero--full h4,
.c-hero--inline h4,
.c-hero--media h4,
.c-hero--plain h4,
.c-hero--prefooter h4,
.c-hero--side h4,
.u-pallet--white-text h4 {
  color: inherit;
}
.c-card--image-feature h5,
.c-card--image-overlay h5,
.c-card-event--related h5,
.c-hero h5,
.c-hero--article h5,
.c-hero--full h5,
.c-hero--inline h5,
.c-hero--media h5,
.c-hero--plain h5,
.c-hero--prefooter h5,
.c-hero--side h5,
.u-pallet--white-text h5 {
  color: inherit;
}
.c-card--image-feature h6,
.c-card--image-overlay h6,
.c-card-event--related h6,
.c-hero h6,
.c-hero--article h6,
.c-hero--full h6,
.c-hero--inline h6,
.c-hero--media h6,
.c-hero--plain h6,
.c-hero--prefooter h6,
.c-hero--side h6,
.u-pallet--white-text h6 {
  color: inherit;
}
.c-card--image-feature div,
.c-card--image-overlay div,
.c-card-event--related div,
.c-hero div,
.c-hero--article div,
.c-hero--full div,
.c-hero--inline div,
.c-hero--media div,
.c-hero--plain div,
.c-hero--prefooter div,
.c-hero--side div,
.u-pallet--white-text div {
  color: inherit;
}
.c-call-to-action--faq > :first-child,
.c-call-to-action > :first-child,
.c-card-event--athlete-results__actions > :first-child,
.c-card-event--related__location > :first-child,
.c-card-event--related__text > :first-child,
.c-card-event--result__actions > :first-child,
.c-card-event--tickets-result__actions > :first-child,
.c-content-block__primary-content > :first-child,
.c-content-block__secondary-content > :first-child,
.c-hero--full__content > :first-child,
.c-hero--full__text > :first-child,
.c-hero--inline__content > :first-child,
.c-hero--media__content > :first-child,
.c-hero--media__headline > :first-child,
.c-hero--media__text > :first-child,
.c-hero--plain__content > :first-child,
.c-hero--plain__headline > :first-child,
.c-hero--plain__text > :first-child,
.c-hero--prefooter__content > :first-child,
.c-hero--side__content > :first-child,
.c-hero--side__text > :first-child,
.c-hero__content > :first-child,
.c-hero__text > :first-child,
.c-listing-search__text .field__item > :first-child,
.c-listing-up-next__text .field__item > :first-child,
.c-listing-we-recommend__text .field__item > :first-child,
.c-pull-quote__quote > :first-child,
.u-remove-child--margin-top-bottom > :first-child,
.u-remove-child--margin-top > :first-child {
  margin-top: 0;
}
.c-bio__row--1col > :last-child,
.c-bio__row--2col > :last-child,
.c-bio__row--3col > :last-child,
.c-call-to-action--faq > :last-child,
.c-call-to-action > :last-child,
.c-card-event--athlete-results__actions > :last-child,
.c-card-event--related__location > :last-child,
.c-card-event--related__text > :last-child,
.c-card-event--result__actions > :last-child,
.c-card-event--tickets-result__actions > :last-child,
.c-content-block__primary-content > :last-child,
.c-content-block__secondary-content > :last-child,
.c-hero--full__content > :last-child,
.c-hero--full__text > :last-child,
.c-hero--inline__content > :last-child,
.c-hero--media__content > :last-child,
.c-hero--media__headline > :last-child,
.c-hero--media__text > :last-child,
.c-hero--plain__content > :last-child,
.c-hero--plain__headline > :last-child,
.c-hero--plain__text > :last-child,
.c-hero--prefooter__content > :last-child,
.c-hero--side__content > :last-child,
.c-hero--side__text > :last-child,
.c-hero__content > :last-child,
.c-hero__text > :last-child,
.c-listing-search__text .field__item > :last-child,
.c-listing-up-next__text .field__item > :last-child,
.c-listing-we-recommend__text .field__item > :last-child,
.c-pull-quote__quote > :last-child,
.u-remove-child--margin-bottom > :last-child,
.u-remove-child--margin-top-bottom > :last-child {
  margin-bottom: 0;
}
.u-visually--hidden {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.u-visually--hidden.focusable {
  background-color: palette(grey, xlight);
  padding: 0.75rem;
  color: palette(blue, dark);
}
.u-visually--hidden.focusable:active,
.u-visually--hidden.focusable:focus {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  clip: auto;
}
.u-visually--shown {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip: rect(auto auto auto auto);
}
.slick-slider {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  overflow-y: hidden;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  margin-bottom: -6px;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide > div {
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
[data-drupal-views-infinite-scroll-pager] {
  padding: 0 0.5rem 3rem 0.5rem;
  width: 100%;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 48em) {
  [data-drupal-views-infinite-scroll-pager] {
    padding: 0;
    margin: 3rem auto;
    max-width: 390px;
  }
}
[data-drupal-views-infinite-scroll-pager] .pager__item {
  padding: 0;
}
[data-drupal-views-infinite-scroll-pager] .button {
  display: inline-block;
}
.l-filters__results-summary {
  text-align: center;
  margin-bottom: 1.5rem;
}
.view-all-athletes {
  width: 100%;
  padding-top: 6.25rem;
  background-color: #fff;
}
@media (min-width: 48em) {
  .view-all-athletes {
    padding-top: 12.5rem;
  }
}
.view-all-athletes .views-exposed-form {
  padding-bottom: 0.75rem;
  border-bottom: 0.5px solid #d5d6d8;
}
.view-all-athletes .views-exposed-form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.view-all-athletes .views-exposed-form .form--inline div[id^="edit-gender"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .view-all-athletes .views-exposed-form .form--inline div[id^="edit-gender"] {
    margin-bottom: 51px;
  }
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender {
  float: left;
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  input[type="radio"] {
  display: none;
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label {
  float: left;
  margin-bottom: 0;
  cursor: pointer;
  color: #abadb1;
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  label:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 48em) {
  .view-all-athletes
    .views-exposed-form
    .form--inline
    div[id^="edit-gender"]
    .form-item-gender
    label:nth-child(2) {
    margin-right: 30px;
    margin-left: 30px;
  }
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  div[id^="edit-gender"]
  .form-item-gender
  input[checked="checked"]
  ~ label {
  color: #191919;
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  .athletes-all-current-filters {
  float: left;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 48em) {
  .view-all-athletes
    .views-exposed-form
    .form--inline
    .athletes-all-current-filters {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-bottom: 0;
    text-align: left;
  }
}
.view-all-athletes .views-exposed-form .form--inline .althelete-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .view-all-athletes .views-exposed-form .form--inline .althelete-total {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    margin-bottom: 0;
  }
}
.view-all-athletes .views-exposed-form .form--inline .form-item-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.view-all-athletes
  .views-exposed-form
  .form--inline
  .form-item-search
  .ufc-search-instant-search {
  float: right;
}
.view-all-athletes .althelete-total {
  margin-bottom: 0;
}
.view-all-athletes .item-list ul {
  margin: 0;
}
.view-all-athletes .form-item-search {
  float: right;
}
.view-all-athletes .form-item-search .ufc-search-instant-search {
  width: 100%;
  height: 35px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0 20px 0 40px;
  border: none;
  border-radius: 2px;
  background-color: #f6f7f7;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 13px;
}
@media (min-width: 48em) {
  .view-all-athletes .form-item-search .ufc-search-instant-search {
    width: 268px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.view-all-athletes .l-flex--4col-1to4 .l-flex__item {
  margin: 0;
  padding: 0;
}
.view-all-athletes .item-list {
  margin-top: 4.375rem;
}
.view-all-athletes .ufc-search-no-results {
  margin-bottom: 3.75rem;
}
.view-all-athletes .c-listing-athlete-flipcard {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 48em) {
  .view-all-athletes .c-listing-athlete-flipcard {
    margin-right: 0;
    margin-left: 0;
  }
}
.article-wrapper .l-two-col__content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.article-wrapper .l-two-col__content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
.article-wrapper .l-two-col__content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
.article-wrapper .l-two-col__content h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
.article-wrapper .l-two-col__content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
.article-wrapper .l-two-col__content h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
.view-articles-footer li {
  display: inline-block;
  width: 30%;
  list-style: none;
  text-align: center;
  vertical-align: top;
}
.view-articles-footer li h4 a {
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.5em;
}
.view-articles-footer li .field--name-category {
  margin-top: 1em;
  text-transform: uppercase;
  color: #d20a0a;
  font-size: 1em;
}
.view-articles-footer li .field--name-teaser {
  padding-right: 25px;
  padding-left: 25px;
  color: #abadb1;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}
.view-articles-footer li .field--name-node-link {
  padding-top: 0.5em;
}
.view-articles-footer li .field--name-node-link a {
  text-transform: uppercase;
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
}
.view-athletes-titleholders {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .view-athletes-titleholders {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.view-athletes-titleholders .athlete-listing-detail-wrp {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.view-athletes-titleholders .view-header {
  margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .view-athletes-titleholders .view-header {
    margin-bottom: 70px;
  }
}
.view-athletes-titleholders .view-header h3 {
  margin-top: 0.75rem;
}
.view-athletes-titleholders .view-header h4 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  color: #d20a0a;
  text-transform: uppercase;
  margin: 0;
}
.view-athletes-titleholders .view-footer,
.view-athletes-titleholders .view-header h3,
.view-athletes-titleholders .view-header h4 {
  text-align: center;
}
.view-athletes-titleholders .view-content .l-listing__group--bordered {
  margin-left: 10px;
  margin-right: 10px;
  border: none;
}
.view-athletes-titleholders
  .view-content
  .l-listing__group--bordered
  .l-listing__item {
  margin: 0 0 13px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.view-athletes-titleholders .view-content .e-button--white-expand {
  padding-top: 12px;
  padding-bottom: 12px;
}
.view-athletes-titleholders .view-content > .item-list > ul > li {
  list-style: none;
  border-bottom: 1px silver solid;
  margin: 0;
}
@media (min-width: 48em) {
  .view-athletes-titleholders .view-content > .item-list > ul > li:first-child {
    border-top: 1px silver solid;
  }
}
.view-athletes-titleholders .view-content > .item-list > ul > li:hover {
  -webkit-box-shadow: 0 2px 2px 2px rgba(99, 91, 99, 0.25);
  box-shadow: 0 2px 2px 2px rgba(99, 91, 99, 0.25);
}
.view-athletes-titleholders .view-footer {
  padding-top: 25px;
}
.view-athletes-titleholders .view-footer a {
  font-family: DIN2014, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #191919;
}
.view-athletes-titleholders .view-footer a:nth-child(1) {
  color: #fff;
}
.view-athletes-titleholders .view-footer a:nth-child(2) {
  background-color: #fff;
}
.ath-lf-fl-mob {
  display: none;
}
@media (max-width: 48em) {
  .path-athletes {
    background-color: #fafafb;
  }
  .view-athletes-titleholders .view-content > .item-list > ul {
    padding: 0 0.625rem;
    margin-bottom: 0;
  }
  .view-athletes-titleholders .view-content > .item-list > ul > li {
    border: none;
    background-color: #fff;
    margin-bottom: 0.75rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .view-athletes-titleholders .view-content .athlete-titleholder-wrp {
    padding: 0;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--first {
    text-align: center;
    padding: 1rem 0 0.5rem;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--second
    .c-embedded-single-media__caption-block
    hr {
    margin: 1rem 0 0;
    background-color: transparent;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--third {
    padding-left: 1.25rem;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--third
    .ath-n__name {
    font-size: 1.125rem;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--third
    .ath-lf {
    display: none;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--fourth {
    margin-top: 1.875rem;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath--fourth
    .e-button--white-expand {
    padding-top: 0.6875;
    padding-bottom: 0.6875;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-top: 1px solid #ccc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath-lf-fl-mob {
    display: block;
    clear: both;
    padding: 0 0.875rem;
  }
  .view-athletes-titleholders
    .view-content
    .athlete-titleholder-wrp
    .ath-lf-fl-mob
    > div {
    border-top: 1px solid #d5d6d8;
    padding: 0.75rem 0 0;
    font-size: 0.875rem;
  }
  .view-athletes-titleholders .view-footer {
    padding-top: 0;
  }
  .view-athletes-titleholders .view-footer p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .view-athletes-titleholders .view-footer p a:nth-child(1) {
    line-height: 36px;
  }
  .view-athletes-titleholders .view-footer p a:nth-child(2) {
    padding: 0.5625rem 0;
    background-color: #d20a0a;
    color: #fff;
  }
}
.node--type-athlete .stats-records {
  margin: 0 40px 70px;
}
.node--type-athlete .stats-records h3 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.node--type-athlete .stats-records .stat-panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 120px;
}
.node--type-athlete .stats-records .stat-panel .field--name-image-striking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.node--type-athlete
  .stats-records
  .stat-panel
  .field--name-image-striking
  .field--type-image {
  width: 800px;
}
.node--type-athlete .stats-records .stat-panel .sub-panel {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: middle;
  -ms-flex-pack: middle;
  justify-content: middle;
  height: 100%;
  width: 480px;
  max-height: 480px;
  left: 10%;
  top: 10%;
  border: 0;
  padding: 2em;
  background-color: #fff;
  font-family: DIN2014, Arial, sans-serif;
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.node--type-athlete .stats-records .stat-panel .sub-panel h3 {
  font-size: 3.7em;
  font-weight: 700;
  font-stretch: ultra-condensed;
  text-transform: uppercase;
}
.node--type-athlete .stats-records .stat-panel .sub-panel .field {
  margin: 0 6em 1em;
  text-align: center;
}
.node--type-athlete .stats-records .stat-panel .sub-panel .field .field__label {
  width: 70%;
  text-align: left;
}
.node--type-athlete .stats-records .stat-panel .sub-panel .field .field__item {
  text-align: left;
  font-family: DIN2014-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
}
.node--type-athlete .stats-records .stat-panel .field--name-image-grappling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.node--type-athlete
  .stats-records
  .stat-panel
  .field--name-image-grappling
  .field--type-image {
  width: 800px;
}
.node--type-athlete .biography {
  margin: 0 40px 70px;
}
.node--type-athlete .biography h3 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.node--type-athlete .biography .field--name-image-left {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  max-height: 922px;
  text-align: right;
}
.node--type-athlete .biography .field--name-image-left img {
  height: 100%;
  width: auto;
  border-bottom: 1px solid #eee;
}
.node--type-athlete .biography .bio {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.node--type-athlete .biography .bio h3 {
  display: none;
}
.node--type-athlete .biography .bio .field.field--name-athlete-status {
  display: block;
}
.node--type-athlete .biography .bio .field {
  display: inline-block;
  margin-bottom: 75px;
  width: 30%;
  vertical-align: top;
}
.node--type-athlete .biography .bio .field .field--name-athlete-status {
  display: block;
}
.node--type-athlete .biography .bio .field .field--name-origin,
.node--type-athlete .biography .bio .field .field--name-residence {
  width: 44%;
}
.node--type-athlete .biography .bio .field__label {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 0.8em;
  color: grey;
  text-transform: uppercase;
  display: block;
  clear: both;
}
.node--type-athlete .biography .bio .field__item {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
.node--type-athlete .biography .bio .field__item p {
  margin: 0;
}
.node--type-athlete .view-eva .view-athlete-results {
  display: none;
}
.view-athletes-trending .view-header {
  display: block;
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
}
.view-athletes-trending .view-header h3 {
  margin-top: 1.5rem;
}
.view-athletes-trending .view-header h4 {
  color: #d20a0a;
}
.view-athletes-trending li {
  list-style: none;
}
.view-athletes-trending .promo--type-trending-athlete {
  height: 720px;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  margin-bottom: 70px;
  padding-top: 180px;
}
.view-athletes-trending li.odd .field--name-media-1st,
.view-athletes-trending li.odd .field--name-media-2nd,
.view-athletes-trending li.odd .field--name-media-3rd {
  width: 1010px;
  height: 660px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.view-athletes-trending li.even .field--name-media-1st,
.view-athletes-trending li.even .field--name-media-2nd,
.view-athletes-trending li.even .field--name-media-3rd {
  width: 1010px;
  height: 660px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.view-athletes-trending li.odd .wrapper {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  height: 540px;
  display: block;
  z-index: 100;
  padding: 70px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.view-athletes-trending li.even .wrapper {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  width: 600px;
  height: 540px;
  display: block;
  z-index: 100;
  padding: 70px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.view-athletes-trending .wrapper .field--name-name {
  color: #191919;
  padding-bottom: 4.5rem;
}
.view-athletes-trending .wrapper .field--name-word-1st,
.view-athletes-trending .wrapper .field--name-word-2nd,
.view-athletes-trending .wrapper .field--name-word-3rd {
  text-transform: uppercase;
  color: #000;
  margin: 0;
  display: block;
}
.view-athletes-trending .wrapper .field--name-word-1st:hover,
.view-athletes-trending .wrapper .field--name-word-2nd:hover,
.view-athletes-trending .wrapper .field--name-word-3rd:hover {
  color: #d20a0a;
}
.view-athletes-trending .wrapper .field--name-link-text {
  margin-top: 60px;
  color: #d20a0a;
}
.page-node-type-event .field--name-partner-primary {
  width: 42px;
  margin-right: auto;
  margin-left: auto;
}
.page-node-type-event .field--name-partner-primary .field__label {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #a4a7ac;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.page-node-type-event .hero .hero-container h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.page-node-type-event .hero .hero-container .field--name-datetime,
.page-node-type-event .hero .hero-container .field--name-venue {
  text-align: center;
  color: #fff;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.page-node-type-event .hero .hero-container .field--name-datetime {
  font-weight: 700;
}
.page-node-type-event .hero .hero-wrapper {
  margin-top: 400px;
}
.page-node-type-event .hero .field--name-name {
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #fff;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  line-height: 1.25em;
}
.horizontal-tabs {
  margin-top: 50px;
  border: 0;
}
.horizontal-tabs .horizontal-tabs-list {
  text-align: center;
  border-right: 0;
  background-color: transparent;
  margin-bottom: 3.125rem;
}
.horizontal-tabs .horizontal-tab-button {
  display: inline-block;
  float: none;
  border-right: 0;
  background-color: transparent;
}
.horizontal-tabs .horizontal-tab-button:hover {
  background-color: transparent;
}
.horizontal-tabs .horizontal-tab-button a {
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #abadb1;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  line-height: 1em;
}
.horizontal-tabs .horizontal-tab-button a:hover {
  color: #191919;
  background-color: transparent;
}
.horizontal-tabs .horizontal-tab-button.selected a {
  color: #191919;
}
.page-node-type-event .fight {
  display: block;
  text-align: center;
  border-bottom: 1px solid #d5d6d8;
}
.page-node-type-event .fight-athletes {
  width: 90%;
  border-bottom: 0.5px solid #d5d6d8;
}
.page-node-type-event .fight-athlete1-profile .field--name-image,
.page-node-type-event .fight-athlete2-profile .field--name-image {
  display: inline-block;
  overflow: hidden;
  width: 190px;
  vertical-align: bottom;
}
.page-node-type-event .fight-athlete1-profile .field--name-image img,
.page-node-type-event .fight-athlete2-profile .field--name-image img {
  margin-bottom: -4px;
  vertical-align: bottom;
}
.page-node-type-event .fight-athlete2-profile .field--name-image {
  float: right;
}
.page-node-type-event .fight-athlete1-profile .field--name-name,
.page-node-type-event .fight-athlete2-profile .field--name-name {
  display: inline-block;
  width: 140px;
  padding-bottom: 40px;
  vertical-align: bottom;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  line-height: 1em;
}
.page-node-type-event .fight-athlete1-profile .field--name-name {
  padding-left: 50px;
  text-align: left;
}
.page-node-type-event .fight-athlete2-profile .field--name-name {
  padding-right: 50px;
  text-align: right;
}
.page-node-type-event .fight-athlete1,
.page-node-type-event .fight-athlete2,
.page-node-type-event .fight-athletes-center {
  display: inline-block;
  vertical-align: bottom;
}
.page-node-type-event .fight-athlete1,
.page-node-type-event .fight-athlete2 {
  width: 42%;
}
.page-node-type-event .fight-athlete1 {
  text-align: left;
}
.page-node-type-event .fight-athlete2 {
  text-align: right;
}
.page-node-type-event .fight-athletes-center {
  width: 15%;
  text-align: center;
}
.page-node-type-event .fight-athletes .fight-vs {
  padding-top: 35px;
  padding-bottom: 70px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #a4a7ac;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page-node-type-event .fight-type {
  padding-top: 70px;
}
.page-node-type-event .field--name-type-fight,
.page-node-type-event .field--name-weight-class {
  display: inline-block;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #a4a7ac;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page-node-type-event .fight-odds {
  height: 50px;
}
.page-node-type-event .fight-odds-athlete1,
.page-node-type-event .fight-odds-athlete2,
.page-node-type-event .fight-odds-center {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #a4a7ac;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  line-height: 50px;
}
.page-node-type-event .field--name-athlete1-fight-odds,
.page-node-type-event .field--name-athlete2-fight-odds {
  width: 190px;
  text-align: center;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 50px;
}
.page-node-type-event .field--name-athlete1-fight-odds {
  float: left;
}
.page-node-type-event .field--name-athlete2-fight-odds {
  float: right;
}
.page-node-type-event .view-event-related-conent {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: left;
  background-color: #f7f7f7;
}
.page-node-type-event .view-event-related-conent ul {
  text-align: center;
}
.page-node-type-event .view-event-related-conent ul li {
  display: inline-block;
  width: 30%;
  max-width: 400px;
  list-style: none;
  text-align: center;
  vertical-align: top;
  border: 1px solid #eee;
  background-color: #fff;
}
.page-node-type-event .view-event-related-conent ul li .field--name-category {
  text-align: left;
  font-size: 0.8em;
  font-weight: 700;
}
.page-node-type-event .view-event-related-conent ul li .field--name-node-title {
  text-align: left;
}
.page-node-type-event .view-event-related-conent ul li .field--name-teaser {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.page-node-type-event .view-event-related-conent ul li .field--name-teaser {
  padding-right: 25px;
  padding-left: 25px;
  color: #abadb1;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}
.page-node-type-event .view-event-related-conent ul li .field--name-node-link {
  padding-top: 0.5em;
}
.page-node-type-event
  .view-event-related-conent
  ul
  li
  .field--name-node-link
  a {
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.page-node-type-event .view-event-related-conent ul li h4 a {
  padding-right: 25px;
  padding-left: 25px;
  color: #000;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}
.page-node-type-event .view-event-related-conent ul .field--name-node-link {
  display: none;
}
.page-node-type-event .view-event-related-conent ul .field--name-category {
  margin-top: 1em;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: uppercase;
  color: #d20a0a;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.page-node-type-event .social {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafb;
}
.page-node-type-event .social li {
  border: 0.5px #eee solid;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.page-node-type-event .field--name-hashtag.field--label-inline {
  text-align: center;
}
.page-node-type-event .field--name-hashtag .field__item,
.page-node-type-event .field--name-hashtag .field__label {
  display: inline-block;
  float: none;
  padding-right: 0;
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.page-node-type-event .field--name-hashtag .field__label:after {
  display: none;
}
.page-node-type-event .field--name-hashtag footer p {
  text-align: center;
}
.page-node-type-event .field--name-hashtag footer a {
  display: inline-block;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #191919;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}
.page-node-type-event .field--name-hashtag.field--label-inline {
  text-align: center;
}
.page-node-type-event .field--name-hashtag .field__item,
.page-node-type-event .field--name-hashtag .field__label {
  display: inline-block;
  float: none;
  padding-right: 0;
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.page-node-type-event .field--name-hashtag .field__label:after {
  display: none;
}
.page-node-type-event .view-eva.view-media-follow-event .item-list {
  text-align: center;
}
.page-node-type-event .view-eva.view-media-follow-event li {
  height: 360px;
  display: inline-block;
  width: 20%;
  margin: 1%;
  list-style: none;
}
.page-node-type-event .view-eva.view-media-follow-event li img {
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}
.page-node-type-event .how-to-watch h3 {
  margin-top: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.page-node-type-event .how-to-watch h3 .tickets {
  width: 390px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-left: 45px;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.page-node-type-event .how-to-watch h3 .tickets h3 {
  padding-top: 60px;
  padding-bottom: 0;
  text-align: center;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
}
.page-node-type-event .how-to-watch h3 .tickets .field--name-ticket-sale-link {
  width: 306px;
  height: 48px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  border-radius: 1px;
  background-color: #d20a0a;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
}
.page-node-type-event
  .how-to-watch
  h3
  .tickets
  .field--name-ticket-sale-link
  a {
  text-align: center;
  color: #fff;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
}
.page-node-type-event
  .how-to-watch
  h3
  .tickets
  .field--name-ticket-sale-link
  .field--name-ticket-presale-fc-datetime,
.page-node-type-event
  .how-to-watch
  h3
  .tickets
  .field--name-ticket-sale-link
  .field--name-ticket-presale-nl-datetime,
.page-node-type-event
  .how-to-watch
  h3
  .tickets
  .field--name-ticket-sale-link
  .field--name-ticket-sale-datetime {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #191919;
  border-bottom: 1px solid #eeeeef;
  font-family: DIN2014-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.block-views-blockevents-upcoming-past-block-1 h2 {
  margin: 0;
  margin-top: 30px;
  padding-bottom: 70px;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #191919;
  font-family: Klavika, Arial, Helvetica, sans-serif;
  font-size: 60px;
}
.block-views-blockevents-upcoming-past-block-1 li {
  display: inline-block;
  list-style: none;
}
.how-to-watch--post-event {
  width: 810px;
  margin: 0 auto;
}
.how-to-watch--pre-event {
  width: 1250px;
  margin: 0 auto;
}
.how-to-watch--post-event .how-to-watch--column-outer,
.how-to-watch--pre-event .how-to-watch--column-outer {
  margin-top: 200px;
  text-align: center;
  padding-top: 150px;
  padding: 30px;
  vertical-align: top;
  width: 400px;
  display: inline-block;
  height: 500px;
}
.how-to-watch--post-event .how-to-watch--column-outer img,
.how-to-watch--pre-event .how-to-watch--column-outer img {
  height: 170px;
  width: 300px;
  margin-left: 20px;
}
.how-to-watch--post-event h2,
.how-to-watch--pre-event h2 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.how-to-watch--post-event h3,
.how-to-watch--pre-event h3 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  color: #ccc;
  font-size: 12px;
}
.how-to-watch--post-event p a,
.how-to-watch--pre-event p a {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
}
.how-to-watch--post-event footer,
.how-to-watch--pre-event footer {
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-bottom: 50px;
}
.how-to-watch--post-event footer a,
.how-to-watch--post-event footer p,
.how-to-watch--pre-event footer a,
.how-to-watch--pre-event footer p {
  display: inline-block;
}
.how-to-watch--post-event footer img,
.how-to-watch--pre-event footer img {
  position: relative;
  top: 20px;
  height: 50px !important;
}
.how-to-watch--column--center {
  margin-top: 150px;
  width: 400px;
  padding: 30px;
  display: inline-block;
  vertical-align: top;
  height: 500px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0 20px 50px #eee;
  box-shadow: 0 20px 50px #eee;
}
.how-to-watch--column--center a.button {
  background-color: #c00;
}
.how-to-watch--column--center h2 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 30px;
  font-size: 30px;
  padding-bottom: 50px;
}
.how-to-watch--column--center .how-to-watch--tickets--sale-date {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.how-to-watch--column--center .how-to-watch--tickets--start-time {
  width: 160px;
  display: inline-block;
}
.how-to-watch--column--center .how-to-watch--tickets--date {
  font-weight: 700;
}
.how-to-watch--column--center .how-to-watch--tickets--audience,
.how-to-watch--column--center .how-to-watch--tickets--time {
  display: block;
}
.how-to-watch--column--center .how-to-watch--tickets--info {
  width: 155px;
  display: inline-block;
  text-align: right;
}
.how-to-watch--column--center .how-to-watch--tickets--sales-type {
  font-weight: 700;
  color: #c00;
}
.how-to-watch--column--center p {
  background: #c00;
  text-align: center;
  padding: 10px 20px;
}
.how-to-watch--column--center p a {
  padding: 10px 20px;
  color: #fff;
}
.block-ufc-media-instagram .heading-2 {
  display: none;
}
.block-ufc-media-instagram .slideshow__title {
  text-transform: uppercase;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
}
.block-ufc-media-instagram .media-item img {
  width: 100%;
  max-height: 244px;
}
.block-ufc-media-instagram .slideshow__slide {
  margin-top: 0.5rem;
  margin-bottom: 0;
  max-height: 244px;
  max-width: 100%;
}
@media (min-width: 48em) {
  .block-ufc-media-instagram .slideshow__slide {
    margin-top: 3rem;
    margin-bottom: 30px;
    max-width: 22%;
  }
}
.block-ufc-media-instagram .slick-dots-wrapper,
.block-ufc-media-instagram .slide-pager {
  display: none;
}
@media (min-width: 48em) {
  .block-ufc-media-instagram .slick-dots-wrapper,
  .block-ufc-media-instagram .slide-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-events-exposed-wrp .althelete-total {
  margin-bottom: 0;
  text-align: center;
}
.block-block-content .hero {
  height: 900px;
  position: relative;
}
.block-block-content .hero .field--name-headline,
.block-block-content .hero .field--name-text {
  text-align: center;
  color: #fff;
}
.block-block-content .hero .field--name-headline {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  width: 790px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1.6px;
}
.block-block-content .hero .field--name-sub-headline {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  width: 790px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -1.6px;
  padding-bottom: 40px;
}
.block-block-content .hero .field--name-text {
  font-family: DIN2014, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25em;
  text-align: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.block-block-content .hero .field--name-call-to-action {
  font-family: DIN2014, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  color: #191919;
  text-transform: uppercase;
  text-align: center;
  width: 174px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1px;
  margin-top: 50px;
}
.block-block-content .hero .hero-wrapper {
  padding-top: 400px;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}
body {
  background: #fff;
}
#header {
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#footer {
  background: #000;
  color: #585b63;
  height: 240px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
  z-index: -1;
}
.block-block-content .hero {
  height: 900px;
}
.field--name-field-media-image img {
  width: 100%;
  height: auto;
}
.field--name-media-placeholder {
  width: 280px;
  height: 260px;
  display: inline-block;
}
.field--name-tweet {
  width: 468px;
  margin-left: auto;
  margin-right: auto;
}
.field--name-caption-override {
  font-family: DIN2014, Arial, sans-serif;
  font-size: 0.75em;
  color: grey;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
}
.site-logo {
  display: block;
  height: 100%;
  padding: 15px;
}
.site-logo img {
  height: 100%;
}
.region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1220px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
.region-header .block {
  height: 64px;
}
.region-header ul.menu:not(.contextual-links) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0 1em;
}
.region-header li.menu-item {
  padding: 0 0.5em;
  margin: 0;
}
.region-header li.menu-item a {
  height: 56px;
  line-height: 58px;
  position: relative;
  display: inline-block;
  height: 64px;
  padding: 0;
  color: inherit;
  font: bold 16px/1 Klavika;
  font-stretch: condensed;
  line-height: 66px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.region-header li.menu-item a.is-active,
.region-header li.menu-item a:hover {
  color: #d20a0a;
  border-bottom: 4px solid #d20a0a;
}
@media all and (max-width: 720px) {
  .region-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .region-header ul:not(.contextual-links) {
    padding: 0 0.5em;
  }
  .region-header li.menu-item {
    font-size: 95%;
    padding: 0 0.25em;
  }
}
.menu--footer {
  width: 49.9%;
  float: right;
  padding-top: 1em;
}
.menu--footer ul.menu {
  margin-left: 0;
}
.menu--footer ul.menu li.menu-item.menu-item--expanded {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  list-style: none;
}
.menu--footer ul.menu li.menu-item.menu-item--expanded a {
  color: #fff;
  font: bold 14px/1.3 Klavika;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.menu--footer ul.menu li.menu-item.menu-item--expanded li a {
  text-decoration: none;
  color: #585b63;
  font-weight: 400;
  text-transform: none;
}
.menu--footer ul.menu li.menu-item.menu-item--expanded li a:visited {
  text-decoration: none;
  color: #585b63;
}
.menu--footer ul.menu li.menu-item.menu-item--expanded li a:hover {
  text-decoration: none;
  color: #d5d6d8;
}
.menu--footer ul.menu li a:visited {
  text-decoration: none;
  color: #585b63;
}
.menu--footer ul.menu li a:hover {
  text-decoration: none;
  color: #d5d6d8;
}
.view-items-outer-wrp {
  position: relative;
  padding-bottom: 3.75rem;
  margin-bottom: 1.25rem;
}
.view-items-outer-wrp .sticky-filter-btn {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.view-items-outer-wrp .sticky-filter-btn .e-button--small {
  height: 48px;
  width: 192px;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.view-items-outer-wrp ~ .c-pager,
.view-items-outer-wrp ~ .pager {
  margin-top: 0;
}
.dialog-off-canvas-main-canvas {
  position: relative;
  z-index: 0;
}
.block-local-tasks-block {
  margin: 1em 0;
}
#main {
  margin-bottom: 240px;
  background-color: #fff;
}
.block-content--type-headlines {
  background-color: #000;
  display: block;
  height: 500px;
  text-align: center;
  color: #fff;
  padding-top: 120px;
  position: relative;
}
.block-content--type-headlines:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.block-content--type-headlines .field--name-headline {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 25px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  max-width: 280px;
}
@media (min-width: 48em) {
  .block-content--type-headlines .field--name-headline {
    max-width: 550px;
  }
}
.block-content--type-headlines .field--name-sub-headline {
  font-family: DIN2014, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25em;
  text-transform: uppercase;
  max-width: 790px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.block-content--type-headlines .field--name-call-to-action {
  width: 174px;
  border-radius: 1px;
  font-family: DIN2014, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  color: #191919;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.block-views-blocksocial-athletes-block-1,
.view-media-follow-event {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafb;
}
.block-views-blocksocial-athletes-block-1 h2,
.view-media-follow-event h2 {
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 70px;
}
.block-views-blocksocial-athletes-block-1 h3,
.view-media-follow-event h3 {
  font-size: 50px;
  text-align: center;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.block-views-blocksocial-athletes-block-1 .item-list,
.view-media-follow-event .item-list {
  text-align: center;
}
.block-views-blocksocial-athletes-block-1 li,
.view-media-follow-event li {
  list-style: none;
  display: inline-block;
  margin: 1%;
  width: 20%;
  border: 0.5px #eee solid;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.block-views-blocksocial-athletes-block-1
  li
  .views-field-thumbnail__target-id
  img,
.view-media-follow-event li .views-field-thumbnail__target-id img {
  width: 100%;
  height: auto;
  margin-bottom: -8px;
}
.block-views-blocksocial-athletes-block-1 li .views-field-instagram-avatar,
.view-media-follow-event li .views-field-instagram-avatar {
  display: inline-block;
  float: left;
  width: 75px;
  height: 75px;
}
.block-views-blocksocial-athletes-block-1 li .views-field-instagram-author,
.view-media-follow-event li .views-field-instagram-author {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 185px;
  text-align: left;
  font-family: DIN2014-Narrow, "Arial Narrow", Arial, sans-serif;
  color: #000;
  font-weight: 700;
  padding-top: 7px;
}
.block-views-blocksocial-athletes-block-1 li .views-field-instagram-timestamp,
.view-media-follow-event li .views-field-instagram-timestamp {
  display: inline-block;
  vertical-align: top;
  float: left;
  color: #aaa;
  font-size: 12px;
}
.block-views-blocksocial-athletes-block-1 li .views-field-thumbnail__target-id,
.view-media-follow-event li .views-field-thumbnail__target-id {
  height: 320px;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button-last,
.block-views-blocksocial-athletes-block-1 c-pager__button-first,
.view-media-follow-event .c-pager__button-last,
.view-media-follow-event c-pager__button-first {
  display: none;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button-next,
.block-views-blocksocial-athletes-block-1 c-pager__button-prev,
.view-media-follow-event .c-pager__button-next,
.view-media-follow-event c-pager__button-prev {
  margin-left: 30px;
  margin-right: 30px;
  padding: 5px;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button,
.block-views-blocksocial-athletes-block-1 .c-pager__button--is-active,
.view-media-follow-event .c-pager__button,
.view-media-follow-event .c-pager__button--is-active {
  background: 0 0;
  border: 0;
  font-size: 0;
  padding: 0;
  padding-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button a,
.block-views-blocksocial-athletes-block-1 .c-pager__button--is-active a,
.view-media-follow-event .c-pager__button a,
.view-media-follow-event .c-pager__button--is-active a {
  display: none;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button--is-active:after,
.block-views-blocksocial-athletes-block-1 .c-pager__button:after,
.view-media-follow-event .c-pager__button--is-active:after,
.view-media-follow-event .c-pager__button:after {
  position: relative;
  top: 0;
  left: 0;
  content: "\00B7";
  color: #aaa;
  font-size: 50px;
  font-family: initial;
  width: 20px;
  right: 0;
  bottom: 0;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button--is-active:after,
.view-media-follow-event .c-pager__button--is-active:after {
  color: #d20a0a !important;
}
.block-views-blocksocial-athletes-block-1 .c-pager__button,
.block-views-blocksocial-athletes-block-1 c-pager__button--is-active,
.view-media-follow-event .c-pager__button,
.view-media-follow-event c-pager__button--is-active {
  position: relative;
}
.block-views-blocksocial-athletes-block-1 .view-footer,
.view-media-follow-event .view-footer {
  text-align: center;
  display: block;
  margin-top: 30px;
}
.block-views-blocksocial-athletes-block-1 .view-footer a,
.view-media-follow-event .view-footer a {
  display: inline-block;
  padding: 1em;
  color: 191919;
  text-transform: uppercase;
}
.block-views-blockleadership-bios-block-1 {
  padding-top: 200px;
}
.block-views-blockleadership-bios-block-1 h2 {
  color: #fff;
  background-color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  font-size: 24px;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.block-views-blockleadership-bios-block-1 .view-leadership-bios {
  max-width: 1000px;
  margin: 0 auto;
}
.block-views-blockleadership-bios-block-1 .views-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-top: 20px;
}
.block-views-blockleadership-bios-block-1 .views-row img {
  border-bottom: 1px solid #eee;
}
.block-views-blockleadership-bios-block-1 .views-row .views-field-name {
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
  text-align: center;
}
.block-views-blockleadership-bios-block-1 .views-row .views-field-bio {
  display: inline-block;
  vertical-align: top;
  margin-left: 100px;
  max-width: 680px;
}
.block-views-blockleadership-bios-block-1 .views-row .views-field-bio-title {
  color: #999;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  padding-top: 10px;
}
.block-views-blockleadership-bios-block-1 .views-row .views-field-bio-name {
  color: #000;
  font-family: KlavikaWebCondensed, "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0;
}
.block-views-blockleadership-bios-block-1 .views-row .views-field-bio-name p {
  margin: 0 !important;
}
.block-views-blockleadership-bios-block-1 .c-pager__group-forwards {
  margin-left: 30px;
}
.block-views-blockleadership-bios-block-1 .c-pager__button-prev {
  margin-right: 30px;
}
#block-ufcsocialblocks {
  margin-bottom: 20px;
}
#block-ufcsocialblocks .c-call-to-action__btn {
  margin-right: 0;
  margin-left: 0;
}
#block-ufcsocialblocks
  .c-call-to-action__btn:first-child
  .e-button--white-icon-inner {
  border-right: 0;
}
#block-ufcsocialblocks .c-call-to-action__btn {
  min-width: 21.75rem;
}
#block-ufcsocialblocks .c-call-to-action__content {
  margin-top: -2px;
  margin-bottom: 20px;
}
#block-ufcsocialblocks #cta-content-share {
  border: 0;
}
#block-ufcsocialblocks .c-social-block a {
  padding: 0;
  width: 100px;
}
#block-ufcsocialblocks .c-social-block a.a2a_button_facebook_messenger {
  width: 141px;
}
.messages {
  position: absolute;
  z-index: 20;
  top: 10rem;
  right: 40px;
  left: 10%;
  width: 80%;
}
@media (min-width: 56.25em) {
  .messages {
    left: calc((100vw - 900px) / 2);
    width: 900px;
  }
}
@media (min-width: 76.25em) {
  .messages {
    left: calc((100vw - 1220px) / 2);
    width: 1220px;
  }
}
.view-trending .l-masthead {
  margin-bottom: 0;
}
.view-trending .form-item-created label {
  display: none;
}
.view-trending .view-header {
  position: relative;
}
.view-trending .views-exposed-form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
  border-bottom: 0.5px solid #d5d6d8;
  margin-bottom: 1.875rem;
  padding-bottom: 0.625rem;
}
.view-trending .views-exposed-form .form--inline .athletes-all-current-filters {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.view-trending .views-exposed-form .form--inline .althelete-total {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  text-align: center;
  margin-bottom: 0;
}
.view-trending .views-exposed-form .form--inline .form-item-created {
  justify-self: end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.view-trending
  .views-exposed-form
  .form--inline
  .form-item-created
  .filter-control-header {
  float: right;
}
.view-trending
  .views-exposed-form
  .form--inline
  .form-item-created
  .filter-options-container
  .filter-control-list {
  left: auto;
  right: 0;
}
@media (min-width: 56.25em) {
  .view-video-library .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem;
    border-bottom: 0.5px solid #d5d6d8;
    margin-bottom: 1.875rem;
    padding-bottom: 0.625rem;
  }
}
.view-video-library .athletes-all-current-filters {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  display: none;
}
@media (min-width: 56.25em) {
  .view-video-library .athletes-all-current-filters {
    display: block;
  }
}
.view-video-library .althelete-total {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  text-align: center;
  margin-bottom: 0;
}
.view-video-library .form-item-created {
  display: none;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 15px 0 0;
}
.view-video-library .form-item-created label {
  display: none;
}
@media (min-width: 56.25em) {
  .view-video-library .form-item-created {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.view-video-library .form-item-search {
  width: 100%;
  padding: 0.75rem;
}
.view-video-library .form-item-search .ufc-search-instant-search {
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 12px center;
  height: 35px;
  width: 100%;
  border-radius: 2px;
  padding: 0 20px 0 40px;
  background-color: #f6f7f7;
  border: none;
  float: right;
}
@media (min-width: 56.25em) {
  .view-video-library .form-item-search {
    float: right;
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    margin: 0;
    padding: 0;
  }
  .view-video-library .form-item-search .ufc-search-instant-search {
    width: 271px;
  }
}
}
.champ-belt{
  height: 25px;
    float: left;
}
.gold-champ{
  padding-right: 2rem;
}