@charset 'UTF-8';
a.social-signin,
div.social-profile {
  display: inline-block;
  padding: 5px 10px 5px 5px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  border-radius: 2px;
  text-shadow: none !important;
  font-family: arial, sans-serif;
}
.social-signin i {
  font-size: 20px;
  vertical-align: middle;
}
.twitter-signin {
  background-color: #55acee !important;
}
.facebook-signin {
  background-color: #3b5998 !important;
}
.email-signin {
  background-color: #3b3b3b !important;
}
div.social-profile {
  background: #f58025;
  color: white;
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  height: 50px;
}
div.social-profile img {
  position: absolute;
  width: 30px;
  left: 10px;
  top: 10px;
}
div.social-profile a {
  color: inherit;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
div.socialize-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: ghostwhite;
  color: black;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(255, 255, 255, 0.9) inset, 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
div.socialize-toast h2 {
  color: white;
  background: #0064b1;
  text-align: center;
  line-height: 24px;
  padding: 10px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  border-radius: 2px 2px 0 0;
}
div.socialize-toast .content {
  padding: 20px 20px 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
}
div.socialize-toast .buttonbar {
  padding: 20px;
}
div.socialize-toast .error {
  background: #ffdbdf;
  color: #860a0a;
  box-shadow: 1px 2px 10px #ecafaf inset, 1px 1px 1px 1px white;
  padding: 10px;
  border-radius: 5px;
}
div.socialize-toast input {
  box-sizing: border-box;
}
div.socialize-toast a.button,
div.socialize-toast button,
div.socialize-toast input[type='submit'] {
  color: white;
  background: #0064b1;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 10px;
  padding: 10px;
}
div.socialize-toast a.button:focus,
div.socialize-toast button:focus,
div.socialize-toast input[type='submit']:focus {
  border-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  outline: thin dotted 9px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  background: #189bff;
}
div.socialize-toast a.button.secondary,
div.socialize-toast button.secondary,
div.socialize-toast input[type='submit'].secondary {
  background: #48484f;
  color: #c8c8cf;
  padding: 5px;
  font-size: 75%;
}
div.socialize-toast a.button.link,
div.socialize-toast button.link,
div.socialize-toast input[type='submit'].link {
  background: transparent;
  color: black;
  text-decoration: underline;
  font-weight: normal;
  text-transform: none;
  box-shadow: none;
  text-shadow: none;
}
div.socialize-toast a.button,
div.socialize-toast button,
div.socialize-toast input[type='submit'],
div.socialize-toast a.button:link,
div.socialize-toast button:link,
div.socialize-toast input[type='submit']:link,
div.socialize-toast a.button:visited,
div.socialize-toast button:visited,
div.socialize-toast input[type='submit']:visited {
  background: black;
  color: white;
  font-family: "verb_blackregular", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  outline: none;
}
div.socialize-toast a.button.primary,
div.socialize-toast button.primary,
div.socialize-toast input[type='submit'].primary,
div.socialize-toast a.button:link.primary,
div.socialize-toast button:link.primary,
div.socialize-toast input[type='submit']:link.primary,
div.socialize-toast a.button:visited.primary,
div.socialize-toast button:visited.primary,
div.socialize-toast input[type='submit']:visited.primary {
  background: #f58025;
  color: white;
}
div.socialize-toast a.button.primary:focus,
div.socialize-toast button.primary:focus,
div.socialize-toast input[type='submit'].primary:focus,
div.socialize-toast a.button:link.primary:focus,
div.socialize-toast button:link.primary:focus,
div.socialize-toast input[type='submit']:link.primary:focus,
div.socialize-toast a.button:visited.primary:focus,
div.socialize-toast button:visited.primary:focus,
div.socialize-toast input[type='submit']:visited.primary:focus,
div.socialize-toast a.button.primary:hover,
div.socialize-toast button.primary:hover,
div.socialize-toast input[type='submit'].primary:hover,
div.socialize-toast a.button:link.primary:hover,
div.socialize-toast button:link.primary:hover,
div.socialize-toast input[type='submit']:link.primary:hover,
div.socialize-toast a.button:visited.primary:hover,
div.socialize-toast button:visited.primary:hover,
div.socialize-toast input[type='submit']:visited.primary:hover {
  background: #f68d3b;
}
div.socialize-toast a.button.secondary,
div.socialize-toast button.secondary,
div.socialize-toast input[type='submit'].secondary,
div.socialize-toast a.button:link.secondary,
div.socialize-toast button:link.secondary,
div.socialize-toast input[type='submit']:link.secondary,
div.socialize-toast a.button:visited.secondary,
div.socialize-toast button:visited.secondary,
div.socialize-toast input[type='submit']:visited.secondary {
  background: #9ec4e1;
  color: black;
}
div.socialize-toast a.button[disabled],
div.socialize-toast button[disabled],
div.socialize-toast input[type='submit'][disabled],
div.socialize-toast a.button.disabled,
div.socialize-toast button.disabled,
div.socialize-toast input[type='submit'].disabled,
div.socialize-toast a.button[disabled]:focus,
div.socialize-toast button[disabled]:focus,
div.socialize-toast input[type='submit'][disabled]:focus,
div.socialize-toast a.button.disabled:focus,
div.socialize-toast button.disabled:focus,
div.socialize-toast input[type='submit'].disabled:focus,
div.socialize-toast a.button[disabled]:hover,
div.socialize-toast button[disabled]:hover,
div.socialize-toast input[type='submit'][disabled]:hover,
div.socialize-toast a.button.disabled:hover,
div.socialize-toast button.disabled:hover,
div.socialize-toast input[type='submit'].disabled:hover {
  background: #9ec4e1;
  color: #363a3d;
}
div.socialize-toast a.button:focus,
div.socialize-toast button:focus,
div.socialize-toast input[type='submit']:focus,
div.socialize-toast a.button:hover,
div.socialize-toast button:hover,
div.socialize-toast input[type='submit']:hover {
  background: #191919;
}
div.socialize-toast a.button + a.button,
div.socialize-toast button + a.button,
div.socialize-toast input[type='submit'] + a.button,
div.socialize-toast a.button + button,
div.socialize-toast button + button,
div.socialize-toast input[type='submit'] + button,
div.socialize-toast a.button + input[type='submit'],
div.socialize-toast button + input[type='submit'],
div.socialize-toast input[type='submit'] + input[type='submit'] {
  margin-top: 5px;
}
div.socialize-toast input[type='text'] {
  width: 100%;
  line-height: 1;
  padding: 10px;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  background: #232323 url('https://s3.amazonaws.com/assets.sidearmsports.com/images/black_lozenge.png') fixed top center;
  color: white;
  margin: 0;
  padding: 0;
  font-family: 'verb_regularregular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: none;
}
h1,
h2 {
  color: black;
  font-family: "verb_blackregular", sans-serif;
}
h1 {
  font-size: 2em;
  margin-top: 1em;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 2em;
}
h3 {
  font-family: 'verb_blackregular', sans-serif;
  text-transform: uppercase;
  color: #3b3b3b;
  margin: 10px 0;
  font-size: 14px;
}
#rightColHeadlines h2,
h4 {
  font-family: 'verb_lightregular', sans-serif;
  text-transform: uppercase;
  color: #3b3b3b;
  margin: 10px 0;
  font-size: 16px;
}
h5 {
  font-family: "verb_blackregular", sans-serif;
  font-weight: normal;
  color: #949494;
  font-size: 14px;
  margin: 10px 0;
}
h6 {
  font-family: "verb_blackitalic", sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
a:link,
a:visited {
  color: black;
}
p a:link,
p a:visited {
  text-decoration: underline;
}
button,
.button,
button:link,
.button:link,
button:visited,
.button:visited {
  background: black;
  color: white;
  font-family: "verb_blackregular", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  outline: none;
}
button.primary,
.button.primary,
button:link.primary,
.button:link.primary,
button:visited.primary,
.button:visited.primary {
  background: #f58025;
  color: white;
}
button.primary:focus,
.button.primary:focus,
button:link.primary:focus,
.button:link.primary:focus,
button:visited.primary:focus,
.button:visited.primary:focus,
button.primary:hover,
.button.primary:hover,
button:link.primary:hover,
.button:link.primary:hover,
button:visited.primary:hover,
.button:visited.primary:hover {
  background: #f68d3b;
}
button.secondary,
.button.secondary,
button:link.secondary,
.button:link.secondary,
button:visited.secondary,
.button:visited.secondary {
  background: #9ec4e1;
  color: black;
}
button[disabled],
.button[disabled],
button.disabled,
.button.disabled,
button[disabled]:focus,
.button[disabled]:focus,
button.disabled:focus,
.button.disabled:focus,
button[disabled]:hover,
.button[disabled]:hover,
button.disabled:hover,
.button.disabled:hover {
  background: #9ec4e1;
  color: #363a3d;
}
button:focus,
.button:focus,
button:hover,
.button:hover {
  background: #191919;
}
textarea {
  height: 11em;
}
@media screen and (min-width: 62.5625em) {
  .show-for-large-up {
    display: block !important;
  }
  .hide-for-large-up {
    display: none !important;
  }
}
.reveal-modal {
  position: fixed;
  z-index: 1005;
}
.hide {
  display: none !important;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
/* IE7-/Win - Fix extra vertical space in lists */

.ui-accordion a {
  zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 0 0;
  border-top: 0;
  margin-top: 0;
  position: relative;
  top: 1px;
  margin-bottom: 0;
  overflow: hidden;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content p,
.ui-accordion .ui-accordion-content li {
  font-size: 12px;
}
.ui-accordion .ui-accordion-content ul {
  list-style-type: circle;
}
.ui-accordion .ui-accordion-content th {
  font-weight: bold;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
header {
  background: #0064b1;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: white;
  border: 0 solid #0064b1;
  border-width: 0 20px;
  box-sizing: content-box;
  margin-left: -20px;
  margin-bottom: 10px;
  padding: 0 !important;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 40em) {
  header {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 40.063em) {
  header:after {
    content: '';
    border-width: 60px 20px 0 0;
    border-style: solid;
    border-color: #0064b1 transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 2;
  }
  header:before {
    content: '';
    border-width: 60px 0 0 20px;
    border-style: solid;
    border-color: #0064b1 transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 2;
  }
  header .angle-left {
    content: '';
    border-width: 50px 20px 0 0;
    border-style: solid;
    border-color: #002a4b transparent;
    display: block;
    height: 0;
    width: 40px;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1;
  }
  header .angle-right {
    content: '';
    border-width: 50px 0 0 20px;
    border-style: solid;
    border-color: #002a4b transparent;
    display: block;
    height: 0;
    width: 40px;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 1;
  }
}
header .logo {
  background: #efefef;
  position: relative;
  float: left;
  height: 70px;
  margin: 0 40px;
  text-align: center;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 40em) {
  header .logo {
    max-width: 185px;
    margin-right: 0 !important;
  }
}
header .logo img {
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 40em) {
  header .logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
}
header .logo .custom-logo {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 100%;
  height: auto;
}
header .logo .aa-name {
  font-family: 'verb_blackregular', sans-serif;
  font-size: 16px;
  white-space: normal;
  width: 60%;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 20px;
}
header .logo .after {
  border-width: 0 20px 70px 0;
  border-style: solid;
  border-color: #efefef transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: -20px;
  top: 0;
}
header .logo .before {
  border-width: 70px 0 0 20px;
  border-style: solid;
  border-color: #efefef transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: -20px;
  top: 0;
}
header .logo .back {
  border-width: 10px 3px 0 3px;
  border-style: solid;
  border-color: #777777 transparent;
  height: 0;
  width: 0;
  position: absolute;
  right: -24px;
  bottom: 0px;
}
header .ad_sponsor {
  display: inline-block;
}
header .ads {
  float: right;
  line-height: 30px;
  height: 60px;
  display: flex;
  align-items: center;
}
header .ads .ad_watch {
  line-height: 1;
  font-size: 22px;
  float: left;
}
header .ads .ad_watch a,
header .ads a.ad_watch {
  margin-left: 10px;
}
@media screen and (max-width: 40em) {
  header .ads {
    display: none;
  }
}
header .ads a {
  color: white;
}
/* end header */

.left-off-canvas-toggle {
  float: left;
  display: none;
  margin-left: -10px;
  color: white;
  border-right: 1px solid #005698;
  margin-right: 20px;
  font-size: 24px;
  padding-right: 10px;
}
.left-off-canvas-toggle:hover {
  color: black;
}
@media screen and (max-width: 40em) {
  .left-off-canvas-toggle {
    padding-left: 10px;
    margin-left: 0;
  }
}
.contact-support-circle {
  float: right;
  color: white;
  line-height: 20px;
  text-align: center;
}
.contact-support-circle span {
  font-size: 16px;
  font-family: 'verb_blackregular';
  float: left;
  background: #0064b1;
  color: white;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.menu {
  border-bottom: 2px solid #8bb8db;
  height: 44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 40em) {
  .menu {
    display: none;
  }
}
.menu li a {
  float: left;
  line-height: 40px;
  border-top: 3px solid transparent;
  padding: 0 20px;
  background: #9ec4e1;
  color: white;
  margin-right: 8px;
  font-family: 'verb_blackregular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px 2px 0 0;
}
.menu li a img {
  max-height: 35px;
}
.menu li a.ui-state-active {
  border-top-color: #0064b1;
  background: #e6e6e6;
  color: #0064b1;
}
.main-column {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.main-column .media_object_image {
  width: auto !important;
}
.main-column img {
  max-width: 100%;
}
@-webkit-keyframes fade-in-up {
  0% {
    transform: scale(0.5) translate(-50%, 50%);
    opacity: 0;
  }
  100% {
    transform: scale(0.5) translate(-50%, -50%);
    opacity: 1;
  }
}
@media screen and (min-width: 640px) {
  .scroll-past-video #player .spacer {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
#player {
  background: #0064b1;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  position: relative;
  z-index: 100;
}
#player .aspect {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#player .aspect iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
}
@media screen and (min-width: 640px) {
  body.scroll-past-video #player .aspect {
    position: fixed;
    top: auto;
    bottom: 140px;
    margin-left: 628px;
    width: 604px;
    height: 340px;
    padding-bottom: 0;
    -webkit-animation: fade-in-up 750ms ease;
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
  }
}
#player .info {
  color: white;
  padding: 10px;
  font-family: verb_blackregular;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 40em) {
  #player .info {
    font-size: 15px;
    padding: 5px;
  }
}
#videoPlayerStatsWidget {
  width: 100%;
  border: 0;
  height: 333px;
  display: block;
}
@media screen and (max-width: 40em) {
  #videoPlayerStatsWidget {
    display: none !important;
  }
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}
.ui-buttonset,
.ui-tabs-nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.ui-buttonset > li,
.ui-tabs-nav > li {
  display: inline-block;
}
.ui-buttonset .ui-button,
.ui-tabs-nav .ui-button,
.ui-buttonset > li,
.ui-tabs-nav > li {
  margin-right: 8px;
  margin-left: 0;
}
.ui-buttonset > .hide-for-large-up,
.ui-tabs-nav > .hide-for-large-up {
  display: inline-block !important;
}
@media screen and (min-width: 62.5625em) {
  .ui-buttonset > .hide-for-large-up,
  .ui-tabs-nav > .hide-for-large-up {
    display: none !important;
  }
}
.ui-buttonset .ui-button,
.ui-tabs-nav .ui-button,
.ui-buttonset > li > a,
.ui-tabs-nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 40px;
  border-style: solid;
  border-color: transparent;
  border-width: 3px 0 0;
  color: #0064b1;
  padding: 0 20px;
  background: #9ec4e1;
  color: white;
  font-family: 'verb_blackregular', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  border-radius: 2px 2px 0 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 40em) {
  .ui-buttonset .ui-button,
  .ui-tabs-nav .ui-button,
  .ui-buttonset > li > a,
  .ui-tabs-nav > li > a {
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
    height: 40px;
  }
  .ui-buttonset .ui-button,
  .ui-tabs-nav .ui-button,
  .ui-buttonset > li > a,
  .ui-tabs-nav > li > a,
  .ui-buttonset .ui-button span,
  .ui-tabs-nav .ui-button span,
  .ui-buttonset > li > a span,
  .ui-tabs-nav > li > a span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 14px;
    vertical-align: middle;
  }
}
.ui-buttonset .ui-state-active,
.ui-tabs-nav .ui-state-active,
.ui-buttonset .ui-state-active a,
.ui-tabs-nav .ui-state-active a {
  border-color: #0064b1;
  background: white;
  color: #0064b1;
}
.main-column .ui-buttonset .ui-state-active,
.main-column .ui-tabs-nav .ui-state-active,
.main-column .ui-buttonset .ui-state-active a,
.main-column .ui-tabs-nav .ui-state-active a {
  background: #e6e6e6;
}
.ui-tabs-nav {
  margin: 0;
}
.main-column .ui-tabs-nav {
  background: #e6e6e6;
  padding: 5px 5px 0;
  border-radius: 3px 3px 0 0;
}
.main-column .ui-tabs-nav .ui-state-active a {
  background: white;
}
.ui-buttonset {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 40em) {
  .ui-buttonset {
    margin-top: 10px;
  }
}
.ui-tabs-panel {
  overflow: hidden;
  background: white;
  padding: 10px;
}
.filters {
  background: #e6e6e6;
}
@media screen and (max-width: 40em) {
  .filters {
    display: flex;
  }
}
.filters select,
.filters input[type='text'] {
  margin: 10px 10px 0;
  width: auto;
  padding: 2px 12px 2px 4px;
  display: inline-block;
}
@media screen and (max-width: 40em) {
  .filters select,
  .filters input[type='text'] {
    margin: 2px 0;
    width: 100%;
    height: 40px;
    display: block;
  }
}
.media-list-empty {
  padding: 30px 10px;
  margin: 0;
  text-align: center;
  background: #e6e6e6;
  color: black;
}
.media-list {
  padding: 10px 0 0;
  background: #e6e6e6;
}
@media screen and (max-width: 40em) {
  .media-list {
    padding-top: 0;
    font-size: 9px;
    line-height: 12px;
    height: 45vh;
    overflow-y: auto;
  }
}
.media-list h4 {
  background: #b2b2b2;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: 'verb_regularregular', sans-serif;
  font-size: 14px;
}
.media-list h4.liveToday {
  background: #0064b1;
  color: white;
}
.media-list .media-list-item {
  border-top: 2px solid #e6e6e6;
  min-height: 80px;
  background: white;
  color: black;
  padding: 14px 20px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0 10px;
}
@media screen and (max-width: 40em) {
  .media-list .media-list-item {
    min-height: 40px;
    padding: 8px 8px;
  }
}
.media-list .media-list-item:hover {
  background: #cccccc;
  cursor: pointer;
}
.media-list .media-list-item.upcoming:hover {
  background-color: white;
  cursor: default;
}
.media-list .media-list-item .media-info {
  padding: 0 100px 0 110px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 40em) {
  .media-list .media-list-item .media-info {
    padding: 2px 50px 0px 57px;
  }
}
.media-list .media-list-item .live {
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: black transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: 14px;
  top: 14px;
}
.media-list .media-list-item .locked {
  position: absolute;
  left: 52px;
  top: 20px;
  color: #aaaaaa;
  background: black;
  font-size: 18px;
  padding: 3px 2px;
}
@media screen and (max-width: 40em) {
  .media-list .media-list-item .locked {
    left: 28px;
    top: 14px;
    font-size: 12px;
    padding: 3px 2px;
  }
}
.media-list .media-list-item .poster {
  height: 50px;
  width: 90px;
  position: absolute;
  left: 14px;
  top: 14px;
  background: black;
}
@media screen and (max-width: 40em) {
  .media-list .media-list-item .poster {
    height: 25px;
    width: 45px;
    left: 8px;
    top: 8px;
  }
}
.media-list .media-list-item .poster img {
  width: 100%;
  height: 100%;
}
.media-list .media-list-item .opponent-logo {
  position: absolute;
  z-index: 1;
  top: 1px;
  height: 70px;
  opacity: 0.3;
  right: 100px;
}
.media-list .media-list-item .info {
  color: black;
  font-family: 'verb_blackregular', sans-serif;
  font-size: 120%;
}
.media-list .media-list-item .title {
  color: black;
  font-size: 120%;
}
.media-list .media-list-item .live-text {
  background: black;
  color: white;
  float: left;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 11px;
  margin-right: 2px;
}
.media-list .media-list-item .free {
  background: black;
  color: white;
  float: left;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 11px;
  margin-right: 2px;
}
.media-list .media-list-item .audio-only {
  background: #b2b2b2;
  color: white;
  float: left;
  font-size: 11px;
  padding: 2px 4px;
  line-height: 11px;
  margin-right: 2px;
}
.media-list .media-list-item .actions {
  float: right;
  position: relative;
  z-index: 3;
}
.media-list .media-list-item .actions button {
  border: none;
  outline: none;
  background: #b2b2b2;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  padding: 2px 4px;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
  width: 80px;
  text-align: left;
}
.media-list .media-list-item .actions button:first-child {
  margin-top: 0;
}
@media screen and (max-width: 40em) {
  .media-list .media-list-item .actions button {
    font-size: 0;
    padding: 2px 3px;
    width: auto;
  }
  .media-list .media-list-item .actions button i {
    font-size: 20px;
  }
}
.media-list .media-list-item .actions button:hover,
.media-list .media-list-item .actions button:focus {
  background: black;
}
main,
footer {
  background: #d9e8f3;
  color: #0d0d0d;
  border-width: 0 10px;
  border-style: solid;
  border-color: #d9e8f3;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  display: block;
}
@media screen and (max-width: 40em) {
  main,
  footer {
    border-width: 0;
  }
}
.dim-the-lights-cover {
  -webkit-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
}
.dim-the-lights {
  overflow: hidden;
}
.dim-the-lights main > .main-column #player {
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 640px) {
  
}
@media screen and (min-width: 980px) {
  .dim-the-lights main > .main-column #player {
    margin-left: -20px;
    margin-top: -10px;
    width: 980px;
  }
}
@media screen and (min-width: 1100px) {
  .dim-the-lights main > .main-column #player {
    margin-left: -80px;
    margin-top: -10px;
    width: 1100px;
  }
}
@media screen and (min-width: 1980px) {
  .dim-the-lights main > .main-column #player {
    margin-left: -470px;
    margin-top: -10px;
    width: 1890px;
  }
}
.dim-the-lights .dim-the-lights-cover {
  -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
  height: 100%;
}
.grid:after {
  content: '.';
  color: white;
  float: none;
  clear: both;
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
@media screen and (max-width: 62.5em) {
  .grid {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 62.5625em) {
  .grid {
    width: 980px;
    margin: 0 auto;
  }
  .grid > [class^="cols_"],
  .grid > [class*=" cols_"] {
    float: left;
    padding: 10px;
  }
  .grid.reverse > * {
    float: right;
  }
  .grid .right {
    float: right;
  }
  .grid .cols_1 {
    width: 5%;
  }
  .grid .cols_2 {
    width: 10%;
  }
  .grid .cols_3 {
    width: 15%;
  }
  .grid .cols_4 {
    width: 20%;
  }
  .grid .cols_5 {
    width: 25%;
  }
  .grid .cols_6 {
    width: 30%;
  }
  .grid .cols_7 {
    width: 35%;
  }
  .grid .cols_8 {
    width: 40%;
  }
  .grid .cols_9 {
    width: 45%;
  }
  .grid .cols_10 {
    width: 50%;
  }
  .grid .cols_11 {
    width: 55%;
  }
  .grid .cols_12 {
    width: 60%;
  }
  .grid .cols_13 {
    width: 65%;
  }
  .grid .cols_14 {
    width: 70%;
  }
  .grid .cols_15 {
    width: 75%;
  }
  .grid .cols_16 {
    width: 80%;
  }
  .grid .cols_17 {
    width: 85%;
  }
  .grid .cols_18 {
    width: 90%;
  }
  .grid .cols_19 {
    width: 95%;
  }
  .grid .cols_20 {
    width: 100%;
  }
}
footer,
.footer {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 30px;
}
footer {
  border-top: 1px solid #cccccc;
  padding-bottom: 80px;
}
@media screen and (max-width: 40em) {
  footer {
    padding: 0;
  }
}
footer div {
  margin-bottom: 20px;
}
footer div:after {
  content: '.';
  color: white;
  float: none;
  clear: both;
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
footer .ad_watch {
  padding: 30px 10px 0 0;
  float: left;
}
@media screen and (max-width: 40em) {
  footer .ad_watch {
    padding: 0;
  }
}
.footer a {
  display: block;
}
.utility-links {
  margin-bottom: 20px;
}
.utility-links:after {
  content: '.';
  color: white;
  float: none;
  clear: both;
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
.utility-links .button {
  padding: 7px 0;
  height: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-left-color: #1a1a1a;
}
.utility-links .button:first-child {
  border-radius: 2px 0 0 2px;
  border-left-color: black;
}
.utility-links .button:last-child {
  border-radius: 0 2px 2px 0;
}
.utility-links .button.single-line {
  line-height: 40px;
}
.utility-links small {
  text-transform: uppercase;
  font-family: 'verb_regularregular', sans-serif;
  font-size: 80%;
  display: block;
}
.utility-links span {
  text-transform: uppercase;
  font-family: 'verb_blackregular', sans-serif;
  font-size: 120%;
  display: block;
}
.right-column-top-ads {
  margin-bottom: 20px;
}
.stories .story {
  border-bottom: 1px solid #b2d0e7;
  padding: 10px 0;
  position: relative;
  min-height: 80px;
  word-wrap: break-word;
}
.stories .story:first-child {
  border-top: 1px solid #b2d0e7;
  margin-top: 10px;
}
.stories .story:after {
  content: '.';
  color: white;
  float: none;
  clear: both;
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
.stories .story .image {
  width: 110px;
  min-height: 60px;
  max-height: 80px;
  overflow: hidden;
  float: left;
  background: #b2d0e7;
}
.tweets .stories .story .image {
  width: 48px;
  height: 48px;
  min-height: 0;
}
.stories .story .image img {
  max-width: 100%;
  max-height: 100%;
}
.stories .story .title {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  line-height: 18px;
}
.tweets .stories .story .title {
  text-transform: none;
}
.tweets .stories .story .title a {
  color: black;
}
.stories .story .header {
  color: black;
  font-family: 'verb_blackregular', sans-serif;
  font-size: 14px;
}
.tweets .stories .story .header a {
  font-family: 'verb_regularbold', sans-serif;
}
.tweets .stories .story .header .date {
  font-family: 'verb_regularregular', sans-serif;
  font-size: 12px;
}
.stories .story .header,
.stories .story .title {
  float: left;
  width: 176px;
  margin-left: 10px;
}
.tweets .stories .story .header,
.tweets .stories .story .title {
  width: 238px;
  margin-left: 10px;
}
.watch-embed-code-generate {
  background: #b2b2b2;
  clear: both;
  padding: 10px;
  cursor: default;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25) inset, 0 -10px 10px -10px rgba(0, 0, 0, 0.25) inset;
}
.watch-embed-code-generate h4 {
  color: black;
  padding: 0;
  font-family: 'verb_blackregular', sans-serif;
  margin: 10px 0 0;
}
.watch-embed-code-generate h4:first-child {
  margin-top: 0;
}
.watch-embed-code-generate input,
.watch-embed-code-generate textarea {
  font: 12px monospace;
  margin: 0;
  padding: .25em;
}
.watch-embed-code-generate textarea {
  height: 4em;
  margin-bottom: 5px;
}
.watch-embed-code-generate label {
  font-size: 12px;
}
.story_wrapper {
  padding: 10px;
  background: white;
  color: #444444;
}
.story_wrapper .story_headline {
  font-family: 'verb_blackregular', sans-serif;
  font-size: 18px;
  color: black;
}
.story_wrapper .story_byline {
  font-family: 'verb_regularitalic', sans-serif;
  font-size: 12px;
  color: black;
}
.package-options {
  margin-bottom: 40px;
  clear: both;
}
@media screen and (max-width: 62.5em) {
  .package-options {
    padding: 10px;
  }
}
.package {
  overflow: hidden;
  background: #ededed;
  border: 1px solid #dbdbdb;
  margin: 10px 0 0 0;
  position: relative;
  min-height: 180px;
}
.package.centered {
  text-align: center;
}
.package > * {
  padding: 10px;
}
.package h4 {
  color: black;
  font-family: "verb_blackregular", sans-serif;
}
.package p {
  font-size: 11px;
}
.package .summary {
  height: 100%;
  background: #acacac;
  color: white;
  text-align: center;
}
.package .summary .summary-bottom div {
  display: inline;
}
@media screen and (min-width: 40.063em) {
  .package .summary {
    position: absolute;
    right: 0;
    top: 0;
  }
  .package .summary .summary-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
  }
  .package .summary .summary-bottom div {
    display: block;
  }
}
.package.highlighted {
  background: white;
  border-color: black;
}
.package.highlighted .summary {
  background: black;
}
.package.highlighted button {
  color: black;
}
.package .price {
  font-size: 20px;
  font-family: "verb_blackregular", sans-serif;
  margin-bottom: 10px;
}
.package .recurring {
  text-transform: uppercase;
  font-family: "verb_blackregular", sans-serif;
}
.package button {
  background: white;
  color: #acacac;
  padding: 4px 8px;
  display: block;
  margin: 0 auto;
  font-family: "verb_blackregular", sans-serif;
  text-transform: uppercase;
  outline: none;
}
.package button.right {
  color: white;
  background: black;
  float: right;
}
span.error,
span.ok {
  background: transparent;
  font-style: normal;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
span.error {
  color: #f20b16;
}
span.ok {
  color: #28d03c;
}
.dot-header {
  margin-top: 18px;
  border-top: 1px dotted black;
  margin-bottom: 0;
  font-family: "verb_blackregular", sans-serif;
  float: left;
  width: 100%;
}
.dot-header.extra-top {
  margin-top: 30px;
}
.dot-header span {
  position: relative;
  top: -12px;
  background: white;
  padding-right: .5em;
  padding-left: .5em;
}
label {
  color: black;
}
label small {
  color: inherit;
  text-transform: uppercase;
}
.button-row {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #ededed;
}
.button-row button {
  margin: 2px;
}
@media screen and (max-width: 62.5em) {
  .button-row {
    text-align: center;
  }
}
.post-form-row {
  margin-top: 1em;
}
.post-form-row p {
  font-size: 100%;
  padding: 0 10px;
}
.reveal-modal a:link,
.reveal-modal a:visited {
  color: #0064b1;
  text-decoration: underline;
}
.reveal-modal h2 {
  font-size: 27px;
  margin: 0;
  font-family: 'verb_blackregular';
}
.reveal-modal h3 {
  font-size: 16px;
  margin: 24px 0;
  font-family: 'verb_regularregular';
}
.stickybar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 100;
}
.stickybar .ad_watch {
  margin: 0 auto;
}
.hide-on-large-down,
.show-on-large-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hide-on-large,
  .hide-on-large-down {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .show-on-large-only {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-on-large-down {
    display: block !important;
  }
}
.ui-dialog {
  background: white;
  padding: 12px;
  z-index: 201;
}
.ui-dialog .ui-dialog-titlebar {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ui-dialog .ui-dialog-title {
  font-size: 20px;
  font-weight: bold;
  color: #5d6165;
  line-height: 22px;
}
.ui-dialog .ui-dialog-titlebar-close {
  font-size: 0;
  margin-left: auto;
  -webkit-appearance: none;
  background: transparent;
  color: black;
  border: none;
  padding: 10px;
  height: 40px;
  line-height: 0.6;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "\00d7";
  font-weight: bold;
  font-size: 30px;
}
.ui-dialog label {
  color: #5d6165;
  font-size: 75%;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 7px;
}
.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
}
.button-group {
  margin-top: 12px;
  display: flex;
  flex-flow: row wrap;
}
.button-group:before,
.button-group:after {
  content: none;
}
.button-group.space-between {
  justify-content: space-between;
}
.button-group button {
  padding: 6px;
  height: auto;
  width: auto;
}
body.ncaa-theme header {
  background: #007ac3;
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #ff8e30;
  border: 0 solid #007ac3;
  border-width: 0 20px;
  box-sizing: content-box;
  margin-left: -20px;
  margin-bottom: 10px;
  padding: 0 !important;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}
body.ncaa-theme .main-column {
  width: 100%;
}
body.ncaa-theme .media-list-empty {
  color: #007ac3;
}
body.ncaa-theme .media-list-item {
  color: #007ac3;
}
body.ncaa-theme .media-list-item .live {
  border-color: #007ac3 transparent;
}
body.ncaa-theme .media-list-item .poster {
  background: #007ac3;
}
body.ncaa-theme .media-list-item .info {
  color: #007ac3;
}
body.ncaa-theme .media-list-item .live-text {
  background: #007ac3;
}
body.ncaa-theme .media-list-item .free {
  background: #007ac3;
}
body.ncaa-theme .media-list-item .actions button:hover {
  background: #007ac3;
}
body.ncaa-theme .ui-buttonset .ui-state-active,
body.ncaa-theme .ui-tabs-nav .ui-state-active,
body.ncaa-theme .ui-buttonset .ui-state-active a,
body.ncaa-theme .ui-tabs-nav .ui-state-active a {
  border-color: #007ac3;
  color: #007ac3;
}
body.ncaa-theme .media-list h4.liveToday {
  background: #007ac3;
}
body.ncaa-theme .left-off-canvas-toggle {
  border-right: 1px solid #006aaa;
}
body.ncaa-theme .left-off-canvas-toggle:hover {
  color: black;
}
body.ncaa-theme .contact-support-circle span {
  background: #007ac3;
}
@media screen and (min-width: 40.063em) {
  body.ncaa-theme header:after {
    content: '';
    border-width: 60px 20px 0 0;
    border-style: solid;
    border-color: #007ac3 transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 2;
  }
  body.ncaa-theme header:before {
    content: '';
    border-width: 60px 0 0 20px;
    border-style: solid;
    border-color: #007ac3 transparent;
    height: 0;
    width: 0;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 2;
  }
  body.ncaa-theme header .angle-left {
    content: '';
    border-width: 50px 20px 0 0;
    border-style: solid;
    border-color: #020405 transparent;
    display: block;
    height: 0;
    width: 40px;
    position: absolute;
    right: -60px;
    top: 0;
    z-index: 1;
  }
  body.ncaa-theme header .angle-right {
    content: '';
    border-width: 50px 0 0 20px;
    border-style: solid;
    border-color: #020405 transparent;
    display: block;
    height: 0;
    width: 40px;
    position: absolute;
    left: -60px;
    top: 0;
    z-index: 1;
  }
}
body.ncaa-theme button,
body.ncaa-theme .button,
body.ncaa-theme button:link,
body.ncaa-theme .button:link,
body.ncaa-theme button:visited,
body.ncaa-theme .button:visited {
  background: #007ac3;
  color: white;
  font-family: "verb_blackregular", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  outline: none;
}
body.ncaa-theme button.primary,
body.ncaa-theme .button.primary,
body.ncaa-theme button:link.primary,
body.ncaa-theme .button:link.primary,
body.ncaa-theme button:visited.primary,
body.ncaa-theme .button:visited.primary {
  background: white;
  color: #007ac3;
}
body.ncaa-theme button.primary:focus,
body.ncaa-theme .button.primary:focus,
body.ncaa-theme button:link.primary:focus,
body.ncaa-theme .button:link.primary:focus,
body.ncaa-theme button:visited.primary:focus,
body.ncaa-theme .button:visited.primary:focus,
body.ncaa-theme button.primary:hover,
body.ncaa-theme .button.primary:hover,
body.ncaa-theme button:link.primary:hover,
body.ncaa-theme .button:link.primary:hover,
body.ncaa-theme button:visited.primary:hover,
body.ncaa-theme .button:visited.primary:hover {
  background: #32526e;
}
body.ncaa-theme button.secondary,
body.ncaa-theme .button.secondary,
body.ncaa-theme button:link.secondary,
body.ncaa-theme .button:link.secondary,
body.ncaa-theme button:visited.secondary,
body.ncaa-theme .button:visited.secondary {
  background: #b4bbc2;
  color: #007ac3;
}
body.ncaa-theme button[disabled],
body.ncaa-theme .button[disabled],
body.ncaa-theme button.disabled,
body.ncaa-theme .button.disabled,
body.ncaa-theme button[disabled]:focus,
body.ncaa-theme .button[disabled]:focus,
body.ncaa-theme button.disabled:focus,
body.ncaa-theme .button.disabled:focus,
body.ncaa-theme button[disabled]:hover,
body.ncaa-theme .button[disabled]:hover,
body.ncaa-theme button.disabled:hover,
body.ncaa-theme .button.disabled:hover {
  background: #b4bbc2;
  color: #516271;
}
body.ncaa-theme button:focus,
body.ncaa-theme .button:focus,
body.ncaa-theme button:hover,
body.ncaa-theme .button:hover {
  background: #384c5d;
}
body.ncaa-theme #player .info {
  background: #007ac3;
  color: white;
  padding: 10px;
  font-family: verb_blackregular;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 40em) {
  body.ncaa-theme #player .info {
    font-size: 15px;
    padding: 5px;
  }
}
body.ncaa-theme #rightColTabs {
  display: none;
}
ul.off-canvas-list li span.label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
  text-align: left;
}
