/*d5001d*/
/*@primaryColorDark: #8e0013;*/
/*@darkBlue: #7b0111;*/
.download {
  color: #000000;
  display: block;
  padding: 25px 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
.download.mobile {
  display: none;
}
.download.mobile .cols {
  display: inline-block;
  width: calc(100% - 15px);
}
.download.mobile i {
  display: inline-block;
  width: 15px;
}
.download:hover {
  color: #d5001d;
}
.download:hover:after {
  width: 100%;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.download:after,
.download:before {
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
}
.download:after {
  background: #d5001d;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.download:before {
  background: #141414;
  opacity: .1;
}
.download span,
.download i {
  display: inline-block;
  vertical-align: middle;
}
.download .col {
  width: 50%;
}
.download .col.noRaces .innerCol {
  width: 100%;
  margin-left: 0;
}
.download .col:last-child span,
.download .col:last-child i {
  margin-left: 40px;
}
.download .col:last-child span:first-child,
.download .col:last-child i:first-child {
  margin-left: 0;
}
.download .name {
  font-weight: 500;
  font-style: italic;
}
.download .races {
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.download .innerCol {
  width: calc(50% - 40px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.download i {
  color: #d5001d;
}
@media all and (max-width: 1024px) {
  .download {
    font-style: italic;
    display: none;
    padding: 20px 10px;
  }
  .download.mobile {
    display: block;
  }
  .download .col {
    display: block;
    width: 100%;
  }
  .download .col:last-child span {
    margin-left: 5px;
  }
  .download .name {
    font-weight: 600;
  }
  .download .races {
    color: #8F8F8F;
  }
}
@media all and (max-width: 767px) {
  .download {
    font-size: 12px;
    line-height: 16px;
  }
  .download .col:last-child {
    font-size: 10px;
  }
}
/*# sourceMappingURL=partial.css.map */