.trapezoid-container {
  position: relative;
  height: 375px;
  display: inline-block;
  width: 51%; }

.outer-mask {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.inner-mask {
  position: absolute;
  left: -68px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gradient-content, .bg-image-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.gradient-content {
  background-color: rgba(2, 150, 186, 0.8); }

.trapezoid-container.skew-right-side .inner-mask {
  -webkit-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg); }
.trapezoid-container.skew-right-side .inner-mask {
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg); }

.trapezoid-container.skew-left-side .outer-mask {
  -webkit-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  -o-transform: skew(-20deg, 0deg);
  transform: skew(-20deg, 0deg); }
.trapezoid-container.skew-left-side .inner-mask {
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg); }

.trapezoid-container + .trapezoid-container {
  margin-left: -4%; }

.color-run-mono-color {
  background-color: #c0020f;
  filter: none;
  -ms-filter: none; }

.color-run-trapezoid .bg-image-content {
  background-position: center;
  background-size: 90%; }

.color-run-trapezoid + .trapezoid-container .bg-image-content {
  background-size: cover;
  background-position: 10px 0;
  @media(max-width: 800px) {
    background-position: 10px 0; }

  @media(max-width: 568px) {
    background-position: 10px 0; }
 }

.color-run-gradient {
  background: none;
  opacity: 0.6; }

.template-event-trapezoid .bg-image-content {
  opacity: 0.05;
  background-size: 32%; }

.template-event-trapezoid + .trapezoid-container .bg-image-content {
  background-size: cover;
  background-position: 16px 0;
  @media(max-width: 800px) {
    background-position: -46px 0; }

  @media(max-width: 568px) {
    background-position: 16px 0; }
 }

.template-event-gradient {
  background: none;
  opacity: 0.8; }

.firecracker-run-gradient {
  background: none;
  opacity: 0.8; }

.tonka-mud-run-gradient {
  background: none;
  opacity: 0.8; }

.template-event-mono-color {
  background-color: #71bf43;
  background-image: none;
  filter: none;
  -ms-filter: none; }

.tour-de-tonka-mono-color {
  background-color: #00adc6;
  background-image: none;
  filter: none;
  -ms-filter: none; }

.firecracker-mono-color {
  background-color: #cf3d2e;
  background-image: none;
  filter: none;
  -ms-filter: none; }

.tonka-mud-run-mono-color {
  background-color: #74a23a;
  background-image: none;
  filter: none;
  -ms-filter: none; }

.tonka-trot-mono-color {
  background-color: #182e70;
  background-image: none;
  filter: none;
  -ms-filter: none; }

.tonka-trot-gradient {
  background: none;
  background-image: -webkit-linear-gradient(90deg, #182e70 20%, #adadad 100%);
  background-image: -moz-linear-gradient(90deg, #182e70 20%, #adadad 100%);
  background-image: -ms-linear-gradient(90deg, #182e70 20%, #adadad 100%);
  background-image: -o-linear-gradient(90deg, #182e70 20%, #adadad 100%);
  background-image: linear-gradient(90deg, #182e70 20%, #adadad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC182e70, endColorstr=#CCadadad);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC182e70, endColorstr=#CCadadad)";
  opacity: 0.9; }

.tour-de-tonka-trapezoid .bg-image-content {
  opacity: 0.05;
  background-size: 32%; }

.tour-de-tonka-trapezoid + .trapezoid-container .bg-image-content {
  background-size: cover;
  background-position: 16px 0;
  @media(max-width: 800px) {
    background-position: -46px 0; }

  @media(max-width: 568px) {
    background-position: 16px 0; }
 }

.tonka-mud-run-trapezoid .bg-image-content {
  opacity: 0.06; }

.firecracker-run-trapezoid .bg-image-content {
  opacity: 0.06;
  background-position: center;
  background-size: cover; }

.firecracker-run-trapezoid + .trapezoid-container .bg-image-content {
  background-size: cover;
  background-position: -200px 0; }

.trapezoid-icon {
  position: absolute;
  -webkit-transform: skew(20deg, 0deg) translate(-50%, -50%);
  -ms-transform: skew(20deg, 0deg) translate(-50%, -50%);
  -o-transform: skew(20deg, 0deg) translate(-50%, -50%);
  transform: skew(20deg, 0deg) translate(-50%, -50%);
  top: 60%;
  left: 62%; }

.event-text {
  font-size: 50px;
  color: white;
  position: absolute;
  -webkit-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
  width: 100%;
  top: 10%; }

.trapezoid-event-link {
  display: block;
  margin-bottom: -4px; }

.grid-event-item {
  overflow: hidden; }
  .grid-event-item + .grid-event-item {
    margin-top: 20px; }
  .grid-event-item:last-child {
    margin-bottom: 80px; }
