/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.main-nav-grey {
  background-color: #363636;
}

.bg-wh {
  background: #033156;
}

.bg-sportsbet {
  background: #1dafed;
}

.bg-crownBet {
  background: #933e8d;
}

.bg-luxbet {
  background: #b0223f;
}

.bg-ladbrokes {
  background: #e8212d;
}

.grey-bg {
  background-color: #f2f2f2 !important;
}

.green-bg {
  background-color: #60dd63 !important;
}

.white-bg {
  background-color: white !important;
}

.red-bg {
  background-color: #fc2842 !important;
}

.orange-bg {
  background-color: #fcaa35 !important;
}

.red {
  color: #fc2842 !important;
}

.green {
  color: #60dd63 !important;
}

.black {
  color: black;
}

.white {
  color: white !important;
}

.white-button {
  background-color: white !important;
  border: 1px solid black;
  color: black;
}

.white-button:hover {
  color: #fcaa35 !important;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.orange {
  color: #fcaa35 !important;
  transition: 2s;
}

.black-bg {
  background: #000000 !important;
}

.border-grey {
  border: 1px solid #343434;
}

.grey-tab-bg {
  background-color: #e4e4e4;
}

.grey-tab-bg h1 {
  color: #b3b3b3 !important;
}

.bt-aflw {
  border-top: 3px solid #1dafed;
}

.bt-nrl {
  border-top: 3px solid #f92c47;
}

.bt-afl {
  border-top: 3px solid #2f2863;
}

.bt-socc {
  border-top: 3px solid #1fc814;
}

.bt-si {
  border-top: 3px solid #fcaa35;
}

@font-face {
  font-family: "roboto-thin";
  src: url("/static/fonts/roboto/Roboto-Thin.ttf");
}

@font-face {
  font-family: "roboto-light";
  src: url("/static/fonts/roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: "roboto-regular";
  src: url("/static/fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "cooper-hewitt-medium";
  src: url("https://statsinsider-wwwbeta.azureedge.net/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf");
}

@font-face {
  font-family: "roboto-bold";
  src: url("/static/fonts/roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: "cooper-hewitt-heavy";
  src: url("https://statsinsider-wwwbeta.azureedge.net/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf");
}

@font-face {
  font-family: "roboto-medium";
  src: url("/static/fonts/roboto/Roboto-Medium.ttf");
}

@font-face {
  font-family: "roboto";
  src: url("/static/fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "roboto-light-italic";
  src: url("/static/fonts/roboto/Roboto-LightItalic.ttf");
}

@font-face {
  font-family: "roboto-condensed-regular";
  src: url("/static/fonts/roboto/RobotoCondensed-Regular.ttf");
}

.coming-soon {
  background-color: #f2f2f2;
  color: #333333;
  border: none !important;
}

.coming-soon:hover {
  color: white !important;
}

.active-graph-btn {
  background-color: #fcaa35;
  border: 1px solid #fcaa35 !important;
  color: white;
  transition: 0.5s;
}

.last-div {
  float: right !important;
  margin-right: 0px !important;
}

.max-width {
  max-width: 1250px;
}

.underline {
  border-bottom: 1px solid #f2f2f2;
}

.topline {
  border-top: 1px solid #f2f2f2;
}

.no-border {
  border: 0px !important;
}

.no-margin {
  margin-right: 0px !important;
}

.no-hover-white:hover {
  color: white !important;
  cursor: default !important;
}

.greyed-out {
  color: #a9a9a9;
  background-color: white !important;
  border: 1px solid #f2f2f2 !important;
}

.greyed-out:hover {
  color: #a9a9a9 !important;
  cursor: not-allowed !important;
}

.inactive {
  color: #e0e0e0 !important;
}

.inactive:hover {
  color: #e0e0e0 !important;
  cursor: not-allowed !important;
}

.button-yellow-bg {
  background-color: #fcaa35 !important;
  color: white !important;
}

.button-yellow-bg:hover {
  color: black !important;
  cursor: pointer;
}

.button-yellow-bg a:hover {
  color: black !important;
}

.button-red-bg {
  background-color: red !important;
  color: white !important;
  border: 0px !important;
}

.button-red-bg:hover {
  color: black !important;
  cursor: pointer;
}

.button-green-bg {
  background-color: #60dd63 !important;
  color: white !important;
}

.button-green-bg:hover {
  color: black !important;
}

.button-no-bg {
  color: black !important;
}

.button-no-bg:hover {
  color: #fcaa35 !important;
  cursor: pointer;
}

.nav-button-left {
  background-color: none;
}

.hidden {
  display: none;
}

.hidden-important {
  display: none !important;
}

hide-important {
  display: none !important;
}

.black-link:hover {
  color: black !important;
  cursor: pointer;
}

.black-link a:hover {
  color: black !important;
}

.border-top {
  border-top: 1px solid #e0e0e0 !important;
}

@media screen and (max-width: 750px) {
  .to-hide {
    display: none !important;
  }
}

.to-show {
  display: none;
}

@media screen and (max-width: 750px) {
  .to-show {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .to-hide-mobile {
    display: none !important;
  }
}

.group-active {
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  filter: grayscale(30%);
  transition: 0.2s;
}

.group-active:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 850px) {
  .sidebar-hide {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sidebar-hide {
    display: inline;
  }
}

.hiddenOverflow {
  overflow: hidden;
}

no-hover-link a:hover {
  color: inherit !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.top-live {
  color: #60dd63 !important;
  text-transform: uppercase;
}

.top-upcoming {
  color: #727272 !important;
  text-transform: uppercase;
}

.top-finished {
  color: #fc2842;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .premium-text-hide {
    display: none !important;
  }
}

.invisible {
  visibility: hidden;
}

.no-border-right {
  border-right: 0px !important;
}

.no-border-left {
  border-left: 0px !important;
}

.selected {
  background-color: #fcaa35;
  color: white;
  opacity: 1 !important;
  border: none !important;
  v-webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-selected {
  background-color: #fcaa35;
  color: white;
  opacity: 1 !important;
  v-webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* Hide lazy loaded images until loading has begun (so that alt text only appears if image fails to load) */
img.lazy:not([src]) {
  opacity: 0;
}

h1 {
  font-family: "roboto-bold";
}

.full-width {
  width: 100% !important;
}

/* sidebar */
.side-bar-title {
  font-family: "roboto-bold";
  font-size: 12px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.title {
  margin-bottom: 15px;
  font-family: "roboto-bold";
  font-size: 0.75em;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-left: 15px;
  color: black;
}

@media screen and (max-width: 1050px) {
  .hide {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .projected-ladder-table .pl-title-headers div {
    width: 14% !important;
  }
}

@media screen and (max-width: 1050px) {
  .projected-ladder-table .pl-main-table .pl-main-table-row .plmt-points-ctr .plmt-points {
    width: 14% !important;
  }
}

.projected-season-ladder {
  padding-top: 20px;
  font-family: "roboto-medium";
}

.left-side-bar {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  height: auto;
}

.left-side-bar li {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-family: "roboto-medium";
  margin-bottom: -1px;
}

.left-side-bar li:hover {
  cursor: pointer;
}

.left-side-bar p {
  font-size: 12px;
  padding-top: 10px;
  font-family: "roboto-medium";
}

.left-side-bar i.sport-icon {
  font-size: 15px;
  padding-top: 15px;
  float: right;
  color: #fcaa35;
}

.left-side-bar img {
  width: 15px;
  float: right;
  padding-top: 15px;
}

.left-side-bar img.advert-tile {
  width: 100%;
  padding-top: 0;
}

.left-side-bar .side-bar-title {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
}

.left-side-bar .btp-t-headline {
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px !important;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px !important;
}

.sidebar-links li {
  line-height: 35px !important;
}

.split-col-ctr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .split-col-ctr {
    flex-direction: column;
    align-items: stretch;
  }
}

.split-col {
  flex: 1 1 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 10px;
}

@media screen and (max-width: 500px) {
  .split-col {
    flex: 0 0 auto;
    margin-left: 0;
  }
}

.split-col.first {
  margin-left: 0;
}

.split-col > div {
  height: 100%;
}

.retry-button {
  background-color: #fcaa35;
  color: white;
  font-family: "roboto-bold";
  font-size: 13px;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}

.retry-button i {
  margin-right: 5px;
}

.retry-button:hover {
  color: black;
}

.error-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.next-to-go-ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.next-to-go-ctr.reversed {
  flex-direction: column-reverse;
}

.next-match-widget {
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

.next-match-widget .next-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.next-match-widget .next-toggle .next-toggle-option {
  margin-left: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #e0e0e0;
  text-transform: uppercase;
}

.next-match-widget .next-toggle .next-toggle-option.selected-option {
  color: black;
}

.next-match-widget .next-match-title {
  border-bottom: 1px solid #e0e0e0;
  line-height: 35px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.next-match-widget .next-match-ctr {
  margin-top: 10px;
}

.next-match-widget .next-match-ctr .next-match {
  font-family: "roboto-bold";
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

.next-match-widget .next-match-ctr .next-match:hover span {
  color: #fcaa35;
}

.next-match-widget .next-match-ctr .next-match span {
  color: black;
}

.next-match-widget .next-match-ctr .next-match .next-match-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .next-match-widget .next-match-ctr .next-match .next-match-icon {
    padding: 0 10px;
  }
}

.next-match-widget .next-match-ctr .next-match .next-match-icon img {
  height: 20px;
}

.next-match-widget .next-match-ctr .next-match .next-match-team {
  flex: 2 2 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
}

.next-match-widget .next-match-ctr .next-match .next-match-team.left {
  text-align: left;
  align-items: flex-start;
}

.next-match-widget .next-match-ctr .next-match .next-match-team.right {
  text-align: right;
  align-items: flex-end;
}

.next-match-widget .next-match-ctr .next-match .next-match-time {
  flex: 1 1 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.next-match-widget .next-race-ctr {
  margin-top: 10px;
}

.next-match-widget .next-race-ctr .next-race {
  font-family: "roboto-bold";
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

.next-match-widget .next-race-ctr .next-race:hover span {
  color: #fcaa35;
}

.next-match-widget .next-race-ctr .next-race span {
  color: black;
}

.next-match-widget .next-race-ctr .next-race .next-race-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

@media screen and (max-width: 500px) {
  .next-match-widget .next-race-ctr .next-race .next-race-icon {
    padding: 0 10px;
  }
}

.next-match-widget .next-race-ctr .next-race .next-race-icon img {
  height: 20px;
}

.next-match-widget .next-race-ctr .next-race .next-race-info {
  flex: 2 2 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
}

.next-match-widget .next-race-ctr .next-race .next-race-name {
  flex: 2 2 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  padding: 0 5px;
}

.next-match-widget .next-race-ctr .next-race .next-race-time {
  flex: 1 1 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.advert-carousel-cntr {
  margin-bottom: 10px;
  padding: 20px 10px;
  background-color: white;
}

.advert-carousel-cntr .carousel-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.advert-carousel-cntr .carousel-main #carousel-back, .advert-carousel-cntr .carousel-main #carousel-forward {
  cursor: pointer;
  z-index: 3;
}

.advert-carousel-cntr .carousel-main #carousel-back i, .advert-carousel-cntr .carousel-main #carousel-forward i {
  font-size: 36px;
  color: lightgrey;
}

.advert-carousel-cntr .carousel-main #carousel-back i:hover, .advert-carousel-cntr .carousel-main #carousel-forward i:hover {
  color: #aaaaaa;
}

.advert-carousel-cntr .carousel-main .carousel-images {
  flex: 1 1 auto;
  position: relative;
  height: 200px;
  margin: 0 20px;
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel {
  height: 75%;
  top: 12.5%;
  position: absolute;
  transform: translateX(0%);
  transition: all 0.5s;
  display: inline-block;
  z-index: 1;
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-main {
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-left {
  left: 0;
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-right {
  left: 100%;
  transform: translateX(-100%);
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-left, .advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-right {
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-left:hover, .advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-right:hover {
  filter: unset;
  -webkit-filter: unset;
}

.advert-carousel-cntr .carousel-main .carousel-images .carousel.crsl-hidden {
  opacity: 0;
  z-index: 0;
}

.advert-carousel-cntr .carousel-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0 10px;
}

.advert-carousel-cntr .carousel-footer .carousel-dots {
  flex: 1 1 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.advert-carousel-cntr .carousel-footer .carousel-dots .carousel-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: lightgrey;
}

.advert-carousel-cntr .carousel-footer .carousel-dots .carousel-dot.lit {
  background-color: #fcaa35;
}

.left-box-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  margin-bottom: 0.625em;
}

.left-box-1 li {
  line-height: 45px;
}

.left-box-1 li:hover {
  background-color: #f2f2f2;
}

.left-box-1 span {
  color: #fcaa35;
  font-size: 0.75em;
  padding-top: 0.625em;
}

.left-box-1 .si-c-sub {
  line-height: 11px;
}

.left-box-1 li:last-of-type div.underline {
  border-bottom: none;
}

.left-box-2 {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  background-color: white;
  padding: 1.25em;
}

.left-box-2 span {
  font-size: 13px;
  padding-left: 0.625em;
}

section.home-page .sic-sports-prediction-wrp {
  display: inline-block;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: white;
}

section.home-page .sic-sports-prediction-wrp .ball-img {
  width: 50%;
  float: right;
  border-top: 1px solid #e0e0e0;
  margin-top: 3.7em;
  padding-top: 1.5em;
  padding-left: 2em;
}

section.home-page .sic-sports-prediction-wrp .ball-img img {
  width: 100px;
}

section.home-page .sic-sports-prediction-teams {
  width: 50%;
  display: inline-block;
}

.games-row-top {
  width: 97%;
  margin: 0 auto;
  padding-top: 0.5em;
}

.games-row-top .align-left {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  margin: 0px;
  padding: 5px;
}

.games-row-top .align-right {
  margin: 0px;
  padding: 5px;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

.upcoming-games-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  padding-top: 1.25em;
}

/* game Widget*/
.widget-box {
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  margin: 4%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 1260px) {
  .widget-box {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .widget-box {
    width: 92%;
  }
}

.widget-top-text {
  text-align: center;
  padding-top: 0.3125em;
}

.widget-top-text h1 {
  font-size: 0.8125em;
}

.widget-top-text span {
  font-size: 0.75em;
}

.text-box {
  margin-top: 0.5625em;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.625em;
  transition: 0.3s;
  background-color: white;
}

.text-box:hover {
  color: #fcaa35;
  cursor: pointer;
}

.circle {
  width: 35%;
  padding-top: 0.3125em;
}

.widget-img-text {
  width: 30%;
  display: inline-block;
}

.widget-img-text img {
  width: 100%;
  padding-top: 1.5625em;
}

.widget-img-text h1 {
  text-align: center;
}

.orange {
  color: #fcaa35;
}

/* Projected Season Ladder Page */
.background-color-wrap {
  clear: both;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.background-color-wrap .previous-games-ctr {
  padding-top: 10px !important;
}

.rankings-intro {
  padding: 40px;
}

.rankings-intro h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.rankings-intro p {
  font-size: 12px;
  text-align: center;
  font-family: "roboto-regular";
}

/* Match Page */
.background-color-wrap-round {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.match-title-img {
  width: 50px;
}

.team-title-cntr img {
  height: 25px;
  margin: auto;
}

.results-container {
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 1050px) {
  .results-container {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .results-page-right {
    display: none !important;
  }
}

.results-container-full-width {
  width: 100% !important;
}

.nrl-table li {
  height: 38px;
  margin-top: 0px;
  line-height: 34px;
  padding-top: 5px;
  font-family: 'roboto-medium';
  clear: both;
}

.nrl-table span {
  float: right;
  color: #fcaa35;
  font-size: 13px;
  padding-right: 1.25em;
  padding-top: 0px;
}

.nrl-table span:hover {
  color: #fcaa35;
}

.round-page-container {
  margin-left: 1.25em;
  margin-right: 1.25em;
}

@media screen and (max-width: 600px) {
  .round-page-container {
    margin: 0px;
  }
}

@media screen and (min-width: 1250px) {
  .round-page-container {
    margin: 0px;
  }
}

/* TO WIN WIDGET */
.widget-title {
  font-size: 15px;
  font-family: "roboto-bold";
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget-title.noextrapadding {
  margin-bottom: 0px;
}

.calendar-icon {
  position: absolute;
  color: #b0bcc9;
  right: 10px;
  top: 9px;
  font-size: 15px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .calendar-icon {
    top: 17px;
  }
}

.race-date-picker-ctr {
  display: none;
}

.race-date-picker-ctr.visible {
  display: block;
}

.widget-container {
  margin-top: 20px;
  position: relative;
}

.widget-container.no-pad {
  margin-top: 0;
}

.tipping-widget-title {
  margin-bottom: 0;
}

.widget-box-large {
  width: 100%;
  display: flex;
  align-items: center;
  height: 250px;
  background-color: #f2f2f2;
  position: relative;
}

.date-time {
  font-size: 12px;
  font-family: "roboto-medium";
  text-align: center;
  text-transform: uppercase;
}

.widget-box-small {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 120px;
  position: relative;
}

.widget-box-small .details-left, .widget-box-small .details-right {
  flex: 1 1 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 12px;
}

.widget-box-small .details-left p, .widget-box-small .details-right p {
  font-size: 12px;
}

.widget-box-small .details-left h1, .widget-box-small .details-right h1 {
  word-break: break-all;
}

.widget-box-small .details-left .widget-img-text-left, .widget-box-small .details-left .widget-img-text-right, .widget-box-small .details-right .widget-img-text-left, .widget-box-small .details-right .widget-img-text-right {
  width: unset;
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .widget-box-small .details-left .widget-img-text-left, .widget-box-small .details-left .widget-img-text-right, .widget-box-small .details-right .widget-img-text-left, .widget-box-small .details-right .widget-img-text-right {
    display: unset;
  }
}

.widget-box-small .details-left .widget-img-text-left img, .widget-box-small .details-left .widget-img-text-right img, .widget-box-small .details-right .widget-img-text-left img, .widget-box-small .details-right .widget-img-text-right img {
  width: unset;
  height: 30px;
  padding-top: 0;
}

.widget-box-small .widget-circle {
  width: unset;
  flex: 0 0 30%;
}

.draw-small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.draw-small h2 {
  padding-top: 0.625em;
}

.draw-small h1, .draw-small h2 {
  font-size: 12px;
  font-family: "roboto-bold";
}

.widget-circle {
  width: 19.26606%;
  float: left;
  margin-right: 0.91743%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 500px) {
  .widget-circle {
    width: 33%;
  }
}

.widget-circle img {
  width: 100%;
  background-image: url("../assets/MEL-large.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 500px) {
  .widget-circle img {
    background-size: 80px;
  }
}

.details-right {
  font-family: 'roboto-medium';
  font-size: 14px;
  width: 19.26606%;
  float: left;
  margin-right: 0.91743%;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .details-right {
    width: 33%;
  }
}

.details-right p {
  font-size: 20px;
  padding-top: 0.625em;
}

.details-right h1 {
  word-break: break-all;
}

.details-left {
  font-family: 'roboto-medium';
  font-size: 14px;
  width: 19.26606%;
  float: left;
  margin-right: 0.91743%;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .details-left {
    width: 33%;
  }
}

.details-left p {
  font-size: 20px;
  padding-top: 0.625em;
}

.details-left h1 {
  word-break: break-all;
}

.widget-img-text-left {
  width: 20%;
  padding-bottom: 25px;
  display: inline-block;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .widget-img-text-left {
    display: none;
  }
}

.widget-img-text-left img {
  display: block;
  margin: 0 auto;
  width: 40%;
  padding-top: 25px;
}

.widget-img-text-left h1 {
  text-align: center;
  font-size: 15px;
  border: 1px solid;
  padding: 10px;
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-family: 'roboto-medium';
}

@media screen and (max-width: 500px) {
  .widget-img-text-bottom {
    display: none;
  }
}

.widget-img-text-right {
  width: 20%;
  padding-bottom: 25px;
  display: inline-block;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .widget-img-text-right {
    display: none;
  }
}

.widget-img-text-right img {
  display: block;
  margin: 0 auto;
  width: 40%;
  padding-top: 25px;
}

.widget-img-text-right h1 {
  font-size: 15px;
  text-align: center;
  border: 1px solid;
  padding: 10px;
  width: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-family: 'roboto-medium';
}

.extra-stats p {
  float: left;
  width: 33.3%;
  background-color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.article-slide {
  border-top: 2px solid black;
  width: 100%;
  height: 100px;
}

.article-slide .slide {
  height: 100px;
  background-image: url("../assets/featuredblog.jpg");
  margin-right: 0px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid black;
}

.article-slide .slide:hover {
  cursor: pointer;
}

.article-slide .slide h1 {
  padding: 10px;
  font-family: "roboto-thin";
  color: white;
}

.slick-prev {
  left: 0px !important;
  z-index: 999;
}

.slick-next {
  right: 0px !important;
}

.top-markets-cntr {
  position: relative;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1030px) {
  .top-markets-cntr {
    width: 100%;
    margin-right: 0;
  }
}

.top-markets-cntr .active {
  background-color: #f2f2f2;
}

.top-markets-cntr .left-text {
  align-items: center;
  background-color: #dddddd;
  display: inline-flex;
  float: none;
  width: 100%;
}

.top-markets-cntr .left-text .padding {
  padding-top: 10px;
}

.top-markets-cntr .left-text h1 {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  width: 50%;
  height: 45px;
}

.top-markets-cntr .left-text h1:hover {
  background-color: #f2f2f2;
  cursor: pointer;
  color: #fcaa35;
}

.right-cntr {
  margin-right: 0px;
  border-top: none;
  background-color: #f2f2f2;
}

.right-cntr .inner-boxes {
  height: 180px;
  display: flex;
  padding-top: 20px;
  text-align: center;
  overflow: hidden;
}

.right-cntr .inner-boxes i {
  font-size: 40px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.over-under {
  display: none;
}

.markets-info-box {
  font-size: 15px;
  text-transform: uppercase;
  width: 33%;
  padding-top: 15px;
}

.markets-info-box img {
  display: block;
  margin: 0 auto;
  width: 40px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.markets-info-box p {
  font-size: 15px;
  padding-top: 10px;
}

.markets-info-box-right {
  font-size: 15px;
  text-transform: uppercase;
  width: 33%;
  padding-top: 15px;
}

.markets-info-box-right img {
  display: block;
  margin: 0 auto;
  width: 40px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.markets-info-box-right p {
  font-size: 15px;
  padding-top: 10px;
}

.market-widget-circle {
  width: 33%;
}

.market-widget-circle img {
  width: 125px;
  display: block;
  margin: 0 auto;
  background-image: url("../assets/MEL-large.png");
  background-size: 55px;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .market-widget-circle img {
    width: 120px;
  }
}

.markets-bottom-text {
  height: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.markets-bottom-text h1 {
  width: 33.3%;
  font-size: 15px;
}

.markets-bottom-text h1 span.odds {
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
}

.punting-widget {
  margin-bottom: 10px;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  background-color: white;
  padding: 20px;
}

@media screen and (max-width: 1030px) {
  .punting-widget {
    width: 100%;
    margin-left: 0px;
  }
}

.punting-widget .punting-title {
  font-family: 'roboto-bold';
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  margin-bottom: 20px;
}

.punting-team-stats {
  background-color: #f2f2f2;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
  height: 98px;
}

.punting-team-stats .punting-jersey {
  padding-left: 25px;
  width: 20%;
  float: left;
}

.punting-team-stats .punting-jersey img {
  width: 25px;
  margin-left: 40px;
  padding-top: 5px;
}

@media screen and (max-width: 500px) {
  .punting-team-stats .punting-jersey img {
    margin-left: 0;
  }
}

.punting-team-stats .punting-jersey .fa, .punting-team-stats .punting-jersey .fal, .punting-team-stats .punting-jersey .far, .punting-team-stats .punting-jersey .fas {
  margin-left: 32px;
  font-size: 35px;
  padding: 6px;
}

@media screen and (max-width: 500px) {
  .punting-team-stats .punting-jersey .fa, .punting-team-stats .punting-jersey .fal, .punting-team-stats .punting-jersey .far, .punting-team-stats .punting-jersey .fas {
    margin-left: 0px;
    padding-left: 0px;
  }
}

.punting-team-stats .punting-stats {
  width: 50%;
  float: left;
  line-height: 1.5em;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}

.big-little-ctr {
  background-color: white;
  padding: 20px;
  height: 250px;
  margin-bottom: 10px;
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 850px) {
  .big-little-ctr {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.big-little-ctr .big-little-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: white;
  font-size: 15px;
  font-family: 'roboto-medium';
}

.big-little-ctr .inner-left {
  padding: 5px;
  padding-left: 0px;
  padding-top: 0px;
  width: 49.54128%;
  float: left;
  margin-right: 0.91743%;
  margin-right: 0;
}

.big-little-ctr .inner-left h1 {
  text-align: center;
  padding: 15px;
  font-size: 15px;
}

.big-little-ctr .inner-left .text-left {
  font-size: 13px;
  float: left;
  padding-left: 20px;
  border-left: 3px solid white;
  line-height: 25px;
}

.big-little-ctr .inner-left .text-left span {
  font-size: 17px;
}

.big-little-ctr .inner-left .text-right {
  font-size: 12px;
  font-family: "roboto-bold";
  float: left;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid black;
  padding: 10px;
}

@media screen and (max-width: 1150px) {
  .big-little-ctr .inner-left .text-right {
    margin-left: 5px;
    float: right;
  }
}

.big-little-ctr .inner-right {
  /*    height: 120px;*/
  padding: 5px;
  padding-left: 0px;
  padding-top: 0px;
  width: 49.54128%;
  float: left;
  margin-right: 0.91743%;
}

.big-little-ctr .inner-right h1 {
  text-align: center;
  padding: 15px;
  font-size: 15px;
}

.big-little-ctr .inner-right .text-left {
  font-size: 13px;
  float: left;
  padding-left: 20px;
  margin-left: 10px;
  line-height: 25px;
  border-left: 3px solid white;
}

.big-little-ctr .inner-right .text-left span {
  font-size: 17px;
}

.big-little-ctr .inner-right .text-right {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid black;
  padding: 10px;
}

.si-preview-wrap {
  position: relative;
  min-height: 250px;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
  margin-bottom: 10px;
  background-color: white;
  padding: 20px;
}

@media screen and (max-width: 850px) {
  .si-preview-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.si-preview-wrap .si-preview-ctr .si-preview-title {
  font-family: 'roboto-medium';
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.si-preview-wrap .si-preview-ctr .si-preview-content {
  background-color: #f2f2f2;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 150px;
}

.si-preview-wrap .si-preview-ctr .si-preview-content p {
  padding: 10px;
  line-height: 20px;
}

.article-button {
  margin-left: 20px;
}

.previous-games-ctr .log-in-btn {
  width: 100%;
  display: block;
}

.button {
  margin-top: 10px;
  letter-spacing: 0.5px;
  text-align: center;
  padding: 15px;
  display: inline-block;
  font-size: 13px;
  font-family: "roboto-bold";
}

.button:hover {
  cursor: pointer;
}

.log-in-btn {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  color: #fcaa35;
  border: 1px solid #fcaa35;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 25px;
  font-size: 13px;
}

.log-in-btn:hover {
  background-color: #fcaa35;
  color: white;
  cursor: pointer;
}

.section-title h1 {
  border-bottom: 1px solid #e0e0e0;
  line-height: 35px;
  margin-left: 2px;
  text-align: left;
  text-transform: uppercase;
}

.section-title img {
  width: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}

.contributors-ctnr-page {
  width: 100%;
  background-color: white;
  margin-bottom: 10px;
}

.contributors-ctnr-page .contributors-title {
  border: 1px solid #e0e0e0;
  line-height: 30px;
  padding-left: 10px;
}

.contributors-ctnr-page .contributors-inner {
  border: 0px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .contributors-inner {
    display: inline-block;
  }
}

.contributors-ctnr-page .left-inner {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .left-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.contributors-ctnr-page .left-inner img {
  width: 120px !important;
  display: block;
  margin: 0 auto !important;
  margin-top: 15px !important;
}

.contributors-ctnr-page .right-inner {
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
  padding-top: 0px !important;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .right-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .contributors-ctnr-page .right-inner h1 {
    text-align: center;
  }
  .contributors-ctnr-page .right-inner p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contributors-ctnr-page .right-inner h1 {
  font-size: 22px !important;
  letter-spacing: 1px;
  padding-top: 10px !important;
}

.contributors-ctnr-page .right-inner p {
  font-size: 13px;
  line-height: 25px;
}

.contributors-ctnr-page .contributors-stats-box {
  border-top: 1px solid #e0e0e0;
  background-color: white;
  text-align: center;
  margin-bottom: 10px;
}

.contributors-ctnr-page .contributors-stats-box .stats-articles {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  padding-top: 5px;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .contributors-stats-box .stats-articles {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
  }
}

.contributors-ctnr-page .contributors-stats-box .stats-articles h1 {
  font-family: 'roboto-thin';
  padding-top: 5px;
}

.contributors-ctnr-page .stats-icons {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 5px;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .stats-icons {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    padding: 10px;
  }
}

.contributors-ctnr-page .stats-icons img {
  width: 25px;
  margin-left: 10px;
  vertical-align: middle;
}

.contributors-ctnr-page .stats-social {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  padding: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .stats-social {
    width: 150px;
    display: -webkit-inline-box;
    margin: 0 auto;
    float: none;
    padding: 10px;
  }
}

.contributors-ctnr-page .stats-social h1 {
  float: left;
  padding: 5px;
  font-family: 'roboto-thin';
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .stats-social h1 {
    float: none;
  }
}

.contributors-ctnr-page .stats-social img {
  width: 25px;
  float: left;
  margin-left: 35px;
}

@media screen and (max-width: 860px) {
  .contributors-ctnr-page .stats-social img {
    margin-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .contributors-ctnr-page .stats-social img {
    float: none;
  }
}

.contributors-ctnr {
  width: 100%;
  padding: 5px;
  background-color: white;
  margin-bottom: 10px;
}

.contributors-ctnr h1 {
  font-size: 15px;
  float: left;
}

.contributors-ctnr p {
  font-size: 13px;
}

.contributors-ctnr .contributors-title {
  border: 1px solid #e0e0e0;
  line-height: 30px;
  padding-left: 10px;
  height: 30px;
}

.contributors-ctnr .contributors-title img {
  width: 20px;
  float: right;
  margin-right: 10px;
  margin-top: 6px;
}

.contributors-inner {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: none;
  display: inline-flex;
  padding-top: 5px;
  padding-bottom: 15px;
}

.contributors-inner .left-inner img {
  border-radius: 100%;
  width: 100px;
  border: 2px solid #fcaa35;
  margin-top: 5px;
  margin-left: 5px;
}

.contributors-inner .right-inner {
  padding-left: 10px;
  padding-top: 15px;
}

.contributors-inner .right-inner p {
  font-family: "roboto-medium";
  font-size: 12px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.contributors-inner .right-inner a {
  font-size: 12px;
  font-family: 'roboto-bold';
  margin-top: 12px;
  color: #fcaa35;
}

.contributors-inner .right-inner .sports-ball {
  width: 60px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1100px) {
  .contributors-inner .right-inner .sports-ball {
    float: none;
  }
}

.contributors-inner .right-inner .sports-ball img {
  width: 15px;
}

.contributors-inner .right-inner .sports-ball p {
  color: #0296d1;
}

.contributors-inner .right-inner h1 {
  padding-bottom: 10px;
  width: 100%;
  float: left;
  font-size: 13px;
}

.contributors-inner .right-inner .twitter-link {
  padding-top: 5px;
}

.contributors-inner .right-inner .twitter-link img {
  width: 20px;
  float: left;
}

.contributors-inner .right-inner .twitter-link p {
  font-size: 12px;
  font-family: "roboto-bold";
  color: #0296d1;
  float: left;
  padding: 3px;
}

.article-section-style1 {
  width: 100%;
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

.single-article {
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-article .si-c-title {
  padding-top: 10px;
}

.single-article .si-c-body {
  padding-bottom: 20px;
}

.single-article img {
  width: 100%;
}

.si-box {
  padding: 5px;
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 850px) {
  .si-box {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.si-box img {
  width: 100%;
}

.bottom-row img {
  width: 100%;
}

.daily-briefing .main-article-pre {
  padding-top: 0 !important;
}

.article-section-style2 {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
}

.article-section-style2 .style2-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article-section-style2 .si-content-reviews .si-c-title {
  font-family: "roboto-medium";
}

.article-section-style2 .si-content-reviews .si-c-sub {
  margin-top: 10px;
  color: #adadad;
}

.article-section-style2 .si-content-reviews .si-c-sub .lighten {
  font-family: "roboto-light";
}

.article-section-style2 .si-content-reviews .si-c-body {
  font-family: "roboto-regular";
  color: #162533;
}

.article-section-style2.featured {
  height: calc(100% - 10px);
}

.article-section-style2.blog {
  height: calc(100% - 10px);
}

.article-section-style2.blog .section-title {
  font-size: 15px;
}

.article-section-style2.blog .main-article-pre {
  padding: 20px 0 0 0;
  margin-bottom: 0;
  border: none;
}

.article-section-style2.blog .main-article-pre .main-a-title {
  text-transform: unset;
  padding-bottom: 0;
  font-size: 15px;
}

.article-section-style2.blog .main-article-pre .si-c-sub {
  color: #adadad;
}

.article-section-style2.blog .main-article-pre .si-c-sub .lighten {
  font-family: "roboto-light";
}

.article-section-style6 {
  background-color: white;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .article-section-style6 {
    flex-direction: column;
    padding: 20px;
  }
}

.article-section-style6 .section-title h1 {
  border-bottom: none;
  margin-left: 0;
  font-size: 15px;
  line-height: 15px;
  font-family: "roboto-medium";
}

.article-section-style6 .articles-loading {
  padding: 20px;
  min-height: 200px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.article-section-style6 .style6-hero {
  flex: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
  border-collapse: collapse;
  float: left;
  padding-right: 40px;
}

@media screen and (max-width: 500px) {
  .article-section-style6 .style6-hero {
    padding-right: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
  }
}

.article-section-style6 .style6-hero .main-article-pre {
  border: none;
  padding: 20px 0;
  padding-bottom: 0;
}

.article-section-style6 .style6-hero .main-article-pre .si-c-sub {
  padding-top: 10px;
  padding-bottom: 0;
}

.article-section-style6 .style6-hero .main-a-title {
  text-transform: unset;
  font-size: 15px;
  line-height: 1.4;
}

.article-section-style6 .style6-hero .main-a-title:hover {
  color: #fcaa35;
}

.article-section-style6 .bp-sports-wrp {
  flex: 1;
  border-left: 1px solid #e0e0e0;
  border-collapse: collapse;
  padding-left: 40px;
}

@media screen and (max-width: 500px) {
  .article-section-style6 .bp-sports-wrp {
    padding-left: 0;
    border-left: 0;
    margin-top: 20px;
  }
}

.article-section-style6 .si-content-reviews {
  border-bottom: none;
}

@media screen and (max-width: 500px) {
  .article-section-style6 .si-content-reviews {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.article-section-style6 .si-c-title {
  font-family: "roboto-medium";
  font-size: 12px;
  line-height: 16px;
}

.article-section-style6 .si-c-title:hover {
  color: #fcaa35;
}

.article-section-style6 .si-c-right {
  float: unset;
  width: unset;
  padding-left: 0;
}

.article-section-style6 .si-c-sub {
  color: #adadad;
}

.article-section-style6 .si-c-sub .lighten {
  font-family: "roboto-light";
}

.article-section-style7 {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
}

.article-section-style7.club20 {
  border-top: 3px solid #e0255a;
}

.article-section-style7 .articles-loading {
  padding: 20px;
  min-height: 200px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.article-section-style7 .bp-sports-wrp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .article-section-style7 .bp-sports-wrp {
    flex-direction: column;
  }
}

.article-section-style7 .bp-sports-wrp .si-content-reviews {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 5px;
  flex: 1 1 10px;
  border: none;
  margin-top: 5px;
}

@media screen and (max-width: 500px) {
  .article-section-style7 .bp-sports-wrp .si-content-reviews {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
  }
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-left {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-left {
    width: 40%;
  }
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-left .sic-art-thumb {
  min-height: 120px;
}

@media screen and (max-width: 500px) {
  .article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-left .sic-art-thumb {
    min-height: unset;
  }
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right {
  width: 100%;
  padding: 0;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right {
    width: 60%;
    margin-left: 20px;
  }
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right .si-c-title {
  line-height: 1.2;
  font-family: "roboto-medium";
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right .si-c-title:hover {
  color: #fcaa35;
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right .si-c-sub {
  color: #adadad;
}

.article-section-style7 .bp-sports-wrp .si-content-reviews .si-c-right .si-c-sub .lighten {
  font-family: "roboto-light";
}

.article-section-style8 {
  background-color: white;
  margin-bottom: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 500px) {
  .article-section-style8 {
    flex-direction: column;
    padding: 20px;
  }
}

.article-section-style8 .section-title {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.article-section-style8 .section-title h1 {
  border-bottom: none;
  margin-left: 0;
  font-size: 15px;
  line-height: 15px;
  font-family: "roboto-medium";
}

.article-section-style8 .style6-hero {
  flex: 2 2 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  border-collapse: collapse;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .style6-hero {
    flex-direction: column;
    align-items: center;
  }
}

.article-section-style8 .style6-hero .main-article-ctr {
  flex: 0 0 40%;
}

.article-section-style8 .style6-hero .main-article-pre {
  flex: 0 0 60%;
  border: none;
  padding: 20px 0;
  padding-bottom: 0;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .style6-hero .main-article-pre {
    padding-left: 0;
  }
}

.article-section-style8 .style6-hero .main-article-pre .si-c-sub {
  padding-top: 10px;
  padding-bottom: 0;
}

.article-section-style8 .style6-hero .main-a-title {
  text-transform: unset;
  font-size: 15px;
  line-height: 1.4;
}

.article-section-style8 .style6-hero .main-a-title:hover {
  color: #fcaa35;
}

.article-section-style8 .bp-sports-wrp {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-collapse: collapse;
  overflow-x: auto;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .bp-sports-wrp {
    padding-left: 0;
    padding-top: 10px;
    border-left: 0;
    flex-direction: column;
  }
}

.article-section-style8 .si-content-reviews {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 5px;
  flex: 0 0 25%;
  border: none;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .si-content-reviews {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
  }
}

.article-section-style8 .si-content-reviews .si-c-left {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .si-content-reviews .si-c-left {
    width: 40%;
  }
}

.article-section-style8 .si-content-reviews .si-c-left .sic-art-thumb {
  min-height: unset;
}

.article-section-style8 .si-content-reviews .si-c-right {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  flex: 1 1 auto;
}

@media screen and (max-width: 500px) {
  .article-section-style8 .si-content-reviews .si-c-right {
    width: 60%;
    margin-left: 20px;
  }
}

.article-section-style8 .si-content-reviews .si-c-right .si-c-title {
  line-height: 1.2;
  font-family: "roboto-medium";
}

.article-section-style8 .si-content-reviews .si-c-right .si-c-title:hover {
  color: #fcaa35;
}

.article-section-style8 .si-content-reviews .si-c-right .si-c-sub {
  color: #adadad;
}

.article-section-style8 .si-content-reviews .si-c-right .si-c-sub .lighten {
  font-family: "roboto-light";
}

.article-section-style8 .si-c-title {
  font-family: "roboto-medium";
  font-size: 12px;
  line-height: 16px;
}

.article-section-style8 .si-c-title:hover {
  color: #fcaa35;
}

.article-section-style8 .si-c-right {
  float: unset;
  width: unset;
  padding-left: 0;
}

.article-section-style8 .si-c-sub {
  color: #adadad;
}

.article-section-style8 .si-c-sub .lighten {
  font-family: "roboto-light";
}

.upcoming-game-preview {
  /*  @media screen and (max-width: 1200px) {
    height: 200px;
  }*/
  width: 100%;
}

.upcoming-game-preview .top-row {
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 1200px) {
  .upcoming-game-preview .top-row {
    border: none;
  }
}

.upcoming-game-preview .top-row .jersey-image {
  width: 18.28571%;
  float: left;
  margin-right: 0.57143%;
  margin-right: 0px;
  padding-top: 10px;
}

.upcoming-game-preview .top-row .jersey-image img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.upcoming-game-preview .top-row .top-box {
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 5px;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  text-align: center;
  padding-left: 1.25em;
  line-height: 20px;
  margin-right: 0px;
}

.upcoming-game-preview .top-row .top-box:nth-child(odd) {
  border-right: none;
}

.upcoming-game-preview .top-row .top-box:nth-last-child(2),
.upcoming-game-preview .top-row .top-box:nth-last-child(2) ~ .child {
  border-bottom: 1px solid #e0e0e0;
}

.upcoming-game-preview .top-row .top-box:last-child {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 1200px) {
  .upcoming-game-preview .top-row .top-box {
    border-left: none;
  }
}

.upcoming-game-preview .top-row .top-box h1 {
  width: 49.42529%;
  float: left;
  margin-right: 1.14943%;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 12px;
  font-family: "roboto-bold";
  text-transform: uppercase;
}

.upcoming-game-preview .top-row .top-box h1 span {
  padding: 5px;
}

.upcoming-game-preview .top-row .top-box .live-button-after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .upcoming-game-preview .top-row .top-box {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 0px;
  }
}

.upcoming-game-preview .top-row .top-box:hover {
  text-transform: uppercase;
  background-color: #fcaa35 !important;
  color: white !important;
  font-family: "roboto-bold";
}

.upcoming-game-preview .top-row .top-box:hover .jersey-image {
  display: none;
}

.upcoming-game-preview .top-row .top-box:hover .live-button-before {
  display: none;
}

.upcoming-game-preview .top-row .top-box:hover .live-button-after {
  padding-bottom: 12.5px;
  padding-top: 13.5px;
  font-size: 13px;
  width: 100%;
  margin-bottom: -1px;
  display: block;
  color: white;
}

.main-article-pre {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #fcaa35;
}

.share-box {
  color: #aaaaaa;
  float: right;
}

@media screen and (max-width: 1200px) {
  .share-box {
    margin-left: 0px;
  }
}

.share-box .fa, .share-box .fal, .share-box .far, .share-box .fas {
  width: 25px;
  height: 25px;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #aaaaaa;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.share-box .fa:last-child, .share-box .fal:last-child, .share-box .far:last-child, .share-box .fas:last-child {
  padding-left: 8px;
}

.social {
  margin-right: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 9px;
  font-size: 20px;
}

.social:hover {
  color: #fcaa35;
  cursor: pointer;
  border: 1px solid #fcaa35;
}

.article-style3 {
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

.article-style3 .style-3-box {
  padding: 10px;
  margin-top: 10px;
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
}

.article-style3 .style-3-box img {
  width: 110%;
  height: 95px;
}

@media screen and (max-width: 600px) {
  .article-style3 .style-3-box {
    width: 49.61832%;
    float: left;
    margin-right: 0.76336%;
    margin: 0px;
  }
}

.second-sports-windows {
  margin-left: 20px;
  width: 90%;
}

.second-sports-windows .sports-window {
  padding-left: 0.3125em;
  padding-top: 0.125em;
}

.second-sports-windows .slick-prev:before, .second-sports-windows .slick-next:before {
  color: black;
}

.second-sports-windows .slick-prev {
  left: -25px !important;
}

.second-sports-windows .sports-window-inner {
  width: 190px;
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.second-sports-windows .sports-window-inner .sports-window-inner-title {
  font-size: 12px;
  font-family: 'roboto-medium';
  padding-bottom: 10px;
}

.second-sports-windows .sports-window-inner .sports-window-inner-teamname {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 10px;
  padding-bottom: 5px;
}

.advert-medium .advert-full-width {
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 950px) {
  .advert-medium .advert-full-width {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.advert-medium .advert-full-width img {
  height: 250px;
}

.advert-medium .big-little-ctr {
  position: relative;
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 950px) {
  .advert-medium .big-little-ctr {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.si-tipping-ctr {
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

.si-tipping-ctr .si-tipping-left {
  width: 57.14286%;
  float: left;
  margin-right: 2.85714%;
  padding-top: 20px;
}

.si-tipping-ctr .si-tipping-left p {
  font-family: "roboto-medium";
}

@media screen and (max-width: 950px) {
  .si-tipping-ctr .si-tipping-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.si-tipping-ctr .si-tipping-right {
  width: 37.0229%;
  float: left;
  margin-right: 0.76336%;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 20px;
  height: 270px;
}

@media screen and (max-width: 1100px) {
  .si-tipping-ctr .si-tipping-right {
    padding-top: 0px;
    padding: 10px;
  }
}

@media screen and (max-width: 950px) {
  .si-tipping-ctr .si-tipping-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    height: auto;
  }
}

.tipping-table {
  margin-bottom: 10px;
  background-color: white;
  padding-right: 10px;
}

.tipping-table table {
  width: 100%;
  font-family: 'roboto-medium';
  text-align: center;
  line-height: 35px;
}

.tipping-table table img {
  vertical-align: middle;
  width: 15px;
}

.tipping-table table .span1 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.tipping-table table .span2 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.tipping-table table .span3 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

.tipping-table table tr {
  line-height: 35px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
}

.tipping-table table tr:last-child {
  border-bottom: 0px;
}

.tipping-table thead {
  background-color: #f2f2f2;
  font-family: 'roboto-bold';
}

.tipping-table thead tr {
  border-bottom: 0px;
}

.tipping-table tbody tr:last-child {
  border-bottom: 0px;
}

.tipping-leader-ctr {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.tipping-leader-ctr .leader-table table {
  width: 100%;
  font-family: 'roboto-medium';
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tipping-leader-ctr .leader-table table .span1 {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  font-size: 12px;
}

.tipping-leader-ctr .leader-table table .span2 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  font-size: 12px;
}

.tipping-leader-ctr .leader-table table .span3 {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  font-size: 12px;
  margin-right: 0px;
}

.tipping-leader-ctr .leader-table table .span4 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  font-size: 12px;
}

.tipping-leader-ctr .leader-table table tr {
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}

.tipping-leader-ctr .leader-table thead {
  background-color: #f2f2f2;
  font-family: 'roboto-bold';
}

.tipping-leader-ctr .leader-table thead tr {
  border-bottom: 0px;
}

.tipping-leader-ctr .button {
  background-color: white;
  font-size: 30px;
  color: black;
  padding: 0px;
}

.tipping-leader-ctr .button:hover {
  color: #fcaa35;
}

.tipping-widget .second-header {
  padding: 0px !important;
}

.tipping-widget .inner {
  display: inline-flex;
  width: 100%;
}

.tipping-widget img {
  width: 55px;
  display: block;
  margin: 0 auto;
  opacity: 0.3;
  padding-top: 10px;
  padding-bottom: 5px;
}

.tipping-widget img:hover {
  opacity: 1;
}

.tipping-widget .tipping-col {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  text-transform: uppercase;
}

.tipping-widget .tipping-col p {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 10px;
  width: 60px;
  margin: 0 auto;
  font-size: 15px;
  font-family: "roboto-bold";
  color: #e0e0e0;
}

.tipping-widget .tipping-col h1 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #e0e0e0;
}

.tipping-widget .tipping-col:hover p {
  color: #000000;
  border: 1px solid black;
}

.tipping-widget .tipping-col:hover h1 {
  color: #000000;
}

.tipping-widget .tipping-col:hover img {
  opacity: 1;
}

.player-widget-ctr {
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

.player-widget-ctr .player-widget-inner {
  text-align: center;
  background-color: white;
  font-family: 'roboto-medium';
}

.player-widget-ctr .player-widget-inner .sirating {
  font-size: 60px;
  padding-top: 5px;
}

.player-widget-ctr .player-number {
  color: white;
  font-size: 20px;
  padding-top: 50px;
  background-image: url(../assets/BRI-large.png);
  background-size: 150px;
  background-repeat: no-repeat;
  display: block;
  height: 150px;
  margin: 0 auto;
  width: 150px;
}

.player-widget-ctr h1 {
  border: 1px solid #e0e0e0;
  padding: 10px;
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  background-color: white;
  font-size: 15px;
  font-family: "roboto-bold";
}

.player-widget-ctr p {
  padding-top: 10px;
}

.tipping-cntr {
  height: 300px;
  width: 100%;
}

.side-bar-title-widget {
  font-size: 15px;
  border: #e0e0e0 1px solid;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100% !important;
  background-color: white;
}

.right-side-bar .tipping-state-2 {
  float: none !important;
  width: 100% !important;
}

.tipping-state-2 {
  background-color: white;
  text-align: center;
}

.tipping-state-2 .widget-title {
  margin-bottom: 10px;
  margin-top: 0px;
}

.tipping-state-2 .second-title {
  font-size: 12px;
}

.tipping-state-2 .fa, .tipping-state-2 .fal, .tipping-state-2 .far, .tipping-state-2 .fas {
  color: #fcaa35;
  font-size: 75px;
  margin-top: -10px;
  margin-left: -10px;
}

.tipping-state-2 .button {
  padding: 10px !important;
  margin-top: 0px !important;
}

.tipping-state-2 h1 {
  line-height: 25px;
  font-size: 22px;
}

.tipping-state-2 p {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.tipping-state-2 .inner-left {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  padding-top: 10px;
  text-transform: uppercase;
}

.tipping-state-2 .inner-left img {
  width: 50px;
  padding-bottom: 10px;
}

.tipping-state-2 .inner-left .fa, .tipping-state-2 .inner-left .fal, .tipping-state-2 .inner-left .far, .tipping-state-2 .inner-left .fas {
  float: right;
  margin-right: -7px;
}

.tipping-state-2 .inner-mid {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .tipping-state-2 .inner-mid {
    margin-top: 35px;
  }
}

.tipping-state-2 .inner-mid img {
  width: 30px;
}

@media screen and (max-width: 1100px) {
  .tipping-state-2 .inner-mid img {
    width: 15px;
  }
}

.tipping-state-2 .inner-right {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  padding-top: 10px;
  margin-right: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.tipping-state-2 .inner-right img {
  width: 50px;
  padding-bottom: 10px;
  margin-left: -10px;
}

.tipping-state-2 .inner-right .fa, .tipping-state-2 .inner-right .fal, .tipping-state-2 .inner-right .far, .tipping-state-2 .inner-right .fas {
  float: left;
  margin-left: -7px;
}

.main-tipping-table {
  background-color: white;
  padding: 20px;
  font-family: 'roboto-bold';
  margin-bottom: 10px;
}

.main-tipping-table img {
  width: 25px;
  vertical-align: middle;
  opacity: 0.2;
  text-align: center;
}

.main-tipping-table img.active {
  opacity: 1 !important;
}

.main-tipping-table thead {
  background-color: white;
  font-size: 12px;
}

.main-tipping-table tbody {
  font-size: 12px;
  text-transform: uppercase;
}

.main-tipping-table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

.main-tipping-table table {
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}

.main-tipping-table table .hover:hover {
  background-color: #f2f2f2;
}

.main-tipping-table table .hover:hover img {
  opacity: 1;
}

.main-tipping-table table .hover:active {
  background-color: #f2f2f2;
}

.main-tipping-table table td {
  border-right: 1px solid #e0e0e0;
  padding-left: 10px;
  padding-right: 10px;
}

.main-tipping-table table td:last-child {
  border: none;
}

@media screen and (max-width: 800px) {
  .main-tipping-table table td {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}

.main-tipping-table table td.jersey {
  text-align: center;
}

.main-tipping-table table tr {
  border-bottom: 1px solid #e0e0e0;
  line-height: 45px;
}

.main-tipping-table table .span1 {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .main-tipping-table table .span1 {
    display: none;
  }
}

.main-tipping-table table .span2 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

@media screen and (max-width: 900px) {
  .main-tipping-table table .span2 {
    width: 41.22137%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .main-tipping-table table .span2 {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .main-tipping-table table .span2 {
    width: 32.82443%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .main-tipping-table table .span2 .right {
    display: none;
  }
}

.main-tipping-table table .span3 {
  width: 7.63359%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  background-color: white;
}

@media screen and (max-width: 600px) {
  .main-tipping-table table .span3 {
    width: 16.03053%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
    text-align: center;
  }
}

.main-tipping-table table .span4 {
  width: 7.63359%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  background-color: white;
}

@media screen and (max-width: 600px) {
  .main-tipping-table table .span4 {
    width: 16.03053%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
    text-align: center;
  }
}

.main-tipping-table table .span5 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

@media screen and (max-width: 900px) {
  .main-tipping-table table .span5 {
    width: 41.22137%;
    float: left;
    margin-right: 0.76336%;
  }
}

@media screen and (max-width: 600px) {
  .main-tipping-table table .span5 {
    width: 32.82443%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 750px) {
  .main-tipping-table table .span5 {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .main-tipping-table table .span5 .right {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .tipping-hide {
    display: none !important;
  }
}

.contributors-main .contributors-ctnr {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  padding: 20px;
}

.contributors-main .contributors-ctnr:nth-child(2n) {
  margin-right: 0px;
}

@media screen and (max-width: 1000px) {
  .contributors-main .contributors-ctnr {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 500px) {
  .contributors-main .contributors-ctnr {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contributors-main .contributors-inner {
  border-top: 1px solid #e0e0e0;
}

.top-teams {
  font-size: 12px;
}

.top-teams .span1 {
  width: 25% !important;
  margin-right: 0px !important;
}

.top-teams .span2 {
  width: 50% !important;
  margin-right: 0px !important;
}

.top-teams .span3 {
  width: 25% !important;
}

/* PLAYER PROFILE */
.player-profile-wrap {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  font-family: 'roboto-medium';
  height: 250px;
}

@media screen and (max-width: 850px) {
  .player-profile-wrap {
    height: 500px;
  }
}

.player-profile-wrap .left-div {
  height: 210px;
  width: 59.63303%;
  float: left;
  margin-right: 0.91743%;
  border: 1px solid #e0e0e0;
  padding: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 850px) {
  .player-profile-wrap .left-div {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 850px) {
  .player-profile-wrap .left-div {
    margin-bottom: 10px;
    padding-top: 10px;
  }
}

.player-profile-wrap .left-div .left-jersey {
  width: 29.3578%;
  float: left;
  margin-right: 0.91743%;
  background-image: url("../assets/CAR-large.png");
  background-size: contain;
  background-position: left;
  height: 150px;
  background-repeat: no-repeat;
  margin-top: 10px;
}

@media screen and (max-width: 1030px) {
  .player-profile-wrap .left-div .left-jersey {
    display: none;
  }
}

.player-profile-wrap .left-div .left-jersey p {
  font-size: 80px;
  color: #fcaa35;
  text-align: center;
  padding-top: 25%;
  min-height: 150px;
}

.player-profile-wrap .left-div .right-info {
  width: 69.72477%;
  float: left;
  margin-right: 0.91743%;
  margin-right: 0px;
  padding-top: 10px;
}

@media screen and (max-width: 1030px) {
  .player-profile-wrap .left-div .right-info {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.player-profile-wrap .left-div .right-info .player-title h1 {
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  text-transform: uppercase;
}

.player-profile-wrap .left-div .bottom-row .left-side {
  width: 64.6789%;
  float: left;
  margin-right: 0.91743%;
  font-size: 12px;
  padding: 5px;
  padding-top: 15px;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 1030px) {
  .player-profile-wrap .left-div .bottom-row .left-side {
    width: 69.72477%;
    float: left;
    margin-right: 0.91743%;
  }
}

@media screen and (max-width: 800px) {
  .player-profile-wrap .left-div .bottom-row .left-side {
    width: 64.6789%;
    float: left;
    margin-right: 0.91743%;
    padding-top: 10px;
    line-height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .player-profile-wrap .left-div .bottom-row .left-side {
    line-height: 15px;
  }
}

.player-profile-wrap .left-div .bottom-row .right-side {
  width: 34.40367%;
  float: left;
  margin-right: 0.91743%;
  text-align: center;
  margin-right: 0px;
  padding-top: 5px;
}

@media screen and (max-width: 1030px) {
  .player-profile-wrap .left-div .bottom-row .right-side {
    width: 29.3578%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 800px) {
  .player-profile-wrap .left-div .bottom-row .right-side {
    width: 34.40367%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
  }
}

.player-profile-wrap .left-div .bottom-row .right-side h1 {
  padding-top: 10px;
  font-size: 17px;
}

@media screen and (max-width: 1030px) {
  .player-profile-wrap .left-div .bottom-row .right-side h1 {
    font-size: 15px;
    padding-top: 25px;
  }
}

.player-profile-wrap .left-div .bottom-row .right-side p {
  font-size: 60px;
}

.player-profile-wrap .right-div {
  width: 39.44954%;
  float: left;
  margin-right: 0.91743%;
  height: 210px;
  border: 1px solid #e0e0e0;
  margin-right: 0px;
  padding-top: 25px;
  height: 207px;
}

@media screen and (max-width: 850px) {
  .player-profile-wrap .right-div {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.player-profile-wrap .right-div .left-img {
  width: 19.26606%;
  float: left;
  margin-right: 0.91743%;
}

.player-profile-wrap .right-div .left-img img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

.player-profile-wrap .right-div .right-info {
  width: 79.81651%;
  float: left;
  margin-right: 0.91743%;
  margin-right: 0px;
}

.player-profile-wrap .right-div .right-info h1 {
  line-height: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .player-profile-wrap .right-div .right-info h1 {
    font-size: 15px;
  }
}

.info-boxes-ctr {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  height: 95px;
}

@media screen and (max-width: 750px) {
  .info-boxes-ctr {
    height: 130px;
  }
}

.info-boxes-ctr .info-boxes-inner {
  border: 1px solid #e0e0e0;
  height: 55px;
}

@media screen and (max-width: 750px) {
  .info-boxes-ctr .info-boxes-inner {
    height: 95px;
  }
}

.info-boxes-ctr .info-boxes-inner:last-child {
  border-right: 0px;
}

.info-boxes-ctr .info-boxes-inner .box {
  margin-right: 0px;
  height: 100%;
  border-right: 1px solid #e0e0e0;
  padding-top: 5px;
  padding-left: 8%;
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.info-boxes-ctr .info-boxes-inner .box:last-child {
  padding-left: 4%;
}

@media screen and (max-width: 750px) {
  .info-boxes-ctr .info-boxes-inner .box:last-child {
    padding-left: none;
  }
}

.info-boxes-ctr .info-boxes-inner .box:first-child {
  padding-left: 4%;
}

@media screen and (max-width: 750px) {
  .info-boxes-ctr .info-boxes-inner .box:first-child {
    padding-left: 1%;
  }
}

@media screen and (max-width: 1030px) {
  .info-boxes-ctr .info-boxes-inner .box {
    padding-left: 7%;
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  .info-boxes-ctr .info-boxes-inner .box {
    padding-left: 0%;
  }
}

.info-boxes-ctr .info-boxes-inner .box img {
  width: 40px;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .info-boxes-ctr .info-boxes-inner .box img {
    width: 40px;
    padding-top: 0px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

.info-boxes-ctr .info-boxes-inner .box h1 {
  line-height: 18px;
  padding-top: 5px;
}

@media screen and (max-width: 800px) {
  .info-boxes-ctr .info-boxes-inner .box h1 {
    line-height: 15px;
    padding-top: 5px;
    text-align: center;
  }
}

.tipping-page .si-c-body p {
  padding-top: 15px;
  padding-bottom: 10px;
}

.first-goal {
  background-color: white;
  width: 100%;
  font-size: 12px;
}

.first-goal .title-row .percent {
  border: 0px;
}

.first-goal .title-row .odds-box {
  border: 0px;
}

.first-goal .fg-row {
  height: 40px;
}

.first-goal .fg-row .title-row {
  height: 30px;
  line-height: 10px;
  padding-left: 0;
}

.first-goal .player-box {
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
  padding-left: 10px;
}

.first-goal .player-box img {
  width: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.first-goal .player-box h1 {
  float: left;
  padding: 10px 0;
}

.first-goal .percent {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-right: 7px;
  text-align: center;
}

.first-goal .odds-box {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  text-align: center;
}

.team-popup-cntr {
  background: white;
  padding: 20px;
  position: absolute;
  z-index: 9999;
  display: none;
  border: 1px solid #e0e0e0;
  left: 27%;
  max-width: 400px;
}

.team-popup-cntr .team-box {
  border: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  width: 30%;
  margin: 5px;
  -webkit-box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 0.5px 0px rgba(0, 0, 0, 0.11);
}

.team-popup-cntr .team-box img {
  width: 25px;
  margin: 0 auto;
  display: block;
}

.team-popup-cntr .team-box h1 {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
}

.team-popup-cntr .team-box h1:hover {
  color: #fcaa35;
  cursor: pointer;
}

.error-box {
  border: 1px solid #fcaa35;
  color: #fcaa35;
  width: 80%;
  margin: 0 auto;
  height: 500px;
  margin-top: 10%;
}

@media screen and (max-width: 650px) {
  .error-box {
    min-height: 500px;
    height: unset;
  }
}

.error-box img {
  padding-top: 70px;
  width: 275px;
  float: left;
  margin: 20px;
  margin-left: 15%;
}

@media screen and (max-width: 950px) {
  .error-box img {
    margin-left: 5%;
    width: 225px;
    padding-top: 100px;
  }
}

@media screen and (max-width: 650px) {
  .error-box img {
    float: none;
    margin: 0 auto;
    display: block;
    padding-top: 20px;
  }
}

.error-box .left-box {
  width: 45%;
  float: left;
  margin-top: 110px;
}

@media screen and (max-width: 650px) {
  .error-box .left-box {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    float: unset;
  }
}

.error-box .left-box h1 {
  font-size: 100px;
  padding-bottom: 10px;
}

@media screen and (max-width: 950px) {
  .error-box .left-box h1 {
    font-size: 80px;
  }
}

.error-box .left-box h2 {
  font-size: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 950px) {
  .error-box .left-box h2 {
    font-size: 30px;
  }
}

.error-box .left-box p {
  font-size: 18px;
  padding-bottom: 10px;
}

.error-box .left-box p a {
  text-decoration: underline;
}

@media screen and (max-width: 950px) {
  .error-box .left-box p {
    font-size: 15px;
  }
}

.error-box .left-box span {
  color: black;
  cursor: pointer;
}

.back-link {
  font-size: 9px;
  padding-bottom: 10px;
  opacity: 0.5;
  float: left;
}

.back-link:hover {
  cursor: pointer;
}

.help-link {
  font-size: 9px;
  padding-bottom: 10px;
  opacity: 0.5;
  float: right;
}

.help-link:hover {
  cursor: pointer;
}

.about-page .twitter {
  color: #00aced;
  padding-top: 0px;
  padding-bottom: 10px;
}

.about-page h2 {
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.about-page p {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: 'roboto';
  line-height: 20px;
}

.about-title {
  background-color: white;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.about-content {
  padding: 10px;
  padding-top: 5px;
  background-color: white;
  margin-bottom: 10px;
}

.about-content:hover {
  cursor: initial !important;
}

.about-content .data h1 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

.about-content .subscribe-content h1 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

.about-content .subscribe-content h1 img {
  width: 20px !important;
  margin-right: 5px;
}

.about-content .subscribe-content .left {
  float: left;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .about-content .subscribe-content .left {
    width: 100%;
  }
}

.about-content .subscribe-content .left .left-img {
  width: 80%;
  margin-top: 20px;
}

@media screen and (max-width: 600px) {
  .about-content .subscribe-content .left .left-img {
    margin: 0 auto;
    display: block;
  }
}

.about-content .subscribe-content .right {
  float: left;
  width: 50%;
}

@media screen and (max-width: 600px) {
  .about-content .subscribe-content .right {
    width: 100%;
  }
}

.about-content .subscribe-content .right .right-img {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
}

.about-content .subscribe-content .logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
}

.about-content .subscribe-content .to-win-img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .about-content .subscribe-content .to-win-img {
    display: none;
  }
}

.about-member {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.about-member h2 {
  padding-bottom: 5px;
}

.coming-soon-overlay {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/coming-soon-stamp.png");
  height: 200px;
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #e0e0e0;
}

.pop-up-ctr {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
}

.pop-up-ctr .pop-up-inner {
  width: 60%;
  margin: 0 auto;
  margin-top: 10vh;
}

@media screen and (max-width: 550px) {
  .pop-up-ctr .pop-up-inner {
    margin-top: 15vh;
    padding: 25px;
    width: 90%;
  }
}

.pop-up-ctr .pop-up-inner .fa, .pop-up-ctr .pop-up-inner .fal, .pop-up-ctr .pop-up-inner .far, .pop-up-ctr .pop-up-inner .fas {
  float: right;
  margin: -15px;
}

.pop-up-ctr .pop-up-inner .fa:hover, .pop-up-ctr .pop-up-inner .fal:hover, .pop-up-ctr .pop-up-inner .far:hover, .pop-up-ctr .pop-up-inner .fas:hover {
  cursor: pointer;
  color: #fcaa35;
}

.pop-up-ctr .pop-up-inner h1 {
  padding-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #e0e0e0;
  color: grey;
}

.pop-up-ctr .pop-up-inner h2 {
  padding-top: 25px;
  padding-bottom: 5px;
  color: grey;
}

.pop-up-ctr .pop-up-inner p {
  padding-top: 15px;
  font-size: 12px;
  font-family: 'roboto';
  padding-bottom: 10px;
  line-height: 1.6;
  color: grey;
}

.pop-up-ctr .pop-up-inner img {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .pop-up-ctr .pop-up-inner img {
    width: 100%;
  }
}

.pop-up-ctr .pop-up-inner .info {
  background-color: white;
  padding: 35px;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 5px;
  max-height: 80vh;
  overflow: auto;
  overflow-y: auto;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact {
  background: white;
  padding: 20px;
}

#contact h3 {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  border: none;
  margin-top: 0px !important;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.contact-info {
  background-color: white;
}

.search-bar {
  display: none;
  position: absolute;
  right: 0;
  height: 30px;
  margin-right: 5px;
  width: 200px;
  z-index: 9999;
}

.search-bar input {
  border-radius: 15px;
  margin-top: 5px;
  border: none;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.team-list {
  background: white;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%;
}

@media screen and (min-width: 600px) {
  .team-list {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.team-list .team-box {
  border: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 47.05882%;
  float: left;
  margin-right: 5.88235%;
}

.team-list .team-box:nth-child(2n) {
  margin-right: 0px;
}

.team-list .team-box img {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.team-list .team-box h1 {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
}

.team-list .team-box h1:hover {
  color: #fcaa35;
  cursor: pointer;
}

#close-signup {
  float: right;
  font-size: 30px;
  padding: 20px;
  color: white;
}

#close-signup:hover {
  cursor: pointer;
}

.form-item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.8);
}

#maitre-content-close {
  font-size: 30px;
  text-align: right;
  display: none;
}

#maitre-status {
  font-size: 15px;
  float: left;
  margin-top: 10px !important;
}

@media screen and (max-width: 600px) {
  #maitre-status {
    font-size: 12px;
  }
}

#maitre-powered-by a {
  float: right;
  font-size: 12px;
  margin-top: 10px !important;
  font-family: "roboto-thin" !important;
}

/* line 202, ../sass/fi/_global.scss */
#maitre-widget-container {
  font-size: 12px;
  width: 800px;
  text-align: center;
  color: #1c1c1c;
  margin: auto;
  padding-top: 1em;
  background-color: white;
  padding: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 15vh;
}

@media screen and (max-width: 850px) {
  #maitre-widget-container {
    width: 80%;
    padding-bottom: 70px;
  }
}

.open-team {
  width: 100px;
  float: left;
  cursor: pointer;
  padding-top: 10px !important;
}

.team-select {
  padding-top: 15px;
  padding-bottom: 15px;
}

.team-select table {
  width: 100%;
}

.team-select img {
  width: 40px;
}

.team-select h1 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.team-select h1:focus {
  color: #fcaa35;
}

.team-select .team-box {
  width: 11%;
  float: left;
  margin-top: 15px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .team-select .team-box {
    width: 25%;
    float: right;
  }
}

@media screen and (max-width: 900px) {
  .team-select .aflw {
    width: 15% !important;
  }
}

.pre-loader {
  background-color: white;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

.pre-loader img {
  margin: 0 auto;
  display: block;
  width: 100px;
  padding-top: 35vh;
}

.page-load {
  height: 500px;
  background: white;
  margin-bottom: 10px;
}

.page-load img {
  width: 80px;
  margin: 0 auto;
  display: block;
  padding-top: 200px;
}

.tipping-load {
  display: none;
  height: 100%;
  width: 100%;
}

.tipping-load img {
  width: 80px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}

.featured-article {
  width: 100%;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.featured-article .featured-article-inner {
  height: 190px;
}

.featured-article .featured-article-left {
  width: 30%;
  float: left;
  height: 100%;
  margin-top: 10px;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/featured-game-image.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 850px) {
  .featured-article .featured-article-left {
    width: 100%;
  }
}

.featured-article .featured-article-right {
  width: 70%;
  float: left;
  padding: 20px;
}

@media screen and (max-width: 850px) {
  .featured-article .featured-article-right {
    width: 100%;
    margin-top: 30%;
  }
}

.featured-article .featured-article-right h1 {
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 850px) {
  .featured-article .featured-article-right h1 {
    padding-top: 20px;
  }
}

.featured-article .featured-article-right p {
  font-size: 12px;
  line-height: 18px;
}

.update-text {
  font-size: 11px;
  font-family: "roboto-thin";
  text-align: right;
  padding-top: 10px;
}

.update-text span {
  font-family: "roboto-medium" !important;
}

/* MODEL BAR */
.model-title-bar h1 {
  float: left;
  font-family: 'roboto';
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .model-title-bar h1 {
    float: none;
    margin-bottom: 5px;
  }
}

.model-title-bar h1 i {
  color: #e0e0e0;
}

.model-title-bar p {
  float: right;
  font-family: 'roboto';
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .model-title-bar p {
    float: none;
    font-size: 10px;
  }
}

.model-title-bar p span {
  font-family: "roboto-medium";
}

@media screen and (max-width: 750px) {
  .model-title-bar .fa, .model-title-bar .fal, .model-title-bar .far, .model-title-bar .fas {
    display: none;
  }
}

.tooltip {
  border: 1px solid #e0e0e0;
  background-color: white;
  font-family: 'roboto';
  font-size: 11px;
  display: none;
  padding: 10px;
  position: absolute;
  width: 20%;
  margin-top: 5px;
  margin-left: 130px;
}

.tooltip-racing {
  border: 1px solid #e0e0e0;
  background-color: white;
  opacity: 0;
  color: black;
  font-family: 'roboto';
  font-size: 11px;
  padding: 10px;
  position: absolute;
  width: 100px;
  margin-top: 5px;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.tooltip-racing.visible {
  opacity: 1;
}

.tooltip-sacko {
  border: 1px solid #e0e0e0;
  background-color: white;
  opacity: 0;
  color: black;
  font-family: 'roboto';
  font-size: 11px;
  padding: 10px;
  position: absolute;
  width: auto;
  top: 100%;
  right: 0;
  z-index: -1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.tooltip-sacko.visible {
  opacity: 1;
}

.tooltip-first {
  border: 1px solid #e0e0e0;
  background-color: white;
  font-family: 'roboto';
  font-size: 11px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  text-transform: none;
  z-index: -1;
  margin-top: 20px;
  margin-left: 50px;
  width: auto;
}

.tooltip-first.visible {
  opacity: 1;
  z-index: 2;
}

.tooltip-anytime {
  border: 1px solid #e0e0e0;
  background-color: white;
  font-family: 'roboto';
  font-size: 11px;
  padding: 10px;
  position: absolute;
  opacity: 0;
  text-transform: none;
  z-index: -1;
  margin-top: 20px;
  margin-left: 50px;
  width: auto;
}

.tooltip-anytime.visible {
  opacity: 1;
  z-index: 2;
}

.tooltip-hover:hover {
  cursor: pointer;
}

.tooltip-hover-racing {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.tooltip-hover-racing:hover {
  cursor: pointer;
}

.tooltip-hover-sacko {
  cursor: pointer;
}

.tooltip-hover-sacko:hover > .tooltip-sacko {
  opacity: 1;
  z-index: 2;
}

.tooltip-hover-first:hover {
  cursor: pointer;
}

.tooltip-hover-anytime:hover {
  cursor: pointer;
}

.progress-bar {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  border-radius: 16px;
  height: 20px;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  .progress-bar {
    margin-bottom: 15px;
  }
}

.progress-bar .progress-bar-inner {
  color: #fff !important;
  background-color: #61e063 !important;
  border-radius: 16px;
  height: 20px;
  margin-top: 15px;
}

.progress-bar .progress-bar-inner p {
  padding: 5px;
  font-size: 11px;
  float: right;
}

.progress-steps {
  padding-top: 5px;
  padding-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .progress-steps {
    padding-top: 0px;
    padding-bottom: 55px;
  }
}

.progress-steps .step {
  text-align: center;
}

.progress-steps .step .circle {
  border-radius: 100%;
  border: 1px solid #e0e0e0;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 750px) {
  .progress-steps .step .circle {
    width: 20px;
    height: 20px;
  }
}

.progress-steps .step .circle svg {
  width: 15px;
}

@media screen and (max-width: 750px) {
  .progress-steps .step .circle svg {
    padding-bottom: 10px;
    width: 10px;
  }
}

.progress-steps .step h1 {
  font-size: 11px;
  font-family: 'roboto';
  padding-top: 5px;
}

.progress-steps .step:first-child {
  width: 14.22018%;
  float: left;
  margin-right: 0.91743%;
}

@media screen and (max-width: 750px) {
  .progress-steps .step:first-child {
    width: 24.31193%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
  }
}

.progress-steps .step:nth-child(2) {
  width: 24.31193%;
  float: left;
  margin-right: 0.91743%;
}

@media screen and (max-width: 750px) {
  .progress-steps .step:nth-child(2) {
    width: 24.31193%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
  }
}

.progress-steps .step:nth-child(3) {
  width: 29.3578%;
  float: left;
  margin-right: 0.91743%;
}

@media screen and (max-width: 750px) {
  .progress-steps .step:nth-child(3) {
    width: 24.31193%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
  }
}

.progress-steps .step:last-child {
  width: 29.3578%;
  float: left;
  margin-right: 0.91743%;
  float: right;
  margin-right: 0px;
}

@media screen and (max-width: 750px) {
  .progress-steps .step:last-child {
    width: 24.31193%;
    float: left;
    margin-right: 0.91743%;
  }
}

.progress-steps.bbl .step.gap {
  width: 11.49425%;
  float: left;
  margin-right: 1.14943%;
  height: 1px;
}

.progress-steps.bbl .step:nth-child(2) {
  width: 24.13793%;
  float: left;
  margin-right: 1.14943%;
}

@media screen and (max-width: 750px) {
  .progress-steps.bbl .step:nth-child(2) {
    width: 24.13793%;
    float: left;
    margin-right: 1.14943%;
    margin-right: 0px;
  }
}

.progress-steps.bbl .step:nth-child(3) {
  width: 24.13793%;
  float: left;
  margin-right: 1.14943%;
}

@media screen and (max-width: 750px) {
  .progress-steps.bbl .step:nth-child(3) {
    width: 24.13793%;
    float: left;
    margin-right: 1.14943%;
    margin-right: 0px;
  }
}

.progress-steps.bbl .step:nth-child(4) {
  width: 24.13793%;
  float: left;
  margin-right: 1.14943%;
}

@media screen and (max-width: 750px) {
  .progress-steps.bbl .step:nth-child(4) {
    width: 24.13793%;
    float: left;
    margin-right: 1.14943%;
    margin-right: 0px;
  }
}

.progress-steps.bbl .step:nth-child(5) {
  width: 11.49425%;
  float: left;
  margin-right: 1.14943%;
  float: right;
  margin-right: 0px;
}

@media screen and (max-width: 750px) {
  .progress-steps.bbl .step:nth-child(5) {
    width: 11.49425%;
    float: left;
    margin-right: 1.14943%;
    margin-right: 0px;
  }
}

.slick-prev:before, .slick-next:before {
  color: black;
}

.forgot-text h1 {
  font-size: 22px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.forgot-text p {
  text-align: center;
  font-size: 18px;
  padding-bottom: 70px;
  font-family: 'roboto';
}

.registerlink:hover {
  cursor: pointer;
}

.alert-box-ctr {
  width: 100%;
  background-color: #020119;
}

.alert-box-ctr .alert-box {
  padding: 5px;
  height: 25px;
  color: white;
  background-color: #020119;
  margin-bottom: 5px;
  max-width: 1250px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.alert-box-ctr .alert-box p {
  overflow: hidden;
  font-family: "roboto-regular";
  font-size: 12px;
}

.alert-box-ctr .alert-box span {
  margin-right: 5px;
}

.alert-box-ctr .alert-box span i {
  margin-right: 5px;
}

.bottom-bar {
  background: black;
  padding: 15px;
  width: 100%;
  bottom: 0;
  display: none;
  z-index: 999;
  position: fixed;
}

.bottom-bar h1 {
  font-family: "roboto-regular";
  text-align: center;
  color: white;
}

.bottom-bar .fa, .bottom-bar .fal, .bottom-bar .far, .bottom-bar .fas {
  float: right;
}

.bottom-bar .fa:hover, .bottom-bar .fal:hover, .bottom-bar .far:hover, .bottom-bar .fas:hover {
  cursor: pointer;
}

.bottom-bar .button {
  color: #fcaa35 !important;
  border: 1px solid #fcaa35 !important;
  margin-top: 10px !important;
  margin: 0 auto;
  display: block;
  width: 100px;
}

.welcome-text {
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .welcome-text {
    display: none !important;
  }
}

.welcome-text img {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.chart-load-text {
  float: left;
  line-height: 35px;
  font-size: 12px;
}

.chart-load-text h1 {
  font-family: "roboto-medium";
}

.group-tabs {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 5px;
}

.group-tabs tbody {
  text-align: center;
}

.group-tabs tbody td {
  background-color: white;
  padding: 5px;
  border: 1px solid black;
  font-size: 12px;
}

.group-tabs tbody td:hover {
  background-color: #fcaa35;
  cursor: pointer;
}

/*.logged-in-mobile {
  button {
    width: 50%;
    background-color: black;
    color: $orange;
    height: 50px;
    border: 0px;
    float: left;  
      &:hover {
        color: white;
        cursor: pointer;
      }
  }
  .logged-in-text {
    font-size: 11px;
    padding: 5px;
    background-color: $nav-color;
    color: orange;
    text-align: right;
    font-family: 'roboto-thin';
  }
}*/
.team.menu-showing .team-select {
  display: block !important;
}

.wc-match-filter {
  background-color: white;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .wc-match-filter {
    background-color: inherit;
    padding: 0px;
  }
}

.wc-match-filter .tab-title {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.wc-match-filter .left {
  font-size: 15px;
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (max-width: 750px) {
  .wc-match-filter .left {
    width: 100%;
    background-color: white;
    padding: 20px;
  }
}

.wc-match-filter .left .group {
  margin-top: 10px;
}

.wc-match-filter .left .group p {
  width: 9.43396%;
  float: left;
  margin-right: 1.88679%;
  border: 1px solid black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.2;
}

@media screen and (max-width: 850px) {
  .wc-match-filter .left .group p {
    font-size: 11px;
  }
}

.wc-match-filter .left .group p:hover {
  cursor: pointer;
  opacity: 1;
}

.wc-match-filter .right {
  font-size: 13px;
  margin-right: 0px !important;
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (max-width: 750px) {
  .wc-match-filter .right {
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-top: 10px;
  }
}

.wc-match-filter .right .team {
  position: relative;
  margin-right: 0px;
}

.wc-match-filter .right .team:hover {
  cursor: pointer;
}

.wc-match-filter .right .team h1 {
  border: 1px solid black;
  height: 35px;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  opacity: 0.2;
  text-transform: uppercase;
}

.wc-match-filter .right .team h1 img {
  width: 20px;
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.wc-match-filter .right .team h1:hover {
  cursor: pointer;
  opacity: 1;
}

.wc-match-filter .right .team .team-select {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 998;
  max-height: 300px;
  overflow: scroll;
  padding: 20px;
  border-top: 0px;
  border: 1px solid #e0e0e0;
}

.wc-match-filter .right .team .team-select:active {
  display: block;
}

.wc-match-filter .right .team .team-select img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.wc-match-filter .right .team .team-select p {
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wc-match-filter .right .team .team-select p:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  color: #fcaa35;
}

.wc-sidebar-widget .widget-title {
  margin-bottom: 30px;
}

.wc-sidebar-widget img {
  width: 100%;
  padding-top: 10px;
}

.wc-sidebar-widget .group-articles img {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wc-sidebar-widget .group-articles img:nth-child(even) {
  margin-right: 0px;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-family: 'roboto' !important;
}

.ui-datepicker table {
  font-size: 12px;
  color: black;
}

.ui-datepicker table .ui-state-default {
  color: inherit;
}

.no-games-text h1 {
  text-align: center;
  padding: 125px;
  background: white;
  font-size: 17px;
  margin-bottom: 10px;
}

.no-tournaments h1 {
  text-align: center;
  padding: 200px;
  background: white;
  font-size: 21px;
  margin-bottom: 10px;
}

.no-tournaments h1 a {
  color: #fcaa35;
}

.no-tournaments h1 .regular {
  font-family: "roboto-regular";
}

@media screen and (max-width: 750px) {
  .advert-slider {
    display: none;
  }
}

.bbl-match-filter {
  background-color: white;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .bbl-match-filter {
    background-color: inherit;
    padding: 0px;
  }
}

.bbl-match-filter .tab-title {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.bbl-match-filter .left {
  font-size: 15px;
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (max-width: 750px) {
  .bbl-match-filter .left {
    width: 100%;
    background-color: white;
    padding: 20px;
  }
}

.bbl-match-filter .left .group {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.bbl-match-filter .left .group div {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%;
  border: 1px solid black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "roboto-bold";
  opacity: 0.2;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media screen and (max-width: 850px) {
  .bbl-match-filter .left .group div {
    font-size: 11px;
  }
}

.bbl-match-filter .left .group div.tennis {
  width: 29.41176%;
  float: left;
  margin-right: 5.88235%;
}

.bbl-match-filter .left .group div.selected-group {
  opacity: 1;
}

.bbl-match-filter .left .group div:hover {
  cursor: pointer;
  opacity: 1;
}

.bbl-match-filter .left .team {
  position: relative;
  margin-right: 0px;
}

.bbl-match-filter .left .team:hover {
  cursor: pointer;
}

.bbl-match-filter .left .team h1 {
  border: 1px solid black;
  height: 35px;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 13px;
}

.bbl-match-filter .left .team h1 img {
  width: 20px;
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.bbl-match-filter .left .team h1:hover {
  cursor: pointer;
  opacity: 1;
}

.bbl-match-filter .left .team .team-select {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 998;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 20px;
  border-top: 0px;
  border: 1px solid #e0e0e0;
}

.bbl-match-filter .left .team .team-select:active {
  display: block;
}

.bbl-match-filter .left .team .team-select img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.bbl-match-filter .left .team .team-select div {
  font-family: "roboto-bold";
  margin-bottom: 10px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.bbl-match-filter .left .team .team-select div:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  color: #fcaa35;
}

.bbl-match-filter .right {
  font-size: 13px;
  margin-right: 0px !important;
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (max-width: 750px) {
  .bbl-match-filter .right {
    width: 100%;
    background-color: white;
    padding: 20px;
    margin-top: 10px;
  }
}

.bbl-match-filter .right .group {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.bbl-match-filter .right .group div {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%;
  border: 1px solid black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "roboto-bold";
  opacity: 0.2;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media screen and (max-width: 850px) {
  .bbl-match-filter .right .group div {
    font-size: 11px;
  }
}

.bbl-match-filter .right .group div.tennis {
  width: 29.41176%;
  float: left;
  margin-right: 5.88235%;
}

.bbl-match-filter .right .group div.selected-group {
  opacity: 1;
}

.bbl-match-filter .right .group div:hover {
  cursor: pointer;
  opacity: 1;
}

.bbl-match-filter .right .team {
  position: relative;
  margin-right: 0px;
}

.bbl-match-filter .right .team:hover {
  cursor: pointer;
}

.bbl-match-filter .right .team h1 {
  border: 1px solid black;
  height: 35px;
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 13px;
}

.bbl-match-filter .right .team h1 img {
  width: 20px;
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.bbl-match-filter .right .team h1:hover {
  cursor: pointer;
  opacity: 1;
}

.bbl-match-filter .right .team .team-select {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 998;
  max-height: 300px;
  overflow-y: scroll;
  padding: 0 20px;
  border-top: 0px;
  border: 1px solid #e0e0e0;
}

.bbl-match-filter .right .team .team-select:active {
  display: block;
}

.bbl-match-filter .right .team .team-select img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.bbl-match-filter .right .team .team-select div {
  font-family: "roboto-bold";
  margin-bottom: 10px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.bbl-match-filter .right .team .team-select div:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  color: #fcaa35;
}

.tennis-match-filter {
  background-color: white;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .tennis-match-filter {
    background-color: inherit;
    padding: 0px;
  }
}

.tennis-match-filter .tab-title {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
  font-size: 15px;
}

.tennis-match-filter .section {
  font-size: 15px;
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

.tennis-match-filter .section.last {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .tennis-match-filter .section {
    width: 100%;
    background-color: white;
    padding: 20px;
  }
}

.tennis-match-filter .section .group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.tennis-match-filter .section .group div {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%;
  border: 1px solid black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "roboto-bold";
  opacity: 0.2;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

@media screen and (max-width: 850px) {
  .tennis-match-filter .section .group div {
    font-size: 11px;
  }
}

.tennis-match-filter .section .group div.tennis {
  width: 29.41176%;
  float: left;
  margin-right: 5.88235%;
}

.tennis-match-filter .section .group div.selected-group {
  opacity: 1;
}

.tennis-match-filter .section .group div:hover {
  cursor: pointer;
  opacity: 1;
}

.tennis-match-filter .section .search input {
  border: 1px solid black;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "roboto-bold";
  height: 35px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  letter-spacing: 0.5px;
}

.tennis-match-filter .section .team {
  position: relative;
  margin-right: 0px;
}

.tennis-match-filter .section .team:hover {
  cursor: pointer;
}

.tennis-match-filter .section .team h1 {
  border: 1px solid black;
  height: 35px;
  text-align: left;
  padding-left: 20px;
  opacity: 0.2;
  text-transform: uppercase;
  font-size: 13px;
}

.tennis-match-filter .section .team h1 img {
  width: 20px;
  margin-top: 6px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.tennis-match-filter .section .team h1:hover {
  cursor: pointer;
  opacity: 1;
}

.tennis-match-filter .section .team .team-select {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  z-index: 998;
  max-height: 300px;
  overflow: auto;
  padding: 0 20px;
  border-top: 0px;
  border: 1px solid #e0e0e0;
}

.tennis-match-filter .section .team .team-select:active {
  display: block;
}

.tennis-match-filter .section .team .team-select img {
  width: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.tennis-match-filter .section .team .team-select div {
  font-family: "roboto-bold";
  margin-bottom: 10px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.tennis-match-filter .section .team .team-select div:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  color: #fcaa35;
}

.racing-cover {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/racing-cover-background.png");
  background-size: auto 100%;
  background-color: #000009;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .racing-cover {
    padding: 20px;
    height: 400px;
  }
}

.racing-cover .heading {
  font-size: 40px;
  color: white;
  font-family: 'roboto-medium';
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .racing-cover .heading {
    font-size: 30px;
  }
}

.racing-cover .body {
  font-size: 22px;
  color: white;
  font-family: 'roboto-light';
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .racing-cover .body {
    font-size: 14px;
  }
}

.racing-cover .button {
  width: 200px;
}

@media screen and (min-width: 751px) {
  .mobile-only-ad {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .desktop-only-ad {
    display: none !important;
  }
}

.ad-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ad-container > ins {
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}

.header {
  height: 110px;
  overflow: visable;
  padding-top: 10px;
  background-color: black;
}

@media screen and (max-width: 750px) {
  .header {
    display: none !important;
  }
}

.header .header-left {
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
  padding-left: 5px;
  margin-right: 0px !important;
  display: inline;
  float: left;
}

@media screen and (max-width: 1030px) {
  .header .header-left {
    width: 20.22901%;
    float: left;
    margin-right: 0.76336%;
    padding-right: 10px;
    padding-left: 5px;
    margin-top: 8px;
  }
}

.header .header-left img {
  width: 70%;
  vertical-align: top;
  margin-top: 10px;
}

@media screen and (max-width: 1030px) {
  .header .header-left img {
    width: 100%;
  }
}

.header .header-right {
  width: 50%;
  display: inline;
  float: right;
}

.header .header-right img {
  width: 100%;
  vertical-align: top;
}

.nav {
  letter-spacing: 0.04em;
  font-family: "roboto-bold";
  background: #1a1a1a;
  font-size: 0.9375em;
  min-height: 50px;
}

.nav.nav-load {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .nav {
    height: 60px;
  }
}

.nav .inner-nav {
  padding-left: 25px;
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1030px) {
  .nav .inner-nav {
    padding-left: 10px;
    width: 75%;
    float: left;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .nav .inner-nav {
    width: 100% !important;
    height: 60px;
    padding-left: 0;
  }
}

.nav .inner-nav.right {
  padding-left: 0;
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

@media screen and (max-width: 750px) {
  .nav .inner-nav.right {
    display: none;
  }
}

@media screen and (max-width: 1030px) {
  .nav .inner-nav.right {
    width: 25%;
    float: left;
    float: right;
    margin-right: 0;
  }
}

.nav .inner-nav.right .dropdown {
  float: right;
}

.nav .inner-nav .live-now {
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #1eff00;
  cursor: pointer;
  min-width: 120px;
  text-align: right;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .nav .inner-nav .live-now {
    display: none;
  }
}

.nav .inner-nav .live-now:hover .live-now-text .live-now-span {
  text-decoration: underline;
}

.nav .inner-nav .live-now .live-now-text {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "roboto-medium";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav .inner-nav .live-now .live-now-text .live-now-span {
  letter-spacing: 0.4pt;
}

.nav .inner-nav .live-now .live-now-text .fal, .nav .inner-nav .live-now .live-now-text .far, .nav .inner-nav .live-now .live-now-text .fas {
  font-size: 9px;
  margin-right: 5px;
}

.nav .inner-nav .live-now .live-now-text .fal:hover, .nav .inner-nav .live-now .live-now-text .far:hover, .nav .inner-nav .live-now .live-now-text .fas:hover {
  color: #1eff00;
}

.nav .nav-right {
  color: white;
}

@media screen and (min-width: 750px) {
  .nav .nav-right {
    display: inline;
    float: right;
  }
}

@media screen and (max-width: 750px) {
  .nav .nav-right {
    display: none;
  }
}

.nav .nav-right div {
  float: left;
  padding-left: 1.0625em;
  font-size: 1.0625em;
  padding-top: 1.5625em;
  cursor: pointer;
}

.nav .nav-right div:nth-child(2) {
  background: #fcaa35;
  padding: 0 20px;
  padding-top: 1.5625em;
  height: 55px;
  border: 1px solid #fa9504;
  margin-left: 2.5em;
}

@media screen and (max-width: 750px) {
  .nav .nav-right div:nth-child(2) {
    margin-left: 0;
  }
}

.nav .nav-right a {
  color: white;
  text-decoration: none;
}

.nav .end-drop-bar {
  height: 50vh;
  display: none;
}

.nav .dropdown {
  float: left;
  position: relative;
  padding: 0 15px;
}

.nav .dropdown:hover {
  color: #fcaa35;
}

@media screen and (max-width: 1030px) {
  .nav .dropdown {
    float: left;
    margin-right: 0px;
    padding: 0 7.5px;
  }
}

.nav .dropdown:nth-child(1) {
  margin-left: 0;
}

.nav .dropdown .dropbtn {
  font-size: 15px;
  padding: 0;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  font-family: "roboto-regular";
  cursor: pointer;
}

.nav .dropdown .dropbtn a h1 {
  font-family: "roboto-regular";
}

.nav .dropdown .dropbtn a:hover {
  color: #fcaa35;
}

.nav .dropdown .dropbtn a.active {
  color: #fcaa35;
}

@media screen and (max-width: 1030px) {
  .nav .dropdown .dropbtn {
    font-size: 13px;
  }
}

.nav .dropdown .dropbtn .black {
  background: #000000;
}

.nav .dropdown .dropbtn:hover {
  color: #fcaa35;
}

@media screen and (max-width: 750px) {
  .nav .dropdown .dropbtn {
    font-size: 11px !important;
    text-align: center;
    transition: none;
    line-height: unset;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.nav .dropdown .dropbtn .archive-show {
  position: absolute;
  z-index: 9999;
  width: 120px;
  background: rgba(26, 26, 26, 0.8);
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  .nav .dropdown .dropbtn .archive-show {
    padding-left: 20px;
  }
}

.nav .dropdown .dropbtn:hover .dropdown-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #f2f2f2;
}

.nav .dropdown .dropbtn.show-pip:after {
  display: inline-block;
}

.nav .dropdown .dropbtn:after {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1a1a1a transparent transparent transparent;
  z-index: 999;
}

.nav .dropdown:nth-child(1) {
  padding-left: 0;
}

.nav .divider {
  width: 0px;
  height: 30px;
  float: left;
  margin: 0 15px 0;
  border: 0.5px solid #464646;
}

@media screen and (max-width: 750px) {
  .nav .divider {
    margin: 0 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .nav .divider {
    display: none;
  }
}

.nav .dropdown-content {
  display: none;
  overflow: hidden;
  background-color: white;
  color: black;
  min-width: 200px;
  z-index: 5;
  -webkit-box-shadow: inset 0 8px 4px -6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 8px 4px -6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 8px 4px -6px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 5px 2.5px;
  border-radius: 0 0 2px 2px;
  margin-left: -15px;
  cursor: default;
}

@media screen and (min-width: 750px) {
  .nav .dropdown-content {
    position: absolute;
  }
}

.nav .dropdown-content .dropbtn {
  padding: 0 20px;
  height: auto;
}

.nav .dropdown-content .dropbtn:last-child {
  border-bottom: 0;
}

.nav .dropdown-content .nav-featured-ctr {
  margin-left: -10px;
  margin-right: 5px;
  position: relative;
  width: 300px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  border-radius: 0 0 2px 0;
}

.nav .dropdown-content .nav-featured-ctr a {
  max-height: unset;
  margin-bottom: 10px;
}

.nav .dropdown-content .nav-featured-ctr .nav-featured-divider {
  width: 0;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 0;
  border-left: 1px solid #e0e0e0;
}

.nav .dropdown-content .nav-featured-ctr .nav-featured-heading {
  text-align: left;
  color: #e0e0e0;
  font-family: "roboto-medium";
  font-size: 12px;
  line-height: 1;
  margin-bottom: 15px;
}

.nav .dropdown-content .nav-featured-ctr .nav-featured-post {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav .dropdown-content .nav-featured-ctr .nav-featured-post .nav-featured-photo {
  width: 70px;
  margin-right: 10px;
}

.nav .dropdown-content .nav-featured-ctr .nav-featured-post .nav-featured-title {
  font-family: "roboto-medium";
  font-size: 12px;
  color: black;
  line-height: 1;
}

.nav .dropdown-content .dropdown-col-title {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1;
  font-family: "roboto-medium";
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.nav .dropdown-content .dropdown-col-title .dropdown-icon {
  width: 20px;
  margin-right: 5px;
}

.nav .dropdown-column {
  min-width: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 2.5px;
  background-color: white;
  padding: 10px 10px 15px;
  border-radius: 0 0 2px 2px;
}

.nav .dropdown-content a {
  font-size: 13px;
  color: black;
  font-family: "roboto-medium";
  max-height: 2.5em;
  line-height: 2.5em;
  text-align: left;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.nav .dropdown-content a:hover .dropbtn {
  color: blue;
  font-size: 50px;
}

@media screen and (max-width: 750px) {
  .nav .dropdown-content a:hover .dropbtn {
    color: #fcaa35;
    font-size: 1.0625em;
  }
}

@media screen and (max-width: 750px) {
  .nav .responsive-nav {
    clear: both;
    width: 100%;
  }
}

.live-now-mobile {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  background-color: #1f2832;
  font-size: 11px;
  letter-spacing: 0.4pt;
  font-family: "roboto-medium";
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .live-now-mobile {
    display: flex;
  }
}

.live-now-mobile .live-now-left {
  color: #1eff00;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.live-now-mobile .live-now-left .fal, .live-now-mobile .live-now-left .far, .live-now-mobile .live-now-left .fas {
  font-size: 6px;
  margin-left: 13px;
  margin-right: 5px;
}

.live-now-mobile .live-now-left .fal:hover, .live-now-mobile .live-now-left .far:hover, .live-now-mobile .live-now-left .fas:hover {
  color: #1eff00;
}

.live-now-mobile .live-now-right {
  text-align: right;
  color: #b0bcc0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.live-now-mobile .live-now-right .fal, .live-now-mobile .live-now-right .far, .live-now-mobile .live-now-right .fas {
  margin-left: 10px;
  font-size: 15px;
  margin-right: 13px;
}

.live-now-mobile .live-now-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.slider-nav {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .slider-nav {
    display: block !important;
    width: calc(100% - 50px);
    float: right;
  }
}

.slider-nav .dropdown .dropbtn {
  padding: 0 15px;
}

.hide-nav {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .hide-nav {
    display: block !important;
  }
}

.burger-icon-ctr {
  width: 100%;
  font-size: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

.burger-icon-ctr .header-text-mobile {
  font-size: 10px;
  color: white;
  font-family: "roboto-thin";
  text-align: center;
}

.burger-icon-ctr .header-text-mobile:hover {
  cursor: pointer;
}

.burger-icon-ctr .logged-in-icon {
  width: 15px;
  float: right;
  margin: 20px;
}

.burger-icon-ctr .burger-icon {
  padding: 10px;
  height: 100%;
  flex: 1.5;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.burger-icon-ctr .account-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  flex: 1.5;
}

.burger-icon-ctr .account-section a {
  display: flex;
}

@media screen and (min-width: 750px) {
  .burger-icon-ctr {
    display: none;
  }
}

.burger-icon-ctr .menu-close {
  display: none;
}

.burger-icon-ctr .mobile-logo {
  flex: 8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.burger-icon-ctr .mobile-logo img {
  height: 40px;
  margin: 0 auto;
  display: block;
}

.burger-icon-ctr .n-sup {
  background: #fcaa35;
  cursor: pointer;
  padding: 5px;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 0.5em;
  width: 70px;
  display: inline;
  float: right;
  margin-right: 14px;
  padding-top: 7px;
}

@media screen and (max-width: 750px) {
  .burger-icon-ctr .n-sup {
    width: 16.03053%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
  }
}

.burger-icon-ctr a {
  color: white;
}

.logged-in {
  min-width: 140px !important;
  max-width: 180px !important;
  background-color: black !important;
}

.nav-login {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  background-color: #fcaa35;
  margin-right: 10px;
  margin-top: 20px;
  height: 55px;
}

@media screen and (max-width: 750px) {
  .nav-login {
    width: 20.22901%;
    float: left;
    margin-right: 0.76336%;
    float: right;
  }
}

@media screen and (max-width: 1030px) {
  .nav-login {
    width: 20%;
  }
}

.nav-login .button {
  height: 55px;
  padding-top: 20px;
  width: 50%;
  border: 1px solid #fcaa35;
  float: left;
  font-size: 15px;
  font-family: 'roboto-medium';
  margin-top: 0px;
  color: white;
}

@media screen and (max-width: 1030px) {
  .nav-login .button {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nav-login .button:hover {
  color: orange;
}

.nav-login .user-loggedin .loggedin-btn h1 {
  border: 1px solid #fcaa35;
  color: white;
  text-align: center;
  padding: 15px;
  background-color: black !important;
}

.nav-login .user-loggedin .loggedin-btn h1:hover {
  color: #fcaa35;
  cursor: pointer;
}

.nav-login .user-loggedin .loggedin-btn h1 .fa, .nav-login .user-loggedin .loggedin-btn h1 .fal, .nav-login .user-loggedin .loggedin-btn h1 .far, .nav-login .user-loggedin .loggedin-btn h1 .fas {
  float: right;
  font-size: 30px;
  margin-top: -7px;
  opacity: 0.5;
}

.nav-login .user-loggedin .loggedin-drop {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: right;
  width: 180px;
  padding-right: 10px;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .nav-login .user-loggedin .loggedin-drop {
    width: 150px;
  }
}

.nav-login .user-loggedin .loggedin-drop h1 {
  font-family: 'roboto';
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.nav-login .user-loggedin .loggedin-drop h1:hover {
  color: #fcaa35;
  cursor: pointer;
}

.go-premium {
  width: 28.62595%;
  float: left;
  margin-right: 0.76336%;
  padding-left: 5%;
}

@media screen and (max-width: 1030px) {
  .go-premium {
    padding-left: 0%;
    width: 20.22901%;
    float: left;
    margin-right: 0.76336%;
  }
}

@media screen and (max-width: 750px) {
  .go-premium {
    display: none;
  }
}

.go-premium img {
  width: 30px;
  float: left;
  padding-top: 10px;
}

.go-premium h1 {
  float: left;
  line-height: 50px;
  font-family: 'roboto-regular';
  color: #fcaa35;
  color: #fcaa35;
  font-size: 15px;
  padding-left: 20px;
  height: 50px;
}

.go-premium h1:hover {
  color: white;
  cursor: pointer;
}

.nav-social {
  float: right;
  margin-right: 0;
  font-size: 17px;
  padding: 6px;
  height: 50px;
  padding-top: 10px;
  float: right;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 750px) {
  .nav-social {
    display: none;
  }
}

.nav-social:last-child {
  margin-right: 0px;
}

.nav-social i {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 15px;
  text-align: center;
}

.nav-social i:hover {
  color: #fcaa35;
  cursor: pointer;
}

.nav-social i:last-child {
  padding-left: 9px;
}

.nav-social .tab-logo {
  height: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 1030px) {
  .nav-selecters {
    display: none;
  }
}

.sports-nav {
  background-color: #333333;
  padding-left: 25px;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  min-height: 35px;
}

.sports-nav .home-img {
  display: block !important;
  width: 25px;
}

.sports-nav img {
  float: left;
  margin-left: 10px;
  margin-top: 14px;
  width: 20px;
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  .sports-nav img {
    display: none;
  }
}

.sports-nav .dropdown {
  padding: 0;
  transition: 0.5s;
}

.sports-nav a:hover .sports-menu {
  color: #fcaa35;
}

.sports-nav a.active .sports-menu {
  color: #fcaa35;
}

.sports-nav .sports-menu {
  background-color: #333333;
  border-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 35px;
  color: white;
  text-align: center;
  cursor: pointer;
  font-family: "roboto-regular";
}

@media screen and (max-width: 750px) {
  .sports-nav {
    padding-left: 10px;
    height: 45px;
    min-height: 45px;
  }
}

.fixed-nav {
  position: fixed;
  box-shadow: none;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  display: none;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 750px) {
  .fixed-nav {
    display: none !important;
  }
}

.fixed-nav img {
  width: 150px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-right: 30px;
}

@media screen and (max-width: 1030px) {
  .fixed-nav .dropdown {
    width: 8%;
  }
}

.fixed-nav .dropdown .dropbtn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 11px;
}

.fixed-nav .go-premium {
  padding-top: 11px;
  background: none;
  padding-left: 0%;
  height: 50px;
  margin-right: 0px;
}

@media screen and (max-width: 1175px) {
  .fixed-nav .go-premium {
    width: 24.42748%;
    float: left;
    margin-right: 0.76336%;
  }
}

.fixed-nav .go-premium img {
  width: 35px;
  margin-top: 0px;
  margin-left: 30px;
  background: none;
  margin-right: 0;
}

.fixed-nav .go-premium h1 {
  padding-left: 20px;
}

.fixed-nav .nav-login {
  float: right;
  margin: 0px;
  height: 70px;
}

@media screen and (max-width: 850px) {
  .fixed-nav .nav-login {
    width: 16.03053%;
    float: left;
    margin-right: 0.76336%;
    float: right;
    margin-right: 0px;
  }
}

.fixed-nav .nav-login .button {
  border: 0px;
  height: 70px;
  line-height: 30px;
}

.sidr {
  width: 360px;
  box-shadow: none !important;
  border-right: 1px solid #e0e0e0;
  background-color: white;
}

@media screen and (max-width: 750px) {
  .sidr {
    width: 100%;
  }
}

.sidr .top-bar {
  width: 100%;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
}

.sidr .top-bar img {
  display: block;
  width: 130px;
}

.sidr .top-bar .close-ctr {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidr .top-bar .close-ctr .close-img {
  width: 10px;
}

.sidr.left {
  left: -360px;
}

@media screen and (max-width: 750px) {
  .sidr.left {
    left: -100%;
  }
}

.sidr ul {
  font-family: "roboto-medium";
  font-size: 15px;
  border-top: none;
  border-bottom: none;
  margin-top: 20px;
}

.sidr .nav-bar {
  height: 60px;
  padding: 10px 20px;
  background-color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidr .nav-bar .socials {
  display: block;
  font-size: 20px;
  color: white;
  text-align: center;
}

.sidr .nav-bar .socials a i {
  padding: 5px;
  margin-right: 5px;
  margin-top: 0px;
}

.sidr .nav-bar .tab-logo {
  height: 30px;
}

.sidr li .fa, .sidr li .fal, .sidr li .far, .sidr li .fas {
  float: right;
  margin-top: 25px;
  margin-right: 50px;
  color: #e0e0e0;
}

.sidr .log-in-btn h1 {
  box-shadow: none;
  background-image: none;
  color: #fcaa35;
  padding: 0;
}

.sidr .log-in-btn h1:hover {
  color: black;
}

.sidr .bp-newsletter-input {
  width: 66%;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidr .bp-newsletter-input form {
  margin: 0px;
}

.sidr .log-in-container {
  width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 100px;
}

.sidr .background-color-wrap {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}

.sidr .bp-newsletter-input input {
  height: 50px;
  background-color: white;
  border: 1px solid #e0e0e0;
  margin-bottom: 0px;
}

.sidr-menu-image {
  width: 20px;
  float: left;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 10px;
}

.sidr-expander img {
  width: 20px;
  float: left;
  margin-top: 23px;
  margin-left: 35px;
  margin-right: 10px;
}

.sidr-info {
  float: left !important;
  margin-left: 35px;
  margin-right: 0px !important;
  font-size: 20px;
  color: #fcaa35 !important;
  margin-top: 23px !important;
}

.sidr ul li {
  border-top: none;
  border-bottom: none;
  line-height: 65px;
}

.sidr ul li:hover {
  line-height: 65px;
}

.sidr ul li:hover > a {
  box-shadow: none;
}

.sidr ul li a {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 5px;
  padding: 0 10px;
  width: 65%;
  margin: 0 auto;
}

.sidr ul li ul li:hover {
  line-height: 40px;
}

.sidr ul li ul li {
  border-bottom: 0px;
}

.sidr ul li ul li:hover > a {
  box-shadow: none;
}

.sidr ul li ul li a {
  border-bottom: 0px;
}

.sidr ul li ul {
  border-top: 0px;
}

.sidr-sub-menu {
  background-color: #f2f2f2;
}

.large-orange-button {
  font-family: "roboto-bold";
  cursor: pointer;
  min-height: 60px;
  background: #fcaa35;
  width: 100%;
  font-size: 10px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  color: white;
}

.large-orange-button:hover {
  color: #000000;
}

.right-inner-custom-ctr .price-packages {
  margin-bottom: 20px;
  color: #fcaa35;
  min-height: 50px;
  border: #aaaaaa 1px solid;
  width: 100%;
  font-size: 10px;
  line-height: 50px;
  text-align: center;
}

.main-article-ctr {
  overflow: hidden;
}

.futures-widget-ctr .fw-ladder-top {
  width: 62%;
  position: relative;
  bottom: 0px;
  height: 40px;
  font-family: "roboto-thin";
  color: black;
  font-size: 10px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.futures-widget-ctr .fw-ladder-top .psl-text {
  position: absolute;
  bottom: 0px;
}

.futures-widget-ctr .fw-header {
  font-size: 11px;
  font-family: "roboto-medium";
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.futures-widget-ctr .fw-header .ladders-header {
  flex: 2 2 10px;
}

.futures-widget-ctr .fw-header .score-header {
  flex: 1 1 10px;
}

.futures-widget-ctr .fw-ladders {
  line-height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.futures-widget-ctr .fw-ladders img {
  width: 20px;
  vertical-align: middle;
  margin: 0 5px;
}

.futures-widget-ctr .fw-ladders .fw-team {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  color: black;
  font-size: 13px;
  font-family: "roboto-bold";
  border: 1px solid #e0e0e0;
  border-right: none;
  border-top: none;
  background: white;
  padding: 10px 5px;
  flex: 2 2 10px;
}

.futures-widget-ctr .fw-ladders .fw-score {
  height: 100%;
  font-size: 13px;
  font-family: "roboto-bold";
  color: black;
  border: #e0e0e0 1px solid;
  border-top: none;
  padding: 10px 0;
  flex: 1 1 10px;
  text-align: center;
}

main article container
.main-articles {
  height: 100%;
  overflow: auto;
}

.proj-season-ladder-ctr .ps-ladder-top {
  width: 62%;
  position: relative;
  bottom: 0px;
  height: 40px;
  font-family: "roboto-thin";
  color: black;
  font-size: 10px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.proj-season-ladder-ctr .ps-ladder-top .psl-text {
  position: absolute;
  bottom: 0px;
}

.proj-season-ladder-ctr .ps-ladders {
  height: 27px;
  line-height: 25px;
  padding-bottom: 2px;
  width: 100%;
}

.proj-season-ladder-ctr .ps-ladders img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.proj-season-ladder-ctr .ps-ladders .ps-number {
  height: 100%;
  color: black;
  font-size: 15px;
  width: 9.58904%;
  float: left;
  margin-right: 0.45662%;
  text-align: center;
}

.proj-season-ladder-ctr .ps-ladders .ps-team {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  font-family: "roboto-bold";
  height: 100%;
  background: white;
  width: 74.88584%;
  float: left;
  margin-right: 0.45662%;
}

.proj-season-ladder-ctr .ps-ladders .ps-score {
  height: 100%;
  font-size: 12px;
  font-family: "roboto-bold";
  color: black;
  border: #e0e0e0 1px solid;
  width: 14.61187%;
  float: left;
  margin-right: 0.45662%;
  float: right;
  margin-right: 0;
  text-align: center;
}

.ps-ldr-color {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-top: 8px;
  display: inline;
  float: left;
  margin-right: 15px;
  border: #fcaa35 2px solid;
}

.project-season-title {
  font-size: 13px;
  border: #e0e0e0 1px solid;
  text-align: center;
  padding-bottom: 6px;
  padding-top: 10px;
}

.second-a-title {
  font-size: 22px;
  color: white;
  width: 60%;
  line-height: 25px;
  padding: 20px;
  padding-top: 250px;
}

@media screen and (max-width: 850px) {
  .second-a-title {
    padding-bottom: 5px;
    width: 100%;
  }
}

.second-a-text {
  font-size: 15px;
  color: white;
  width: 50%;
  line-height: 25px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1030px) {
  .second-a-text {
    font-size: 0.8125em;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .second-a-text {
    font-size: 10px;
  }
}

.main-a-title {
  font-size: 22px;
  color: black;
  line-height: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.right-side-bar .main-article-wrap {
  margin-top: 10px;
}

.right-side-bar .main-article-wrap .main-a-match-date {
  height: 25px;
  border-bottom: 1px solid #e0e0e0;
}

.right-side-bar .main-article-wrap .main-a-match-date div {
  line-height: 25px;
  font-size: 9px;
}

.right-side-bar .main-a-title {
  font-size: 12px;
  width: 100%;
  float: left;
  line-height: 15px;
  padding-top: 10px;
}

.main-article-wrap {
  overflow: hidden;
  position: relative;
  font-family: "roboto-bold";
  width: 81.14286%;
  float: left;
  margin-right: 0.57143%;
}

@media screen and (max-width: 750px) {
  .main-article-wrap {
    width: 100%;
  }
}

.main-article-wrap .main-article {
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .main-article-wrap .main-article {
    margin-right: 0px;
  }
  .main-article-wrap .main-article.article-min-height {
    min-height: 350px;
  }
}

.main-article-wrap .main-article img {
  width: 100%;
}

.main-article-wrap .main-a-match-date {
  border: #fcaa35 1px solid;
  position: absolute;
  width: 32%;
  height: 40px;
  bottom: 0;
  right: 0;
  border-bottom: 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .main-article-wrap .main-a-match-date {
    width: 41%;
    height: 15%;
  }
}

.main-article-wrap .main-a-match-date div {
  line-height: 40px;
  text-align: center;
  height: 100%;
  color: black;
  overflow: hidden;
  background: white;
  font-size: 22px;
  width: 50%;
  float: left;
}

@media screen and (max-width: 750px) {
  .main-article-wrap .main-a-match-date div {
    font-size: 13px;
    line-height: 30px;
  }
}

.main-article-wrap .main-a-match-date div:last-child {
  border-left: #fcaa35 1px solid;
  color: white;
  background: #000000;
  min-width: 30%;
  text-transform: uppercase;
  float: right;
  margin-right: 0;
}

.article-left-btn {
  float: left;
  cursor: pointer;
  top: 36%;
  padding-left: 0.375em;
  font-size: 2.5em;
  color: #aaaaaa;
  z-index: 100;
  position: absolute;
}

.article-left-btn:hover {
  color: #fcaa35;
  font-weight: bold;
}

.article-right-btn {
  color: #aaaaaa;
  font-size: 2.5em;
  cursor: pointer;
  z-index: 100;
  top: 36%;
  right: 5%;
  position: absolute;
}

.article-right-btn:hover {
  color: #fcaa35;
  font-weight: bold;
}

.sub-articles {
  width: 18.28571%;
  float: left;
  margin-right: 0.57143%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .sub-articles {
    width: 100%;
  }
}

.sub-articles .sub-article {
  color: #000000;
  border: black 1px solid;
  min-height: 116px;
  background: white;
}

@media screen and (max-width: 750px) {
  .sub-articles .sub-article {
    width: 32%;
    margin-left: 1%;
    float: left;
  }
}

.sub-articles .sub-article .sub-art-img {
  height: 5em;
  overflow: hidden;
}

.sub-articles .sub-article .sub-art-img img {
  zoom: 100%;
  vertical-align: bottom;
}

.sub-articles .sub-article .sub-art-text {
  line-height: 1.1;
  color: white;
  font-size: 0.625em;
  font-weight: bold;
  padding-top: 0.9375em;
  padding-bottom: 0.625em;
  letter-spacing: 0.07em;
  background: #000000;
}

.sub-articles .sub-article .sub-art-text span {
  color: #fcaa35;
  cursor: pointer;
}

.sub-articles .view-more-articles-link {
  color: #fcaa35;
  font-family: "cooper-hewitt-bold";
  font-size: 0.625em;
  letter-spacing: 0.07em;
  padding-top: 0.8125em;
}

@media screen and (max-width: 750px) {
  .sub-articles .view-more-articles-link {
    clear: both;
    margin-left: 1%;
    margin-top: 10px;
    font-size: 0.9375em;
  }
}

.sub-articles .view-more-articles-link:hover {
  color: white;
  cursor: pointer;
}

.projected-ladder-button {
  clear: both;
}

.projected-ladder-button .plbtn-inner {
  font-family: "roboto-bold";
  height: 3.125em;
  background: #fcaa35;
  width: 100%;
  line-height: 3.125em;
  text-align: center;
  font-size: 0.625em;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.projected-ladder-button .plbtn-inner:hover {
  color: #000000;
}

.ui-nomt {
  margin-top: 0 !important;
}

.main-scroll-section {
  margin-bottom: 0.625em;
  background-color: white;
  padding: 1.25em;
}

.main-scroll-section .year-dropdown {
  padding-top: 0.125em;
}

.large-main-scroller {
  width: 85%;
  overflow: auto;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .large-main-scroller {
    width: 95%;
  }
}

.round-button-container {
  display: inline;
  float: left;
  font-size: 0.625em;
  width: 90%;
  margin: 2px auto 0px auto;
}

@media screen and (max-width: 750px) {
  .round-button-container {
    width: 84%;
  }
}

@media screen and (max-width: 750px) {
  .round-button-container .rbc-resp {
    display: none;
  }
}

.round-page-round-title {
  width: 100%;
  padding: 14px;
  background: white;
  clear: both;
  border: 1px solid #e0e0e0;
  font-size: 1.1875em;
}

.round-page-round-title .rprt-inner .rprt-round {
  padding: 0.375em;
  margin: 0 auto;
  text-align: center;
}

.round-page-round-title .underliner {
  width: 20px;
  border-bottom: 1px solid #aaaaaa;
  margin: 0 auto;
  text-align: center;
}

.round-page-round-title .game-date {
  font-size: 12px;
  font-family: 'roboto-medium';
  margin: 0 auto;
  text-align: center;
  padding: 0.625em;
}

.rounds {
  width: 3.64964%;
  float: left;
  margin-right: 0.36496%;
  font-family: 'cooper-hewitt-bold';
  line-height: 2em;
  width: 3%;
  margin-right: 0.8%;
  height: 1.6875em;
  text-align: center;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 750px) {
  .rounds {
    width: 9.17431%;
    float: left;
    margin-right: 0.91743%;
  }
  .rounds:nth-child(10) {
    float: right;
    margin-right: 0;
  }
}

.rounds:hover {
  cursor: pointer;
  background: #fcaa35;
}

.rounds-arrow-right {
  width: 0px;
  display: inline;
  float: left;
  font-size: 1.25em;
}

.rounds-arrow-right:hover {
  color: #fcaa35;
}

.rounds-arrow-right div {
  background: url("../assets/greyright.png") no-repeat;
  background-size: 10px;
  height: 25px;
  width: 13px;
}

.rounds-arrow-right div:hover {
  background: url("../assets/orangeright.png") no-repeat;
  background-size: 10px;
  height: 25px;
  width: 13px;
}

.rounds-arrow-left {
  width: 0px;
  display: inline;
  float: left;
  margin-right: 3%;
  font-size: 1.25em;
  cursor: pointer;
}

.rounds-arrow-left:hover {
  color: #fcaa35;
}

.rounds-arrow-left div {
  background: url("../assets/greyleft.png") no-repeat;
  background-size: 10px;
  height: 25px;
  width: 13px;
}

.rounds-arrow-left div:hover {
  background: url("../assets/orageleft.png") no-repeat;
  background-size: 10px;
  height: 25px;
  width: 13px;
}

.rounds-arrow-left:hover, .rounds-arrow-right:hover {
  cursor: pointer;
}

.match-round-windows-ctr {
  color: white;
  padding: 1.25em;
  margin-bottom: 0.625em;
  background-color: white;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  display: inline;
  float: left;
}

@media screen and (max-width: 1100px) {
  .match-round-windows-ctr {
    width: 100%;
  }
}

.match-round-venue-date {
  background-color: #f2f2f2;
  width: 100%;
  border: #e0e0e0 1px solid;
  color: black;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  font-size: 0.75em;
  font-family: "roboto-medium";
}

.match-round-venue-date span:first-child {
  font-family: "roboto-bold";
  margin-right: 0.125em;
}

.match-round-venue-date span:nth-child(2) {
  display: inline;
  float: right;
  margin-top: 0.125em;
  font-family: 'cooper-hewitt-bold';
}

.match-round-team-stats-ctr {
  position: relative;
}

.match-round-team-stats-ctr .mrt-in-progress {
  width: 23%;
  top: 73px;
  right: 8%;
  position: absolute;
  font-size: 0.8125em;
  font-family: 'roboto-medium';
  color: #fc2842;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .match-round-team-stats-ctr .mrt-in-progress {
    top: 91px;
  }
}

.match-round-team-title {
  font-size: 12px;
  font-family: "roboto-medium";
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mrt-team-ctr {
  font-size: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  height: 70px;
}

@media screen and (max-width: 750px) {
  .mrt-team-ctr {
    height: 80px;
    line-height: 0px;
  }
}

.mrt-team-ctr .mrt-team-pred {
  line-height: 55px;
}

.mrt-teams {
  padding-left: 1.875em;
}

.mrt-teams, .mrt-team {
  width: 74.16667%;
  float: left;
  display: inline;
  float: left;
}

@media screen and (max-width: 750px) {
  .mrt-teams, .mrt-team {
    font-size: 11px;
  }
}

.mrt-teams.tri-column, .mrt-team.tri-column {
  width: 57.5%;
  float: left;
}

.mrt-teams, .mrt-outcome, .mrt-predicted {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mrt-outcome, .mrt-predicted {
  text-align: center;
  width: 24.16667%;
  float: left;
  margin-left: 0;
  float: right;
}

.mrt-outcome.tri-column, .mrt-predicted.tri-column {
  width: 20%;
  float: left;
}

.mrt-team, .mrt-team-pred, .mrt-team-outcome {
  margin-right: 0;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .mrt-predicted, .mrt-team-pred {
    margin-left: 0px;
    font-size: 11px;
  }
}

.mrt-team {
  height: 70px;
  font-size: 15px;
  margin-right: 0px;
  padding-top: 0;
  padding-left: 18px;
  font-family: 'roboto-medium';
  background-color: #f2f2f2;
  color: black;
}

@media screen and (max-width: 750px) {
  .mrt-team {
    height: 100%;
  }
}

.mrt-team h1 {
  padding: 0;
  line-height: 23px;
  font-size: 15px;
}

@media screen and (max-width: 550px) {
  .mrt-team h1 {
    line-height: 20px;
  }
}

.mrt-team span.power-ranking-bold {
  font-family: "roboto-bold";
  color: #000000 !important;
}

.mrt-team .mrt-team-inr-wrp {
  font-size: 17px;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.mrt-team .mrt-team-inr-wrp h1 {
  text-transform: uppercase;
}

.mrt-team .mrt-team-inr-wrp img {
  height: 25px;
  float: left;
  margin-right: 10px;
  flex: 0 0 auto;
}

@media screen and (max-width: 750px) {
  .mrt-team .mrt-team-inr-wrp img {
    margin-right: 5px;
  }
}

.mrt-team .mrt-team-inr-wrp .mrt-team-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mrt-team p {
  font-family: 'roboto-thin';
  font-size: 12px;
  line-height: 1;
}

.mrt-circle-color {
  border: #fcaa35 2px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}

.mrt-power-ranking {
  font-size: 12px;
  font-family: "roboto-medium";
  padding-top: 6px;
  display: inline;
}

.mrt-team-outcome, .mrt-team-pred {
  width: 24.16667%;
  float: left;
  border: 1px solid #e0e0e0;
  float: right;
  color: black;
  margin-left: 0;
  text-align: center;
  font-family: 'roboto-bold';
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  height: 100%;
  line-height: 55px;
}

@media screen and (max-width: 750px) {
  .mrt-team-outcome, .mrt-team-pred {
    line-height: 55px;
    margin-left: 0px;
  }
}

.mrt-team-outcome.tri-column, .mrt-team-pred.tri-column {
  width: 20%;
  float: left;
}

.mrv-results-inner {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  font-family: 'roboto-medium';
  width: 60.2%;
  height: 3.75em;
  color: black;
  padding-top: 0.625em;
  display: inline;
  float: left;
}

@media screen and (max-width: 750px) {
  .mrv-results-inner {
    height: 80px;
  }
}

.mrv-text {
  color: #000000;
  font-size: 0.8125em;
  margin-left: 4.6875em;
  margin-bottom: 0.8125em;
}

.mrv-numbers {
  font-size: 1.25em;
}

.mrv-numbers span {
  color: #60dd63;
  font-size: 0.9375em;
  margin-right: 0.625em;
  margin-left: 1.25em;
}

.mrv-numbers span:nth-child(2) {
  margin-left: 0.625em;
  color: white;
}

.mrv-projections {
  font-family: "roboto-medium";
  border-right: 1px solid #e0e0e0;
  width: 39.8%;
  height: 3.75em;
  padding-top: 0.9375em;
  display: inline;
  float: left;
}

.mrv-projections .projections-share {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 0.25em;
}

.mrv-projections .share-socials {
  text-align: center;
}

.mrv-projections .share-socials i {
  color: black;
  margin-right: 0.3125em;
  border: 1px solic white;
  border-radius: 30px;
}

.mrv-projections .share-socials i:hover {
  color: #fcaa35;
}

.last {
  float: right;
  margin-right: 0;
}

.detailed-match-link-btn {
  background-color: #fcaa35;
}

.detailed-match-link-btn:hover {
  color: black;
}

.detailed-match-link-btn, .countdown-to-match,
.countdown-to-match-live, .countdown-to-match-starting {
  width: 50%;
  cursor: pointer;
  display: inline;
  float: left;
  line-height: 35px;
  height: 35px;
  text-align: center;
  font-size: 10px;
  font-family: "roboto-medium";
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .detailed-match-link-btn, .countdown-to-match,
  .countdown-to-match-live, .countdown-to-match-starting {
    width: 100%;
  }
}

.countdown-to-match-live {
  background: #60dd63;
}

.countdown-to-match-live:hover {
  color: black;
}

.countdown-to-match {
  border: black 1px solid;
  color: black;
  background-color: white;
}

.countdown-to-match:hover {
  background-color: #fcaa35;
}

.countdown-to-match-starting {
  background: #fc2842;
}

.countdown-to-match-starting:hover {
  color: black;
}

.advert-full-width-ctr {
  clear: both;
  padding-top: 35px;
}

.add-placeholder {
  background: grey;
  margin-top: 30px;
  padding: 5%;
  height: 50px;
}

.advert-full-width {
  overflow: hidden;
  clear: both;
  min-height: 50px;
  margin-bottom: 10px !important;
  width: 100%;
}

.advert-full-width:hover {
  cursor: pointer;
}

.advert-full-width img {
  width: 100%;
  vertical-align: bottom;
}

.nav-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #1f2832;
}

.nav-row .nav-button {
  color: #1f2832;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .nav-row .nav-button {
    font-size: 11px;
  }
}

.nav-row .nav-button .fa, .nav-row .nav-button .fal, .nav-row .nav-button .far, .nav-row .nav-button .fas {
  margin-right: 5px;
}

.nav-row .nav-button .fa:hover, .nav-row .nav-button .fal:hover, .nav-row .nav-button .far:hover, .nav-row .nav-button .fas:hover {
  color: #b0bcc9;
}

.nav-row .nav-button:hover {
  color: #b0bcc9;
}

.raceday-help-button-ctr {
  height: 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.raceday-help-button-ctr .help-button {
  border: 1px solid #1f2832;
  color: #1f2832;
  font-family: "roboto-medium";
  padding: 10px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.raceday-help-button-ctr .help-button:hover {
  color: #b0bcc9;
  border-color: #b0bcc9;
}

.next-races-title {
  margin-top: 25px;
  margin-bottom: 10px;
}

.next-races-title h1 {
  color: black;
  font-family: "roboto-bold";
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.next-races-title h2 {
  color: black;
  opacity: 0.5;
  font-family: "roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
}

.next-to-go .widget-header {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 5px 0;
  letter-spacing: 0.5px;
}

.next-to-go .no-next-races {
  margin-top: 15px;
  text-align: center;
}

.next-to-go .next-race-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 850px) {
  .next-to-go .next-race-list {
    flex-wrap: unset;
    overflow-x: scroll;
  }
}

.next-to-go .next-race-list .next-race-row {
  flex: 0 0 auto;
  height: 35px;
  text-align: left;
  font-family: "roboto-medium";
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.next-to-go .next-race-list .next-race-row:hover {
  color: #fcaa35;
}

.next-to-go .next-race-list .next-race-row .time {
  flex: 0 0 30%;
}

.next-to-go .next-race-list .next-race-row .time.red {
  color: #f12626;
}

.next-to-go .next-race-list .next-race-row .time.green {
  color: #8ce999;
}

.next-to-go .next-race-list .next-race-row .meet {
  flex: 0 0 50%;
}

.next-to-go .next-race-list .next-race-row .race-number {
  flex: 0 0 20%;
  text-align: right;
}

.next-to-go .button {
  flex: 0 0 auto;
  background-color: orange;
  color: white;
}

.next-to-go .button:hover {
  color: black;
}

.next-race-ctr {
  margin-bottom: 10px;
}

.next-race-ctr .next-races {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-transform: uppercase;
}

.next-race-ctr .next-races .next-races-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #1f2832;
  color: white;
}

.next-race-ctr .next-races .next-races-header .next-race-title {
  flex: 1 1 auto;
  text-transform: uppercase;
}

.next-race-ctr .next-races .next-races-header .date-header {
  flex: 0 0 60px;
  text-align: right;
}

.next-race-ctr .next-races .no-next-races {
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.next-race-ctr .next-races .race {
  position: relative;
  font-size: 13px;
  padding: 0 20px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.next-race-ctr .next-races .race:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  content: '';
  height: 0;
  width: 90%;
  border-bottom: 1px solid #e0e0e0;
}

.next-race-ctr .next-races .race.last:after {
  border-bottom: none;
}

.next-race-ctr .next-races .race img {
  max-height: 30px;
  max-width: 35px;
  margin-right: 10px;
}

.next-race-ctr .next-races .race .meet {
  flex: 1 1 auto;
}

.next-race-ctr .next-races .race .time {
  flex: 0 0 40px;
  text-align: left;
}

.next-race-ctr .next-races .race .race-num {
  flex: 0 0 40px;
  text-align: right;
}

.next-race-ctr .next-races .race-button {
  background-color: #fcaa35;
  color: white;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.next-race-ctr .next-races .race-button:hover {
  color: black;
}

.race-meet-ctr .display-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 5px 0;
  margin: 10px 0;
}

.race-meet-ctr .display-toggle .display-toggle-option {
  flex: 0 0 auto;
  text-align: center;
  font-family: "roboto-medium";
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.race-meet-ctr .display-toggle .display-toggle-option.selected-option {
  background-color: unset;
  color: #fcaa35;
}

.race-meet-ctr .race-unit {
  margin-bottom: 20px;
}

.race-meet-ctr .race-unit .loginlink {
  width: 100%;
}

.race-meet-ctr .race-unit .loginlink img {
  width: 100%;
}

.race-meet-ctr .race-unit .race-header {
  font-size: 12px;
  font-family: "roboto-bold";
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.race-meet-ctr .race-unit .race-header .race-number-time {
  margin-right: 20px;
}

.race-meet-ctr .race-unit .race-header span.lighten {
  font-family: "roboto-light";
}

.rating-table .rating-name-header, .rating-table .rating-row .rating-name {
  width: 25%;
  float: left;
}

.rating-table .rating-graph-header, .rating-table .rating-row .rating-graph {
  width: 75%;
  float: left;
}

@media screen and (max-width: 850px) {
  .rating-table .rating-graph-header, .rating-table .rating-row .rating-graph {
    width: 100%;
  }
}

.rating-table .rating-header {
  font-size: 12px;
  font-family: "roboto-medium";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border-bottom: 1px solid #e0e0e0;
}

.rating-table .rating-header .rating-graph-header, .rating-table .rating-header .rating-name-header {
  border: 1px solid white;
  padding: 10px;
}

@media screen and (max-width: 850px) {
  .rating-table .rating-header .rating-name-header {
    width: 50%;
  }
}

@media screen and (max-width: 850px) {
  .rating-table .rating-header .rating-graph-header {
    width: 50%;
    text-align: right;
  }
}

.rating-table .rating-row {
  font-family: "roboto-bold";
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-top: none;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.rating-table .rating-row .rating-name {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
}

@media screen and (max-width: 850px) {
  .rating-table .rating-row .rating-name {
    display: none;
  }
}

.rating-table .rating-row .rating-name img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.rating-table .rating-row .rating-graph {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 0 30px;
  border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 850px) {
  .rating-table .rating-row .rating-graph {
    border-left: none;
  }
}

.rating-table .rating-row .rating-graph .rating-graph-image {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 850px) {
  .rating-table .rating-row .rating-graph .rating-graph-image {
    margin: 0;
  }
}

.rating-table .rating-row .rating-graph .rating-graph-image .rating-graph-trail {
  height: 30px;
  flex: 1 1 auto;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/racing-rating-graph/startbar.png");
  position: relative;
}

.rating-table .rating-row .rating-graph .rating-graph-image .rating-graph-trail .rating-graph-annotation {
  color: #fcaa35;
  font-family: "roboto-medium";
  font-size: 12px;
  right: 0;
  bottom: 0;
  opacity: 1;
  position: absolute;
}

.rating-table .rating-row .rating-graph .rating-graph-image .rating-graph-end {
  height: 30px;
  flex: 0 0 auto;
}

.rating-table .rating-row .rating-graph .rating-graph-image .rating-graph-end img {
  width: 100%;
}

.value-table .value-name-header, .value-table .value-name {
  width: 25%;
  float: left;
}

.value-table .value-siprice-header, .value-table .value-siprice {
  width: 25%;
  float: left;
}

.value-table .value-avmp-header, .value-table .value-avmp {
  width: 25%;
  float: left;
}

.value-table .value-smiley-header, .value-table .value-smiley {
  width: 25%;
  float: left;
}

.value-table .value-header {
  font-size: 12px;
  font-family: "roboto-medium";
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.value-table .value-header .value-name-header, .value-table .value-header .value-siprice-header, .value-table .value-header .value-avmp-header, .value-table .value-header .value-smiley-header {
  border: 1px solid white;
  padding: 10px;
}

.value-table .value-header .value-siprice-header, .value-table .value-header .value-avmp-header, .value-table .value-header .value-smiley-header {
  text-align: center;
}

.value-table .value-row {
  font-family: "roboto-bold";
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-top: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

.value-table .value-row .value-name {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding: 0 10px;
  text-transform: uppercase;
}

.value-table .value-row .value-name img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}

.value-table .value-row .value-siprice, .value-table .value-row .value-avmp, .value-table .value-row .value-smiley {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-left: 1px solid #e0e0e0;
}

.value-table .value-row .value-siprice img, .value-table .value-row .value-avmp img, .value-table .value-row .value-smiley img {
  height: 20px;
  width: auto;
}

.race-course-ctr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 850px) {
  .race-course-ctr {
    flex-direction: column;
  }
}

.race-courses-wrap {
  background-color: white;
  padding: 20px;
  width: calc(50% - 5px);
  margin-bottom: 20px;
}

.race-courses-wrap.odd {
  margin-right: 10px;
}

@media screen and (max-width: 850px) {
  .race-courses-wrap {
    width: 100%;
  }
  .race-courses-wrap.odd {
    margin-right: 0;
  }
}

.race-courses-wrap .race-course-header {
  font-size: 12px;
  font-family: "roboto-bold";
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  text-transform: uppercase;
}

.race-courses-wrap .race-course-card-ctr .race-course-info-header {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: stretch;
  font-family: "roboto-bold";
  font-size: 12px;
}

.race-courses-wrap .race-course-card-ctr .race-course-info-header .race-course-blank-header {
  flex: 4 4 10px;
  margin-right: 20px;
}

.race-courses-wrap .race-course-card-ctr .race-course-info-header .race-course-num-header, .race-courses-wrap .race-course-card-ctr .race-course-info-header .race-course-next-header {
  flex: 3 3 10px;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.race-courses-wrap .race-course-card-ctr .race-course-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-map {
  flex: 2 2 10px;
  height: auto;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 150px;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-map img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info {
  flex: 3 3 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .race-course-boxes {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  text-transform: uppercase;
  text-align: center;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .race-course-boxes .race-course-num, .race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .race-course-boxes .race-course-next {
  flex: 1 1 10px;
  font-family: "roboto-bold";
  font-size: 15px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .race-course-boxes .race-course-num {
  margin-right: 5px;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .button {
  flex: 0 0 auto;
  background-color: orange;
  color: white;
}

.race-courses-wrap .race-course-card-ctr .race-course-body .race-course-info .button:hover {
  color: black;
}

.racing-matrix {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.racing-matrix .header-help-ctr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .racing-matrix .header-help-ctr {
    flex-direction: column;
    align-items: stretch;
  }
}

.racing-matrix .header-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  .racing-matrix .header-row {
    flex-direction: column-reverse;
    align-items: stretch;
    flex: unset;
  }
}

.racing-matrix .each-race-toggles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 750px) {
  .racing-matrix .each-race-toggles {
    flex-direction: column;
    align-items: stretch;
  }
}

.racing-matrix .each-race-toggle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .racing-matrix .each-race-toggle {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.racing-matrix .each-race-toggle:first-child {
  margin-left: 0;
}

.racing-matrix .each-race-toggle input {
  margin-right: 5px;
}

.racing-matrix .each-race-toggle .label {
  color: #1f2832;
  font-family: "roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}

.racing-matrix .racing-matrix-header {
  flex: 3;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .racing-matrix .racing-matrix-header {
    flex: unset;
  }
}

.racing-matrix .racing-matrix-header h1 {
  color: black;
  font-family: "roboto-bold";
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.racing-matrix .racing-matrix-header h2 {
  color: black;
  opacity: 0.5;
  font-family: "roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}

.racing-matrix span.large-only {
  display: inline;
}

@media screen and (max-width: 1030px) {
  .racing-matrix span.large-only {
    display: none;
  }
}

.racing-matrix span.small-medium-only {
  display: none;
}

@media screen and (max-width: 1030px) {
  .racing-matrix span.small-medium-only {
    display: inline;
  }
}

.racing-matrix span.x-small-only {
  display: none;
}

@media screen and (max-width: 350px) {
  .racing-matrix span.x-small-only {
    display: inline;
  }
}

.racing-matrix span.not-x-small {
  display: inline;
}

@media screen and (max-width: 350px) {
  .racing-matrix span.not-x-small {
    display: none;
  }
}

.racing-matrix select.price-category {
  background-color: #1f2832;
  font-family: "roboto-medium";
  color: white;
  border: none;
  font-size: 13px;
  padding: 10px;
  margin: 10px 0;
  text-transform: uppercase;
  border: 1px solid #d7e1e8;
}

@media screen and (max-width: 750px) {
  .racing-matrix select.price-category {
    width: 100%;
  }
}

.racing-matrix .racing-matrix-table {
  font-family: "roboto-regular";
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.racing-matrix .racing-matrix-table.large-only {
  display: none;
}

@media screen and (min-width: 1031px) {
  .racing-matrix .racing-matrix-table.large-only {
    display: table;
  }
}

.racing-matrix .racing-matrix-table.small-medium-only {
  display: none;
  font-size: 11px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .racing-matrix-table.small-medium-only {
    display: table;
  }
}

.racing-matrix .racing-matrix-table.small-medium-only thead {
  height: 68px;
}

.racing-matrix .racing-matrix-table.small-medium-only thead tr {
  height: 34px;
}

.racing-matrix .racing-matrix-table.small-medium-only thead tr th.horse {
  width: 45%;
}

.racing-matrix .racing-matrix-table.small-medium-only thead tr th.grade {
  width: 20px;
}

.racing-matrix .racing-matrix-table.small-medium-only thead tr th.medium {
  width: 70px;
}

.racing-matrix .racing-matrix-table.small-medium-only thead tr th.small {
  width: 30px;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody {
  font-family: "roboto-regular";
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr.key td {
  font-size: 11px;
  text-align: left;
  font-family: "roboto-medium";
  background-color: #f2f2f2;
  color: #394859;
  border: none;
  padding: 10px;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td {
  padding: 10px;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .jersey-name-combo {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .jersey-name-combo img {
  height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 350px) {
  .racing-matrix .racing-matrix-table.small-medium-only tbody tr td .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td.grade {
  padding: 0;
  background-color: unset;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .grade-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: grey;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .grade-dot.green {
  background-color: #8ce999;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .grade-dot.orange {
  background-color: #fcaa35;
}

.racing-matrix .racing-matrix-table.small-medium-only tbody tr td .grade-dot.red {
  background-color: #f12626;
}

.racing-matrix .racing-matrix-table thead tr {
  border: 1px solid #1f2832;
  background-color: #1f2832;
  color: white;
}

.racing-matrix .racing-matrix-table thead tr th {
  padding: 10px 0;
  vertical-align: middle;
}

.racing-matrix .racing-matrix-table thead tr th.small {
  width: 55px;
}

.racing-matrix .racing-matrix-table thead tr th.horse {
  padding: 10px;
  text-align: left;
  max-width: 225px;
}

.racing-matrix .racing-matrix-table thead tr th.track {
  padding: 10px;
  text-align: left;
  max-width: 200px;
}

.racing-matrix .racing-matrix-table thead tr th.grade {
  width: 70px;
}

.racing-matrix .racing-matrix-table thead tr th.left-border {
  border-left: 1px solid #394859;
}

.racing-matrix .racing-matrix-table thead tr th.grade-gap {
  width: 1px;
  padding: 0;
}

.racing-matrix .racing-matrix-table thead tr th.total {
  width: 100px;
}

.racing-matrix .racing-matrix-table thead tr th.left-align {
  text-align: left;
  padding-left: 10px;
}

.racing-matrix .racing-matrix-table tbody tr {
  border: 1px solid #d7e1e8;
  background-color: white;
}

.racing-matrix .racing-matrix-table tbody tr.even {
  background-color: #eff3f6;
}

.racing-matrix .racing-matrix-table tbody tr:not(.no-meetings) {
  cursor: pointer;
}

.racing-matrix .racing-matrix-table tbody tr:not(.no-meetings):hover {
  background-color: #b0bcc9;
}

.racing-matrix .racing-matrix-table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.racing-matrix .racing-matrix-table tbody tr td.no-meetings {
  color: #1f2832;
  height: 100px;
  background-color: #eff3f6;
}

.racing-matrix .racing-matrix-table tbody tr td .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.racing-matrix .racing-matrix-table tbody tr td .jersey-name-combo.bold {
  font-family: "roboto-medium";
}

.racing-matrix .racing-matrix-table tbody tr td .jersey-name-combo img {
  height: 20px;
  margin-right: 15px;
}

.racing-matrix .racing-matrix-table tbody tr td .soon {
  color: #f12626;
}

.racing-matrix .racing-matrix-table tbody tr td .past {
  color: #a1a1a1;
}

.racing-matrix .racing-matrix-table tbody tr td.grade {
  background-color: #e6e6ea;
}

.racing-matrix .racing-matrix-table tbody tr td.grade.green {
  background-color: #8ce999;
}

.racing-matrix .racing-matrix-table tbody tr td.grade.orange {
  background-color: #fcaa35;
}

.racing-matrix .racing-matrix-table tbody tr td.grade.red {
  background-color: #f12626;
}

.racing-matrix .racing-matrix-table tbody tr td.left-border {
  border-left: 1px solid #d7e1e8;
}

.racing-matrix .racing-matrix-table tbody tr td.medium-font {
  font-family: "roboto-medium";
}

.racing-matrix .racing-matrix-table tbody tr td.left-align {
  text-align: left;
}

.racing-matrix .cheat-sheet-home-header {
  background-color: #06131f;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.racing-matrix .cheat-sheet-home-header i {
  margin-right: 5px;
}

.racing-matrix .full-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
}

.racing-matrix .full-link .button {
  width: 100%;
  margin-top: 0;
}

.racing-matrix .race-cheat-sheet-table {
  font-family: "roboto-regular";
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table {
    font-size: 11px;
  }
}

.racing-matrix .race-cheat-sheet-table.large-only {
  display: none;
}

@media screen and (min-width: 1031px) {
  .racing-matrix .race-cheat-sheet-table.large-only {
    display: table;
  }
}

.racing-matrix .race-cheat-sheet-table.small-medium-only {
  display: none;
  font-size: 11px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table.small-medium-only {
    display: table;
  }
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead {
  height: 68px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead tr {
  height: 34px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead tr th.horse {
  width: 45%;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead tr th.grade {
  width: 20px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead tr th.medium {
  width: 70px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only thead tr th.small {
  width: 30px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody {
  font-family: "roboto-regular";
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr.key td {
  font-size: 11px;
  text-align: left;
  font-family: "roboto-medium";
  background-color: #f2f2f2;
  color: #394859;
  border: none;
  padding: 10px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td {
  padding: 10px;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .jersey-name-combo {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .jersey-name-combo img {
  height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 350px) {
  .racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td.grade {
  padding: 0;
  background-color: unset;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .grade-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: grey;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .grade-dot.green {
  background-color: #8ce999;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .grade-dot.orange {
  background-color: #fcaa35;
}

.racing-matrix .race-cheat-sheet-table.small-medium-only tbody tr td .grade-dot.red {
  background-color: #f12626;
}

.racing-matrix .race-cheat-sheet-table thead tr {
  border: 1px solid #1f2832;
  background-color: #1f2832;
  color: white;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr.large-only {
    display: none;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr.small-medium-only {
  display: none;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr.small-medium-only {
    display: table-cell;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th {
  padding: 10px 0;
  vertical-align: middle;
}

.racing-matrix .race-cheat-sheet-table thead tr th.small {
  width: 60px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.small {
    width: 15%;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.race-num {
  width: 55px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.race-num {
    width: 30px;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.horse {
  padding: 10px;
  text-align: left;
  width: 20%;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.horse {
    width: unset;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.track {
  padding: 10px;
  text-align: left;
  width: 15%;
  max-width: 200px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.track {
    width: 28%;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.grade {
  max-width: 90px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.grade {
    width: 16%;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.left-border {
  border-left: 1px solid #394859;
}

.racing-matrix .race-cheat-sheet-table thead tr th.grade-gap {
  width: 1px;
  padding: 0;
}

.racing-matrix .race-cheat-sheet-table thead tr th.total {
  width: 100px;
}

.racing-matrix .race-cheat-sheet-table thead tr th.left-align {
  text-align: left;
  padding-left: 10px;
}

.racing-matrix .race-cheat-sheet-table thead tr th.price-category {
  max-width: 150px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.large-only {
    display: none;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th.small-medium-only {
  display: none;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table thead tr th.small-medium-only {
    display: table-cell;
  }
}

.racing-matrix .race-cheat-sheet-table thead tr th .logo-text-combo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.racing-matrix .race-cheat-sheet-table thead tr th .logo-text-combo img {
  height: 20px;
  margin-right: 10px;
}

.racing-matrix .race-cheat-sheet-table thead.homepage tr {
  background-color: #f5f8fa;
  color: #1f2832;
  border: 1px solid #d7e1e8;
  border-top: none;
}

.racing-matrix .race-cheat-sheet-table thead.homepage tr th {
  padding: 5px 0;
  font-family: "roboto-bold";
  text-align: unset;
  font-size: 11px;
}

.racing-matrix .race-cheat-sheet-table tbody tr {
  border: 1px solid #d7e1e8;
  background-color: white;
}

.racing-matrix .race-cheat-sheet-table tbody tr.even {
  background-color: #eff3f6;
}

.racing-matrix .race-cheat-sheet-table tbody tr:not(.no-meetings) {
  cursor: pointer;
}

.racing-matrix .race-cheat-sheet-table tbody tr:not(.no-meetings):hover {
  background-color: #b0bcc9;
}

.racing-matrix .race-cheat-sheet-table tbody tr.past-cheat-sheet {
  color: #a1a1a1;
}

.racing-matrix .race-cheat-sheet-table tbody tr td {
  padding: 10px;
  vertical-align: middle;
  word-break: break-word;
  font-family: "roboto-regular";
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td {
    font-family: "roboto-medium";
  }
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td {
    padding: 10px 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td .time {
    font-size: 8px;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td.no-meetings {
  color: #1f2832;
  height: 100px;
  background-color: #eff3f6;
}

.racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo.bold {
  font-family: "roboto-medium";
}

.racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo img {
  height: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo {
    width: 100%;
  }
  .racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo img {
    height: 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1030px) and (max-width: 750px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td .soon {
  color: #f12626;
}

.racing-matrix .race-cheat-sheet-table tbody tr td .past {
  color: #a1a1a1;
}

.racing-matrix .race-cheat-sheet-table tbody tr td.grade {
  background-color: #e6e6ea;
}

.racing-matrix .race-cheat-sheet-table tbody tr td.grade.green {
  background-color: #8ce999;
}

.racing-matrix .race-cheat-sheet-table tbody tr td.grade.orange {
  background-color: #fcaa35;
}

.racing-matrix .race-cheat-sheet-table tbody tr td.grade.red {
  background-color: #f12626;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.time {
    font-size: 9px;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td.left-border {
  border-left: 1px solid #d7e1e8;
}

.racing-matrix .race-cheat-sheet-table tbody tr td.medium-font {
  font-family: "roboto-medium";
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.track img {
    display: none;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td.price-category {
  text-align: right;
  text-transform: uppercase;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.price-category {
    padding-right: 10px;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td.left-align {
  text-align: left;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.left-align {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.large-only {
    display: none;
  }
}

.racing-matrix .race-cheat-sheet-table tbody tr td.small-medium-only {
  display: none;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-cheat-sheet-table tbody tr td.small-medium-only {
    display: table-cell;
  }
}

.racing-matrix .race-header {
  height: 150px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #1f2832;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header {
    height: unset;
    min-height: 160px;
    flex-direction: column;
  }
}

.racing-matrix .race-header .left-side {
  flex: 0 0 45%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: white;
  padding-left: 2.5%;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side {
    flex: 1 1 50%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side {
    padding-left: 2.5%;
  }
}

@media screen and (max-width: 350px) {
  .racing-matrix .race-header .left-side {
    padding-left: 5%;
  }
}

.racing-matrix .race-header .left-side .racecourse-map {
  height: 70px;
  margin-right: 5%;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .racecourse-map {
    margin-right: 2.5%;
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .racecourse-map {
    height: 40px;
  }
}

@media screen and (max-width: 350px) {
  .racing-matrix .race-header .left-side .racecourse-map {
    display: none;
    margin-right: 0;
  }
}

.racing-matrix .race-header .left-side .race-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.racing-matrix .race-header .left-side .race-info .top {
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .top {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .race-info .top {
    font-size: 12px;
  }
}

.racing-matrix .race-header .left-side .race-info .top .time {
  color: #8ce999;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .top .time {
    font-family: "roboto-regular";
  }
}

.racing-matrix .race-header .left-side .race-info .top .location {
  margin-left: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .race-info .top .location {
    margin-left: 10px;
  }
}

.racing-matrix .race-header .left-side .race-info .top .race-num {
  margin-left: 20px;
  background-color: #1f2832;
  font-family: "roboto-regular";
  color: white;
  border: none;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.racing-matrix .race-header .left-side .race-info .top .race-num option {
  padding: 2.5px;
  font-size: 13px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .top .race-num {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .race-info .top .race-num {
    margin-left: 10px;
    font-size: 12px;
  }
}

.racing-matrix .race-header .left-side .race-info .bottom {
  font-size: 14px;
  display: flex;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .race-info .bottom {
    font-size: 10px;
  }
}

.racing-matrix .race-header .left-side .race-info .bottom .distance {
  line-height: 16px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .bottom .distance {
    font-family: "roboto-regular";
  }
}

.racing-matrix .race-header .left-side .race-info .bottom .race-name {
  margin-left: 20px;
  line-height: 16px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .left-side .race-info .bottom .race-name {
    font-family: "roboto-light";
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .left-side .race-info .bottom .race-name {
    margin-left: 10px;
  }
}

.racing-matrix .race-header .right-side {
  flex: 0 0 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 2.5%;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side {
    flex: 1 1 50%;
    padding-right: 0;
    background-color: white;
  }
}

.racing-matrix .race-header .right-side .top {
  flex: 0 0 70%;
  padding-left: 10%;
  padding-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .top {
    flex: 1 1 auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #1f2832;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .right-side .top {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.racing-matrix .race-header .right-side .top .race-factor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  font-family: "roboto-regular";
  font-size: 14px;
  margin: 0 10px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .top .race-factor {
    font-size: 13px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .right-side .top .race-factor {
    font-size: 11px;
  }
}

.racing-matrix .race-header .right-side .top .race-factor .factor-header {
  color: #b0bcc9;
  margin-bottom: 10px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .top .race-factor .factor-header {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.racing-matrix .race-header .right-side .top .race-factor .factor-value {
  color: #1f2832;
}

.racing-matrix .race-header .right-side .bottom {
  flex: 0 0 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .bottom {
    flex: 1 1 auto;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .right-side .bottom {
    flex: 1 1 auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.racing-matrix .race-header .right-side .bottom .race-note {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #1f2832;
  font-family: "roboto-regular";
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .bottom .race-note {
    font-size: 12px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-header .right-side .bottom .race-note {
    font-size: 10px;
  }
}

.racing-matrix .race-header .right-side .bottom .race-note i {
  color: #b0bcc9;
  font-size: 18px;
  margin-right: 20px;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .right-side .bottom .race-note i {
    margin-right: 10px;
    font-size: 16px;
  }
}

.racing-matrix .race-header .race-header-back {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  background-color: white;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .race-header-back {
    display: none;
  }
}

.racing-matrix .race-header .race-header-back-line {
  position: absolute;
  content: '';
  top: 30%;
  left: 50%;
  width: 100%;
  height: 40%;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  border-bottom: 1px solid #1f2832;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .race-header .race-header-back-line {
    display: none;
  }
}

.racing-matrix .race-toggles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.racing-matrix .race-toggles .raceday-help-button-ctr {
  height: unset;
}

@media screen and (max-width: 750px) {
  .racing-matrix .race-toggles .raceday-help-button-ctr {
    display: none;
  }
}

.racing-matrix .table-display-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .racing-matrix .table-display-options {
    width: 100%;
  }
}

.racing-matrix .table-display-options .table-option {
  padding: 15px;
  width: 200px;
  border-bottom: 1px solid #d7e1e8;
  color: #b0bcc9;
  background-color: #1f2832;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .racing-matrix .table-display-options .table-option {
    width: 50%;
    font-size: 13px;
  }
}

.racing-matrix .table-display-options .table-option:after {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fcaa35 transparent transparent transparent;
  z-index: 4;
}

.racing-matrix .table-display-options .table-option.selected-option {
  color: white;
  background-color: #fcaa35;
  cursor: default;
}

.racing-matrix .table-display-options .table-option.selected-option:after {
  display: inline-block;
}

.racing-matrix .racing-form-guide-table, .racing-matrix .race-pro-table {
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 1030px) {
  .racing-matrix .racing-form-guide-table .large-only, .racing-matrix .race-pro-table .large-only {
    display: none;
  }
}

@media screen and (min-width: 1031px) {
  .racing-matrix .racing-form-guide-table .small-medium-only, .racing-matrix .race-pro-table .small-medium-only {
    display: none;
  }
}

.racing-matrix .racing-form-guide-table.desktop-only, .racing-matrix .race-pro-table.desktop-only {
  display: none;
}

@media screen and (min-width: 751px) {
  .racing-matrix .racing-form-guide-table.desktop-only, .racing-matrix .race-pro-table.desktop-only {
    display: table;
  }
}

@media screen and (max-width: 1030px) {
  .racing-matrix .racing-form-guide-table.desktop-only, .racing-matrix .race-pro-table.desktop-only {
    font-size: 11px;
  }
}

.racing-matrix .racing-form-guide-table.mobile-only, .racing-matrix .race-pro-table.mobile-only {
  display: none;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .racing-matrix .racing-form-guide-table.mobile-only, .racing-matrix .race-pro-table.mobile-only {
    display: table;
  }
}

.racing-matrix .racing-form-guide-table.mobile-only thead, .racing-matrix .race-pro-table.mobile-only thead {
  height: 68px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr, .racing-matrix .race-pro-table.mobile-only thead tr {
  height: 34px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.horse-num, .racing-matrix .race-pro-table.mobile-only thead tr th.horse-num {
  width: 30px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.horse, .racing-matrix .race-pro-table.mobile-only thead tr th.horse {
  width: unset;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.medium, .racing-matrix .race-pro-table.mobile-only thead tr th.medium {
  width: 60px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.small, .racing-matrix .race-pro-table.mobile-only thead tr th.small {
  width: 45px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.rating, .racing-matrix .race-pro-table.mobile-only thead tr th.rating {
  width: 50px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.collection, .racing-matrix .race-pro-table.mobile-only thead tr th.collection {
  width: 135px;
  padding: 0 10px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.collection select, .racing-matrix .race-pro-table.mobile-only thead tr th.collection select {
  background-color: #1f2832;
  font-family: "roboto-medium";
  color: white;
  border: none;
  font-size: 11px;
  width: 100%;
  height: 100%;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.coll-small, .racing-matrix .racing-form-guide-table.mobile-only thead tr th.coll-med, .racing-matrix .race-pro-table.mobile-only thead tr th.coll-small, .racing-matrix .race-pro-table.mobile-only thead tr th.coll-med {
  padding: 0 10px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.grade, .racing-matrix .race-pro-table.mobile-only thead tr th.grade {
  width: unset;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.more-button, .racing-matrix .race-pro-table.mobile-only thead tr th.more-button {
  width: 30px;
}

.racing-matrix .racing-form-guide-table.mobile-only thead tr th.ng-animate, .racing-matrix .race-pro-table.mobile-only thead tr th.ng-animate {
  transition: 0s;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody, .racing-matrix .race-pro-table.mobile-only tbody {
  font-family: "roboto-regular";
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td, .racing-matrix .race-pro-table.mobile-only tbody tr td {
  padding: 10px 5px;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td .jersey-name-combo img, .racing-matrix .race-pro-table.mobile-only tbody tr td .jersey-name-combo img {
  height: 25px;
  margin-right: 15px;
}

@media screen and (max-width: 350px) {
  .racing-matrix .racing-form-guide-table.mobile-only tbody tr td .jersey-name-combo img, .racing-matrix .race-pro-table.mobile-only tbody tr td .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td table.inner, .racing-matrix .race-pro-table.mobile-only tbody tr td table.inner {
  width: 100%;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td table.inner tr, .racing-matrix .race-pro-table.mobile-only tbody tr td table.inner tr {
  border: 0;
  background-color: transparent;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td table.inner tr.extra-form-guide-tr, .racing-matrix .race-pro-table.mobile-only tbody tr td table.inner tr.extra-form-guide-tr {
  background-color: #eff3f6;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td table.inner tr td, .racing-matrix .race-pro-table.mobile-only tbody tr td table.inner tr td {
  border: 0;
  background-color: transparent;
  padding: 10px;
  text-decoration: none;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td table.inner tr td.more-button, .racing-matrix .race-pro-table.mobile-only tbody tr td table.inner tr td.more-button {
  padding: 0;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td.people, .racing-matrix .race-pro-table.mobile-only tbody tr td.people {
  line-height: 20px;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td.more-button, .racing-matrix .race-pro-table.mobile-only tbody tr td.more-button {
  padding: 0;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td.more-button i, .racing-matrix .race-pro-table.mobile-only tbody tr td.more-button i {
  font-size: 15px;
}

.racing-matrix .racing-form-guide-table.mobile-only tbody tr td.ng-animate, .racing-matrix .race-pro-table.mobile-only tbody tr td.ng-animate {
  transition: 0s;
}

.racing-matrix .racing-form-guide-table thead, .racing-matrix .race-pro-table thead {
  font-family: "roboto-medium";
  height: 68px;
}

.racing-matrix .racing-form-guide-table thead tr, .racing-matrix .race-pro-table thead tr {
  background-color: #1f2832;
  color: white;
  height: 34px;
}

.racing-matrix .racing-form-guide-table thead tr th, .racing-matrix .race-pro-table thead tr th {
  padding: 10px;
  vertical-align: middle;
}

.racing-matrix .racing-form-guide-table thead tr th.horse-num, .racing-matrix .race-pro-table thead tr th.horse-num {
  width: 30px;
}

.racing-matrix .racing-form-guide-table thead tr th.horse, .racing-matrix .race-pro-table thead tr th.horse {
  width: 20%;
}

.racing-matrix .racing-form-guide-table thead tr th.people, .racing-matrix .race-pro-table thead tr th.people {
  width: 12.5%;
}

.racing-matrix .racing-form-guide-table thead tr th.horse-and-people, .racing-matrix .race-pro-table thead tr th.horse-and-people {
  width: 15%;
}

.racing-matrix .racing-form-guide-table thead tr th.small, .racing-matrix .race-pro-table thead tr th.small {
  width: 6%;
}

.racing-matrix .racing-form-guide-table thead tr th.medium, .racing-matrix .race-pro-table thead tr th.medium {
  width: 9%;
}

.racing-matrix .racing-form-guide-table thead tr th.rating, .racing-matrix .race-pro-table thead tr th.rating {
  width: 5%;
}

.racing-matrix .racing-form-guide-table thead tr th.collection, .racing-matrix .race-pro-table thead tr th.collection {
  width: 13.75%;
  border-bottom: 1px solid #394859;
}

.racing-matrix .racing-form-guide-table thead tr th.collection.value, .racing-matrix .race-pro-table thead tr th.collection.value {
  width: 9.5%;
}

.racing-matrix .racing-form-guide-table thead tr th.coll-med, .racing-matrix .racing-form-guide-table thead tr th.coll-small, .racing-matrix .race-pro-table thead tr th.coll-med, .racing-matrix .race-pro-table thead tr th.coll-small {
  color: #b0bcc9;
}

.racing-matrix .racing-form-guide-table thead tr th.grade, .racing-matrix .race-pro-table thead tr th.grade {
  width: 8%;
}

.racing-matrix .racing-form-guide-table thead tr th.left-align, .racing-matrix .race-pro-table thead tr th.left-align {
  text-align: left;
}

.racing-matrix .racing-form-guide-table thead tr th.left-border, .racing-matrix .race-pro-table thead tr th.left-border {
  border-left: 1px solid #394859;
}

.racing-matrix .racing-form-guide-table thead tr th.right-border, .racing-matrix .race-pro-table thead tr th.right-border {
  border-right: 1px solid #394859;
}

.racing-matrix .racing-form-guide-table thead tr th.gap, .racing-matrix .race-pro-table thead tr th.gap {
  width: 5px;
  padding: 0;
}

.racing-matrix .racing-form-guide-table thead tr th.dot, .racing-matrix .race-pro-table thead tr th.dot {
  padding: 0;
  width: 16px;
}

.racing-matrix .racing-form-guide-table thead tr th .small-font, .racing-matrix .race-pro-table thead tr th .small-font {
  font-size: 9px;
}

.racing-matrix .racing-form-guide-table tbody, .racing-matrix .race-pro-table tbody {
  font-family: "roboto-regular";
}

.racing-matrix .racing-form-guide-table tbody tr, .racing-matrix .race-pro-table tbody tr {
  border: 1px solid #d7e1e8;
  background-color: white;
}

.racing-matrix .racing-form-guide-table tbody tr.key td, .racing-matrix .race-pro-table tbody tr.key td {
  font-size: 11px;
  text-align: left;
  font-family: "roboto-medium";
  background-color: #f2f2f2;
  color: #394859;
  padding: 10px;
  height: unset;
}

.racing-matrix .racing-form-guide-table tbody tr.even, .racing-matrix .race-pro-table tbody tr.even {
  background-color: #eff3f6;
}

.racing-matrix .racing-form-guide-table tbody tr.scratched, .racing-matrix .race-pro-table tbody tr.scratched {
  color: #b0bcc9;
  text-decoration: line-through;
}

.racing-matrix .racing-form-guide-table tbody tr.scratched td.grade-colour .grade-border, .racing-matrix .race-pro-table tbody tr.scratched td.grade-colour .grade-border {
  border: none !important;
  color: #b0bcc9 !important;
}

.racing-matrix .racing-form-guide-table tbody tr td, .racing-matrix .race-pro-table tbody tr td {
  padding: 10px 5px;
  vertical-align: middle;
}

.racing-matrix .racing-form-guide-table tbody tr td.no-meetings, .racing-matrix .race-pro-table tbody tr td.no-meetings {
  font-style: italic;
}

.racing-matrix .racing-form-guide-table tbody tr td .top-horse-dot, .racing-matrix .race-pro-table tbody tr td .top-horse-dot {
  height: 8px;
  width: 8px;
  background-color: #8ce999;
  border-radius: 5px;
  display: inline-block;
}

.racing-matrix .racing-form-guide-table tbody tr td .cheat-sheet-dot, .racing-matrix .race-pro-table tbody tr td .cheat-sheet-dot {
  height: 8px;
  width: 8px;
  background-color: #7c26ff;
  border-radius: 5px;
  display: inline-block;
}

.racing-matrix .racing-form-guide-table tbody tr td .past-cheat-sheet-icon, .racing-matrix .race-pro-table tbody tr td .past-cheat-sheet-icon {
  font-size: 10px;
  color: #7c26ff;
}

.racing-matrix .racing-form-guide-table tbody tr td .jersey-name-combo, .racing-matrix .race-pro-table tbody tr td .jersey-name-combo {
  word-break: break-all;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.racing-matrix .racing-form-guide-table tbody tr td .jersey-name-combo img, .racing-matrix .race-pro-table tbody tr td .jersey-name-combo img {
  height: 25px;
  margin-right: 15px;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour, .racing-matrix .race-pro-table tbody tr td.grade-colour {
  font-family: "roboto-medium";
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour .grade-border, .racing-matrix .race-pro-table tbody tr td.grade-colour .grade-border {
  height: 25px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaaaaa;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.green, .racing-matrix .race-pro-table tbody tr td.grade-colour.green {
  color: #60dd63;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.green .grade-border, .racing-matrix .race-pro-table tbody tr td.grade-colour.green .grade-border {
  border: 1px solid #60dd63;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.orange, .racing-matrix .race-pro-table tbody tr td.grade-colour.orange {
  color: #fcaa35;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.orange .grade-border, .racing-matrix .race-pro-table tbody tr td.grade-colour.orange .grade-border {
  border: 1px solid #fcaa35;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.red, .racing-matrix .race-pro-table tbody tr td.grade-colour.red {
  color: #f12626;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.red .grade-border, .racing-matrix .race-pro-table tbody tr td.grade-colour.red .grade-border {
  border: 1px solid #f12626;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.grey, .racing-matrix .race-pro-table tbody tr td.grade-colour.grey {
  color: #aaaaaa;
}

.racing-matrix .racing-form-guide-table tbody tr td.grade-colour.grey .grade-border, .racing-matrix .race-pro-table tbody tr td.grade-colour.grey .grade-border {
  border: none;
}

.racing-matrix .racing-form-guide-table tbody tr td.wrappable, .racing-matrix .race-pro-table tbody tr td.wrappable {
  word-break: break-all;
}

.racing-matrix .racing-form-guide-table tbody tr td.medium-font, .racing-matrix .race-pro-table tbody tr td.medium-font {
  font-family: "roboto-medium";
}

.racing-matrix .racing-form-guide-table tbody tr td.left-align, .racing-matrix .race-pro-table tbody tr td.left-align {
  padding: 10px;
  text-align: left;
}

.racing-matrix .racing-form-guide-table tbody tr td.people, .racing-matrix .race-pro-table tbody tr td.people {
  line-height: 20px;
}

.racing-matrix .racing-form-guide-table tbody tr td.left-border, .racing-matrix .race-pro-table tbody tr td.left-border {
  border-left: 1px solid #d7e1e8;
}

.racing-matrix .racing-form-guide-table tbody tr td.right-border, .racing-matrix .race-pro-table tbody tr td.right-border {
  border-right: 1px solid #d7e1e8;
}

.racing-matrix .racing-form-guide-table tbody tr td.dot, .racing-matrix .race-pro-table tbody tr td.dot {
  padding: 0;
  width: 16px;
}

.racing-matrix .racing-form-guide-table tbody tr td .small-font, .racing-matrix .race-pro-table tbody tr td .small-font {
  font-size: 9px;
  font-family: "roboto-regular";
  word-break: break-word;
}

.next-races-banner {
  clear: both;
  font-family: 'roboto-medium';
  color: white;
  background-color: #1a1a1a;
  min-height: 80px;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-shadow: inset 0px 4px 12px -3px black;
  -moz-box-shadow: inset 0px 4px 12px -3px black;
  box-shadow: inset 0px 4px 12px -3px black;
}

@media screen and (max-width: 750px) {
  .next-races-banner {
    min-height: 50px;
  }
}

.next-races-banner .next-races-ctr {
  height: 60px;
  overflow: auto;
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 750px) {
  .next-races-banner .next-races-ctr {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
  }
}

.next-races-banner .next-races-ctr .next-race-link {
  flex: 0 0 auto;
  margin-right: 20px;
  min-width: 200px;
}

@media screen and (max-width: 750px) {
  .next-races-banner .next-races-ctr .next-race-link {
    width: 60%;
  }
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item {
  border: 1px solid #464646;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item .race-number {
  flex: 1 1 15%;
  margin-right: 5%;
  text-align: left;
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item .location {
  flex: 1 1 50%;
  text-align: left;
  margin-right: 5%;
  text-transform: uppercase;
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item .mins-until {
  flex: 1 1 25%;
  text-align: right;
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item .mins-until.soon {
  color: red;
}

.next-races-banner .next-races-ctr .next-race-link .next-race-item .mins-until.less-soon {
  color: #8ce999;
}

.form-guide-popup {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form-guide-popup .background-fill {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form-guide-popup .popup-ctr {
  margin: 0;
  max-height: calc(100% - 100px);
  height: auto;
  width: calc(100% - 50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1f2832;
  color: white;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow-y: auto;
}

.form-guide-popup .popup-ctr .form-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px;
}

.form-guide-popup .popup-ctr .form-header .horse-bio .horse-name-number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-guide-popup .popup-ctr .form-header .horse-bio .horse-name-number .name {
  color: #fcaa35;
  flex: 1 1 auto;
}

.form-guide-popup .popup-ctr .form-header .horse-bio .horse-name-number img {
  margin: 0 5px;
  width: 15px;
}

.form-guide-popup .popup-ctr .form-header .horse-bio .people {
  margin-top: 5px;
  font-size: 9px;
}

.form-guide-popup .popup-ctr .form-header .minor-stat-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-guide-popup .popup-ctr .form-header .minor-stat-row .minor-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.form-guide-popup .popup-ctr .form-header .minor-stat-row .minor-stat .minor-stat-label {
  font-size: 9px;
  margin-bottom: 5px;
  color: #b0bcc9;
}

.form-guide-popup .popup-ctr .form-header .minor-stat-row .minor-stat .minor-stat-extra {
  margin-top: 5px;
  font-size: 9px;
}

.form-guide-popup .popup-ctr .major-stat-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-guide-popup .popup-ctr .major-stat-row .major-stat {
  flex: 1 1 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.form-guide-popup .popup-ctr .major-stat-row .major-stat .major-stat-value {
  font-size: 15px;
  font-family: "roboto-light";
  color: #fcaa35;
}

.form-guide-popup .popup-ctr .major-stat-row .major-stat .major-stat-sep {
  height: 0;
  width: 15px;
  border-bottom: 2px solid white;
  margin: 5px 0;
}

.form-guide-popup .popup-ctr .major-stat-row .major-stat .major-stat-label {
  text-align: center;
}

.extra-form-guide-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-regular";
  padding: 10px 0;
}

.extra-form-guide-row .extra-form-guide-header {
  font-size: 12px;
  color: #394859;
  padding: 0 7.5px;
}

.extra-form-guide-row .extra-form-guide-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 7.5px;
}

.extra-form-guide-row .extra-form-guide-stat .stat-header {
  color: #394859;
  margin-bottom: 5px;
}

.extra-form-guide-row .extra-form-guide-stat .stat-title {
  color: #1f2832;
}

.extra-form-guide-row .seperator {
  height: 20px;
  width: 0;
  border-left: 1px solid #d7e1e8;
}

@media screen and (max-width: 1030px) {
  .race-schedule-ctr {
    overflow-x: auto;
  }
}

.race-schedule-table {
  border-collapse: collapse;
  width: 100%;
}

.race-schedule-table .dots {
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.race-schedule-table .dots .top-horse-dot {
  height: 6px;
  width: 6px;
  background-color: #8ce999;
  border-radius: 5px;
  margin: 0 2.5px;
}

.race-schedule-table .dots .cheat-sheet-dot {
  height: 6px;
  width: 6px;
  background-color: #7c26ff;
  border-radius: 5px;
  margin: 0 2.5px;
}

.race-schedule-table .dots .past-cheat-sheet-icon {
  font-size: 8px;
  color: #7c26ff;
  margin: 0 2.5px;
}

.race-schedule-table .top-horse-dot.example {
  display: inline-block;
  position: relative;
  margin-right: 2.5px;
  height: 8px;
  width: 8px;
  background-color: #8ce999;
  border-radius: 5px;
}

.race-schedule-table .cheat-sheet-dot.example {
  height: 8px;
  width: 8px;
  background-color: #7c26ff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  margin-right: 2.5px;
}

.race-schedule-table .past-cheat-sheet-icon.example {
  font-size: 10px;
  color: #7c26ff;
  position: relative;
  margin-right: 2.5px;
}

.race-schedule-table thead tr th {
  font-family: "roboto-bold";
  font-size: 10px;
  height: 15px;
  min-width: 50px;
}

.race-schedule-table thead tr th.track-name {
  text-align: left;
  min-width: 30%;
  padding: 0 10px;
}

.race-schedule-table tbody tr.key td {
  font-size: 11px;
  text-align: left;
  font-family: "roboto-medium";
  background-color: #f2f2f2;
  color: #394859;
  padding: 10px;
  height: unset;
}

.race-schedule-table tbody tr td {
  border: 1px solid #e0e0e0;
  position: relative;
  font-family: "roboto-regular";
  font-size: 12px;
}

.race-schedule-table tbody tr td.track-name {
  font-family: "roboto-medium";
  padding: 0 10px;
  text-transform: uppercase;
}

.race-schedule-table tbody tr td.track-name .jersey-name-combo {
  height: 45px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.race-schedule-table tbody tr td.track-name .jersey-name-combo img {
  height: 25px;
  margin-right: 15px;
}

.race-schedule-table tbody tr td .race-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.race-schedule-table tbody tr td .race-button:hover {
  background-color: #f8f8f8;
}

.race-schedule-table tbody tr td .race-button .soon {
  color: #f12626;
}

.race-schedule-table tbody tr td .race-button .past {
  color: #e0e0e0;
}

.cheat-sheet-snapshot {
  margin-bottom: 10px;
}

.cheat-sheet-snapshot .snapshot-title {
  font-size: 15px;
  text-align: left;
  font-family: "roboto-medium";
  text-transform: uppercase;
  padding: 10px 0 5px;
}

.cheat-sheet-snapshot .snapshot-table {
  font-size: 13px;
  margin-top: 5px;
  border-collapse: collapse;
  width: 100%;
}

.cheat-sheet-snapshot .snapshot-table tr {
  background-color: white;
  border: 1px solid #e0e0e0;
}

.cheat-sheet-snapshot .snapshot-table tr.horse {
  height: 60px;
  cursor: pointer;
}

.cheat-sheet-snapshot .snapshot-table tr.horse:hover {
  background-color: #e0e0e0;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td {
  vertical-align: middle;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td.race-number {
  width: 10%;
  padding-left: 20px;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td.race-track {
  width: 30%;
  padding-left: 10px;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td.horse-info .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td.horse-info img {
  height: 30px;
  margin-right: 15px;
}

.cheat-sheet-snapshot .snapshot-table tr.horse td.points {
  width: 20%;
  text-align: right;
  padding-right: 20px;
  color: #60dd63;
}

.cheat-sheet-snapshot .snapshot-table tr.link {
  height: 50px;
}

.cheat-sheet-snapshot .snapshot-table tr.link td {
  vertical-align: middle;
  width: 100%;
  padding: 0 20px;
}

.cheat-sheet-snapshot .snapshot-table tr.link td a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  color: black;
}

.cheat-sheet-snapshot .snapshot-table tr.link td a:hover {
  color: #e0e0e0;
}

.cheat-sheet-snapshot .snapshot-table tr.link td a i {
  font-size: 20px;
}

.featured-race-ctr {
  margin-bottom: 10px;
}

.featured-race-ctr .featured-title {
  font-size: 15px;
  text-align: left;
  font-family: "roboto-medium";
  text-transform: uppercase;
  padding: 10px 0 5px;
}

.featured-race-ctr .featured-race {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.featured-race-ctr .featured-race .race-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #1f2832;
  color: white;
}

.featured-race-ctr .featured-race .race-info img {
  max-height: 25px;
  max-width: 40px;
  margin-right: 10px;
}

.featured-race-ctr .featured-race .race-info .race-name {
  flex: 1 1 auto;
  text-transform: uppercase;
}

.featured-race-ctr .featured-race .race-info .race-time {
  flex: 0 0 60px;
  text-align: right;
}

.featured-race-ctr .featured-race .horse-info {
  position: relative;
  font-size: 13px;
  padding: 0 20px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.featured-race-ctr .featured-race .horse-info:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  content: '';
  height: 0;
  width: 90%;
  border-bottom: 1px solid #e0e0e0;
}

.featured-race-ctr .featured-race .horse-info.last:after {
  border-bottom: none;
}

.featured-race-ctr .featured-race .horse-info img {
  height: 30px;
  margin-right: 10px;
}

.featured-race-ctr .featured-race .horse-info .name {
  flex: 1 1 auto;
}

.featured-race-ctr .featured-race .horse-info .prob {
  flex: 0 0 50px;
  text-align: right;
}

.featured-race-ctr .featured-race .race-button {
  background-color: #fcaa35;
  color: white;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.featured-race-ctr .featured-race .race-button:hover {
  color: black;
}

.schedule-loading {
  width: 100%;
  background-color: white;
  color: black;
  font-family: "roboto-regular";
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.no-races-today {
  width: 100%;
  background-color: #1f2832;
  color: white;
  font-family: "roboto-regular";
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.no-races-today .heading {
  font-family: "roboto-medium";
  margin-bottom: 10px;
}

.snapshots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1030px) {
  .snapshots {
    flex-direction: column;
    align-items: stretch;
  }
}

.snapshots .cheat-sheet-snapshot {
  flex: 1;
  margin-right: 20px;
}

@media screen and (max-width: 1030px) {
  .snapshots .cheat-sheet-snapshot {
    margin-right: 0;
  }
}

.snapshots .cheat-sheet-snapshot:last-child {
  margin-right: 0;
}

.future-race-ctr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.future-race-ctr .future-race {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-transform: uppercase;
}

.future-race-ctr .future-race .future-race-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #1f2832;
  color: white;
}

.future-race-ctr .future-race .future-race-header .future-race-title {
  flex: 1 1 auto;
  text-transform: uppercase;
}

.future-race-ctr .future-race .future-race-header .date-header {
  flex: 0 0 60px;
  text-align: right;
}

.future-race-ctr .future-race .meeting {
  position: relative;
  font-size: 13px;
  padding: 0 20px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.future-race-ctr .future-race .meeting:after {
  position: absolute;
  bottom: 0;
  left: 5%;
  content: '';
  height: 0;
  width: 90%;
  border-bottom: 1px solid #e0e0e0;
}

.future-race-ctr .future-race .meeting.last:after {
  border-bottom: none;
}

.future-race-ctr .future-race .meeting img {
  max-height: 30px;
  max-width: 35px;
  margin-right: 10px;
}

.future-race-ctr .future-race .meeting .name {
  flex: 1 1 auto;
}

.future-race-ctr .future-race .meeting .date {
  flex: 0 0 50px;
  text-align: right;
}

.future-race-ctr .future-race .race-button {
  background-color: #fcaa35;
  color: white;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 13px;
}

.future-race-ctr .future-race .race-button:hover {
  color: black;
}

.race-tutorial-ctr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.race-tutorial-ctr .race-tutorial {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-transform: uppercase;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  font-size: 13px;
  background-color: #1f2832;
  color: white;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-header .race-tutorial-title {
  flex: 1 1 auto;
  text-transform: uppercase;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-body {
  background-color: white;
  padding: 10px;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-body .article-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-body .article-image {
  height: auto;
  width: 100%;
}

.race-tutorial-ctr .race-tutorial .race-tutorial-body .article-title {
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  line-height: 15px;
  padding-top: 10px;
  font-family: "roboto-medium";
}

.race-widget-about {
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: white;
  position: relative;
  overflow: hidden;
  line-height: 1.2;
}

.race-widget-about .race-widget-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #1f2832;
  padding: 5px 10px;
  font-family: "roboto-bold";
  text-align: center;
  font-size: 14px;
}

.race-widget-about .race-widget-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  font-family: "roboto-light";
  color: #06131f;
  line-height: 1.5;
}

.race-widget-about .race-widget-description .expand-collapse {
  color: orange;
  cursor: pointer;
}

.race-widget-about .race-widget-description .mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .race-widget-about .race-widget-description .mobile-only {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .race-widget-about .race-widget-description .desktop-only {
    display: none;
  }
}

.race-widget-about .race-widget-description a {
  color: #06131f;
  text-decoration: underline;
}

.round-page .live-running-wrap {
  width: 49.19847%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 1030px) {
  .round-page .live-running-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .round-page .live-running-wrap .button {
    font-size: 11px;
  }
}

.round-page .live .match-round-team-stats-ctr {
  width: 57.17557%;
  float: left;
  margin-right: 0.76336%;
}

.round-page .live .match-round-team-stats-ctr .mrt-team {
  width: 100%;
}

.round-page .live .graph {
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

.round-page .live .graph canvas {
  max-width: 100%;
}

.round-page .live .graph img {
  width: 100%;
  height: 150px;
}

.round-page .live .graph .mrt-predicted {
  font-size: 13px;
  width: 100%;
  font-family: 'roboto-medium';
}

.round-page .widget-title {
  min-height: 32px;
}

.round-page .widget-title h1 {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}

.round-page .widget-title .social-links {
  float: right;
  font-size: 15px;
}

.round-page .widget-title .social-links .fa, .round-page .widget-title .social-links .fal, .round-page .widget-title .social-links .far, .round-page .widget-title .social-links .fas {
  padding-left: 5px;
}

.round-page .widget-title .social-links .fa:hover, .round-page .widget-title .social-links .fal:hover, .round-page .widget-title .social-links .far:hover, .round-page .widget-title .social-links .fas:hover {
  color: #fcaa35;
  cursor: pointer;
}

.round-page .mrt-team-ctr {
  height: 70px;
}

.round-page .mrt-team-ctr .mrt-team-pred {
  line-height: 55px;
}

.round-page .mrt-team-ctr .mrt-team {
  height: 70px;
}

@media screen and (max-width: 500px) {
  .round-page .mrt-team-ctr .mrt-team p {
    padding-left: 0px;
  }
}

.round-page .mrt-team-ctr .mrt-team-inr-wrp {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}

@media screen and (max-width: 500px) {
  .round-page .mrt-team-ctr .mrt-team-inr-wrp {
    padding-left: 0px;
  }
}

.round-page .mrt-team-ctr .mrt-team-inr-wrp .mrt-team-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.finished {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1030px) {
  .finished {
    margin-bottom: 10px !important;
  }
}

.live-running-wrap {
  width: 100%;
  float: left;
  background-color: white;
  padding: 1.25em;
  padding-bottom: 12.5px;
  margin-bottom: 0.625em;
}

@media screen and (max-width: 1200px) {
  .live-running-wrap {
    width: 100%;
  }
}

.live-running-wrap .lr-title {
  text-align: center;
  font-family: "cooper-hewitt-bold";
  width: 100%;
  border: #e0e0e0 1px solid;
  padding: 0.625em;
}

.live-running-wrap .lr-table-wrap {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.live-running-wrap .lr-table-wrap .lr-table-title {
  padding: 0.25em 0.3125em 0.25em 0em;
  overflow: hidden;
}

.live-running-wrap .lr-table-wrap .lr-table-title div {
  padding-left: 5.3125em;
  font-family: 'roboto-thin';
  font-size: 0.8125em;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}

.live-running-wrap .lr-table-wrap .lr-table-title div:nth-child(2) {
  padding-left: 0.625em;
  width: 20.22901%;
  float: left;
  margin-right: 0.76336%;
  text-align: center;
}

.live-running-wrap .lr-table-wrap .lr-table-title div:last-child {
  padding-left: 0.625em;
  width: 20.22901%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
  text-align: center;
}

.live-running-wrap .lr-table-wrap .lr-table-main {
  clear: both;
  border-bottom: 1px solid #e0e0e0;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team {
  border-top: #e0e0e0 1px solid;
  height: 50px;
}

@media screen and (max-width: 750px) {
  .live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team {
    font-size: 13px;
  }
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left {
  height: 50px;
  padding-top: 0.8125em;
  border-right: #e0e0e0 1px solid;
  font-family: "cooper-hewitt-bold";
  letter-spacing: 0.02em;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-team-color {
  float: left;
  margin-left: 0.9375em;
  margin-right: 1.25em;
  background: #6f0036;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: #fcaa35 1px solid;
}

@media screen and (max-width: 750px) {
  .live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-team-color {
    margin-right: 20px;
    margin-left: 6px;
  }
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-tt-team-inr {
  float: left;
  width: 74%;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-tt-team-inr span {
  color: #fcaa35;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-tt-team-inr div {
  margin-top: 0.375em;
  font-family: 'roboto-thin';
  font-size: 0.8125em;
}

@media screen and (max-width: 750px) {
  .live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-tt-team-inr div {
    font-size: 0.8125em;
    padding-left: 0px;
  }
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-left .lr-tt-team-inr div span {
  font-weight: bold;
  font-size: 1.125em;
  font-family: "cooper-hewitt-bold";
  margin-left: 0.3125em;
  vertical-align: middle;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-right {
  min-height: 3.125em;
  width: 41.22137%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-right div {
  text-align: center;
  min-height: 3.125em;
  line-height: 3.125em;
  border-right: #e0e0e0 1px solid;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-right div:last-child {
  float: right;
  margin-right: 0;
  border-right: none;
}

.live-running-wrap .lr-table-wrap .lr-table-main .lr-table-team .lr-tt-right div:last-child span {
  font-size: 0.8125em;
  font-weight: bold;
  background: #60dd63;
  padding: 0.5em 1.25em 0.1875em 1.25em;
}

.live-running-wrap .bottom-boxes {
  text-align: center;
  border: 1px solid #e0e0e0;
}

.live-running-wrap .bottom-boxes img {
  width: 30px;
  float: left;
  margin-left: 25%;
  margin-top: 8px;
  margin-right: 10px;
}

@media screen and (max-width: 550px) {
  .live-running-wrap .bottom-boxes img {
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    padding-top: 5px;
    margin-top: 10px;
  }
}

.live-running-wrap .bottom-boxes h1 {
  font-family: "roboto-bold";
  font-size: 12px;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (max-width: 550px) {
  .live-running-wrap .bottom-boxes h1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

.live-running-wrap .bottom-boxes .box1 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  border-right: 1px solid #e0e0e0;
  height: 40px;
}

@media screen and (max-width: 550px) {
  .live-running-wrap .bottom-boxes .box1 {
    height: 90px;
  }
}

.live-running-wrap .bottom-boxes .box2 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  color: red;
  height: 40px;
  padding-bottom: 5px;
}

@media screen and (max-width: 550px) {
  .live-running-wrap .bottom-boxes .box2 {
    height: 90px;
  }
}

.live-running-wrap .bottom-boxes .box2 h1 {
  padding-top: 10px;
}

@media screen and (max-width: 950px) {
  .live-running-wrap .bottom-boxes .box2 h1 {
    padding-top: 10px;
  }
}

.live-running-wrap .bottom-boxes .box3 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  border-left: 1px solid #e0e0e0;
  height: 40px;
}

@media screen and (max-width: 550px) {
  .live-running-wrap .bottom-boxes .box3 {
    height: 90px;
  }
}

.live-running-wrap .bottom-boxes .box3 img {
  width: 25px;
  margin-top: 6px;
}

.lirc-chart-bottom {
  width: 100%;
  display: inline-flex;
  border: 1px solid #e0e0e0;
  font-size: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .lirc-chart-bottom {
    border-bottom: 1px solid #e0e0e0;
  }
}

.lirc-chart-bottom h1 {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #e0e0e0;
  background-color: white;
}

@media screen and (max-width: 750px) {
  .lirc-chart-bottom h1 {
    font-size: 11px;
  }
}

.lirc-chart-bottom h1:nth-child(1) {
  background-color: #f2f2f2;
  color: #000000;
}

.lirc-chart-bottom h1:nth-child(3) {
  background-color: #60dd63;
}

.lirc-chart-bottom h1:nth-child(3) a:hover {
  color: black;
}

.lirc-chart-bottom h1:nth-child(5) {
  background-color: #f2f2f2;
  color: black;
}

.lirc-chart-bottom h1:last-child {
  border-right: none;
}

.lir-chart-ctr {
  background-color: white;
  padding: 20px;
  min-width: 100%;
  clear: both;
  position: relative;
  margin-bottom: 0.625em;
}

.lir-chart-ctr .live-graph {
  width: 100%;
}

.lir-chart-ctr .lirc-title {
  font-family: "roboto-bold";
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 10px;
  font-size: 15px;
}

.lir-chart-ctr .button {
  margin-top: 0px;
}

.lir-chart-ctr .chart-buttons {
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lir-chart-ctr .chart-buttons .button {
  border: 1px solid black;
  padding: 5px;
  font-size: 11px;
  width: 150px;
}

@media screen and (max-width: 750px) {
  .lir-chart-ctr .chart-buttons .button {
    width: 32%;
  }
}

@media screen and (max-width: 750px) {
  .lir-chart-ctr .chart-buttons {
    width: 100%;
  }
}

.lir-chart-ctr .chart-load {
  width: 100%;
  position: absolute;
  height: 100%;
}

.lir-chart-ctr .chart-load p {
  text-align: center;
  margin-top: 60px;
  font-family: 'roboto-thin';
  font-size: 22px;
}

.lir-chart-ctr canvas {
  padding: 20px;
}

.live-tweet-ctr {
  background-color: white;
  padding: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  width: 100%;
  overflow: auto;
}

.live-tweet-ctr .live-tweet-inr .live-tweet-title {
  font-family: "cooper-hewitt-bold";
  border: #e0e0e0 1px solid;
  text-align: center;
  padding: 0.4375em;
}

.live-tweet-ctr .live-tweet-inr .tweet-updates-header {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-family: "roboto-medium";
  font-size: 0.5625em;
  padding: 0.4375em;
  padding-left: 0px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  overflow: auto;
}

.live-tweet-ctr .live-tweet-inr .tweet-updates-header div {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  text-align: center;
}

.live-tweet-ctr .live-tweet-inr .lt-bar {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  border-bottom: 1px solid #e0e0e0;
}

.live-tweet-ctr .live-tweet-inr .lt-bar:nth-child(odd) {
  background: white;
}

.live-tweet-ctr .live-tweet-inr .lt-bar:nth-child(even) {
  background: #e0e0e0;
}

.live-tweet-ctr .live-tweet-inr .lt-bar .lt-time {
  border-left: 1px solid #e0e0e0;
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  font-size: 0.625em;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  background: white;
  border-right: 1px solid #e0e0e0;
}

.live-tweet-ctr .live-tweet-inr .lt-bar .lt-main {
  border-right: 1px solid #e0e0e0;
  width: 83.20611%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
  font-size: 0.8125em;
  min-height: 25px;
  line-height: 25px;
  padding-left: 0.625em;
  font-family: "roboto-thin";
}

.live-tweet-ctr .live-tweet-inr .lt-bar .lt-main span {
  float: right;
  padding-right: 0.625em;
}

.previous-games-widget .countdown-red {
  margin-bottom: 20px;
  border: 1px solid #fc2842;
  background: white;
  text-align: center;
  color: #fc2842;
  font-family: 'roboto-medium';
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  transition: 0.3s;
}

.previous-games-widget {
  width: 100%;
  margin-right: 0px;
  background-color: white;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  color: black;
  font-size: 12px;
  text-align: left;
}

.previous-games-widget h1 {
  padding-top: 20px;
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.previous-games-widget p {
  color: black;
  font-family: "roboto-medium";
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}

.previous-games {
  height: 70px;
  line-height: 35px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.previous-games .name {
  flex: 1;
}

.previous-games:nth-child(4) {
  background: white;
  border: 1px solid #e0e0e0 !important;
  border-top: 0px !important;
}

.upcoming-sidebar .previous-games-ctr {
  width: 100% !important;
  margin-bottom: 10px;
  padding: 20px;
}

.previous-games-ctr {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  display: inline-block;
  margin-bottom: 10px;
  background-color: white;
  color: black;
  font-size: 13px;
  text-align: left;
  font-family: 'roboto-bold';
}

@media screen and (max-width: 600px) {
  .previous-games-ctr {
    width: 100%;
  }
}

.previous-games-ctr img {
  width: 25px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.previous-games-ctr .button {
  background-color: white;
  border: 1px solid black;
  color: black;
  text-transform: uppercase;
}

.previous-games-ctr .previous-game-title {
  color: black;
  font-family: "roboto-medium";
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 15px;
}

.previous-games-ctr .previous-game-title span.thin {
  font-family: "roboto-thin";
}

.previous-games-ctr .previous-games {
  border: 1px solid #e0e0e0;
}

.previous-games-ctr .previous-games p {
  float: right;
  padding-right: 30px;
}

.previous-games-ctr .previous-games:nth-child(2) {
  background: #f2f2f2;
  border-bottom: 0px;
}

.previous-games-ctr .previous-games:nth-child(3) {
  background: white;
}

.previous-games-ctr .previous-games .ps-ldr-color {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-top: 17px;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  border: #fcaa35 2px solid;
}

.previous-games-ctr .value-bets-results {
  padding: 20px;
  background: white;
  border: 1px solid #e0e0e0;
  width: 100%;
}

.previous-games-ctr .value-bets-results div {
  color: #000000;
  margin-bottom: 10px;
  margin-left: 45px;
}

.previous-games-ctr .value-bets-results div i {
  color: #60dd63;
  font-size: 35px;
  margin-right: 5px;
  margin-left: -20px;
}

.previous-games-ctr .value-bets-results div span {
  margin-left: 10px;
  color: black;
  font-size: 26px;
}

.countdown-red {
  background: red;
}

.countdown-red:hover {
  color: black;
  cursor: pointer;
}

.advert-right-small {
  clear: both;
  height: 100px;
  padding: 5px;
  color: blue;
  width: 100%;
  background: #aaaaaa;
}

.upcoming-games-section {
  background-color: white;
}

.home-inner-ctr-right {
  background: #aaaaaa;
  height: 75vh;
}

.main-article-wrap {
  width: 100% !important;
  background-size: cover;
  transition: 0.3s;
  background-position: right;
  /*     @media screen and (max-width: $break-small) {
        height: 200px;
       background-position: center;
    }
  @media screen and (max-width: $break-medium) {
        height: 250px;
        background-position: center;
    }*/
}

.main-article-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.main-article img {
  width: 100% !important;
  margin-right: 0px !important;
  margin-bottom: -2px;
}

.quick-links {
  background-color: white;
  border: 1px solid #e0e0e0;
  margin-bottom: 1.25em;
}

.home-info-main {
  width: 100%;
  margin-bottom: 2.5em;
  overflow: auto;
}

.home-info-main-left {
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
  padding: 5px;
}

.home-info-main-right {
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
  padding: 5px;
}

.home-left-inner {
  min-width: 100%;
  color: black;
}

.home-right-inner {
  color: white;
  min-width: 100%;
}

.home-right-inner h1 {
  color: black;
  padding-top: 3em;
  padding-bottom: 20px;
  font-size: 0.75em;
  text-align: center;
  font-family: 'cooper-hewitt-bold';
  margin-bottom: 0.3em;
  letter-spacing: 0.08em;
}

.sports-icons-ctr {
  overflow: hidden;
  border: 1px #343434 solid;
  background: #000000;
  display: flex;
}

.sports-icons-ctr .sports-icon-individual {
  background: #000000;
  width: 16.666666%;
  overflow: auto;
  align-items: stretch;
  display: inline;
  float: left;
  border-right: 1px solid #343434;
}

.sports-icons-ctr .sports-icon-individual:last-child {
  border-right: 0px solid #343434;
}

.sports-icons-ctr .sports-icon-individual div {
  width: 100%;
  text-align: center;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}

.sports-icons-ctr .sports-icon-individual div img {
  max-width: 70%;
  margin: 0 auto;
  vertical-align: bottom;
}

.sports-icons-ctr .sports-icon-individual:hover {
  background: #fcaa35;
  cursor: pointer;
}

.historical-icons-ctr {
  overflow: auto;
  border: 1px solid #343434;
}

.historical-icons-ctr div {
  padding: 0.375em;
  background: #000000;
  width: 50%;
  display: inline;
  float: left;
  text-align: center;
}

.historical-icons-ctr div:last-child {
  border-left: 1px solid #343434;
}

.historical-icons-ctr div img {
  max-width: 30%;
}

.historical-icons-ctr div:hover {
  background: #fcaa35;
  cursor: pointer;
}

.sports-advertising-ctr {
  margin-bottom: 1.25em;
  overflow: hidden;
}

.sports-advertising-ctr img {
  width: 100%;
}

.home-twitter-feed {
  width: 100%;
  height: 300px;
  margin-top: 1.5625em;
  background: #aaaaaa;
  padding: 30px;
}

.hp-social-media {
  color: #aaaaaa;
  border-top: #343434 1px solid;
  margin-top: 25px;
  padding-top: 20px;
  font-family: "roboto-thin";
  font-size: 13px;
  text-align: center;
}

.hp-social-media div {
  margin-bottom: 10px;
}

.hp-social-media i {
  font-size: 18px;
  color: #aaaaaa;
  text-align: center;
  margin-right: 0.625em;
}

.hp-social-media i:hover {
  color: white;
  cursor: pointer;
}

.punting-container {
  font-family: "cooper-hewitt-bold";
}

.punting-container .punting-title {
  background: #000000;
  text-align: center;
  color: white;
  padding: 0.625em;
  border: #343434 1px solid;
}

.punting-container .punting-main .punting-row {
  height: 2.8125em;
  line-height: 2.8125em;
  margin-bottom: 0.125em;
}

.punting-container .punting-main .punting-row .punting-row-left {
  width: 79.87805%;
  float: left;
  margin-right: 0.60976%;
  background: #262626;
  color: white;
  padding-left: 1.875em;
}

.punting-container .punting-main .punting-row .punting-row-right {
  width: 19.5122%;
  float: left;
  margin-right: 0.60976%;
  float: right;
  margin-right: 0;
  background: #000000;
  color: #fcaa35;
  text-align: center;
}

section.home-page .upcoming-match-wrap {
  width: 100% !important;
}

.up-coming-matches-ctr .upcoming-matches-title {
  letter-spacing: 0.02em;
  font-family: "cooper-hewitt-bold";
  text-align: center;
  padding: 0.625em;
  background: #000000;
  border: #343434 1px solid;
  padding-top: 13px;
  margin-bottom: 20px;
}

.up-coming-matches-ctr .upcoming-match-ctr {
  margin-bottom: 1.875em;
  width: 100%;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-title {
  font-family: "roboto-thin";
  font-size: 0.75em;
  background: #262626;
  color: white;
  overflow: auto;
  padding: 0.625em;
  letter-spacing: 0.04em;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-team {
  padding-left: 46px;
  width: 58.33333%;
  float: left;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-team {
    width: 60%;
    float: left;
    padding-left: 57px;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-odd {
  width: 20.83333%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-odd {
    width: 20%;
    float: left;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-proj {
  width: 20.83333%;
  float: left;
  float: right;
  margin-right: 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-proj {
    width: 20%;
    float: left;
    float: right;
    margin-right: 0;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-title .um-title-live {
  text-align: center;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main {
  font-family: "cooper-hewitt-bold";
  font-size: 0.9375em;
  width: 100%;
  overflow: auto;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right {
  overflow: auto;
  background: #1a1a1a;
  width: 25%;
  float: left;
  float: right;
  margin-right: 0;
  height: 153px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right {
    display: none;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right p {
  margin-top: 30px;
  font-family: "roboto-thin";
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right div img {
  margin-top: 15px;
  font-size: 20px;
  cursor: pointer;
  width: 25px;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right div img:first-child {
  margin-right: 5px;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-right .um-live-ctr {
  position: absolute;
  right: 0;
  bottom: 0;
  letter-spacing: 0.02em;
  padding: 8px 17px 5px 17px;
  background: #60dd63;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left {
  width: 75%;
  float: left;
  background: #1a1a1a;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left {
    width: 100%;
    font-size: 13px;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team {
  letter-spacing: 0.02em;
  background: #262626;
  width: 58.33333%;
  float: left;
  color: white;
  height: 50px;
  padding-top: 0.9375em;
  background: #1a1a1a;
  border-right: 2px solid #000000;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team:first-child {
  border-bottom: 2px solid #000000;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team span {
  color: #fcaa35;
  margin-left: 0.1875em;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team .um-team-color {
  float: left;
  margin-left: 0.9375em;
  margin-right: 1.25em;
  background: #6f0036;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: #fcaa35 1px solid;
}

@media screen and (max-width: 750px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team .um-team-color {
    margin-right: 20px;
    margin-left: 22px;
  }
}

@media screen and (max-width: 330px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team .um-team-color {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team div {
  font-family: "roboto-thin";
  font-size: 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.3125em;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-team div span {
  color: white;
  margin-left: 0.3125em;
  font-family: "cooper-hewitt-bold";
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-odds {
  padding-top: 0.125em;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  font-size: 1.25em;
  width: 20.83333%;
  float: left;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-proj {
  padding-top: 0.125em;
  font-size: 1.25em;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 20.83333%;
  float: left;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-orange-button {
  background: #fcaa35;
  font-size: 0.9375em;
  text-align: center;
  font-family: "roboto-bold";
  padding: 0.625em;
  height: 2.1875em;
  border-right: 2px solid #000000;
  clear: both;
  letter-spacing: 0.04em;
}

.up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-orange-button:hover {
  cursor: pointer;
  color: #000000;
}

@media screen and (max-width: 330px) {
  .up-coming-matches-ctr .upcoming-match-ctr .um-main .um-left .um-orange-button {
    padding: 12px;
    height: 38px;
  }
}

.view-more-matches-ctr {
  text-align: center;
  padding: 10px;
  border: solid 1px #fcaa35;
  background: #000000;
  padding-top: 13px;
  font-family: "roboto-thin";
  margin-bottom: 30px;
  margin-top: -15px;
  font-size: 13px;
}

@media screen and (min-width: 750px) {
  .view-more-matches-ctr {
    display: none;
  }
}

.view-more-matches-ctr span {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  font-size: 20px;
  margin-top: -5px;
}

@media screen and (max-width: 750px) {
  .umc-responsive-display {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .umc-responsive-display-two {
    display: none;
  }
}

#vmm-btn1, #vmm-btn2 {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c20-value-pane {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .c20-value-pane {
    flex-direction: column;
    align-items: stretch;
  }
}

.c20-value-pane .c20-value-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 10px;
}

.c20-value-pane .c20-value-column:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c20-value-pane .c20-value-column:last-child {
    margin-bottom: 0;
  }
}

.c20-value-pane .c20-value-column .c20-value-header {
  background-color: #e0255a;
  color: white;
  font-family: "roboto-bold";
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}

.c20-value-pane .c20-value-column .c20-value-body {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.c20-value-pane .c20-value-column .c20-value-body .value-loading {
  padding: 20px;
  font-size: 12px;
  font-family: "roboto-medium";
  text-align: center;
}

.c20-value-pane .c20-value-column .c20-value-body .c20-value-body-header {
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #d7e1e8;
  background-color: #f5f8fa;
  border-top: none;
}

.c20-value-pane .c20-value-column .c20-value-body .c20-value-body-header .header-cell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
  font-size: 11px;
  font-family: "roboto-medium";
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-body-header .header-cell {
    font-size: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-body-header .header-cell {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-body-header .header-cell {
    font-size: 10px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body .c20-value-row {
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #d7e1e8;
  border-top: none;
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-row {
    height: unset;
    min-height: 45px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body .c20-value-row .value-cell {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.2;
  font-size: 11px;
  font-family: "roboto-medium";
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-row .value-cell {
    font-size: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-row .value-cell {
    font-size: 11px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body .c20-value-row .value-cell {
    font-size: 10px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body .c20-value-row:hover {
  background-color: #eff3f6;
  color: black;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .date {
  justify-content: flex-start;
  text-align: left;
  padding-left: 10px;
  flex: 0 0 80px;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .date.value-cell {
  font-size: 11px;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .sport {
  flex: 0 0 80px;
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body.sport .sport {
    flex-basis: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body.sport .sport {
    flex-basis: 80px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body.sport .sport {
    flex-basis: 50px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body.sport .sport img {
  height: 18px;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .teams {
  flex: 1;
  justify-content: flex-start;
  text-align: left;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .teams.value-cell {
  font-size: 12px;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .value {
  flex: 0 0 50px;
}

.c20-value-pane .c20-value-column .c20-value-body.sport .value img {
  height: 18px;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .time {
  justify-content: flex-start;
  text-align: left;
  flex: 0 0 50px;
  padding-left: 10px;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .time .soon {
  color: #f12626;
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .time {
    flex-basis: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .time {
    flex-basis: 50px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .time {
    flex-basis: 40px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body.racing .race {
  flex: 1;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .race.value-cell {
  justify-content: flex-start;
  text-align: left;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .horse {
  flex: 1;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .horse.value-cell {
  justify-content: flex-start;
  text-align: left;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .odds {
  flex: 0 0 70px;
  justify-content: flex-start;
  text-align: left;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .odds.value-cell {
  font-size: 9px;
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .odds {
    flex-basis: 55px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .odds {
    flex-basis: 70px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .odds {
    flex-basis: 55px;
  }
}

.c20-value-pane .c20-value-column .c20-value-body.racing .edge {
  flex: 0 0 50px;
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .edge {
    flex-basis: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .edge {
    flex-basis: 50px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .edge {
    flex-basis: 35px;
    padding: 5px 0;
  }
}

.c20-value-pane .c20-value-column .c20-value-body.racing .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.c20-value-pane .c20-value-column .c20-value-body.racing .jersey-name-combo img {
  height: 15px;
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .jersey-name-combo img {
    display: block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 750px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .jersey-name-combo img {
    display: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 350px) {
  .c20-value-pane .c20-value-column .c20-value-body.racing .not-x-small {
    display: none;
    margin-right: 0;
  }
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .value-cell {
  font-size: 12px;
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .date {
  justify-content: flex-start;
  text-align: left;
  flex: 0 0 80px;
  padding-left: 10px;
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .date.value-cell {
  text-transform: uppercase;
  font-size: 11px;
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .track {
  flex: 1;
  justify-content: flex-start;
  text-align: left;
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.c20-value-pane .c20-value-column .c20-value-body.race-schedule .jersey-name-combo img {
  height: 20px;
  margin-right: 10px;
}

.c20-value-pane .c20-value-column .c20-value-button {
  background-color: #fcaa35;
  color: white;
  font-family: "roboto-bold";
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-sec-article-text em {
  text-align: center;
  margin: 0 auto;
  font-size: 0.8em;
  color: #c6c6c6;
  font-style: italic;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe {
  width: calc(100% - 20px);
  margin: 10px;
  display: block;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe.prob {
  height: 400px;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe.h2h {
  height: 310px;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe.line {
  height: 310px;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe.total {
  height: 310px;
}

.blog-sec-article-text :not(.adsbygoogle) > iframe.predictor {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.blog-sec-article-text img {
  margin: 0 auto;
  height: auto;
  display: block;
  max-width: 100%;
  /*      padding-top: 20px;
      padding-bottom: 20px;*/
}

@media screen and (max-width: 750px) {
  .blog-sec-article-text img {
    width: 100%;
    height: auto;
  }
}

.blog-sec-article-text strong {
  font-family: "roboto-bold";
}

.blog-sec-article-text ul {
  list-style: initial;
  padding-left: 5%;
}

.blog-sec-article-text ul li {
  padding-bottom: 10px;
  line-height: 25px;
  padding-bottom: 10px;
  font-family: "PT Serif", serif;
}

.blog-sec-article-text a {
  cursor: pointer;
  text-decoration: underline;
}

.blog-sec-article-text figure {
  margin: 0 auto;
  text-align: center;
}

.blog-sec-article-text figure figcaption {
  text-align: center;
}

.blog-sec-article-text b {
  font-family: "roboto-bold";
}

.blog-sec-article-text h1 {
  font-size: 24px;
  font-family: "roboto-bold";
  color: #fcaa35;
  padding-bottom: 20px;
  padding-top: 20px;
}

.blog-sec-article-text h2 {
  font-size: 17px;
  padding-top: 24px;
  padding-bottom: 20px;
  font-family: "roboto-bold";
  text-transform: uppercase;
}

.blog-sec-article-text h3 {
  font-size: 15px;
  font-family: "roboto-bold";
  padding-bottom: 10px;
}

.blog-sec-article-text h4 {
  padding: 20px;
  margin-left: 20px;
  font-family: "PT Serif", serif;
  line-height: 25px;
  font-style: italic;
  opacity: 0.7;
}

.blog-sec-article-text h4:before {
  display: block;
  margin-left: -30px;
  content: "\201C";
  font-size: 40px;
  position: absolute;
  color: #7a7a7a;
}

.blog-sec-article-text h5 {
  font-size: 18px;
  color: #fcaa35;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-sec-article-text p {
  font-size: 16px;
  font-family: "PT Serif", serif;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 25px;
}

.blog-sec-article-text h6 {
  color: #fcaa35;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-sec-article-text hr {
  border: 1px solid #e0e0e0;
}

.blog-sec-article-text blockquote {
  margin-left: 20px;
  font-family: "PT Serif", serif;
  line-height: 25px;
  border-left: 2px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-sec-article-text blockquote h3 {
  padding-left: 20px;
  font-size: 16px;
}

.blog-sec-article-text .hvh blockquote {
  border-left: 0px;
}

.blog-sec-article-text .hvh blockquote h3 {
  border-left: 0px;
}

.blog-sec-article-text .wp-caption-text {
  font-size: 13px;
  font-family: "PT Serif", serif;
  margin-bottom: 25px;
  color: #4b4b4b;
}

.blog-sec-article-text .image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-sec-article-text table {
  min-width: 50%;
  font-family: "PT Serif", serif;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 10px auto 20px auto;
}

.blog-sec-article-text table th {
  font-size: 16px;
  text-align: right;
}

.blog-sec-article-text table td {
  margin-bottom: 100px;
  margin-top: 30px;
}

.blog-sec-article-text table img {
  vertical-align: middle;
  width: 200px !important;
  margin-bottom: -100px;
  margin-top: 20px;
}

.blog-sec-article-text table .span1 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.blog-sec-article-text table .span2 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.blog-sec-article-text table .span3 {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

.blog-sec-article-text table tr {
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
}

.blog-sec-article-text table tr:last-child {
  border-bottom: 0px;
}

.blog-sec-article-text table td .hvh-text {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  margin-left: 20px;
}

.blog-sec-article-text thead {
  background-color: #f2f2f2;
  font-family: 'roboto-bold';
}

.blog-sec-article-text thead tr {
  border-bottom: 0px;
}

.blog-sec-article-text tbody tr:last-child {
  border-bottom: 0px;
}

.blog-page-container {
  background: #e6e5e6;
  max-width: 100%;
}

.blog-page-inner-ctr {
  color: #000000;
}

@media screen and (max-width: 750px) {
  .blog-page-inner-ctr {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.blog-page-left {
  min-height: 100vh;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 750px) {
  .blog-page-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.blog-page-right {
  float: left !important;
  min-height: 100vh;
  width: 100%;
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .blog-page-right {
    width: 16.03053%;
    float: left;
    margin-right: 0.76336%;
    margin-bottom: 5px;
  }
}

.bp-img-caption {
  color: #e0e0e0;
  float: right;
}

.blog-sec-img-ctr {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-sec-img-ctr img {
  width: 100%;
}

.blog-img-date-ctr-large {
  position: relative;
}

.blog-img-date-ctr-large img {
  width: 100%;
}

.blog-img-date-ctr-large .bidc-date-large {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  width: 163px;
}

.blog-img-date-ctr-large .bidc-date-large .bidc-d-left-large {
  width: 50%;
  float: left;
  background: white;
  height: 40px;
  color: #fcaa35;
  text-align: center;
  line-height: 44px;
  font-family: 'cooper-hewitt-bold';
  border-top: 1px solid #fcaa35;
  border-left: 1px solid #fcaa35;
}

.blog-img-date-ctr-large .bidc-date-large .bidc-d-right-large {
  border-top: 1px solid #fcaa35;
  border-left: 1px solid #fcaa35;
  border-right: 1px solid #fcaa35;
  width: 50%;
  float: left;
  float: right;
  margin-right: 0;
  background: #000000;
  height: 40px;
  color: white;
  text-align: center;
  line-height: 44px;
  font-family: 'cooper-hewitt-bold';
}

.blog-img-date-ctr {
  position: relative;
  background-image: url(../assets/pexels-photo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 130px;
}

.blog-img-date-ctr .bidc-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  width: 118px;
}

.blog-img-date-ctr .bidc-date .bidc-d-left {
  width: 50%;
  float: left;
  background: white;
  height: 27px;
  color: #fcaa35;
  text-align: center;
  line-height: 30px;
  font-family: 'cooper-hewitt-bold';
  border-top: 1px solid #fcaa35;
  border-left: 1px solid #fcaa35;
  border-bottom: 1px solid #fcaa35;
}

.blog-img-date-ctr .bidc-date .bidc-d-right {
  border: 1px solid #fcaa35;
  width: 50%;
  float: left;
  float: right;
  margin-right: 0;
  background: #000000;
  height: 27px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-family: 'cooper-hewitt-bold';
}

.blog-section-title {
  font-family: "PT Sans Bold", sans-serif bold;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

.blog-sec-title-socials {
  overflow: hidden;
  margin-top: 15px;
  color: #fcaa35;
  clear: both;
  margin-bottom: 20px;
}

.blog-sec-title-socials .bsts-text {
  font-size: 13px;
  float: left;
  line-height: 20px;
  margin-right: 16px;
  font-family: 15px;
  margin-top: 2px;
}

.blog-sec-title-socials .bsts-box {
  border: 1px solid #e0e0e0;
  width: 25px;
  color: #aaaaaa;
  float: left;
  text-align: center;
  margin-left: 1px;
  margin-right: 1px;
  padding: 3px 0px;
  font-size: 15px;
  border-radius: 2px;
}

.blog-section-title-sub {
  font-weight: bold;
  font-family: "PT Serif", serif;
  font-size: 13px;
  padding-top: 10px;
}

.blog-sec-article-text {
  /*  div{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "roboto-bold";
  }*/
}

@media screen and (max-width: 750px) {
  .blog-sec-article-text {
    float: left;
    padding-top: 20px;
    width: 100%;
  }
}

.blog-sec-large-heading {
  color: #fcaa35;
  margin-top: 23px;
  font-size: 1.25em;
  font-family: "PT Sans Bold", sans-serif bold;
}

.blog-sec-large-subheading {
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: "PT Sans Bold", sans-serif bold;
}

.bp-text-box {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bp-underliner {
  border-bottom: 1px solid #e0e0e0;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.blog-page-section {
  background: white;
  padding: 1.25em;
  margin-bottom: 0.625em;
}

@media screen and (max-width: 750px) {
  .blog-page-section {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
  }
}

.blog-page-section ul {
  list-style-type: disc;
  margin-left: 40px;
}

.blog-page-section ol {
  list-style-type: decimal;
  margin-left: 40px;
}

.blog-page-section .bp-flc-articles-ctr {
  padding: 2px;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr {
  padding: 2px;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row {
  padding-top: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article:last-child {
  float: right;
  margin-right: 0;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-left {
  height: 95px;
  width: 50%;
  float: left;
  margin-right: 10px;
  max-width: 170px;
  min-height: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-left {
    width: 90% !important;
    max-width: 260px;
    height: 96px;
  }
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-left .bpfa-date {
  position: absolute;
  width: 75%;
  max-width: 100px;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-left .bpfa-date .bpfa-date-left {
  height: 25px;
  background: white;
  color: #fcaa35;
  line-height: 24px;
  text-align: center;
  border: #fcaa35 1px solid;
  width: 50%;
  float: left;
  display: inline;
  float: left;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-left .bpfa-date .bpfa-date-right {
  width: 50%;
  float: left;
  float: right;
  margin-right: 0;
  line-height: 24px;
  height: 25px;
  background: #000000;
  color: white;
  text-align: center;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-right {
  width: 45%;
  float: left;
  padding-top: 2px;
  /* font-family: $news-font;*/
  min-height: 35px;
  font-size: 12px;
  margin-right: 0px;
}

.blog-page-section .bp-flc-articles-ctr .bp-flc-articles-inr .bp-flc-a-row .bp-flc-a-article .bpfa-right:hover {
  cursor: pointer;
}

.bp-big-btn {
  border: 1px solid #000000;
  display: table;
  width: 100%;
  height: 40px;
  padding-top: 3px;
  cursor: pointer;
}

.bp-big-btn:hover {
  border: #fcaa35 1px solid;
  color: #fcaa35;
}

.bp-big-btn .bp-big-btn-inr {
  font-size: 12px;
  text-align: center;
  line-height: 35px;
}

.bp-posted-date {
  margin-bottom: 20px;
}

.bp-share-socials {
  margin-bottom: 20px;
}

.bp-share-socials span {
  margin-left: 10px;
}

.bp-insider-tips-author {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.bp-blog-author-inr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bp-avatar-ctr {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  background: pink;
  float: left;
  margin-right: 20px;
}

.bp-i-t-name {
  margin-bottom: 16px;
  margin-left: 20px;
}

.bp-i-t-body {
  margin: 20px;
  margin-right: 20%;
}

.bp-table {
  margin-bottom: 25px;
}

.bp-table-inner {
  border: 1px solid black;
  width: 100%;
  overflow: auto;
}

.bp-table-inner thead {
  background: #e0e0e0;
  text-align: center;
}

.bp-table-inner th {
  border: 1px solid #e0e0e0;
  height: 40px;
  vertical-align: middle;
  font-family: 'roboto-bold';
  font-size: 15px;
}

.bp-table-inner td {
  height: 60px;
  border: 1px solid #e0e0e0;
  padding: 12px;
}

.bp-table-inner .bpt-heading {
  font-weight: bold;
  font-family: 'roboto-bold';
  font-size: 13px;
  padding-top: 5px;
}

.bp-table-inner .bpt-text {
  padding-top: 10px;
  font-size: 13px;
}

.bp-vma {
  color: #fcaa35;
  font-family: "roboto-medium";
  font-size: 12px;
  cursor: pointer;
}

.bp-trending-articles {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.bp-t-art-title {
  padding-bottom: 5px;
  font-family: "roboto-bold";
  font-size: 0.9em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.bp-t-art-sub {
  padding-bottom: 5px;
  font-family: "roboto-bold";
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

.bp-t-art-text {
  font-family: "PT Serif", serif;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bp-t-art-minor-text {
  color: #fcaa35;
  font-family: "PT Serif", serif;
  font-size: 0.8125em;
  margin-top: 4px;
  margin-bottom: 4px;
}

.bp-t-art-wrp {
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.bps-share-convo-ctr .bps-sh-title {
  font-size: 12px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  padding-bottom: 7px;
}

.bps-share-convo-ctr .bps-sh-boxes {
  overflow: auto;
  width: 60%;
  margin: 10px auto;
}

@media screen and (max-width: 850px) {
  .bps-share-convo-ctr .bps-sh-boxes {
    width: 70%;
  }
}

.bps-share-convo-ctr .bps-sh-boxes .fa, .bps-share-convo-ctr .bps-sh-boxes .fal, .bps-share-convo-ctr .bps-sh-boxes .far, .bps-share-convo-ctr .bps-sh-boxes .fas {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 100%;
  padding: 5px;
  font-size: 18px;
}

.bps-share-convo-ctr .bps-sh-boxes .fa:hover, .bps-share-convo-ctr .bps-sh-boxes .fal:hover, .bps-share-convo-ctr .bps-sh-boxes .far:hover, .bps-share-convo-ctr .bps-sh-boxes .fas:hover {
  color: #fcaa35;
  cursor: pointer;
  border: 1px solid #fcaa35;
}

.bps-share-convo-ctr .bps-sh-box {
  width: 23.25581%;
  float: left;
  margin-right: 2.32558%;
  color: #000000;
  float: left;
  text-align: center;
  padding: 3px 0px;
  font-size: 15px;
  border-radius: 2px;
}

.bps-share-convo-ctr .bps-sh-box:last-child {
  float: right;
  margin-right: 0;
}

.bps-share-convo-ctr .bps-sh-title-underline {
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto;
}

.page-controls {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  background-color: white;
  padding: 10px;
  height: 60px;
  font-size: 15px;
  font-family: "roboto-regular";
}

.page-controls .page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  color: black;
  font-size: 24px;
  cursor: pointer;
  background-color: lightgrey;
  margin: 0 5px;
  width: 40px;
  border-radius: 5px;
}

.page-controls .page-button:hover {
  color: #fcaa35;
}

.page-controls .page-button.disabled {
  color: grey;
  cursor: default;
}

.page-controls .page-button.disabled:hover {
  color: grey;
}

.page-controls .page-input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.page-controls .page-input input {
  padding: 10px;
  width: 60px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.page-controls .page-input input::-webkit-inner-spin-button, .page-controls .page-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-controls .page-label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "roboto-regular";
  width: 40px;
}

.page-controls .go-to-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  color: white;
  cursor: pointer;
  background-color: #06131f;
  margin-right: 5px;
  width: 40px;
  border-radius: 5px;
}

.blog-loading {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: white;
}

.find-articles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}

.find-articles .find-header {
  flex: 0;
  background-color: #06131f;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 15px;
}

.find-articles .find-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: white;
  padding: 20px;
}

.find-articles .find-body-divider {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  height: 0;
  margin-bottom: 20px;
}

.find-articles .find-body-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: "roboto-regular";
  font-size: 13px;
  margin-bottom: 10px;
}

.find-articles .find-body-header.bold {
  font-family: "roboto-medium";
  margin-bottom: 20px;
}

.find-articles .search {
  margin-bottom: 10px;
}

.find-articles .search .search-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
}

.find-articles .search .search-row .search-field {
  flex: 1 1 auto;
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-family: "roboto-regular";
}

.find-articles .search .search-row .search-field::placeholder {
  color: #e0e0e0;
  font-style: italic;
  font-family: "roboto-light";
}

.find-articles .search .search-row .search-button {
  flex: 0 0 auto;
  border-radius: 5px;
  color: #fcaa35;
  cursor: pointer;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.find-articles .search .search-row .search-button:hover {
  color: black;
}

.find-articles .search .search-row .search-button.disabled {
  cursor: default;
  color: #e0e0e0;
}

.find-articles .search .search-row .search-button.disabled:hover {
  color: #e0e0e0;
}

.find-articles .category-container, .find-articles .author-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
  margin-bottom: 20px;
}

.find-articles .category-button {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: white;
  border: 1px solid #e0e0e0;
  color: black;
  cursor: pointer;
  font-size: 12px;
  font-family: "roboto-regular";
  padding: 10px;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
}

.find-articles .category-button:hover {
  background-color: #fcaa35;
}

.find-articles .category-button.selected-category {
  background-color: #fcaa35;
  color: white;
}

.find-articles .author-select {
  padding: 5px;
  width: 100%;
}

.si-content-reviews {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.si-content-reviews:last-child {
  border-bottom: 0px;
}

.si-c-left {
  width: 35%;
  float: left;
  float: left;
}

.si-c-left img {
  width: 100%;
  margin-bottom: -2px;
}

@media screen and (max-width: 800px) {
  .si-c-left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    float: left;
  }
}

.si-c-left .sic-art-thumb-2 {
  background-image: url("../images/football-ad-small.jpg") !important;
}

.si-c-left .sic-art-thumb {
  font-size: 13px;
  min-height: 130px;
  text-align: center;
  position: relative;
  /*height: 95px;*/
  overflow: hidden;
  text-transform: uppercase;
  /*background-size: cover;
    background-position: bottom;*/
  /* @media screen and (max-width: $break-small) {
      height: 250px;
    }*/
}

.sic-art-thumb-date {
  border: #fcaa35 1px solid;
  position: absolute;
  height: 27px;
  width: 100px;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-family: "roboto-bold";
}

.sic-art-thumb-date .sic-atd-left {
  background: white;
  height: 25px;
  border-right: #fcaa35 1px solid;
  width: 50%;
  float: left;
  padding-top: 7px;
  columns: #fcaa35;
}

.sic-art-thumb-date .sic-atd-right {
  width: 50%;
  float: left;
  float: right;
  margin-right: 0;
  background: #000000;
  height: 25px;
  color: white;
  padding-top: 7px;
}

.si-c-title {
  font-family: "roboto-bold";
  padding-bottom: 5px;
  font-size: 15px;
}

.si-c-sub {
  font-family: "roboto-medium";
  padding-bottom: 5px;
  font-size: 12px;
  color: #e0e0e0;
}

.si-c-body {
  font-family: "roboto-medium";
  line-height: 1.4;
  font-size: 12px;
}

.si-c-right {
  padding-left: 20px;
  width: 65%;
  float: left;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 800px) {
  .si-c-right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    padding-top: 10px;
    padding-left: 0px;
  }
}

.premium-tag {
  color: #fcaa35;
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.mailing-list-form {
  overflow: hidden;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  font-family: "roboto-medium";
}

.mailing-list-form form {
  margin-top: 5px;
}

.mailing-list-form input {
  margin: 10px 0;
}

.mailing-list-form label {
  font-size: 12px;
}

.mailing-list-form .disclaimer {
  margin-top: 10px;
  font-size: 12px;
  font-family: "roboto-light";
}

.bp-sports-wrp .bp-sports-title {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'roboto-bold';
  font-size: 0.8125em;
}

.bp-sports-wrp .bp-sports-title img {
  vertical-align: sub;
  width: 22px;
  margin-right: 5px;
}

.bp-sports-wrp .bp-sports-sub {
  margin-top: 15px;
  font-size: 15px;
  font-family: 'roboto-bold';
  margin-bottom: 20px;
}

.bp-sports-wrp .blog-sec-img-ctr {
  margin-bottom: 10px;
}

.bp-sports-wrp .blog-sec-img-ctr img {
  vertical-align: bottom;
}

.bp-sports-wrp .bsec-img-text {
  border: #fcaa35 1px solid;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 0.75em;
}

.si-c-sports-choices {
  overflow: hidden;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}

.si-c-sports-choices .si-c-sports-choice-btn {
  font-family: "roboto-bold";
  font-size: 13px;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #000000;
  margin-top: 15px;
  width: 30.08475%;
  float: left;
  margin-right: 1.69492%;
}

.si-c-sports-choices .si-c-sports-choice-btn:hover {
  color: #fcaa35;
}

.bp-top-headlines-wrp .bp-top-headlines-title {
  font-family: "roboto-medium";
  font-size: 13px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.bp-top-headlines-wrp .btp-t-headlines-list {
  clear: both;
  margin-top: 5px;
}

.bp-top-headlines-wrp .btp-t-headlines-list .btp-t-headline {
  font-size: 12px;
  padding: 5px;
}

.bp-top-headlines-wrp .btp-t-headlines-list .btp-t-headline:hover {
  color: #fcaa35;
  cursor: pointer;
}

.bp-top-headlines-wrp .btp-t-headlines-list .btp-t-headline span {
  margin-right: 5px;
  color: black;
  font-size: 5px;
  float: left;
  height: 25px;
  padding-right: 5px;
  padding-top: 2px;
}

.sic-sports-prediction-wrp {
  font-size: 13px;
  font-family: 'roboto-bold';
}

.sic-sports-prediction-wrp .sic-sports-prediction-title {
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.sic-sports-prediction-wrp .sic-sports-prediction-date {
  padding: 5px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sic-sports-prediction-wrp .sic-sports-prediction-date span {
  font-weight: normal;
  font-family: 'roboto-medium';
}

.sic-sports-prediction-wrp .sic-sports-prediction-teams .sic-sports-prediction-team {
  font-size: 15px;
  padding: 20px;
  background: #e0e0e0;
  vertical-align: bottom;
}

.sic-sports-prediction-wrp .sic-sports-prediction-teams .sic-sports-prediction-team:first-child {
  border: 1px #61e063 solid;
  background: none;
}

.sic-sports-prediction-wrp .sic-sports-prediction-teams .sic-sports-prediction-team span {
  color: #fcaa35;
}

.sic-sports-prediction-wrp .sic-sports-prediction-teams .sic-sports-prediction-team img {
  float: right;
  margin-top: -4px;
  width: 20px;
}

.sic-sports-prediction-wrp .sic-sports-prediction-teams .sic-sports-prediction-team .sic-spt-color {
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: maroon;
  float: left;
  margin-right: 10px;
}

.sic-sports-prediction-wrp .sic-view-all-btn {
  border: #000000 1px solid;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

.bp-newsletter-signup-wrp {
  font-family: 'roboto-bold';
  font-size: 13px;
}

.bp-newsletter-signup-wrp .bp-newsletter-title {
  padding-bottom: 7px;
  border-bottom: 1px solid #e0e0e0;
}

.bp-newsletter-signup-wrp .bp-newsletter-text {
  padding-top: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 12px;
}

.bp-newsletter-signup-wrp .bp-newsletter-input {
  overflow: hidden;
}

.bp-newsletter-signup-wrp .bp-newsletter-input input {
  height: 30px;
  background: #ececec;
  border: none;
  font-size: 13px;
  float: left;
  padding-left: 10px;
  width: 80%;
  float: left;
}

.bp-newsletter-signup-wrp .bp-newsletter-input .bp-newsletter-input-btn {
  border: 1px solid #000000;
  text-align: center;
  float: left;
  height: 30px;
  padding-top: 8px;
  width: 20%;
  float: left;
  float: right;
  margin-right: 0;
}

.splash-cntr {
  min-height: 100%;
  margin: 0 auto;
  background-color: white;
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  .splash-cntr.landing {
    padding-top: 0;
  }
}

.splash-cntr .premium-header-image {
  height: auto;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-header-image {
    height: 600px;
    max-height: 600px;
  }
}

.splash-cntr .premium-footer-image {
  height: auto;
  width: 100%;
  position: absolute;
  min-height: 300px;
  object-fit: cover;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-footer-image {
    height: 400px;
  }
}

.splash-cntr .premium-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 50px;
  margin-bottom: 40px;
}

.splash-cntr .premium-heading.landing {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-splash/desktop/headerimage-landing.png");
  background-size: cover;
  background-color: black;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 40px;
  width: 100%;
}

.splash-cntr .premium-heading.landing h1 {
  font-family: "roboto-regular";
  font-size: 29px;
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading.landing .desktop {
    display: none;
  }
}

.splash-cntr .premium-heading.landing .mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading.landing .mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .splash-cntr .premium-heading.landing .mobile p {
    font-size: 15px;
    line-height: 1.2;
  }
  .splash-cntr .premium-heading.landing .mobile .trial-button-ctr {
    width: 100%;
    max-width: 300px;
    margin-top: 0;
  }
  .splash-cntr .premium-heading.landing .mobile .trial-button-ctr .button {
    font-size: 15px;
    cursor: pointer;
    margin: 0;
    width: 100%;
  }
}

.splash-cntr .premium-heading .crown {
  height: 35px;
}

.splash-cntr .premium-heading .si-logo {
  height: 100px;
  padding-right: 40px;
}

.splash-cntr .premium-heading .photo-text-ctr {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.splash-cntr .premium-heading .photo-text-ctr .photo {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading .photo-text-ctr .photo {
    padding-right: 10px;
  }
}

.splash-cntr .premium-heading .photo-text-ctr .photo img {
  max-height: 100%;
  width: auto;
}

.splash-cntr .premium-heading .photo-text-ctr .photo img.mobile-photo {
  display: none;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading .photo-text-ctr .photo img {
    display: none;
  }
  .splash-cntr .premium-heading .photo-text-ctr .photo img.mobile-photo {
    display: block;
    max-height: 200px;
    width: auto;
  }
}

.splash-cntr .premium-heading .photo-text-ctr .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading .photo-text-ctr .text {
    padding-left: 10px;
    width: 200px;
    padding-bottom: 0;
  }
}

.splash-cntr .premium-heading .photo-text-ctr .text p {
  text-align: left;
  font-family: "roboto-regular";
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.2;
}

.splash-cntr .premium-heading .photo-text-ctr .text .trial-button-ctr {
  width: 100%;
  max-width: 300px;
  margin-top: 0;
}

.splash-cntr .premium-heading .photo-text-ctr .text .trial-button-ctr .button {
  font-size: 15px;
  cursor: pointer;
  margin: 0;
  width: 100%;
}

.splash-cntr .premium-heading h1 {
  font-family: "roboto-bold";
  font-size: 36px;
  color: white;
  padding-top: 0;
  margin-top: 20px;
  width: 70%;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading h1 {
    width: 90%;
  }
}

.splash-cntr .premium-heading p {
  font-family: "roboto-medium";
  font-size: 24px;
  padding: 20px 20px;
  color: white;
  text-align: center;
}

.splash-cntr .premium-heading .logo-row {
  margin-top: 30px;
  margin: auto;
}

.splash-cntr .premium-heading .button {
  cursor: pointer;
  width: 500px;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .splash-cntr .premium-heading .button {
    width: 80%;
  }
}

@media screen and (max-width: 750px) {
  .splash-cntr {
    padding-top: 20px;
  }
}

.splash-cntr .fa, .splash-cntr .fal, .splash-cntr .far, .splash-cntr .fas {
  margin-right: 10px;
  border: 1px solid #fcaa35;
  padding-left: 2px;
  width: 18px;
  text-align: center;
  border-radius: 100%;
  color: #fcaa35;
  float: left;
}

.splash-cntr .button {
  margin: 0 auto;
  display: block;
  width: 200px;
  margin-bottom: 50px;
}

.splash-cntr .category-chooser {
  background-color: #06131f;
  color: white;
  margin: 0 100px;
  padding-top: 0px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser {
    margin: 0 20px;
  }
}

.splash-cntr .category-chooser .premium-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: white;
  margin-top: 50px;
  margin-bottom: 40px;
}

.splash-cntr .category-chooser .premium-title h1 {
  font-family: "roboto-bold";
  font-size: 30px;
  color: white;
  padding: 0 20px;
}

.splash-cntr .category-chooser .category-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0 100px;
  min-height: 180px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-row {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    min-height: unset;
  }
}

.splash-cntr .category-chooser .category-row .category-button {
  border: 1px solid white;
  background-color: #06131f;
  margin: 10px;
  padding: 10px;
  flex: 1 1 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-row .category-button {
    flex-basis: auto;
    padding: 20px;
    height: 150px;
    width: 250px;
  }
}

.splash-cntr .category-chooser .category-row .category-button.cat-selected {
  background-image: linear-gradient(#fcaa35, white 200%);
  border-image: linear-gradient(#fcaa35, white 200%);
  border-image-slice: 2;
}

.splash-cntr .category-chooser .category-row .category-button.cat-selected .trial {
  color: white;
}

@media (hover: hover) {
  .splash-cntr .category-chooser .category-row .category-button:hover {
    background-image: linear-gradient(#fcaa35, white 200%);
    border-image: linear-gradient(#fcaa35, white 200%);
    border-image-slice: 2;
  }
  .splash-cntr .category-chooser .category-row .category-button:hover .trial {
    color: white;
  }
}

.splash-cntr .category-chooser .category-row .category-button p {
  text-align: center;
  font-family: "roboto-medium";
  font-size: 18px;
  line-height: 24px;
}

.splash-cntr .category-chooser .category-row .category-button .trial {
  margin-top: 10px;
  font-size: 11px;
  font-family: "roboto-regular";
  color: #fcaa35;
  text-align: center;
}

.splash-cntr .category-chooser .category-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  padding-top: 60px;
  flex: 0 0 auto;
}

.splash-cntr .category-chooser .category-desc.mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc.mobile {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc {
    width: 100%;
    padding-top: 50px;
  }
}

.splash-cntr .category-chooser .category-desc.hidden {
  display: none !important;
}

.splash-cntr .category-chooser .category-desc .category-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.splash-cntr .category-chooser .category-desc .category-heading img {
  margin-bottom: 40px;
}

@media screen and (max-width) {
  .splash-cntr .category-chooser .category-desc .category-heading img {
    margin-bottom: 20px;
  }
}

.splash-cntr .category-chooser .category-desc .category-heading h1 {
  text-align: center;
  font-family: "roboto-bold";
  font-size: 30px;
}

.splash-cntr .category-chooser .category-desc .category-heading .price {
  text-align: center;
  font-family: "roboto-medium";
  font-size: 37px;
  margin-top: 20px;
}

.splash-cntr .category-chooser .category-desc .category-heading .price-term {
  text-align: center;
  font-family: "roboto-light";
  font-size: 18px;
}

.splash-cntr .category-chooser .category-desc .category-heading .price-sub {
  text-align: center;
  font-family: "roboto-light";
  font-style: italic;
  font-size: 14px;
  color: #d7d7d7;
  margin-top: 10px;
}

.splash-cntr .category-chooser .category-desc .category-heading .price-sub.orange {
  color: #fcaa35;
}

.splash-cntr .category-chooser .category-desc .category-heading .category-stamp {
  position: absolute;
  right: -220px;
  top: 50px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc .category-heading .category-stamp {
    right: -40px;
    top: -50px;
  }
}

.splash-cntr .category-chooser .category-desc .category-heading .category-stamp img {
  margin: 0;
  height: 120px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc .category-heading .category-stamp img {
    height: 100px;
  }
}

.splash-cntr .category-chooser .category-desc .category-dtl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc .category-dtl {
    flex-direction: column;
    width: 100%;
  }
}

.splash-cntr .category-chooser .category-desc .category-dtl .category-bullets {
  flex: 1 1 10px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc .category-dtl .category-bullets {
    padding-left: 40px;
    padding-right: 20px;
  }
}

.splash-cntr .category-chooser .category-desc .category-dtl .category-bullets ul {
  list-style-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-splash/desktop/crownbulletpoint.png");
}

.splash-cntr .category-chooser .category-desc .category-dtl .category-bullets li {
  font-family: "roboto-light";
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 8px 5px;
}

.splash-cntr .category-chooser .category-desc .category-dtl .category-image {
  flex: 0 0 10px;
  object-fit: contain;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .category-chooser .category-desc .category-dtl .category-image img.desktop {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .splash-cntr .category-chooser .category-desc .category-dtl .category-image img.mobile {
    display: none;
  }
}

.splash-cntr .category-chooser .category-desc .button {
  width: 250px;
  font-size: 15px;
  margin-top: 30px;
}

.splash-cntr .category-chooser .category-desc#desc-free .category-dtl .category-image img {
  height: 240px;
  width: auto;
}

.splash-cntr .category-chooser .category-desc#desc-prem .category-dtl .category-image img {
  height: 330px;
  width: auto;
}

.splash-cntr .category-chooser .category-desc#desc-super .category-dtl .category-image img {
  height: 365px;
  width: auto;
}

.splash-cntr .thanks-back {
  background-color: #06131f;
  color: white;
  margin: 50px 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .thanks-back {
    margin: 0 20px;
  }
}

.splash-cntr .thanks-back .thanks-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  color: white;
  max-width: 700px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .thanks-back .thanks-container {
    flex-direction: column;
    margin-top: 20px;
  }
}

.splash-cntr .thanks-back .thanks-container .thanks-text {
  flex: 1 1 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .thanks-back .thanks-container .thanks-text {
    flex-basis: auto;
  }
}

.splash-cntr .thanks-back .thanks-container .thanks-text img {
  margin-bottom: 20px;
}

.splash-cntr .thanks-back .thanks-container .thanks-image {
  flex: 1 1 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .splash-cntr .thanks-back .thanks-container .thanks-image {
    flex-basis: auto;
  }
}

.splash-cntr .thanks-back .thanks-container h2.thanks {
  font-family: "roboto-bold";
  font-size: 24px;
  color: white;
  text-align: center;
}

.splash-cntr .thanks-back .thanks-container h1.thanks-cat {
  font-family: "roboto-bold";
  font-size: 20px;
  color: white;
  margin-top: 10px;
}

.splash-cntr .thanks-back .thanks-container p {
  font-family: "roboto-light";
  font-size: 16px;
  line-height: 18px;
  padding-top: 10px;
  color: white;
  text-align: center;
}

.splash-cntr .thanks-back .thanks-container p.pref-copy {
  margin-top: 20px;
  margin-bottom: 20px;
}

.splash-cntr .thanks-back .thanks-container .button {
  margin: 10px;
  width: 250px;
  font-size: 15px;
}

.splash-cntr .thanks-back .thanks-container .button.button-navy-bg {
  border: 1px solid #fcaa35;
}

.splash-cntr .thanks-back .thanks-container .button.button-navy-bg:hover {
  color: #fcaa35;
}

.splash-cntr .thanks-back .social-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .thanks-back .social-row {
    margin-top: 50px;
  }
}

.splash-cntr .thanks-back .social-row img {
  margin: 5px;
}

.splash-cntr .copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 20px;
  text-align: center;
  max-width: 780px;
}

.splash-cntr .copy p {
  font-family: "roboto-regular";
  font-size: 22px;
}

.splash-cntr .copy p .bold {
  font-family: "roboto-bold";
}

.splash-cntr .boxes {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 750px) {
  .splash-cntr .boxes {
    flex-direction: column;
  }
}

.splash-cntr .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  .splash-cntr .box {
    width: unset;
  }
}

.splash-cntr .box.orange {
  background-color: #fcaa35;
  align-items: flex-end;
}

.splash-cntr .box.blue {
  background-color: #06131f;
  align-items: flex-start;
}

.splash-cntr .box .box-content {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
}

.splash-cntr .box .box-content .image-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .box .box-content .image-ctr {
    padding: 0;
  }
}

.splash-cntr .box .box-content .image-ctr img {
  width: 100%;
}

.splash-cntr .box .box-content h1 {
  font-family: "roboto-regular";
  font-size: 21px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}

.splash-cntr .graph-ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 40px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .graph-ctr {
    padding: 0;
  }
}

.splash-cntr .graph-ctr .graph-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.splash-cntr .graph-ctr .graph-menu .graph-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}

.splash-cntr .graph-ctr .graph-menu .graph-option.selected-option {
  color: #fcaa35;
}

.splash-cntr .graph-ctr .graph-menu .graph-option .graph-name {
  font-family: "roboto-bold";
  font-size: 21px;
}

.splash-cntr .graph-ctr .graph-menu .graph-option .graph-perc {
  font-family: "roboto-bold";
  font-size: 30px;
}

.splash-cntr .graph-ctr .graph-image {
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  height: 150px;
}

.splash-cntr .graph-ctr .graph-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s;
}

.splash-cntr .graph-ctr .dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.splash-cntr .graph-ctr .dots .dot {
  cursor: pointer;
  background-color: #f2f2f2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 5px;
}

.splash-cntr .graph-ctr .dots .dot.orange-bg {
  background-color: #fcaa35;
}

.splash-cntr .testi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 200px;
  max-width: 800px;
  width: 100%;
}

.splash-cntr .testi-container.landing {
  max-width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.splash-cntr .testi-container.landing .testi-header img {
  height: 21px;
}

.splash-cntr .testi-container.landing .testi-header h1 {
  font-family: "roboto-regular";
}

.splash-cntr .testi-container.landing .testi-window {
  height: 160px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .testi-container.landing .testi-window {
    height: 250px;
  }
}

.splash-cntr .testi-container.landing .testimonial .quote {
  font-family: "roboto-light";
  font-size: 12px;
}

.splash-cntr .testi-container.landing .testimonial .source {
  font-size: 12px;
  font-style: unset;
}

.splash-cntr .testi-container.landing .testimonial .source .orange {
  color: #fcaa35;
}

.splash-cntr .testi-container.landing .testimonial .source .light {
  font-family: "roboto-regular";
}

@media screen and (max-width: 750px) {
  .splash-cntr .testi-container {
    margin: 100px 20px 0 20px;
    width: unset;
  }
}

.splash-cntr .testi-container .testi-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.splash-cntr .testi-container .testi-header h1 {
  text-align: center;
  margin-top: 40px;
  font-family: "roboto-bold";
  font-size: 21px;
  color: black;
}

.splash-cntr .testi-container .testi-window {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 150px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .splash-cntr .testi-container .testi-window {
    height: 275px;
  }
}

.splash-cntr .testi-container .testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
}

.splash-cntr .testi-container .testimonial.off-left {
  left: -100%;
}

.splash-cntr .testi-container .testimonial.off-right {
  left: 200%;
}

.splash-cntr .testi-container .testimonial.hidden {
  display: none;
}

.splash-cntr .testi-container .testimonial .quote {
  font-family: "roboto-thin";
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.splash-cntr .testi-container .testimonial .source {
  font-family: "roboto-medium";
  font-style: italic;
  font-size: 18px;
  margin-top: 20px;
}

.splash-cntr .testi-container .dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.splash-cntr .testi-container .dots .dot {
  cursor: pointer;
  background-color: #f2f2f2;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 5px;
}

.splash-cntr .testi-container .dots .dot.orange-bg {
  background-color: #fcaa35;
}

.splash-cntr .learn-more {
  width: 80%;
  max-width: 500px;
}

.splash-cntr .learn-more .button {
  width: 100%;
}

.splash-cntr .faq-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 0 100px 100px 100px;
  padding: 50px 100px;
  max-width: 1000px;
  width: 100%;
  background-color: #06131f;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container {
    margin: 100px 20px;
    padding: 50px 50px;
  }
}

.splash-cntr .faq-container .faq-header h1 {
  font-family: "roboto-bold";
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  color: white;
}

.splash-cntr .faq-container .faq {
  border: 1px solid #fcaa35;
  margin: 5px 0;
  padding: 10px 10px;
  cursor: pointer;
}

.splash-cntr .faq-container .faq.collapsed {
  border-color: white;
}

.splash-cntr .faq-container .faq.collapsed .answer {
  display: none;
  padding-bottom: 0;
}

.splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fa.fa-plus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fal.fa-plus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .far.fa-plus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fas.fa-plus {
  display: block;
}

.splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fa.fa-minus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fal.fa-minus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .far.fa-minus, .splash-cntr .faq-container .faq.collapsed .question .exp-coll-button .fas.fa-minus {
  display: none;
}

.splash-cntr .faq-container .faq.collapsed:hover {
  border-color: #fcaa35;
}

.splash-cntr .faq-container .faq.collapsed:hover .question p {
  color: #fcaa35;
}

.splash-cntr .faq-container .faq.collapsed:hover .question .exp-coll-button .fa, .splash-cntr .faq-container .faq.collapsed:hover .question .exp-coll-button .fal, .splash-cntr .faq-container .faq.collapsed:hover .question .exp-coll-button .far, .splash-cntr .faq-container .faq.collapsed:hover .question .exp-coll-button .fas {
  color: #fcaa35;
}

.splash-cntr .faq-container .faq .question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.splash-cntr .faq-container .faq .question p {
  font-family: "roboto-medium";
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  flex: 1 1 auto;
  padding-left: 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .question p {
    padding-left: 10px;
  }
}

.splash-cntr .faq-container .faq .question .exp-coll-button {
  color: white;
  height: 23px;
  width: 23px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  border: none;
}

.splash-cntr .faq-container .faq .question .exp-coll-button .fa, .splash-cntr .faq-container .faq .question .exp-coll-button .fal, .splash-cntr .faq-container .faq .question .exp-coll-button .far, .splash-cntr .faq-container .faq .question .exp-coll-button .fas {
  margin: 0;
  border: none;
  color: white;
}

.splash-cntr .faq-container .faq .question .exp-coll-button .fa.fa-plus, .splash-cntr .faq-container .faq .question .exp-coll-button .fal.fa-plus, .splash-cntr .faq-container .faq .question .exp-coll-button .far.fa-plus, .splash-cntr .faq-container .faq .question .exp-coll-button .fas.fa-plus {
  display: none;
}

.splash-cntr .faq-container .faq .answer {
  padding-bottom: 5px;
}

.splash-cntr .faq-container .faq .answer p {
  font-family: "roboto-light";
  font-size: 15px;
  color: white;
  line-height: 1.3;
  padding: 10px 20px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .answer p {
    padding: 10px 10px;
  }
}

.splash-cntr .faq-container .faq .answer .table-container {
  margin: 10px;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .answer .table-container {
    overflow-x: scroll;
  }
}

.splash-cntr .faq-container .faq .answer table.plan-comparison {
  margin: 0;
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .answer table.plan-comparison {
    width: 400px;
  }
}

.splash-cntr .faq-container .faq .answer table.plan-comparison th {
  font-family: "roboto-medium";
  font-size: 15px;
  color: white;
  background-color: #fcaa35;
  text-align: center;
  border: none;
  width: 25%;
  text-transform: uppercase;
  height: 40px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .answer table.plan-comparison th {
    font-size: 13px;
  }
}

.splash-cntr .faq-container .faq .answer table.plan-comparison td {
  width: 25%;
  font-family: "roboto-regular";
  font-size: 15px;
  color: black;
  text-align: center;
  background-color: white;
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  padding: 10px;
  height: 50px;
}

.splash-cntr .faq-container .faq .answer table.plan-comparison td.feature {
  color: white;
  text-align: left;
  background-color: #06131f;
}

@media screen and (max-width: 750px) {
  .splash-cntr .faq-container .faq .answer table.plan-comparison td {
    font-size: 11px;
  }
}

.splash-banner {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .splash-banner.desktop {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .splash-banner.mobile {
    display: none;
  }
}

.premium-title {
  background-position: center;
}

.premium-title h1 {
  padding-top: 80px;
  text-align: center;
  font-size: 30px;
  font-family: 'roboto';
  color: #fcaa35;
}

.premium-title h1 span {
  font-size: 50px;
}

.premium-title p {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'roboto';
  color: #696969;
  font-size: 20px;
  line-height: 1.2;
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (max-width: 550px) {
  .premium-title p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15px;
  }
}

.splash-boxes {
  /*background-color: #1a1a1a;*/
  margin-right: 30px;
  margin-left: 30px;
  padding-left: 7%;
  color: black;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 1px solid #fcaa35;
}

@media screen and (max-width: 550px) {
  .splash-boxes {
    text-align: center;
  }
}

.splash-boxes .splash-box {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

.splash-boxes .splash-box img {
  width: 50px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 550px) {
  .splash-boxes .splash-box img {
    width: 30px;
    float: none;
    margin: 0 auto;
    display: block;
  }
}

.splash-boxes .splash-box h1 {
  font-family: "roboto-bold";
  padding-top: 15px;
  font-size: 22px;
}

.splash-boxes .splash-box p {
  padding-top: 5px;
  font-family: 'roboto';
  font-size: 17px;
}

.section1 {
  margin-right: 10%;
  margin-left: 10%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
}

@media screen and (max-width: 550px) {
  .section1 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

.section1 h1 {
  color: #939393;
  text-align: center;
  font-family: 'roboto';
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section1 .inner-left {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

.section1 .inner-left img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .section1 .inner-left {
    width: 100%;
  }
}

.section1 .inner-right {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.section1 .inner-right h1 {
  color: black;
  text-align: left;
  font-size: 22px;
  padding-top: 0px;
}

@media screen and (max-width: 800px) {
  .section1 .inner-right h1 {
    text-align: center;
    padding-top: 50px;
  }
}

.section1 .inner-right li {
  list-style: none;
  color: black;
  padding-bottom: 25px;
  font-family: 'roboto-thin';
  font-size: 17px;
}

.section1 .inner-right li .fa, .section1 .inner-right li .fal, .section1 .inner-right li .far, .section1 .inner-right li .fas {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  .section1 .inner-right {
    width: 100%;
  }
}

.section2 {
  margin-right: 10%;
  margin-left: 10%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 550px) {
  .section2 {
    margin-right: 0%;
    margin-left: 0%;
  }
}

.section2 .inner-right {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

.section2 .inner-right img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 800px) {
  .section2 .inner-right {
    width: 100%;
  }
}

.section2 .inner-left {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

@media screen and (max-width: 800px) {
  .section2 .inner-left {
    width: 100%;
    padding-top: 0px;
  }
}

.section2 .inner-left h1 {
  color: black;
  text-align: left;
  font-family: 'roboto';
  font-size: 22px;
  padding-bottom: 25px;
}

@media screen and (max-width: 800px) {
  .section2 .inner-left h1 {
    text-align: center;
  }
}

.section2 .inner-left li {
  list-style: none;
  color: black;
  padding-bottom: 25px;
  font-family: 'roboto-thin';
  font-size: 17px;
}

.section2 .inner-left li .fa, .section2 .inner-left li .fal, .section2 .inner-left li .far, .section2 .inner-left li .fas {
  margin-right: 10px;
}

.section2 .inner-left li div {
  margin-left: 10px;
}

.section3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section3 .inner-right {
  padding-top: 30px;
}

.section3 .inner-right h1 {
  font-size: 22px;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media screen and (max-width: 800px) {
  .section3 .inner-right h1 {
    text-align: center;
  }
}

.section3 .inner-right li {
  font-family: 'roboto-thin';
}

.section4 {
  margin-right: 10%;
  margin-left: 10%;
  padding-bottom: 40px;
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .section4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.section4 h1 {
  font-size: 22px;
  font-family: 'roboto';
  padding: 20px;
}

.section4 .button {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section4 .inner-box {
  border: 1px solid #e0e0e0;
  width: 40%;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .section4 .inner-box {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .section4 .inner-box {
    width: 100%;
  }
}

.section4 .inner-box h1 {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  font-size: 18px;
}

.section4 .inner-box h2 {
  text-align: center;
  font-size: 45px;
  padding-top: 40px;
}

.section4 .inner-box p {
  font-size: 14px;
  padding-top: 10px;
}

.section4 .inner-box h3 {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.section4 .inner {
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 800px) {
  .section4 .inner {
    width: 100%;
  }
}

.grey-text {
  color: #b3b3b3 !important;
}

.page-container-left .premium-left-bar {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-container-left .premium-left-bar {
    display: block;
  }
}

.premium-left-bar {
  background-color: white;
}

.premium-left-bar .premium-left-box {
  height: 50px;
  padding-left: 20px;
}

.premium-left-bar .premium-left-box:hover {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .premium-left-bar .premium-left-box {
    padding-left: 0px;
  }
}

.premium-left-bar .premium-left-box img {
  width: 20px;
  float: left;
  padding-top: 14px !important;
}

@media screen and (max-width: 750px) {
  .premium-left-bar .premium-left-box img {
    float: none;
    width: 25px;
    margin: 0 auto;
    display: block;
  }
}

.premium-left-bar .premium-left-box h1 {
  font-size: 14px;
  text-align: left;
  line-height: 50px;
  color: black;
}

@media screen and (max-width: 1200px) {
  .premium-left-bar .premium-left-box h1 {
    text-align: center;
    float: none;
    margin-left: 0px;
    font-size: 11px;
  }
}

.premium-page {
  margin-top: 10px !important;
}

.premium-page .page-container-right .side-bar-title {
  font-size: 17px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.premium-page .page-container-right p {
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.premium-page .page-container-right h1 {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: initial;
  font-family: "roboto-regular";
}

.premium-page .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.premium-page li {
  margin: 20px 0;
  display: inline-block;
  width: 30%;
}

@media screen and (max-width: 500px) {
  .premium-page li {
    width: 100%;
  }
}

.premium-page .game-dropper {
  width: 150px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
}

.credits-section {
  display: none;
}

.details-prem {
  padding-top: 40px;
}

.details-prem p {
  font-size: 12px;
  padding-bottom: 10px;
}

.details-prem input {
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  font-family: "roboto-regular";
  margin-bottom: 30px;
  width: 60%;
}

@media screen and (max-width: 750px) {
  .details-prem input {
    width: 100%;
  }
}

.tipping-position {
  border: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
}

.tipping-position p {
  font-size: 25px !important;
  color: #fcaa35;
}

.tick-box-cntr h1 {
  font-size: 15px;
  font-family: "roboto-regular";
  padding-top: 50px;
  padding-bottom: 20px;
}

.tick-box-cntr form input {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tick-box-cntr form span {
  margin-right: 100px;
}

.subs-box {
  padding-top: 30px;
  padding-bottom: 60px;
}

.subs-box p {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 10px !important;
  font-size: 15px !important;
  text-align: center;
  width: 250px;
}

@media screen and (max-width: 750px) {
  .subs-box p {
    width: 50%;
  }
}

.subs-box p:last-of-type {
  border-left: none;
}

.my-details-section .background-color-wrap {
  padding: 40px;
}

.my-details-section .section-title h1 {
  border-bottom: none;
  margin-left: 0;
}

.my-details-section a:hover p {
  color: black !important;
}

.my-details-section p.enquiries {
  padding-top: 10px;
}

@media screen and (max-width: 750px) {
  .my-details-section .button.update-pref {
    margin-top: 30px;
  }
}

.my-subs-section {
  display: none;
}

.my-subs-section .section-title {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.my-subs-section .section-title .memb-type {
  float: left;
}

.my-subs-section .section-title .memb-type p {
  font-size: 13px;
  font-family: "roboto-regular";
  color: #797979;
}

.my-subs-section .section-title h1 {
  border-bottom: 0;
  float: left;
  text-transform: initial;
  font-family: "roboto-regular";
  font-size: 24px;
  margin-left: 0;
}

.my-subs-section .section-title .button {
  margin-top: 10px;
  line-height: 15px;
}

.my-subs-section .section-title.pad-top {
  padding-top: 20px;
}

@media screen and (max-width: 400px) {
  .my-subs-section .subs-box p:last-of-type {
    line-height: 30px;
  }
}

.my-subs-section .subs-info {
  padding-top: 10px;
}

.my-subs-section .subs-info p {
  font-size: 17px;
  padding-top: 10px;
  text-transform: initial;
  font-family: "roboto-regular";
}

.my-subs-section .subs-info p.small {
  width: 60%;
  line-height: 1.5;
  font-size: 12px;
  text-transform: initial;
  font-family: 'roboto-light';
}

@media screen and (max-width: 750px) {
  .my-subs-section .subs-info p.small {
    font-size: 16px;
    width: unset;
  }
}

@media screen and (max-width: 750px) {
  .my-subs-section .subs-info p {
    width: 100%;
    font-size: 20px;
  }
}

.my-subs-section .subs-info h1 {
  padding-top: 10px;
  font-size: 15px;
  border-bottom: 1px solid;
  width: 70%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .my-subs-section .subs-info h1 {
    width: 100%;
  }
}

.my-subs-section .subs-info h1 span {
  font-size: 12px;
  float: right;
}

.my-subs-section .subs-info .cancel {
  padding-top: 40px;
}

.my-subs-section .button {
  margin-top: 30px;
  padding: 12px 20px;
  min-width: 200px;
  font-size: 15px;
  line-height: 15px;
}

.my-subs-section .button.inactive {
  background-color: #e4e4e4 !important;
  color: #b3b3b3 !important;
}

@media screen and (max-width: 750px) {
  .my-subs-section .button {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 20px;
  }
}

.subs-info-container {
  padding: 40px;
}

.my-subs-section .notifications-pref {
  padding: 40px;
}

.my-subs-section .notifications-pref input[type='checkbox'].apple-switch {
  position: relative;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 40px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #ffffff;
  transition-duration: 200ms;
}

.my-subs-section .notifications-pref input[type='checkbox'].apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

.my-subs-section .notifications-pref input[type='checkbox'].apple-switch:checked {
  border-color: #4ED164;
  box-shadow: inset 20px 0 0 0 #4ED164;
}

.my-subs-section .notifications-pref input[type='checkbox'].apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

.my-subs-section .notifications-pref .service-text {
  padding-bottom: 30px;
}

.my-subs-section .notifications-pref .padding-bottom {
  padding-bottom: 20px;
}

.my-subs-section .notifications-pref .section-title {
  border: 0;
  height: auto;
}

.my-subs-section .notifications-pref .section-title.settings h1 {
  font-family: "roboto-medium";
  font-size: 17px;
}

.my-subs-section .notifications-pref .span1 {
  width: 66.41221%;
  float: left;
  margin-right: 0.76336%;
}

.my-subs-section .notifications-pref .span2 {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  margin: 0 auto;
}

.my-subs-section .notifications-pref .span3 {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  margin: 0 auto;
}

.my-subs-section .notifications-pref p, .my-subs-section .notifications-pref .not-sample {
  font-size: 15px;
  color: black;
  font-family: 'roboto-regular';
}

.my-subs-section .notifications-pref p.light, .my-subs-section .notifications-pref .not-sample.light {
  font-family: "roboto-light";
}

@media screen and (max-width: 750px) {
  .my-subs-section .notifications-pref p, .my-subs-section .notifications-pref .not-sample {
    font-size: 16px;
  }
}

.my-subs-section .notifications-pref .section-title h1, .my-subs-section .notifications-pref .not-sample-title {
  color: black;
  font-family: 'roboto-regular';
  text-transform: initial;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .my-subs-section .notifications-pref .section-title h1, .my-subs-section .notifications-pref .not-sample-title {
    font-size: 16px;
  }
}

.my-subs-section .notifications-pref .section-title h1.pre-sample, .my-subs-section .notifications-pref .not-sample-title.pre-sample {
  font-size: 13px;
  color: #797979;
}

.my-subs-section .notifications-pref .not-sample-title h1 {
  font-size: 15px;
  color: #797979;
}

.my-subs-section .notifications-pref .not-sample {
  margin: 15px 0;
  max-width: 50%;
  font-size: 12px;
  font-family: "roboto-light";
  line-height: 1.5;
  color: #797979;
}

@media screen and (max-width: 750px) {
  .my-subs-section .notifications-pref .not-sample {
    max-width: unset;
  }
}

.my-subs-section .notifications-pref .not-section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}

.my-subs-section .notifications-pref .not-section input[type="text"] {
  border: 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 10px;
  font-family: 'roboto-light-italic';
  min-width: 15em;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .my-subs-section .notifications-pref .not-section input[type="text"] {
    font-size: 16px;
  }
}

.my-subs-section .notifications-pref .not-section input[type="text"]::placeholder {
  color: #b3b3b3;
}

.my-subs-section .notifications-pref .value {
  border-bottom: 1px solid #e0e0e0;
}

.my-subs-section .notifications-pref .not-row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 30px;
}

.my-subs-section .notifications-pref .not-category {
  width: 73.91304%;
  float: left;
  margin-right: 4.34783%;
}

.my-subs-section .notifications-pref .not-option {
  width: 13.04348%;
  float: left;
  margin-right: 4.34783%;
}

.credits-section p {
  font-size: 12px;
  padding-top: 20px;
}

.credits-section .buy-credits {
  width: 73%;
}

@media screen and (max-width: 1050px) {
  .credits-section .buy-credits {
    width: 100%;
  }
}

.credits-section .buy-credits .widget-title {
  margin-bottom: 20px;
}

.credits-section .buy-credits .credits-box-inner:nth-child(3) {
  margin-right: 0px;
}

.credits-section .buy-credits .credits-box-inner .credits-box {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/credits(selected).png");
  border: 1px solid #e0e0e0;
  height: 150px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.credits-section .buy-credits .credits-box-inner .credits-box h1 {
  padding-top: 80px;
  font-size: 25px;
  padding-left: 65%;
}

.credits-section .buy-credits .credits-box-inner .credits-box p {
  font-size: 17px;
  text-align: center;
  padding-top: 15px;
}

.userbox li {
  width: 100%;
  display: block;
}

.jersey-checkbox {
  display: none;
}

input[type="radio"] + img {
  opacity: 0.5;
}

input[type="radio"]:checked + img {
  opacity: 1;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
  font-family: "roboto-regular";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #e0e0e0;
  flex: 0 0 auto;
}

.styled-checkbox:hover + label:before {
  background: #fcaa35;
}

.styled-checkbox:checked + label:before {
  background: #fcaa35;
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: translateY(-50%) rotate(45deg);
}

.styled-checkbox.radio + label:before {
  border-radius: 10px;
}

.styled-checkbox.radio + label:after {
  transform: translateY(-50%);
  box-shadow: none;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.about-content:hover {
  cursor: pointer;
}

.about-content h2 {
  font-size: 15px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}

.about-content p {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: 'roboto';
  line-height: 20px;
}

.about-content ul {
  padding-bottom: 10px;
  font-size: 12px;
  font-family: 'roboto';
  line-height: 20px;
}

.about-content li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 20px;
}

.about-content b {
  font-weight: bold;
}

.about-content i {
  font-style: italic;
}

.faq-box {
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}

.faq-box:hover {
  cursor: pointer !important;
}

.faq-box .fa, .faq-box .fal, .faq-box .far, .faq-box .fas {
  font-size: 15px;
  float: right;
}

.faq-box h1 {
  font-size: 12px;
  font-family: "roboto-medium";
}

.faq-box .faq-inner {
  padding-top: 10px;
  display: none;
}

#subscribe-section {
  display: none;
}

#faq-section {
  display: none;
}

#data-section {
  display: none;
}

.to-win {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/to-win-desktop.png");
}

.top-market {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/top-markets.png");
}

@media screen and (max-width: 1200px) {
  .top-market {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/top-markets-long.png");
  }
}

@media screen and (max-width: 500px) {
  .top-market {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/top-markets.png");
  }
}

.wc-premium-group-bg {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/wc-group-overlay.png");
}

.wc-premium-ko-bg {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/wc-ko-ladder.png");
  height: 1750px !important;
}

@media screen and (max-width: 750px) {
  .wc-premium-ko-bg {
    height: 1400px !important;
  }
}

.predictions {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/prediction.png");
}

@media screen and (max-width: 1200px) {
  .predictions {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/predictions-long.png");
  }
}

@media screen and (max-width: 550px) {
  .predictions {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/prediction.png");
  }
}

.preview-overlay {
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/preview.png");
}

@media screen and (max-width: 1200px) {
  .preview-overlay {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/preview-long.png");
  }
}

@media screen and (max-width: 550px) {
  .preview-overlay {
    background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/premium-cover/overlay/preview.png");
  }
}

.half-width {
  width: 49.5%;
}

@media screen and (max-width: 900px) {
  .half-width {
    width: 100%;
    margin-right: 0px !important;
    float: none;
  }
}

.premium-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
}

.premium-overlay img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.premium-overlay .sidr-logo {
  margin: 0 auto;
  display: block;
}

.premium-overlay .sidr-logo:first-child {
  margin-top: 2.5em;
}

.premium-overlay .signup-btn:hover {
  cursor: pointer;
}

.results-page .value-tabs {
  min-height: 230px;
}

.results-page .top-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.results-page .results-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.results-page .select-tabs h1 {
  font-size: 14px;
  font-family: "roboto-medium";
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .results-page .select-tabs h1 {
    padding-bottom: 10px;
  }
}

.results-page .select-tabs .sports {
  flex: 0 0 100%;
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
}

.results-page .select-tabs .sports .sport-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.results-page .select-tabs .sports p {
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  margin-bottom: 10px;
  width: 80px;
  margin-right: 10px;
}

.results-page .select-tabs .sports p:hover {
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .results-page .select-tabs .sports p {
    font-size: 10px;
  }
}

.results-page .select-tabs .bet-type {
  flex: 0 0 100%;
  width: 100%;
}

.results-page .select-tabs .bet-type .bet-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.results-page .select-tabs .bet-type p {
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.results-page .select-tabs .bet-type p:hover {
  cursor: pointer;
}

.results-page .select-tabs .bet-type p:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 450px) {
  .results-page .select-tabs .bet-type p {
    font-size: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .results-page .select-tabs .bet-type {
    width: 100%;
    flex-basis: 100%;
  }
}

.results-page .select-tabs .bet-type.value-tab {
  flex-basis: 60%;
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .results-page .select-tabs .bet-type.value-tab {
    padding-bottom: 10px;
  }
}

.results-page .select-tabs .bet-type.value-tab p {
  width: 80px;
  margin-right: 10px;
}

@media screen and (max-width: 450px) {
  .results-page .select-tabs .bet-type.value-tab p {
    width: 60px;
  }
}

.results-page .select-tabs .bet-type.value-tab p img {
  width: 20px;
}

.results-page .select-tabs .bet-type.edge-tab {
  width: 40%;
  flex-basis: 40%;
}

.results-page .select-tabs .bet-type.edge-tab p {
  height: 40px;
  width: 40px;
  margin-right: 5%;
}

.results-page .select-tabs .bet-type.edge-tab p img {
  width: 20px;
}

@media screen and (max-width: 1000px) {
  .results-page .select-tabs .bet-type.edge-tab {
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

.results-page .select-tabs .bet-type.edge-tab p.selected {
  background: transparent;
  border: 1px solid #fcaa35 !important;
}

.results-page .main-graph .graph-title {
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  .results-page .main-graph .graph-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.results-page .main-graph .line-btns {
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-left: 10%;
}

.results-page .main-graph .line-btns p {
  font-size: 12px;
  width: 33%;
  margin-right: 0;
  text-align: right;
  color: #e0e0e0;
  float: left;
}

.results-page .main-graph .line-btns p:last-child {
  text-align: right;
  padding-right: 6px;
}

@media screen and (max-width: 1000px) {
  .results-page .main-graph .line-btns p {
    width: 25%;
    margin-right: 0px;
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 950px) {
  .results-page .main-graph .line-btns {
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .results-page .main-graph .line-btns {
    margin-top: 50px;
  }
}

.results-page .main-graph .date-select {
  text-align: right;
  font-size: 12px;
  margin-bottom: 20px;
  width: 100%;
}

.results-page .main-graph .date-select input {
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin: 10px;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/Asset18.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .results-page .main-graph .date-select input {
    width: 35%;
  }
}

.results-page .main-graph .date-select input:hover {
  cursor: pointer;
}

.results-page .main-graph .date-select p {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .results-page .main-graph .date-select {
    position: absolute;
    top: 5px;
    right: 20px;
  }
}

@media screen and (max-width: 550px) {
  .results-page .main-graph .date-select {
    top: 40px;
    text-align: center;
  }
}

.results-page .main-graph .data-boxes {
  border: 1px solid #fcaa35;
  margin-top: 20px;
  height: 70px;
}

.results-page .main-graph .data-boxes .data-box {
  width: 16.03053%;
  float: left;
  margin-right: 0.76336%;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #e0e0e0;
}

.results-page .main-graph .data-boxes .data-box h1 {
  padding-bottom: 5px;
}

@media screen and (max-width: 450px) {
  .results-page .main-graph .data-boxes .data-box h1 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.results-page .main-graph .data-boxes .data-box:last-child {
  margin-right: 0px;
  border-right: 0px;
}

.results-page .main-graph .data-boxes .data-box p {
  color: #ababab;
  font-size: 12px;
  font-family: 'roboto';
}

@media screen and (max-width: 450px) {
  .results-page .main-graph .data-boxes .data-box p {
    font-size: 9px;
  }
}

.results-page .main-graph .result-key {
  width: 100%;
}

.results-page .main-graph .result-key div {
  padding-top: 10px;
  float: left;
  color: #ababab;
  font-size: 12px;
  font-family: 'roboto';
  padding-right: 20px;
}

.results-page .main-graph .result-key div img {
  height: 15px;
  padding-right: 5px;
  vertical-align: sub;
}

.results-page .results-table .widget-title {
  margin-bottom: 0px;
}

.results-page .results-table table {
  width: 100%;
  margin-top: 0px;
  text-align: left;
  font-size: 12px;
}

.results-page .results-table table th {
  border-top: 1px solid #e0e0e0;
  padding: 15px;
  background: #efefef9e;
  width: 14%;
}

.results-page .results-table table td {
  padding: 15px;
}

.results-page .results-table table tr {
  border-top: 1px solid #e0e0e0;
}

.results-page .results-table table tr:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.results-page .results-table table .green {
  color: #60dd63;
}

@media screen and (max-width: 850px) {
  .results-page .results-table table {
    font-size: 10px;
  }
  .results-page .results-table th {
    width: 10% !important;
    padding: 15px 0px !important;
  }
  .results-page .results-table td {
    padding: 15px 0px !important;
  }
}

.sackometer-ctr {
  background-color: white;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}

.sackometer-ctr .sacko-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #06131f;
  color: white;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 15px;
  text-transform: uppercase;
}

.sackometer-ctr .sacko-tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.sackometer-ctr .sacko-tabs .tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  color: black;
  border: 1px solid #e0e0e0;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  border-left: none;
}

.sackometer-ctr .sacko-tabs .tab:first-child {
  border-left: 1px solid #e0e0e0;
}

.sackometer-ctr .sacko-tabs .tab.selected-tab {
  background-color: orange;
  color: white;
  cursor: default;
}

.sackometer-ctr .sacko-list .sacko-team {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-top: none;
  transition: background-color 0.1s linear;
  position: relative;
}

@media screen and (min-width: 751px) {
  .sackometer-ctr .sacko-list .sacko-team:hover {
    background-color: #e0e0e0;
  }
}

.sackometer-ctr .sacko-list .sacko-team .sacko-position {
  flex: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-position {
    flex-basis: 35px;
  }
}

@media screen and (max-width: 350px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-position {
    flex-basis: 30px;
    font-size: 11px;
  }
}

.sackometer-ctr .sacko-list .sacko-team .sacko-jersey {
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-jersey img {
  height: 20px;
}

@media screen and (max-width: 750px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-jersey img {
    height: 15px;
  }
}

.sackometer-ctr .sacko-list .sacko-team .sacko-name {
  flex: 0 0 125px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 13px;
  margin-left: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-name {
    flex-basis: 90px;
  }
}

@media screen and (max-width: 350px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-name {
    flex-basis: 70px;
    font-size: 11px;
  }
}

.sackometer-ctr .sacko-list .sacko-team .sacko-bar-ctr {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-bar-ctr .sacko-bar {
  flex: 0 0 auto;
  height: 25px;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-bar-ctr .sacko-bar.red {
  background-color: red;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-bar-ctr .sacko-bar.green {
  background-color: green;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-bar-ctr .sacko-value {
  flex: 0 0 30px;
  margin-left: 4%;
  width: 16%;
  font-size: 11px;
  text-align: left;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change {
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .sackometer-ctr .sacko-list .sacko-team .sacko-change {
    flex-basis: 40px;
  }
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .symbol {
  font-size: 13px;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .symbol.up {
  color: green;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .symbol.down {
  color: red;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .symbol.even {
  color: #c8d0d8;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .rank-change {
  margin-left: 5px;
  color: #c8d0d8;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .rank-change.up {
  color: green;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .rank-change.down {
  color: red;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .tooltip-sacko .up, .sackometer-ctr .sacko-list .sacko-team .sacko-change .tooltip-sacko .down, .sackometer-ctr .sacko-list .sacko-team .sacko-change .tooltip-sacko .even {
  font-weight: bold;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .tooltip-sacko .up {
  color: green;
}

.sackometer-ctr .sacko-list .sacko-team .sacko-change .tooltip-sacko .down {
  color: red;
}

.sacko-loading {
  min-height: 80px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.sacko-intro {
  padding: 40px;
}

.sacko-intro h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.sacko-intro p {
  font-size: 12px;
  text-align: center;
  font-family: "roboto-regular";
  line-height: 1.5;
}

.mp-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 999;
}

.mp-overlay.ng-hide-add, .mp-overlay.ng-hide-remove {
  transition: all linear 0.5s;
}

.mp-overlay.ng-hide {
  opacity: 0;
}

.orange-bg {
  background-color: #fcaa35 !important;
}

.match-page-slider {
  width: 400px;
  height: 600px;
  max-height: 75%;
  z-index: 999;
  position: fixed;
  top: 5%;
  background-color: white;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.match-page-slider.ng-hide-add, .match-page-slider.ng-hide-remove {
  transition: all linear 0.5s;
}

.match-page-slider.ng-hide {
  opacity: 0;
}

.match-page-slider h1 {
  text-transform: uppercase;
}

.match-page-slider p.subhead {
  margin-top: 0px !important;
  padding-top: 5px !important;
  text-transform: capitalize;
}

.match-page-slider h4 {
  padding-top: 0.5em;
  font-family: 'roboto';
  line-height: 1.2em;
}

@media screen and (max-width: 450px) {
  .match-page-slider {
    margin: 0 auto;
    width: 80%;
    max-height: 85%;
  }
}

.match-page-slider #slideOne {
  left: 0;
}

.match-page-slider #slideTwo {
  display: none;
}

.match-page-slider #slideThree {
  display: none;
}

.match-page-slider #slideFour {
  display: none;
}

.match-page-slider .dots {
  flex: 0 0 auto;
  padding-top: 5px;
}

.match-page-slider .dots .dot {
  display: inline-block;
  margin: 0 5px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  transition: 0.5s;
  background-color: #e0e0e0;
}

.match-page-slider .dots .dot:hover {
  cursor: pointer;
}

.match-page-slider p {
  padding: 10px;
  background-color: #e0e0e0;
  font-size: 14px;
  opacity: 0.8;
}

.match-page-slider p img {
  width: 3%;
  right: 10px;
  top: 10px;
}

.match-page-slider p img:hover {
  cursor: pointer;
}

.match-page-slider #closePopUp {
  position: absolute;
}

.match-page-slider .slide-title {
  font-size: 16px;
  padding: 15px;
}

@media screen and (max-width: 450px) {
  .match-page-slider .slide-title {
    font-size: 16px;
  }
}

.match-page-slider #MPSlider {
  height: calc(100% - 55px);
  position: relative;
}

.match-page-slider .slide-1 {
  width: 100%;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}

.match-page-slider .slide-1.ng-hide {
  opacity: 0;
}

.match-page-slider .slide-1.ng-hide-add, .match-page-slider .slide-1.ng-hide-remove {
  transition: all 0.5s linear;
}

.match-page-slider .slide-1 .fa-chevron-left {
  position: absolute;
  left: 10px;
  top: 35%;
  font-size: 20px;
  opacity: 0.3;
  transition: 0.5s;
}

.match-page-slider .slide-1 .fa-chevron-left:hover {
  cursor: pointer;
  opacity: 1;
}

.match-page-slider .slide-1 .fa-chevron-right {
  position: absolute;
  right: 10px;
  top: 35%;
  font-size: 20px;
  opacity: 0.3;
  transition: 0.5s;
}

.match-page-slider .slide-1 .fa-chevron-right:hover {
  cursor: pointer;
  opacity: 1;
}

.match-page-slider .slide-1 .body-container {
  flex: 1;
  display: flex;
  min-height: 0;
}

.match-page-slider .slide-1 .body-container .body-overflow {
  flex: 1;
  overflow: auto;
}

.match-page-slider .slide-1 img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 450px) {
  .match-page-slider .slide-1 img {
    width: 70%;
  }
}

.match-page-slider .slide-1 p {
  background-color: transparent;
  font-size: 12px;
  width: 90%;
  margin: 0 auto;
  font-family: 'roboto';
  line-height: 26px;
  padding-bottom: 0px;
}

@media screen and (max-width: 450px) {
  .match-page-slider .slide-1 p {
    width: 90%;
    font-size: 11px;
    padding-bottom: 0px;
    margin-top: 10px;
  }
}

.match-page-slider .slide-1 table, .match-page-slider .slide-1 td {
  padding-bottom: 15px;
}

.match-page-slider .slide-1 table strong span, .match-page-slider .slide-1 td strong span {
  font-family: 'roboto-bold';
  font-size: 12px;
}

footer {
  color: white;
  background-color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .left-side {
  width: 39.44954%;
  float: left;
  margin-right: 0.91743%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  footer .left-side {
    display: none;
  }
}

footer .left-side .left-top p {
  font-size: 11px;
  padding-top: 25px;
  font-family: "roboto-regular";
  opacity: 0.5;
  margin-bottom: 10px;
}

footer .left-side .left-top img {
  margin: 0 auto;
  display: block;
  float: left;
  margin-bottom: 15px;
  height: 40px;
  margin-left: 5%;
}

footer .left-side .left-bottom {
  width: 100%;
}

footer .left-side .left-bottom h1 {
  font-size: 14px;
}

footer .left-side .left-bottom h1 img {
  width: 20px;
  vertical-align: text-top;
}

footer .left-side .left-bottom p {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "roboto-regular";
}

footer .right-side {
  width: 59.63303%;
  float: left;
  margin-right: 0.91743%;
  float: right;
  margin-right: 0;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .right-side {
    width: 100%;
  }
}

footer .right-side .right-top {
  padding-top: 30px;
  padding-bottom: 40px;
  height: 50px;
  border-bottom: 1px solid white;
}

@media screen and (max-width: 768px) {
  footer .right-side .right-top {
    padding-bottom: 50px;
    padding-top: 35px;
  }
}

footer .right-side .right-top .footer-links {
  width: 81.83486%;
  float: left;
  margin-right: 0.91743%;
  font-size: 11px;
  font-family: "roboto";
  line-height: 20px;
}

@media screen and (max-width: 1060px) {
  footer .right-side .right-top .footer-links {
    width: 69.72477%;
    float: left;
    margin-right: 0.91743%;
  }
}

@media screen and (max-width: 768px) {
  footer .right-side .right-top .footer-links {
    width: 100%;
    text-align: center;
  }
}

footer .right-side .right-top .footer-links a {
  padding: 5px;
}

@media screen and (max-width: 1200px) {
  footer .right-side .right-top .footer-links a {
    padding: 0px;
  }
}

footer .right-side .right-top .footer-social {
  width: 17.24771%;
  float: left;
  margin-right: 0.91743%;
  margin-right: 0px;
  margin-top: -10px;
  font-size: 16px;
}

@media screen and (max-width: 1060px) {
  footer .right-side .right-top .footer-social {
    width: 29.3578%;
    float: left;
    margin-right: 0.91743%;
    margin-right: 0px;
    margin-top: -5px;
  }
}

@media screen and (max-width: 768px) {
  footer .right-side .right-top .footer-social {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
}

footer .right-side .right-top .footer-social .fa, footer .right-side .right-top .footer-social .fal, footer .right-side .right-top .footer-social .far, footer .right-side .right-top .footer-social .fas {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 100%;
  padding: 5px;
  font-size: 18px;
  padding-left: 3px;
}

footer .right-side .right-top .footer-social .fa:last-child:before, footer .right-side .right-top .footer-social .fal:last-child:before, footer .right-side .right-top .footer-social .far:last-child:before, footer .right-side .right-top .footer-social .fas:last-child:before {
  padding-left: 3px;
  padding-right: 3px;
}

footer .right-side .right-bottom .left {
  width: 24.31193%;
  float: left;
  margin-right: 0.91743%;
}

footer .right-side .right-bottom .left p {
  float: left;
  font-size: 12px;
  font-family: "roboto-regular";
  padding-top: 20px;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  footer .right-side .right-bottom .left p {
    float: none;
    text-align: center;
    padding-top: 25%;
    padding-bottom: 15%;
  }
}

footer .right-side .right-bottom .right-text {
  float: right;
  font-size: 12px;
  font-family: "roboto-regular";
  padding-bottom: 20px;
  opacity: 0.5;
}

footer .right-side .right-bottom .right-text p {
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  footer .right-side .right-bottom .right-text {
    float: none;
    text-align: center;
    opacity: 1;
  }
}

footer .right-side .right-bottom .right {
  width: 74.77064%;
  float: left;
  margin-right: 0.91743%;
  margin-right: 0px;
  margin-top: 20px;
  padding-bottom: 25px;
}

footer .right-side .right-bottom .right p {
  font-size: 12px;
  font-family: "roboto-regular";
  padding-top: 10px;
  opacity: 0.5;
}

footer .right-side .right-bottom .right .fi-logo {
  max-width: 30%;
  max-height: 60px;
  margin-left: 10%;
  margin-right: 10%;
}

footer .right-side .right-bottom .right .hypo-logo {
  max-width: 45%;
  max-height: 60px;
  margin-left: 5px;
}

footer .footer-show {
  display: none;
}

@media screen and (max-width: 768px) {
  footer .footer-show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    height: 50px;
  }
  footer .footer-show .provider {
    padding: 10px 5px 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  footer .footer-show .provider.sportradar {
    flex: 2;
  }
  footer .footer-show .provider img {
    max-height: 100%;
    max-width: 100%;
  }
}

footer .footer-show .mobile-gamble {
  color: white;
}

footer .footer-show .mobile-gamble h1 {
  font-size: 14px;
}

footer .footer-show .mobile-gamble h1 img {
  width: 20px;
  vertical-align: text-top;
}

footer .footer-show .mobile-gamble p {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: "roboto-regular";
}

.afl-nrl .widget-title {
  margin-bottom: 10px;
}

.afl-nrl .bottom-boxes {
  border: 0px;
  padding-bottom: 10px;
}

.afl-nrl .si-preview-wrap {
  width: 49.5%;
}

@media screen and (max-width: 1050px) {
  .afl-nrl .si-preview-wrap {
    width: 100%;
  }
}

.afl-nrl .si-preview-wrap div.preview-tabs {
  min-height: 30px;
}

.afl-nrl .si-preview-wrap div.preview-tabs div.tab {
  font-size: 12px;
  width: 33.3333333333333333%;
  background: #dbdbdb;
  color: black;
  text-transform: uppercase;
  float: left;
  padding: 9px 4px;
  text-align: center;
  cursor: pointer;
}

.afl-nrl .si-preview-wrap div.preview-tabs div.tab.active {
  background: #333333;
  color: #fcaa35;
}

.pre-match-header {
  background-color: #0F1c27;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#featuredGameBar {
  width: 100%;
  background-color: #0F1c27;
  color: white;
  text-transform: uppercase;
  min-height: 50px;
  text-align: center;
  padding: 15px;
  line-height: 20px;
  border: 5px solid #fcaa35;
  margin-bottom: 10px;
}

#featuredGameBar p {
  width: 70%;
  margin: 0 auto;
  font-size: 13px;
  color: white;
}

@media screen and (max-width: 450px) {
  #featuredGameBar p {
    width: 85%;
  }
}

#featuredGameBar p a {
  color: white;
  text-decoration: underline;
}

#featuredGameBar p a:hover {
  color: #fcaa35;
}

.set-betting {
  height: 321px;
}

.set-betting table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.set-betting table tr {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.set-betting table tr:last-child {
  border-bottom: 0px;
}

.set-betting table th {
  border-bottom: 1px solid black;
  padding: 10px;
  vertical-align: middle;
}

.set-betting table td {
  vertical-align: middle;
}

.set-betting table td .emoji-diff {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.set-betting table td img {
  width: 26px;
  margin: 0 auto;
}

.set-betting table td img.emoji {
  width: 20px;
  margin: 0 5px 0 0;
}

.set-betting table td.name-score {
  text-align: left;
}

.set-betting table td.pct {
  width: 20%;
}

#moreMarketsSoon {
  width: 100%;
  background-color: #ebebeb;
  color: #838383;
  min-height: 150px;
  text-align: center;
  padding: 15px;
  border: 1px solid #838383;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#moreMarketsSoon .more-title {
  text-align: center;
  font-family: "roboto-bold";
  font-size: 16px;
  margin-bottom: 10px;
}

#moreMarketsSoon .more-text {
  text-align: center;
  font-family: "roboto-regular";
  font-size: 13px;
  margin-bottom: 10px;
}

#moreMarketsSoon .button-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#moreMarketsSoon .button-row a {
  margin: 0 10px;
}

.fixture-details {
  background-color: #06131f;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
  margin-bottom: 0.625em;
}

@media screen and (max-width: 750px) {
  .fixture-details {
    display: none;
  }
}

.fixture-details.tennis .date-venue {
  height: 100px;
}

.fixture-details.tennis .date-venue-back {
  height: 100px;
}

@media screen and (max-width: 750px) {
  .fixture-details.tennis .fixture-team img {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .fixture-details.tennis .fixture-team {
    padding-left: 10px;
  }
  .fixture-details.tennis .fixture-team.away-team {
    padding-left: 0;
    padding-right: 10px;
  }
}

.fixture-details.mlb {
  height: 100px;
}

@media screen and (max-width: 750px) {
  .fixture-details.mlb {
    display: flex;
  }
}

.fixture-details.mlb .date-venue {
  height: 100px;
}

.fixture-details.mlb .date-venue-back {
  height: 100px;
}

.fixture-details.mlb .fixture-team.away-team .fixture-team-text {
  padding-left: 0;
  padding-right: 5px;
}

.fixture-details.mlb .fixture-team.away-team .starter {
  padding-left: 0;
  padding-right: 5px;
}

.fixture-details.mlb .fixture-team .fixture-team-text {
  padding-left: 5px;
}

.fixture-details.mlb .fixture-team .starter {
  padding-left: 5px;
}

@media screen and (max-width: 750px) {
  .fixture-details.mlb {
    flex-direction: column;
    align-items: stretch;
    height: unset;
  }
  .fixture-details.mlb .fixture-team {
    max-width: unset;
    justify-content: space-between;
    padding: 15px 10px;
  }
  .fixture-details.mlb .fixture-team .fixture-team-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 0;
  }
  .fixture-details.mlb .fixture-team.home-team {
    border-bottom: 5px solid #f2f2f2;
  }
  .fixture-details.mlb .fixture-team.away-team {
    flex-direction: row;
    padding: 15px 10px;
  }
  .fixture-details.mlb .fixture-team.away-team .fixture-team-text {
    padding-left: 5px;
    padding-right: 0;
  }
  .fixture-details.mlb .fixture-team.away-team .starter {
    padding-left: 0;
    padding-right: 10px;
  }
  .fixture-details.mlb .fixture-team .name-rank-combo {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
  }
  .fixture-details.mlb .fixture-team .name-rank-combo .starter {
    text-align: right;
    align-items: flex-end;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 10px;
  }
  .fixture-details.mlb .fixture-team .name-rank-combo .starter .starter-name {
    font-size: 12px;
  }
  .fixture-details.mlb .fixture-team .name-rank-combo .starter .starter-stats {
    font-size: 11px;
  }
  .fixture-details.mlb .date-venue {
    display: none;
  }
  .fixture-details.mlb .date-venue-back {
    display: none;
  }
}

.fixture-details .fixture-team {
  max-width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding-left: 40px;
}

@media screen and (max-width: 750px) {
  .fixture-details .fixture-team {
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .fixture-details .fixture-team {
    padding-left: 10px;
  }
}

.fixture-details .fixture-team.away-team {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 40px;
}

@media screen and (max-width: 750px) {
  .fixture-details .fixture-team.away-team {
    padding-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .fixture-details .fixture-team.away-team {
    padding-right: 10px;
  }
}

.fixture-details .fixture-team.away-team .fixture-team-text {
  text-align: right;
}

.fixture-details .fixture-team.away-team .name-rank-combo .rank {
  text-align: right;
  justify-content: flex-end;
}

.fixture-details .fixture-team.away-team .name-rank-combo .starter {
  text-align: right;
  align-items: flex-end;
}

.fixture-details .fixture-team .name-rank-combo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.fixture-details .fixture-team .name-rank-combo .rank {
  font-size: 12px;
  color: #fcaa35;
  margin-top: 5px;
  font-family: "roboto-light";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.fixture-details .fixture-team .name-rank-combo .rank i {
  font-size: 10px;
  margin-left: 5px;
}

.fixture-details .fixture-team .name-rank-combo .starter {
  font-size: 12px;
  color: #fcaa35;
  margin-top: 5px;
  font-family: "roboto-light";
  text-transform: initial;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.fixture-details .fixture-team .name-rank-combo .starter i {
  font-size: 10px;
  margin-left: 5px;
}

.fixture-details .fixture-team .name-rank-combo .starter .starter-name {
  font-family: "roboto-bold";
  font-size: 13px;
}

.fixture-details .fixture-team .name-rank-combo .starter .starter-stats {
  margin-top: 2.5px;
  font-family: "roboto-light";
  font-size: 12px;
}

.fixture-details .fixture-team img {
  height: 30px;
  margin: 0 10px;
}

@media screen and (max-width: 750px) {
  .fixture-details .fixture-team img {
    height: 20px;
  }
}

.fixture-details .fixture-team .fixture-team-text {
  font-family: "roboto-bold";
  font-size: 15px;
  color: white;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .fixture-details .fixture-team .fixture-team-text {
    font-size: 13px;
  }
}

.fixture-details .date-venue {
  max-width: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #06131f;
  font-size: 13px;
  height: 100px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .fixture-details .date-venue {
    font-size: 11px;
  }
}

.fixture-details .date-venue .round {
  font-family: "roboto-light";
  margin-bottom: 5px;
}

.fixture-details .date-venue .venue {
  margin-top: 5px;
  font-family: "roboto-light";
}

.fixture-details .date-venue .date {
  font-family: "roboto-medium";
}

.fixture-details .date-venue-back {
  content: '';
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30%;
  height: 100px;
  -webkit-transform: skew(30deg) translateX(-50%);
  -moz-transform: skew(30deg) translateX(-50%);
  -ms-transform: skew(30deg) translateX(-50%);
  -o-transform: skew(30deg) translateX(-50%);
  transform: skew(30deg) translateX(-50%);
}

.team-futures {
  margin-bottom: 0.625em;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: white;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 750px) {
  .team-futures {
    display: none;
  }
}

.team-futures .futures-header {
  font-size: 13px;
  font-family: "roboto-medium";
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-futures .futures-header .header-column {
  padding: 15px;
}

.team-futures .futures-header .header-column.team {
  flex: 4 4 1px;
  font-family: "roboto-regular";
}

.team-futures .futures-header .header-column.title-column {
  flex: 2 2 1px;
}

.team-futures .futures-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  font-family: "roboto-regular";
}

.team-futures .futures-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.team-futures .futures-row .team-pct {
  flex: 4 4 1px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  text-align: center;
}

.team-futures .futures-row .futures-name {
  flex: 2 2 1px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  text-align: center;
  font-family: "roboto-regular";
}

.team-switch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.team-switch .team-switch-option {
  flex: 1 1 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7.5px;
  color: #e0e0e0;
  background-color: white;
  font-size: 13px;
  cursor: pointer;
}

.team-switch .team-switch-option.selected {
  background-color: #f2f2f2;
  color: black;
  cursor: default;
}

.team-switch .team-switch-option.selected img {
  opacity: 1;
}

.team-switch .team-switch-option img {
  height: 15px;
  opacity: 0.5;
  margin-right: 5px;
}

.player-most .table-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 320px;
}

.player-most table {
  border-collapse: collapse;
  width: 100%;
}

.player-most table tr {
  font-size: 13px;
}

.player-most table th {
  height: 20px;
  font-size: 9px;
}

.player-most table td {
  height: 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.player-most table td.player {
  width: 80%;
  text-align: left;
  padding-left: 10px;
}

.player-most table td.runs-player {
  width: 40%;
  text-align: left;
  padding-left: 10px;
}

.player-most table td.pct {
  width: 20%;
}

.player-most table td.runs-pct {
  width: 15%;
}

.player-most table td img {
  width: 26px;
  margin-right: 5px;
}

.player-most table td .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.switch-fade-ctr {
  position: relative;
  height: 248px;
}

.switch-fade-ctr .switch-fade {
  position: absolute;
  top: 25px;
  left: 0;
  height: 100%;
  width: 100%;
}

.switch-fade-ctr .switch-fade.ng-enter {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}

.switch-fade-ctr .switch-fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.switch-fade-ctr .switch-fade.ng-leave {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}

.switch-fade-ctr .switch-fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.wc-match .bottom-boxes {
  border: 0px;
  padding-bottom: 10px;
}

.wc-match .top-markets-cntr .inner-boxes {
  padding-top: 30px !important;
}

.wc-match .top-markets-cntr .over-text {
  top: 15px !important;
}

.wc-match .top-markets-cntr .under-text {
  top: 15px !important;
}

.wc-match .live-running-wrap .bottom-boxes h1 {
  margin-top: 7px;
}

.value-sum-ctr .widget-title p {
  color: #e0e0e0;
  font-size: 12px;
  margin-top: 10px;
  font-family: 'roboto';
  text-transform: initial;
}

.value-sum-ctr table {
  width: 100%;
  background-color: #f2f2f2;
  font-size: 11px;
}

.value-sum-ctr table th {
  text-align: left;
  vertical-align: middle;
  padding: 20px;
  padding-bottom: 10px;
  padding-top: 0px;
}

@media screen and (max-width: 1000px) {
  .value-sum-ctr table th {
    padding: 10px;
  }
  .value-sum-ctr table th.smiley-col {
    width: 15%;
  }
}

.value-sum-ctr table td {
  vertical-align: middle;
  padding: 20px;
  font-size: 13px;
}

.value-sum-ctr table td .no-bet {
  opacity: 0.5;
}

@media screen and (max-width: 1000px) {
  .value-sum-ctr table td {
    padding: 10px;
  }
}

.value-sum-ctr table .emoji {
  width: 20px;
}

.value-sum-ctr table tr {
  height: 60px;
}

.value-sum-ctr table .team-jersey {
  width: 30px;
}

.innings-runs-ctr {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  position: relative;
}

@media screen and (max-width: 750px) {
  .innings-runs-ctr {
    flex-direction: column;
    align-items: stretch;
  }
}

.innings-runs-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  flex: 1 1 auto;
  border: 1px solid #e0e0e0;
}

.innings-runs-team.home {
  margin-bottom: 10px;
}

@media screen and (min-width: 751px) {
  .innings-runs-team.home {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 751px) {
  .innings-runs-team.away {
    margin-left: 5px;
  }
  .innings-runs-team.away .inns-runs-groups .inns-runs-option {
    flex-direction: row-reverse;
  }
  .innings-runs-team.away .inns-runs-groups .inns-runs-option .option-name {
    text-align: right;
  }
  .innings-runs-team.away .inns-runs-groups .inns-runs-option .option-bar-ctr {
    justify-content: flex-end;
  }
  .innings-runs-team.away .inns-runs-groups .inns-runs-option .option-bar-ctr .option-bar {
    text-align: left;
  }
}

.innings-runs-team .team-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 15px;
  padding: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}

.innings-runs-team .team-name img {
  height: 20px;
  margin-right: 10px;
}

.innings-runs-team .inns-runs-soon {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  color: #838383;
  font-family: "roboto-regular";
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.innings-runs-team .inns-runs-groups {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.innings-runs-team .inns-runs-groups .inns-runs-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 13px;
}

.innings-runs-team .inns-runs-groups .inns-runs-option .option-name {
  flex: 1 1 1px;
}

.innings-runs-team .inns-runs-groups .inns-runs-option .option-bar-ctr {
  flex: 2 2 1px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.innings-runs-team .inns-runs-groups .inns-runs-option .option-bar-ctr .option-bar {
  text-align: right;
  padding: 5px;
  background-color: #fcaa35;
}

.innings-runs-team .inns-runs-groups .inns-runs-option .option-smiley {
  flex: 1 1 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.afl-nrl-h2h .grey-title {
  text-align: center;
  color: #f6f6f6;
  padding-bottom: 10px;
  font-size: 16px;
}

.afl-nrl-h2h .widget-box-large {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.afl-nrl-h2h .widget-circle img {
  width: 100%;
  background-image: none;
}

.afl-nrl-h2h .widget-img-text-left img {
  width: 35%;
}

.afl-nrl-h2h .widget-img-text-right img {
  width: 35%;
}

.afl-nrl-h2h .emoji-area {
  width: 70px;
  height: 55px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.afl-nrl-h2h .emoji-area img {
  width: 20px;
  margin-right: 7px;
}

.afl-nrl-h2h .emoji-area p {
  padding: 0px !important;
  border: 0px !important;
  width: auto !important;
  font-size: 14px;
}

.afl-nrl-h2h .most-aces {
  background-color: white;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "roboto-bold";
  padding: 30px 40px;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .afl-nrl-h2h .most-aces {
    padding: 0 10px;
    height: 60px;
  }
}

.afl-nrl-h2h .most-aces .most-aces-title {
  flex: 2 2 1px;
  text-transform: uppercase;
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .afl-nrl-h2h .most-aces .most-aces-title {
    font-size: 12px;
  }
}

.afl-nrl-h2h .most-aces .most-aces-left, .afl-nrl-h2h .most-aces .most-aces-right {
  flex: 1 1 1px;
  font-size: 20px;
}

.top-markets-cntr .over-bar {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.top-markets-cntr .over-bar .over-text {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 12px;
}

.top-markets-cntr .over-bar .under-text {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 12px;
}

.top-markets-cntr .inner-boxes {
  padding-top: 30px;
  padding-bottom: 27px;
  height: auto;
  display: block;
}

.top-markets-cntr .inner-boxes p {
  background-color: #f2f2f2 !important;
  font-size: 12px;
}

.top-markets-cntr .inner-boxes .left {
  background-color: rgba(252, 170, 53, 0.5);
  padding: 10px;
}

.top-markets-cntr .inner-boxes .left h1 {
  float: left;
  font-size: 14px;
}

.top-markets-cntr .inner-boxes .right {
  background-color: #fcaa35;
  padding: 10px;
}

.top-markets-cntr .inner-boxes .right h1 {
  float: right;
  font-size: 14px;
}

.top-markets-cntr .emoji-bar {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.top-markets-cntr .emoji-bar .emoji-left {
  width: 50%;
  float: left;
}

.top-markets-cntr .emoji-bar .emoji-left .emoji-box {
  justify-content: flex-start;
}

.top-markets-cntr .emoji-bar .emoji-right {
  width: 50%;
  float: right;
}

.top-markets-cntr .emoji-bar .emoji-right .emoji-box {
  justify-content: flex-end;
}

.top-markets-cntr .emoji-bar .emoji-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.top-markets-cntr .emoji-bar .emoji-box img {
  width: 20px;
  margin-right: 4px;
}

.top-markets-cntr .emoji-bar .emoji-box p {
  font-size: 14px;
  padding: 3px;
}

.top-markets-cntr .emoji-bar.line .emoji-left .emoji-box {
  float: left;
}

.top-markets-cntr .emoji-bar.line .emoji-right .emoji-box {
  float: right;
}

.top-markets-cntr .emoji-bar.line .emoji-box {
  width: 30%;
  justify-content: center;
}

.line-ctr {
  text-align: center;
}

.line-ctr .line-inner {
  background-color: #f2f2f2;
}

.line-ctr .line-inner .emoji-left {
  margin-top: -25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .line-ctr .line-inner .emoji-left {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1030px) {
  .line-ctr .line-inner .emoji-left {
    margin-top: -25px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .line-ctr .line-inner .emoji-left {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

.line-ctr .line-inner .emoji-right {
  margin-top: -25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1200px) {
  .line-ctr .line-inner .emoji-right {
    margin-top: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1030px) {
  .line-ctr .line-inner .emoji-right {
    margin-top: -25px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .line-ctr .line-inner .emoji-right {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}

.line-ctr .line-inner .draw-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding-bottom: 10px;
}

.line-ctr .line-inner .draw-label h1 {
  font-size: 12px;
  padding: 5px;
}

.line-ctr .line-inner .draw-label p {
  font-size: 14px;
}

.line-ctr .line-inner .draw-emoji {
  padding: 5px;
}

.line-ctr .line-inner .draw-emoji .emoji-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.line-ctr .line-inner .draw-emoji .emoji-box img {
  width: 20px;
  float: left;
}

.line-ctr .line-inner .draw-emoji .emoji-box p {
  float: left;
  font-size: 14px;
  padding: 3px;
  padding-left: 7px;
}

.line-ctr .line-right {
  margin-top: 25px;
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
}

.line-ctr .line-right img {
  width: 40px;
}

.line-ctr .line-right h1 {
  font-size: 12px;
  padding: 5px;
}

.line-ctr .line-right p {
  font-size: 14px;
}

.line-ctr .line-middle {
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  padding-bottom: 14px;
}

.line-ctr .line-middle img {
  width: 90%;
}

.line-ctr .line-left {
  margin-top: 25px;
  width: 32.82443%;
  float: left;
  margin-right: 0.76336%;
  margin-right: -0px;
}

.line-ctr .line-left img {
  width: 40px;
}

.line-ctr .line-left h1 {
  font-size: 12px;
  padding: 5px;
}

.line-ctr .line-left p {
  font-size: 14px;
}

.bl-ctr table {
  width: 70%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px;
  padding-top: 21px;
  padding-bottom: 25px;
}

@media screen and (max-width: 450px) {
  .bl-ctr table {
    width: 95%;
  }
}

.bl-ctr table th {
  font-size: 14px;
}

.bl-ctr table td {
  text-align: center;
  vertical-align: middle;
}

.bl-ctr table td img {
  width: 40%;
}

.bl-ctr table td p {
  font-size: 12px;
  padding: 5px;
}

.bl-ctr table td.draw {
  font-size: 12px;
  padding-top: 5px;
}

.fut-ctr .fut-table {
  margin: 0 20px;
  border-collapse: collapse;
  padding-top: 21px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 450px) {
  .fut-ctr .fut-table {
    width: 95%;
  }
}

.fut-ctr .fut-table .fut-header-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: "roboto-bold";
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}

.fut-ctr .fut-table .fut-header {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fut-ctr .fut-table .fut-header img {
  height: 30px;
}

.fut-ctr .fut-table .fut-header.left {
  justify-content: flex-start;
}

.fut-ctr .fut-table .fut-header.left img {
  padding-left: 10px;
  padding-right: 5px;
}

.fut-ctr .fut-table .fut-header.right {
  justify-content: flex-end;
}

.fut-ctr .fut-table .fut-header.right img {
  padding-left: 5px;
  padding-right: 10px;
}

.fut-ctr .fut-table .fut-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  background-color: white;
}

.fut-ctr .fut-table .fut-percent {
  flex: 1 1 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  padding: 5px;
}

.fut-ctr .fut-table .fut-outcome {
  flex: 3 3 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  height: 50px;
  font-size: 14px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: 750px) {
  .premium-overlay img.desktop-widget-cover {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .premium-overlay img.mobile-widget-cover {
    display: none;
  }
}

.form-guide {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-guide .form-guide-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-guide .form-guide-header h1 {
  color: black;
  font-family: "roboto-bold";
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-guide .form-guide-header h2 {
  color: black;
  opacity: 0.5;
  font-family: "roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
}

.form-guide .form-guide-table {
  font-family: "roboto-regular";
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}

.form-guide .form-guide-table thead tr {
  border: 1px solid #e0e0e0;
  background-color: #06131f;
  color: white;
  width: 10%;
}

.form-guide .form-guide-table thead tr.team {
  width: 15%;
}

.form-guide .form-guide-table thead tr.venue {
  width: 25%;
}

.form-guide .form-guide-table thead tr th {
  padding: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 350px) {
  .form-guide .form-guide-table thead tr th {
    padding: 5px;
  }
}

.form-guide .form-guide-table tbody tr {
  border: 1px solid #e0e0e0;
  background-color: white;
}

.form-guide .form-guide-table tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 350px) {
  .form-guide .form-guide-table tbody tr td {
    padding: 5px;
  }
}

.form-guide .form-guide-table tbody tr td.no-meetings {
  font-style: italic;
}

.form-guide .form-guide-table tbody tr td .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.form-guide .form-guide-table tbody tr td .jersey-name-combo img {
  height: 15px;
  margin-right: 5px;
}

.past-bets {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.past-bets .past-bets-header {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .past-bets .past-bets-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.past-bets .past-bets-header h1 {
  color: black;
  font-family: "roboto-bold";
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.past-bets .past-bets-header h2 {
  color: black;
  opacity: 0.5;
  font-family: "roboto-regular";
  font-size: 12px;
  margin-bottom: 0;
}

.past-bets .past-bets-header .results-link {
  border: 1px solid #ababab;
  color: #ababab;
  padding: 10px;
  font-family: "roboto-regular";
  font-size: 13px;
}

.past-bets .past-bets-header .results-link:hover {
  color: black;
  border-color: black;
}

@media screen and (max-width: 750px) {
  .past-bets .past-bets-header .results-link {
    margin-top: 10px;
  }
}

.past-bets .past-bets-ctr {
  font-family: "roboto-regular";
  font-size: 13px;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
  background-color: white;
  padding: 10px;
}

.past-bets .past-bets-ctr .loading {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 13px;
  text-align: center;
}

.past-bets .past-bets-ctr .past-bets-title {
  color: black;
  font-family: "roboto-bold";
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 8px;
  border-bottom: 1px solid black;
  text-align: left;
  margin-left: 10px;
  width: 50%;
  padding-bottom: 7px;
}

@media screen and (max-width: 750px) {
  .past-bets .past-bets-ctr .past-bets-title {
    width: unset;
  }
}

.past-bets .past-bets-ctr .past-bets-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .past-bets .past-bets-ctr .past-bets-row {
    flex-direction: column;
  }
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team {
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .past-bets .past-bets-ctr .past-bets-row .past-bets-team {
    width: 100%;
  }
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header img {
  height: 20px;
  margin-right: 10px;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header h1 {
  flex: 1 1 auto;
  color: black;
  font-family: "roboto-bold";
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header .bet-type-picker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header .bet-type-picker .bet-type {
  font-family: "roboto-medium";
  font-size: 11px;
  padding: 5px 10px;
  cursor: pointer;
  color: #ababab;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header .bet-type-picker .bet-type:hover {
  color: black;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-header .bet-type-picker .bet-type.current-bet {
  color: black;
  cursor: default;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-graph {
  height: 250px;
  border: 1px solid #e0e0e0;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-summary {
  margin-top: 10px;
  border: 1px solid #fcaa35;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-summary .summary-section {
  margin: 5px 0;
  border-right: 1px solid #e0e0e0;
  font-family: "roboto-bold";
  flex: 1 1 1px;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-summary .summary-section:last-child {
  border-right: none;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-summary .summary-section h1 {
  font-size: 13px;
  color: black;
  margin: 5px;
}

.past-bets .past-bets-ctr .past-bets-row .past-bets-team .team-summary .summary-section p {
  font-size: 9px;
  color: #ababab;
  margin: 5px;
}

.live-graph {
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.live-graph .graph-canvas {
  flex: 1;
}

.live-graph .live-graph-toggle {
  flex: 0;
  border: 1px solid #e0e0e0;
  font-family: "roboto-bold";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.live-graph .live-graph-toggle .live-graph-option {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  cursor: pointer;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-graph .live-graph-toggle .live-graph-option:hover {
  background-color: #eff3f6;
}

.live-graph .live-graph-toggle .live-graph-option:last-child {
  border-right: none;
}

.live-graph .live-graph-toggle .live-graph-option.selected-option {
  background-color: #f2f2f2;
}

.live-graph .graph-loading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: "roboto-medium";
  height: 200px;
}

.half-widget-container > :nth-child(even) > div {
  margin-right: 0;
}

.live-projections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #f2f2f2;
  color: white;
  margin-bottom: 10px;
  border: 1px solid #778289;
  width: 100%;
}

.live-projections.abc {
  color: black;
  margin-bottom: 0;
  border: 1px solid #d7e1e8;
}

.live-projections.abc .live-header {
  padding: 15px;
  text-transform: none;
}

.live-projections.abc .live-header .header-multiline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  font-size: 18px;
}

.live-projections.abc .live-header .thin {
  margin-top: 5px;
  font-family: "roboto-light";
  font-size: 12px;
}

.live-projections.abc .live-loading {
  height: 450px;
  background-color: white;
  color: black;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-loading {
    height: 700px;
  }
}

.live-projections.abc .live-error {
  height: 450px;
  background-color: white;
  color: black;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-error {
    height: 700px;
  }
}

.live-projections.abc .live-body {
  height: 450px;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-body {
    height: 700px;
  }
}

.live-projections.abc .live-body .live-left {
  background-color: white;
  border-right: none;
  padding: 20px 10px 20px 20px;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-body .live-left {
    border-bottom: none;
    padding: 10px 10px 5px 10px;
  }
}

.live-projections.abc .live-body .live-left .score-row {
  border: 1px solid #d7e1e8;
  flex: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-body .live-left .score-row {
    flex-basis: 125px;
    margin-bottom: 10px;
  }
}

.live-projections.abc .live-body .live-left .worm-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #d7e1e8;
  padding: 10px 0;
}

.live-projections.abc .live-body .live-left .worm-shell .worm-title {
  font-size: 15px;
  font-family: "roboto-medium";
  text-align: center;
  color: black;
  padding: 10px 0;
  text-transform: none;
}

.live-projections.abc .live-body .live-left .live-indicator {
  border: none;
}

.live-projections.abc .live-body .live-left .live-indicator .indicator-text {
  font-size: 13px;
  font-family: "roboto-regular";
}

.live-projections.abc .live-body .live-right {
  background-color: white;
  padding: 20px 20px 20px 10px;
}

@media screen and (max-width: 1000px) {
  .live-projections.abc .live-body .live-right {
    padding: 5px 10px 10px 10px;
  }
}

.live-projections.abc .live-stats-bar {
  background-color: white;
}

.live-projections.abc .live-stats-bar .live-stats-header {
  color: black;
  border: 1px solid #d7e1e8;
}

.live-projections.abc .live-stats-bar .live-stats-body {
  padding: 0;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-names {
  font-size: 14px;
  padding: 5px 11px;
  border-bottom: 1px solid #d7e1e8;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-names .live-name {
  color: black;
  padding: 0;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-names .live-name.home, .live-projections.abc .live-stats-bar .live-stats-body .live-names .live-name.away {
  flex: 1;
  text-align: center;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-names .live-name.center {
  flex: 3;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-stat {
  border: 1px solid #d7e1e8;
  border-top: none;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-stat.odd {
  background-color: #ebf0f3;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-stat .stat-name {
  color: black;
  font-size: 13px;
}

.live-projections.abc .live-stats-bar .live-stats-body .live-stat .stat-number {
  color: black;
  font-size: 15px;
}

.live-projections .live-header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "roboto-bold";
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color: #0F1c27;
  color: white;
  border-bottom: 1px solid #778289;
  position: relative;
}

.live-projections .live-header.top-border {
  border-top: 1px solid #778289;
}

.live-projections .live-header .load-countdown {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.live-projections .live-header .load-countdown .countdown-circle {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.live-projections .live-header .load-countdown .countdown-circle circle {
  stroke-dasharray: 76px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  stroke: white;
  fill: none;
}

.live-projections .live-header .load-countdown .countdown-circle circle.ticking {
  stroke-dashoffset: 76px;
  animation: live-countdown 30s linear forwards;
}

@keyframes live-countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 76px;
  }
}

.live-projections .live-header .load-countdown .countdown-number {
  position: absolute;
  text-align: center;
  font-size: 11px;
  font-family: "roboto-light";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  text-align: center;
}

.live-projections .live-loading {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0F1c27;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-loading {
    height: 700px;
  }
}

.live-projections .live-error {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0F1c27;
  font-size: 14px;
  padding: 20px;
}

.live-projections .live-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  min-height: 350px;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body {
    flex-direction: column;
    min-height: 700px;
  }
  .live-projections .live-body.no-min-height-mobile {
    min-height: unset;
  }
}

.live-projections .live-body.top-border {
  border-top: 1px solid #778289;
}

.live-projections .live-body .live-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-transform: uppercase;
  border-right: 1px dashed #778289;
  background-color: #0F1c27;
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #778289;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left.full-on-mobile {
    border-bottom: none;
  }
}

.live-projections .live-body .live-left.content-fixed-top {
  justify-content: flex-start;
}

.live-projections .live-body .live-left .live-indicator {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #767676;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.live-projections .live-body .live-left .live-indicator .dot {
  height: 8px;
  width: 8px;
  border-radius: 5px;
  margin-right: 5px;
}

.live-projections .live-body .live-left .live-indicator .dot.red {
  background-color: #e0001b;
}

.live-projections .live-body .live-left .live-indicator .dot.green {
  background-color: #70da24;
}

.live-projections .live-body .live-left .live-indicator .indicator-text {
  font-family: "roboto-light";
  font-size: 10px;
  text-transform: initial;
}

.live-projections .live-body .live-left .live-indicator .indicator-text.large {
  font-size: 11px;
}

.live-projections .live-body .live-left .status-row {
  flex: 0 0 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 10px;
  position: relative;
}

.live-projections .live-body .live-left .status-row .indicator-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.live-projections .live-body .live-left .status-row .indicator-column .live-indicator {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .status-row .indicator-column .live-indicator {
    margin-top: 0;
  }
}

.live-projections .live-body .live-left .status-row .indicator-column .set-number {
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .status-row .indicator-column .set-number {
    transform: translateY(-50%, 100%);
  }
}

.live-projections .live-body .live-left .status-row .set-number {
  font-family: "roboto-light";
  font-size: 10px;
  margin-top: 10px;
}

.live-projections .live-body .live-left .status-row .si-logo {
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 350px) {
  .live-projections .live-body .live-left .status-row .si-logo {
    height: 25px;
  }
}

.live-projections .live-body .live-left .score-row {
  flex: 0 0 150px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
}

.live-projections .live-body .live-left .score-row .team {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "roboto-regular";
  text-transform: initial;
  text-align: center;
}

.live-projections .live-body .live-left .score-row .team img {
  height: 50px;
  margin-bottom: 10px;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row .team {
    font-size: 14px;
  }
  .live-projections .live-body .live-left .score-row .team img {
    height: 35px;
  }
}

.live-projections .live-body .live-left .score-row .team-score {
  flex: 1;
  font-family: "roboto-bold";
  font-size: 20px;
  text-align: center;
}

.live-projections .live-body .live-left .score-row .game-status {
  flex: 2;
  font-family: "roboto-light";
  font-size: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-left .score-row .game-status .bolden {
  font-family: "roboto-bold";
}

.live-projections .live-body .live-left .score-row .game-status .live-indicator {
  margin-bottom: 15px;
}

.live-projections .live-body .live-left .score-row .game-status .scores {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: "roboto-regular";
  width: 100%;
  padding: 0 20px;
}

.live-projections .live-body .live-left .score-row .game-status .scores .score-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 5px;
}

.live-projections .live-body .live-left .score-row .game-status .scores .score-column.centre {
  flex: 2;
}

.live-projections .live-body .live-left .score-row .game-status .scores .main-score {
  font-size: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.live-projections .live-body .live-left .score-row .game-status .scores .main-score.yet-to-bat {
  font-size: 22px;
  align-items: center;
  color: #88949C;
  text-transform: initial;
  font-family: "roboto-bold";
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row .game-status .scores .main-score.yet-to-bat {
    font-size: 16px;
  }
}

.live-projections .live-body .live-left .score-row .game-status .scores .main-score.won {
  color: #70da24;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row .game-status .scores .main-score {
    font-size: 26px;
  }
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  color: grey;
  margin-top: 10px;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score.score-hidden {
  opacity: 0;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score .status {
  color: white;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score .timeout-ctr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score .timeout-icon {
  height: 5px;
  width: 5px;
  border-radius: 15px;
  border: 1px solid #fcaa35;
  background-color: #fcaa35;
  margin-right: 5px;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score .timeout-icon:last-child {
  margin-right: 0;
}

.live-projections .live-body .live-left .score-row .game-status .scores .sub-score .timeout-icon.used {
  background-color: transparent;
}

.live-projections .live-body .live-left .score-row .game-status .scores .score-box {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.live-projections .live-body .live-left .score-row .game-status .scores .score-hyphen {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 0 5px;
}

.live-projections .live-body .live-left .score-row.tennis {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  padding-top: 0;
}

.live-projections .live-body .live-left .score-row.tennis .score-player {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 0 15px;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row.tennis .score-player {
    padding: 0;
  }
}

.live-projections .live-body .live-left .score-row.tennis .score-player .player-flag {
  flex: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .player-flag img {
  max-width: 100%;
  max-height: 50px;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .player-name {
  flex: 15;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  font-family: "roboto-regular";
  font-size: 14px;
  line-height: 1.2;
  text-transform: initial;
  padding-left: 10px;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .player-name .rank {
  color: #fcaa35;
  font-size: 12px;
  margin-top: 5px;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row.tennis .score-player .player-name {
    font-size: 14px;
  }
  .live-projections .live-body .live-left .score-row.tennis .score-player .player-name .rank {
    margin-top: 0;
  }
}

.live-projections .live-body .live-left .score-row.tennis .score-player .serve-indi {
  flex: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .serve-indi img {
  width: 100%;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .total-score {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 15px;
  position: relative;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .total-score.five-set {
  flex: 2;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .total-score:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 0;
  border-right: 1px solid #23282c;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .set-score {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto-light";
  font-size: 15px;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .set-score.five-set {
  flex: 2;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .set-score.dark {
  color: #757f88;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .win-prob {
  flex: 5;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-family: "roboto-medium";
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row.tennis .score-player .win-prob {
    flex: 7;
    margin-left: 10px;
  }
}

.live-projections .live-body .live-left .score-row.tennis .score-player .win-prob .prob-header {
  text-align: center;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  color: #fcaa35;
  font-size: 9px;
  font-family: "roboto-medium";
  text-transform: initial;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .win-prob .prob-pct {
  text-align: center;
}

.live-projections .live-body .live-left .score-row.tennis .score-player .win-prob .prob-bar {
  position: absolute;
  bottom: 25%;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .team img {
    height: 35px;
  }
}

.live-projections .live-body .live-left .score-row.bbl .team .team-name .nickname {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .nickname {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .nickname {
    display: inline;
  }
}

@media screen and (max-width: 500px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .nickname {
    display: none;
  }
}

.live-projections .live-body .live-left .score-row.bbl .team .team-name .abv {
  display: none;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .abv {
    display: inline;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .abv {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .live-projections .live-body .live-left .score-row.bbl .team .team-name .abv {
    display: inline;
  }
}

.live-projections .live-body .live-left .score-row.bbl .game-status {
  flex: 3;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores {
  padding: 0;
  align-items: stretch;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .score-column {
  flex: 2;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .score-column.centre {
  flex: 1;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .main-score {
  font-size: 26px;
  text-transform: initial;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .main-score .chevron {
  font-size: 22px;
  line-height: 26px;
  color: #70da24;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .game-status .scores .main-score .chevron {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .game-status .scores .main-score {
    font-size: 20px;
  }
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .sub-score {
  color: #fcaa35;
  font-size: 14px;
}

.live-projections .live-body .live-left .score-row.bbl .game-status .scores .sub-score .status {
  font-size: 12px;
  color: #88949C;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .score-row.bbl .game-status .scores .sub-score {
    font-size: 13px;
  }
  .live-projections .live-body .live-left .score-row.bbl .game-status .scores .sub-score.status {
    font-size: 11px;
  }
}

.live-projections .live-body .live-left .match-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  color: #03213a;
  text-transform: none;
  font-size: 13px;
  font-family: "roboto-regular";
  text-align: center;
  padding: 10px 0;
}

.live-projections .live-body .live-left .match-info-section .match-info-row {
  padding: 5px 10px;
}

.live-projections .live-body .live-left .status-string-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 10px;
}

.live-projections .live-body .live-left .status-string-section .status-string-banner {
  text-transform: initial;
  text-align: center;
  font-family: "roboto-regular";
  color: #88949C;
  padding: 10px 10px;
  font-size: 12px;
  background-color: #10212F;
  border-radius: 60px;
}

.live-projections .live-body .live-left .prob-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  padding: 10px;
}

.live-projections .live-body .live-left .prob-row.bbl {
  padding: 25px 10px;
  flex: unset;
}

.live-projections .live-body .live-left .prob-row .prob-value {
  flex: 1;
  font-family: "roboto-regular";
  font-size: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-left .prob-row .prob-centre {
  flex: 2;
  font-family: "roboto-regular";
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: initial;
}

.live-projections .live-body .live-left .prob-row .prob-centre .prob-label {
  margin-bottom: 10px;
}

.live-projections .live-body .live-left .prob-row.tennis .prob-value .prob-name {
  flex: 1;
  font-size: 12px;
  font-family: "roboto-regular";
  text-transform: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}

.live-projections .live-body .live-left .prob-row.tennis .prob-value .prob-pct {
  flex: 1;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-left .other-row {
  flex: 0 0 125px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.live-projections .live-body .live-left .other-row .other-block {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  background-color: #10212F;
  margin-right: 20px;
}

.live-projections .live-body .live-left .other-row .other-block:last-child {
  margin-right: 0;
}

.live-projections .live-body .live-left .other-row .other-block .other-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.live-projections .live-body .live-left .other-row .other-block .other-left img {
  height: 30px;
  margin-bottom: 10px;
}

.live-projections .live-body .live-left .other-row .other-block .other-left .far {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fcaa35;
}

.live-projections .live-body .live-left .other-row .other-block .other-left .player-name {
  font-family: "roboto-regular";
  font-size: 12px;
  text-transform: initial;
  margin: 3px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcaa35;
}

.live-projections .live-body .live-left .other-row .other-block .other-left .other-mark {
  font-family: "roboto-regular";
  font-size: 13px;
  color: #fcaa35;
}

.live-projections .live-body .live-left .other-row .other-block .other-left .other-mark.small {
  font-size: 13px;
  margin: 3px 0;
}

.live-projections .live-body .live-left .other-row .other-block .other-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-left .other-row .other-block .other-right .other-pct {
  font-family: "roboto-regular";
  font-size: 18px;
  margin-bottom: 5px;
}

.live-projections .live-body .live-left .other-row .other-block .other-right .other-label {
  margin-top: 5px;
  font-family: "roboto-medium";
  font-size: 11px;
  text-align: center;
  color: #78828a;
}

.live-projections .live-body .live-left .players-row {
  flex: 0 0 125px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .players-row {
    flex-direction: column;
    flex-basis: 225px;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .players-row {
    flex-direction: row;
    flex-basis: 125px;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row {
    flex-direction: column;
    flex-basis: 225px;
  }
}

.live-projections .live-body .live-left .players-row .players-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  background-color: #10212F;
  font-size: 11px;
  text-transform: initial;
  min-height: 85px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row .players-block {
    font-size: 13px;
  }
}

.live-projections .live-body .live-left .players-row .players-block.detailed {
  justify-content: flex-start;
}

.live-projections .live-body .live-left .players-row .players-block.detailed table {
  height: 100%;
  width: 100%;
  text-align: left;
  border: none;
  min-height: 65px;
}

.live-projections .live-body .live-left .players-row .players-block.detailed table th {
  font-size: 10px;
  color: #fcaa35;
  font-family: "roboto-medium";
  vertical-align: middle;
  padding-bottom: 7px;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row .players-block.detailed table th {
    font-size: 12px;
  }
}

.live-projections .live-body .live-left .players-row .players-block.detailed table tr:last-child td {
  padding-bottom: 0;
}

.live-projections .live-body .live-left .players-row .players-block.detailed table td {
  color: #88949C;
  font-family: "roboto-medium";
  vertical-align: middle;
  padding-bottom: 2px;
}

.live-projections .live-body .live-left .players-row .players-block.detailed table .centred {
  text-align: center;
  font-family: "roboto-regular";
}

.live-projections .live-body .live-left .players-row .players-block.batsmen {
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .live-left .players-row .players-block.batsmen {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-left .players-row .players-block.batsmen {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row .players-block.batsmen {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.live-projections .live-body .live-left .players-row .players-block .players-title {
  color: #fcaa35;
  font-family: "roboto-medium";
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row .players-block .players-title {
    font-size: 12px;
    margin-bottom: 13px;
  }
}

.live-projections .live-body .live-left .players-row .players-block .players-title .click-prompt {
  color: #88949C;
  text-transform: initial;
  font-family: "roboto-light";
  text-align: right;
}

.live-projections .live-body .live-left .players-row .players-block .players-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #88949C;
  font-family: "roboto-medium";
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .live-left .players-row .players-block .players-line {
    margin-bottom: 8px;
  }
}

.live-projections .live-body .live-left .players-row .players-block .players-line:last-child {
  margin-bottom: 0;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-icon {
  width: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-icon img {
  width: 11px;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-icon img.ball {
  width: 8px;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-name {
  flex: 3;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-stats {
  flex: 1;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-stats.right-align {
  text-align: right;
  padding-right: 2px;
}

.live-projections .live-body .live-left .players-row .players-block .players-line .players-stats.left-align {
  text-align: left;
}

.live-projections .live-body .live-left .prob-bar {
  width: 100%;
  height: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2.5px;
}

.live-projections .live-body .live-left .prob-bar.thick {
  height: 6px;
  border-radius: 5px;
}

.live-projections .live-body .live-left .prob-bar.thick .prob-bar-inner {
  border-radius: 5px;
}

.live-projections .live-body .live-left .prob-bar.orange {
  background-color: #f9d8a9;
}

.live-projections .live-body .live-left .prob-bar.orange .prob-bar-inner {
  background-color: #fcaa35;
}

.live-projections .live-body .live-left .prob-bar.orange-white {
  background-color: white;
}

.live-projections .live-body .live-left .prob-bar.orange-white .prob-bar-inner {
  background-color: #fcaa35;
}

.live-projections .live-body .live-left .prob-bar.blue {
  background-color: #102c4b;
}

.live-projections .live-body .live-left .prob-bar.blue .prob-bar-inner {
  background-color: #2e7ecd;
}

.live-projections .live-body .live-left .prob-bar .prob-bar-inner {
  border-radius: 2.5px;
  height: 100%;
}

.live-projections .live-body .live-right {
  flex: 1;
  display: block;
  width: 50%;
  min-height: 350px;
  background-color: #0F1c27;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-right {
    width: 100%;
    height: 350px;
  }
  .live-projections .live-body .live-right.bbl {
    height: unset;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-right.desktop-only {
    display: none;
  }
}

.live-projections .live-body .live-full {
  flex: 1;
  display: block;
  width: 100%;
  min-height: 350px;
  background-color: #0F1c27;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .live-full {
    width: 100%;
  }
}

.live-projections .live-body .live-graph-toggle {
  height: 35px;
  border-bottom: 1px solid #778289;
  font-family: "roboto-bold";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.live-projections .live-body .live-graph-toggle .live-graph-option {
  flex: 1;
  border-right: 1px solid #778289;
  cursor: pointer;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .live-graph-toggle .live-graph-option:hover {
  background-color: #23282c;
}

.live-projections .live-body .live-graph-toggle .live-graph-option:last-child {
  border-right: none;
}

.live-projections .live-body .live-graph-toggle .live-graph-option.selected-option {
  background-color: #fcaa35;
}

.live-projections .live-body .graph-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: "roboto-medium";
  height: 315px;
}

.live-projections .live-body .graph-ctr {
  flex: 0;
  position: relative;
  height: 280px;
}

.live-projections .live-body .graph-ctr.worm-ctr {
  flex: 0 0 auto;
  height: 180px;
  padding: 0;
  width: 100%;
  text-transform: none;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .graph-ctr.worm-ctr {
    height: 120px;
  }
}

.live-projections .live-body .graph-ctr.worm-ctr .live-graph-canvas {
  height: 180px;
  left: 50%;
  width: 90%;
  max-width: 800px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .graph-ctr.worm-ctr .live-graph-canvas {
    height: 120px;
  }
}

.live-projections .live-body .graph-ctr .watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0.1;
  z-index: 1;
}

.live-projections .live-body .live-link {
  padding: 10px;
  font-size: 12px;
  font-family: "roboto-bold";
  color: #fcaa35;
  text-align: center;
  text-transform: uppercase;
  height: 35px;
  margin-top: 15px;
}

.live-projections .live-body .live-graph-canvas {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 280px;
  z-index: 2;
}

.live-projections .live-body .live-graph-canvas.hidden-graph {
  opacity: 0;
  z-index: -1;
}

.live-projections .live-body .amfb-status-ctr, .live-projections .live-body .bb-status-ctr {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.live-projections .live-body .amfb-status-ctr.desktop-only, .live-projections .live-body .bb-status-ctr.desktop-only {
  padding: 20px 40px;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .amfb-status-ctr.desktop-only, .live-projections .live-body .bb-status-ctr.desktop-only {
    display: none;
  }
}

.live-projections .live-body .amfb-status-ctr.mobile-only, .live-projections .live-body .bb-status-ctr.mobile-only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .amfb-status-ctr.mobile-only, .live-projections .live-body .bb-status-ctr.mobile-only {
    display: flex;
  }
}

.live-projections .live-body .amfb-status-ctr .quarter-table, .live-projections .live-body .bb-status-ctr .quarter-table {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: white;
  border-collapse: collapse;
  margin-bottom: 10px;
  text-transform: initial;
}

.live-projections .live-body .amfb-status-ctr .quarter-table thead tr th, .live-projections .live-body .bb-status-ctr .quarter-table thead tr th {
  padding: 5px;
  font-size: 11px;
  font-family: "roboto-regular";
  color: #505c64;
  width: 12%;
}

.live-projections .live-body .amfb-status-ctr .quarter-table thead tr th.team, .live-projections .live-body .bb-status-ctr .quarter-table thead tr th.team {
  width: 40%;
}

.live-projections .live-body .amfb-status-ctr .quarter-table tbody tr, .live-projections .live-body .bb-status-ctr .quarter-table tbody tr {
  border: 1px solid #778289;
}

.live-projections .live-body .amfb-status-ctr .quarter-table tbody tr td, .live-projections .live-body .bb-status-ctr .quarter-table tbody tr td {
  padding: 5px;
  font-size: 13px;
  font-family: "roboto-regular";
}

.live-projections .live-body .amfb-status-ctr .quarter-table tbody tr td.team, .live-projections .live-body .bb-status-ctr .quarter-table tbody tr td.team {
  font-family: "roboto-medium";
  text-align: left;
}

.live-projections .live-body .amfb-status-ctr .quarter-table tbody tr td.team .team-ctr, .live-projections .live-body .bb-status-ctr .quarter-table tbody tr td.team .team-ctr {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.live-projections .live-body .amfb-status-ctr .quarter-table tbody tr td.team .ball-icon, .live-projections .live-body .bb-status-ctr .quarter-table tbody tr td.team .ball-icon {
  margin-left: 5px;
  height: 11px;
}

.live-projections .live-body .amfb-status-ctr .last-play, .live-projections .live-body .bb-status-ctr .last-play {
  padding: 10px 0;
  font-family: "roboto-regular";
  font-size: 11px;
  text-transform: initial;
}

.live-projections .live-body .amfb-status-ctr .last-play .lp-heading, .live-projections .live-body .bb-status-ctr .last-play .lp-heading {
  font-family: "roboto-bold";
}

.live-projections .live-body .amfb-status-ctr .ball-position-summary, .live-projections .live-body .bb-status-ctr .ball-position-summary {
  background-color: #173963;
  font-family: "roboto-bold";
  font-size: 13px;
  color: white;
  margin: -2px 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .amfb-status-ctr .ball-position-summary, .live-projections .live-body .bb-status-ctr .ball-position-summary {
    margin: -2px 25px 0;
  }
}

.live-projections .live-body .bbl-status-ctr {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr {
    height: unset;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr {
    height: unset;
  }
}

.live-projections .live-body .bbl-status-ctr .pitch-column {
  flex: 1;
  max-width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 18px;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .pitch-column {
    padding: 15px;
    max-width: 100px;
  }
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram {
    margin-bottom: 0;
  }
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr {
  position: absolute;
  transform: translate(-50%, -50%);
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr:hover {
  z-index: 5;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr:hover .ball-dot-tooltip {
  display: flex;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr .ball-dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #0F1c27;
  border: 1px solid white;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr .ball-dot.boundary {
  background-color: #fcaa35;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr .ball-dot.wicket {
  background-color: #f61515;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr .ball-dot-tooltip {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: white;
  z-index: 3;
  color: black;
  border: 1px solid #fcaa35;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  min-width: 100px;
}

.live-projections .live-body .bbl-status-ctr .pitch-column .pitch-diagram .ball-dot-ctr .ball-dot-tooltip .bat-icon {
  height: 11px;
  margin-right: 2px;
}

.live-projections .live-body .bbl-status-ctr .main-column {
  flex: 3;
  padding: 18px 18px 18px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .main-column {
    padding: 15px 15px 15px 0;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary {
  font-family: "roboto-regular";
  font-size: 11px;
  color: #88949C;
  min-height: 75px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: justify;
  line-height: 1.5;
  padding: 0 0 11px 11px;
  letter-spacing: 0.1px;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary {
    display: none;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary.boxed {
  display: none;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 20px;
  flex: 1;
  background-color: #10212F;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary.boxed {
    display: flex;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary.boxed {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary.boxed {
    display: flex;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary .last-ball-title {
  font-family: "roboto-regular";
  font-size: 11px;
  text-transform: uppercase;
  color: #fcaa35;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.live-projections .live-body .bbl-status-ctr .main-column .last-ball-summary .full-toggle {
  color: #fcaa35;
  cursor: pointer;
  font-family: "roboto-light";
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 11px;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding-left: 10px;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-title {
  margin-right: 10px;
  color: #fcaa35;
  font-size: 11px;
  font-family: "roboto-regular";
  text-align: left;
  text-transform: uppercase;
  height: 48px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over .co-title {
    margin-right: 0;
    margin-bottom: 10px;
    height: unset;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over .co-title {
    margin-right: 10px;
    margin-bottom: 0;
    height: 48px;
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over .co-title {
    margin-right: 0;
    margin-bottom: 10px;
    height: unset;
    padding-bottom: 0;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter {
  width: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 500px) {
  .live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter {
    width: 15px;
  }
  .live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter .fal {
    font-size: 13px;
  }
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter .co-left-shift {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter .co-right-shift {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-shifter .fal {
  color: #88949C;
  font-size: 17px;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr {
  flex: 4;
  max-width: 185px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-circle {
  height: 25px;
  width: 25px;
  border-radius: 25px;
  border: 1px solid #88949C;
  color: #88949C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  font-size: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-circle.boundary {
  border: none;
  background-color: #fcaa35;
  color: white;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-circle.wicket {
  border: none;
  background-color: #f61515;
  color: white;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-circle.empty {
  opacity: 0.5;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-number {
  font-size: 10px;
  font-family: "roboto-light";
  color: #88949C;
  text-align: center;
}

.live-projections .live-body .bbl-status-ctr .main-column .current-over .co-ball-ctr .co-ball .co-ball-number.empty {
  opacity: 0;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles {
    display: none;
  }
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out {
  display: none;
  padding-left: 10px;
  flex-direction: column;
  justify-content: center;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out .pitch-option {
  flex-direction: row;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 5px;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out .pitch-option:last-child {
  margin-bottom: 0;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out .pitch-option .icon {
  margin-bottom: 0;
  margin-right: 5px;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out .pitch-option .label {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out {
    display: flex;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .bbl-status-ctr .pitch-toggles.split-out {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option:last-child {
  margin-right: 0;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option.selected-option {
  cursor: default;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option.selected-option .icon {
  border: 1px solid #fcaa35;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option.selected-option .icon:after {
  display: block;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option .icon {
  height: 12px;
  width: 12px;
  border-radius: 14px;
  border: 1px solid #B5B9BB;
  margin-bottom: 5px;
  position: relative;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option .icon:after {
  display: none;
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #fcaa35;
  border-radius: 8px;
}

.live-projections .live-body .bbl-status-ctr .pitch-toggles .pitch-option .label {
  flex: 1;
  font-size: 11px;
  color: #B5B9BB;
  font-family: "roboto-medium";
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .metric-section {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .metric-section {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .metric-section {
    display: none;
  }
}

.live-projections .live-body .metric-section.split-out {
  padding: 10px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .metric-section.split-out {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .metric-section.split-out {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .metric-section.split-out {
    display: block;
  }
}

.live-projections .live-body .metric-tooltip {
  position: relative;
  cursor: pointer;
  margin-left: -5px;
  padding: 5px;
  color: #88949C;
}

.live-projections .live-body .metric-tooltip:hover .tooltip-content {
  display: block;
}

.live-projections .live-body .metric-tooltip .tooltip-content {
  display: none;
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  min-width: 150px;
  height: auto;
  border: 1px solid #fcaa35;
  color: black;
  text-align: center;
  background-color: white;
  text-transform: initial;
  padding: 10px;
  line-height: 1.4;
  font-size: 11px;
  font-family: "roboto-regular";
}

.live-projections .live-body .metric-tooltip .tooltip-content a {
  color: orange;
}

.live-projections .live-body .metric-tooltip .tooltip-content a:hover {
  color: black;
}

.live-projections .live-body .metric-bar {
  width: 100%;
  height: 6px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 5px;
}

.live-projections .live-body .metric-bar.orange {
  background-color: #f9d8a9;
}

.live-projections .live-body .metric-bar.orange .metric-bar-inner {
  background-color: #fcaa35;
}

.live-projections .live-body .metric-bar.orange-white {
  background-color: white;
}

.live-projections .live-body .metric-bar.orange-white .metric-bar-inner {
  background-color: #fcaa35;
}

.live-projections .live-body .metric-bar.blue {
  background-color: #102c4b;
}

.live-projections .live-body .metric-bar.blue .metric-bar-inner {
  background-color: #2e7ecd;
}

.live-projections .live-body .metric-bar .metric-bar-inner {
  border-radius: 5px;
  height: 100%;
}

.live-projections .live-body .player-metric-table {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #57646E;
  padding: 6px 10px;
  margin-bottom: 5px;
  min-height: 43px;
}

.live-projections .live-body .player-metric-table:last-child {
  margin-bottom: 0;
}

.live-projections .live-body .player-metric-table:hover, .live-projections .live-body .player-metric-table:active {
  background-color: rgba(22, 39, 53, 0.45);
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .player-metric-table {
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .player-metric-table {
    flex-direction: row;
  }
}

.live-projections .live-body .player-metric-table .metric-title {
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "roboto-regular";
  color: #fcaa35;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .player-metric-table .metric-title {
    width: unset;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .player-metric-table .metric-title {
    width: 100px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .player-metric-table .metric-title {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .live-projections .live-body .player-metric-table .metric-title {
    font-size: 11px;
    width: 91px;
  }
}

.live-projections .live-body .player-metric-table .metric-row-ctr {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.live-projections .live-body .player-metric-table .metric-row-ctr .metric-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.live-projections .live-body .player-metric-table .metric-row-ctr .metric-row:last-child {
  margin-bottom: 0;
}

.live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-name {
  flex: 5;
  text-align: left;
  color: #88949C;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-name {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-name {
    font-size: 11px;
  }
}

.live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-bar {
  flex: 2;
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-bar {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-bar {
    display: block;
  }
}

.live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-value {
  width: 50px;
  color: white;
  font-size: 12px;
  text-align: right;
  font-family: "roboto-regular";
}

@media screen and (max-width: 1200px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-value {
    width: 40px;
  }
}

@media screen and (max-width: 750px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-value {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  .live-projections .live-body .player-metric-table .metric-row-ctr .metric-row .metric-value {
    font-size: 12px;
  }
}

.live-projections .live-body .field-diagram-ctr {
  height: auto;
  max-width: 100%;
}

.live-projections .live-bottom {
  height: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.live-projections .live-stats-bar {
  margin: 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background-color: #10212F;
}

.live-projections .live-stats-bar.desktop-only {
  margin: 0;
  border-top: 1px solid #778289;
}

@media screen and (max-width: 750px) {
  .live-projections .live-stats-bar.desktop-only {
    display: none;
  }
}

.live-projections .live-stats-bar.desktop-only .live-stats-header .live-stats-title {
  text-transform: uppercase;
}

.live-projections .live-stats-bar.desktop-only .live-stats-header .live-stats-icon {
  font-size: 13px;
}

.live-projections .live-stats-bar.mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .live-projections .live-stats-bar.mobile-only {
    display: flex;
  }
}

.live-projections .live-stats-bar.compact {
  margin: 0;
  height: 100%;
  background-color: transparent;
}

.live-projections .live-stats-bar.compact .live-stats-header {
  height: unset;
  padding: 15px 10px;
  cursor: default;
}

.live-projections .live-stats-bar.compact .live-stats-header .live-stats-title {
  font-size: 15px;
  font-family: "roboto-medium";
}

.live-projections .live-stats-bar.compact .live-stats-body {
  justify-content: space-around;
  flex: 1;
}

.live-projections .live-stats-bar.compact .live-stats-body .live-stat {
  padding: 10px;
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .live-projections .live-stats-bar.compact .live-stats-body .live-stat {
    padding: 5px 10px;
  }
}

.live-projections .live-stats-bar .live-stats-header {
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
  color: white;
  cursor: pointer;
}

.live-projections .live-stats-bar .live-stats-header .live-stats-title {
  flex: 3;
  font-size: 13px;
  text-align: center;
  font-family: "roboto-bold";
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.live-projections .live-stats-bar .live-stats-header .live-stats-title i {
  position: absolute;
  top: 50%;
  left: calc(50% + 50px);
  transform: translate(-50%, -50%);
  margin-left: 15px;
  font-size: 10px;
}

.live-projections .live-stats-bar .live-stats-header .live-stats-icon {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 10px;
}

.live-projections .live-stats-bar .live-stats-header .live-stats-icon img {
  height: 15px;
  margin-right: 5px;
}

.live-projections .live-stats-bar .live-stats-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
}

.live-projections .live-stats-bar .live-stats-body .live-names {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-regular";
  padding: 15px 0;
  font-size: 11px;
  text-align: center;
  text-transform: initial;
}

.live-projections .live-stats-bar .live-stats-body .live-names .live-name {
  flex: 3;
  color: white;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

.live-projections .live-stats-bar .live-stats-body .live-names .live-name.home {
  text-align: left;
}

.live-projections .live-stats-bar .live-stats-body .live-stats-teams {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.live-projections .live-stats-bar .live-stats-body .live-stat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-regular";
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  text-transform: initial;
}

.live-projections .live-stats-bar .live-stats-body .live-stat .stat-number {
  flex: 1;
  color: #fcaa35;
}

.live-projections .live-stats-bar .live-stats-body .live-stat .stat-name {
  flex: 3;
  color: white;
}

.match-loading {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-regular";
  font-size: 13px;
  padding: 20px;
  background-color: white;
  clear: both;
}

.sports-hub-header {
  height: 80px;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0px 4px 12px -3px black;
  -moz-box-shadow: inset 0px 4px 12px -3px black;
  box-shadow: inset 0px 4px 12px -3px black;
}

@media screen and (max-width: 750px) {
  .sports-hub-header {
    height: 80px;
    padding: 20px 20px;
  }
}

.sports-hub-header img {
  height: 25px;
}

@media screen and (max-width: 350px) {
  .sports-hub-header img {
    height: 20px;
  }
}

.sports-hub-header .header-text {
  text-align: left;
  font-family: "roboto-bold";
  font-size: 20px;
  line-height: 1.2;
  color: white;
  text-transform: uppercase;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .sports-hub-header .header-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 350px) {
  .sports-hub-header .header-text {
    font-size: 15px;
  }
}

.sports-hub-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sports-hub-content .sports-hub-column {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 20px;
}

.sports-hub-content .sports-hub-column.large {
  flex: 2.5 2.5 0;
}

@media screen and (max-width: 1000px) {
  .sports-hub-content .sports-hub-column.large {
    flex: 2 2 0;
  }
}

.sports-hub-content .sports-hub-column:last-child {
  margin-right: 0;
}

.sports-hub-content.mobile {
  flex-direction: column;
  align-items: stretch;
  display: none;
}

@media screen and (max-width: 750px) {
  .sports-hub-content.mobile {
    display: flex;
  }
}

@media screen and (max-width: 750px) {
  .sports-hub-content.desktop {
    display: none;
  }
}

.hub-sched-widget {
  background-color: white;
  margin-bottom: 10px;
}

.hub-sched-widget.embed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
}

.hub-sched-widget.embed .hub-sched-ctr {
  flex: 1;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: auto;
}

@media screen and (max-width: 1000px) {
  .hub-sched-widget.embed .hub-sched-ctr {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .hub-sched-widget.embed .hub-sched-ctr a {
    flex: 0 0 50%;
  }
  .hub-sched-widget.embed .hub-sched-ctr a:nth-child(2n) {
    padding-left: 1.5px;
  }
  .hub-sched-widget.embed .hub-sched-ctr a:nth-child(2n-1) {
    padding-right: 1.5px;
  }
}

@media screen and (max-width: 750px) {
  .hub-sched-widget.embed .hub-sched-ctr {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .hub-sched-widget.embed .hub-sched-ctr a {
    flex: 0;
  }
}

.hub-sched-widget.embed .sched-loading {
  flex: 1;
  background-color: #f2f2f2;
}

.hub-sched-widget.embed .logo-footer {
  padding: 0 10px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}

.hub-sched-widget.embed .logo-footer img {
  height: 30px;
  margin-left: 20px;
}

.hub-sched-widget.embed .logo-footer .more-info {
  font-style: italic;
  font-size: 11px;
  color: #888888;
}

.hub-sched-widget .hub-sched-title {
  background-color: #06131f;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hub-sched-widget .hub-sched-title i {
  margin-right: 5px;
}

.hub-sched-widget .hub-sched-options {
  font-family: "roboto-bold";
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .hub-sched-widget .hub-sched-options {
    flex-direction: column;
    align-items: stretch;
    font-size: 11px;
  }
}

.hub-sched-widget .hub-sched-options .sched-option-ctr {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #d7e1e8;
}

.hub-sched-widget .hub-sched-options .sched-option-ctr .sched-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-right: 1px solid #d7e1e8;
  padding: 10px;
  cursor: pointer;
}

.hub-sched-widget .hub-sched-options .sched-option-ctr .sched-option:last-child {
  border-right: none;
}

.hub-sched-widget .hub-sched-options .sched-option-ctr .sched-option:hover {
  color: #fcaa35;
}

.hub-sched-widget .hub-sched-options .sched-option-ctr .sched-option.selected-option {
  background-color: #eff3f6;
  cursor: default;
}

.hub-sched-widget .hub-sched-options .sched-option-ctr .sched-option.selected-option:hover {
  color: black;
}

.hub-sched-widget .sched-loading {
  font-size: 13px;
  font-family: "roboto-medium";
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hub-sched-widget .hub-sched-ctr {
  padding: 1.5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #f2f2f2;
}

@media screen and (max-width: 1000px) {
  .hub-sched-widget .hub-sched-ctr {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

.hub-sched-widget .hub-sched-ctr > a {
  flex: 0 0 50%;
  padding: 1.5px 0;
}

.hub-sched-widget .hub-sched-ctr > a:nth-child(2n) {
  padding-left: 1.5px;
}

@media screen and (max-width: 1000px) {
  .hub-sched-widget .hub-sched-ctr > a:nth-child(2n) {
    padding-left: 0;
  }
}

.hub-sched-widget .hub-sched-ctr > a:nth-child(2n-1) {
  padding-right: 1.5px;
}

@media screen and (max-width: 1000px) {
  .hub-sched-widget .hub-sched-ctr > a:nth-child(2n-1) {
    padding-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .hub-sched-widget .hub-sched-ctr > a {
    flex: 1;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match {
  font-family: "roboto-bold";
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 5px 10px;
  box-shadow: 2px 2px 2px #eeeeee;
  background-color: white;
  cursor: pointer;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 350px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match {
    padding: 5px;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-venue {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
  font-size: 10px;
  font-family: "roboto-regular";
  min-height: 20px;
  text-transform: uppercase;
  padding: 5px 10px 10px;
}

@media screen and (max-width: 350px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-venue {
    padding: 0 5px 10px;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-venue span {
  color: #b0bcc9;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match:hover {
  background-color: #d7e1e8;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match:hover .fa, .hub-sched-widget .hub-sched-ctr .hub-sched-match:hover .fal, .hub-sched-widget .hub-sched-ctr .hub-sched-match:hover .far, .hub-sched-widget .hub-sched-ctr .hub-sched-match:hover .fas {
  color: black;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-date-time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: "roboto-regular";
  height: 20px;
  text-transform: uppercase;
  padding-top: 10px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-date-time .live {
  color: #60dd63;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px 10px 10px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row.first {
  padding-bottom: 0;
}

@media screen and (max-width: 350px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row {
    padding: 10px 5px;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-icon img {
  height: 25px;
}

@media screen and (max-width: 750px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-icon {
    padding-right: 5px;
  }
}

@media screen and (max-width: 350px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-icon {
    height: 20px;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-pct {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  text-align: center;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-pct .winner {
  color: #061420;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-pct .loser {
  color: #bbbbbb;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-score {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-medium";
  text-align: center;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-score .winner {
  color: #061420;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-score .loser {
  color: #bbbbbb;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-server {
  flex: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-server .server-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #fcaa35;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-ten-score {
  flex: 0 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-medium";
  text-align: center;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-ten-score .loser {
  color: #bbbbbb;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team {
  flex: 3 3 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0 5px;
  font-size: 13px;
  font-family: "roboto-medium";
  line-height: 1.2;
  min-height: 35px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team.left {
  text-align: right;
  align-items: flex-end;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team.right {
  text-align: left;
  align-items: flex-start;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team .sub {
  margin-top: 5px;
  font-size: 11px;
  font-family: "roboto-regular";
  color: #b0bcc9;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team .sub .mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team .sub .mobile-only {
    display: inline;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team .sub .not-mobile {
  display: inline;
}

@media screen and (max-width: 750px) {
  .hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-team .sub .not-mobile {
    display: none;
  }
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-bar {
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .match-main .match-teams .team-row .hub-sched-bar .bar {
  height: 10px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match span {
  color: black;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-time {
  flex: 1 1 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-family: "roboto-regular";
  padding-left: 10px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-arrow {
  flex: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  text-align: right;
  color: #e0e0e0;
  padding-right: 7px;
}

.hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-arrow .fa:hover, .hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-arrow .fal:hover, .hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-arrow .far:hover, .hub-sched-widget .hub-sched-ctr .hub-sched-match .hub-sched-arrow .fas:hover {
  color: black;
}

.hub-sched-widget .full-link {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.hub-sched-widget .full-link .button {
  margin: 0;
}

.hub-futures-widget .ps-ladder-top {
  width: 62%;
  position: relative;
  bottom: 0px;
  height: 40px;
  font-family: "roboto-thin";
  color: black;
  font-size: 10px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.hub-futures-widget .ps-ladder-top .psl-text {
  position: absolute;
  bottom: 0px;
}

.hub-futures-widget .ps-ladders {
  height: 27px;
  line-height: 25px;
  padding-bottom: 2px;
  width: 100%;
}

.hub-futures-widget .ps-ladders img {
  width: 20px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.hub-futures-widget .ps-ladders .ps-number {
  height: 100%;
  color: black;
  font-size: 15px;
  width: 9.58904%;
  float: left;
  margin-right: 0.45662%;
  text-align: center;
}

.hub-futures-widget .ps-ladders .ps-team {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  font-family: "roboto-bold";
  height: 100%;
  background: white;
  width: 69.86301%;
  float: left;
  margin-right: 0.45662%;
}

.hub-futures-widget .ps-ladders .ps-score {
  height: 100%;
  font-size: 12px;
  font-family: "roboto-bold";
  color: black;
  border: #e0e0e0 1px solid;
  width: 19.6347%;
  float: left;
  margin-right: 0.45662%;
  float: right;
  margin-right: 0;
  text-align: center;
}

.hub-news-widget {
  background-color: white;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-top: 2px solid #06131f;
}

@media screen and (max-width: 500px) {
  .hub-news-widget {
    flex-direction: column;
  }
}

.hub-news-widget .articles-loading {
  font-size: 13px;
  font-family: "roboto-medium";
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.hub-news-widget .hub-news-title {
  background-color: white;
  text-align: left;
  font-size: 15px;
  margin: 20px 20px 0;
  height: 30px;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .hub-news-title {
    font-size: 15px;
  }
}

.hub-news-widget .hub-news-title i {
  margin-right: 5px;
}

.hub-news-widget .style6-hero {
  flex: 2 2 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
  padding: 20px 20px 30px;
  border-collapse: collapse;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.hub-news-widget .style6-hero.no-bottom-border:after {
  display: none;
}

.hub-news-widget .style6-hero:after {
  position: absolute;
  content: '';
  height: 0;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.hub-news-widget .style6-hero:before {
  position: absolute;
  content: '';
  height: 0;
  width: calc(100% - 40px);
  left: 20px;
  top: -10px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 500px) {
  .hub-news-widget .style6-hero {
    flex-direction: column;
    align-items: center;
  }
}

.hub-news-widget .style6-hero .main-article-ctr {
  flex: 0 0 40%;
}

.hub-news-widget .style6-hero .main-article-wrap .main-article img {
  margin-bottom: 0;
}

.hub-news-widget .style6-hero .main-article-pre {
  flex: 0 0 60%;
  border: none;
  padding: 0;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .hub-news-widget .style6-hero .main-article-pre {
    padding-left: 0;
  }
}

.hub-news-widget .style6-hero .main-article-pre .si-c-sub {
  padding-top: 0;
  padding-bottom: 10px;
}

.hub-news-widget .style6-hero .main-article-pre .si-c-body {
  font-family: "roboto-regular";
  color: #162533;
  margin-bottom: 10px;
  font-size: 13px;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .style6-hero .main-article-pre .si-c-body {
    padding-right: 0;
    font-size: 12px;
    padding-top: 10px;
  }
}

.hub-news-widget .style6-hero .main-a-title {
  text-transform: unset;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 500px) {
  .hub-news-widget .style6-hero .main-a-title {
    margin-top: 10px;
  }
}

.hub-news-widget .style6-hero .main-a-title:hover {
  color: #fcaa35;
}

.hub-news-widget .style6-hero .article-link {
  text-transform: unset;
  font-size: 12px;
  line-height: 1.4;
}

.hub-news-widget .style6-hero .article-link:hover {
  color: #fcaa35;
}

.hub-news-widget .bp-sports-wrp {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  border-collapse: collapse;
  overflow-x: auto;
  padding: 0 20px;
  position: relative;
}

.hub-news-widget .bp-sports-wrp.with-divider:after {
  position: absolute;
  content: '';
  height: 0;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 500px) {
  .hub-news-widget .bp-sports-wrp {
    border-left: 0;
    flex-direction: column;
  }
}

.hub-news-widget .si-content-reviews {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 20px;
  flex: 1;
  max-width: calc(100% / 3);
  border: none;
}

.hub-news-widget .si-content-reviews:last-child {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews.mobile-images .si-c-left {
    width: 40%;
    margin-right: 10px;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews.mobile-images .si-c-right {
    width: 60%;
  }
}

@media screen and (max-width: 500px) {
  .hub-news-widget .si-content-reviews {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 0;
    margin: 5px 0;
    max-width: unset;
  }
}

.hub-news-widget .si-content-reviews .si-c-left {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews .si-c-left {
    display: none;
  }
}

.hub-news-widget .si-content-reviews .si-c-left .sic-art-thumb {
  min-height: unset;
}

.hub-news-widget .si-content-reviews .si-c-right {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  flex: 1 1 auto;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews .si-c-right {
    width: 100%;
  }
}

.hub-news-widget .si-content-reviews .si-c-right .si-c-title {
  line-height: 1.5;
  font-family: "roboto-medium";
  font-size: 14px;
}

.hub-news-widget .si-content-reviews .si-c-right .si-c-title:hover {
  color: #fcaa35;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews .si-c-right .si-c-title {
    font-size: 12px;
  }
}

.hub-news-widget .si-content-reviews .si-c-right .si-c-sub {
  color: #adadad;
  padding-bottom: 10px;
}

.hub-news-widget .si-content-reviews .si-c-right .si-c-sub .lighten {
  font-family: "roboto-light";
}

.hub-news-widget .si-content-reviews .si-c-right .si-c-body {
  font-family: "roboto-regular";
  color: #162533;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .hub-news-widget .si-content-reviews .si-c-right .si-c-body {
    display: none;
  }
}

.hub-news-widget .si-content-reviews .si-c-right .article-link {
  text-transform: unset;
  font-size: 12px;
  line-height: 1.4;
}

.hub-news-widget .si-content-reviews .si-c-right .article-link:hover {
  color: #fcaa35;
}

.hub-news-widget .si-c-title {
  font-family: "roboto-medium";
  font-size: 12px;
  line-height: 16px;
}

.hub-news-widget .si-c-title:hover {
  color: #fcaa35;
}

.hub-news-widget .si-c-right {
  float: unset;
  width: unset;
  padding-left: 0;
}

.hub-news-widget .si-c-sub {
  color: #adadad;
}

.hub-news-widget .si-c-sub .lighten {
  font-family: "roboto-light";
}

.hub-sacko-widget {
  background-color: white;
  margin-bottom: 10px;
}

.hub-sacko-widget .hub-sacko-title {
  background-color: #06131f;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .hub-sacko-widget .hub-sacko-title {
    font-size: 15px;
  }
}

.hub-sacko-widget .hub-sacko-title i {
  margin-right: 5px;
}

.hub-sacko-widget .sacko-loading {
  font-size: 13px;
  font-family: "roboto-medium";
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hub-sacko-widget .hub-sacko-ctr {
  padding: 0;
}

.hub-sacko-widget .hub-sacko-ctr a:last-child > .hub-sacko-coach {
  border-bottom: none;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach {
  font-family: "roboto-bold";
  font-size: 13px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 7.5%;
  height: 0;
  width: 85%;
  border-bottom: 1px solid #e0e0e0;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach:last-child:after {
  display: none;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-icon img {
  height: 20px;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-number {
  flex: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "roboto-medium";
  font-size: 15px;
  text-align: center;
  padding: 5px;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex: 1;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach span {
  color: black;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0 5px;
  flex: 3;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-bar-ctr {
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 2;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-bar-ctr .coach-bar {
  height: 10px;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-bar-ctr .coach-bar.red {
  background-color: red;
}

.hub-sacko-widget .hub-sacko-ctr .hub-sacko-coach .coach-bar-ctr .coach-bar.green {
  background-color: green;
}

.hub-sacko-widget .full-link {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.hub-sacko-widget .full-link .button {
  margin: 0;
}

.hub-rankings-widget {
  background-color: white;
  margin-bottom: 10px;
}

.hub-rankings-widget .hub-rankings-title {
  background-color: #06131f;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hub-rankings-widget .hub-rankings-title i {
  margin-right: 5px;
}

.hub-rankings-widget .rankings-loading {
  font-size: 13px;
  font-family: "roboto-medium";
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
}

.hub-rankings-widget .rankings-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-family: "roboto-bold";
  border: 1px solid #d7e1e8;
}

.hub-rankings-widget .rankings-toggle .rankings-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d7e1e8;
  cursor: pointer;
  font-size: 13px;
  padding: 10px;
  background-color: white;
  color: black;
}

.hub-rankings-widget .rankings-toggle .rankings-option:hover {
  color: #fcaa35;
}

.hub-rankings-widget .rankings-toggle .rankings-option:last-child {
  border-right: none;
}

.hub-rankings-widget .rankings-toggle .rankings-option.selected-option {
  cursor: default;
  background-color: #eff3f6;
  color: black;
}

.hub-rankings-widget .rankings-toggle .rankings-option.selected-option:hover {
  color: black;
}

.hub-rankings-widget .hub-rankings-ctr {
  padding: 5px 10px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-header {
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "roboto-regular";
  padding: 10px 10px 0;
  color: grey;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player {
  font-family: "roboto-medium";
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-top: none;
  padding: 5px 10px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player:last-child {
  border-bottom: none;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player span {
  color: black;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-player {
  flex: 1;
  display: flex;
  font-size: 13px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  line-height: 1.2;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-icon img {
  height: 20px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-number {
  flex: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-name {
  flex: 2 2 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 0 5px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr {
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr {
    flex-basis: 40px;
  }
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .symbol {
  font-size: 13px;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .symbol.up {
  color: green;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .symbol.down {
  color: red;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .symbol.even {
  color: #c8d0d8;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .rank-change {
  margin-left: 5px;
  color: #c8d0d8;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .rank-change.up {
  color: green;
}

.hub-rankings-widget .hub-rankings-ctr .hub-rankings-player .rank-change-ctr .rank-change.down {
  color: red;
}

.hub-rankings-widget .full-link {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.hub-rankings-widget .full-link .button {
  margin: 0;
  background-color: #fcaa35;
  color: white;
}

.hub-rankings-widget .full-link .button:hover {
  color: black;
}

.hub-ten-futures-widget {
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
}

.hub-ten-futures-widget .hub-ten-futures-title {
  background-color: white;
  min-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.hub-ten-futures-widget .hub-ten-futures-title i {
  margin-right: 5px;
}

.hub-ten-futures-widget .futures-loading {
  font-size: 13px;
  font-family: "roboto-medium";
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.hub-ten-futures-widget .futures-toggle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-family: "roboto-bold";
  margin: 10px 0 0;
  border: 1px solid #b0bcc9;
}

.hub-ten-futures-widget .futures-toggle .futures-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #b0bcc9;
  cursor: pointer;
  font-size: 13px;
  padding: 10px;
  background-color: white;
  color: black;
}

.hub-ten-futures-widget .futures-toggle .futures-option:hover {
  color: #fcaa35;
}

.hub-ten-futures-widget .futures-toggle .futures-option:last-child {
  border-right: none;
}

.hub-ten-futures-widget .futures-toggle .futures-option.selected-option {
  cursor: default;
  background-color: #f2f2f2;
  color: black;
}

.hub-ten-futures-widget .futures-toggle .futures-option.selected-option:hover {
  color: black;
}

.hub-ten-futures-widget .hub-ten-futures-ctr {
  padding: 0;
}

.hub-ten-futures-widget .hub-ten-futures-header {
  font-size: 10px;
  font-family: "roboto-bold";
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

.hub-ten-futures-widget .hub-ten-futures-header .ladders-header {
  flex: 3;
}

.hub-ten-futures-widget .hub-ten-futures-header .score-header {
  flex: 1;
}

.hub-ten-futures-widget .hub-ten-futures-row {
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  font-size: 13px;
}

.hub-ten-futures-widget .hub-ten-futures-row img {
  width: 20px;
  vertical-align: middle;
  margin: 0 10px;
}

.hub-ten-futures-widget .hub-ten-futures-row .player {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 13px;
  font-family: "roboto-medium";
  border: 1px solid #e0e0e0;
  border-right: none;
  border-top: none;
  background: white;
  padding: 10px 5px;
  flex: 3;
  line-height: 1.2;
}

.hub-ten-futures-widget .hub-ten-futures-row .percentage {
  font-size: 13px;
  font-family: "roboto-bold";
  color: black;
  border: #e0e0e0 1px solid;
  border-top: none;
  padding: 10px 0;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-games-loading {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 13px;
  border: 1px solid #d7e1e8;
}

.all-games-ctr {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .all-games-ctr {
    flex-direction: column;
    align-items: stretch;
  }
}

.all-games-ctr .all-games-main {
  flex: 3;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 1000px) {
  .all-games-ctr .all-games-main {
    margin-right: 0;
    flex: 0;
    margin-bottom: 10px;
  }
}

.all-games-ctr .all-games-sidebar {
  flex: 1;
}

@media screen and (max-width: 1000px) {
  .all-games-ctr .all-games-sidebar {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-sidebar {
    display: block;
    flex: 0;
  }
}

.all-games-ctr .live-toggles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .live-toggles {
    width: 100%;
  }
}

.all-games-ctr .status-display-options {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .status-display-options {
    width: 100%;
  }
}

.all-games-ctr .status-display-options .status-option {
  padding: 15px;
  width: 200px;
  border: 1px solid #d7e1e8;
  border-left: none;
  color: #b0bcc9;
  background-color: #1f2832;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.all-games-ctr .status-display-options .status-option:first-child {
  border-left: 1px solid #d7e1e8;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .status-display-options .status-option {
    width: 50%;
    font-size: 12px;
    padding: 10px;
  }
}

.all-games-ctr .status-display-options .status-option:after {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fcaa35 transparent transparent transparent;
  z-index: 4;
}

.all-games-ctr .status-display-options .status-option.selected-option {
  color: white;
  background-color: #fcaa35;
  cursor: default;
}

.all-games-ctr .status-display-options .status-option.selected-option:after {
  display: inline-block;
}

.all-games-ctr .all-games-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 20px;
}

.all-games-ctr .all-games-column:last-child {
  margin-right: 0;
}

.all-games-ctr .all-games-column.desktop-only {
  display: flex;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-column.desktop-only {
    display: none;
  }
}

.all-games-ctr .all-games-column.mobile-only {
  display: none;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-column.mobile-only {
    display: flex;
  }
}

.all-games-ctr .sport-games-ctr {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .sport-games-ctr {
    column-count: 1;
  }
}

.all-games-ctr .all-games-header {
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #1f2832;
  padding: 10px;
  cursor: pointer;
}

.all-games-ctr .all-games-header .header-icon-name {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.all-games-ctr .all-games-header .toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-games-ctr .all-games-header .toggle-icon .fal, .all-games-ctr .all-games-header .toggle-icon .far, .all-games-ctr .all-games-header .toggle-icon .fas {
  color: white;
  font-size: 15px;
}

.all-games-ctr .all-games-header .icon {
  height: 15px;
  margin-right: 10px;
}

.all-games-ctr .all-games-header h1 {
  color: white;
  font-family: "roboto-bold";
  font-size: 13px;
  text-transform: uppercase;
}

.all-games-ctr .all-games-table {
  font-size: 13px;
  text-align: center;
  width: 100%;
  font-size: 11px;
  font-family: "roboto-regular";
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table {
    font-size: 9px;
  }
}

.all-games-ctr .all-games-table .all-games-header-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 25px;
  border: 1px solid #d7e1e8;
  background-color: white;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.left-align {
  align-items: flex-start;
  text-align: left;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.score-pair {
  flex: 0 0 40px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.score-set {
  flex: 0 0 40px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.score-set.tennis {
  flex: 0 0 90px;
  align-items: flex-start;
  text-align: left;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-set {
  flex: 0 0 15px;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-set {
    flex-basis: 10px;
  }
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-match {
  flex: 0 0 15px;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-match {
    flex-basis: 10px;
  }
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.win-prob-pair {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.win-prob-pair .win-prob {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.win-prob-pair {
    flex-basis: 35px;
  }
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.status {
  flex: 0 0 70px;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.status {
    flex-basis: 50px;
  }
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.status {
    flex-basis: 40px;
  }
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.more-button {
  flex: 0 0 30px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-set {
  flex: 0 0 15px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.ten-match {
  flex: 0 0 15px;
}

.all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.extra-market {
  flex: 0 0 150px;
}

@media screen and (max-width: 1100px) {
  .all-games-ctr .all-games-table .all-games-header-row .all-games-header-cell.extra-market {
    flex-basis: 120px;
  }
}

.all-games-ctr .all-games-table .all-games-game {
  border: 1px solid #d7e1e8;
  border-top: none;
  background-color: white;
}

.all-games-ctr .all-games-table .all-games-game.even {
  background-color: #eff3f6;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row {
  border: 0;
  background-color: transparent;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row.extra-market-tr {
  background-color: #eff3f6;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell {
  border: 0;
  background-color: transparent;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.team-pair {
  justify-content: flex-start;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.team-pair .jersey-name-combo {
  flex: 1;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.score-pair {
  flex: 0 0 40px;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.score-pair .score {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-set {
  flex: 0 0 15px;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-set .grey {
  color: #b0bcc9;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-set .score {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-match {
  flex: 0 0 15px;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-match .grey {
  color: #b0bcc9;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-match .score {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.win-prob-pair {
  flex: 0 0 40px;
  align-items: center;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.win-prob-pair .win-prob {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.win-prob-pair {
    flex-basis: 35px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.status {
  flex: 0 0 70px;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.status {
    flex-basis: 50px;
  }
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.status {
    flex-basis: 40px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.status.live {
  color: #8ce999;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.more-button {
  padding: 0;
  flex: 0 0 30px;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-set {
  padding: 5px 0;
  flex: 0 0 15px;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-set {
    flex-basis: 10px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-match {
  padding: 5px 0;
  flex: 0 0 15px;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.ten-match {
    flex-basis: 10px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market {
  flex: 0 0 150px;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #d7e1e8;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market.cricket-stats {
  font-size: 10px;
  text-transform: initial;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market.cricket-stats .stat-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market.cricket-stats .stat-line:last-child {
  margin-bottom: 0;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market.cricket-stats .stat-line .name {
  text-align: left;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market.cricket-stats .stat-line .stat {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market {
    flex-basis: 120px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market .market-name {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-right: 10px;
}

.all-games-ctr .all-games-table .all-games-game .all-games-row .all-games-cell.extra-market .market-pct {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell {
  padding: 10px 5px;
  vertical-align: middle;
  text-transform: uppercase;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell.no-meetings {
  font-style: italic;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo img {
  height: 15px;
  margin-right: 10px;
}

@media screen and (max-width: 350px) {
  .all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo img {
    margin-right: 5px;
  }
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo img.server {
  height: 10px;
  margin-left: 5px;
  margin-right: 0;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo .server-icon {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fcaa35;
  margin-left: 5px;
}

.all-games-ctr .all-games-table .all-games-game .all-games-cell .jersey-name-combo .lost {
  color: #b0bcc9;
}

.all-games-ctr .all-games-table.mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-table.mobile-only {
    display: flex;
  }
}

.all-games-ctr .all-games-table.desktop-only {
  font-family: "roboto-medium";
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .all-games-ctr .all-games-table.desktop-only {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .all-games-ctr .all-games-table.desktop-only {
    font-size: 11px;
  }
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row {
  min-height: 60px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row .all-games-cell.score-pair {
  flex-basis: 60px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row .all-games-cell.ten-set {
  flex-basis: 20px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row .all-games-cell.ten-match {
  flex-basis: 20px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row .all-games-cell.win-prob-pair {
  flex-basis: 65px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game .all-games-row .all-games-cell.team-pair {
  padding-left: 10px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game:hover {
  background-color: #eff3f6;
  color: black;
}

.all-games-ctr .all-games-table.desktop-only .all-games-game:hover .all-games-cell.ten-set .lost {
  color: #b0bcc9;
}

.all-games-ctr .all-games-table.desktop-only .all-games-header-row .all-games-header-cell.team-pair {
  padding-left: 10px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-header-row .all-games-header-cell.score-set {
  flex-basis: 60px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-header-row .all-games-header-cell.score-set.tennis {
  flex-basis: 120px;
}

.all-games-ctr .all-games-table.desktop-only .all-games-header-row .all-games-header-cell.win-prob-pair {
  flex-basis: 65px;
}

.all-games-ctr .extra-market-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-regular";
  padding: 10px 0;
  text-transform: uppercase;
}

.all-games-ctr .extra-market-row .extra-market-header {
  font-size: 12px;
  color: #b0bcc9;
  padding: 0 7.5px;
}

.all-games-ctr .extra-market-row .extra-market {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 7.5px;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats {
  flex: 1;
  text-transform: initial;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-right: 5px;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats:last-child {
  margin-right: 0;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats .market-header {
  text-align: left;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats .stat-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats .stat-line:last-child {
  margin-bottom: 0;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats .stat-line .name {
  text-align: left;
}

.all-games-ctr .extra-market-row .extra-market.cricket-stats .stat-line .stat {
  text-align: right;
}

.all-games-ctr .extra-market-row .extra-market .market-header {
  color: #b0bcc9;
  margin-bottom: 5px;
}

.all-games-ctr .extra-market-row .extra-market .market-value {
  color: black;
}

.all-games-ctr .extra-market-row .match-page-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #06131f;
  text-transform: initial;
  color: #06131f;
  font-family: "roboto-medium";
  font-size: 12px;
  margin: 0 7.5px;
  height: 20px;
  width: 20px;
  text-align: center;
}

.sos-intro {
  padding: 40px;
}

.sos-intro h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.sos-intro p {
  font-size: 12px;
  text-align: center;
  font-family: "roboto-regular";
  line-height: 1.5;
}

.sos-loading {
  height: 80px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.sos-ctr {
  background-color: white;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}

.sos-ctr .sos-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #06131f;
  color: white;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 15px;
  text-transform: uppercase;
}

.sos-ctr .sos-list {
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list {
    font-size: 11px;
  }
}

.sos-ctr .sos-list .sos-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 40px;
  border: 1px solid #e1e8ed;
  border-top: none;
  position: relative;
  background-color: #f5f8fa;
  color: #06131f;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-header {
    font-size: 10px;
  }
}

.sos-ctr .sos-list .sos-header .sos-position-jersey-name {
  flex: 0 0 195px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-header .sos-position-jersey-name {
    flex-basis: 70px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 350px) {
  .sos-ctr .sos-list .sos-header .sos-position-jersey-name {
    flex-basis: 55px;
  }
}

.sos-ctr .sos-list .sos-header .sos-rounds {
  flex: 4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.sos-ctr .sos-list .sos-header .sos-rounds .sos-round {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-header .sos-rounds .sos-round {
    padding: 10px 0;
  }
}

.sos-ctr .sos-list .sos-header .sos-rounds .sos-toggle {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
  color: #06131f;
}

.sos-ctr .sos-list .sos-header .sos-rounds .sos-toggle.left {
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-header .sos-rounds .sos-toggle.left {
    transform: translate(-25%, -50%);
  }
}

.sos-ctr .sos-list .sos-header .sos-rounds .sos-toggle.right {
  right: 0;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-header .sos-rounds .sos-toggle.right {
    transform: translate(25%, -50%);
  }
}

.sos-ctr .sos-list .sos-header .sos-overall {
  flex: 0 0 195px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .sos-ctr .sos-list .sos-header .sos-overall {
    flex: 1;
    padding: 10px 0;
  }
}

.sos-ctr .sos-list .sos-team {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-top: none;
  transition: background-color 0.1s linear;
  position: relative;
}

.sos-ctr .sos-list .sos-team .sos-position {
  flex: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-team .sos-position {
    display: none;
  }
}

.sos-ctr .sos-list .sos-team .sos-jersey {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sos-ctr .sos-list .sos-team .sos-jersey img {
  width: 60%;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-team .sos-jersey {
    flex-basis: 35px;
    width: 70%;
  }
}

@media screen and (max-width: 350px) {
  .sos-ctr .sos-list .sos-team .sos-jersey {
    flex-basis: 25px;
  }
}

.sos-ctr .sos-list .sos-team .sos-name {
  flex: 0 0 125px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  font-size: 13px;
  padding-left: 5px;
  line-height: 1.2;
}

.sos-ctr .sos-list .sos-team .sos-name .desktop {
  display: inline;
}

.sos-ctr .sos-list .sos-team .sos-name .mobile {
  display: none;
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-team .sos-name {
    flex-basis: 35px;
    font-size: 12px;
    padding-left: 0;
  }
  .sos-ctr .sos-list .sos-team .sos-name .desktop {
    display: none;
  }
  .sos-ctr .sos-list .sos-team .sos-name .mobile {
    display: inline;
  }
}

@media screen and (max-width: 350px) {
  .sos-ctr .sos-list .sos-team .sos-name {
    flex-basis: 30px;
    font-size: 11px;
  }
}

.sos-ctr .sos-list .sos-team .sos-rounds {
  flex: 4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.sos-ctr .sos-list .sos-team .sos-rounds .sos-round {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 900px) {
  .sos-ctr .sos-list .sos-team .sos-rounds .sos-round {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .sos-ctr .sos-list .sos-team .sos-rounds .sos-round {
    font-size: 10px;
  }
}

.sos-ctr .sos-list .sos-team .sos-overall {
  flex: 0 0 195px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 1200px) {
  .sos-ctr .sos-list .sos-team .sos-overall {
    flex: 1;
  }
}

.lr-intro {
  padding: 40px;
}

.lr-intro h3 {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.lr-intro p {
  font-size: 12px;
  text-align: center;
  font-family: "roboto-regular";
  line-height: 1.5;
}

.lr-intro .text-toggle {
  color: #fcaa35;
  cursor: pointer;
}

.lr-intro .lr-legend {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.lr-intro .lr-legend .legend-item {
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.lr-intro .lr-legend .legend-item .icon {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}

.lr-intro .lr-legend .legend-item .icon.icon-left {
  background-color: #2084ad;
}

.lr-intro .lr-legend .legend-item .icon.icon-middle {
  background-color: #a4b7c6;
}

.lr-intro .lr-legend .legend-item .icon.icon-right {
  background-color: #02234a;
}

.lr-intro .lr-legend .legend-item .legend-name {
  font-size: 12px;
  font-family: "roboto-regular";
}

.lr-loading {
  height: 80px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.lr-ctr {
  background-color: white;
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}

.lr-ctr .lr-title {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #06131f;
  color: white;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 15px;
  text-transform: uppercase;
}

.lr-ctr .lr-toggles {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #e0e0e0;
}

.lr-ctr .lr-toggles .lr-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "roboto-bold";
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  border-right: 1px solid #e0e0e0;
  padding: 10px;
}

.lr-ctr .lr-toggles .lr-option:last-child {
  border-right: none;
}

.lr-ctr .lr-toggles .lr-option:hover {
  background-color: #f5f5f5;
}

.lr-ctr .lr-toggles .lr-option.selected-option {
  background-color: #fcaa35;
  color: white;
  cursor: default;
}

.lr-ctr .lr-list {
  font-size: 13px;
  border: 1px solid #e0e0e0;
  border-top: none;
  height: 800px;
}

.lr-ctr .lr-list #lr-chart-canvas {
  height: 100%;
}

@media screen and (max-width: 750px) {
  .lr-ctr .lr-list {
    font-size: 11px;
  }
}

.lr-ctr .lr-list .lr-tooltip {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.lr-ctr .lr-list .lr-tooltip img {
  width: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .lr-ctr .lr-list .lr-tooltip .desktop-only {
    display: none;
  }
}

.lr-ctr .lr-list .lr-tooltip .mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .lr-ctr .lr-list .lr-tooltip .mobile-only {
    display: inline;
  }
}

.simulation-title.wc {
  background-color: white;
  margin-top: 10px;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.simulation-title.wc h1 {
  padding: 20px;
  font-size: 20px;
}

.simulation-title.wc p {
  padding: 10px;
  font-size: 15px;
}

canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

.wc-sim .sim-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  background-color: white;
}

.wc-sim canvas {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
}

.wc-sim #secondRound .nonactive {
  min-width: 110px;
}

.wc-sim .chance-box {
  width: 30%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 50px;
}

.wc-sim .chance-box h1 {
  border: 1px solid #e0e0e0;
  padding: 5px;
  font-size: 15px;
}

.wc-sim .chance-box p {
  font-size: 35px;
  padding-top: 20px;
  color: #fcaa35;
}

.wc-sim .knockout-border {
  border: 2px solid red;
  color: black !important;
  position: relative;
  border-bottom: 0px;
  min-width: 110px;
}

.wc-sim .knockout-border .inner-table {
  border-bottom: 2px solid red;
}

.wc-sim .knockout-border .active-img {
  display: none !important;
}

.wc-sim .knockout-border p {
  background-color: red !important;
  color: white !important;
  padding: 10px;
}

.wc-sim #qfTable {
  border-collapse: separate;
  border-spacing: 50px;
  margin: 0 auto;
  width: 100%;
}

.wc-sim #sfTable {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 160px;
  width: 100%;
  margin-top: -120px;
}

.wc-sim #finalTable {
  margin: 0 auto;
  border-collapse: separate;
  width: 25%;
  margin-top: -80px;
  padding-bottom: 50px;
}

.wc-sim .simulator-ctr {
  width: 1200px;
  padding-top: 10px;
  display: block;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .wc-sim .simulator-ctr {
    display: none;
  }
}

.wc-sim .simulator-ctr .button-ctr {
  width: 25%;
  margin: 0 auto;
  position: relative;
  height: 45px;
}

.wc-sim .simulator-ctr #sim-button {
  border: 1px solid #fcaa35;
  width: 30%;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  border-bottom: none;
  position: relative;
  color: black;
}

.wc-sim .simulator-ctr #sim-button:hover {
  cursor: pointer;
}

.wc-sim .simulator-ctr #sim-button svg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -26px;
}

.wc-sim .simulator-ctr .sim-top {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.wc-sim .simulator-ctr .sim-top .pick-team {
  background-color: #fcaa35;
  text-align: center;
  margin-top: 10px;
}

.wc-sim .simulator-ctr .sim-top .pick-team:hover {
  cursor: pointer;
}

.wc-sim .simulator-ctr .sim-top .pick-team p {
  padding: 5px;
  color: white;
}

.wc-sim .simulator-ctr .sim-top .pick-team p i {
  font-size: 30px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.wc-sim .simulator-ctr .sim-top table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
  border-top: 0px;
}

.wc-sim .simulator-ctr .sim-top table tbody {
  width: 100%;
}

.wc-sim .simulator-ctr .sim-top table td {
  border: 1px solid #e0e0e0;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.wc-sim .simulator-ctr .sim-top table td:hover {
  cursor: pointer;
  color: #fcaa35;
}

.wc-sim .simulator-ctr .sim-top table td img {
  width: 25px;
}

.wc-sim .simulator-ctr .sim-top table td p {
  font-size: 15px;
  padding-top: 5px;
}

.wc-sim .simulator-ctr .sim-top .selected-team {
  display: none;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.wc-sim .simulator-ctr .sim-top .selected-team img {
  width: 35px;
  vertical-align: middle;
  margin-top: 20px;
}

.wc-sim .simulator-ctr .sim-top .selected-team h1 {
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.wc-sim .simulator-ctr .sim-top .selected-team p {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  border-right: 0px;
}

.wc-sim .simulator-ctr .sim-top .selected-team .chance-finals {
  margin-top: 10px;
}

.wc-sim .simulator-ctr .sim-top .selected-team .chance-finals table {
  width: 100%;
  border-spacing: 0px;
  border: none;
}

.wc-sim .simulator-ctr .sim-top .selected-team .chance-finals table th {
  font-size: 15px;
  padding: 5px;
}

.wc-sim .simulator-ctr .sim-top .selected-team .chance-finals table td {
  font-size: 35px;
  color: #fcaa35;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.wc-sim .simulator-ctr .simulation-bottom {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.wc-sim .simulator-ctr .simulation-bottom p {
  font-size: 14px;
}

.wc-sim .simulator-ctr .simulation-bottom .inner-table {
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 12px;
  height: 70px;
}

.wc-sim .simulator-ctr .simulation-bottom .inner-table .selected {
  font-family: "roboto-bold" !important;
  color: #fcaa35;
}

.wc-sim .simulator-ctr .simulation-bottom .inner-table .black {
  color: black;
  font-family: "roboto-bold" !important;
}

.wc-sim .simulator-ctr .simulation-bottom .nonactive {
  border: 1px solid #fcaa35;
  border-bottom: 0px;
  color: #e0e0e0;
  position: relative;
}

.wc-sim .simulator-ctr .simulation-bottom .nonactive .active-img {
  display: none !important;
}

.wc-sim .simulator-ctr .simulation-bottom .nonactive p {
  padding: 10px;
  background-color: white;
}

.wc-sim .simulator-ctr .simulation-bottom .nonactive table {
  border-top: 1px solid #fcaa35;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #fcaa35;
}

.wc-sim .simulator-ctr .simulation-bottom .active-table {
  position: relative;
  min-width: 110px;
}

.wc-sim .simulator-ctr .simulation-bottom .active-table .active-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 113%;
  z-index: 998;
  transition: 2s;
}

.wc-sim .simulator-ctr .simulation-bottom .active-table p {
  color: white;
  padding: 10px;
  background-color: #fcaa35;
}

.wc-sim .simulator-ctr .simulation-bottom .active-table th {
  color: #e0e0e0;
}

.wc-sim .simulator-ctr .simulation-bottom .simulation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.wc-sim .simulator-ctr .simulation-bottom .simulation-table .not-active {
  border: 1px solid #fcaa35;
  color: #e0e0e0;
  padding: 10px;
}

.wc-sim .simulator-ctr .results-box {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  border: 1px solid #fcaa35;
}

.wc-sim .simulator-ctr .results-box h1 {
  padding: 10px;
  line-height: 40px;
}

.wc-sim .simulator-ctr .results-box .share-results {
  border: 1px solid orange;
  width: 50%;
  margin: 0 auto;
  padding: 5px;
  color: #fcaa35;
}

.wc-sim .simulator-ctr .results-box .share-results p {
  font-size: 15px;
}

.wc-sim .simulator-ctr .results-box .share-results .fa, .wc-sim .simulator-ctr .results-box .share-results .fal, .wc-sim .simulator-ctr .results-box .share-results .far, .wc-sim .simulator-ctr .results-box .share-results .fas {
  font-size: 20px;
  margin-left: 5px;
}

.wc-sim .simulator-ctr .results-box .button {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
}

@media screen and (min-width: 1000px) {
  .wc-sim .mobile-simulator {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .wc-sim .mobile-simulator {
    display: block;
  }
}

.wc-sim .mobile-simulator .button-ctr {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  height: 45px;
}

@media screen and (max-width: 500px) {
  .wc-sim .mobile-simulator .button-ctr {
    width: 90%;
  }
}

.wc-sim .mobile-simulator .mobile-ctr {
  padding-top: 10px;
  display: block;
  margin: 0 auto;
  background-color: white;
  padding-bottom: 20px;
  min-height: 1500px;
}

.wc-sim .mobile-simulator .sim-top {
  width: 60%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 500px) {
  .wc-sim .mobile-simulator .sim-top {
    width: 90%;
  }
}

.wc-sim .mobile-simulator .sim-top .simulator-table {
  height: 350px;
  overflow: scroll;
  border: 1px solid #e0e0e0;
}

.wc-sim .mobile-simulator .sim-top .pick-team {
  background-color: #fcaa35;
  text-align: center;
  margin-top: 10px;
}

.wc-sim .mobile-simulator .sim-top .pick-team p {
  padding: 5px;
  color: white;
}

.wc-sim .mobile-simulator .sim-top .pick-team p i {
  font-size: 30px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.wc-sim .mobile-simulator .sim-top table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 auto;
  border-top: 0px;
}

.wc-sim .mobile-simulator .sim-top table tbody {
  width: 100%;
}

.wc-sim .mobile-simulator .sim-top table td {
  border: 1px solid #e0e0e0;
  padding: 15px 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.wc-sim .mobile-simulator .sim-top table td:hover {
  cursor: pointer;
  color: #fcaa35;
}

.wc-sim .mobile-simulator .sim-top table td img {
  width: 25px;
}

.wc-sim .mobile-simulator .sim-top table td p {
  font-size: 15px;
  padding-top: 5px;
}

.wc-sim .mobile-simulator .sim-top .selected-team {
  display: none;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.wc-sim .mobile-simulator .sim-top .selected-team img {
  width: 35px;
  vertical-align: middle;
  margin-top: 20px;
}

.wc-sim .mobile-simulator .sim-top .selected-team h1 {
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.wc-sim .mobile-simulator .sim-top .selected-team p {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-left: 0px;
  border-right: 0px;
}

.wc-sim .mobile-simulator .sim-top .selected-team .chance-finals {
  margin-top: 10px;
}

.wc-sim .mobile-simulator .sim-top .selected-team .chance-finals table {
  width: 100%;
  border-spacing: 0px;
  border: none;
}

.wc-sim .mobile-simulator .sim-top .selected-team .chance-finals table th {
  font-size: 15px;
  padding: 5px;
}

.wc-sim .mobile-simulator .sim-top .selected-team .chance-finals table td {
  font-size: 35px;
  color: #fcaa35;
  border: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}

.wc-sim .mobile-simulator .simulation-bottom {
  width: 350px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .wc-sim .mobile-simulator .simulation-bottom {
    width: 80%;
  }
}

.wc-sim .mobile-simulator .simulation-bottom p {
  font-size: 14px;
}

.wc-sim .mobile-simulator .simulation-bottom .line-ctr {
  position: absolute;
  min-height: 100px;
  text-align: center;
  left: 47.5%;
}

.wc-sim .mobile-simulator .simulation-bottom .mobile-line {
  height: 0%;
  background-color: orange;
  width: 140px;
  margin: 0 auto;
  width: 25px;
  position: absolute;
}

.wc-sim .mobile-simulator .simulation-bottom .mobile-round {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.wc-sim .mobile-simulator .simulation-bottom .inner-table {
  text-align: center;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 16px;
  color: #e0e0e0;
}

.wc-sim .mobile-simulator .simulation-bottom .inner-table img {
  width: 35px !important;
}

.wc-sim .mobile-simulator .simulation-bottom .inner-table .selected {
  font-family: "roboto-bold" !important;
  color: #fcaa35;
}

.wc-sim .mobile-simulator .simulation-bottom .nonactive {
  border: 1px solid #fcaa35;
  color: #e0e0e0;
  position: relative;
}

.wc-sim .mobile-simulator .simulation-bottom .nonactive .active-img {
  display: none !important;
}

.wc-sim .mobile-simulator .simulation-bottom .nonactive p {
  padding: 10px;
  background-color: white;
}

.wc-sim .mobile-simulator .simulation-bottom .nonactive table {
  border-top: 1px solid #fcaa35;
  border-left: 0px;
  border-right: 0px;
}

.wc-sim .mobile-simulator .simulation-bottom .active-table {
  position: relative;
}

.wc-sim .mobile-simulator .simulation-bottom .active-table .active-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 113%;
  z-index: 998;
  transition: 2s;
}

.wc-sim .mobile-simulator .simulation-bottom .active-table p {
  color: white;
  padding: 10px;
  background-color: #fcaa35;
}

.wc-sim .mobile-simulator .simulation-bottom .active-table td {
  color: #e0e0e0;
}

.wc-sim .mobile-simulator .simulation-bottom .simulation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.wc-sim .mobile-simulator .simulation-bottom .simulation-table .not-active {
  border: 1px solid #fcaa35;
  color: #e0e0e0;
  padding: 10px;
}

.wc-sim .mobile-simulator .results-box {
  margin: 0 auto;
  width: 60%;
  text-align: center;
  border: 1px solid #fcaa35;
}

@media screen and (max-width: 500px) {
  .wc-sim .mobile-simulator .results-box {
    width: 80%;
  }
}

.wc-sim .mobile-simulator .results-box h1 {
  padding: 20px;
  line-height: 30px;
}

.wc-sim .mobile-simulator .results-box .share-results {
  border: 1px solid orange;
  width: 70%;
  margin: 0 auto;
  padding: 5px;
  color: #fcaa35;
}

.wc-sim .mobile-simulator .results-box .share-results p {
  font-size: 15px;
}

.wc-sim .mobile-simulator .results-box .share-results .fa, .wc-sim .mobile-simulator .results-box .share-results .fal, .wc-sim .mobile-simulator .results-box .share-results .far, .wc-sim .mobile-simulator .results-box .share-results .fas {
  font-size: 20px;
}

.wc-sim .mobile-simulator .results-box .button {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
}

.wc-tabs h1 {
  width: 50%;
  float: left;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  border: 1px solid black;
}

.wc-tabs h1:hover {
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .wc-tabs h1 {
    padding: 15px;
    font-size: 13px;
  }
}

.ladder-ctr {
  height: 1850px;
}

@media screen and (max-width: 750px) {
  .ladder-ctr {
    height: 1500px;
  }
}

.groupSlider {
  height: 250px;
  margin-top: 20px;
}

.wc-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 15px;
}

.mobile-title {
  display: none;
}

@media screen and (max-width: 750px) {
  .mobile-title {
    display: block;
  }
}

.group-box .button {
  margin-top: 20px;
}

@media screen and (max-width: 400px) {
  .group-box .button {
    margin-top: 60px;
  }
}

.group-box .group-tabs {
  width: 40%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .group-box .group-tabs {
    width: 100%;
  }
}

.group-box .group-tabs p {
  padding: 10px;
  float: left;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  width: 50%;
  text-align: center;
}

.group-box table {
  width: 100%;
  text-align: center;
}

.group-box table tbody {
  font-size: 14px;
}

.group-box table .heading {
  border-bottom: 1px solid #e0e0e0;
  font-size: 11px;
}

.group-box table tr th {
  padding-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .group-box table tr .chance-col {
    width: 30%;
  }
}

.group-box table tr img {
  width: 25px;
  vertical-align: text-top;
  margin-right: 10px;
  margin-top: 5px;
  display: initial;
}

.group-box table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 825px) {
  .group-box table tr td {
    font-size: 10px;
  }
}

.group-box table tr td h1 {
  font-size: 14px;
}

.group-box table tr td p {
  font-size: 11px;
  padding-top: 5px;
}

.group-box table tr td .finals-bar {
  background-color: #e0e0e0;
  color: white;
  width: 80%;
  margin: 0 auto;
}

.group-box table tr td .finals-bar .finals-bar-inner {
  background-color: #fcaa35;
  padding-top: 10px;
  padding-bottom: 8px;
}

.group-box table tr td .finals-bar .finals-bar-inner p {
  padding-top: 0px;
  color: black;
  padding-right: 5px;
}

@media screen and (max-width: 825px) {
  .group-box table tr td .finals-bar .finals-bar-inner p {
    font-size: 10px;
  }
}

.gender-picker {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  margin-top: 15px;
}

.gender-picker .gender-option {
  flex: 1 1 1px;
  display: flex;
  height: 35px;
  font-size: 13px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
}

.gender-picker .gender-option.selected-gender {
  background-color: #fcaa35;
  color: white;
  cursor: default;
}

.futures-table-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  min-height: 100px;
}

.knockout-table {
  width: 100%;
  margin-top: 20px;
}

.knockout-table tbody {
  font-size: 14px;
}

.knockout-table th {
  padding: 10px;
  font-size: 11px;
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .knockout-table th {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 350px) {
  .knockout-table th {
    font-size: 10px;
  }
}

.knockout-table th .tennis-rank-header {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.knockout-table th .tennis-rank-header i {
  margin-left: 5px;
}

.knockout-table td {
  vertical-align: middle;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
}

.knockout-table td.detaillink {
  padding: 0;
}

.knockout-table td.detaillink > a > div {
  padding: 15px;
}

@media screen and (max-width: 1000px) {
  .knockout-table td {
    padding: 10px 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .knockout-table td {
    font-size: 11px;
  }
}

.knockout-table td h1 {
  font-size: 13px;
}

@media screen and (max-width: 350px) {
  .knockout-table td h1 {
    font-size: 12px;
  }
}

.knockout-table td img {
  width: 20px;
  vertical-align: middle;
  display: initial;
  margin-right: 10px;
}

@media screen and (max-width: 430px) {
  .knockout-table td img {
    margin-right: 5px;
  }
}

@media screen and (max-width: 350px) {
  .knockout-table td img {
    margin-right: 0;
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .knockout-table.tennis th {
    padding: 5px;
    font-size: 9px;
  }
  .knockout-table.tennis td {
    font-size: 10px;
  }
  .knockout-table.tennis td h1 {
    font-size: 10px;
  }
  .knockout-table.tennis td img {
    width: 10px;
  }
}

.detaillink {
  display: table-cell;
}

.valueSummary .to-show {
  display: none !important;
}

@media screen and (max-width: 550px) {
  .valueSummary .to-show {
    display: table-cell !important;
  }
}

.valueSummary table th {
  font-size: 12px;
}

.valueSummary table td {
  font-size: 12px;
}

.valueSummary .line-btns {
  width: 74.80916%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-left: 10%;
}

.valueSummary .line-btns p {
  font-size: 12px;
  width: 33%;
  margin-right: 0;
  text-align: right;
  color: #e0e0e0;
  float: left;
}

.valueSummary .line-btns p:last-child {
  text-align: right;
  padding-right: 6px;
}

@media screen and (max-width: 450px) {
  .valueSummary .line-btns p {
    width: 25%;
    margin-right: 0px;
    text-align: center;
    font-size: 10px;
  }
}

@media screen and (max-width: 950px) {
  .valueSummary .line-btns {
    padding-left: 0px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 450px) {
  .valueSummary .line-btns {
    margin-top: 50px;
  }
}

.valueSummary .date-select {
  text-align: right;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

.valueSummary .date-select input {
  border: 1px solid #e0e0e0;
  padding: 5px;
  margin: 0;
  background-image: url("https://statsinsider-wwwbeta.azureedge.net/static/assets/Asset18.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .valueSummary .date-select input {
    width: 35%;
  }
}

.valueSummary .date-select input:hover {
  cursor: pointer;
}

.valueSummary .date-select p {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .valueSummary .date-select {
    position: absolute;
    top: 5px;
    right: 20px;
  }
}

@media screen and (max-width: 550px) {
  .valueSummary .date-select {
    top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 1000px) {
  .valueSummary .knockout-table td .details-text.large {
    display: none;
  }
}

.valueSummary .knockout-table td .details-text.small {
  display: none;
}

@media screen and (max-width: 1000px) {
  .valueSummary .knockout-table td .details-text.small {
    display: inline;
  }
}

.valueSummary .knockout-table td.button {
  min-width: 125px;
}

@media screen and (max-width: 1000px) {
  .valueSummary .knockout-table td.button {
    min-width: unset;
  }
}

.valueSummary .knockout-table td img.emoji {
  margin-right: 0;
  display: inline;
}

.valueSummary .loading {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 13px;
  font-family: "roboto-medium";
  background-color: white;
}

.wc-match .widget-title {
  margin-bottom: 10px;
  transition: 0.5s;
}

.wc-match .widget-title.flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.wc-match .mrt-team h1 {
  padding-top: 0px;
}

.wc-match .wc-preview-wrap {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 1030px) {
  .wc-match .wc-preview-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.wc-match .wc-preview-wrap .wc-preview {
  border: 0px;
}

.wc-match .punting-widget {
  height: auto;
}

.wc-match .wc-to-win .widget-box-large {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wc-match .wc-to-win .widget-circle img {
  background-image: none;
  width: 100%;
}

.wc-match .draw {
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-size: 14px;
}

.wc-match .draw h1 {
  font-size: 20px;
  padding-bottom: 10px;
  font-family: "roboto-medium";
}

.wc-match .draw h2 {
  padding-bottom: 10px;
}

.wc-match .draw p {
  font-size: 14px;
  border: 1px solid black;
  padding: 10px;
  width: 60px;
  margin: 0 auto;
}

.wc-match .top-markets-cntr .inner-boxes {
  padding-top: 60px;
  padding-bottom: 10px;
  height: auto;
  display: block;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar p {
  background-color: #f2f2f2 !important;
  font-size: 14px;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar .left {
  background-color: rgba(252, 170, 53, 0.5);
  padding: 10px;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar .left h1 {
  float: left;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar .right {
  background-color: #fcaa35;
  padding: 10px;
}

.wc-match .top-markets-cntr .inner-boxes .over-bar .right h1 {
  float: right;
}

.wc-match .top-markets-cntr .bar-text {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
  font-size: 14px;
}

.wc-match .markets-bottom-text h1 {
  border: 1px solid black;
  width: 60px;
  margin: 0 auto;
  padding: 10px;
}

.wc-match .markets-bottom-text p {
  width: 33%;
}

.wc-match .wc-table {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  padding: 20px;
  background-color: white;
  margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
  .wc-match .wc-table {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.wc-match .correct-score {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wc-match .correct-score .table-ctr {
  flex: 1;
  overflow-y: scroll;
}

.wc-match .correct-score table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.wc-match .correct-score table tr {
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
}

.wc-match .correct-score table tr:last-child {
  border-bottom: 0px;
}

.wc-match .correct-score table tr.header-row {
  height: unset;
}

.wc-match .correct-score table th {
  border-bottom: 1px solid black;
  padding: 10px;
  vertical-align: middle;
  font-size: 12px;
}

.wc-match .correct-score table td {
  vertical-align: middle;
}

.wc-match .correct-score table td img {
  width: 26px;
  margin: 0 auto;
}

.wc-match .correct-score-matrix-ctr {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.wc-match .correct-score-matrix-ctr .table-ctr {
  flex: 1;
  border: 1px solid #e0e0e0;
  padding: 5px 20px 20px 5px;
}

.wc-match .correct-score-matrix-ctr table {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  font-size: 12px;
}

.wc-match .correct-score-matrix-ctr table .away-team-name {
  font-size: 13px;
}

.wc-match .correct-score-matrix-ctr table .away-team-name td {
  height: 20px;
}

.wc-match .correct-score-matrix-ctr table .away-team-header {
  font-size: 11px;
}

.wc-match .correct-score-matrix-ctr table .away-team-header td {
  height: 15px;
}

.wc-match .correct-score-matrix-ctr table td {
  padding: 5px;
  position: relative;
  vertical-align: middle;
}

.wc-match .correct-score-matrix-ctr table td.home-team-name {
  font-size: 13px;
  width: 20px;
}

.wc-match .correct-score-matrix-ctr table td.home-team-name .rotated {
  width: 200px;
}

.wc-match .correct-score-matrix-ctr table td.home-team-header {
  font-size: 11px;
  width: 20px;
}

.wc-match .correct-score-matrix-ctr table td.score-box {
  width: 13%;
}

.wc-match .correct-score-matrix-ctr table .rotated {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}

.tab-filters {
  background-color: white;
  width: 80%;
  margin: 0 auto;
}

.tab-filters a {
  text-decoration: underline;
  opacity: 0.8;
  font-size: 11px;
  color: #fcaa35;
}

.tab-filters a p {
  margin-top: 5px !important;
}

.tab-filters .top-banner {
  background-color: black;
}

.tab-filters .top-banner img {
  width: 25%;
  padding: 15px;
}

.tab-filters .top-text {
  padding-left: 25px;
  padding-top: 10px;
  font-family: 'roboto';
}

.tab-filters .dropdown-area h1 {
  border: 1px solid #fcaa35;
  padding: 10px;
  width: 200px;
  margin-top: 10px;
  margin-left: 25px;
  text-align: center;
  color: #fcaa35;
  transition: 0.5s;
}

.tab-filters .dropdown-area h1:hover {
  cursor: pointer;
  color: white;
  background-color: #fcaa35;
}

.tab-filters .dropdown-area .dropdown-filter {
  display: none;
  border: 1px solid black;
  width: 95%;
  margin: 0 auto;
  margin-top: 10px;
}

.tab-filters .dropdown-area .dropdown-filter p {
  width: 20%;
  float: left;
  padding: 10px;
  font-size: 11px;
}

.tab-filters .dropdown-area .dropdown-filter p:hover {
  cursor: pointer;
  color: #fcaa35;
}

.tab-filters #games {
  margin-top: 10px;
}

.tab-filters #games li {
  list-style: none;
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  width: 28%;
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

.tab-filters #games li:hover {
  cursor: pointer;
}

.tab-filters #games li h1 {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}

.tab-filters #games li p {
  font-size: 12px;
  margin-top: 10px;
}

.wc-widget-ctr {
  max-width: 645px;
  border: 1px solid #e0e0e0;
  background-color: white;
  margin: 0 auto;
}

.wc-widget-ctr .top-box .logo {
  width: 30%;
  height: auto;
}

.wc-widget-ctr .top-box .logo img {
  width: 82%;
  margin: 10px;
  margin: 0 auto;
  display: block;
  padding: 10px;
}

@media screen and (max-width: 400px) {
  .wc-widget-ctr .top-box .logo img {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .wc-widget-ctr .top-box .logo {
    width: 100%;
  }
}

.wc-widget-ctr .top-box .title-text {
  width: 70%;
  padding: 15px;
  text-align: right;
}

.wc-widget-ctr .top-box .title-text h1 {
  font-size: 18px;
}

.wc-widget-ctr .top-box .title-text p {
  font-size: 12px;
}

@media screen and (max-width: 400px) {
  .wc-widget-ctr .top-box .title-text {
    width: 100%;
    text-align: center;
  }
}

.wc-widget-inner {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 400px) {
  .wc-widget-inner {
    width: 90%;
  }
}

.wc-widget-inner .wc-widget-title {
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
  color: black;
  font-family: "roboto-bold";
}

.wc-widget-inner .widget-odds {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
  width: 55px;
  margin-top: 10px;
  font-family: "roboto-bold";
}

.wc-widget-inner .left {
  width: 60%;
  border-right: 1px solid #e0e0e0;
  padding-right: 20px;
  margin-top: 20px;
  font-family: "roboto-bold";
}

@media screen and (max-width: 400px) {
  .wc-widget-inner .left {
    width: 100%;
    padding-right: 0px;
    border-right: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
  }
}

.wc-widget-inner .left .top-area {
  margin-bottom: 10px;
}

.wc-widget-inner .left .top-area img {
  width: 20%;
  padding: 7px;
}

.wc-widget-inner .left .top-area table {
  width: 60%;
  text-align: center;
  float: left;
  margin-top: 10px;
}

.wc-widget-inner .left .top-area table tr {
  height: 25px;
}

.wc-widget-inner .left .bottom-area {
  text-align: center;
  margin-top: 20px;
}

.wc-widget-inner .left .bottom-area .left-area {
  float: left;
  width: 30%;
}

.wc-widget-inner .left .bottom-area .middle-area {
  float: left;
  width: 40%;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}

.wc-widget-inner .left .bottom-area .middle-area img {
  width: 80%;
}

.wc-widget-inner .left .bottom-area .right-area {
  float: left;
  width: 30%;
}

.wc-widget-inner .left .bottom-area .percents {
  font-size: 22px;
  margin-top: 25px;
}

.wc-widget-inner .right {
  width: 40%;
  padding-left: 20px;
}

@media screen and (max-width: 400px) {
  .wc-widget-inner .right {
    width: 100%;
    padding-left: 0px;
  }
}

.wc-widget-inner .right .right-inner {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.wc-widget-inner .right .right-inner img {
  margin: 0 auto;
  margin-top: 30px;
  width: 100px;
  display: block;
  margin-bottom: 10px;
}

.wc-widget-inner .right .right-inner h2 {
  font-size: 13px;
}

.wc-widget-inner .right .right-inner .chance-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid black;
}

.wc-widget-inner .right .right-inner .chance-box h1 {
  font-size: 9px;
  margin: 10px;
  font-family: 15px;
}

.wc-widget-inner .right .right-inner .chance-box .chance-bar {
  width: 90%;
  margin: 0 auto;
}

.wc-widget-inner .right .right-inner .chance-box .chance-bar .left-bar {
  width: 40%;
  background-color: #e0e0e0;
  float: left;
  padding: 6px;
}

.wc-widget-inner .right .right-inner .chance-box .chance-bar .left-bar h2 {
  font-size: 11px;
  float: left;
}

.wc-widget-inner .right .right-inner .chance-box .chance-bar .right-bar {
  width: 60%;
  background-color: #fcaa35;
  float: left;
  padding: 6px;
  padding-left: 0px;
}

.wc-widget-inner .right .right-inner .chance-box .chance-bar .right-bar h2 {
  font-size: 11px;
  float: right;
  margin-right: 10px;
}

.wc-widget-inner .right .right-inner .chance-box .bottom-text {
  width: 90%;
  margin: 0 auto;
}

.wc-widget-inner .right .right-inner .chance-box .bottom-text p {
  border: 0px;
  font-size: 9px;
  width: 50%;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 5px;
  font-family: "roboto-medium";
}

.footer-text {
  font-size: 8px;
  padding: 0px 10px 5px;
  font-family: "roboto-bold";
}

@media screen and (max-width: 400px) {
  .footer-text {
    margin-top: 20px;
  }
}

.footer-text .footer-left {
  width: 50%;
  text-align: left;
  float: left;
}

.footer-text .footer-right {
  width: 50%;
  text-align: right;
  float: left;
}

.footer-text span {
  color: #909090;
}

.wc-sidebar {
  max-width: 328px;
}

.wc-sidebar .top-box .logo {
  width: 40%;
  height: 75px;
}

.wc-sidebar .top-box .logo img {
  width: 85%;
  margin: 15px 0px 10px 10px;
  padding: 0px;
}

.wc-sidebar .top-box .title-text {
  width: 60%;
  text-align: left;
  padding: 5px;
}

.wc-sidebar .top-box .title-text h1 {
  font-size: 16px;
}

.wc-sidebar .top-box .title-text p {
  font-size: 14px;
}

.wc-sidebar .wc-widget-inner {
  width: 90%;
}

.wc-sidebar .wc-widget-inner .left {
  width: 100%;
  border: 0px;
  padding-right: 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

.no-border {
  border: none !important;
}

.full-width {
  width: 100% !important;
}

.full-width-span {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.full-width-span div:last-of-type {
  margin-right: 0px !important;
  position: relative;
}

.blog-page {
  margin-top: 10px;
}

.match-box {
  display: none;
  text-align: center;
  background-color: orange;
  width: 100%;
  height: 20px;
}

.hover-black:hover {
  color: black !important;
}

.half-width-wrap {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 850px) {
  .half-width-wrap {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.half-span {
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a:hover {
  color: #fcaa35;
}

.clearfix {
  clear: both;
}

.grey {
  color: #aaaaaa;
}

.bold {
  font-weight: bold;
}

.ch-bold {
  font-family: 'cooper-hewitt-bold';
}

.mb-zero {
  margin-bottom: 0px;
}

.mb-50 {
  margin-bottom: 3.125em;
}

.mb-20 {
  margin-bottom: 1.25em;
}

.mb-35 {
  margin-bottom: 10px;
  background-color: white;
  padding: 20px;
}

.mb-35 .widget-title {
  margin-bottom: 0px;
}

.mg-top2 {
  margin-top: 2px;
}

.rbt {
  font-family: "roboto-thin";
}

.subtext {
  font-family: 'roboto-thin';
}

.mg-top20 {
  margin-top: 1.25em;
}

.pl-20 {
  padding-left: 1.5625em;
}

.bt-red {
  border-top: 3px solid #f92c47;
}

.bt-green {
  border-top: 3px solid #60dd63;
}

.bt-blue {
  border-top: 3px solid #1dafed;
}

.bt-orange {
  border-top: 3px solid #fcaa35;
}

@media screen and (max-width: 750px) {
  .dp-none-small {
    display: none;
  }
}

.bt-violet {
  border-top: 3px solid #b9add3;
}

.bg-orange {
  background: #fcaa35 !important;
}

body {
  font-family: "roboto-medium";
  color: black;
  letter-spacing: 0.5px;
  background-color: #f2f2f2;
  background-size: 2400px;
  background-position: center;
  background-attachment: fixed;
}

html, body {
  height: 100%;
}

@media screen and (min-width: 1200px) {
  .match-page {
    width: 74.8% !important;
  }
}

.nav-ctr {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}

.mobile-match-carousel {
  background-color: #1a1a1a;
  padding: 5px;
  display: none;
}

@media screen and (max-width: 750px) {
  .mobile-match-carousel {
    display: block;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 78.125em;
  overflow: auto;
  background: #f2f2f2;
}

@media screen and (max-width: 1000px) {
  .container {
    padding: 5px;
    min-width: 200px;
  }
}

@media screen and (max-width: 1250px) {
  .container.sports-hub-container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1000px) {
  .container.sports-hub-container {
    padding: 5px;
    min-width: 200px;
  }
}

.container .main-page-container {
  float: none;
  margin: 10px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.container .main-page-container.racing {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media screen and (max-width: 750px) {
  .container .main-page-container.racing {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .container .main-page-container {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1250px) {
  .container .main-page-container {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .container .main-page-container .left-side-bar {
    display: none !important;
  }
}

.container .main-page-container .page-container-right {
  display: inline;
  float: left;
  width: 24.42748%;
  float: left;
  margin-right: 0.76336%;
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .container .main-page-container .page-container-right {
    width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {
  .container .main-page-container .page-container-right {
    width: 32.82443%;
    float: left;
    margin-right: 0.76336%;
    margin-right: 0px;
  }
}

.container .main-page-container .page-container-right.racing {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media screen and (max-width: 600px) {
  .container .main-page-container .page-container-right.racing {
    padding-left: 0;
    padding-right: 0;
  }
}

.container .main-page-container .page-container-left {
  margin-right: 1.25em;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
}

@media screen and (max-width: 1200px) {
  .container .main-page-container .page-container-left {
    width: 66.41221%;
    float: left;
    margin-right: 0.76336%;
  }
}

@media screen and (max-width: 750px) {
  .container .main-page-container .page-container-left {
    width: 100%;
    padding-right: 0;
  }
}

.left {
  display: inline;
  float: left;
  padding: 0;
}

.right {
  display: inline;
  float: right;
  padding: 0;
}

.page-help-link {
  font-family: "roboto-thin";
  margin-top: 10px;
}

.tweet-bar {
  clear: both;
  overflow: auto;
  line-height: 25px;
  background-color: red;
  color: white;
}

@media screen and (max-width: 750px) {
  .tweet-bar {
    display: none;
  }
}

.inner-tweet-bar {
  font-weight: normal;
  background-color: red;
  margin: 0 auto;
}

.inner-tweet-bar span {
  color: #fcaa35;
  cursor: help;
}

.inner-tweet-bar p {
  font-size: 12px;
}

.game-scroll-bar {
  /*  @media screen and (max-width: $break-large){
    @include span (8 of 12);
  }*/
  height: 5em;
  line-height: 5.9375em;
  width: 58.01527%;
  float: left;
  margin-right: 0.76336%;
  margin-right: 0px;
  /*  padding-left: 20px;
  padding-right: 20px;*/
}

@media screen and (max-width: 750px) {
  .game-scroll-bar {
    width: unset;
    float: unset;
    height: unset;
  }
}

.game-scroll-bar .button {
  float: left;
  padding: 0;
  color: white;
  line-height: normal;
  font-size: 12px;
  padding: 2px;
  margin-right: 3px;
  font-family: 'roboto-thin';
  border: 1px solid #565656;
  width: 60px;
}

.game-scroll-bar .sorter-drop {
  display: none;
  color: white;
  position: absolute;
  top: 45px;
  font-size: 12px;
  border: 1px solid #565656;
  width: 60px;
}

.game-scroll-bar .sorter-drop ul li {
  line-height: 6px;
  padding: 10px;
  font-family: 'roboto-thin';
}

.game-scroll-bar .sorter-drop ul li:hover {
  cursor: pointer;
}

.mp-gd-wrp {
  margin-left: 20px;
}

.game-dropper {
  font-family: "roboto-medium";
  font-weight: bold;
  font-size: 12px;
  vertical-align: top;
  height: 40px;
  width: 8.85714%;
  padding-top: 15px;
  padding-left: 5px;
}

@media screen and (min-width: 750px) {
  .game-dropper {
    float: left;
  }
}

@media screen and (max-width: 750px) {
  .game-dropper {
    width: 100%;
    margin-right: 0.625em;
    display: none;
  }
}

.game-dropper i {
  margin-left: 8px;
  font-size: 17px;
  width: 0;
  color: black;
}

.game-dropper .ui.simple.dropdown .menu {
  top: 100% !important;
  color: white;
  max-height: 200px;
  overflow: auto;
}

.game-dropper .menu {
  border: 1px #fcaa35 solid;
}

.game-dropper .ui.dropdown .scrolling.menu > .item.item.item, .game-dropper .ui.scrolling.dropdown .menu .item.item.item {
  color: black !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding: 5px;
  font-size: 12px;
}

.game-dropper .ui.dropdown .scrolling.menu > .item.item.item:hover, .game-dropper .ui.scrolling.dropdown .menu .item.item.item:hover {
  color: #fcaa35 !important;
}

.main-left-selector {
  cursor: pointer;
  float: left;
  width: 15px;
  height: 10px;
}

@media screen and (max-width: 750px) {
  .main-left-selector {
    margin-left: 0px;
  }
}

.main-left-selector img {
  width: 100%;
  padding-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  .main-left-selector img {
    vertical-align: baseline;
  }
}

.main-right-selector {
  height: 10px;
  cursor: pointer;
  float: left;
  width: 15px;
}

.main-right-selector img {
  width: 100%;
  padding-bottom: 5px;
  vertical-align: middle;
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  .main-right-selector img {
    vertical-align: baseline;
  }
}

.sports-window-ctr {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sports-window-ctr {
    margin-left: 0;
    overflow: auto;
  }
}

.sports-window-ctr .sports-window-inr-wrp {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
  border: white 1px solid;
}

@media screen and (min-width: 750px) {
  .sports-window-ctr .sports-window-inr-wrp {
    width: 100%;
  }
}

.sports-windows {
  width: 90%;
  line-height: 1em;
  padding-top: 0.625em;
}

@media screen and (max-width: 1030px) {
  .sports-windows {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .sports-windows {
    margin-bottom: 0.375em;
    margin: 0 auto;
    padding-top: 0;
  }
}

.sports-windows .sports-window-inner {
  padding: 0 5px 5px;
}

@media screen and (min-width: 750px) {
  .sports-windows {
    float: left;
  }
}

.sports-windows .sports-window {
  height: auto !important;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  min-height: 55px;
  border: solid #565656 1px;
  padding-top: 2px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .sports-windows .sports-window {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.sports-windows .sports-window:hover {
  background-color: #1a1a1a;
  cursor: pointer;
}

.sports-windows .sports-window-inner-title {
  text-transform: uppercase;
  font-size: 11px;
  font-family: "roboto-medium";
  color: #fcaa35;
}

@media screen and (max-width: 850px) {
  .sports-windows .sports-window-inner-title {
    font-size: 8px;
  }
}

.sports-windows .sports-window-inner-title:hover {
  color: #fcaa35;
}

.sports-windows .sports-window-inner-teamname {
  color: white;
  font-size: 11px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "roboto-medium";
  padding-right: 10px;
}

@media screen and (max-width: 850px) {
  .sports-windows .sports-window-inner-teamname {
    font-size: 9px;
  }
}

.sports-windows .sports-window-inner-teamname .scroll-matchswitch {
  width: 80%;
}

@media screen and (max-width: 1140px) {
  .sports-windows .sports-window-inner-teamname .scroll-matchswitch {
    width: 50%;
  }
}

.sports-windows .sports-window-inner-teamname .team-name {
  flex: 1;
  min-width: 30px;
}

.sports-windows .sports-window-inner-teamname .team-score {
  margin-left: 6%;
  flex: 1;
}

.sports-windows .sports-window-inner-teamname .team-prob {
  flex: 2;
  color: lightgrey;
}

.sports-windows .sports-window-state h1 {
  border-top: solid #565656 1px;
  padding: 3px;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 750px) {
  .sports-windows .sports-window-state h1 {
    padding: 1px;
    font-size: 10px;
  }
}

.sports-window-ball-ctr {
  position: absolute;
  left: 78%;
  top: 45%;
}

@media screen and (max-width: 750px) {
  .sports-window-ball-ctr {
    left: 69%;
    top: 37%;
    display: none;
  }
}

.sports-window-ball-ctr img {
  width: 22px;
}

.match-page-title {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.match-page-title .teams {
  margin-right: 10px;
  margin-left: 10px;
}

.predictions-title {
  clear: both;
  font-family: 'roboto-medium';
  color: white;
  background-color: #1a1a1a;
  min-height: 100px;
  font-size: 12px;
  margin-bottom: 10px;
  -webkit-box-shadow: inset 0px 4px 12px -3px black;
  -moz-box-shadow: inset 0px 4px 12px -3px black;
  box-shadow: inset 0px 4px 12px -3px black;
}

.predictions-title.mobile-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .predictions-title.mobile-only {
    display: block;
  }
}

.predictions-title.nojersey {
  min-height: 0;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 10px;
}

.predictions-title .match-date h1 {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.predictions-title .predictions-main {
  text-align: center;
  margin: 0 auto;
}

.predictions-title .predictions-main .team-title-cntr {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
}

.predictions-title .predictions-main .team-title-cntr .calendar-icon {
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
}

.predictions-title .predictions-main .team-title-cntr .calendar-icon .race-date-picker-ctr {
  position: absolute;
  top: 20px;
}

.predictions-title .predictions-main .team-title-cntr .calendar-icon .race-date-picker-ctr .ui-datepicker {
  width: 250px;
}

.predictions-title .predictions-main .team-title-cntr .teams i {
  padding-right: 20px !important;
}

.predictions-title .predictions-main .team-title-cntr .teams i {
  padding-left: 20px !important;
}

.predictions-title .predictions-main .team-circle-color {
  float: left;
  margin-top: 2px;
  background: pink;
  height: 1.25em;
  width: 1.25em;
  -webkit-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -ms-border-radius: 1.25em;
  -o-border-radius: 1.25em;
  border-radius: 1.25em;
  border: orange 2px solid;
}

.predictions-title .predictions-main .team-circle-color:last-child {
  float: left;
  background: green;
  margin-left: 0.5em;
}

@media screen and (max-width: 750px) {
  .predictions-title .predictions-main .team-circle-color:last-child {
    margin-left: 0px;
  }
}

@media screen and (max-width: 750px) {
  .predictions-title .predictions-main .team-circle-color {
    width: 20px;
    height: 20px;
  }
}

.predictions-title .predictions-main .teams div {
  text-transform: uppercase;
  margin-top: 2px;
  margin-right: 0.625em;
  vertical-align: bottom;
  margin-left: 0.625em;
  display: inline;
  float: left;
}

@media screen and (max-width: 750px) {
  .predictions-title .predictions-main .teams div {
    font-size: 15px;
    margin: 0px;
  }
}

.underliner {
  clear: both;
  margin: 0 auto;
  width: 2.5em;
  border-bottom: 1px solid white;
  color: #fcaa35;
  height: 1px;
  margin-bottom: 1.25em;
  padding-top: 0.3125em;
}

.game-date {
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "roboto-medium";
}

.game-venue {
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "roboto-light";
}

.how-to-bar-ctr {
  overflow: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1.875em;
}

@media screen and (max-width: 750px) {
  .how-to-bar-ctr {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .how-to-bar-ctr {
    padding-left: 0em;
  }
}

.how-to-bar-ctr .how-to-txt {
  display: inline;
  float: right;
  font-size: 0.5em;
}

.how-to-bar-ctr .how-to-txt:hover {
  cursor: help;
}

.games-round-title {
  width: 55%;
  font-size: 0.5625em;
  padding-left: 26px;
  margin-bottom: 8px;
  text-align: left;
  font-size: 0.625em;
  font-family: 'roboto-bold';
  letter-spacing: 0.08em;
}

.round-games-scrollbar-ctr {
  clear: both;
  width: 100%;
  font-family: "cooper-hewitt-bold";
}

.round-games-scrollbar-ctr .caret-left-svg, .round-games-scrollbar-ctr .caret-right-svg {
  width: 2.8%;
  padding-top: 5px;
  float: left;
}

.round-games-scrollbar-ctr .caret-left-svg {
  margin-right: 10px;
  display: inline;
  float: left;
}

.round-games-scrollbar-ctr .caret-right-svg {
  display: inline;
  float: right;
}

.round-games-scrollbar-ctr img {
  width: 100%;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr {
  display: inline;
  float: left;
  width: 87%;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller {
  width: 100%;
  display: inline;
  float: left;
  height: 20px;
  line-height: 25px;
}

@media screen and (max-width: 750px) {
  .round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller .round-games-responsive {
    display: none;
  }
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div {
  border: 1px solid #e0e0e0;
  cursor: pointer;
  text-align: center;
  font-size: 0.5em;
  padding-top: 0.4375em;
  background: white;
  width: 11.49425%;
  float: left;
  margin-right: 1.14943%;
}

@media screen and (max-width: 750px) {
  .round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div {
    width: 23%;
    float: left;
  }
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div:first-child {
  display: block;
  color: white;
  background: #fcaa35;
  clear: both;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div:last-child {
  float: right;
  margin-right: 0;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div span {
  color: #1a1a1a;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div span:hover {
  color: #000000;
}

.round-games-scrollbar-ctr .games-round-scroller-ctr .games-round-scroller div:hover {
  background: #fcaa35;
}

.projected-ladder-title {
  float: right;
  margin-right: 0;
  padding-top: 10px;
  overflow: auto;
  font-size: 10px;
  margin-top: 9px;
  color: #fcaa35;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-align: right;
}

.projected-ladder-title:hover {
  color: #000000;
  cursor: pointer;
}

.click-bar:hover {
  color: #fcaa35;
}

.click-bar h1 {
  text-align: center;
  font-family: 'roboto';
  line-height: 1px;
}

.click-bar i {
  float: left;
  line-height: 1px;
}

.main-sports-section {
  clear: both;
  overflow: auto;
  /*    .background-color-wrap {
      height: 600px;
    }*/
}

.main-sports-section .main-sports-title {
  font-size: 18px;
  background: #000000;
  border: #343434 1px solid;
  font-family: "cooper-hewitt-bold";
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-top: 2px;
}

.main-sports-section .team-points-bar {
  border: 1px #1a1a1a solid;
  height: 35px;
  line-height: 35px;
  background: black;
}

.main-sports-section .team-points-bar .team {
  width: 49.71429%;
  float: left;
  margin-right: 0.57143%;
  display: inline;
  float: left;
  padding-left: 30px;
}

.main-sports-section .team-points-bar .points {
  width: 49.71429%;
  float: left;
  margin-right: 0.57143%;
  display: inline;
  float: left;
  float: right;
  margin-right: 0;
  text-align: center;
}

.main-sports-section .team-match-ctr {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 750px) {
  .main-sports-section .team-match-ctr {
    margin-bottom: 55px;
  }
}

.main-sports-section .team-match-ctr .team-match {
  font-weight: bold;
  color: #fcaa35;
  background: #333333;
  min-height: 3.125em;
  padding-left: 2.5em;
  width: 49.71429%;
  float: left;
  margin-right: 0.57143%;
  border: black 1px solid;
  font-size: 0.8125em;
  display: inline;
  float: left;
}

.main-sports-section .team-match-ctr .team-match:nth-child(2) {
  float: right;
  margin-right: 0;
}

.main-sports-section .team-match-ctr .team-match .team-match-inner span {
  color: white;
}

.main-sports-section .team-match-ctr .team-match .team-match-inner .power-rankings-large {
  color: white;
  font-weight: normal;
  font-weight: 0.5em;
}

.main-sports-section .team-match-ctr .team-match .team-match-inner .power-rankings-large span {
  font-weight: bold;
  font-size: 1.1875em;
}

@media screen and (max-width: 750px) {
  .main-sports-section .team-match-ctr .team-match .team-match-inner .power-rankings-large {
    display: none;
  }
}

.main-sports-section .power-ranking-ctr {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 750px) {
  .main-sports-section .power-ranking-ctr {
    display: none;
  }
}

.main-sports-section .power-ranking-ctr .power-rankings {
  text-align: middle;
  color: white;
  background: #1a1a1a;
  min-height: 30px;
  line-height: 1.875em;
  width: 49.71429%;
  float: left;
  margin-right: 0.57143%;
  border: black 1px solid;
  display: inline;
  float: left;
}

.main-sports-section .power-ranking-ctr .power-rankings:nth-child(2) {
  float: right;
  margin-right: 0;
}

.main-sports-section .power-ranking-ctr .power-rankings div {
  padding-left: 30px;
  color: grey;
  font-size: 0.5em;
}

.main-sports-section .power-ranking-ctr .power-rankings div span {
  margin-left: 10px;
  color: white;
  font-weight: bold;
  font-size: 0.625em;
}

.main-sports-section .lmp-running-inner {
  overflow: auto;
}

.main-sports-section .lmp-running-inner .lmp-title {
  background: white;
  border: #e0e0e0 1px solid;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-top: 2px;
  font-family: "cooper-hewitt-bold";
}

.main-sports-section .lmp-running-inner .lmp-table-title {
  background: white;
  height: 24px;
  line-height: 20px;
  font-size: 0.8125em;
  border-bottom: #e0e0e0 1px solid;
}

.main-sports-section .lmp-running-inner .lmp-table-title div {
  font-family: "roboto-thin";
  padding-left: 75px;
  width: 66.66667%;
  float: left;
}

.main-sports-section .lmp-running-inner .lmp-table-title div:last-child {
  width: 33.33333%;
  float: left;
  float: right;
  margin-right: 0;
  text-align: center;
  padding-left: 0;
}

.main-sports-section .lmp-running-inner .lmp-table-main:first-child {
  border-top: #000000 2px solid;
}

.main-sports-section .lmp-running-inner .lmp-table-team {
  background: white;
  overflow: auto;
  font-family: 'cooper-hewitt-bold';
}

@media screen and (max-width: 750px) {
  .main-sports-section .lmp-running-inner .lmp-table-team {
    font-size: 13px;
  }
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left {
  width: 66.66667%;
  float: left;
  height: 50px;
  padding-top: 13px;
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
  overflow: hidden;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 750px) {
  .main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left {
    padding-top: 9px;
  }
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left .lmp-team-color {
  float: left;
  margin-left: 0.9375em;
  margin-right: 1.25em;
  background: #6f0036;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: #fcaa35 1px solid;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left span:nth-child(2) {
  margin-left: 3px;
  color: #fcaa35;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left div {
  font-size: 0.625em;
  font-family: 'roboto-thin';
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-left div span {
  margin-left: 3px;
  font-size: 15px;
  font-weight: bold;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-right {
  overflow: hidden;
  width: 33.33333%;
  float: left;
  float: right;
  margin-right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 2px;
  position: relative;
  border-bottom: #e0e0e0 1px solid;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-right .lmp-score {
  text-align: center;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-right .lmp-score .lmp-score-ball {
  position: absolute;
  right: 80%;
  top: 10%;
}

.main-sports-section .lmp-running-inner .lmp-table-team .lmp-tt-right .lmp-score .lmp-score-ball img {
  width: 18px;
}

.main-sports-section .results-summary-ctr {
  margin-top: 30px;
}

.main-sports-section .results-summary-ctr .results-summary-title {
  text-align: center;
  font-family: "cooper-hewitt-bold";
  background: white;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: #e0e0e0 1px solid;
  padding-top: 2px;
}

.main-sports-section .results-summary-ctr .home-results-summary-main {
  height: 5.625em;
  background: white;
  border: 1px solid #e0e0e0;
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers {
  padding-top: 20px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers {
    width: 99%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers {
    width: 99%;
    margin: 0 auto;
    padding-top: 18px;
  }
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers .hrs-a {
  width: 33%;
  display: inline;
  float: left;
}

@media screen and (max-width: 750px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers .hrs-a {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 400px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers .hrs-a {
    padding-left: 10px;
  }
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-icon {
  margin-top: -5px;
  text-align: right;
  float: left;
  padding-left: 13%;
  width: 30%;
  font-size: 2.1875em;
  color: #fcaa35;
}

@media screen and (max-width: 750px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-icon {
    padding-left: 0;
    width: 15%;
    float: left;
    margin-right: 10px;
  }
}

@media screen and (max-width: 410px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-icon {
    display: none;
  }
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp {
  display: inline;
  float: right;
}

@media screen and (max-width: 750px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp {
    display: inline;
    float: left;
  }
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp .hrs-stat {
  width: 100px;
  font-size: 1.875em;
  font-family: "cooper-hewitt-bold";
}

@media screen and (max-width: 750px) {
  .main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp .hrs-stat {
    font-size: 1.5em;
    width: 73px;
  }
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp .hrs-stat .hrs-stat-punt {
  font-family: 'roboto-thin';
  font-size: 12px !important;
  padding-bottom: 5px;
  width: 96%;
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp .hrs-stat-sub {
  text-align: center;
  display: inline;
  float: left;
  font-family: "roboto-bold";
  font-size: 0.625em;
  font-weight: bold;
}

.main-sports-section .results-summary-ctr .home-results-summary-main .hrs-containers div .hrs-stat-wrp .hrs-stat-sub span {
  font-weight: normal;
  font-family: "roboto-thin";
}

.main-sports-section .results-summary-ctr .team-scores-inner .team-scores {
  float: left;
  background: gray;
  height: 2.1875em;
  line-height: 2.1875em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  width: 49.71429%;
  float: left;
  margin-right: 0.57143%;
}

.main-sports-section .results-summary-ctr .team-scores-inner .team-scores .score {
  margin-left: 0.9375em;
}

.main-sports-section .results-summary-ctr .team-scores-inner .team-scores:nth-child(2) {
  float: right;
  margin-right: 0;
}

.main-sports-section .simulations-ctr {
  background-color: white;
  padding: 1.25em;
  margin-right: 0px !important;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.main-sports-section .simulations-ctr:last-child {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .main-sports-section .simulations-ctr {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.main-sports-section .sports-expander-btn i {
  font-size: 0.8125em;
}

.main-sports-section .sports-expander-btn .seb-plus, .main-sports-section .sports-expander-btn .seb-minus {
  font-size: 1.25em;
  color: lightgrey;
  float: right;
  margin-right: 1.25em;
  margin-top: -0.125em;
  cursor: pointer;
}

.main-sports-section .sports-expander-btn .seb-minus {
  display: none;
}

.main-sports-section .expander-box-text {
  text-align: center;
  background: white;
  font-family: "roboto-bold";
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: solid 1px #e0e0e0;
  border-bottom: 0px;
}

.main-sports-section .sports-expander {
  overflow: auto;
  clear: both;
  padding-bottom: 10px;
}

.main-sports-section .sports-expander .sports-expander-inner {
  border: #e0e0e0 1px solid;
  overflow: auto;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-title {
  text-align: center;
  font-family: "roboto-thin";
  font-size: 0.625em;
  color: #aaaaaa;
  height: 4.375em;
  line-height: 4.375em;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main {
  width: 100%;
  clear: both;
  font-family: 'roboto-thin';
  background-color: white;
  overflow: auto;
  height: 175px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-left {
  font-size: 0.8125em;
  font-family: "roboto-thin";
  width: 24.5%;
  text-align: left;
  display: inline;
  float: left;
}

@media screen and (max-width: 900px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-left {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-left {
    font-size: 0.8125em;
  }
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .hc-pie-ctr {
  display: inline;
  float: left;
  width: 51%;
}

@media screen and (max-width: 900px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .hc-pie-ctr {
    margin-left: 4%;
    width: 10%;
  }
}

@media screen and (max-width: 750px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .hc-pie-ctr {
    margin: 0 auto;
    width: 51%;
  }
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .hc-pie-ctr .hc-pie-ctr-inr {
  width: 110px;
  margin: 0 auto;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .hc-pie-ctr .hc-pie-ctr-inr .hc-pie {
  height: 5em;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-right {
  font-family: "roboto-thin";
  float: right;
  width: 24.5%;
  text-align: left;
  font-size: 0.8125em;
}

@media screen and (max-width: 900px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-right {
    font-size: 10px;
  }
}

@media screen and (max-width: 750px) {
  .main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-right {
    font-size: 0.8125em;
  }
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inner-right div {
  margin-bottom: 2px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-top {
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 35%;
  height: 3.75em;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-top i {
  color: red;
  position: absolute;
  top: 66%;
  left: 10%;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-top div {
  margin-bottom: 3px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-top div:last-child {
  margin-top: 5px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-bottom {
  margin-top: 5px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 35%;
  height: 5em;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-bottom i {
  color: green;
  position: absolute;
  top: 49%;
  left: 10%;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-bottom div {
  margin-bottom: 3px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-main .sei-inr-bottom div:last-child {
  margin-top: 5px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-bottom {
  border-top: 1px solid #e0e0e0;
  clear: both;
  letter-spacing: 0.04em;
  padding-bottom: 8px;
  overflow: auto;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-bottom .sei-stats {
  font-family: "roboto-thin";
  text-align: center;
  width: 33.33333%;
  float: left;
  margin-top: 0.3125em;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-bottom .sei-stats:nth-child(2) {
  padding-top: 18px;
  font-family: "cooper-hewitt-bold";
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-bottom .sei-stats span {
  font-size: 0.8125em;
  margin-bottom: 2px;
}

.main-sports-section .sports-expander .sports-expander-inner .sei-top-bottom .sei-stats div {
  font-family: "cooper-hewitt-bold";
  border: 1px solid #60dd63;
  text-align: center;
  width: 3.125em;
  margin: 0 auto;
  margin-top: 0.125em;
  padding: 2px;
  padding-top: 6px;
}

.team-stats-ctr {
  background-color: white;
  padding: 0.625em;
  margin-bottom: 1.25em;
  margin-top: 20px;
  margin-right: 0px !important;
  width: 49.61832%;
  float: left;
  margin-right: 0.76336%;
  min-height: 200px;
}

.team-stats-ctr:last-child {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .team-stats-ctr {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.team-stats-ctr .team-stats-title {
  font-family: "cooper-hewitt-bold";
  background: white;
  height: 31px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.team-stats-ctr .team-stats-inr .team-stats-int-title {
  background: #1a1a1a;
  overflow: auto;
  border-bottom: #e0e0e0 1px solid;
}

.team-stats-ctr .team-stats-inr .team-stats-int-title div {
  height: 25px;
  line-height: 25px;
  background: white;
  font-family: "roboto-medium";
  font-size: 12px;
  text-align: center;
  overflow: auto;
  width: 16.66667%;
  float: left;
}

.team-stats-ctr .team-stats-inr .team-stats-int-title div:first-child {
  padding-left: 10px;
  text-align: left;
  width: 33.33333%;
  float: left;
}

.team-stats-ctr .team-stats-inr .team-stats-int-title div:last-child {
  float: right;
  margin-right: 0;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row {
  clear: both;
  font-size: 11px;
  font-family: "cooper-hewitt-bold";
  overflow: auto;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row:nth-child(odd) {
  background: #f2f2f2;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row:nth-child(even) {
  background: white;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row div {
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 2px;
  border-bottom: 1px solid #e0e0e0;
  width: 16.66667%;
  float: left;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row div:first-child {
  font-family: 'cooper-hewitt-medium';
  padding-left: 10px;
  width: 33.33333%;
  float: left;
  text-align: left;
  background: white;
  border-right: 1px solid #e0e0e0;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row div:first-child span {
  font-family: 'cooper-hewitt-bold';
  font-weight: bold;
  font-size: 12px;
}

.team-stats-ctr .team-stats-inr-body .team-stats-row div:last-child {
  float: right;
  margin-right: 0;
  border-right: none;
}

.inner-ctr-right {
  font-size: 2.5em;
  color: black;
  font-weight: bold;
  text-align: center;
}

.fantasy-articles {
  height: 6.25em;
  margin-bottom: 0.375em;
  width: 100%;
  background: skyblue;
}

#tick1 {
  visibility: hidden;
}

#tick2 {
  visibility: hidden;
}

#tick3 {
  visibility: hidden;
}

#tick4 {
  visibility: hidden;
}

#tick5 {
  visibility: hidden;
}

.c20-signup-widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
}

.c20-signup-widget .c20-signup-header {
  background-color: #e0255a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "roboto-bold";
  color: white;
}

.c20-signup-widget .c20-signup-body {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
}

.c20-signup-widget .c20-signup-body .copy {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #e0255a;
  text-align: justify;
  padding-right: 15px;
}

.c20-signup-widget .c20-signup-body .disclaimer {
  font-size: 10px;
  color: grey;
  margin-bottom: 15px;
  font-family: "roboto-light";
  line-height: 1.2;
  text-align: justify;
  padding-right: 15px;
}

.c20-signup-widget .c20-signup-body .disclaimer a {
  color: #fcaa35;
}

.c20-signup-widget .c20-signup-body input[type=text], .c20-signup-widget .c20-signup-body input[type=email] {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-family: "roboto-regular";
  border: 1px solid #e0e0e0;
}

.c20-signup-widget .c20-signup-body .wfe_button {
  background-color: #e0255a;
  padding: 10px;
  font-family: "roboto-bold";
  font-size: 13px;
  text-align: center;
  color: white;
  border: none;
}

.survey-prompt-ctr {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.survey-prompt-ctr .survey-prompt-background {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
}

.survey-prompt-ctr .survey-prompt {
  border-radius: 10px;
  max-width: 95%;
  width: 600px;
  background-color: #f6f9fc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 100px 40px;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt {
    width: 500px;
    padding: 50px 40px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-close-button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  color: #fcaa35;
}

.survey-prompt-ctr .survey-prompt .survey-close-button:hover {
  color: black;
}

.survey-prompt-ctr .survey-prompt .survey-si-logo {
  width: 135px;
  margin-bottom: 30px;
  margin-left: -21px;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt .survey-si-logo {
    width: 140px;
    margin-left: -22px;
    margin-bottom: 25px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-dividing-line {
  height: 0;
  width: 60px;
  border-bottom: 1px solid #758099;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt .survey-dividing-line {
    width: 50px;
    margin-bottom: 25px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-title {
  font-family: "roboto-light";
  color: #1e2833;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt .survey-title {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .survey-prompt-ctr .survey-prompt .survey-title {
    font-size: 22px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-copy {
  font-family: "roboto-light";
  font-size: 13px;
  color: #758099;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt .survey-copy {
    margin-bottom: 40px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-button {
  background-color: #fcaa35;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  width: 135px;
  font-family: "roboto-bold";
  font-size: 13px;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 750px) {
  .survey-prompt-ctr .survey-prompt .survey-button {
    font-size: 14px;
    width: 140px;
  }
}

.survey-prompt-ctr .survey-prompt .survey-button:hover {
  color: black;
}
