@import url("https://fonts.googleapis.com/css?family=Roboto:100,400");
.roboto-regular, .roboto-thin, header h2, header h1 {
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400; }

.roboto-thin, header h2 {
  font-weight: 100; }

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

a {
  color: #607D8B; }

header {
  position: relative;
  min-height: 225px;
  text-align: center;
  background-color: #455A64;
  color: #FFFFFF;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 40em) {
    header {
      align-items: flex-end; } }
  header h1 {
    font-size: 2rem;
    margin: 1rem 0 0 0; }
    @media screen and (max-width: 39.9375em) {
      header h1 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4); } }
  header h2 {
    font-size: 1.1rem;
    margin: 0 0 1rem 0; }
  header > div.row {
    position: relative; }
  header .image-header {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    header .image-header img {
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover;
      transform: none;
      width: 100%; }

.card {
  text-align: center; }
  .card > img {
    z-index: 100;
    position: relative; }
  .card aside {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    position: relative; }
  .card > aside {
    background-color: #FFC107;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    top: 45px;
    left: -65px;
    border-radius: 50%;
    z-index: 200; }
  .card > div {
    display: flex;
    justify-content: space-around;
    top: -17px;
    position: relative;
    z-index: 50; }
    .card > div > aside {
      background-color: #CFD8DC;
      height: 65px;
      flex-direction: column;
      flex: 1 1; }
      .card > div > aside > span {
        line-height: 1.1rem; }
        .card > div > aside > span:nth-child(1) {
          font-size: 1.25rem; }
        .card > div > aside > span:nth-child(2) {
          font-size: .8rem;
          color: #757575; }
  .card .winner-left, .card .winner-right {
    position: absolute;
    top: -10px;
    line-height: 2em; }
    .card .winner-left.gold > i:first-of-type, .card .winner-right.gold > i:first-of-type {
      color: #D39E00; }
    .card .winner-left.silver > i:first-of-type, .card .winner-right.silver > i:first-of-type {
      color: #919191; }
    .card .winner-left.bronze > i:first-of-type, .card .winner-right.bronze > i:first-of-type {
      color: #A45015; }
    .card .winner-left > i:last-of-type, .card .winner-right > i:last-of-type {
      color: #ffffff; }
  .card .winner-left {
    left: -15px; }
    @media screen and (max-width: 39.9375em) {
      .card .winner-left {
        left: -10px; } }
  .card .winner-right {
    right: -15px; }
    @media screen and (max-width: 39.9375em) {
      .card .winner-right {
        right: -10px; } }

ol.trail {
  list-style: none;
  margin: 0;
  text-align: center; }
  ol.trail > span {
    display: block;
    margin-bottom: 0.3rem; }
    ol.trail > span:last-of-type {
      margin-bottom: 1rem; }
  ol.trail > li {
    font-size: 0.844rem; }
    ol.trail > li > a {
      font-weight: bold; }
    ol.trail > li > p {
      font-size: .8rem;
      margin: 0; }
      ol.trail > li > p.currently {
        color: #BDBDBD;
        font-size: 0.7rem; }
  ol.trail > aside {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .5rem 0; }
    ol.trail > aside::before {
      content: "";
      display: block;
      height: 80px;
      width: 1px;
      border: 0 solid #BDBDBD;
      border-left-width: 3px;
      position: relative;
      left: 20px; }
    ol.trail > aside > span {
      position: relative;
      background-color: #BDBDBD;
      color: #455A64;
      font-size: .68rem;
      width: 40px;
      height: 40px;
      display: flex;
      left: -2px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      line-height: 0.6rem; }
  ol.trail .show-map {
    font-size: 200%;
    color: #b70e0e;
    cursor: pointer; }

footer {
  margin-top: 2rem;
  background-color: #455A64;
  padding: 1rem 0; }
  footer p {
    color: #FFFFFF;
    font-size: .9rem; }
  footer p:last-of-type {
    margin: 0; }
  footer img {
    width: 75px;
    height: auto; }
  footer div.columns:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  footer div.columns:last-of-type {
    text-align: right; }
  @media screen and (max-width: 39.9375em) {
    footer div.columns:first-of-type {
      text-align: center; }
    footer div.columns:last-of-type {
      text-align: center; }
      footer div.columns:last-of-type > img {
        margin-top: 1rem; } }

#distance-toggler,
#location-toggler {
  padding: 0.3rem 0;
  color: #BDBDBD; }
  #distance-toggler > a,
  #location-toggler > a {
    border-radius: 4px; }
    #distance-toggler > a.selected,
    #location-toggler > a.selected {
      padding: 3px 5px;
      background-color: #e3e3e3;
      color: #212121; }

.row {
  width: 100%; }
