@charset "UTF-8";
/* CSS Document */

.sportfile .scoreboard,
.sidearm-story-template-content .scoreboard,
.article-wrapper.news .scoreboard {
  font-family: 'Oswald', Helvetica Neue, Helvetica, Arial;
}
.sportfile .article-content h2,
.sidearm-story-template-content .article-content h2,
.article-wrapper.news .article-content h2 {
  font-style: normal;
  color: #262628;
  border-bottom: 3px solid #880000;
}
.sportfile .article-content h2 a,
.sidearm-story-template-content .article-content h2 a,
.article-wrapper.news .article-content h2 a {
  text-decoration: none;
  color: #262628;
  font-style: normal;
}
.sportfile .scoreboard > .event,
.sidearm-story-template-content .scoreboard > .event,
.article-wrapper.news .scoreboard > .event {
  padding: 10px 0px 0px 0px;
  height: 45px;
  width: auto;
  margin: 0 auto;
  display: table;
}
.sportfile .eventlinks,
.sidearm-story-template-content .eventlinks,
.article-wrapper.news .eventlinks {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 13px;
  overflow: hidden;
}
.sportfile .eventlinks img,
.sidearm-story-template-content .eventlinks img,
.article-wrapper.news .eventlinks img,
.sportfile .icon,
.sidearm-story-template-content .icon,
.article-wrapper.news .icon {
  position: relative;
  top: -2px;
  max-width: 20px !important;
  vertical-align: middle;
  padding: 2px 5px 2px 13px;
}
.sportfile .scoreboard > .eventdate,
.sidearm-story-template-content .scoreboard > .eventdate,
.article-wrapper.news .scoreboard > .eventdate {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 5px;
  font-weight: 500;
}
.sportfile .scoreboard > div > .score,
.sidearm-story-template-content .scoreboard > div > .score,
.article-wrapper.news .scoreboard > div > .score {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  vertical-align: middle;
}
.sportfile .score,
.sidearm-story-template-content .score,
.article-wrapper.news .score {
  padding-right: 20px;
}
.sportfile .score ~ .score,
.sidearm-story-template-content .score ~ .score,
.article-wrapper.news .score ~ .score {
  padding-right: 0px;
}
.sportfile .scoreboard > div > .teamname,
.sidearm-story-template-content .scoreboard > div > .teamname,
.article-wrapper.news .scoreboard > div > .teamname {
  font-size: 20px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  top: 4px;
  display: none;
}
.sportfile .scoreboard > .event > img,
.sidearm-story-template-content .scoreboard > .event > img,
.article-wrapper.news .scoreboard > .event > img {
  padding: 2px 10px 0 10px;
  vertical-align: middle;
}
.sportfile .scoreboard,
.sidearm-story-template-content .scoreboard,
.article-wrapper.news .scoreboard {
  border: #c5c5c5 1px solid;
  background: #e5e5e5;
  margin-bottom: 7px;
  background: #f3f3f3;
}
.sportfile .button,
.sidearm-story-template-content .button,
.article-wrapper.news .button {
  background-color: #880000;
  /* Crimson */
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-family: 'Oswald', Helvetica Neue, Helvetica, Arial;
  font-size: 16px;
  width: 66.666%;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.sportfile .button2,
.sidearm-story-template-content .button2,
.article-wrapper.news .button2 {
  background-color: #888888;
}
.sportfile .stats,
.sidearm-story-template-content .stats,
.article-wrapper.news .stats {
  width: 100%;
  margin: 5px 0 5px 0;
  font-family: 'Oswald', Helvetica Neue, Helvetica, Arial;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 15px !important;
  line-height: 19px !important;
  letter-spacing: .5px;
}
.sportfile .stats p,
.sidearm-story-template-content .stats p,
.article-wrapper.news .stats p {
  font-weight: 300;
  color: #777777;
}
.sportfile .stats table,
.sidearm-story-template-content .stats table,
.article-wrapper.news .stats table {
  width: 100%;
}
.sportfile .stats td,
.sidearm-story-template-content .stats td,
.article-wrapper.news .stats td,
.sportfile .stats th,
.sidearm-story-template-content .stats th,
.article-wrapper.news .stats th {
  padding: 6px;
  font-weight: 300;
  letter-spacing: .04em;
}
.sportfile .stats td,
.sidearm-story-template-content .stats td,
.article-wrapper.news .stats td {
  border-bottom: #c5c5c5 1px solid;
  background: #e5e5e5;
}
.sportfile .stats tr:first-child,
.sidearm-story-template-content .stats tr:first-child,
.article-wrapper.news .stats tr:first-child {
  background: #770000;
  text-align: left;
}
.sportfile .stats tr:first-child th,
.sidearm-story-template-content .stats tr:first-child th,
.article-wrapper.news .stats tr:first-child th {
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .sportfile .scoreboad,
  .sidearm-story-template-content .scoreboad,
  .article-wrapper.news .scoreboad {
    margin-bottom: 0px;
  }
  .sportfile .scoreboard > .event > .teamname,
  .sidearm-story-template-content .scoreboard > .event > .teamname,
  .article-wrapper.news .scoreboard > .event > .teamname {
    display: inline-block;
  }
  .sportfile .scoreboard > .eventdate,
  .sidearm-story-template-content .scoreboard > .eventdate,
  .article-wrapper.news .scoreboard > .eventdate {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    color: #aaaaaa;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .sportfile .stats,
  .sidearm-story-template-content .stats,
  .article-wrapper.news .stats {
    display: inline-block;
    float: right;
    width: 300px;
    margin: 5px 0 10px 25px;
  }
}
