body {
  font-family: "Encode Sans", sans-serif;
  background: #222;
}
body a {
  text-decoration: none;
}
body#greenscreen {
  background: #62ff00;
  cursor: none;
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
body#greenscreen #leaderboard.page-section {
  border-top: none;
  padding: 0.625rem 0;
}

::-moz-selection {
  background: #FFEB3B;
}

::selection {
  background: #FFEB3B;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

article.page-section,
.page-section {
  padding: 3.75rem 0;
  border-top: 1px solid #cccccc;
  background: #ffffff;
}
@media (max-width: 40em) {
  article.page-section header.page-controls,
.page-section header.page-controls {
    flex-wrap: wrap;
  }
  article.page-section h1.title,
.page-section h1.title {
    text-align: center;
  }
  article.page-section .actions,
.page-section .actions {
    background: #f5f5f5;
    padding: 1.25rem;
  }
}

header.page-controls {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 1.25rem;
}
header.page-controls .box {
  flex-grow: 1;
}
@media (max-width: 40em) {
  header.page-controls {
    flex-wrap: wrap;
  }
  header.page-controls .box {
    width: 100%;
    text-align: center;
  }
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.actions {
  margin: 0.625rem 0;
}
@media (max-width: 40em) {
  .actions {
    text-align: center;
  }
}

.container {
  margin: auto;
  width: 85%;
}
@media (max-width: 40em) {
  .container {
    width: 100%;
  }
}
.container.narrow {
  width: 65%;
}

.flex,
.flex-container {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
.flex.start,
.flex-container.start {
  justify-content: flex-start;
}
.flex.reverse,
.flex-container.reverse {
  flex-direction: row-reverse;
}
.flex.nowrap,
.flex-container.nowrap {
  flex-wrap: nowrap;
}
.flex.wrap,
.flex-container.wrap {
  flex-wrap: wrap;
}
.flex.spaced,
.flex-container.spaced {
  justify-content: space-between;
}
.flex.justify,
.flex-container.justify {
  justify-content: flex-start;
}
.flex.valign,
.flex-container.valign {
  align-items: stretch;
}
.flex .box,
.flex .fbox,
.flex-container .box,
.flex-container .fbox {
  flex-grow: 1;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.sans {
  font-family: sans-serif;
}

.serif {
  font-family: serif;
}

#announcement-container {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  background: #222;
  padding: 1.25rem 1.25rem;
  color: #ffffff;
  align-items: flex-end;
  margin-bottom: 2.5rem;
}
#announcement-container .logo,
#announcement-container .copy,
#announcement-container a {
  flex-grow: 1;
}
#announcement-container .logo {
  width: 15.625rem;
  margin-right: 1.25rem;
}
#announcement-container .logo img {
  width: 100%;
}
#announcement-container .copy h5, #announcement-container .copy p {
  margin: 0 0 0.3125rem 0;
}
#announcement-container .copy p {
  font-size: 1.125rem;
}
#announcement-container .copy h5 {
  color: #ff0015;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-style: italic;
}
#announcement-container a {
  width: 10rem;
  background: #2d98f9;
  color: #ffffff;
  font-weight: bold;
  padding: 1.25rem;
  text-align: center;
}

.flash-message {
  margin: 1.25rem 0;
  background: #ff0015;
  color: #ffffff;
  padding: 0.625rem;
  text-align: center;
}

dl, dt, dd {
  margin: 0;
}

dl dt {
  font-weight: bold;
  font-size: 1.125rem;
  color: #0054A0;
  margin-bottom: 0.3125rem;
}
dl dd {
  color: #cccccc;
  text-transform: uppercase;
  font-size: 0.75rem;
}
dl dd.secondary-title {
  margin-top: 0.625rem;
}

h1.title {
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 900;
  color: #ff0015;
  text-transform: uppercase;
  margin: 0 0 1.25rem 0;
}
h1.title span {
  color: #000;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
}

h2.team-title {
  text-transform: uppercase;
  color: #cccccc;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  display: inline-block;
  font-size: 1.25rem;
}
h2.team-title:after {
  content: "";
  display: block;
  width: 6.25rem;
  height: 0.3125rem;
  text-align: right;
  margin: 0.625rem 0;
}

h3 small,
h3 span {
  display: block;
  color: #2d98f9;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.625rem auto;
}

.button {
  padding: 1.25rem;
  display: inline-block;
  background: #063850;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.button:hover {
  background: black;
}
.button.secondary {
  padding: 1.25rem;
  display: inline-block;
  background: #f5f5f5;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #cccccc;
}
.button.secondary:hover {
  background: #c2c2c2;
}
.button.disabled, .button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button.pause-button {
  background: #ff0015;
}

.wins-count {
  background: #0054A0;
  padding: 0.625rem;
  text-align: center;
}
.wins-count span {
  display: block;
}
.wins-count span.count {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
}
.wins-count span.label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.625rem;
  text-transform: uppercase;
}

#about h1.title {
  margin-bottom: 2.5rem;
}
#about .about-details article {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 2.5rem;
}
#about .about-details article .image,
#about .about-details article .copy {
  flex-grow: 0;
}
@media (max-width: 40em) {
  #about .about-details article .image {
    text-align: center;
  }
}
@media (max-width: 40em) {
  #about .about-details article .copy {
    text-align: justify;
  }
}
#about .about-details article:nth-child(odd) .image {
  margin-right: 1.25rem;
}
#about .about-details article:nth-child(even) {
  flex-direction: row-reverse;
}
#about .about-details article:nth-child(even) .image {
  margin-left: 1.25rem;
}
@media (max-width: 40em) {
  #about .about-details article {
    display: block;
  }
}
#about .panel.rules {
  margin-bottom: 1.25rem;
}

.panel {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding: 0.625rem 1.25rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
.panel p, .panel a.button {
  flex-grow: 1;
}
.panel p {
  font-size: 1.125rem;
  color: #cccccc;
  font-weight: bold;
}
.panel a.button {
  background: #ff0015;
}
.panel p {
  color: #222;
  width: 80%;
}
.panel a {
  width: 20%;
  text-align: center;
}

.notice {
  background-color: #ff0015;
  padding: 0.625rem;
  color: #f5f5f5;
}

.run-cycle-animation {
  -webkit-animation: cycle 0.5s infinite;
  animation-delay: 2.5s;
}

/* For checks and radios */
@-webkit-keyframes pulse {
  from {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cycle {
  from {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes floatAway {
  from {
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
    top: 0;
  }
  to {
    -moz-transform: scale(2.5) rotate(30deg);
    -o-transform: scale(2.5) rotate(30deg);
    -ms-transform: scale(2.5) rotate(30deg);
    -webkit-transform: scale(2.5) rotate(30deg);
    transform: scale(2.5) rotate(30deg);
    opacity: 0;
    top: -3.125rem;
  }
}
@-webkit-keyframes ping {
  from {
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    -moz-transform: scale(2.5) rotate(30deg);
    -o-transform: scale(2.5) rotate(30deg);
    -ms-transform: scale(2.5) rotate(30deg);
    -webkit-transform: scale(2.5) rotate(30deg);
    transform: scale(2.5) rotate(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes error-shake {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  40% {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  60% {
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  80% {
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#login-view-container {
  background: #0054A0;
  padding: 3.125rem;
  width: 18.75rem;
  margin: 10rem auto;
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#login-view-container:after {
  content: "";
  display: block;
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 1.25rem;
  left: 1.25rem;
}
#login-view-container:after {
  right: -16.25rem;
}
#login-view-container #logo {
  margin-bottom: 2.5rem;
  text-align: center;
}
#login-view-container #logo img {
  width: 240px;
}
#login-view-container #form-container .field {
  margin-bottom: 1.875rem;
}
#login-view-container #form-container .field label {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  display: block;
  margin-bottom: 0.625rem;
}
#login-view-container #form-container .field input[type=text],
#login-view-container #form-container .field input[type=email],
#login-view-container #form-container .field input[type=password] {
  font-size: 1.125rem;
  height: 2.5rem;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
  text-indent: 0.625rem;
}
#login-view-container #form-container .actions {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#login-view-container #form-container .actions button[type=submit] input[type=button],
#login-view-container #form-container .actions input[type=submit] {
  padding: 1.25rem;
  display: inline-block;
  background: #FFEB3B;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.75rem;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
#login-view-container #form-container .actions button[type=submit] input[type=button]:hover,
#login-view-container #form-container .actions input[type=submit]:hover {
  background: #d4be00;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.bg-transparent {
  background-color: transparent !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
#score-keeping #scorekeeper-component .milestone-block {
  text-align: left;
  margin: 1.25rem 0;
}
#score-keeping #scorekeeper-component .milestone-block span {
  display: block;
}
#score-keeping #scorekeeper-component .milestone-block span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 400;
}
#score-keeping #scorekeeper-component .milestone-block span.time {
  font-weight: 900;
  font-size: 1.875rem;
}
#score-keeping #scorekeeper-component .milestone-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#score-keeping #scorekeeper-component .milestone-container .milestone {
  position: relative;
}
#score-keeping #scorekeeper-component .milestone-container .milestone-item {
  background-color: #0054A0;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 150px;
  margin-right: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  width: 150px;
}
#score-keeping #scorekeeper-component .milestone-container .milestone-item:hover {
  background-color: #00396d;
}
#score-keeping #scorekeeper-component .milestone-container .milestone-item:disabled {
  pointer-events: none;
  background-color: #ffffff;
  color: #8a8a8a;
}
#score-keeping #scorekeeper-component .milestone-container .milestone-item:disabled.most-recently-completed {
  background-color: #8BC34A;
  color: rgba(0, 0, 0, 0.5);
}
#score-keeping #scorekeeper-component .milestone-container .milestone-complete {
  position: absolute;
  color: green;
  top: 0;
  left: 0;
}
#score-keeping #official_time_form .time-block,
#score-keeping #official_time_form .field-block,
#score-keeping #official_time_form .actions-block,
#score-keeping #scorekeeper-component .time-block,
#score-keeping #scorekeeper-component .field-block,
#score-keeping #scorekeeper-component .actions-block {
  display: block;
  margin-bottom: 1.25rem;
}
#score-keeping #official_time_form .time-block span,
#score-keeping #scorekeeper-component .time-block span {
  padding-right: 0.625rem;
  display: block;
}
#score-keeping #official_time_form .time-block span.label,
#score-keeping #scorekeeper-component .time-block span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
#score-keeping #official_time_form .time-block span.time,
#score-keeping #scorekeeper-component .time-block span.time {
  font-weight: 900;
  font-size: 1.875rem;
}
#score-keeping #official_time_form .field-block input[type=text],
#score-keeping #scorekeeper-component .field-block input[type=text] {
  display: block;
  border: 1px solid #cccccc;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 100%;
}
#score-keeping #official_time_form .actions-block,
#score-keeping #scorekeeper-component .actions-block {
  text-align: left;
}
@media (max-width: 40em) {
  #score-keeping #official_time_form .actions-block button,
#score-keeping #scorekeeper-component .actions-block button {
    width: 100%;
  }
}
#score-keeping #official_time_form #score-updated-notification,
#score-keeping #scorekeeper-component #score-updated-notification {
  margin-left: 0.3125rem;
  display: inline-block;
}
#score-keeping #official_time_form .time-input {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 1.25rem;
  align-items: stretch;
}
#score-keeping #official_time_form .time-input .field,
#score-keeping #official_time_form .time-input .divider {
  flex-grow: 0;
  margin-right: 1.25rem;
}
#score-keeping #official_time_form .time-input .field label, #score-keeping #official_time_form .time-input .field input {
  display: block;
}
#score-keeping #official_time_form .time-input .field label {
  margin-bottom: 0.625rem;
}
#score-keeping #official_time_form .time-input .field input {
  display: block;
  border: 1px solid #cccccc;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 100%;
}
#score-keeping #official_time_form .time-input .divider {
  padding: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
#score-keeping #penalty_comments {
  width: 55%;
  height: 160px;
  margin-bottom: 1.25rem;
}

#new-heat .teams-block {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 1.25rem;
}
@media (max-width: 40em) {
  #new-heat .teams-block {
    flex-wrap: wrap;
  }
}
#new-heat .teams-block .team {
  flex-grow: 1;
  background: #f5f5f5;
  padding: 1.25rem;
}
#new-heat .teams-block .team h2 {
  display: block;
  color: #222;
}
@media (min-width: 64.063em) {
  #new-heat .teams-block .team.team-1 {
    margin-right: 0.625rem;
  }
}
#new-heat .teams-block .team.team-1 h2:after {
  background: #ff0015;
}
#new-heat .teams-block .team.team-2 h2:after {
  background: #0054A0;
}
#new-heat .field-block {
  margin-bottom: 1.25rem;
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
}
@media (max-width: 40em) {
  #new-heat .field-block {
    flex-wrap: wrap;
  }
}
#new-heat .field-block .field {
  flex-grow: 0;
}
#new-heat .field-block .field input[type=datetime-local] {
  display: block;
  border: 1px solid #cccccc;
  height: 2.5rem;
  text-indent: 0.625rem;
  width: 100%;
}
#new-heat .field-block .field label {
  font-weight: bold;
}
#new-heat .field-block .field.checkbox {
  align-self: center;
  margin-left: 0.625rem;
  padding: 0.625rem;
  font-weight: bold;
}
@media (max-width: 40em) {
  #new-heat .field-block,
#new-heat .actions-block {
    padding: 1.25rem;
  }
}

#score-updated-notification {
  width: 12.5rem;
  background: #8BC34A;
  padding: 1.25rem;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.3s;
}

#error_explanation {
  color: #ff0015;
}

#admin-builders .all-builders-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: wrap;
  /* or wrap | wrap-reverse */
  justify-content: center;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #ffffff;
  align-items: stretch;
  border-bottom: 1px solid #cccccc;
  transition: all 0.3s;
}
@media (max-width: 40em) {
  #admin-builders .all-builders-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
}
#admin-builders .all-builders-wrapper a {
  text-decoration: none;
}
#admin-builders .all-builders-wrapper .width-30 {
  width: 30%;
}
#admin-builders .builder {
  padding: 0.625rem;
}
@media (max-width: 40em) {
  #admin-builders .builder {
    width: 100%;
  }
}
#admin-builders .builder .image {
  min-width: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0.625rem;
}
#admin-builders .actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
#admin-builders .filters {
  padding-bottom: 1rem;
}

.admin-builder-profile {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: wrap;
  /* or wrap | wrap-reverse */
  justify-content: center;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  align-items: stretch;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  margin-top: 30px;
  transition: all 0.3s;
}
.admin-builder-profile .admin-builder-avatar {
  border-radius: 50%;
  margin: -50px auto 0;
  overflow: hidden;
  padding: 0;
}
.admin-builder-profile .admin-builder-avatar + .admin-builder-body {
  margin-top: 15px;
}
.admin-builder-profile .admin-builder-avatar img {
  height: auto;
  width: 100%;
}
.admin-builder-profile .admin-builder-body {
  margin-top: -15px;
  padding: 1.5rem;
}
.admin-builder-profile .admin-builder-body .form-group {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
.admin-builder-profile .admin-builder-body .form-group label[rel=past-wins-label] {
  display: block;
}
.admin-builder-profile .admin-builder-body .form-group input[type=checkbox] {
  margin-right: 0.25rem;
}
.admin-builder-profile .admin-builder-body .form-group label[for*=builder_past_wins] {
  margin-right: 1.5rem;
}
.admin-builder-profile .admin-builder-body .inputfile {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.admin-builder-profile .admin-builder-body .inputfile + label {
  border-radius: 0.25rem;
  border: 2px solid currentColor;
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-builder-profile .admin-builder-body .inputfile:focus + label,
.admin-builder-profile .admin-builder-body .inputfile + label:hover {
  background-color: #60686f;
  color: white;
}
.admin-builder-profile .admin-builder-body label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.admin-builder-profile .admin-builder-body input[type=text],
.admin-builder-profile .admin-builder-body textarea {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.admin-builder-profile .admin-builder-body .actions {
  float: right;
}
.admin-builder-profile .admin-builder-body .actions a {
  margin-right: 0.5rem;
}
.admin-builder-profile .admin-builder-avatar {
  max-width: 130px;
  max-height: 130px;
}

.admin-builder {
  background-clip: border-box;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
}

#admin-teams .admin-teams-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  align-items: center;
  background: #ffffff;
}
@media (max-width: 40em) {
  #admin-teams .admin-teams-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
}
#admin-teams .admin-teams-wrapper a {
  margin-right: 0.5rem;
  background-color: #ff0015;
  border-color: #ff0015;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#admin-teams .admin-teams-wrapper a:hover {
  background-color: #e60013;
  border-color: #c20010;
}
#admin-teams .builder {
  padding: 0.625rem;
  width: 12.5rem;
  flex-grow: 1;
}
@media (max-width: 40em) {
  #admin-teams .builder {
    width: 100%;
  }
}
#admin-teams .builder .image {
  min-width: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0.625rem;
}
#admin-teams .separator {
  font-size: 1.875rem;
  font-style: italic;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
}
#admin-teams .separator:after {
  content: "&";
}
#admin-teams .team-actions {
  flex-grow: 1;
}
#admin-teams .actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

#new-team .teams-block {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 1.25rem;
}
@media (max-width: 40em) {
  #new-team .teams-block {
    flex-wrap: wrap;
  }
}
#new-team .teams-block .team {
  flex-grow: 1;
  background: #f5f5f5;
  padding: 1.25rem;
}
#new-team .teams-block .team h2 {
  display: block;
  color: #222;
}
@media (min-width: 64.063em) {
  #new-team .teams-block .team.motorsports-builder {
    margin-right: 0.625rem;
  }
}
#new-team .teams-block .team.motorsports-builder h2:after {
  background: #ff0015;
}
#new-team .teams-block .team.automotive-builder h2:after {
  background: #0054A0;
}

#all-builders .all-builders-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  flex-wrap: wrap;
}
@media (max-width: 40em) {
  #all-builders .all-builders-wrapper {
    padding: 0 1.25rem;
  }
}
#all-builders .all-builders-wrapper .builder.inline {
  flex-grow: 0;
  width: 50%;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (max-width: 40em) {
  #all-builders .all-builders-wrapper .builder.inline {
    width: 100%;
  }
}
@media (min-width: 64.063em) {
  #all-builders .all-builders-wrapper .builder.inline {
    width: 50%;
  }
}
#all-builders .all-builders-wrapper .builder.inline .wins-count {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 3.75rem;
}

#valvoline-banner {
  text-align: center;
  margin: 1.25rem 0;
}
#valvoline-banner img {
  margin: auto;
}
#valvoline-banner img.lg {
  width: 1000px;
}
#valvoline-banner img.sm {
  display: none;
}
@media (max-width: 40em) {
  #valvoline-banner img.lg {
    display: none;
  }
  #valvoline-banner img.sm {
    display: block;
    width: 100%;
  }
}

#team .team-build-details {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
}
#team .team-build-details .bio-container {
  width: 40%;
}
#team .team-build-details .bio-container .bio .builder.inline {
  position: relative;
  margin-bottom: 2.5rem;
}
#team .team-build-details .bio-container .bio .builder.inline .wins-count {
  position: absolute;
  top: 5.625rem;
  left: 0;
  width: 3.75rem;
}
#team .team-build-details .time-lines {
  flex-grow: 0;
  margin-right: 2.5rem;
  border-left: 3px solid #2d98f9;
}
#team .team-build-details .time-lines .team-build .time-lines-header {
  background: #2d98f9;
  border-bottom: 0.1875rem solid #2d98f9;
  padding: 1.25rem;
}
#team .team-build-details .time-lines .team-build .time-lines-header h3 {
  margin: 0;
  color: #ffffff;
}
#team .team-build-details .time-lines .team-build .time-lines-header h3 small {
  color: rgba(255, 255, 255, 0.5);
}
#team .team-build-details .time-lines .team-build.no-build .time-lines-header {
  background: transparent;
}
#team .team-build-details .time-lines .team-build.no-build .time-lines-header h3 {
  margin: 0;
  color: #222;
}
#team .team-build-details .time-lines .team-build.no-build .time-lines-header h3 small {
  color: #2d98f9;
}
#team .team-build-details .time-lines .team-build .penalty-time,
#team .team-build-details .time-lines .team-build .clock-time,
#team .team-build-details .time-lines .team-build .official-time,
#team .team-build-details .time-lines .team-build .predicted-time,
#team .team-build-details .time-lines .team-build .penalty-comments,
#team .team-build-details .time-lines .team-build .scheduled-time {
  padding: 1.25rem;
  text-align: right;
  color: #000;
}
#team .team-build-details .time-lines .team-build .penalty-time span,
#team .team-build-details .time-lines .team-build .clock-time span,
#team .team-build-details .time-lines .team-build .official-time span,
#team .team-build-details .time-lines .team-build .predicted-time span,
#team .team-build-details .time-lines .team-build .penalty-comments span,
#team .team-build-details .time-lines .team-build .scheduled-time span {
  display: block;
}
#team .team-build-details .time-lines .team-build .penalty-time span.label,
#team .team-build-details .time-lines .team-build .clock-time span.label,
#team .team-build-details .time-lines .team-build .official-time span.label,
#team .team-build-details .time-lines .team-build .predicted-time span.label,
#team .team-build-details .time-lines .team-build .penalty-comments span.label,
#team .team-build-details .time-lines .team-build .scheduled-time span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
#team .team-build-details .time-lines .team-build .penalty-time span.time,
#team .team-build-details .time-lines .team-build .clock-time span.time,
#team .team-build-details .time-lines .team-build .official-time span.time,
#team .team-build-details .time-lines .team-build .predicted-time span.time,
#team .team-build-details .time-lines .team-build .penalty-comments span.time,
#team .team-build-details .time-lines .team-build .scheduled-time span.time {
  font-weight: 900;
  font-size: 1.875rem;
}
#team .team-build-details .time-lines .team-build .penalty-time {
  color: #ff0015;
  background: #ffffff;
}
#team .team-build-details .time-lines .team-build .predicted-time {
  color: #2d98f9;
  background: #ffffff;
}
#team .team-build-details .time-lines .team-build .penalty-comments-text {
  font-weight: 900;
  font-size: 1.125rem;
}
#team .team-build-details .time-lines .team-build .official-time {
  color: #ffffff;
  background: #2d98f9;
}
#team .team-build-details .time-lines .team-build .scheduled-time {
  width: 12.5rem;
}
#team .team-build-details .time-lines .team-build .scheduled-time span.time {
  font-weight: 700;
  font-size: 1.25rem;
}
#team .team-build-details .time-lines .team-build .scheduled-time.complete {
  color: #cccccc;
}
#team .video-info {
  border: 0.125rem solid #2d98f9;
  border-left: 0;
}
#team .video-info .video-detail {
  display: inline-flex;
  margin: 1.25rem;
  padding: 0.3125rem 0;
}
#team .video-info .video-detail a {
  color: #ff0015;
  font-size: 1.5625rem;
}
#team .video-info .video-detail dd {
  color: #222;
}

.milestones {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  flex-direction: column;
  position: relative;
  background: #ffffff;
}
.milestones .milestone {
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}
.milestones .milestone span.marker {
  border-radius: 1000px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 3px solid #ffffff;
  position: relative;
  left: -0.9375rem;
}
.milestones .milestone span.marker.complete {
  background: #8BC34A;
}
.milestones .milestone span.marker.running {
  -webkit-animation: pulse 0.5s infinite;
  background: #ffffff;
  border-color: #2d98f9;
}
.milestones .milestone span.marker.not_started {
  background: #f5f5f5;
}
.milestones .milestone .milestone-detail {
  margin-left: 1.25rem;
  margin-top: -1.25rem;
}
.milestones .milestone .milestone-detail dd {
  color: #222;
}

.builder {
  text-align: left;
}
.builder .image img {
  border: 5px solid #ffffff;
}
.builder .info-box {
  background: #ffffff;
  padding: 1.25rem 0;
}
.builder.align-right {
  text-align: right;
}
.builder.inline, .builder.avatar {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
.builder.inline .image,
.builder.inline .info-box,
.builder.inline .wins-count, .builder.avatar .image,
.builder.avatar .info-box,
.builder.avatar .wins-count {
  flex-grow: 0;
}
.builder.inline .info-box, .builder.avatar .info-box {
  width: 70%;
}
.builder.inline .wins-count, .builder.avatar .wins-count {
  width: 10%;
}
.builder.inline .info-box p, .builder.avatar .info-box p {
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.builder.inline .image, .builder.avatar .image {
  border-radius: 1000px;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
}
.builder.inline .image img, .builder.avatar .image img {
  width: 100%;
  border: none;
}

span.is_alternate {
  display: none;
}

.top-builders-wrapper span.is_alternate,
.all-builders-wrapper span.is_alternate {
  border-radius: 3px;
  background: #cccccc;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.375rem;
  padding: 0.3125rem;
  margin: 0.3125rem 0;
  display: inline-block;
}

.top-builders-wrapper .builder .info-box dl {
  max-width: 11.25rem;
}

.next-heat-wrapper .builder .info-box dl {
  max-width: 11.875rem;
}

@media (max-width: 40em) {
  .top-builders-wrapper .builder .info-box dl {
    margin: auto;
  }
}
.team h2.team-title {
  color: #000;
}

.build-video svg {
  fill: #0054A0;
  width: 25%;
}
.build-video .label {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
}

#ebs-footer {
  padding: 2.5rem 0;
}
#ebs-footer #logos {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
@media (max-width: 40em) {
  #ebs-footer #logos {
    flex-wrap: wrap;
  }
}
#ebs-footer #logos .hendrick a.logo,
#ebs-footer #logos .motorsports a.logo,
#ebs-footer #logos .valvoline a.logo {
  height: 6.25rem;
  display: block;
}
#ebs-footer #logos .hendrick .social-links,
#ebs-footer #logos .motorsports .social-links,
#ebs-footer #logos .valvoline .social-links {
  margin-top: 1.25rem;
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  width: 100%;
}
#ebs-footer #logos .hendrick .social-links a,
#ebs-footer #logos .motorsports .social-links a,
#ebs-footer #logos .valvoline .social-links a {
  flex-grow: 0;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  background: #000;
  margin: 0 0.625rem 0 0;
}
#ebs-footer #logos .hendrick,
#ebs-footer #logos .motorsports {
  flex-grow: 0.166;
}
#ebs-footer #logos .valvoline {
  flex-grow: 1;
  text-align: right;
}
#ebs-footer #logos .valvoline .social-links {
  justify-content: flex-end;
}
#ebs-footer #logos .valvoline .social-links a {
  margin: 0 0 0 0.625rem;
}
#ebs-footer #logos .valvoline img {
  width: 12.5rem;
}
#ebs-footer #logos .hendrick img {
  width: 12.5rem;
}
#ebs-footer #logos .motorsports img {
  width: 12.5rem;
}

@media (max-width: 40em) {
  #ebs-footer #logos {
    flex-wrap: wrap;
  }
  #ebs-footer #logos .hendrick,
#ebs-footer #logos .motorsports,
#ebs-footer #logos .valvoline {
    text-align: center;
    width: 100%;
    margin-bottom: 2.5rem;
  }
  #ebs-footer #logos .hendrick .social-links,
#ebs-footer #logos .motorsports .social-links,
#ebs-footer #logos .valvoline .social-links {
    justify-content: center;
  }
}
.heat-confirmation-container {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.heat-confirmation-container .confirmation-modal-form {
  padding: 1rem;
  text-align: center;
}
.heat-confirmation-container .confirmation-modal-form button {
  margin: 0.5rem 1rem;
}
.heat-confirmation-container .heat-confirmation-window {
  align-items: center;
  background-color: white;
  border-radius: 1rem;
  border: 2px ridge black;
  justify-content: center;
  padding: 3rem 2rem 2rem;
  width: 30vw;
}
.heat-confirmation-container .modal-text {
  margin: 0 0 0.5rem;
}
.heat-confirmation-container .modal-title {
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  font-size: 1.25rem;
}

.modal-button {
  margin-right: 20px;
  margin-bottom: 20px;
}

.heat-info-display-wrapper {
  background-color: #1a1a1a;
  font-family: Encode Sans;
  height: 100vh;
  width: 100vw;
}
.heat-info-display-wrapper .teams-display {
  color: #ffffff;
  display: inline-flex;
  font-family: Encode Sans;
  font-size: 1.5rem;
  font-weight: 800;
  height: 70vh;
  padding: 3%;
  text-align: center;
  text-transform: uppercase;
  width: 70vw;
}
.heat-info-display-wrapper .teams-display .team-info {
  border-radius: 5px;
  margin: 3%;
  padding: 2%;
  width: 50%;
}
.heat-info-display-wrapper .teams-display .team-info .info-team-header {
  text-decoration: underline;
}
.heat-info-display-wrapper .teams-display .red-team-info {
  border: 5px solid #ff0015;
}
.heat-info-display-wrapper .teams-display .blue-team-info {
  border: 5px solid #0054A0;
}
.heat-info-display-wrapper .teams-display .estimated-finish {
  padding-top: 25%;
}
.heat-info-display-wrapper .teams-display .estimated-finish p {
  padding-top: 25%;
  font-size: 4rem;
}
.heat-info-display-wrapper #current-build .time-container {
  border-bottom: 0;
  width: 7rem;
}

video#coming-soon-vid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

img#championship-banner {
  max-width: 100%;
  height: auto;
}

article#leaderboard,
article#builds {
  background: #f5f5f5;
}
article#leaderboard ul,
article#builds ul {
  list-style: none;
  display: flex;
  cursor: pointer;
}
article#leaderboard ul .active-pill,
article#builds ul .active-pill {
  margin: 0 10px;
  background-color: #ff0015;
  padding: 1rem 2rem;
  transform: skew(-20deg);
  font-weight: 900;
  font-size: 1em;
  color: #ffffff;
}
article#leaderboard ul .pill,
article#builds ul .pill {
  margin: 0 0.5rem;
  background-color: #ffffff;
  border: 0.15rem solid;
  border-color: #ff0015;
  padding: 1rem 2rem;
  transform: skew(-20deg);
  font-weight: 900;
  font-size: 1em;
  color: #000;
}

.result-list {
  display: none;
}

body#greenscreen article#leaderboard {
  background: none;
}

.team-list-wrapper a {
  text-decoration: none;
}

.list-item-wrapper {
  margin: auto;
  width: 90%;
}

.leaderboard-list-item,
.team-list-item {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #ffffff;
  align-items: stretch;
  border-bottom: 1px solid #cccccc;
  transition: all 0.3s;
  will-change: transform, opacity;
}
@media (max-width: 40em) {
  .leaderboard-list-item,
.team-list-item {
    flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
}
.leaderboard-list-item dl dd,
.team-list-item dl dd {
  color: #000;
}
.leaderboard-list-item a,
.team-list-item a {
  text-decoration: none;
}
.leaderboard-list-item:hover,
.team-list-item:hover {
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.leaderboard-list-item .place,
.leaderboard-list-item .builder,
.leaderboard-list-item .time-blocks-container,
.team-list-item .place,
.team-list-item .builder,
.team-list-item .time-blocks-container {
  flex-grow: 0;
}
.leaderboard-list-item .place,
.team-list-item .place {
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  background: #2d98f9;
  padding: 1.25rem 1.875rem;
  margin-right: 2.5rem;
  position: relative;
  width: 2.5rem;
}
.leaderboard-list-item .place .place-block,
.team-list-item .place .place-block {
  text-align: center;
  line-height: 3.125rem;
}
.leaderboard-list-item .place .place-block span,
.team-list-item .place .place-block span {
  font-size: 1.875rem;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
}
.leaderboard-list-item .builder,
.team-list-item .builder {
  padding: 0.625rem;
  width: 50%;
}
@media (max-width: 40em) {
  .leaderboard-list-item .builder,
.team-list-item .builder {
    width: 100%;
  }
}
.leaderboard-list-item .builder .image,
.team-list-item .builder .image {
  min-width: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 0.625rem;
}
@media (max-width: 40em) {
  .leaderboard-list-item .builder .image,
.team-list-item .builder .image {
    display: none;
  }
}
.leaderboard-list-item .team-url,
.team-list-item .team-url {
  display: flex;
  width: 60%;
}
.leaderboard-list-item .builder-container,
.team-list-item .builder-container {
  display: flex;
  width: 100%;
}
@media (max-width: 850px) {
  .leaderboard-list-item .builder-container,
.team-list-item .builder-container {
    flex-wrap: wrap;
  }
}
.leaderboard-list-item .time-blocks-container,
.team-list-item .time-blocks-container {
  flex-grow: 1;
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
  justify-content: flex-end;
}
.leaderboard-list-item .time-blocks-container .build-video,
.leaderboard-list-item .time-blocks-container .penalty-time,
.leaderboard-list-item .time-blocks-container .official-time,
.leaderboard-list-item .time-blocks-container .predicted-time,
.leaderboard-list-item .time-blocks-container .scheduled-time,
.team-list-item .time-blocks-container .build-video,
.team-list-item .time-blocks-container .penalty-time,
.team-list-item .time-blocks-container .official-time,
.team-list-item .time-blocks-container .predicted-time,
.team-list-item .time-blocks-container .scheduled-time {
  flex-grow: 0;
  padding: 1.25rem;
  text-align: right;
  color: #000;
}
@media (min-width: 64.063em) {
  .leaderboard-list-item .time-blocks-container .build-video,
.leaderboard-list-item .time-blocks-container .penalty-time,
.leaderboard-list-item .time-blocks-container .official-time,
.leaderboard-list-item .time-blocks-container .predicted-time,
.leaderboard-list-item .time-blocks-container .scheduled-time,
.team-list-item .time-blocks-container .build-video,
.team-list-item .time-blocks-container .penalty-time,
.team-list-item .time-blocks-container .official-time,
.team-list-item .time-blocks-container .predicted-time,
.team-list-item .time-blocks-container .scheduled-time {
    width: 8.125rem;
  }
}
.leaderboard-list-item .time-blocks-container .build-video span,
.leaderboard-list-item .time-blocks-container .penalty-time span,
.leaderboard-list-item .time-blocks-container .official-time span,
.leaderboard-list-item .time-blocks-container .predicted-time span,
.leaderboard-list-item .time-blocks-container .scheduled-time span,
.team-list-item .time-blocks-container .build-video span,
.team-list-item .time-blocks-container .penalty-time span,
.team-list-item .time-blocks-container .official-time span,
.team-list-item .time-blocks-container .predicted-time span,
.team-list-item .time-blocks-container .scheduled-time span {
  display: block;
}
.leaderboard-list-item .time-blocks-container .build-video span.label,
.leaderboard-list-item .time-blocks-container .penalty-time span.label,
.leaderboard-list-item .time-blocks-container .official-time span.label,
.leaderboard-list-item .time-blocks-container .predicted-time span.label,
.leaderboard-list-item .time-blocks-container .scheduled-time span.label,
.team-list-item .time-blocks-container .build-video span.label,
.team-list-item .time-blocks-container .penalty-time span.label,
.team-list-item .time-blocks-container .official-time span.label,
.team-list-item .time-blocks-container .predicted-time span.label,
.team-list-item .time-blocks-container .scheduled-time span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.leaderboard-list-item .time-blocks-container .build-video span.time,
.leaderboard-list-item .time-blocks-container .penalty-time span.time,
.leaderboard-list-item .time-blocks-container .official-time span.time,
.leaderboard-list-item .time-blocks-container .predicted-time span.time,
.leaderboard-list-item .time-blocks-container .scheduled-time span.time,
.team-list-item .time-blocks-container .build-video span.time,
.team-list-item .time-blocks-container .penalty-time span.time,
.team-list-item .time-blocks-container .official-time span.time,
.team-list-item .time-blocks-container .predicted-time span.time,
.team-list-item .time-blocks-container .scheduled-time span.time {
  font-weight: 900;
  font-size: 1.5625rem;
}
.leaderboard-list-item .time-blocks-container .penalty-time,
.team-list-item .time-blocks-container .penalty-time {
  color: #ff0015;
}
.leaderboard-list-item .time-blocks-container .penalty-time span.time,
.team-list-item .time-blocks-container .penalty-time span.time {
  font-size: 1.25rem;
}
.leaderboard-list-item .time-blocks-container .official-time,
.team-list-item .time-blocks-container .official-time {
  color: #ffffff;
  background: #2d98f9;
  width: 6.25rem;
}
.leaderboard-list-item .time-blocks-container .scheduled-time,
.team-list-item .time-blocks-container .scheduled-time {
  width: 12.5rem;
  margin-left: 4.6875rem;
}
.leaderboard-list-item .time-blocks-container .scheduled-time span.time,
.team-list-item .time-blocks-container .scheduled-time span.time {
  font-weight: 700;
  font-size: 1.5625rem;
}
.leaderboard-list-item .time-blocks-container .scheduled-time.complete,
.team-list-item .time-blocks-container .scheduled-time.complete {
  color: #cccccc;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(//d39941lmqcfnl2.cloudfront.net/video/bgvideo-still.jpg) no-repeat;
  background-size: cover;
}

#main-navigation {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
  background: #222;
  height: 5.625rem;
}
@media (max-width: 40em) {
  #main-navigation {
    height: auto;
  }
}
#main-navigation #logo,
#main-navigation #nav,
#main-navigation .valvoline-upper-right-banner {
  flex-grow: 0;
  transition: all 0.3s;
}
#main-navigation .valvoline-upper-right-banner {
  overflow: hidden;
  position: relative;
  top: 0.625rem;
}
#main-navigation #logo img {
  height: 5.625rem;
}
@media (max-width: 40em) {
  #main-navigation {
    flex-wrap: wrap;
  }
  #main-navigation #logo,
#main-navigation #nav {
    flex-grow: 1;
  }
}
#main-navigation #nav {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
}
#main-navigation #nav .nav-item {
  flex-grow: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#main-navigation #nav .nav-item a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 0.625rem 1.875rem;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
#main-navigation #nav .nav-item a .attention-icon {
  -webkit-animation: pulse 0.5s infinite;
  display: block;
  background: asset_url(//d39941lmqcfnl2.cloudfront.net/images/vavoline-attention-icon.png) no-repeat;
  background-size: 100%;
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  top: 0.625rem;
  right: -0.625rem;
}
@media (max-width: 40em) {
  #main-navigation #nav .nav-item a .attention-icon {
    right: 0.625rem;
  }
}
@media (max-width: 40em) {
  #main-navigation #nav .nav-item a {
    padding: 0.625rem 0.625rem;
  }
}
#main-navigation #nav .nav-item a .nav-label {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}
#main-navigation #nav .nav-item a .nav-label,
#main-navigation #nav .nav-item a img {
  margin: 0.625rem auto;
  display: block;
}
#main-navigation #nav .nav-item a:hover {
  background: rgba(0, 0, 0, 0.5);
}
#main-navigation #nav .nav-item a:hover .nav-label {
  color: #2d98f9;
}

#admin-controls {
  background: #000;
  padding: 1.25rem 0;
}
@media (max-width: 40em) {
  #admin-controls {
    padding: 0.625rem;
  }
}
#admin-controls .admin-label {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ff0015;
  margin-bottom: 1.25rem;
  display: block;
  font-weight: bold;
  font-style: italic;
}
#admin-controls .admin-nav {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
}
@media (max-width: 40em) {
  #admin-controls .admin-nav {
    flex-wrap: wrap;
  }
}
#admin-controls .admin-nav .nav-section {
  flex-grow: 0;
  border-right: 1px solid #222;
  padding: 0 1.25rem;
}
#admin-controls .admin-nav .nav-section:first-child {
  padding-left: 0;
}
#admin-controls .admin-nav .nav-section:last-child {
  border-right: 0;
}
@media (max-width: 40em) {
  #admin-controls .admin-nav .nav-section {
    padding: 0;
  }
}
#admin-controls .admin-nav .nav-section a {
  text-decoration: none;
  margin-right: 1.25rem;
  background: #222;
  padding: 0.625rem;
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 40em) {
  #admin-controls .admin-nav .nav-section a {
    width: 100%;
    display: block;
  }
}
@media (max-width: 40em) {
  #admin-controls .admin-nav .nav-section a {
    width: 100%;
    padding: 0.625rem 1.25rem;
  }
}

.valvoline-upper-right-banner {
  flex-grow: 1;
  width: 100%;
  text-align: right;
}
.valvoline-upper-right-banner img {
  width: 385px;
}
@media (max-width: 40em) {
  .valvoline-upper-right-banner img {
    width: 100%;
  }
}

.create-pairings-container {
  display: inline;
  width: 100%;
}

.pairings-build {
  border-radius: 8px;
  box-shadow: 1px 1px 25px lightgray;
  display: flex;
  margin: auto;
  padding: 1% 2% 3%;
  text-align: center;
  width: 45%;
}

.pairings-team {
  display: block;
  width: 50%;
}
.pairings-team select {
  width: 15rem;
}

.pairings-row {
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
}

.pairings-page-wrapper {
  background: url(//d39941lmqcfnl2.cloudfront.net/images/pairing-board-bracket.png) no-repeat;
  color: #ffffff;
  display: inline-flex;
  font-family: Encode Sans;
  font-size: 2rem;
  font-weight: 800;
  height: 100vh;
  overflow: hidden;
  text-shadow: 1px 1px 5px #000;
  text-transform: uppercase;
  width: 100vw;
}
.pairings-page-wrapper .build-spacer {
  width: 385px;
}
.pairings-page-wrapper .heat-row {
  display: flex;
  height: 33.3%;
  width: 100%;
}
.pairings-page-wrapper .left-bracket-team {
  text-align: end;
  width: 30%;
}

.top-builder {
  height: 50%;
  padding-top: 5rem;
}

.bottom-builder {
  bottom: -20px;
  height: 50%;
  position: relative;
}

.left-builders-col {
  height: 1080px;
  width: 960px;
}

.right-builders-col {
  height: 1080px;
  min-height: 1080px;
  position: absolute;
  right: 0;
  width: 960px;
}

#past_winners .actions {
  text-align: center;
}
#past_winners .top-builders-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
@media (max-width: 40em) {
  #past_winners .top-builders-wrapper {
    flex-wrap: wrap;
  }
}
#past_winners .top-builders-wrapper .builder-wrapper {
  flex-grow: 1;
  width: 20%;
}
@media (max-width: 40em) {
  #past_winners .top-builders-wrapper .builder-wrapper {
    width: 100%;
  }
}
#past_winners .top-builders-wrapper .builder-wrapper .image img {
  width: 80%;
}
#past_winners .top-builders-wrapper .builder-wrapper .builder {
  position: relative;
}
#past_winners .top-builders-wrapper .builder-wrapper .builder .wins-count {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 40em) {
  #past_winners .top-builders-wrapper .builder-wrapper .image img {
    width: 50%;
  }
  #past_winners .top-builders-wrapper .builder-wrapper .builder {
    text-align: center;
  }
  #past_winners .top-builders-wrapper .builder-wrapper .builder .wins-count {
    left: 15%;
    padding: 1.25rem;
  }
}

.single-progress-bar-wrapper {
  margin-bottom: 10vh;
}
.single-progress-bar-wrapper .progress-track {
  margin: 0 5rem;
}
.single-progress-bar-wrapper .progress-track .hidden-cart {
  background-color: rgba(255, 255, 255, 0);
}
.single-progress-bar-wrapper .progress-track .cart-track {
  background-color: rgba(255, 255, 255, 0);
  height: 20px;
  overflow: visible;
}
.single-progress-bar-wrapper .progress-track .cart-track .progress-bar {
  overflow: visible;
}
.single-progress-bar-wrapper .progress-track .diff-cart {
  height: 18px;
  transform: translateY(17px);
  z-index: 10;
}
.single-progress-bar-wrapper .progress-track .background-track {
  background-color: #cccccc;
  height: 12px;
}

.cart-indicator {
  border-radius: 1.5rem;
  box-shadow: 5px 5px 10px black;
  color: #ffffff;
  font-family: Encode Sans;
  font-size: x-large;
  font-weight: 800;
  height: fit-content;
  padding: 0.4rem 0 0.4rem 10px;
  position: relative;
  text-align: center;
  transition: ease-in-out 1s;
  width: 3rem;
}

.losing-cart-indicator {
  right: 30px;
  z-index: 20;
}

.winning-cart-indicator {
  right: 30px;
  z-index: 30;
}

.red-indicator {
  background-color: #ff0015 !important;
}

.blue-indicator {
  background-color: #0054A0 !important;
}

.tie-indicator {
  background-color: #000 !important;
  color: rgba(255, 255, 255, 0);
  transition: 0.5s;
}

.indicator-wrapper {
  max-height: 1px;
  max-width: 1px;
}

.single-progress-bar .diff-wrapper {
  bottom: 100px;
  color: #ffffff;
  font-family: Encode Sans;
  font-weight: 800;
  font-size: 2rem;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-shadow: 2px 0px 1px black, -2px 0px 1px black, 0px 2px 1px black, 0px -2px 1px black;
  text-transform: uppercase;
  z-index: 31;
}

.title-area {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  margin-bottom: 1.25rem;
}
@media (max-width: 40em) {
  .title-area {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.title-area .team-avatars,
.title-area h1.title,
.title-area .upcoming-build-banner {
  flex-grow: 0;
}
.title-area .team-avatars .builder.avatar {
  display: inline-block;
}
@media (max-width: 40em) {
  .title-area .team-avatars {
    margin-top: 0.625rem;
  }
}
.title-area .upcoming-build-banner {
  flex-grow: 1;
}
.title-area .upcoming-build-banner h3 {
  background: #f5f5f5;
  padding: 1.25rem;
  display: inline-block;
  margin: 0;
  border: solid silver;
}
.title-area h1.title {
  margin-top: 1.875rem;
}

#teams {
  background: #f5f5f5;
}
#teams .team-list-wrapper a {
  text-decoration: none;
}

#builds {
  background: #ffffff;
}

#heats {
  background: #f5f5f5;
}
#heats .heat-list-item {
  background: #ffffff;
  margin-bottom: 1.25rem;
}
#heats .heat-list-item .heat-info {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 0.625rem;
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
}
#heats .heat-list-item .heat-info .scheduled-time,
#heats .heat-list-item .heat-info .start-button {
  flex-grow: 1;
}
#heats .heat-list-item .heat-info .scheduled-time {
  padding: 0.625rem;
  text-align: left;
  color: #000;
}
#heats .heat-list-item .heat-info .scheduled-time span {
  display: block;
}
#heats .heat-list-item .heat-info .scheduled-time span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
#heats .heat-list-item .heat-info .scheduled-time span.time {
  font-weight: 900;
  font-size: 1.875rem;
}
#heats .heat-list-item .heat-info .finals {
  background: #FFEB3B;
}
#heats .heat-list-item .heat-info .finals span {
  font-weight: 900;
  font-size: 1.875rem;
}
#heats .heat-list-item .heat-buttons {
  display: flex;
  justify-content: flex-end;
}
#heats .heat-list-item .heat-buttons form {
  margin-right: 20px;
  margin-bottom: 20px;
}
#heats .heat-list-item .teams {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
  padding: 0.625rem 0;
  position: relative;
}
@media (max-width: 40em) {
  #heats .heat-list-item .teams {
    flex-wrap: wrap;
  }
}
#heats .heat-list-item .teams .team {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  width: 50%;
}
@media (max-width: 40em) {
  #heats .heat-list-item .teams .team {
    flex-wrap: wrap;
  }
}
#heats .heat-list-item .teams .team .grouping {
  padding: 20px;
}
#heats .heat-list-item .teams .team h2 {
  color: #222;
}
#heats .heat-list-item .teams .team.team-1 h2:after {
  background: #ff0015;
}
#heats .heat-list-item .teams .team.team-2 h2:after {
  background: #0054A0;
}
#heats .heat-list-item .teams .team .builder {
  flex-grow: 0;
}
#heats .heat-list-item .teams .team .builder.inline .image {
  width: 2.5rem;
  height: 2.5rem;
  top: 1.25rem;
  left: 0.625rem;
  position: relative;
}

#builds.page-section.keep-score .scheduled-time,
.start-button {
  flex-grow: 1;
}

.scheduled-time {
  padding: 0.625rem;
  text-align: left;
  color: #000;
}
.scheduled-time span {
  display: block;
}
.scheduled-time span.label {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.scheduled-time span.time {
  font-weight: 900;
  font-size: 1.875rem;
}

#builds.page-section.keep-score .teams {
  margin-bottom: 1.25rem;
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
@media (max-width: 40em) {
  #builds.page-section.keep-score .teams {
    flex-wrap: wrap;
  }
}
@media (min-width: 40.063em) {
  #builds.page-section.keep-score .teams {
    flex-wrap: wrap;
  }
}
#builds.page-section.keep-score .teams a {
  flex-grow: 1;
}
#builds.page-section.keep-score .teams .team-list-item .builder {
  width: 100%;
}

body#greenscreen article#upcoming-build {
  background: none;
  padding-top: 10%;
}
body#greenscreen article#upcoming-build .builder,
body#greenscreen article#upcoming-build .builder .info-box {
  background: #ffffff;
}

@media (max-width: 40em) {
  #upcoming-build h1.title,
#showdown h1.title {
    text-align: center;
  }
}
#upcoming-build .next-heat-wrapper,
#showdown .next-heat-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  justify-content: center;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper,
#showdown .next-heat-wrapper {
    flex-wrap: wrap;
  }
}
#upcoming-build .next-heat-wrapper .team,
#upcoming-build .next-heat-wrapper .verses-box,
#upcoming-build .next-heat-wrapper .and-box,
#showdown .next-heat-wrapper .team,
#showdown .next-heat-wrapper .verses-box,
#showdown .next-heat-wrapper .and-box {
  flex-grow: 1;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .verses-box,
#showdown .next-heat-wrapper .verses-box {
    display: none;
  }
}
#upcoming-build .next-heat-wrapper .verses-box,
#upcoming-build .next-heat-wrapper .and-box,
#showdown .next-heat-wrapper .verses-box,
#showdown .next-heat-wrapper .and-box {
  text-align: center;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .verses-box,
#upcoming-build .next-heat-wrapper .and-box,
#showdown .next-heat-wrapper .verses-box,
#showdown .next-heat-wrapper .and-box {
    display: none;
  }
}
#upcoming-build .next-heat-wrapper .verses-box span,
#upcoming-build .next-heat-wrapper .and-box span,
#showdown .next-heat-wrapper .verses-box span,
#showdown .next-heat-wrapper .and-box span {
  display: block;
}
#upcoming-build .next-heat-wrapper .verses-box span.vs,
#upcoming-build .next-heat-wrapper .verses-box span.and,
#upcoming-build .next-heat-wrapper .and-box span.vs,
#upcoming-build .next-heat-wrapper .and-box span.and,
#showdown .next-heat-wrapper .verses-box span.vs,
#showdown .next-heat-wrapper .verses-box span.and,
#showdown .next-heat-wrapper .and-box span.vs,
#showdown .next-heat-wrapper .and-box span.and {
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  color: #ff0015;
  margin-top: 5rem;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .verses-box span.vs,
#upcoming-build .next-heat-wrapper .verses-box span.and,
#upcoming-build .next-heat-wrapper .and-box span.vs,
#upcoming-build .next-heat-wrapper .and-box span.and,
#showdown .next-heat-wrapper .verses-box span.vs,
#showdown .next-heat-wrapper .verses-box span.and,
#showdown .next-heat-wrapper .and-box span.vs,
#showdown .next-heat-wrapper .and-box span.and {
    font-size: 3.125rem;
    margin-top: 0rem;
  }
}
#upcoming-build .next-heat-wrapper .verses-box span.and,
#upcoming-build .next-heat-wrapper .and-box span.and,
#showdown .next-heat-wrapper .verses-box span.and,
#showdown .next-heat-wrapper .and-box span.and {
  font-style: normal;
}
#upcoming-build .next-heat-wrapper .verses-box span.time,
#upcoming-build .next-heat-wrapper .and-box span.time,
#showdown .next-heat-wrapper .verses-box span.time,
#showdown .next-heat-wrapper .and-box span.time {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .team h2.team-title,
#showdown .next-heat-wrapper .team h2.team-title {
    text-align: center;
    margin: 0 1.25rem;
  }
  #upcoming-build .next-heat-wrapper .team .builder .info-box,
#showdown .next-heat-wrapper .team .builder .info-box {
    text-align: center;
  }
}
#upcoming-build .next-heat-wrapper .team.team-1 h2.team-title:after,
#showdown .next-heat-wrapper .team.team-1 h2.team-title:after {
  background: #ff0015;
}
#upcoming-build .next-heat-wrapper .team.team-1 .builder,
#showdown .next-heat-wrapper .team.team-1 .builder {
  margin-right: 1.25rem;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .team.team-1 .builder,
#showdown .next-heat-wrapper .team.team-1 .builder {
    margin-right: 0;
  }
}
#upcoming-build .next-heat-wrapper .team.team-2,
#showdown .next-heat-wrapper .team.team-2 {
  text-align: right;
}
#upcoming-build .next-heat-wrapper .team.team-2 h2.team-title:after,
#showdown .next-heat-wrapper .team.team-2 h2.team-title:after {
  background: #0054A0;
}
#upcoming-build .next-heat-wrapper .team.team-2 .builder,
#showdown .next-heat-wrapper .team.team-2 .builder {
  margin-left: 1.25rem;
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .team.team-2 .builder,
#showdown .next-heat-wrapper .team.team-2 .builder {
    margin-left: 0;
  }
}
#upcoming-build .next-heat-wrapper .team.team-2 .team-wrapper,
#showdown .next-heat-wrapper .team.team-2 .team-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  justify-content: flex-end;
}
#upcoming-build .next-heat-wrapper .team-wrapper,
#showdown .next-heat-wrapper .team-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
}
@media (max-width: 40em) {
  #upcoming-build .next-heat-wrapper .team-wrapper a,
#showdown .next-heat-wrapper .team-wrapper a {
    flex-grow: 1;
  }
  #upcoming-build .next-heat-wrapper .team-wrapper .builder .image,
#showdown .next-heat-wrapper .team-wrapper .builder .image {
    width: 9.375rem;
    margin: auto;
  }
  #upcoming-build .next-heat-wrapper .team-wrapper .builder .image img,
#showdown .next-heat-wrapper .team-wrapper .builder .image img {
    width: 100%;
  }
}
#upcoming-build .next-heat-wrapper .team-wrapper.team-2,
#showdown .next-heat-wrapper .team-wrapper.team-2 {
  justify-content: flex-end;
}

body#greenscreen article#upcoming-build .builder .info-box {
  margin-top: -0.1875rem;
  padding-left: 0.625rem;
  height: 3.125rem;
}
body#greenscreen article#upcoming-build .builder .info-box dl dd {
  color: #000;
  font-weight: bold;
}

#current-build {
  position: fixed;
  z-index: 100;
  top: 0.3125rem;
  right: 1.375rem;
  padding: 1.25rem;
  height: 100%;
  background: transparent;
}
#current-build .team-container {
  transition: all 0.3s;
}
#current-build .current-building-team {
  position: relative;
}
#current-build .current-building-team .current-team-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-items: stretch;
  align-content: stretch;
  position: absolute;
  padding-left: 0.3125rem;
  left: -11.875rem;
  z-index: 100;
  transition: top 0.5s;
}
#current-build .current-building-team .current-team-wrapper.placeOffset1 {
  top: -30px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset2 {
  top: 15px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset3 {
  top: 60px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset4 {
  top: 105px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset5 {
  top: 150px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset6 {
  top: 195px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset7 {
  top: 240px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset8 {
  top: 285px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset9 {
  top: 330px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset10 {
  top: 375px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset11 {
  top: 420px;
}
#current-build .current-building-team .current-team-wrapper.placeOffset12 {
  top: 465px;
}
#current-build .current-building-team .current-team-wrapper.is-one-place-behind-other-build {
  z-index: 99;
}
#current-build .current-building-team .current-team-wrapper.is-one-place-behind-other-build span.tip {
  display: none;
}
#current-build .current-building-team .current-team-wrapper .current-place {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 900;
  color: #ffffff;
  width: 1.875rem;
  padding: 0.625rem;
  margin-right: 0.3125rem;
  background: #48CFAD;
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
#current-build .current-building-team .current-team-wrapper .avatar {
  margin: 0;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}
#current-build .current-building-team .current-team-wrapper .avatar,
#current-build .current-building-team .current-team-wrapper .current-place {
  flex-grow: 0;
}
#current-build .current-building-team .current-team-wrapper span.tip {
  top: 50%;
  margin-top: -10px;
  position: inherit;
}
#current-build .current-building-team .current-team-wrapper span.tip-right {
  content: "";
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  display: block;
  border-left-color: #48CFAD;
  right: -15px;
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
#current-build .current-building-team .current-team-wrapper span.tip-left {
  content: "";
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  display: block;
  border-right-color: #48CFAD;
  right: -120px;
}
#current-build .current-building-team.team-red .current-place {
  background: #ff0015;
}
#current-build .current-building-team.team-red span.tip-right {
  border-left-color: #ff0015;
}
#current-build .current-building-team.team-blue .current-place {
  background: #0054A0;
}
#current-build .current-building-team.team-blue span.tip-right {
  border-left-color: #0054A0;
}
#current-build .time-container {
  padding: 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
  background: #000;
  width: 5.3125rem;
}
#current-build .time-container span {
  display: block;
  text-align: center;
  color: #ffffff;
}
#current-build .time-container span.time-label {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
}
#current-build .time-container span.time-clock {
  font-size: 1.875rem;
  font-weight: 700;
}
#current-build .team-avatars.has-completed {
  position: relative;
}
#current-build .team-avatars.has-completed:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: asset_url(//d39941lmqcfnl2.cloudfront.net/images/build-complete-icon.png) no-repeat;
  background-size: 100%;
  border: none;
  right: 0;
  top: -6px;
  position: absolute;
  border-radius: 1000px;
}
#current-build .team-avatars .avatar {
  margin-bottom: 0.3125rem;
}
#current-build .team-avatars .avatar:nth-child(odd) {
  margin-right: 0.625rem;
}
#current-build .avatar {
  border-radius: 1000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
#current-build .avatar img {
  width: 100%;
}

#video-player {
  background: #000;
}
#video-player .vp-wrapper {
  display: flex;
  /* or inline-flex */
  flex-direction: row;
  /* or row | row-reverse | column | column-reverse; */
  flex-wrap: nowrap;
  /* or wrap | wrap-reverse */
  justify-content: flex-start;
  /* or flex-start | flex-end | center | space-between | space-around */
  align-items: flex-start;
  /* flex-start | flex-end | center | baseline | stretch; */
  align-content: flex-start;
  /* flex-start | flex-end | center | space-between | space-around | stretch */
  align-content: stretch;
}
#video-player .vp-wrapper .main-player,
#video-player .vp-wrapper .channels {
  flex-grow: 0;
  transition: all 0.3s;
}
#video-player .vp-wrapper .main-player iframe {
  min-height: 31.25rem;
}
#video-player .vp-wrapper .channels h5 {
  background: #2d98f9;
  padding: 1.25rem;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  font-style: italic;
}
#video-player .vp-wrapper .channels .video-thumbnail {
  background: #000;
  overflow: hidden;
  height: 8.75rem;
  margin-top: 0.625rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 40em) {
  #video-player .vp-wrapper .channels .video-thumbnail {
    height: 5.625rem;
  }
}
#video-player .vp-wrapper .channels .video-thumbnail img.thumb {
  width: 100%;
  transition: all 0.3s;
  opacity: 0.5;
}
#video-player .vp-wrapper .channels .video-thumbnail span.label {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 0.625rem;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  font-style: italic;
}
#video-player .vp-wrapper .channels .video-thumbnail div.icon {
  position: absolute;
  left: 50%;
  margin-left: -1.25rem;
  top: 40%;
  margin-top: -1.875rem;
  z-index: 1000;
}
@media (max-width: 40em) {
  #video-player .vp-wrapper .channels .video-thumbnail div.icon {
    top: 30%;
  }
}
#video-player .vp-wrapper .channels .video-thumbnail div.icon img {
  width: 3.75rem;
  height: 3.75rem;
}
#video-player .vp-wrapper .channels .video-thumbnail:hover img.thumb {
  opacity: 1;
}
#video-player .vp-wrapper .channels .video-thumbnail.active img.thumb {
  opacity: 1;
}
@media (max-width: 40em) {
  #video-player .vp-wrapper {
    flex-wrap: wrap;
  }
  #video-player .vp-wrapper .main-player,
#video-player .vp-wrapper .channels {
    width: 100%;
  }
}
@media (min-width: 40.063em) {
  #video-player .vp-wrapper {
    flex-wrap: wrap;
  }
  #video-player .vp-wrapper .main-player,
#video-player .vp-wrapper .channels {
    width: 100%;
  }
}
@media (min-width: 64.063em) {
  #video-player .vp-wrapper .main-player {
    width: 80%;
  }
  #video-player .vp-wrapper .channels {
    width: 20%;
  }
}

.site-access .actions {
  text-align: center;
}
.site-access .actions a {
  margin: 20px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.site-access .actions a:hover {
  color: rgba(222, 170, 170, 0.5);
}

.note-disabled, .note-danger, .note-success {
  font-size: 0.78em;
  font-weight: bold;
  margin-right: 20px;
  padding-left: 0.625rem;
  padding-bottom: 0.625rem;
}

.note-success {
  color: green;
}

.note-danger {
  color: #ff0015;
}

.note-disabled {
  color: silver;
}

input[type=date] {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 25%;
  min-width: 200px;
}

.update-video-row {
  display: flex;
  padding: 0.2rem 0;
}
.update-video-row .update-video-name {
  margin: auto;
  padding-right: 2rem;
  width: 10rem;
}
.update-video-row .update-video-field {
  width: 40rem;
}
.update-video-row .update-video-field form input {
  font-size: 0.9rem !important;
}

.update-video-submit {
  padding: 1.25rem 0 0 8rem;
}

.update-configuration-submit {
  padding: 1.25rem 0 0 5.5rem;
}

.ebs-settings-fields h4 {
  margin: 3rem 0 0.75rem;
}
.ebs-settings-fields .ebs-settings-element {
  padding: 0.5rem 0;
}

.schedule-page {
  max-width: 8.5in;
  background: white;
  padding: 1.5rem;
}
.schedule-page .schedule-image {
  float: left;
  padding-right: 10px;
}
.schedule-page .schedule-image .builder-image {
  height: 120px;
}
.schedule-page .schedule-time-header {
  text-align: center;
  text-decoration: underline;
}
.schedule-page .bios-header {
  text-align: center;
  text-decoration: underline;
}
.schedule-page .schedule-builder-name {
  margin-block-end: auto;
}
.schedule-page .schedule-bio {
  font-size: 12px;
  line-height: 1.4;
}
.schedule-page .schedule-vs-text {
  text-align: center;
}

.bios-print-partial {
  display: none;
}

#print-button, #toggle-heat-info {
  text-decoration: none;
  margin-right: 1.25rem;
  background: #222;
  padding: 0.625rem;
  font-size: 0.75rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 40em) {
  #print-button, #toggle-heat-info {
    width: 100%;
    display: block;
  }
}
@media (max-width: 40em) {
  #print-button, #toggle-heat-info {
    width: 100%;
    padding: 0.625rem 1.25rem;
  }
}

@media print {
  body {
    background: white;
  }
  .schedule-page {
    max-width: 100%;
    padding: 0;
  }
  .avoid-page-break {
    break-inside: avoid-page;
  }
  .print-schedule-nav {
    display: none;
  }
  #print-button, #toggle-heat-info {
    display: none;
  }
}
