@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,600italic,600);
/* Accessibility CSS */

* html .skip {
  display: block;
}
:root .skip {
  display: block;
}
.skip a {
  padding: 0 0.5em;
  display: inline;
  z-index: 2;
  text-decoration: none;
  position: absolute;
  width: 14em;
  left: -200em;
}
.skip a:focus,
.skip a:active {
  position: absolute;
  left: 0.5em;
  border: solid #333333 2px;
  color: white;
  background: #555555;
}
.skip a:hover {
  cursor: default;
}
h1.hide {
  display: block;
  position: absolute;
  left: -9999px;
  background: black;
  color: white;
}
.hide,
.accessible-hide {
  position: absolute;
  left: -99999px;
  top: -99999px;
  background: black;
  color: white;
}
.page_title h1 {
  color: black;
  font-size: 150%;
  line-height: 1.5;
  display: block;
  margin: 1em 0;
}
/* Print Settings */

@media print {
  .noprint,
  .no_print {
    display: none;
  }
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
A:hover {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.sidearm-schedule .sidearm-schedule-game .sidearm-schedule-game-opponent-logo img {
  width: 60px;
}
.row {
  max-width: 1110px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.row .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.row .column,
.row .columns {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
html {
  overflow-y: scroll;
  font-size: 1rem;
}
body {
  font: 14px/1.4 'Source Sans Pro', arial, sans-serif;
  color: black;
  background: #ebebeb;
  margin: 0;
  padding: 0;
}
.wide .main-content-placeholder {
  max-width: 1140px;
  margin: 0 auto;
  background: white;
  padding: 20px;
}
.wide.featured-story .main-content-placeholder {
  max-width: none;
  margin: 0 auto;
  background: none;
  padding: 0;
}
.wide.custom-story .main-content-placeholder {
  background: none;
  padding: 0;
}
.custom-story .footer.home {
  display: none;
}
.sport .mystanfordfixed .maincontent #right_feed #mystanford {
  top: 145px;
  height: calc(100vh - 145px);
}
.mystanfordfixed .maincontent #right_feed #mystanford {
  position: fixed;
  top: 80px;
  right: auto;
  height: calc(100vh - 208px);
}
.mystanfordfixed .maincontent #right_feed #mystanford .mystanford-experience .fan-zone {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: auto;
}
A,
A:link,
A:visited {
  color: #8c1515;
}
.topleaderboard,
.bottomleaderboard {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.maincontent #right_feed .mobile_flex {
  display: flex;
  flex-direction: column;
}
.maincontent #right_feed .mobile_flex #story_ad {
  order: 2;
}
#pac-12-network {
  width: 100%;
  padding: 20px 20px 0 20px;
  margin: 0 0 15px 0;
}
#pac-12-network .pac-12-network-header > img {
  max-width: 90px;
  margin-right: 10px;
}
#pac-12-network h1 {
  margin: 0;
  color: black;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  border-bottom: 1px dotted black;
  padding: 6px 0;
  white-space: nowrap;
}
#pac-12-network h1 span {
  color: #8c1515;
  font-size: 20px;
}
#pac-12-network > ul {
  margin: 0 -20px 0px -20px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}
#pac-12-network > ul li {
  color: white;
  font-weight: 700;
  font-size: 15px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}
#pac-12-network > ul li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  background-color: #8c1515;
  height: 35px;
  line-height: 35px;
  width: 150px;
  text-align: center;
}
#pac-12-network .more_button {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #a5acaf;
  margin: 0 0 40px 0;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: black;
}
#pac-12-network .more_button:hover {
  color: #8c1515;
}
#pac-12-network .more_button:before {
  content: 'More';
}
#pac-12-network .more_button.active:before {
  content: 'Close';
}
#pac-12-network .more_button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  -webkit-transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #a5acaf;
}
#pac-12-network .pac-12-event {
  display: flex;
  background: url('/images/networks_morecontent_divider.png') no-repeat bottom left;
  padding: 20px 0;
}
#pac-12-network .pac-12-event > div {
  width: 100%;
}
#pac-12-network .pac-12-event > div > div:last-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pac-12-network .pac-12-event > div > div:last-child span:first-child {
  margin: 0;
  font-size: 14px;
  color: black;
  display: block;
}
#pac-12-network .pac-12-event > div > div:last-child span {
  font-style: italic;
}
#pac-12-network .pac-12-event > div > div:last-child > a {
  display: flex;
  margin: 10px 0 0 0;
  line-height: 30px;
  margin-left: auto;
  text-decoration: none;
  justify-content: center;
  width: 145px;
  height: 30px;
  background: #8c1515;
  color: white;
  font-weight: 700;
  font-size: 16px;
}
#pac-12-network .pac-12-event > div > div:last-child > a:hover {
  background: #600e0e;
}
#pac-12-network .pac-12-event > div > div:first-child span {
  font-size: 16px;
  font-weight: 700;
  color: #8c1515;
  display: block;
}
#pac-12-network .pac-12-event > div > div:first-child span:first-child {
  margin: 0 0  5px 0;
}
#pac-12-network .pac-12-event .more_info {
  position: relative;
  cursor: pointer;
  height: 16px;
  margin-top: 10px;
}
#pac-12-network .pac-12-event .more_info.active .network_info {
  opacity: 1;
  right: 100%;
  left: auto;
}
#pac-12-network .pac-12-event .network_info {
  white-space: nowrap;
  background: white;
  border: 1px solid #e5e5e5;
  flex-direction: column;
  left: -9999px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 100%;
}
#pac-12-network .pac-12-event .network_info a {
  color: black;
  text-decoration: none;
  margin: 3px 0;
}
#pac-12-network .pac-12-event .network_info a:hover {
  text-decoration: underline;
}
#pac-12-network .pac-12-more {
  margin: -25px -23px 0 -23px;
  background: #dfe3e5;
  padding: 0 23px 23px 23px;
}
#pac-12-network .pac-12-single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
}
#pac-12-network .pac-12-single > img {
  margin: 0 60px 0 3px;
}
#pac-12-network .pac-12-single .single-event {
  max-width: 440px;
}
#pac-12-network .pac-12-single .single-event > div > div:last-child {
  color: black;
}
#pac-12-network .pac-12-single .single-event > div > div:last-child span {
  font-style: italic;
}
#pac-12-network .pac-12-single .single-event > div > div:first-child span {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  color: #8c1515;
  display: block;
}
#pac-12-network .pac-12-single .single-event > div > div:first-child span:first-child {
  margin: 0 0  10px 0;
}
#pac-12-network .pac-12-single .single-event > div > div:first-child span:last-child {
  margin: 0;
  font-size: 14px;
  color: black;
  display: block;
}
#pac-12-network .pac-12-single .single-event .network_info {
  white-space: nowrap;
  background: white;
  border: 1px solid #e5e5e5;
  flex-direction: column;
  left: -9999px;
  padding: 10px;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 100%;
}
#pac-12-network .pac-12-single .single-event .network_info a {
  color: black;
  text-decoration: none;
  margin: 3px 0;
}
#pac-12-network .pac-12-single .single-event .network_info a:hover {
  text-decoration: underline;
}
#pac-12-network .pac-12-single .single-event .watch {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
}
#pac-12-network .pac-12-single .single-event .watch > a {
  display: flex;
  line-height: 29px;
  text-decoration: none;
  justify-content: center;
  max-width: 145px;
  height: 30px;
  background: #8c1515;
  color: white;
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
}
#pac-12-network .pac-12-single .single-event .watch > a:hover {
  background: #600e0e;
}
#pac-12-network .pac-12-single .single-event .watch .more_info {
  position: relative;
  cursor: pointer;
}
#pac-12-network .pac-12-single .single-event .watch .more_info.active .network_info {
  opacity: 1;
  right: 100%;
  left: auto;
}
#pac-12-network .pac-12-more {
  display: none;
}
#topstories .loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
#topstories .loadmore button,
#topstories .loadmore a {
  padding: 0 10px;
  outline: none;
  text-decoration: none;
  background: #8c1515;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  height: 30px;
  line-height: 34px;
  text-align: center;
}
#topstories .loadmore button:hover,
#topstories .loadmore a:hover {
  background: #600e0e;
}
#topstories .loadmore button[disabled],
#topstories .loadmore a[disabled] {
  display: none;
}
#topstories .loadmore a {
  display: none;
}
#topstories .loadmore button[disabled] ~ a {
  display: block;
}
.stories-list .dfp-ad {
  background-color: #ebebeb;
}
.stories-list .dfp-ad:first-child {
  padding-bottom: 20px;
}
.stories-list .dfp-ad:first-child .dfp-ad {
  background-color: #ebebeb;
}
.stories-list .dfp-ad .dfp-ad {
  padding: 20px 0px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.stories-list .dfp-ad .dfp-ad:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background: #ebebeb;
  height: 1px;
}
.stories-list .dfp-ad .dfp-ad a {
  width: 100%;
  text-align: center;
}
.stories-list .featured {
  position: relative;
  font-size: 16px;
  color: white;
  padding: 0 0 0px 0;
  background-color: black;
}
.stories-list .featured .story-media {
  position: relative;
  background-color: black;
}
.stories-list .featured .story-media img {
  display: block;
}
.stories-list .featured .story-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 102;
}
.stories-list .featured .story-media .showcase-play-button {
  display: block;
  text-indent: -9999px;
  color: white;
  border: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_play.png');
}
.stories-list .featured .story-media:after {
  content: '';
  display: block;
  width: 100%;
  height: 256px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/featured_gradient.png');
  position: absolute;
  bottom: 0;
  left: 0;
}
.stories-list .featured .story-media:before {
  width: 100%;
  background: #ebebeb;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}
.stories-list .featured .story-text {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0;
  text-shadow: 0 2px 4px rgba(1, 1, 1, 0.4);
}
.stories-list .featured .story-text > a {
  font-size: 35px;
  line-height: 38px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/featured_headline_divider.png') no-repeat bottom center;
}
.stories-list .featured .story-text > a:hover {
  color: #cccccc;
}
.stories-list .featured .sponsor {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.stories-list .story {
  padding: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
.stories-list .story:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background: #ebebeb;
  height: 1px;
}
.stories-list .story .story-media {
  margin-right: 25px;
  position: relative;
  background-color: black;
}
.stories-list .story .story-media iframe {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stories-list .story .story-media .showcase-play-button {
  display: block;
  color: white;
  text-indent: -9999px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_play.png');
  background-size: contain;
}
.stories-list .story .story-text {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0;
}
.stories-list .story .story-text .sport-date {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: italic;
}
.stories-list .story .story-text .sport-date .sport {
  color: #8c1515;
  font-weight: 700;
}
.stories-list .story .story-text > a {
  margin: 8px 0 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  font-size: 28px;
  letter-spacing: -0.4px;
  line-height: 34px;
  font-weight: 700;
  color: #2c2a29;
}
.stories-list .story .story-text > a:hover {
  color: #464342;
}
.stories-list .story .story-text p {
  margin: 0;
  line-height: 20px;
}
.footer {
  background: #dfe3e5;
  font-size: 14px;
  color: #a5acaf;
  text-align: center;
  padding: 10px 10px 30px 10px;
}
.footer .footer_logos {
  max-width: 936px;
  margin: 0 auto;
}
.footer .footer_logos .ads-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.footer .footer_logos .ads-container .ad {
  padding: 10px;
  width: 25%;
}
.footer .footer_logos .ads-container img {
  width: 100%;
}
.footer .dfp-ad {
  margin: 10px auto;
}
.footer .footer_info {
  line-height: 18px;
  max-width: 936px;
  margin: 0 auto;
  color: black;
}
.footer .footer_info a {
  text-decoration: none;
  color: black;
}
.footer .footer_info a:hover {
  text-decoration: underline;
}
.footer .footer_info div:first-child {
  font-weight: 700;
}
.footer_mobile {
  background: #dfe3e5;
  font-size: 14px;
  color: #646464;
  text-align: center;
  padding: 10px 10px 30px 10px;
  display: none;
}
.footer_mobile .footer_logos .ads-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_mobile .footer_logos .ads-container .ad {
  padding: 10px;
  width: 25%;
}
.footer_mobile .footer_logos .ads-container img {
  width: 100%;
}
.footer_mobile .footer_info {
  line-height: 18px;
}
.footer_mobile .footer_info a {
  text-decoration: none;
  color: #646464;
}
.footer_mobile .footer_info a:hover {
  text-decoration: underline;
}
.footer_mobile .footer_info div:first-child {
  font-weight: 700;
}
.top_ads .row {
  justify-content: space-between;
}
.top_ads .left_ad {
  max-width: 728px;
}
.top_ads .left_ad .dfp-ad {
  margin: 20px auto;
}
.top_ads .right_ad .ad {
  margin: 20px auto;
}
.maincontent {
  display: flex;
  justify-content: space-between;
}
.maincontent #left_feed {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 30px 0 0;
}
.maincontent #left_feed #topstories {
  background: white;
}
.maincontent #left_feed .tag {
  height: 32px;
  z-index: 10;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  top: 24px;
  left: -10px;
  padding: 2px 15px 0 10px;
  background: #8c1515;
  line-height: 27px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
.maincontent #left_feed .tag:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: none;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: 5px solid white;
  border-bottom: 4px solid transparent;
}
.maincontent #left_feed .tag:after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 10px solid #8c1515;
  border-left: 10px solid transparent;
}
.maincontent #left_feed .live-now-story {
  padding: 0;
  position: relative;
  margin: 0 0 25px 0;
  display: none;
}
.maincontent #left_feed .live-now-story:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  background: #ebebeb;
  height: 1px;
}
.maincontent #left_feed .live-now-story .live-now-image {
  position: relative;
}
.maincontent #left_feed .live-now-story .live-now-image img {
  display: block;
  width: 100%;
}
.maincontent #left_feed .live-now-story .live-now-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_shadow.png');
}
.maincontent #left_feed .live-now-story .live-now-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_play.png');
}
.maincontent #left_feed .live-now-story .live-now-info {
  padding: 16px 20px ;
  display: flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-text {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 30px 0 0;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-text h1 {
  margin: 3px 0 5px 0;
  font-size: 35px;
  line-height: 36px;
  font-weight: 700;
  color: #2c2a29;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-text p {
  margin: 0;
  line-height: 20px;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game {
  width: 100%;
  display: flex;
  max-height: 70px;
  margin: 10px 0;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .game_info {
  position: relative;
  min-width: 260px;
  background: #0076c0;
  padding: 0 15px 0 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .game_info:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 5px solid #dfe3e5;
  border-bottom: 4px solid transparent;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  background: #dfe3e5;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .vsat {
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #a9b0b3;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .team {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c2a29;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .team .logo {
  margin: 0 10px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .team .logo img {
  flex-shrink: 0;
}
.maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .team .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow: hidden;
  max-width: 85px;
}
.maincontent #left_feed .live-now-story .live-now-sport-date {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.maincontent #left_feed .live-now-story .live-now-sport-date .live-now-sport {
  color: #8c1515;
  font-weight: 700;
}
.maincontent #right_feed {
  width: 350px;
  position: relative;
}
.maincontent #right_feed #story_ad {
  display: flex;
  align-items: center;
  justify-content: center;
}
.maincontent #right_feed #story_ad .ad {
  margin: 0 0 15px 0;
}
.maincontent #right_feed #mystanford {
  background: white;
  padding: 22px 6px 22px 20px;
  width: 350px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}
.maincontent #right_feed #mystanford .mystanford-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.maincontent #right_feed #mystanford .mystanford-experience {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
}
.maincontent #right_feed #mystanford .mystanford-experience > h1 {
  color: #8c1515;
  font-size: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}
.maincontent #right_feed #mystanford .mystanford-experience .fan-zone {
  width: 100%;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  overflow: auto;
}
.maincontent #right_feed #mystanford .mystanford-experience .dfp-ad {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent #right_feed #mystanford .mystanford-experience .dfp-ad .ad,
.maincontent #right_feed #mystanford .mystanford-experience .dfp-ad > * {
  margin: 0 0 25px 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .mystanford-header {
  border-bottom: 1px solid #a5acaf;
}
.maincontent #right_feed #mystanford .mystanford-experience h2 {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  font-size: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  color: #8c1515;
}
.maincontent #right_feed #mystanford .mystanford-experience h2 span {
  text-transform: uppercase;
  font-size: 28px;
  color: #8c1515;
  font-weight: 700;
}
.maincontent #right_feed #mystanford .mystanford-experience h2 i {
  margin: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience h2 i:before {
  margin: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .customize {
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
}
.maincontent #right_feed #mystanford .mystanford-experience .customize .icon-down-dir:before {
  margin: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .customize {
  font-size: 20px;
  color: black;
  margin: 10px 0;
  cursor: pointer;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item {
  padding: 55px 14px 25px 0px;
  position: relative;
  color: #2c2a29;
  width: 100%;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item .tag {
  left: 0;
  top: 10px;
  background: #8c1515;
  width: 44px;
  font-size: 16px;
  height: 32px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item .tag:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 5px solid white;
  border-bottom: 4px solid transparent;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .tweet-picture {
  margin: 0 0 15px 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .tweet-image {
  width: 40px;
  margin: 0 10px 0 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .stream_twitter_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .stream_twitter_header .tweet-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  line-height: 16px;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .stream_twitter_header .tweet-name span:first-child {
  font-size: 16px;
  color: #8c1515;
  font-weight: 700;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .stream_twitter_header .tweet-name span:last-child {
  font-size: 14px;
  font-style: italic;
  color: black;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .jta-tweet-text {
  margin: 5px 0;
  line-height: 20px;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .jta-tweet-text a {
  text-decoration: none;
  font-weight: bold;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .jta-tweet-text a:hover {
  text-decoration: underline;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .tweet-links {
  font-size: 18px;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .tweet-links a {
  color: #a5acaf;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_twitter .tweet-links a:hover {
  color: #8c1515;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a {
  position: relative;
  display: block;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-image {
  background-color: black;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-text > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px 0;
  color: white;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-text > div img {
  width: 40px;
  border: 1px solid white;
  margin: 0 10px 0 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-text > div > div {
  font-weight: 700;
  font-size: 16px;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_instagram > a .instagram-text > div:last-child {
  margin: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_image {
  position: relative;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_image iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_image .showcase-play-button {
  border: none;
  outline: none;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  position: absolute;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_video_play.png');
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_video_shadow.png');
  top: 0;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_title {
  margin: 10px 0 0 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2c2a29;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .stream_video_views {
  text-decoration: none;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-style: italic;
  color: #2c2a29;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_video .share_buttons a span {
  background: black;
  color: white;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container {
  margin: 10px 0 0 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container a {
  text-decoration: none;
  display: block;
  margin: 0 0 5px 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container a div {
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2c2a29;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container a div:hover {
  color: #8c1515;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container > div {
  font-style: italic;
  color: #2c2a29;
  display: flex;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item.stream_story .stream_story_headline_container > div > div:first-child {
  color: #8c1515;
  font-weight: 700;
  text-transform: capitalize;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-container {
  margin: 0 0 20px 0;
  max-height: 136px;
  overflow: auto;
}
.maincontent #right_feed #mystanford .mystanford-experience .widgets {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0 0 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler {
  display: block;
  height: 30px;
  background: #a5acaf;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #dfe3e5;
  line-height: 32px;
  padding: 0 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler.Headlines {
  display: none;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler:hover {
  background: #8a9397;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler:nth-child(3) {
  display: none;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler.active {
  background: #8c1515;
  color: white;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler.active:hover {
  background: #600e0e;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal {
  background: #dfe3e5;
  padding: 20px;
  color: #2c2a29;
  border-bottom: 5px solid #8c1515;
  margin: 0 -15px 20px -20px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal h1 {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  padding: 0 0 15px 0;
  color: #2c2a29;
  font-weight: normal;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_customizeheader_divider.png') no-repeat left bottom;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal h1 div:last-child {
  color: #8c1515;
  font-weight: 700;
  text-transform: uppercase;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-modal-sport-name + .sport-modal-sport-name {
  margin: 20px 0 0 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-name-column {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-name-column > span {
  background: #2c2a29;
  color: white;
  padding: 3px 12px;
  height: 20px;
  line-height: 13px;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-name-column > div {
  margin: 0 0 0 5px;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-name-select select {
  background: none;
  height: 18px;
  line-height: 18px;
  border: none;
  padding: 0 10px;
  color: white;
  max-width: 180px;
  z-index: 1;
  position: relative;
  outline: none;
  max-width: 180px;
  height: 20px;
  background: #2c2a29;
  border: 1px solid #2c2a29;
  position: relative;
  margin: 0 0 20px 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .sport-name-select option {
  color: white;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons {
  margin: 0 0 20px 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons .button {
  width: 35px;
  height: 35px;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  border: none;
  outline: none;
  background: #3b5998;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons .button.twitter-button {
  background: #00aced;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons .button i:before {
  margin: 0;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons .take-with {
  line-height: 20px;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .close_buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .close_buttons button {
  border: none;
  outline: none;
  display: block;
  height: 30px;
  background: #a5acaf;
  margin: 0 5px 0 0;
  text-decoration: none;
  color: #dfe3e5;
  line-height: 32px;
  padding: 0 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .close_buttons button:first-child {
  background: #8c1515;
  color: white;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .close_buttons button:first-child:hover {
  background: #600e0e;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .close_buttons button:hover {
  background: #8a9397;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .customizeinfo {
  line-height: 15px;
}
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .selectsport h5,
.maincontent #right_feed #mystanford .mystanford-experience .sport-modal .add-a-sport h2 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: 700;
  color: #8c1515;
}
.sport .scoreboard {
  margin-bottom: 120px;
}
.scoreboard.active .c-scoreboard__mobile-off--canvas {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.scoreboard .c-scoreboard__mobile-off--canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9998;
}
.scoreboard .c-scoreboard__mobile-inner {
  overflow: auto;
  height: calc(100% - 62px);
  padding: 0 20px;
}
.scoreboard .c-scoreboard__toggle {
  height: 40px;
  line-height: 40px;
  background-color: #8c1515;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .875rem;
  text-align: center;
  cursor: pointer;
  margin: 0 0 20px 0;
}
.scoreboard .c-scoreboard__header-sponsor .ad {
  margin-bottom: 10px;
}
.scoreboard .c-scoreboard__controls {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.scoreboard .c-scoreboard__filter-select {
  outline: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  background-color: white;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.scoreboard .c-scoreboard__composite {
  background: white;
  padding: 0 6px;
  border: 1px solid #cccccc;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.scoreboard .c-scoreboard__item {
  margin: 10px 0;
}
.scoreboard .c-scoreboard__date {
  background: #8c1515;
  color: white;
  padding: 10px;
  font-size: 1.125rem;
  font-weight: bold;
}
.scoreboard .c-scoreboard__body {
  padding: 10px;
  background: #f2f2f2;
}
.scoreboard .c-scoreboard__body-header {
  border-bottom: 1px solid #cccccc;
  font-size: .9rem;
  padding: 10px 5px;
}
.scoreboard .c-scoreboard__sport {
  color: #8c1515;
  text-decoration: none;
  text-transform: uppercase;
}
.scoreboard .c-scoreboard__sport:hover {
  text-decoration: underline;
}
.scoreboard .c-scoreboard__matchup {
  padding: 10px;
}
.scoreboard .c-scoreboard__logo {
  margin-right: 10px;
}
.scoreboard .c-scoreboard__location {
  text-transform: uppercase;
  color: black;
  font-size: .9rem;
  margin-bottom: 10px;
}
.scoreboard .c-scoreboard__atVs {
  background: #cccccc;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 0 5px;
  font-weight: bold;
  font-style: italic;
  margin-right: 5px;
}
.scoreboard .c-scoreboard__opponent {
  font-size: .9rem;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
}
.scoreboard .c-scoreboard__links {
  border-top: 1px solid #cccccc;
  padding: 10px 0 0 0;
}
.scoreboard .c-scoreboard__media {
  padding: 0;
  margin: 0;
  list-style: none;
}
.scoreboard .c-scoreboard__media-item {
  margin: 0 5px;
}
.scoreboard .c-scoreboard__media-link {
  text-decoration: none;
  text-transform: uppercase;
}
.scoreboard .c-scoreboard__media-link i {
  color: black;
}
.scoreboard .load-more__button {
  background: #8c1515;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1.125rem;
  border: none;
  margin: 10px 0 0 0;
}
.scoreboard {
  height: 105px;
  margin-bottom: 60px;
}
.scoreboard .scoreboard-list {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  margin: 0 24px;
}
.scoreboard .scoreboard-list button.slick-prev {
  position: absolute;
  left: -24px;
  font-size: 0;
  border: 0;
  border: 1px solid #a5acaf;
  background: #ebebeb;
  border-top: none;
  border-bottom: none;
  overflow: visible;
  outline: 0;
  padding: 5px 0 0 0;
  height: 100%;
  width: 24px;
  text-align: center;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.scoreboard .scoreboard-list button.slick-prev:before {
  content: '\e862';
  width: 0;
  height: 100%;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 0;
  color: #a5acaf;
}
.scoreboard .scoreboard-list button.slick-prev:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #8c1515;
  color: white;
}
.scoreboard .scoreboard-list button.slick-prev:hover:before {
  color: white;
}
.scoreboard .scoreboard-list button.slick-next {
  position: absolute;
  right: -24px;
  font-size: 0;
  border: 0;
  border: 1px solid #a5acaf;
  background: #ebebeb;
  border-top: none;
  border-bottom: none;
  overflow: visible;
  outline: 0;
  padding: 5px 0 0 0;
  height: 100%;
  width: 24px;
  text-align: center;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.scoreboard .scoreboard-list button.slick-next:before {
  content: '\e861';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 20px;
  line-height: 0;
  color: #a5acaf;
}
.scoreboard .scoreboard-list button.slick-next:hover {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #8c1515;
  color: white;
}
.scoreboard .scoreboard-list button.slick-next:hover:before {
  color: white;
}
.scoreboard .scoreboard-container {
  display: flex;
}
.scoreboard .scoreboard-container .sports-list {
  width: 175px;
  position: relative;
  border-right: 1px solid #a5acaf;
  display: flex;
  flex-direction: column;
}
.scoreboard .scoreboard-container .sports-list select {
  width: 175px;
  border: 1px solid #a5acaf;
  border-bottom: none;
  background: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin: 0;
}
.scoreboard .scoreboard-container .sports-list .sponsor {
  padding: 0 10px;
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  align-items: center;
}
.scoreboard .scoreboard-container .scoreboard-list {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
}
.scoreboard .scoreboard-container .scoreboard-arrows {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.scoreboard .scoreboard-container .scoreboard-arrows > div {
  width: 15px;
  display: flex;
  align-items: center;
}
.scoreboard .scoreboard-container .scoreboard-arrows > div:hover i {
  color: #a5acaf;
}
.scoreboard .scoreboard-container .sponsor {
  width: 100%;
  margin: 5px 0;
}
.scoreboard .scoreboard-container .sponsor a {
  margin: 0 5px 0 0;
}
.scoreboard .scoreboard-container .sponsor i {
  font-size: 25px;
}
.scoreboard .scoreboard-container .score {
  color: #8c1515;
  font-weight: 700;
}
.scoreboard .scoreboard-container .game {
  background: white;
  height: 105px;
  position: relative;
  overflow: hidden;
  padding: 10px  15px;
}
.scoreboard .scoreboard-container .game .team {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5px 0;
  font-weight: 700;
}
.scoreboard .scoreboard-container .game .team .name {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 15px;
}
.scoreboard .scoreboard-container .game .sport {
  font-weight: 700;
  font-size: 14px;
  color: #8c1515;
}
.scoreboard .scoreboard-container .game .datesport {
  line-height: 16px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/events_date_divider.png') no-repeat left bottom;
  padding: 0px 0 3px 0;
  margin: 0 0 8px 0;
  display: flex;
  flex-direction: column;
}
.scoreboard .scoreboard-container .game .datesport .date {
  display: flex;
  align-items: center;
  font-style: italic;
  font-size: 13px;
  white-space: nowrap;
}
.scoreboard .scoreboard-container .game:before {
  content: '';
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
.scoreboard .scoreboard-container .game:hover:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
}
.scoreboard .scoreboard-container .game:hover .media {
  right: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.scoreboard .scoreboard-container .game:hover .media:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  left: 0;
  right: auto;
  border-top: 4px solid transparent;
  border-left: 5px solid white;
  border-bottom: 4px solid transparent;
}
.scoreboard .scoreboard-container .game .media {
  background: #8c1515;
  position: absolute;
  height: 100%;
  min-width: 3px;
  top: 0;
  right: -97px;
  width: 100px;
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 2;
  display: flex;
  align-items: center;
}
.scoreboard .scoreboard-container .game .media:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: 5px solid #8c1515;
  border-bottom: 4px solid transparent;
}
.scoreboard .scoreboard-container .game .media ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.scoreboard .scoreboard-container .game .media ul li {
  margin: 0 10px;
  border-bottom: 1px solid black;
  white-space: nowrap;
}
.scoreboard .scoreboard-container .game .media ul li:last-child {
  border: none;
}
.scoreboard .scoreboard-container .game .media ul li a {
  display: block;
  line-height: 20px;
  padding: 0 3px;
  font-size: 14px;
}
.scoreboard .scoreboard-container .game .media a {
  color: white;
  text-decoration: none;
}
.scoreboard .scoreboard-container .game .media a:hover {
  color: #cccccc;
}
/* Navigation */

.sidebars {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 165px;
  background: white;
  z-index: 9000;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}
.sidebars #sport-nav .level-1 {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 0 ;
}
.sidebars #sport-nav .level-1 > li {
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 4px 7px 0 7px;
}
.sidebars #sport-nav .level-1 > li .ad {
  margin: 0 0 0 10px;
}
.sidebars #sport-nav .level-1 > li.sport-home {
  padding-left: 0;
}
.sidebars #sport-nav .level-1 > li.sport-home > a {
  font-size: 25px;
  color: #8c1515;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}
.sidebars #sport-nav .level-1 > li > a {
  text-decoration: none;
  color: black;
}
.sidebars #sport-nav .level-1 > li > a:hover {
  color: #8c1515;
}
.sidebars #sport-nav .level-1 > li:hover .level-2 {
  left: auto;
  right: -5px;
  opacity: 1;
}
.sidebars #sport-nav .level-1 > li .level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  background: white;
  width: 200px;
  z-index: 8999;
  padding: 0;
}
.sidebars #sport-nav .level-1 > li .level-2 > li {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  justify-content: flex-end;
  width: 100%;
}
.sidebars #sport-nav .level-1 > li .level-2 > li > a {
  text-decoration: none;
  color: black;
}
.sidebars #sport-nav .level-1 > li .level-2 > li > a:hover {
  color: #8c1515;
}
.sidebars.headroom--not-top {
  top: 60px;
  position: fixed;
}
#navigation {
  height: 60px;
  width: 100%;
  background: #8c1515;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 9997;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
}
#navigation.headroom--not-top {
  top: 0;
  position: fixed;
}
#navigation a {
  text-decoration: none;
}
#navigation #search {
  position: relative;
}
#navigation #search.active input,
#navigation #search.active #search_button {
  right: 0;
  left: auto;
}
#navigation #search #search_toggle {
  background: none;
  border: none;
  color: white;
  font-size: 21px;
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 20px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
#navigation #search #search_toggle i {
  margin: 0 7px;
  margin-top: 0px;
}
#navigation #search input {
  position: absolute;
  top: 40px;
  left: -9999px;
  height: 30px;
  background: #8c1515;
  border-radius: none;
  color: white;
  border: none;
  width: 200px;
}
#navigation #search #search_button {
  display: inline-block;
  position: absolute;
  background: transparent;
  color: white;
  margin-top: -20px;
  border: 0;
  top: 62px;
  left: -9999px;
}
#navigation .pac-12 {
  padding: 0 0 0 10px;
}
#navigation .icons {
  margin-left: 10px;
}
#navigation .icons .ad {
  background: none;
  border: none;
  color: white;
  font-size: 21px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 20px;
  border-left: 1px solid black;
}
#navigation .icons .ad i {
  font-size: 17px;
}
#navigation .icons .ads-container {
  display: flex;
  align-items: center;
}
#navigation .icons i span {
  position: absolute;
  left: -9999px;
}
#navigation .icons a {
  color: white;
  margin: 0 10px;
}
#navigation .off-canvas-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  font-size: 14px;
}
#navigation .off-canvas-menu .close-menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  color: #8c1515;
  font-size: 20px;
  width: 100%;
  text-align: right;
  background-color: white;
  border-bottom: 1px solid #e6e6e6;
}
#navigation .off-canvas-menu .level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  /*.flex-item(1);*/
  overflow: auto;
  position: relative;
}
#navigation .off-canvas-menu .level-1 > li {
  border-bottom: 1px solid #e6e6e6;
}
#navigation .off-canvas-menu .level-1 > li > a {
  padding: 10px 20px;
  color: #8c1515;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
#navigation .off-canvas-menu .level-1 > li > a:hover {
  background-color: #8c1515;
  color: white;
}
#navigation .off-canvas-menu .level-1 > li > a.parent {
  cursor: pointer;
}
#navigation .off-canvas-menu .level-1 > li > a.parent.open {
  background-color: #8c1515;
}
#navigation .off-canvas-menu .level-1 > li > a.parent.open:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
#navigation .off-canvas-menu .level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: white;
}
#navigation .off-canvas-menu .level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 50px;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #8c1515;
}
#navigation .off-canvas-menu .level-2 > li > a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #600e0e;
  text-decoration: none;
  color: white;
}
#navigation .off-canvas-menu .level-2 > li > a:hover {
  background-color: #600e0e;
}
#navigation .off-canvas-menu .level-2 > li.separator a {
  font-weight: 700;
  text-transform: uppercase;
}
#navigation .off-canvas-menu .level-2.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .off-canvas-menu .off-canvas-search {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 12px;
}
#navigation .off-canvas-menu .off-canvas-search input[type="text"] {
  font-weight: 600;
}
#navigation .off-canvas-menu .off-canvas-search button {
  border: 0;
  background: none;
  color: #8c1515;
  position: absolute;
  margin-top: -28px;
  right: 12px;
  font-size: 20px;
  padding: 0;
  line-height: 28px;
}
#navigation .off-canvas-menu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .main-nav.mobile {
  display: flex;
  align-items: center;
  z-index: 8999;
  height: 60px;
  padding: 0 20px;
}
#navigation .main-nav.mobile .mobile-menu {
  color: white;
  font-size: 20px;
  cursor: pointer;
}
#navigation .main-nav.mobile .logo {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#navigation .main-nav.mobile .sponsor {
  margin-left: auto;
}
#navigation .main-nav.mobile > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
  color: #8c1515;
  text-decoration: none;
}
#navigation .main-nav.mobile > i {
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#navigation .main-nav.mobile .dropdown-menu2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-1 {
  display: block;
  margin: 8px;
  border: 1px solid #2c2a29;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#navigation .main-nav.mobile .dropdown-menu2 .level-1 li {
  text-align: center;
  display: block;
  border-bottom: 1px dotted #2c2a29;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-1 li.sport-home {
  display: none;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-1 li:hover:after {
  display: none;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-1 li a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-2 {
  position: static;
  border: none;
  padding: 0;
  background-color: #8c1515;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-2 li {
  padding: 0;
}
#navigation .main-nav.mobile .dropdown-menu2 .level-2 li a {
  display: block;
  padding: 4px 0;
}
#navigation .main-nav:not(.mobile) {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: flex-start;
}
#navigation .main-nav:not(.mobile) .logo {
  margin: 0 10px 0 0;
}
#navigation .main-nav:not(.mobile) > div {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#navigation .main-nav:not(.mobile) .level-1 {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 ;
}
#navigation .main-nav:not(.mobile) .level-1 a {
  color: white;
}
#navigation .main-nav:not(.mobile) .level-1 > li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
#navigation .main-nav:not(.mobile) .level-1 > li:last-child > a {
  border: none;
}
#navigation .main-nav:not(.mobile) .level-1 > li:hover {
  background: white;
}
#navigation .main-nav:not(.mobile) .level-1 > li:hover > a {
  color: #8c1515;
}
#navigation .main-nav:not(.mobile) .level-1 > li:hover .level-2 {
  left: 0;
  opacity: 1;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
#navigation .main-nav:not(.mobile) .level-1 > li > a {
  padding: 0 13px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  height: 20px;
  line-height: 22px;
}
#navigation .main-nav:not(.mobile) .level-2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  background: white;
  border-bottom: 5px solid #8c1515;
  width: 100%;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
  padding: 25px 0;
  z-index: 9000;
}
#navigation .main-nav:not(.mobile) .level-2 .inside {
  max-width: 1110px;
  padding: 0 12px ;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
#navigation .main-nav:not(.mobile) .level-2 ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 372px;
  display: inline-block;
  vertical-align: top;
  margin: 0 60px;
}
#navigation .main-nav:not(.mobile) .level-2 ul + ul {
  margin: 0  60px;
}
#navigation .main-nav:not(.mobile) .level-2 ul li {
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/dropnav_divider.png') no-repeat left bottom;
  padding: 2px 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a {
  color: black;
  text-decoration: none;
  margin: 0 7px;
  font-weight: 700;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a:hover {
  color: #8c1515;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a:first-child {
  margin-right: auto;
  margin-left: 0;
  font-size: 16px;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.news {
  display: none;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.sport-links {
  font-style: italic;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links:before {
  margin: 0;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links span {
  position: absolute;
  left: -9999px;
  background: black;
  color: white;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links.facebook {
  color: #3b5998;
  margin-right: 5px;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links.facebook:hover {
  color: #1e2e4f;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links.twitter {
  color: #00aced;
}
#navigation .main-nav:not(.mobile) .level-2 ul li a.social-links.twitter:hover {
  color: #006287;
}
/* Ads */

/* Default datagrid Items */

.default_dgrd_header {
  background-color: #8c1515;
  color: white;
}
.default_dgrd TR TH {
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd {
  width: 100%;
}
.default_dgrd TR TD,
.default_dgrd TR TH {
  padding: 5px;
}
.default_dgrd_header A {
  text-decoration: none;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.default_dgrd_item TD {
  background-color: white;
}
.default_dgrd_alt TD {
  background-color: #efefef;
}
/* Roster Grid */

.roster_pastrosters_ddl {
  font-size: 8pt;
}
.roster_team_photo_container {
  width: 100%;
  margin-bottom: 10px;
}
/* Staff Grid */

.staff_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Coaches Grid */

.coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
.roster_coaches_title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.roster_coaches_dgrd {
  width: 50%;
}
.roster_coaches_dgrd_category {
  font-weight: bold;
  background-color: black;
  color: white;
}
/* Schedule Grid */

.schedule_home {
  font-weight: bold;
}
.schedule_neutral {
  font-style: italic;
}
.schedule_conference_denotation {
  width: 20px;
  height: 20px;
  background-color: red;
}
.schedule_key_symbol {
  font-weight: bold;
}
.schedule_key_box TR TH {
  font-weight: bold;
}
.schedule_tournament_title {
  background-color: #222222;
  color: white;
}
.schedule_tournament_game TD {
  background-color: #efefef;
}
A.schedule_tournament_link,
A.schedule_tournament_link:visited {
  color: white;
  text-decoration: none;
}
A.schedule_tournament_link:hover {
  color: white;
  text-decoration: underline;
}
/* Media Objects */

.media_object_image {
  background-color: #e6e6e6;
  text-align: center;
  width: auto;
}
.media_object_image_left {
  float: left;
  margin-right: 10px;
}
.media_object_caption {
  background-color: #e6e6e6;
  text-align: center;
  padding: 3px;
}
.media_object_rotator_controls {
  width: 100%;
  text-align: right;
  margin-top: 4px;
}
.rotator_container {
  text-align: center;
  border: solid 1px black;
  padding: 3px;
  background-color: #e6e6e6;
}
/* Schedule Record Boxes (front and backend) */

.record_header_text {
  font-weight: bold;
  padding: 3px;
}
.record_table {
  width: 440px;
  background-color: #e6e6e6;
  margin: 10px;
}
.record_header TD {
  background-color: #c2c2c2;
  font-weight: bold;
  text-align: center;
}
.record_data TD {
  text-align: center;
}
/* SmartPlayerView Box */

#smartBox {
  background-color: white;
  padding: 5px;
  display: none;
  position: absolute;
  border: 1px solid black;
  width: 250px;
  top: 10px;
  z-index: 999;
}
/* Composite Calendar */

.composite_cal_item {
  margin-bottom: 7px;
}
.composite_cal_title {
  background-color: #8c1515;
  border: 0px;
}
.composite_cal_title TR TD {
  color: white;
  padding: 2px;
  font-weight: bold;
  text-align: left;
}
.composite_cal_title TR TD A {
  color: white;
}
.composite_cal_dayheader {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #505050;
}
.composite_cal_othermonth {
  background-color: #71101b;
  text-decoration: none;
  border: 1px solid #505050;
}
.composite_cal_selected {
  border: solid 1px white;
  background-color: #4f0000;
}
.composite_cal_day {
  background-color: white;
  text-decoration: none;
  border: 1px solid #505050;
  text-align: left;
  font-weight: bold;
}
.composite_cal_day A {
  text-decoration: none;
  font-weight: normal;
}
.composite_cal_day A:hover {
  text-decoration: underline;
}
.composite_cal_today {
  background-color: white;
}
/* Newsletter Stuff */

.newsletter_story_container {
  padding-left: 10px;
  padding-right: 10px;
}
.newsletter_story_sport_container {
  margin-bottom: 10px;
  margin-top: 5px;
}
.newsletter_story_headline {
  font-weight: bold;
}
.newsletter_signup_container {
  border: solid 1px red;
  padding: 3px 10px 3px 10px;
}
/* Hall of Fame */

.hof_table TR TD {
  padding: 5px;
}
.hof_header {
  background-color: #8c1515;
  font-weight: bold;
  color: white;
}
.hof_item {
  background-color: #efefef;
}
.hof_image {
  float: left;
  margin: 0 20px 20px 0;
}
.hof_detail_name {
  font-size: 16px;
  font-weight: bold;
}
/* AOW */

.aow_full_name {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: bold;
}
.aow_full_sport {
  display: block;
  margin-bottom: 5px;
}
.aow_full_link {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
.aow_full_container {
  padding-left: 20px;
}
.aow_full_previous {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.aow_full_highlights {
  margin-top: 20px;
}
.aow_dgrd {
  width: 60%;
}
/* Story Templates */

.story_wrapper ul,
.story-wrapper ul,
.story_wrapper ol,
.story-wrapper ol {
  padding-left: 20px;
}
.story_wrapper ul,
.story-wrapper ul {
  list-style: disc;
}
.story_wrapper ol,
.story-wrapper ol {
  list-style: decimal;
}
/* perfect-scrollbar v0.6.10 */

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #e5e5e5;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaaaaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #8c1515;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eeeeee;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eeeeee;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eeeeee;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eeeeee;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999999;
}
.article-wrapper2 {
  background: white;
  overflow-x: hidden;
  width: 100%;
}
.article-wrapper2 .media_object_caption {
  width: 100% !important;
}
.article-wrapper2 .featured-quote {
  position: relative;
  width: 100%;
  margin: 60px 0 ;
  background-size: contain;
  padding: 30px 0;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article-wrapper2 .featured-quote:before {
  width: 504px;
  height: 1px;
  top: -40px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat top center;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat top center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.article-wrapper2 .featured-quote:after {
  width: 504px;
  height: 1px;
  bottom: -40px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat top center;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat top center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.article-wrapper2 .featured-quote p {
  margin: 0;
  color: white;
  max-width: 750px;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  text-align: right;
}
.article-wrapper2 .featured-quote > div {
  color: #a5acaf;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.article-wrapper2 .featured-quote > div .quote-name {
  font-style: italic;
  font-size: 30px;
  line-height: 30px;
  color: #a5acaf;
  text-transform: uppercase;
}
.article-wrapper2 .article-image {
  position: relative;
  width: 100%;
}
.article-wrapper2 .article-image img {
  display: block;
  width: 100%;
}
.article-wrapper2 .article-image .media_object_image {
  width: auto !important;
  position: relative;
}
.article-wrapper2 .article-image .media_object_image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/featured_story_gradient.png') no-repeat bottom center;
  height: 100%;
  width: 100%;
}
.article-wrapper2 .article-image .article-subheadline {
  text-align: center;
  color: white;
  font-size: 16px;
  max-width: 1023px;
  margin: 15px auto 0 auto;
}
.article-wrapper2 .article-image .article-text {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.article-wrapper2 .article-image .article-headline {
  text-align: center;
  max-width: 1023px;
  display: block;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 52px;
  line-height: 52px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/featured_headline_divider.png') no-repeat bottom center;
}
.article-wrapper2 .article-content {
  max-width: 790px;
  margin: 0 auto;
  padding: 50px 20px 25px 20px;
  line-height: 20px;
}
.article-wrapper2 .article-date {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.article-wrapper2 .article-date span:first-child {
  color: #8c1515;
  font-size: 16px;
  font-weight: 700;
}
.article-wrapper2 .article-date span {
  font-style: italic;
  font-size: 16px;
}
.article-wrapper2 #story_ad {
  margin: 0 0 20px 20px;
  float: right;
}
.article-wrapper2 #story_ad img {
  display: block;
}
.article-wrapper2 #story_ad ads-component {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-wrapper2 .story_email {
  display: none;
}
.article-wrapper2 .leaderboard_ad {
  padding: 25px 20px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat top center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-wrapper2 .leaderboard_ad img {
  display: block;
  width: 100%;
}
.article-wrapper2 .leaderboard_ad a {
  width: 100%;
}
.article-wrapper2 .print-friendly-story-button {
  margin: 20px 0 0 0;
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 9999;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
}
.youtube-modal-player-container .modalHeader {
  margin-bottom: 30px;
}
.youtube-modal-player-container .modalDetails .watching {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #8c1515;
  margin-top: 20px;
}
.youtube-modal-player-container .modalDetails .modalTitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #2c2a29;
}
.youtube-modal-player-container .youtube-modal-close {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 30px;
  top: -30px;
  right: 00px;
  background-color: #8c1515;
  text-align: center;
}
.youtube-modal-player-container .youtube-modal-close i {
  font-size: 24px;
  line-height: 30px;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close i:before {
  margin: 0;
}
.youtube-modal-player-container .youtube-modal-close span {
  background: black;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close:hover {
  cursor: pointer;
  background-color: #600e0e;
}
.youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stickybar {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
}
.stickybar .dfp-ad {
  margin: 12px 0;
}
.article-wrapper {
  max-width: 1110px;
  margin: 0 auto;
}
.article-wrapper .sidearm-story-template-image-credit {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  position: absolute;
  bottom: 6px;
  right: 0px;
  padding: 0 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.article-wrapper .showcase-play-button {
  display: block;
  text-indent: -9999px;
  color: white;
  border: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_play.png');
  color: white;
}
.article-wrapper .stream_video {
  padding: 30px 24px 20px 24px;
  position: relative;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_content_dividers.png') no-repeat bottom center;
}
.article-wrapper .stream_video .tag {
  height: 32px;
  z-index: 10;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  top: 10px;
  left: -40px;
  padding: 2px 15px 0 10px;
  background: #8c1515;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
.article-wrapper .stream_video .tag:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: 5px solid white;
  border-bottom: 4px solid transparent;
}
.article-wrapper .stream_video .stream_video_image {
  position: relative;
}
.article-wrapper .stream_video .stream_video_image iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.article-wrapper .stream_video .stream_video_image .showcase-play-button {
  border: none;
  outline: none;
  color: white;
  color: white;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  position: absolute;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_video_play.png');
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.article-wrapper .stream_video .stream_video_image:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_video_shadow.png');
  top: 0;
  left: 0;
  content: '';
  display: block;
  z-index: 1;
}
.article-wrapper .stream_video .stream_video_title {
  margin: 10px 0 0 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2c2a29;
}
.article-wrapper .stream_video .stream_video_views {
  text-decoration: none;
  margin: 5px 0 0 0;
  font-size: 14px;
  font-style: italic;
  color: #2c2a29;
}
.article-wrapper.sportfile .article-headline {
  margin-top: 0;
}
.article-wrapper .social-column {
  padding-right: 20px;
  margin-right: auto;
  display: flex;
}
.article-wrapper .social-column > a {
  display: block;
  width: 45px;
  height: 35px;
  background-color: #8c1515;
  margin: 5px 5px 0 0;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: white;
  font-size: 18px;
}
.article-wrapper .social-column > a i {
  display: block;
}
.article-wrapper .social-column > a.social-column-print {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: white;
}
.article-wrapper .social-column > a.social-column-print:hover {
  background-color: #b81c1c;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column > a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper .social-column-print {
  border: 1px solid #cccccc;
  text-decoration: none;
  border-radius: 3px;
  margin: 5px 5px 0 5px;
  padding: 0 5px;
}
.article-wrapper .media_object_caption {
  width: 100% !important;
}
.article-wrapper #left_story {
  flex: 0 1 936px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 24px 0 0;
  background: white;
  font-size: 16px;
}
.article-wrapper #left_story .article-subheadline {
  text-align: center;
  padding: 0 20px;
}
.article-wrapper #left_story .article-headline {
  padding: 0 20px 10px 20px;
  font-size: 38px;
  line-height: 38px;
  margin: 20px 0;
  color: #8c1515;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_content_dividers.png') no-repeat bottom center;
}
.article-wrapper #left_story .article-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.article-wrapper #left_story .article-image img {
  display: block;
}
.article-wrapper #left_story .article-image .media_object_image {
  width: auto !important;
}
.article-wrapper #left_story .leaderboard_ad {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-wrapper #left_story .leaderboard_ad img {
  display: block;
  width: 100%;
}
.article-wrapper #left_story .leaderboard_ad.top {
  margin: 0 0 25px 0;
}
.article-wrapper #left_story .leaderboard_ad a {
  width: 100%;
}
.article-wrapper #left_story .article-date {
  display: flex;
  align-items: center;
}
.article-wrapper #left_story .article-date span {
  font-style: italic;
  font-size: 16px;
}
.article-wrapper #left_story .print-friendly-story-button {
  margin: 20px 0 0 0;
}
.article-wrapper #left_story .article-content {
  padding: 25px 100px;
  font-size: 14px;
  line-height: 20px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mainstory_divider.png') no-repeat bottom center;
}
.article-wrapper #left_story .article-links {
  float: right;
  margin-left: 12px;
}
.article-wrapper #left_story .article-links h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: #8c1515;
  border-bottom: 1px solid #600e0e;
  line-height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
}
.article-wrapper #left_story .article-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 250px;
}
.article-wrapper #left_story .article-links ul li {
  line-height: 30px;
  border-bottom: 1px solid #600e0e;
}
.article-wrapper #left_story .article-links ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: white;
  display: block;
  padding: 0 10px;
  background-color: #8c1515;
  text-transform: uppercase;
}
.article-wrapper #left_story .article-links ul li a:hover {
  background-color: #600e0e;
}
.article-wrapper #left_story .article-byline {
  margin: 0;
}
.article-wrapper #left_story .story_email {
  margin: 10px 0;
}
.article-wrapper #right_story {
  flex: 0 1 456px;
  min-width: 1px;
  min-height: 1px;
  min-width: 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
}
.article-wrapper #right_story .relatednews {
  padding: 24px;
}
.article-wrapper #right_story .relatednews .headline {
  padding: 30px 24px 20px 24px;
  position: relative;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_content_dividers.png') no-repeat bottom center;
}
.article-wrapper #right_story .relatednews .headline .headline-text {
  margin: 0;
  padding: 10px 0 0 0;
}
.article-wrapper #right_story .relatednews .headline .headline-text > div {
  display: flex;
  align-items: center;
}
.article-wrapper #right_story .relatednews .headline .headline-text > div span {
  font-style: italic;
  font-size: 14px;
}
.article-wrapper #right_story .relatednews .headline .headline-text > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #2c2a29;
  text-decoration: none;
}
.article-wrapper #right_story .relatednews .headline .headline-text > a:hover {
  color: #8c1515;
}
.article-wrapper #right_story .relatednews .headline .tag {
  height: 32px;
  z-index: 10;
  position: absolute;
  font-weight: 700;
  font-style: italic;
  top: 10px;
  left: -40px;
  padding: 2px 15px 0 10px;
  background: #8c1515;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  font-size: 16px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.35);
}
.article-wrapper #right_story .relatednews .headline .tag:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: 5px solid white;
  border-bottom: 4px solid transparent;
}
.article-wrapper #right_story .relatednews > h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
  padding: 0 0 10px 0;
  color: #8c1515;
  text-transform: uppercase;
  font-weight: 700;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_header_divider.png') no-repeat bottom left;
}
.article-wrapper #right_story #story_ad {
  margin: 20px 0;
}
.article-wrapper #right_story #story_ad img {
  display: block;
}
.article-wrapper #right_story #story_ad ads-component {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-wrapper #right_story .videos {
  padding: 24px;
}
.article-wrapper #right_story .videos > h1 {
  margin: 0 0 10px 0;
  font-size: 28px;
  padding: 0 0 10px 0;
  color: #8c1515;
  text-transform: uppercase;
  font-weight: 700;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/mystanford_header_divider.png') no-repeat bottom left;
}
.article-wrapper.news {
  display: flex;
}
.mobile_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  border-bottom: 1px solid #a5acaf;
  margin: 0 20px;
  padding-top: 20px;
}
.mobile_buttons > button {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #8c1515;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-style: italic;
  background: none;
  border: none;
}
.mobile_buttons > button:hover {
  cursor: pointer;
}
.mystanford_overlay,
.schedule_overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.backto,
.backschedule {
  background: #8c1515;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px;
  display: none;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin: -10px -10px 10px -10px;
}
body.mobile-menu-open.sports-nav {
  left: 0;
}
body.mobile-menu-open.sports-nav .sports-menu.mobile .dropdown-menu2 {
  left: 0;
}
.backschedule {
  margin: 0;
}
.sports-menu.mobile {
  display: flex;
  align-items: center;
  z-index: 8999;
}
.sports-menu.mobile > ul {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  color: #8c1515;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sports-menu.mobile > ul li {
  margin: 0 5px;
  cursor: pointer;
}
.sports-menu.mobile > ul li:last-child {
  margin-right: 0;
}
.sports-menu.mobile > ul a {
  text-decoration: none;
}
.sports-menu.mobile > a {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
  color: #8c1515;
  text-decoration: none;
}
.sports-menu.mobile > i {
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #8c1515;
}
.sports-menu.mobile .dropdown-menu2 {
  position: absolute;
  left: -9999px;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.sports-menu.mobile .dropdown-menu2 .level-1 {
  display: block;
  margin: 8px;
  border: 1px solid #a5acaf;
  background: white;
  height: auto !important;
  padding: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.sports-menu.mobile .dropdown-menu2 .level-1 li {
  text-align: center;
  display: block;
  border-bottom: 1px dotted #a5acaf;
  cursor: pointer;
}
.sports-menu.mobile .dropdown-menu2 .level-1 li.sport-home {
  display: none;
}
.sports-menu.mobile .dropdown-menu2 .level-1 li:hover:after {
  display: none;
}
.sports-menu.mobile .dropdown-menu2 .level-1 li a {
  padding: 8px 0;
  display: block;
  text-decoration: none;
}
.sports-menu.mobile .dropdown-menu2 .level-2 {
  position: static;
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sports-menu.mobile .dropdown-menu2 .level-2 li {
  padding: 0;
}
.sports-menu.mobile .dropdown-menu2 .level-2 li a {
  display: block;
  padding: 4px 0;
}
@media screen and (max-width: 1439px) {
  #navigation .main-nav:not(.mobile) .logo {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 1439px) {
  .stories-list .story .story-media {
    width: 25%;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-text h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .stories-list .story .story-text > a {
    overflow: visible;
    white-space: normal;
  }
  .maincontent #left_feed .live-now-story .live-now-sport-date {
    font-size: 14px;
  }
  .stories-list .featured .story-text a {
    font-size: 30px;
    line-height: 30px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-text h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .stories-list .story .story-text > a {
    font-size: 25px;
    line-height: 25px;
  }
  #navigation .main-nav:not(.mobile) .level-2 .inside {
    padding: 0;
  }
}
@media screen and (max-width: 1145px) {
  .article-wrapper #right_story .relatednews .headline .headline-text > div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .article-wrapper #right_story .relatednews .headline .headline-text > div .dot {
    display: none;
  }
  .article-wrapper #right_story .relatednews .headline .headline-text > div span {
    margin: 2px 0;
  }
}
@media screen and (max-width: 1100px) {
  .sidebars #sport-nav .level-1 > li {
    font-size: 14px;
  }
  .sidebars #sport-nav .level-1 > li.sport-home > a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .wide .main-content-placeholder {
    margin-top: 20px;
  }
  .article-wrapper {
    margin-top: 20px;
  }
  .top_ads .row {
    flex-direction: column;
    align-items: center;
  }
  .top_ads .left_ad .dfp-ad {
    margin: 20px auto 0 auto;
  }
  .top_ads .right_ad .ad {
    margin: 20px auto 0 auto;
  }
  .top_ads .right_ad {
    padding: 0 20px;
  }
  #pac-12-network .pac-12-more > div {
    width: 100%;
  }
  .article-wrapper.news {
    background-color: white;
  }
  .maincontent {
    padding-top: 0;
  }
  .maincontent #left_feed {
    padding: 20px;
  }
  .sport .scoreboard {
    margin-bottom: 101px;
  }
  .article-wrapper {
    flex-direction: column;
  }
  .article-wrapper #left_story {
    margin: 0 auto;
    flex: 0;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .article-wrapper #right_story {
    margin: 0 auto;
    flex: 0;
    min-width: 1px;
    min-height: 1px;
    width: 100%;
  }
  .article-wrapper .footer {
    display: none;
  }
  .maincontent #right_feed .mobile_flex #story_ad {
    order: 1;
  }
  .article-wrapper #right_story .relatednews > h1 {
    padding: 0 0 10px 0;
  }
  .article-wrapper #right_story #story_ad {
    order: 1;
    margin: 20px;
  }
  .article-wrapper #right_story .relatednews .headlines-list {
    display: flex;
  }
  .article-wrapper #right_story .relatednews .headline {
    width: 33%;
    padding: 20px 12px 20px 12px;
  }
  .article-wrapper #right_story .relatednews .headline .tag {
    display: none;
  }
  .article-wrapper #right_story .videos .youtube-list {
    display: flex;
  }
  .article-wrapper #right_story .videos .stream_item {
    width: 33%;
    padding: 20px 12px 20px 12px;
  }
  .article-wrapper #right_story .videos .stream_item  .tag {
    display: none;
  }
  .custom-story .footer.home {
    display: block;
  }
  .sidebars {
    height: 35px;
    padding: 0 20px;
  }
  .sidebars .sports-menu.mobile {
    height: 35px;
  }
  .schedule_mobile_button {
    display: none;
  }
  .stories-list .story .story-media {
    display: block;
    width: 35%;
  }
  .mobile_flex {
    width: 100%;
  }
  .mystanford_overlay.active {
    z-index: 10000;
    opacity: 1;
  }
  .schedule_overlay.active {
    z-index: 10000;
    opacity: 1;
  }
  #pac-12-network {
    margin: 24px 0 0 0;
  }
  #pac-12-network .pac-12-single {
    padding: 25px 25px 25px 0;
    font-size: 15px;
  }
  #pac-12-network .pac-12-single > img {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    max-width: 100px;
  }
  #pac-12-network .pac-12-feed {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #pac-12-network .more_button {
    display: none;
  }
  #pac-12-network .pac-12-more {
    margin: 0 -23px 0 0;
    width: 50%;
    max-height: 250px;
    overflow: auto;
    align-self: self;
    display: flex;
  }
  .maincontent #right_feed {
    width: 100%;
    max-width: 936px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #dfe3e5;
  }
  .index .footer {
    display: none;
  }
  .index .mobile_buttons {
    display: flex;
  }
  .topleaderboard,
  .bottomleaderboard {
    padding: 10px 0;
  }
  .index .footer_mobile {
    display: block;
  }
  .sidearm-responsive .row.pad.maincontent {
    padding: 0 12px;
  }
  .maincontent {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .maincontent #left_feed {
    margin: 0;
    max-width: 936px;
    width: 100%;
  }
  .maincontent #left_feed .tag {
    left: -10px;
  }
  #pac-12-network .pac-12-single .single-event {
    max-width: 280px;
  }
  .maincontent #right_feed #story_ad {
    margin: 20px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .mystanfordfixed .maincontent #right_feed #mystanford {
    position: fixed;
    right: -550px;
    top: 0;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 10001;
  }
  .maincontent #right_feed #mystanford {
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    z-index: 10001;
  }
  .maincontent #right_feed #mystanford.active {
    opacity: 1;
    right: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .stories-list .story .story-text > a {
    font-size: 30px;
    line-height: 30px;
  }
  body {
    position: relative;
    transition: .5s;
    left: 0;
  }
  body.mobile-menu-open.main-nav {
    left: -260px;
    transition: .5s;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation {
    left: auto;
    right: -260px;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 {
    background: white;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li {
    border-bottom: 1px dotted grey;
    padding: 4px;
    color: #8c1515;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li:not(.separator):hover {
    background-color: #8c1515;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 li:not(.separator):hover a {
    color: white;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 ul {
    flex: 1;
    margin: 0 ;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 span {
    color: #8c1515;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a {
    color: #8c1515;
    text-decoration: none;
    font-size: 13px;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a.sport-links.news {
    display: none !important;
  }
  body.mobile-menu-open.main-nav .main-menu .sidebar-navigation .level-2 a.social-links.instagram {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .article-wrapper2 .featured-quote p {
    font-size: 35px;
    line-height: 40px;
  }
  .article-wrapper2 .featured-quote > div {
    padding: 0 20px;
  }
  .article-wrapper2 .featured-quote {
    min-height: 280px;
  }
  .article-wrapper2 .featured-quote > div .quote-name {
    font-size: 20px;
    line-height: 20px;
  }
  .article-wrapper #left_story .leaderboard_ad {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .article-wrapper2 .featured-quote {
    min-height: 280px;
    transform: none;
    left: auto;
    margin-left: -20px;
  }
  .article-wrapper2 .featured-quote > div {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .schedule_mobile_button {
    display: block;
  }
  .sport body {
    padding-top: 95px;
  }
  body {
    padding-top: 60px;
  }
  .sport .scoreboard {
    margin-bottom: 0;
  }
  .scoreboard {
    height: auto;
    margin-bottom: 0;
    z-index: 10001;
    position: relative;
  }
  .stories-list .story .story-text {
    width: 100%;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .dfp-ad {
    justify-content: center;
  }
  .scoreboard .scoreboard-container .sports-list {
    padding: 0 20px;
  }
  #navigation {
    position: fixed  !important;
    top: 0 !important;
  }
  .sidebars {
    position: fixed  !important;
    top: 60px !important;
  }
  .backto {
    display: block;
  }
  .backschedule {
    display: block;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .game_info {
    min-width: auto;
    padding: 15px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .vsat {
    padding: 0 5px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams {
    min-width: 175px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game {
    max-height: none;
  }
  .scoreboard .scoreboard-container {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .youtube-modal-player-container {
    width: 100%;
    margin: 0 8px;
  }
  .article-wrapper #right_story .relatednews .headline .headline-text > a {
    font-size: 16px;
    line-height: 18px;
  }
  .article-wrapper #right_story .videos .stream_item .stream_video_title {
    font-size: 16px;
    line-height: 18px;
  }
  .article-wrapper #left_story .article-content {
    padding: 25px 50px;
  }
  .stories-list .story .story-media {
    width: 100%;
    margin: 0;
  }
  .stories-list .story {
    flex-direction: column;
    padding: 25px 0;
  }
  .stories-list .story .story-text {
    padding: 20px;
  }
  #pac-12-network .pac-12-feed {
    display: block;
  }
  #pac-12-network .pac-12-more {
    margin: 0 -20px;
    width: auto;
    overflow: visible;
    max-height: none;
  }
  #pac-12-network .pac-12-single .single-event {
    max-width: none;
  }
  #pac-12-network .more_button {
    display: block;
  }
  #pac-12-network .pac-12-more {
    display: none;
  }
  .article-wrapper2 .article-image .article-text {
    bottom: 30px;
  }
  .article-wrapper2 .article-image .article-headline {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .maincontent #right_feed #mystanford {
    padding: 10px;
    width: 100%;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal h1 {
    margin: 0 0 10px 0;
    font-size: 16px;
    display: flex;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal h1 div:first-child {
    margin: 0 5px 0 0;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal .customizeinfo {
    font-size: 14px;
  }
  .maincontent #right_feed #mystanford .mystanford-experience > h1 span {
    font-size: 20px;
  }
  .maincontent #right_feed #mystanford .mystanford-experience > h1 .customize {
    font-size: 14px;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal .customizeinfo {
    line-height: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 660px) {
  .stories-list .featured .story-text {
    position: static;
    background: #8c1515;
    padding: 10px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .game_info {
    min-width: 200px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .teams .team .name {
    display: none;
  }
  #pac-12-network h1 {
    font-size: 25px;
    line-height: 28px;
  }
  .stories-list .featured .story-media:after {
    display: none;
  }
}
@media screen and (max-width: 539px) {
  #pac-12-network .pac-12-single {
    padding: 25px 0 25px 0;
  }
  #pac-12-network h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #pac-12-network .pac-12-single > img {
    margin: 0 20px 0 3px;
  }
  .article-wrapper #right_story .relatednews .headlines-list {
    flex-direction: column;
  }
  .article-wrapper #right_story .relatednews .headline {
    width: 100%;
    display: flex;
    padding: 20px 0;
    align-items: center;
  }
  .article-wrapper #right_story .relatednews .headline .headline-media {
    width: 33%;
    flex-shrink: 0 ;
    margin: 0 10px 0 0;
    -webkit-flex-shrink: 0 ;
  }
  .article-wrapper #right_story .videos .youtube-list {
    flex-direction: column;
  }
  .article-wrapper #right_story .videos .stream_item {
    width: 100%;
    display: flex;
    padding: 20px 0;
    align-items: center;
  }
  .article-wrapper #right_story .videos .stream_item .stream_video_image {
    width: 33%;
    flex-shrink: 0 ;
    margin: 0 10px 0 0;
    -webkit-flex-shrink: 0 ;
  }
  .article-wrapper #left_story .article-headline {
    font-size: 30px;
    line-height: 30px;
  }
  .article-wrapper2 .leaderboard_ad {
    background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/networks_more_line.png') no-repeat top center;
  }
  .article-wrapper2 .featured-quote:before {
    background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/networks_more_line.png') no-repeat top center;
  }
  .article-wrapper2 .featured-quote:after {
    background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/networks_more_line.png') no-repeat top center;
  }
  .article-wrapper2 .article-image .media_object_image:after {
    content: none;
  }
  .article-wrapper2 .article-image .article-headline {
    font-size: 35px;
    line-height: 38px;
    color: black;
    background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/networks_more_line.png') no-repeat bottom center;
  }
  .article-wrapper2 .article-image .article-subheadline {
    font-size: 14px;
    color: black;
  }
  .article-wrapper2 .article-image .article-text {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px 0 0 0;
  }
  .article-wrapper2 .article-content {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 25px 20px;
  }
  .article-wrapper2 #story_ad {
    float: none;
    order: 3;
    margin: 20px 0 0 0;
  }
  .article-wrapper2 .featured-quote {
    min-height: 200px;
  }
  .article-wrapper2 .featured-quote p {
    font-size: 27px;
    line-height: 33px;
  }
  .article-wrapper2 .featured-quote > div .quote-name {
    font-size: 16px;
    line-height: 16px;
  }
  .article-wrapper #left_story .article-links {
    margin-bottom: 24px;
    margin-left: 0;
    float: left;
  }
  .sport body {
    padding-top: 100px;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game {
    flex-direction: column;
  }
  .maincontent #left_feed .live-now-story .live-now-info .live-now-game .game_info:before {
    content: none;
  }
  #pac-12-network > ul li {
    font-size: 13px;
  }
  .youtube-modal-player-container {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .scoreboard .scoreboard-container-mobile .scoreboard-mobile-offcanvas .sports-list .header-sponsor .schedule-header {
    font-size: 20px;
  }
}
@media screen and (max-width: 339px) {
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal .customizeinfo {
    display: none;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-container {
    max-height: 58px;
  }
  .maincontent #right_feed #mystanford .mystanford-experience .sport-modal .social_buttons {
    display: none;
  }
  .article-wrapper2 .article-image .article-headline {
    font-size: 20px;
    line-height: 23px;
  }
  .article-wrapper2 .article-image .article-subheadline {
    font-size: 12px;
  }
  .article-wrapper2 .article-image .article-text {
    bottom: 10px;
  }
}
.sidearm-schedule-game-conference {
  text-transform: none !important;
}
.sidearm-schedule-game-away {
  color: black !important;
}
/* another change */

.sidearm-schedule-game-opponent-details .sidearm-schedule-game-away {
  color: white !important;
}
.sidearm-story-template-post .sidearm-story-template-media-image ul {
  z-index: 2;
}
.social-column-linkedin {
  background-color: #1d87bd !important;
}
.maincontent #right_feed #mystanford .mystanford-experience .widget-toggler:last-child {
  display: none;
}
#cardinal-video .share_buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
}
#cardinal-video .share_buttons > a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  background: #55acee;
}
#cardinal-video .share_buttons > a.facebook-intent {
  background: #3b5998;
}
#cardinal-video .showcase-play-button {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-indent: -9999px;
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: url('//s3.amazonaws.com/sidearm.sites/gostanford.com/images/livenow_play.png');
  background-size: contain;
}
#cardinal-video .stream_item {
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  padding: 10px;
  padding-top: 0;
}
#cardinal-video .stream_item .stream_video_title {
  color: #8c1515;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0 0 0;
}
#cardinal-video .stream_item .stream_video_title:hover {
  color: #761212;
}
#cardinal-video .stream_item .stream_video_image {
  position: relative;
}
#cardinal-video .stream_item .stream_video_image img {
  width: 100%;
}
#cardinal-video .cardinal-left {
  flex: 1 1 467px;
  min-width: 1px;
  min-height: 1px;
}
#cardinal-video .cardinal-left .stream_item .stream_video_title {
  color: black;
  line-height: 34px;
  font-size: 28px;
}
#cardinal-video .cardinal-left .stream_item .stream_video_title:hover {
  color: #464342;
}
#cardinal-video .cardinal-left .showcase-play-button {
  width: 75px ;
  height: 75px;
}
#cardinal-video .cardinal-right {
  flex: 0 1 233px;
  min-width: 1px;
  min-height: 1px;
}
#cardinal-video .cardinal-bottom .youtube-list {
  display: flex;
}
.cardinal-video h2 {
  margin: 0 20px;
  color: #8c1515;
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding: 10px ;
  margin-bottom: 15px;
}
.cardinal-video h2 a {
  text-decoration: none;
}
.cardinal-video .video-container {
  padding: 10px 15px;
}
.cardinal-video .stream_video_image {
  position: relative;
}
.cardinal-video .stream_video_image iframe {
  width: 100%;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cardinal-video .sponsor {
  flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.cardinal-video .share_buttons span {
  background-color: black;
  color: white;
}
#cardinal-video {
  padding: 0 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  position: static !important;
  left: auto !important;
}
@media screen and (max-width: 768px) {
  .cardinal-video .showcase-play-button {
    width: 75px !important;
    height: 75px !important;
  }
  #cardinal-video .stream_item {
    padding: 0;
    display: block;
  }
  #cardinal-video .stream_item .stream_video_title {
    color: #2c2a29;
    line-height: 34px;
    font-size: 28px;
  }
  #cardinal-video .stream_item .stream_video_title:hover {
    color: #464342;
  }
  .cardinal-mobile {
    padding: 0 20px;
    width: 100%;
  }
  #cardinal-video .youtube-list {
    width: 100%;
  }
  #cardinal-video .slick-prev,
  #cardinal-video .slick-next {
    height: 100%;
    overflow: hidden;
    width: 40px;
    position: absolute;
    top: 0;
    background: none;
    outline: none;
    padding: 0;
    border: none;
  }
  #cardinal-video .slick-prev:before,
  #cardinal-video .slick-next:before {
    height: 100%;
    width: 40px;
    content: '';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #cardinal-video .slick-prev:hover:before,
  #cardinal-video .slick-next:hover:before {
    color: black;
  }
  #cardinal-video .slick-prev {
    left: -40px;
  }
  #cardinal-video .slick-prev:before {
    content: '\e862';
    font-family: sidearm_font;
    font-size: 24px;
    color: #8c1515;
  }
  #cardinal-video .slick-next {
    right: -40px;
  }
  #cardinal-video .slick-next:before {
    content: '\e861';
    font-family: sidearm_font;
    font-size: 24px;
    color: #8c1515;
  }
}
@media screen and (max-width: 660px) {
  .cardinal-video h2 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media screen and (max-width: 539px) {
  .cardinal-video h2 a {
    font-size: 20px;
    line-height: 20px;
  }
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item .tag {
  display: none;
}
.maincontent #right_feed #mystanford .mystanford-experience .stream_item {
  padding: 0 14px 25px 0px;
}
/*countdown*/

.countdown-container {
  min-height: 60px;
  background: #8c1515;
  width: 100%;
  color: white;
  display: flex;
  padding: 0 40px;
}
.countdown-container .title {
  text-transform: uppercase;
  padding: 6px 0;
  font: 28px/1 'Source Sans Pro';
  font-style: italic;
}
.countdown-container .countdown-game-details {
  display: flex;
  align-items: center;
}
.countdown-container .countdown-details {
  display: flex;
  width: 100%;
}
.countdown-container .opponent {
  display: flex;
  align-items: center;
  font: 25px/1 'Source Sans Pro';
  margin: 0 4px;
}
.countdown-container .opponent .vsat {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  height: 60px;
  margin: 0 20px;
}
.countdown-container .opponent .vsat:before {
  content: '';
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  height: 100%;
  background: white;
  margin: 4px  0;
}
.countdown-container .opponent .vsat:after {
  content: '';
  flex: 1;
  min-width: 1px;
  min-height: 1px;
  width: 1px;
  background: white;
  margin: 4px 0 ;
}
.countdown-container .opponent .logo img {
  height: 60px;
}
.countdown-container .game-media {
  display: flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.countdown-container .game-media > a {
  display: flex;
  flex-wrap: nowrap;
  height: 60px;
  -webkit-flex-wrap: nowrap;
  padding: 0 20px 0 10px;
  margin-left: 20px;
  position: relative;
  margin-right: -40px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  color: #8c1515;
  font: 30px/1.3 'Source Sans Pro';
  text-transform: uppercase;
  font-style: italic;
}
.countdown-container .game-media > a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .game-media > a:after {
  content: none;
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
.countdown-container .countdown-details-countdown {
  margin-left: auto;
  display: flex;
}
.countdown-container .countdown-details-promo {
  margin-right: 20px;
}
.countdown-container .time {
  font: 30px/1.3 'Source Sans Pro';
  color: #8c1515;
  font-weight: 700;
}
.countdown-container .timeWrapper {
  height: 60px;
  width: 45px;
  padding: 5px 0;
  background: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  color: #8c1515;
  text-transform: uppercase;
  color: #5b5b5b;
  margin: 0 15px;
  position: relative;
}
.countdown-container .timeWrapper:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 60px solid white;
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
}
.countdown-container .timeWrapper:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 60px solid white;
  position: absolute;
  top: 0;
  right: -20px;
  border-right: 20px solid transparent;
}
@media screen and (max-width: 1255px) {
  .countdown-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
  }
  .countdown-container .countdown-details {
    flex-direction: column;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: none;
  }
  .countdown-container .timeWrapper:first-child {
    margin-left: 0px;
    padding-left: 10px;
    width: 55px;
  }
  .countdown-container .game-media > a {
    margin-right: 0px;
  }
  .countdown-container .countdown-details-countdown {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: space-between;
  }
  .countdown-container .countdown-game-details {
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .countdown-container .countdown-details-countdown {
    flex-direction: column;
    align-items: center;
  }
  .countdown-container .game-media > a:after {
    content: '';
  }
  .countdown-container .timeWrapper:first-child {
    width: 40px;
    margin-left: 15px;
    padding-left: 0;
  }
  .countdown-container .timeWrapper:first-child:before {
    content: '';
  }
  .countdown-details-countdown > * {
    margin: 20px 0;
  }
  .countdown-container .game-media > a {
    margin-left: 0;
  }
  .countdown-container .countdown-game-details {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .countdown-container .countdown-details-promo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .countdown-container .countdown-details-promo {
    margin-right: 0px;
  }
}
.sidearm-story-template .sidearm-story-template-image-credit {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.sidearm-story-template-post .sidearm-story-template-image-credit {
  font-size: 14px !important;
  font-weight: 400 !important;
  bottom: 40px !important;
  transform: initial !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
}
.sidearm-skip-landing {
  background-color: black !important;
  color: white !important;
}
/* Changing schedule custom message */

.c-tickets__details .c-tickets__opponent {
  order: 1 !important;
}
.c-tickets__details .c-tickets__info {
  order: 2 !important;
}
.c-tickets__details .c-tickets__title {
  order: 3 !important;
  font-style: italic;
  font-size: 1.1em;
  color: #8c1515;
  margin-top: 8px;
}
/* End of changing schedule custom message */

.footer_logos {
  padding-bottom: 24px;
}
.footer_logos ads-component:first-of-type .ads-container .ad.multi-ad:nth-of-type(1) {
  order: 3;
}
.footer_logos ads-component:first-of-type .ads-container .ad.multi-ad:nth-of-type(2) {
  order: 2;
}
.footer_logos ads-component:first-of-type .ads-container .ad.multi-ad:nth-of-type(3) {
  order: 4;
}
.footer_logos ads-component:first-of-type .ads-container .ad.multi-ad:nth-of-type(4) {
  order: 1;
}
.footer_logos ads-component:nth-of-type(2) .ads-container {
  display: flex;
  flex-wrap: nowrap;
}
.footer_logos ads-component:nth-of-type(2) .ads-container .ad.multi-ad:nth-of-type(1) {
  order: 1;
}
.footer_logos ads-component:nth-of-type(2) .ads-container .ad.multi-ad:nth-of-type(2) {
  order: 2;
}
.footer_logos ads-component:nth-of-type(2) .ads-container .ad.multi-ad:nth-of-type(3) {
  order: 4;
}
.footer_logos ads-component:nth-of-type(2) .ads-container .ad.multi-ad:nth-of-type(4) {
  order: 5;
}
.footer_logos ads-component:nth-of-type(2) .ads-container .ad.multi-ad:nth-of-type(5) {
  order: 3;
}
