/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-locale: auto;
  white-space: normal;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
  padding: 1rem 0;
}

h2 {
  font-size: 1.66rem;
  line-height: 1.3;
  padding: 1rem 0;
}
@media (max-width: 50rem) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 1rem 0;
}

h2 + h3 {
  padding: 0 0 0.5rem;
}

h4 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0 0 0.5rem;
}

p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

strong {
  font-weight: bold;
}

a {
  color: #000000;
  text-decoration: none;
}

p a {
  text-decoration: underline;
  transition: color 0.3s;
  font-weight: bold;
}
p a:hover {
  color: #f9b218;
}

ol {
  list-style: decimal;
  padding: 0 0 0 1.2rem;
}

li {
  line-height: 1.4em;
}

:target {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden;
}
@media (max-width: 44rem) {
    :target {
      top: -3rem;
    }
}

.center {
  text-align: center;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  height: 6rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  z-index: 20;
}
@media (max-width: 44rem) {
  header {
    height: 3rem;
  }
}
header .logo {
  transition: transform 0.3s;
}
header .logo img {
  height: 5rem;
  width: auto;
}
header .logo:hover {
  transform: scale(1.1);
}
header .mobLogo {
  margin: 0.25rem 0.75rem;
  height: 2.5rem;
  display: none;
}
@media (max-width: 44rem) {
  header .mobLogo {
    display: block;
  }
}
header .mobLogo img {
  height: 100%;
  width: auto;
}
header ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
header li {
  margin-left: 0.5rem;
}
header li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  text-decoration: none;
  transition: all 0.5s;
  padding: 1rem;
  transform: skew(-45deg);
  text-align: center;
}
header li a div {
  transform: skew(45deg);
}
header li.first a {
  transform: none;
}
header li.first a div {
  transform: none;
}
header li:nth-of-type(2) a:hover {
  color: #ffffff;
  background: #eb008b;
}
header li:nth-of-type(3) a:hover {
  color: #ffffff;
  background: #10a4b9;
}
header li:nth-of-type(4) a:hover {
  color: #ffffff;
  background: #f9b218;
}
header li.first a:hover {
  background: transparent;
}
@media (max-width: 44rem) {
  header li.last {
    width: 80%;
    margin: 0.5rem auto;
  }
}
header li.last a {
  background: #8ec640;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  text-align: center;
  transition: all 0.5s;
  padding-left: 1rem;
  padding-right: 1rem;
}
header li.last a:hover {
  background: #eb008b;
}
@media (max-width: 44rem) {
  header li.last a {
    display: block;
    padding: 0.33rem 0;
  }
}
header li svg {
  max-height: 2.5rem;
}
header input[type=checkbox] {
  display: none;
}
@media (max-width: 44rem) {
  header input[type=checkbox]:checked ~ ul {
    transform: translateX(-100%);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  header input[type=checkbox]:checked ~ label {
    width: 14.5rem;
    opacity: 0.5;
  }
  header input[type=checkbox]:checked ~ label .hamburger-inner:before {
    transform: translate3d(8px, 3px, 0) rotate(45deg) scaleX(0.7);
  }
  header input[type=checkbox]:checked ~ label .hamburger-inner:after {
    transform: translate3d(8px, -3px, 0) rotate(-45deg) scaleX(0.7);
  }
}
header label {
  display: none;
  height: 3rem;
  width: 3rem;
  justify-content: flex-start;
  align-items: flex-end;
  transition: width 0.5s, opacity 0.5s;
}
@media (max-width: 44rem) {
  header label {
    display: flex;
  }
}
@media (max-width: 44rem) {
  header ul {
    position: absolute;
    right: -16rem;
    top: 3rem;
    height: calc(100vh - 3rem);
    width: 16rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s, box-shadow, 0.5s;
    transform: translateX(0);
    justify-content: flex-start;
    overflow: hidden;
  }
}

.header {
  width: 100%;
  height: 20vw;
  max-height: 30rem;
  background: black;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header.home {
  background-image: url(/images/banners/2024-HalfStart.jpg);
  background-position: 0 75%;
}
.header.event-information {
  background-image: url(/images/banners/2024-HalfStart.jpg);
  background-position: 100% 70%;
}
.header.teams {
  background-image: url(/images/banners/2024-HalfStart.jpg);
  background-position: 50% 0;
}
.header img {
  width: auto;
  height: 15vw;
}
@media (max-width: 44rem) {
  .header img {
    display: none;
  }
}

main {
  width: 100%;
  margin: 6rem auto 0;
}
@media (max-width: 44rem) {
  main {
    margin-top: 3rem;
  }
}

.cstn {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}
@media (max-width: 28rem) {
  .cstn {
    padding: 0 1rem 1rem;
  }
}
.cstn.mid {
  max-width: 50rem;
}
.cstn.wide {
  max-width: 80rem;
}
.cstn.nopad {
  padding: 0;
}

.tint {
  background: rgba(182, 184, 186, 0.2);
}
.tint .cstn {
  padding-bottom: 1rem;
}
.tint.full {
  width: 100%;
}
.tint.full .cstn {
  padding-bottom: 2rem;
}
@media (max-width: 28rem) {
  .tint.full .cstn {
    padding-bottom: 1rem;
  }
}

.c2,
.c3 {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 2rem;
}
@media (max-width: 50rem) {
  .c2,
  .c3 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 28rem) {
  .c2,
.c3 {
    padding: 1rem;
  }
}

.c2 > div {
  width: calc(50% - 2rem);
}

.c3 > div {
  width: calc(33% - 2rem);
}
@media (max-width: 50rem) {
  .c3 > div {
    width: 100%;
    max-width: 25rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 28rem) {
  .c3 > div {
    width: calc(100%);
  }
}

.card {
  background: rgba(182, 184, 186, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.card > div {
  padding: 1rem;
  text-align: center;
}
.card h2 {
  padding: 0;
}
.card .image {
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
  background-size: cover;
  transition: filter 0.3s;
}
.card .register {
  background-image: url(/images/cards/register-live.png);
}
.card .eventinfo {
  background-image: url(/images/cards/event-information.png);
}

a:hover .card {
  transform: scale(1.1);
}

.tint .cardHorz {
  background: #ffffff;
}

.cardHorz {
  display: flex;
  margin-bottom: 1rem;
  align-items: stretch;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 28rem) {
  .cardHorz {
    flex-direction: column;
  }
}
.cardHorz .info {
  padding: 2rem 1rem 0;
}
.cardHorz .image {
  padding: 2rem;
  min-width: 19rem;
  text-align: right;
}
@media (max-width: 38rem) {
  .cardHorz .image {
    padding: 2rem 1rem;
    min-width: 10rem;
  }
}
@media (max-width: 28rem) {
  .cardHorz .image {
    width: 100%;
    text-align: center;
    padding: 1rem 1rem 0;
  }
}
.cardHorz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 38rem) {
  .cardHorz img {
    height: 2rem;
  }
}
@media (max-width: 28rem) {
  .cardHorz img {
    height: 3rem;
  }
}

.srSponsors {
  background: rgba(182, 184, 186, 0.2);
  width: 100%;
  margin: 2rem 0;
  padding: 1rem;
}

a.footRegister {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8ec640;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0 2rem;
  padding: 1rem;
  text-align: center;
  transition: all 0.5s;
  transform: translateY(50%) skew(-45deg);
}
a.footRegister div {
  transform: skew(45deg);
}
a.footRegister svg {
  height: 2rem;
}
a.footRegister + a.footRegister {
  margin-top: 1.5rem;
}
@media (max-width: 50rem) {
  a.footRegister svg {
    height: 1.5rem;
  }
}
@media (max-width: 28rem) {
  a.footRegister svg {
    height: 2rem;
  }
}
a.footRegister svg:first-of-type {
  margin-right: 1rem;
}
@media (max-width: 28rem) {
  a.footRegister svg:first-of-type {
    margin: 0;
  }
}
a.footRegister svg:last-of-type {
  margin-left: 1rem;
}
@media (max-width: 28rem) {
  a.footRegister svg:last-of-type {
    margin-left: 0.5rem;
  }
}
a.footRegister:hover {
  background: #eb008b;
}
@media (max-width: 50rem) {
  a.footRegister {
    font-size: 1.25rem;
  }
}
a.footRegister.inPage {
  transform: none;
  margin: 3rem 0;
  background: #b6b8ba;
  box-shadow: none;
}
a.footRegister.inPage:hover {
  transform: scale(1.1);
  background: #000000;
  color: #ffffff;
}
a.footRegister.noTranslate {
  transform: translateY(0) skew(-45deg);
}

footer {
  min-height: 5rem;
  padding-top: 5rem;
  background: black;
}
footer .cstn {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
footer .logo {
  width: 15rem;
  padding: 0.5rem 1rem;
}
footer ul {
  padding: 1.25rem;
}
footer ul .first {
  display: none;
}
footer ul a {
  display: block;
  color: #ffffff;
  padding-bottom: 0.33rem;
  text-decoration-color: #000000;
  transition: all 0.5s;
}
footer ul a:hover {
  color: #10a4b9;
  text-decoration-color: #f9b218;
}

.cl211 {
  color: #eb008b;
}

.cl10 {
  color: #10a4b9;
}

.cl5 {
  color: #f9b218;
}

.cl2 {
  color: #8ec640;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 2rem;
  height: 0.25rem;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #000000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.logoRollSponsor,
.logoRollSupporter {
  margin: 1rem 0;
  text-align: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.logoRollSponsor .slick-track,
.logoRollSupporter .slick-track{
  display: flex;
}
.logoRollSponsor ul,
.logoRollSupporter ul {
  height: 9rem;
  display: flex;
  width: calc(100% - 6rem);
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.logoRollSupporter ul {
  height: 5rem;
}
.logoRollSponsor li,
.logoRollSupporter li {
  display: flex;
  padding: 0 3rem;
  height: 9rem;
  align-items: center;
  justify-content: center;
}
.logoRollSupporter li {
  height: 5rem;
}
.logoRollSponsor img {
  display: block;
  max-height: 9rem;
  max-width: 12rem;
  height: auto;
  width: auto;
}
.logoRollSupporter img {
  display: block;
  max-height: 5rem;
  max-width: 8rem;
  height: auto;
  width: auto;
}
.logoRollSponsor .prev,
.logoRollSponsor .next,
.logoRollSupporter .prev,
.logoRollSupporter .next {
  position: absolute;
  padding: 0 1rem;
  z-index: 11;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.33;
}
.logoRollSponsor .prev:hover,
.logoRollSponsor .next:hover,
.logoRollSupporter .prev:hover,
.logoRollSupporter .next:hover {
  opacity: 0.66;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.logoRollSponsor .prev img,
.logoRollSponsor .next img,
.logoRollSupporter .prev img,
.logoRollSupporter .next img {
  width: 1rem;
}
.logoRollSponsor .prev,
.logoRollSupporter .prev {
  left: 0;
}
@media (max-width: 28rem) {
  .logoRollSponsor .prev,
  .logoRollSupporter .prev {
    left: -0.5em;
  }
}
.logoRollSponsor .next,
.logoRollSupporter .next {
  right: 0;
}
@media (max-width: 28rem) {
  .logoRollSponsor .next,
  .logoRollSponsor .next {
    right: -0.5em;
  }
}
.logoRollSponsor div.slick-list:before,
.logoRollSponsor div.slick-list:after,
.logoRollSupporter div.slick-list:before,
.logoRollSupporter div.slick-list:after {
  display: block;
  content: "";
  width: 2rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.logoRollSponsor div.slick-list:before,
.logoRollSupporter div.slick-list:before {
  left: -1px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, white 100%);
}
.logoRollSponsor div.slick-list:after,
.logoRollSupporter div.slick-list:after {
  right: -1px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, white 100%);
}

div.category div.titleBox {
  padding-top: 1rem;
}
div.category ~ div.category div.titleBox {
  padding-top: 1rem;
}

div.titleBox {
  background: #ffffff;
  position: sticky;
  top: 6rem;
  z-index: 10;
}
@media (max-width: 44rem) {
    div.titleBox {
      top: 3rem;
    }
}

div.title {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  padding: 0.5rem;
  text-align: center;
  background: #eb008b;
  text-transform: uppercase;
}

div.resultheading {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: stretch;
  position: sticky;
  top: 10rem;
  background: white;
}
@media (max-width: 44rem) {
    div.resultheading {
      top: 7rem;
    }
}
@media (max-width: 28rem) {
  div.resultheading {
    font-size: 1.25rem;
  }
}
div.resultheading .pos {
  background: rgba(208, 210, 211, 0.2);
  padding: 0.5rem;
  flex-grow: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.resultheading .time {
  background: #b6b8ba;
  padding: 0.5rem;
  flex-grow: 0;
  width: 8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 28rem) {
  div.resultheading .time {
    width: 6rem;
  }
}
div.resultheading .runner {
  background: rgba(182, 184, 186, 0.2);
  padding: 0.5rem;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
div.resultheading .bib {
  background: #b6b8ba;
  padding: 0.5rem;
  flex-grow: 0;
  width: 11rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.result {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: stretch;
}
@media (max-width: 28rem) {
  div.result {
    font-size: 1.25rem;
  }
}
div.result .pos {
  background: rgba(208, 210, 211, 0.2);
  padding: 0.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.result .time {
  background: #b6b8ba;
  padding: 0.5rem;
  width: 8rem;
  text-align: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
@media (max-width: 28rem) {
  div.result .time {
    width: 6rem;
  }
}
div.result .runner {
  background: rgba(182, 184, 186, 0.2);
  padding: 0.5rem;
  flex-grow: 1;
}
div.result .certificate {
  background: #b6b8ba;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.result .certificate a {
  padding: 0.5rem;
}
div.result .certificate a:hover img {
  transform: scale(1.2);
}
div.result .certificate img {
  width: 2rem;
  transition: transform 0.2s;
}
div.result.gold .time {
  background: #ccac00;
}
div.result.gold .runner {
  background: #FFD700;
}
div.result.gold .pos {
  background: #ffdf33;
}
div.result.gold .certificate {
  background: #ffdf33;
}
div.result.silver .time {
  background: #a7a7a7;
}
div.result.silver .runner {
  background: #c0c0c0;
}
div.result.silver .pos {
  background: #dadada;
}
div.result.silver .certificate {
  background: #dadada;
}
div.result.bronze .time {
  background: #a46628;
}
div.result.bronze .runner {
  background: #cd7f32;
}
div.result.bronze .pos {
  background: #d7995b;
}
div.result.bronze .certificate {
  background: #d7995b;
}

div.title.pink,
a.pink {
  background: #eb008b;
}

div.title.blue,
a.blue {
  background: #10a4b9;
}

div.title.yellow,
a.yellow {
  background: #f9b218;
}

div.title.green,
a.green {
  background: #8ec640;
}

.linkCloud {
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.linkCloud a {
  padding: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  margin: 0.2rem 0.1rem;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.linkCloud a img {
  display: inline;
  width: 1.5rem;
  height: 1.5rem;
}
.linkCloud a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.popOut {
  padding: 0 1rem 1rem;
  background: rgba(182, 184, 186, 0.2);
}

.finePrint {
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0.1rem;
}

#findMe {
  text-align: center;
  width: 75%;
  font-size: 1.5rem;
  padding: 0.33rem;
}

.ieWarning {
  background: red;
  color: white;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 0.75em 2em;
font-size: 1.25rem;
font-weight: bold;
}

.ieWarning a { color: white; }

/*# sourceMappingURL=srr.css.map */
