@font-face {
  font-family: 'Asfalto';
  src: url("../font/hinted-Asfalto.eot");
  src: url("../font/hinted-Asfalto.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Asfalto.woff2") format("woff2"), url("../font/hinted-Asfalto.woff") format("woff"), url("../font/hinted-Asfalto.ttf") format("truetype"), url("../font/hinted-Asfalto.svg#Asfalto") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Asfalto';
  src: url("../font/hinted-Asfalto-Italic.eot");
  src: url("../font/hinted-Asfalto-Italic.eot?#iefix") format("embedded-opentype"), url("../font/hinted-Asfalto-Italic.woff2") format("woff2"), url("../font/hinted-Asfalto-Italic.woff") format("woff"), url("../font/hinted-Asfalto-Italic.ttf") format("truetype"), url("../font/hinted-Asfalto-Italic.svg#Asfalto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
.player-image {
  width: 120px; }

.player-image-options input {
  max-width: 100%; }
.player-image-options div {
  text-align: left;
  font-size: 0.6em; }

.player-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #eeeeee;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  .player-image-wrapper img {
    max-width: 100%;
    max-height: 100%; }
  .player-image-wrapper .left, .player-image-wrapper .right, .player-image-wrapper .center {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    text-shadow: 0 0 4px black; }
    .player-image-wrapper .left:hover, .player-image-wrapper .right:hover, .player-image-wrapper .center:hover {
      text-decoration: none; }
  .player-image-wrapper .left {
    left: 0.1em; }
  .player-image-wrapper .right {
    right: 0.1em; }
  .player-image-wrapper .center {
    left: 50%;
    transform: translateX(-50%); }
  .player-image-wrapper:hover .left, .player-image-wrapper:hover .right, .player-image-wrapper:hover .center {
    opacity: 1; }
  .player-image-wrapper.small {
    width: 60px;
    height: 60px; }
    .player-image-wrapper.small .left, .player-image-wrapper.small .right, .player-image-wrapper.small .center {
      font-size: 1.25em; }
  .player-image-wrapper.large {
    width: 240px;
    height: 240px; }
  .player-image-wrapper.auto {
    width: auto;
    max-height: 360px;
    height: auto; }
  .player-image-wrapper.controls .left, .player-image-wrapper.controls .right, .player-image-wrapper.controls .center {
    opacity: 1; }
  .player-image-wrapper a.player-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.row {
  display: flex;
  flex-wrap: wrap; }
  @supports (display: grid) {
    .row {
      display: grid;
      grid-template-columns: repeat(12, 5fr);
      grid-gap: 1em; } }

.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2); }

[class^=col-] {
  width: 100%; }
  @supports (display: grid) {
    [class^=col-] {
      grid-column-end: span 12; } }

.h-center {
  display: flex;
  justify-content: center; }

.h-left {
  display: flex;
  justify-content: flex-start; }

.h-right {
  display: flex;
  justify-content: flex-end; }

.v-center {
  display: flex;
  align-items: center; }

.v-top {
  display: flex;
  align-items: flex-start; }

.v-bottom {
  display: flex;
  align-items: bottom; }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-1 {
    margin-left: calc(8.3333333333% + 1em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-1 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-xs-1 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-2 {
    margin-left: calc(16.6666666667% + 2em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-2 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-xs-2 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-3 {
    margin-left: calc(25% + 3em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-xs-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-xs-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-3 {
    width: 25%; }
    @supports (display: grid) {
      .col-xs-3 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-4 {
    margin-left: calc(33.3333333333% + 4em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-4 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-xs-4 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-5 {
    margin-left: calc(41.6666666667% + 5em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-5 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-xs-5 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-6 {
    margin-left: calc(50% + 6em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-xs-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-xs-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-xs-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-7 {
    margin-left: calc(58.3333333333% + 7em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-7 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-xs-7 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-8 {
    margin-left: calc(66.6666666667% + 8em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-8 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-xs-8 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-9 {
    margin-left: calc(75% + 9em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-xs-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-xs-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-9 {
    width: 75%; }
    @supports (display: grid) {
      .col-xs-9 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-10 {
    margin-left: calc(83.3333333333% + 10em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-xs-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-10 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-xs-10 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-11 {
    margin-left: calc(91.6666666667% + 11em); } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }
@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-xs-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-11 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-xs-11 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 0px) and (min-width: 0px) {
  .col-xs-12 {
    width: 100%; }
    @supports (display: grid) {
      .col-xs-12 {
        width: 100%;
        grid-column-end: span 12; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: calc(8.3333333333% + 1em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-1 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-sm-1 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: calc(16.6666666667% + 2em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-2 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-sm-2 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: calc(25% + 3em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-sm-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-sm-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-3 {
    width: 25%; }
    @supports (display: grid) {
      .col-sm-3 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: calc(33.3333333333% + 4em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-4 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-sm-4 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-5 {
    margin-left: calc(41.6666666667% + 5em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-5 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-sm-5 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-6 {
    margin-left: calc(50% + 6em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-sm-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-sm-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-sm-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-7 {
    margin-left: calc(58.3333333333% + 7em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-7 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-sm-7 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: calc(66.6666666667% + 8em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-8 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-sm-8 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-9 {
    margin-left: calc(75% + 9em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-sm-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-sm-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-9 {
    width: 75%; }
    @supports (display: grid) {
      .col-sm-9 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-10 {
    margin-left: calc(83.3333333333% + 10em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-sm-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-10 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-sm-10 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-11 {
    margin-left: calc(91.6666666667% + 11em); } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }
@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-sm-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-11 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-sm-11 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 768px) and (min-width: 768px) {
  .col-sm-12 {
    width: 100%; }
    @supports (display: grid) {
      .col-sm-12 {
        width: 100%;
        grid-column-end: span 12; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: calc(8.3333333333% + 1em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-1 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-md-1 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: calc(16.6666666667% + 2em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-2 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-md-2 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: calc(25% + 3em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-md-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-md-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-3 {
    width: 25%; }
    @supports (display: grid) {
      .col-md-3 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-4 {
    margin-left: calc(33.3333333333% + 4em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-4 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-md-4 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-5 {
    margin-left: calc(41.6666666667% + 5em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-5 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-md-5 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-6 {
    margin-left: calc(50% + 6em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-md-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-md-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-md-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-7 {
    margin-left: calc(58.3333333333% + 7em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-7 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-md-7 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-8 {
    margin-left: calc(66.6666666667% + 8em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-8 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-md-8 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-9 {
    margin-left: calc(75% + 9em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-md-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-md-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-9 {
    width: 75%; }
    @supports (display: grid) {
      .col-md-9 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-10 {
    margin-left: calc(83.3333333333% + 10em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-md-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-10 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-md-10 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-11 {
    margin-left: calc(91.6666666667% + 11em); } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }
@media (min-width: 992px) and (min-width: 992px) {
  .col-md-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-md-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-11 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-md-11 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 992px) and (min-width: 992px) {
  .col-md-12 {
    width: 100%; }
    @supports (display: grid) {
      .col-md-12 {
        width: 100%;
        grid-column-end: span 12; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-1 {
    margin-left: calc(8.3333333333% + 1em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-1 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-1 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-1 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-lg-1 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-2 {
    margin-left: calc(16.6666666667% + 2em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-2 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-2 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-2 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-lg-2 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-3 {
    margin-left: calc(25% + 3em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-lg-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-3 {
    width: 75%; }
    @supports (display: grid) {
      .col-lg-offset-3 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-3 {
    width: 25%; }
    @supports (display: grid) {
      .col-lg-3 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-4 {
    margin-left: calc(33.3333333333% + 4em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-4 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-4 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-4 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-lg-4 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-5 {
    margin-left: calc(41.6666666667% + 5em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-5 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-5 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-5 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-lg-5 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-6 {
    margin-left: calc(50% + 6em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-lg-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-lg-offset-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-6 {
    width: 50%; }
    @supports (display: grid) {
      .col-lg-6 {
        width: 100%;
        grid-column-end: span 6; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-7 {
    margin-left: calc(58.3333333333% + 7em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-7 {
    width: 41.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-7 {
        width: 100%;
        grid-column-end: span 5; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-7 {
    width: 58.3333333333%; }
    @supports (display: grid) {
      .col-lg-7 {
        width: 100%;
        grid-column-end: span 7; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-8 {
    margin-left: calc(66.6666666667% + 8em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-8 {
    width: 33.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-8 {
        width: 100%;
        grid-column-end: span 4; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-8 {
    width: 66.6666666667%; }
    @supports (display: grid) {
      .col-lg-8 {
        width: 100%;
        grid-column-end: span 8; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-9 {
    margin-left: calc(75% + 9em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-lg-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-9 {
    width: 25%; }
    @supports (display: grid) {
      .col-lg-offset-9 {
        width: 100%;
        grid-column-end: span 3; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-9 {
    width: 75%; }
    @supports (display: grid) {
      .col-lg-9 {
        width: 100%;
        grid-column-end: span 9; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-10 {
    margin-left: calc(83.3333333333% + 10em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-10 {
    width: 16.6666666667%; }
    @supports (display: grid) {
      .col-lg-offset-10 {
        width: 100%;
        grid-column-end: span 2; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-10 {
    width: 83.3333333333%; }
    @supports (display: grid) {
      .col-lg-10 {
        width: 100%;
        grid-column-end: span 10; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-11 {
    margin-left: calc(91.6666666667% + 11em); } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }
@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-offset-11 {
    width: 8.3333333333%; }
    @supports (display: grid) {
      .col-lg-offset-11 {
        width: 100%;
        grid-column-end: span 1; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-11 {
    width: 91.6666666667%; }
    @supports (display: grid) {
      .col-lg-11 {
        width: 100%;
        grid-column-end: span 11; } } }

@media (min-width: 1200px) and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%; }
    @supports (display: grid) {
      .col-lg-12 {
        width: 100%;
        grid-column-end: span 12; } } }

* {
  box-sizing: border-box; }

.wow {
  visibility: hidden; }

html, body {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300; }

header#logo {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  z-index: 100; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom; }

p, li, h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

strong {
  font-weight: 700; }

a, label, button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

a, label.link {
  cursor: pointer;
  color: #0057a7;
  text-decoration: none; }
  a:hover, label.link:hover {
    color: #db7628; }

a.button, button {
  background-color: #004483;
  border: 0;
  border-radius: 3px;
  padding: 0.5em 1em;
  font-size: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans", Arial, sans-serif;
  cursor: pointer; }
  a.button:hover, a.button:active, button:hover, button:active {
    background-color: #0057a7; }

span.warning {
  color: #e22000; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.wsnw {
  white-space: nowrap; }

.db {
  display: block; }

.dib {
  display: inline-block; }

.dn {
  display: none; }

.df {
  display: flex; }

.jcc {
  justify-content: center; }

.jcfs {
  justify-content: flex-start; }

.jcfe {
  justify-content: flex-end; }

.aic {
  align-items: center; }

.aifs {
  align-items: flex-start; }

.aife {
  align-items: flex-end; }

.ttu {
  text-transform: uppercase; }

.tdn {
  text-decoration: none; }

.mb1e {
  margin-bottom: 1em; }

.details-table label {
  font-weight: bold; }

section {
  padding: 5em 0; }
  section aside {
    width: 1080px;
    max-width: 90%;
    margin: 0 auto; }

header#banner {
  margin: 0;
  background: url(/img/banner-generic.jpg) transparent center center no-repeat;
  background-size: cover; }
  header#banner section {
    padding: 0;
    position: relative; }
    header#banner section.hero {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center; }
      header#banner section.hero .header-title {
        padding: 0; }
  header#banner #background-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10; }
    header#banner #background-slider > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      -webkit-transition: opacity 1s ease 3s;
      -moz-transition: opacity 1s ease 3s;
      -ms-transition: opacity 1s ease 3s;
      -o-transition: opacity 1s ease 3s;
      transition: opacity 1s ease 3s;
      z-index: 5;
      opacity: 0; }
      header#banner #background-slider > div.current {
        z-index: 10;
        opacity: 1;
        -webkit-transition: opacity 3s ease;
        -moz-transition: opacity 3s ease;
        -ms-transition: opacity 3s ease;
        -o-transition: opacity 3s ease;
        transition: opacity 3s ease; }
  header#banner .header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vw 5vw 5vw;
    color: white;
    max-width: 650px;
    margin: 0 auto;
    z-index: 200; }
    header#banner .header-title h1 {
      font-family: "asfalto", "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
      font-size: 80px;
      line-height: 80px;
      margin-bottom: 20px;
      font-weight: 400;
      text-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
      text-transform: uppercase; }
    header#banner .header-title p {
      font-size: 21px;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }
  header#banner a.scroll-to-header {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    z-index: 100;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%); }
    header#banner a.scroll-to-header span {
      font-family: "asfalto", "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
      color: #ffffff;
      text-decoration: none;
      font-size: 50px;
      text-align: center;
      margin-bottom: -57px; }
  header#banner p.account-control {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    color: #ffffff;
    font-size: 0.9em;
    padding: 0.5em 0.8em;
    margin: 0; }
    header#banner p.account-control a {
      color: inherit; }
      header#banner p.account-control a:hover {
        color: #db7628; }

main #season-info {
  background: #004483;
  padding-top: 130px;
  padding-bottom: 100px;
  color: #ffffff;
  font-size: 2em; }
main form#register {
  font-weight: 400; }
  main form#register #division-team-options .options {
    width: 100%;
    margin-top: 3em; }
    main form#register #division-team-options .options:first-child {
      margin-top: 0; }
  main form#register #division-team-options .options-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    main form#register #division-team-options .options-flex > label {
      flex: 1 1 20%;
      cursor: pointer;
      min-height: 150px;
      width: 100%;
      padding: 2.8125em;
      background-color: #102938;
      color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-sizing: border-box;
      text-align: center;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
      border: 1px solid white;
      text-transform: uppercase;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently supported by Chrome and Opera */ }
      main form#register #division-team-options .options-flex > label:hover {
        background-color: #0057a7; }
      main form#register #division-team-options .options-flex > label > strong {
        font-size: 2rem;
        font-family: "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1.3;
        letter-spacing: 0.02em; }
      main form#register #division-team-options .options-flex > label > span {
        font-weight: 400; }
        main form#register #division-team-options .options-flex > label > span.highlight {
          margin-top: 15px;
          color: #db7628;
          font-size: 16px;
          font-weight: 700; }
  main form#register #division-team-options #option-division, main form#register #division-team-options #option-team, main form#register #division-team-options #option-manager, main form#register #division-team-options label[data-group] {
    display: none; }
  main form#register #team-yes:checked ~ #division-team-options .options [for="team-yes"],
  main form#register #team-no:checked ~ #division-team-options .options [for="team-no"],
  main form#register #manager-yes:checked ~ #division-team-options .options [for="manager-yes"],
  main form#register #manager-no:checked ~ #division-team-options .options [for="manager-no"] {
    background-color: #0057a7; }
  main form#register input[name="group"]:checked ~ #division-team-options #option-division {
    display: block; }
  main form#register input[name="group"][value="junior"]:checked ~ #division-team-options .options [data-group="junior"],
  main form#register input[name="group"][value="senior"]:checked ~ #division-team-options .options [data-group="senior"] {
    display: flex;
    flex-direction: column;
    text-align: center; }
  main form#register input[name="group"][value="junior"]:checked ~ input[name="division"][data-group="junior"]:checked ~ #division-team-options #option-team[data-group="junior"],
  main form#register input[name="group"][value="senior"]:checked ~ input[name="division"][data-group="senior"]:checked ~ #division-team-options #option-team[data-group="senior"] {
    display: block; }
  main form#register input[name="group"][value="junior"]:checked ~ input[name="division"][data-group="junior"]:checked ~ input[name="team"][value="yes"]:checked ~ #division-team-options #option-manager[data-group="junior"],
  main form#register input[name="group"][value="senior"]:checked ~ input[name="division"][data-group="senior"]:checked ~ input[name="team"][value="yes"]:checked ~ #division-team-options #option-manager[data-group="senior"] {
    display: block; }
  main form#register #register-form {
    display: none; }
  main form#register input[name="group"][value="junior"]:checked ~ input[name="division"][data-group="junior"]:checked ~ input[name="manager"]:checked ~ #register-form,
  main form#register input[name="group"][value="senior"]:checked ~ input[name="division"][data-group="senior"]:checked ~ input[name="manager"]:checked ~ #register-form,
  main form#register input[name="group"][value="junior"]:checked ~ input[name="division"][data-group="junior"]:checked ~ input[name="team"][value="no"]:checked ~ #register-form,
  main form#register input[name="group"][value="senior"]:checked ~ input[name="division"][data-group="senior"]:checked ~ input[name="team"][value="no"]:checked ~ #register-form {
    display: block; }
  main form#register .form-optional {
    display: none; }
  main form#register input[name="group"][value="junior"]:checked ~ #register-form .form-optional[data-group="junior"],
  main form#register input[name="group"][value="senior"]:checked ~ #register-form .form-optional[data-group="senior"],
  main form#register input[name="team"][value="yes"]:checked ~ #register-form .form-optional[data-team="yes"],
  main form#register input[name="team"][value="no"]:checked ~ #register-form .form-optional[data-team="no"],
  main form#register input[name="manager"][value="yes"]:checked ~ #register-form .form-optional[data-manager="yes"],
  main form#register input[name="manager"][value="no"]:checked ~ #register-form .form-optional[data-manager="no"] {
    display: block; }
  main form#register .step-description {
    display: block;
    margin-bottom: 1em;
    color: #db7628;
    font-family: "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase; }
    main form#register .step-description span {
      display: block;
      font-size: 0.5em;
      letter-spacing: 0.05em; }
    main form#register .step-description.notice {
      margin-bottom: 45px;
      padding: 30px 15px;
      color: #ffffff;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.28;
      text-align: center;
      background-color: #db7628;
      border-radius: 4px;
      font-family: "Open Sans", Arial, sans-serif;
      text-transform: none;
      letter-spacing: normal; }
  main form#register .scrollable {
    border: 1px solid #000000;
    overflow: auto;
    min-height: 300px;
    height: 300px;
    max-width: 100%;
    min-width: 100%;
    padding: 1em;
    margin-bottom: 1em; }
  main form#register .small-text {
    font-size: 0.8em; }
main .form-section {
  background-color: #ffffff;
  padding: 2em;
  border-radius: 0.25em;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
  max-width: 850px;
  margin: 0 auto 3em;
  position: relative;
  color: #666666; }
  main .form-section > h4:first-child {
    position: absolute;
    width: auto;
    background-color: #ffffff;
    padding: 0 1em;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 400;
    top: -0.75em;
    left: 1em; }
  main .form-section hr {
    border: 0 solid rgba(0, 0, 0, 0.1);
    height: 0;
    border-top-width: 1px;
    margin: 2em 0; }
  main .form-section .help-block {
    font-size: 0.92em; }
main #register-form .for-skill-sport, main .payment-form .for-skill-sport {
  display: none; }
main #register-form .form-field, main .payment-form .form-field {
  display: flex;
  flex-wrap: wrap; }
  @supports (display: grid) {
    main #register-form .form-field, main .payment-form .form-field {
      display: grid;
      grid-template-columns: repeat(12, 5fr);
      grid-gap: 1em; } }
  main #register-form .form-field > label:first-child, main .payment-form .form-field > label:first-child {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 768px) {
      main #register-form .form-field > label:first-child, main .payment-form .form-field > label:first-child {
        width: 25%; }
        @supports (display: grid) {
          main #register-form .form-field > label:first-child, main .payment-form .form-field > label:first-child {
            width: 100%;
            grid-column-end: span 3; } } }
    @media (min-width: 768px) {
      main #register-form .form-field > label:first-child + input[type="text"], main #register-form .form-field > label:first-child + input[type="email"], main #register-form .form-field > label:first-child + input[type="file"], main #register-form .form-field > label:first-child + input[type="password"], main .payment-form .form-field > label:first-child + input[type="text"], main .payment-form .form-field > label:first-child + input[type="email"], main .payment-form .form-field > label:first-child + input[type="file"], main .payment-form .form-field > label:first-child + input[type="password"] {
        width: 58.3333333333%; }
        @supports (display: grid) {
          main #register-form .form-field > label:first-child + input[type="text"], main #register-form .form-field > label:first-child + input[type="email"], main #register-form .form-field > label:first-child + input[type="file"], main #register-form .form-field > label:first-child + input[type="password"], main .payment-form .form-field > label:first-child + input[type="text"], main .payment-form .form-field > label:first-child + input[type="email"], main .payment-form .form-field > label:first-child + input[type="file"], main .payment-form .form-field > label:first-child + input[type="password"] {
            width: 100%;
            grid-column-end: span 7; } } }
    @media (min-width: 768px) {
      main #register-form .form-field > label:first-child + select, main #register-form .form-field > label:first-child + textarea, main .payment-form .form-field > label:first-child + select, main .payment-form .form-field > label:first-child + textarea {
        width: 58.3333333333%; }
        @supports (display: grid) {
          main #register-form .form-field > label:first-child + select, main #register-form .form-field > label:first-child + textarea, main .payment-form .form-field > label:first-child + select, main .payment-form .form-field > label:first-child + textarea {
            width: 100%;
            grid-column-end: span 7; } } }
    main #register-form .form-field > label:first-child + div, main #register-form .form-field > label:first-child + p, main .payment-form .form-field > label:first-child + div, main .payment-form .form-field > label:first-child + p {
      align-self: center; }
      @media (min-width: 768px) {
        main #register-form .form-field > label:first-child + div, main #register-form .form-field > label:first-child + p, main .payment-form .form-field > label:first-child + div, main .payment-form .form-field > label:first-child + p {
          width: 58.3333333333%; }
          @supports (display: grid) {
            main #register-form .form-field > label:first-child + div, main #register-form .form-field > label:first-child + p, main .payment-form .form-field > label:first-child + div, main .payment-form .form-field > label:first-child + p {
              width: 100%;
              grid-column-end: span 7; } } }
  @media (min-width: 768px) {
    main #register-form .form-field > div:first-child, main .payment-form .form-field > div:first-child {
      margin-left: calc(25% + 3em); } }
  @media (min-width: 768px) {
    main #register-form .form-field > div:first-child, main .payment-form .form-field > div:first-child {
      width: 75%; }
      @supports (display: grid) {
        main #register-form .form-field > div:first-child, main .payment-form .form-field > div:first-child {
          width: 100%;
          grid-column-end: span 9; } } }
  @media (min-width: 768px) {
    main #register-form .form-field > p, main .payment-form .form-field > p {
      width: 100%; }
      @supports (display: grid) {
        main #register-form .form-field > p, main .payment-form .form-field > p {
          width: 100%;
          grid-column-end: span 12; } } }
  main #register-form .form-field > p:last-child, main .payment-form .form-field > p:last-child {
    margin-bottom: 0; }
main #register-form .form-field, main .payment-form .form-field {
  margin-bottom: 1em;
            /*input.guardian-toggle {
				display: none;
				&:checked ~ div.guardian-toggle {
					display: none;
				}
			}*/ }
  main #register-form .form-field > label:first-child, main .payment-form .form-field > label:first-child {
    line-height: 2em;
    font-weight: bold;
    text-align: right; }
  main #register-form .form-field strong, main .payment-form .form-field strong {
    display: block;
    margin-bottom: 0.25em; }
  main #register-form .form-field input, main #register-form .form-field select, main #register-form .form-field textarea, main .payment-form .form-field input, main .payment-form .form-field select, main .payment-form .form-field textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    main #register-form .form-field input:focus, main #register-form .form-field select:focus, main #register-form .form-field textarea:focus, main .payment-form .form-field input:focus, main .payment-form .form-field select:focus, main .payment-form .form-field textarea:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    main #register-form .form-field input.touched:invalid, main #register-form .form-field select.touched:invalid, main #register-form .form-field textarea.touched:invalid, main .payment-form .form-field input.touched:invalid, main .payment-form .form-field select.touched:invalid, main .payment-form .form-field textarea.touched:invalid {
      border-color: #e22000;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 32, 0, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(226, 32, 0, 0.6); }
  main #register-form .form-field input.medium, main #register-form .form-field select.medium, main .payment-form .form-field input.medium, main .payment-form .form-field select.medium {
    width: 6em;
    display: inline-block;
    margin-right: 2em; }
  main #register-form .form-field input.medium-large, main #register-form .form-field select.medium-large, main .payment-form .form-field input.medium-large, main .payment-form .form-field select.medium-large {
    width: 8em;
    display: inline-block;
    margin-right: 2em; }
  main #register-form .form-field input.small, main #register-form .form-field select.small, main .payment-form .form-field input.small, main .payment-form .form-field select.small {
    width: 6em;
    display: inline-block;
    margin-right: 2em; }
  main #register-form .form-field input.smallest, main #register-form .form-field select.smallest, main .payment-form .form-field input.smallest, main .payment-form .form-field select.smallest {
    width: 4.5em;
    display: inline-block;
    margin-right: 2em; }
  main #register-form .form-field input.mr05e, main #register-form .form-field select.mr05e, main .payment-form .form-field input.mr05e, main .payment-form .form-field select.mr05e {
    margin-right: 0.5em; }
  main #register-form .form-field input[type="file"], main .payment-form .form-field input[type="file"] {
    padding: 0;
    max-height: 32px;
    height: 32px;
    box-sizing: content-box;
    cursor: pointer; }
  main #register-form .form-field .note, main .payment-form .form-field .note {
    font-size: 0.8em; }
  main #register-form .form-field .large-note, main .payment-form .form-field .large-note {
    font-size: 1em;
    color: #db7628; }
main #register-form input[type="checkbox"], main #register-form input[type="radio"], main .payment-form input[type="checkbox"], main .payment-form input[type="radio"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0; }
  main #register-form input[type="checkbox"].hide, main #register-form input[type="radio"].hide, main .payment-form input[type="checkbox"].hide, main .payment-form input[type="radio"].hide {
    display: none; }
    main #register-form input[type="checkbox"].hide ~ label.checkbox, main #register-form input[type="checkbox"].hide ~ label.radio, main #register-form input[type="checkbox"].hide ~ div > label.checkbox, main #register-form input[type="checkbox"].hide ~ div > label.radio, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main #register-form input[type="radio"].hide ~ label.checkbox, main #register-form input[type="radio"].hide ~ label.radio, main #register-form input[type="radio"].hide ~ div > label.checkbox, main #register-form input[type="radio"].hide ~ div > label.radio, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.radio, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox, main .payment-form input[type="checkbox"].hide ~ div > label.radio, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="radio"].hide ~ label.checkbox, main .payment-form input[type="radio"].hide ~ label.radio, main .payment-form input[type="radio"].hide ~ div > label.checkbox, main .payment-form input[type="radio"].hide ~ div > label.radio, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox {
      width: auto;
      height: auto;
      display: block;
      padding-left: 40px;
      line-height: 2.3em;
      font-size: 14px;
      color: rgba(0, 0, 0, 0.6);
      transition: all 0.1s ease-in-out;
      cursor: pointer; }
      main #register-form input[type="checkbox"].hide ~ label.checkbox.guardian-toggle, main #register-form input[type="checkbox"].hide ~ label.radio.guardian-toggle, main #register-form input[type="checkbox"].hide ~ div > label.checkbox.guardian-toggle, main #register-form input[type="checkbox"].hide ~ div > label.radio.guardian-toggle, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide ~ label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide ~ label.radio.guardian-toggle, main #register-form input[type="radio"].hide ~ div > label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide ~ div > label.radio.guardian-toggle, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide ~ label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide ~ label.radio.guardian-toggle, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide ~ div > label.radio.guardian-toggle, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide ~ label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide ~ label.radio.guardian-toggle, main .payment-form input[type="radio"].hide ~ div > label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide ~ div > label.radio.guardian-toggle, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox.guardian-toggle {
        margin-top: 1em;
        margin-bottom: 0; }
      main #register-form input[type="checkbox"].hide ~ label.checkbox::before, main #register-form input[type="checkbox"].hide ~ label.checkbox::after, main #register-form input[type="checkbox"].hide ~ label.radio::before, main #register-form input[type="checkbox"].hide ~ label.radio::after, main #register-form input[type="checkbox"].hide ~ div > label.checkbox::before, main #register-form input[type="checkbox"].hide ~ div > label.checkbox::after, main #register-form input[type="checkbox"].hide ~ div > label.radio::before, main #register-form input[type="checkbox"].hide ~ div > label.radio::after, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::before, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::after, main #register-form input[type="radio"].hide ~ label.checkbox::before, main #register-form input[type="radio"].hide ~ label.checkbox::after, main #register-form input[type="radio"].hide ~ label.radio::before, main #register-form input[type="radio"].hide ~ label.radio::after, main #register-form input[type="radio"].hide ~ div > label.checkbox::before, main #register-form input[type="radio"].hide ~ div > label.checkbox::after, main #register-form input[type="radio"].hide ~ div > label.radio::before, main #register-form input[type="radio"].hide ~ div > label.radio::after, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::before, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ label.radio::before, main .payment-form input[type="checkbox"].hide ~ label.radio::after, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ div > label.radio::before, main .payment-form input[type="checkbox"].hide ~ div > label.radio::after, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="radio"].hide ~ label.checkbox::before, main .payment-form input[type="radio"].hide ~ label.checkbox::after, main .payment-form input[type="radio"].hide ~ label.radio::before, main .payment-form input[type="radio"].hide ~ label.radio::after, main .payment-form input[type="radio"].hide ~ div > label.checkbox::before, main .payment-form input[type="radio"].hide ~ div > label.checkbox::after, main .payment-form input[type="radio"].hide ~ div > label.radio::before, main .payment-form input[type="radio"].hide ~ div > label.radio::after, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::after {
        transition: all 0.1s ease-in-out; }
      main #register-form input[type="checkbox"].hide ~ label.checkbox::before, main #register-form input[type="checkbox"].hide ~ label.radio::before, main #register-form input[type="checkbox"].hide ~ div > label.checkbox::before, main #register-form input[type="checkbox"].hide ~ div > label.radio::before, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::before, main #register-form input[type="radio"].hide ~ label.checkbox::before, main #register-form input[type="radio"].hide ~ label.radio::before, main #register-form input[type="radio"].hide ~ div > label.checkbox::before, main #register-form input[type="radio"].hide ~ div > label.radio::before, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ label.radio::before, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox::before, main .payment-form input[type="checkbox"].hide ~ div > label.radio::before, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="radio"].hide ~ label.checkbox::before, main .payment-form input[type="radio"].hide ~ label.radio::before, main .payment-form input[type="radio"].hide ~ div > label.checkbox::before, main .payment-form input[type="radio"].hide ~ div > label.radio::before, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::before {
        cursor: pointer;
        content: '';
        position: absolute;
        width: 35px;
        height: 35px;
        top: 0;
        left: 0;
        padding: 0;
        line-height: 35px;
        font-size: 14px;
        background-color: #f4f4f4;
        color: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: 40px;
        white-space: nowrap;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        z-index: 5; }
      main #register-form input[type="checkbox"].hide ~ label.checkbox::after, main #register-form input[type="checkbox"].hide ~ label.radio::after, main #register-form input[type="checkbox"].hide ~ div > label.checkbox::after, main #register-form input[type="checkbox"].hide ~ div > label.radio::after, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::after, main #register-form input[type="radio"].hide ~ label.checkbox::after, main #register-form input[type="radio"].hide ~ label.radio::after, main #register-form input[type="radio"].hide ~ div > label.checkbox::after, main #register-form input[type="radio"].hide ~ div > label.radio::after, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ label.radio::after, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox::after, main .payment-form input[type="checkbox"].hide ~ div > label.radio::after, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="radio"].hide ~ label.checkbox::after, main .payment-form input[type="radio"].hide ~ label.radio::after, main .payment-form input[type="radio"].hide ~ div > label.checkbox::after, main .payment-form input[type="radio"].hide ~ div > label.radio::after, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox::after {
        opacity: 0.05;
        content: '';
        width: 16px;
        height: 8px;
        position: absolute;
        top: 10px;
        left: 9px;
        background: transparent;
        border: 3px solid rgba(0, 0, 0, 0.6);
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg) translateY(-2px);
        -ms-transform: rotate(-45deg) translateY(-2px);
        transform: rotate(-45deg) translateY(-2px);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        z-index: 10; }
    main #register-form input[type="checkbox"].hide:checked ~ label.checkbox.guardian-toggle, main #register-form input[type="checkbox"].hide:checked ~ label.radio.guardian-toggle, main #register-form input[type="checkbox"].hide:checked ~ div > label.checkbox.guardian-toggle, main #register-form input[type="checkbox"].hide:checked ~ div > label.radio.guardian-toggle, main #register-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide:checked ~ label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide:checked ~ label.radio.guardian-toggle, main #register-form input[type="radio"].hide:checked ~ div > label.checkbox.guardian-toggle, main #register-form input[type="radio"].hide:checked ~ div > label.radio.guardian-toggle, main #register-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide:checked ~ label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide:checked ~ label.radio.guardian-toggle, main .payment-form input[type="checkbox"].hide:checked ~ div > label.checkbox.guardian-toggle, main .payment-form input[type="checkbox"].hide:checked ~ div > label.radio.guardian-toggle, main .payment-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide:checked ~ label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide:checked ~ label.radio.guardian-toggle, main .payment-form input[type="radio"].hide:checked ~ div > label.checkbox.guardian-toggle, main .payment-form input[type="radio"].hide:checked ~ div > label.radio.guardian-toggle, main .payment-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox.guardian-toggle {
      margin-top: 0; }
    main #register-form input[type="checkbox"].hide:checked ~ label.checkbox::before, main #register-form input[type="checkbox"].hide:checked ~ label.radio::before, main #register-form input[type="checkbox"].hide:checked ~ div > label.checkbox::before, main #register-form input[type="checkbox"].hide:checked ~ div > label.radio::before, main #register-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox::before, main #register-form input[type="radio"].hide:checked ~ label.checkbox::before, main #register-form input[type="radio"].hide:checked ~ label.radio::before, main #register-form input[type="radio"].hide:checked ~ div > label.checkbox::before, main #register-form input[type="radio"].hide:checked ~ div > label.radio::before, main #register-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="checkbox"].hide:checked ~ label.checkbox::before, main .payment-form input[type="checkbox"].hide:checked ~ label.radio::before, main .payment-form input[type="checkbox"].hide:checked ~ div > label.checkbox::before, main .payment-form input[type="checkbox"].hide:checked ~ div > label.radio::before, main .payment-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox::before, main .payment-form input[type="radio"].hide:checked ~ label.checkbox::before, main .payment-form input[type="radio"].hide:checked ~ label.radio::before, main .payment-form input[type="radio"].hide:checked ~ div > label.checkbox::before, main .payment-form input[type="radio"].hide:checked ~ div > label.radio::before, main .payment-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox::before {
      background-color: #a5dc86;
      -webkit-box-shadow: none;
      box-shadow: none; }
    main #register-form input[type="checkbox"].hide:checked ~ label.checkbox::after, main #register-form input[type="checkbox"].hide:checked ~ label.radio::after, main #register-form input[type="checkbox"].hide:checked ~ div > label.checkbox::after, main #register-form input[type="checkbox"].hide:checked ~ div > label.radio::after, main #register-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox::after, main #register-form input[type="radio"].hide:checked ~ label.checkbox::after, main #register-form input[type="radio"].hide:checked ~ label.radio::after, main #register-form input[type="radio"].hide:checked ~ div > label.checkbox::after, main #register-form input[type="radio"].hide:checked ~ div > label.radio::after, main #register-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="checkbox"].hide:checked ~ label.checkbox::after, main .payment-form input[type="checkbox"].hide:checked ~ label.radio::after, main .payment-form input[type="checkbox"].hide:checked ~ div > label.checkbox::after, main .payment-form input[type="checkbox"].hide:checked ~ div > label.radio::after, main .payment-form input[type="checkbox"].hide:checked ~ div.has-guardian-toggle label.checkbox::after, main .payment-form input[type="radio"].hide:checked ~ label.checkbox::after, main .payment-form input[type="radio"].hide:checked ~ label.radio::after, main .payment-form input[type="radio"].hide:checked ~ div > label.checkbox::after, main .payment-form input[type="radio"].hide:checked ~ div > label.radio::after, main .payment-form input[type="radio"].hide:checked ~ div.has-guardian-toggle label.checkbox::after {
      opacity: 1.0; }
main #register-form input.guardian-toggle, main .payment-form input.guardian-toggle {
  display: none; }
  main #register-form input.guardian-toggle:checked ~ div.guardian-toggle, main #register-form input.guardian-toggle:checked ~ div.has-guardian-toggle div.guardian-toggle, main .payment-form input.guardian-toggle:checked ~ div.guardian-toggle, main .payment-form input.guardian-toggle:checked ~ div.has-guardian-toggle div.guardian-toggle {
    display: none; }
main .payment-form input[name="payment_method"] {
  display: none; }
  main .payment-form input[name="payment_method"] + div.form-field label.checkbox {
    width: auto;
    height: auto;
    display: block;
    padding-left: 40px;
    line-height: 35px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    margin-bottom: 0; }
    main .payment-form input[name="payment_method"] + div.form-field label.checkbox::before, main .payment-form input[name="payment_method"] + div.form-field label.checkbox::after {
      transition: all 0.1s ease-in-out; }
    main .payment-form input[name="payment_method"] + div.form-field label.checkbox::before {
      cursor: pointer;
      content: '';
      position: absolute;
      width: 35px;
      height: 35px;
      top: 0;
      left: 0;
      padding: 0;
      line-height: 35px;
      font-size: 14px;
      background-color: #e4e4e4;
      color: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-indent: 40px;
      white-space: nowrap;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      z-index: 5; }
    main .payment-form input[name="payment_method"] + div.form-field label.checkbox::after {
      opacity: 0.2;
      content: '';
      width: 16px;
      height: 8px;
      position: absolute;
      top: 10px;
      left: 9px;
      background: transparent;
      border: 3px solid rgba(0, 0, 0, 0.6);
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg) translateY(-2px);
      -ms-transform: rotate(-45deg) translateY(-2px);
      transform: rotate(-45deg) translateY(-2px);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      z-index: 10; }
  main .payment-form input[name="payment_method"] + div.form-field + div.payment-method {
    display: none; }
  main .payment-form input[name="payment_method"]:checked + div.form-field label.checkbox::before {
    background-color: #a5dc86;
    -webkit-box-shadow: none;
    box-shadow: none; }
  main .payment-form input[name="payment_method"]:checked + div.form-field + div.payment-method {
    display: block; }

#join-team-shirt img {
  height: auto;
  max-height: 400px; }

.reorder-vertical {
  display: flex;
  flex-direction: column; }
  .reorder-vertical .order-1 {
    order: 1; }
  .reorder-vertical .order-2 {
    order: 2; }
  .reorder-vertical .order-3 {
    order: 3; }

h2.styled {
  display: block;
  margin-bottom: 1em;
  color: #db7628;
  font-family: "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase; }

.shirt-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em; }
  .shirt-list input {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    pointer-events: none; }
  .shirt-list input.compare-shirts-checks:checked + div.shirt .compare svg path {
    fill: #0057a7; }
  .shirt-list div.shirt {
    width: 25%;
    position: relative;
    padding: 0 1% 2%; }
    .shirt-list div.shirt.shirt-hide {
      display: none; }
    .shirt-list div.shirt div.shirt-wrapper {
      position: relative; }
    .shirt-list div.shirt label {
      position: relative;
      z-index: 5;
      margin-bottom: 2em;
      display: block; }
      .shirt-list div.shirt label.shirt-select {
        cursor: pointer; }
      .shirt-list div.shirt label .number {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        font-size: 60px;
        text-shadow: 1px 1px 2px black;
        color: #0057a7;
        font-family: "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
        width: 50px;
        text-align: center; }
      .shirt-list div.shirt label .select {
        line-height: 2em;
        font-weight: bold;
        text-shadow: 1px 1px 0 #000;
        background-color: #666666;
        color: #ffffff;
        text-align: center;
        z-index: 10;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .shirt-list div.shirt label .select::before {
          content: "Click to Select";
          display: inline; }
        .shirt-list div.shirt label .select:hover {
          background-color: #0057a7; }
      .shirt-list div.shirt label .shirt_available {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        z-index: 7; }
      .shirt-list div.shirt label .shirt_back, .shirt-list div.shirt label .shirt_taken {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.2s ease 0.1s;
        -moz-transition: opacity 0.2s ease 0.1s;
        -ms-transition: opacity 0.2s ease 0.1s;
        -o-transition: opacity 0.2s ease 0.1s;
        transition: opacity 0.2s ease 0.1s;
        z-index: 5; }
      .shirt-list div.shirt label.shirt-select::after {
        opacity: 0;
        content: '';
        display: block;
        border: 3px solid #0057a7;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        border-bottom: 0;
        z-index: 20;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
    .shirt-list div.shirt .compare, .shirt-list div.shirt .alternate {
      position: absolute;
      top: 5px;
      width: 32px;
      height: 32px;
      z-index: 10;
      cursor: pointer; }
      .shirt-list div.shirt .compare svg path, .shirt-list div.shirt .alternate svg path {
        fill: #bfd5e9;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
      .shirt-list div.shirt .compare:hover svg path, .shirt-list div.shirt .alternate:hover svg path {
        fill: #0057a7; }
    .shirt-list div.shirt .compare {
      right: 5px; }
    .shirt-list div.shirt .alternate {
      left: 5px; }
      .shirt-list div.shirt .alternate:hover + label .shirt_available, .shirt-list div.shirt .alternate + label.shirt-select:hover .shirt_available {
        opacity: 0;
        -webkit-transition: opacity 0.2s ease 0.1s;
        -moz-transition: opacity 0.2s ease 0.1s;
        -ms-transition: opacity 0.2s ease 0.1s;
        -o-transition: opacity 0.2s ease 0.1s;
        transition: opacity 0.2s ease 0.1s;
        z-index: 5; }
      .shirt-list div.shirt .alternate:hover + label .shirt_back, .shirt-list div.shirt .alternate + label.shirt-select:hover .shirt_back {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease;
        -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
        z-index: 7; }
    .shirt-list div.shirt .reveal-button {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 50%;
      left: 5%;
      width: 90%;
      z-index: 1000;
      box-shadow: 0 0 5px white;
      transition: all 0.2s linear; }
    .shirt-list div.shirt input[type="radio"]:disabled ~ label.shirt-select .shirt_available, .shirt-list div.shirt input[type="radio"]:disabled ~ label.shirt-select .shirt_back {
      opacity: 0 !important;
      -webkit-transition: opacity 0.2s ease 0.1s;
      -moz-transition: opacity 0.2s ease 0.1s;
      -ms-transition: opacity 0.2s ease 0.1s;
      -o-transition: opacity 0.2s ease 0.1s;
      transition: opacity 0.2s ease 0.1s;
      z-index: 5; }
    .shirt-list div.shirt input[type="radio"]:disabled ~ label.shirt-select .shirt_taken {
      opacity: 1 !important;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      z-index: 7; }
    .shirt-list div.shirt input[type="radio"]:disabled ~ .compare, .shirt-list div.shirt input[type="radio"]:disabled ~ .alternate, .shirt-list div.shirt input[type="radio"]:disabled ~ label.shirt-select .select {
      display: none; }
    .shirt-list div.shirt input[type="radio"]:checked ~ label.shirt-select .select {
      background-color: #0057a7; }
      .shirt-list div.shirt input[type="radio"]:checked ~ label.shirt-select .select::before {
        content: "Selected";
        display: inline; }
    .shirt-list div.shirt input[type="radio"]:checked ~ label.shirt-select::after {
      opacity: 1; }
    .shirt-list div.shirt input[type="radio"]:checked ~ .reveal-button {
      opacity: 1;
      pointer-events: all; }

label[for="show-compare"] {
  cursor: pointer; }

input#show-compare {
  display: none; }
  input#show-compare:checked ~ .shirt-filters .shirt-compare-btn {
    color: #0057a7; }
    input#show-compare:checked ~ .shirt-filters .shirt-compare-btn svg * {
      fill: #0057a7; }
  input#show-compare:checked ~ form .shirt-list div.shirt {
    display: none; }
  input#show-compare:checked ~ form .shirt-list input.compare-shirts-checks:checked + div.shirt {
    display: block; }

.shirt-filters {
  margin-bottom: 2em; }
  .shirt-filters .text-left {
    display: flex;
    align-items: center; }
  .shirt-filters .text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .shirt-filters select {
    margin-right: 1em;
    min-width: 100px; }
  .shirt-filters label.shirt-compare-btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1em;
    font-weight: bold; }
  .shirt-filters .compare-icon {
    margin-left: 1em;
    position: relative; }
    .shirt-filters .compare-icon .compare-count {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0.3em;
      width: 100%;
      color: #fff;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      justify-items: center;
      font-size: 2.5em; }
    .shirt-filters .compare-icon svg {
      width: 5em; }

.player-image {
  margin-bottom: 1em; }

footer {
  background-color: #111111; }
  footer section {
    padding: 2em 0; }
    footer section p {
      text-align: center;
      color: #999999;
      font-size: 12px; }

.switch-field {
  overflow: hidden;
  position: relative; }
  .switch-field input[type="radio"] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    left: 10px;
    bottom: 10px;
    opacity: 0;
    pointer-events: none; }
    .switch-field input[type="radio"] + label {
      float: left;
      display: inline-block;
      min-width: 60px;
      background-color: #f4f4f4;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-shadow: none;
      padding: 6px 14px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 4px 0 0 4px;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
      .switch-field input[type="radio"] + label ~ input[type="radio"] + label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .switch-field input[type="radio"] + label:hover {
        cursor: pointer; }
      .switch-field input[type="radio"] + label:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
      .switch-field input[type="radio"] + label.only {
        border-radius: 4px !important; }
    .switch-field input[type="radio"]:checked + label {
      background-color: #a5dc86;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .switch-field input[type="radio"][value="Y"]:checked + label {
      background-color: #a5dc86; }
    .switch-field input[type="radio"][value="N"]:checked + label {
      background-color: #ff9393; }
    .switch-field input[type="radio"][value="M"]:checked + label {
      background-color: #bce8f1; }
    .switch-field input[type="radio"][value="F"]:checked + label {
      background-color: #ffd2fe; }
    .switch-field input[type="radio"]:checked + label ~ input + label {
      background-color: #f4f4f4;
      -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1); }
    .switch-field input[type="radio"] ~ label.error {
      margin-left: 10px; }
    .switch-field input[type="radio"].always-round ~ input + label {
      border-radius: 4px !important; }

.checkbox {
  width: 35px;
  height: 35px;
  margin: 0 0 1em 0;
  position: relative; }
  .checkbox label {
    cursor: pointer;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    background-color: #f4f4f4;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    text-indent: 40px;
    white-space: nowrap;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .checkbox label:after {
      opacity: 0.05;
      content: '';
      width: 16px;
      height: 8px;
      position: absolute;
      top: 10px;
      left: 9px;
      background: transparent;
      border: 3px solid rgba(0, 0, 0, 0.6);
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg) translateY(-2px);
      -ms-transform: rotate(-45deg) translateY(-2px);
      transform: rotate(-45deg) translateY(-2px); }
    .checkbox label.error {
      width: auto;
      height: auto;
      position: relative;
      top: -8px;
      text-indent: 41px;
      border: none;
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .checkbox label.error ::after {
        display: none; }
  .checkbox input {
    visibility: hidden; }
    .checkbox input:hover::after {
      opacity: 0.5; }
    .checkbox input[type="checkbox"]:checked ~ label, .checkbox input[type="checkbox"]:checked + .form-field > .checkbox > label {
      background-color: #a5dc86;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .checkbox input[type="checkbox"]:checked ~ label.error, .checkbox input[type="checkbox"]:checked + .form-field > .checkbox > label.error {
        display: none; }
      .checkbox input[type="checkbox"]:checked ~ label:after, .checkbox input[type="checkbox"]:checked + .form-field > .checkbox > label:after {
        opacity: 1.0; }

.size-guide {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s linear;
  opacity: 0;
  pointer-events: none; }
  .size-guide .size-guide-content {
    position: relative;
    border-radius: 12px;
    background-color: #ffffff;
    border: 5px solid #000000;
    padding: 10px;
    width: 700px;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 150px rgba(255, 255, 255, 0.5); }
    .size-guide .size-guide-content img {
      max-width: 100%;
      height: auto; }
    .size-guide .size-guide-content .hide-size-guide {
      position: absolute;
      top: -35px;
      right: -35px;
      display: block;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-color: #ffffff;
      border: 5px solid #000000;
      border-radius: 50%;
      font-size: 28px;
      color: #000;
      line-height: 40px;
      text-align: center; }
      .size-guide .size-guide-content .hide-size-guide::before {
        content: '\D7';
        display: block;
        font-size: 45px;
        width: 40px;
        height: 40px;
        text-align: center;
        font-weight: bold;
        line-height: 37px; }
  .size-guide .modal-bg-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh; }

input#toggle-size-guide {
  display: none; }
  input#toggle-size-guide:checked ~ .size-guide {
    pointer-events: all;
    opacity: 1; }

#stored-players ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
  margin-top: 0;
  padding: 0;
  list-style-type: none; }
  #stored-players ul li label {
    cursor: pointer;
    display: block;
    padding: 1em 1em 0.75em 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s linear;
    color: #004483; }
    #stored-players ul li label:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    #stored-players ul li label img {
      display: block;
      max-width: 100%;
      margin-bottom: 0.5em; }
  #stored-players ul li input {
    display: none !important; }
    #stored-players ul li input:checked + label {
      background-color: #004483;
      color: #ffffff; }
#stored-players #new_player_container {
  position: relative; }
  #stored-players #new_player_container label {
    cursor: pointer;
    display: block;
    padding: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s linear;
    color: #004483;
    text-align: center; }
    #stored-players #new_player_container label:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  #stored-players #new_player_container input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 50%; }
    #stored-players #new_player_container input:checked + label {
      background-color: #004483;
      color: #ffffff; }

.preview-photo {
  grid-column-end: span 2; }

#quick-login {
  background-color: #f0f0f0; }
  #quick-login #quick-login-container {
    max-width: 570px;
    margin: 0 auto; }
    #quick-login #quick-login-container h2 {
      margin-bottom: 1em;
      color: #db7628;
      font-family: "vinyl-1", "Vinyl", "open-sans-1", "Open Sans", Arial, sans-serif;
      font-size: 30px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.1em;
      text-align: center;
      text-transform: uppercase; }
    #quick-login #quick-login-container .text-success {
      color: #007f00; }
    #quick-login #quick-login-container .text-danger {
      color: #e22000; }

#rego-login input[name="action"] {
  display: none; }
  #rego-login input[name="action"] + div {
    display: none; }
  #rego-login input[name="action"]:checked + div {
    display: block; }
#rego-login label.link {
  color: #0057a7;
  cursor: pointer; }
  #rego-login label.link:hover {
    text-decoration: underline; }
#rego-login div.form-field {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 1em;
  margin-bottom: 0.75em; }
  #rego-login div.form-field label {
    align-self: center;
    text-align: right; }
  #rego-login div.form-field input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
    #rego-login div.form-field input:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
#rego-login .txt {
  text-align: center; }
#rego-login .button {
  text-align: center; }

.checkbox-container {
  position: relative; }
  .checkbox-container > input {
    position: absolute;
    bottom: 50%;
    left: 10px;
    display: block !important;
    opacity: 0;
    pointer-events: none; }

@media screen and (max-width: 640px) {
  body {
    font-size: 12px; }

  header#logo {
    max-width: 20%;
    box-sizing: content-box; }

  header#banner a.scroll-to-header span {
    font-size: 30px;
    margin-bottom: -37px; }
  header#banner .header-title h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.6); }
  header#banner #background-slider {
    opacity: 0; }
  header#banner .header-title {
    padding-top: 37vw; }
    header#banner .header-title > div {
      display: none; }
  header#banner .hero .header-title > div {
    display: block; }

  main #season-info {
    font-size: 1.5em; }

  main .form-section {
    padding-top: 3em; }

  main form#register .step-description {
    font-size: 25px; }

  main form#register .small-text {
    font-size: 0.9em; }

  main form#register #division-team-options .options-flex > label {
    min-width: 200px; }

  main form#register #division-team-options .options-flex > label > strong {
    font-size: 1.6rem; }

  main #register-form .form-field, main .payment-form .form-field {
    display: block; }
    main #register-form .form-field > label:first-child, main .payment-form .form-field > label:first-child {
      text-align: left;
      justify-content: flex-start; }

  main #register-form .form-field input, main #register-form .form-field select, main #register-form .form-field textarea, main .payment-form .form-field input, main .payment-form .form-field select, main .payment-form .form-field textarea {
    font-size: 12px; }

  main #register-form .form-field .note, main .payment-form .form-field .note {
    font-size: 0.9em; }

  main #register-form input[type="checkbox"].hide ~ label.checkbox, main #register-form input[type="checkbox"].hide ~ label.radio, main #register-form input[type="checkbox"].hide ~ div > label.checkbox, main #register-form input[type="checkbox"].hide ~ div > label.radio, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main #register-form input[type="radio"].hide ~ label.checkbox, main #register-form input[type="radio"].hide ~ label.radio, main #register-form input[type="radio"].hide ~ div > label.checkbox, main #register-form input[type="radio"].hide ~ div > label.radio, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.radio, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox, main .payment-form input[type="checkbox"].hide ~ div > label.radio, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="radio"].hide ~ label.checkbox, main .payment-form input[type="radio"].hide ~ label.radio, main .payment-form input[type="radio"].hide ~ div > label.checkbox, main .payment-form input[type="radio"].hide ~ div > label.radio, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox {
    padding-top: 0.3em; }

  main #register-form input[type="checkbox"].hide ~ label.checkbox, main #register-form input[type="checkbox"].hide ~ label.radio, main #register-form input[type="checkbox"].hide ~ div > label.checkbox, main #register-form input[type="checkbox"].hide ~ div > label.radio, main #register-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main #register-form input[type="radio"].hide ~ label.checkbox, main #register-form input[type="radio"].hide ~ label.radio, main #register-form input[type="radio"].hide ~ div > label.checkbox, main #register-form input[type="radio"].hide ~ div > label.radio, main #register-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.checkbox, main .payment-form input[type="checkbox"].hide ~ label.radio, main .payment-form input[type="checkbox"].hide ~ div > label.checkbox, main .payment-form input[type="checkbox"].hide ~ div > label.radio, main .payment-form input[type="checkbox"].hide ~ div.has-guardian-toggle label.checkbox, main .payment-form input[type="radio"].hide ~ label.checkbox, main .payment-form input[type="radio"].hide ~ label.radio, main .payment-form input[type="radio"].hide ~ div > label.checkbox, main .payment-form input[type="radio"].hide ~ div > label.radio, main .payment-form input[type="radio"].hide ~ div.has-guardian-toggle label.checkbox {
    line-height: 1.7em; }

  .shirt-list div.shirt {
    width: 50%; }
    .shirt-list div.shirt .compare, .shirt-list div.shirt .alternate {
      width: 20px;
      height: 20px; }
    .shirt-list div.shirt label .number {
      font-size: 40px;
      width: 30px; }

  .shirt-filters .compare-icon svg {
    width: 2.5em; } }

/*# sourceMappingURL=style.css.map */
