@charset "UTF-8";
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.athleticsTeamPage .clG-addToCal,
body.athleticsCalendar .clG-addToCal,
body.has-athletics-widget .clG-addToCal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
body.athleticsTeamPage .clG-addToCal:before,
body.athleticsCalendar .clG-addToCal:before,
body.has-athletics-widget .clG-addToCal:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__inner,
body.athleticsCalendar .clG-addToCal .clG-addToCal__inner,
body.has-athletics-widget .clG-addToCal .clG-addToCal__inner {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -250px;
  background: #fff;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__head,
body.athleticsCalendar .clG-addToCal .clG-addToCal__head,
body.has-athletics-widget .clG-addToCal .clG-addToCal__head {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__head h3,
body.athleticsCalendar .clG-addToCal .clG-addToCal__head h3,
body.has-athletics-widget .clG-addToCal .clG-addToCal__head h3 {
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  color: #0E1F3F;
  font-size: 25px;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__head h3:first-letter,
body.athleticsCalendar .clG-addToCal .clG-addToCal__head h3:first-letter,
body.has-athletics-widget .clG-addToCal .clG-addToCal__head h3:first-letter {
  text-transform: capitalize;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__close,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  z-index: 4;
  cursor: pointer;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__close i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close i {
  display: inline-block;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__close i:after, body.athleticsTeamPage .clG-addToCal .clG-addToCal__close i:before,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:after,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:before,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close i:after,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #adadad;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__close i:after,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:after,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__close i:before,
body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:before,
body.has-athletics-widget .clG-addToCal .clG-addToCal__close i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-touch body.athleticsTeamPage .clG-addToCal .clG-addToCal__close:hover i:after, .no-touch body.athleticsTeamPage .clG-addToCal .clG-addToCal__close:hover i:before,
.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__close:hover i:after,
.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__close:hover i:before,
.no-touch body.has-athletics-widget .clG-addToCal .clG-addToCal__close:hover i:after,
.no-touch body.has-athletics-widget .clG-addToCal .clG-addToCal__close:hover i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 2px;
  background: #0E1F3F;
}
.no-touch body.athleticsTeamPage .clG-addToCal .clG-addToCal__close:hover i:after,
.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__close:hover i:after,
.no-touch body.has-athletics-widget .clG-addToCal .clG-addToCal__close:hover i:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.no-touch body.athleticsTeamPage .clG-addToCal .clG-addToCal__close:hover i:before,
.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__close:hover i:before,
.no-touch body.has-athletics-widget .clG-addToCal .clG-addToCal__close:hover i:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item {
  background: #fff;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item a, body.athleticsTeamPage .clG-addToCal .clG-addToCal__item button,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item a,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item button,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item a,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item button {
  width: 100%;
  padding: 0 16px 0 60px;
  text-align: left;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item span,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item span,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item span {
  font-size: 15px;
  color: #000;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item span:first-letter,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item span:first-letter,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item span:first-letter {
  text-transform: uppercase;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item i {
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isOutlook i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isOutlook i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isOutlook i {
  width: 26px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isGoogle i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isGoogle i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isGoogle i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isApple,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isApple {
  display: none;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isApple i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isApple i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.MacOS body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isApple, html.iOS body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isApple,
html.MacOS body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple,
html.iOS body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple,
html.MacOS body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isApple,
html.iOS body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isApple {
  display: block;
}
body.athleticsTeamPage .clG-addToCal .clG-addToCal__item.isYahoo i,
body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isYahoo i,
body.has-athletics-widget .clG-addToCal .clG-addToCal__item.isYahoo i {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230E1F3F%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
  margin-top: -13px;
}
html.no-touch body.athleticsTeamPage .clG-addToCal .clG-addToCal__item:hover,
html.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__item:hover,
html.no-touch body.has-athletics-widget .clG-addToCal .clG-addToCal__item:hover {
  background: #fbfbfb;
}
@media (max-width: 767px) {
  body.athleticsTeamPage .clG-addToCal .clG-addToCal__inner,
body.athleticsCalendar .clG-addToCal .clG-addToCal__inner,
body.has-athletics-widget .clG-addToCal .clG-addToCal__inner {
    max-width: 400px;
    margin: -140px 0 0 -200px;
  }
}
@media (max-width: 450px) {
  body.athleticsTeamPage .clG-addToCal .clG-addToCal__inner,
body.athleticsCalendar .clG-addToCal .clG-addToCal__inner,
body.has-athletics-widget .clG-addToCal .clG-addToCal__inner {
    max-width: 280px;
    margin: -140px 0 0 -140px;
  }
  body.athleticsTeamPage .clG-addToCal .clG-addToCal__head,
body.athleticsCalendar .clG-addToCal .clG-addToCal__head,
body.has-athletics-widget .clG-addToCal .clG-addToCal__head {
    padding: 40px 30px 0 30px;
  }
}

.athleticsWidget-team.two-tabs-layout .athleticsWidget-team__nav-item[data-nav=scoreboard] {
  display: none;
}
.athleticsWidget-team.two-tabs-layout .athleticsWidget-team__scoreboardContainer .calendarContainer__noResults-more,
.athleticsWidget-team.two-tabs-layout .athleticsWidget-team__scheduleContainer .calendarContainer__noResults-more {
  display: none;
}
.athleticsWidget-team .cPlayer {
  overflow: hidden;
  margin-bottom: 15px;
}
.athleticsWidget-team .cPlayer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
}
.athleticsWidget-team .cPlayer__img {
  width: 125px;
  height: 125px;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  -webkit-border-radius: 0 20px 0 20px;
     -moz-border-radius: 0 20px 0 20px;
          border-radius: 0 20px 0 20px;
  background-color: #0e1f3f;
}
.athleticsWidget-team .cPlayer__img.hasImage .cPlayer__img-backup {
  display: none;
}
@media (max-width: 767px) {
  .athleticsWidget-team .cPlayer__img {
    display: none;
  }
}
.athleticsWidget-team .cPlayer__img-backup {
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}
.athleticsWidget-team .cPlayer__jerseyNumber {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #0E1F3F;
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.athleticsWidget-team .cPlayer__jerseyNumber.noJerseyNumber {
  display: none;
}
@media (max-width: 767px) {
  .athleticsWidget-team .cPlayer__jerseyNumber {
    bottom: auto;
    right: 10px;
    top: 10px;
    left: auto;
  }
}
.athleticsWidget-team .cPlayer__jerseyNumber span {
  font-weight: normal;
  font-size: 23px;
  text-align: center;
  color: #fff;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.athleticsWidget-team .cPlayer__details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 5px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team .cPlayer__details {
    padding: 5px 0 10px;
  }
}
.athleticsWidget-team .cPlayer__team {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #161615;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  display: none;
}
.athleticsWidget-team .cPlayer__name {
  font-family: "bigcity-grotesque-pro", sans-serif;
}
@media (max-width: 767px) {
  .athleticsWidget-team .cPlayer__name {
    padding-left: 20px;
  }
}
.athleticsWidget-team .cPlayer__info {
  font-weight: 700;
  font-size: 27px;
  line-height: 42px;
  text-align: left;
  color: #000;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team .cPlayer__info {
    line-height: 1.2;
    margin-bottom: 5px;
  }
}
.athleticsWidget-team .cPlayer__position {
  color: #0E1F3F;
  margin-left: 5px;
  font-weight: 700;
  font-family: "bigcity-grotesque-pro", sans-serif;
}
.athleticsWidget-team .cPlayer__more {
  display: none;
}
.athleticsWidget-team .cPlayer__button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #808080;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.athleticsWidget-team .cPlayer__button:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.athleticsWidget-team .cPlayer__button > span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 97%;
  height: 100%;
  text-align: center;
  padding-top: 2px;
}
.athleticsWidget-team .cPlayer__button i {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}
.athleticsWidget-team .cPlayer__button i:before, .athleticsWidget-team .cPlayer__button i:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.athleticsWidget-team .cPlayer__button i:before {
  opacity: 0;
}
.athleticsWidget-team .cPlayer__button i:after {
  opacity: 1;
}
.athleticsWidget-team .cPlayer__button span span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-left: 10px;
}
.athleticsWidget-team .cPlayer__tags {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.athleticsWidget-team .cPlayer__sportTag {
  border: 1px solid #0E1F3F;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 22px;
  text-align: left;
  color: #161615;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.athleticsWidget-team .cPlayer__ageTag {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 22px;
  text-align: left;
  color: #808080;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.athleticsWidget-team__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0;
}

.athleticsWidget-team__nav-item {
  text-align: center;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0;
  border-top: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  color: #0E1F3F;
  background: #EBEBEB;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team__nav-item {
    font-size: 16px;
  }
}
html.no-touch .athleticsWidget-team__nav-item:hover {
  background: #124B8D;
  color: #fff;
}

.athleticsWidget-team__nav-item:first-child {
  border-left: none;
  z-index: 2;
}

.athleticsWidget-team__nav-item:last-child {
  border-right: none;
  margin-left: -7px;
  z-index: 0;
}

.athleticsWidget-team__nav-item:nth-child(2) {
  border-right: none;
  border-left: none;
  margin-left: -7px;
  z-index: 1;
}

.athleticsWidget-team__nav-item.active {
  background: #0E1F3F;
  color: #fff;
  pointer-events: none;
}

.athleticsWidget-team__item {
  width: 100%;
  cursor: pointer;
  position: relative;
  border: 0;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.athleticsWidget-team__item > i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.815' height='23.663' viewBox='0 0 45.815 23.663'%3E%3Cg transform='translate(-580.583)'%3E%3Cpath d='M207.825,154.656c2.666-2.781,6.341-5.382,7.906-8.968.613-2.507-2.016-4.346-3.455-6.156a59.173,59.173,0,0,1-4.737-5.538.892.892,0,0,1,1.219-1.25c3.774,2.488,10.343,7.618,9.467,12.686-1.422,4.6-6.124,7.246-9.285,10.57C208.069,156.827,206.854,155.381,207.825,154.656Z' transform='translate(408.093 -132.585)' fill='%23124b8d'/%3E%3Cpath d='M41.928.789H-.106A.894.894,0,0,1-1-.106.894.894,0,0,1-.106-1H41.928a.894.894,0,0,1,.894.894A.894.894,0,0,1,41.928.789Z' transform='translate(581.583 11.937)' fill='%23124B8D'/%3E%3C/g%3E%3C/svg%3E");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease-out;
  -o-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  width: 46px;
  height: 24px;
}
@media (max-width: 500px) {
  .athleticsWidget-team__item > i {
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    bottom: 40px;
  }
}
html.no-touch .athleticsWidget-team__item:hover > i {
  right: 10px;
}
.athleticsWidget-team__item.teamsItem, .athleticsWidget-team__item.scoreboardItem, .athleticsWidget-team__item.scheduleItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background: #FFFFFF;
  position: relative;
}
@media (max-width: 500px) {
  .athleticsWidget-team__item.teamsItem, .athleticsWidget-team__item.scoreboardItem, .athleticsWidget-team__item.scheduleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.athleticsWidget-team__item.teamsItem::before, .athleticsWidget-team__item.scoreboardItem::before, .athleticsWidget-team__item.scheduleItem::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='842' height='2' viewBox='0 0 842 2'%3E%3Cpath d='M840,1h-8a1,1,0,0,1-1-1,1,1,0,0,1,1-1h8a1,1,0,0,1,1,1A1,1,0,0,1,840,1ZM816,1H800a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,816,1ZM784,1H768a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,784,1ZM752,1H736a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,752,1ZM720,1H704a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,720,1ZM688,1H672a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,688,1ZM656,1H640a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,656,1ZM624,1H608a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,624,1ZM592,1H576a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,592,1ZM560,1H544a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,560,1ZM528,1H512a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,528,1ZM496,1H480a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,496,1ZM464,1H448a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,464,1ZM432,1H416a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,432,1ZM400,1H384a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,400,1ZM368,1H352a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,368,1ZM336,1H320a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,336,1ZM304,1H288a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,304,1ZM272,1H256a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,272,1ZM240,1H224a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,240,1ZM208,1H192a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,208,1ZM176,1H160a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,176,1ZM144,1H128a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,144,1ZM112,1H96a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,112,1ZM80,1H64a1,1,0,0,1-1-1,1,1,0,0,1,1-1H80a1,1,0,0,1,1,1A1,1,0,0,1,80,1ZM48,1H32a1,1,0,0,1-1-1,1,1,0,0,1,1-1H48a1,1,0,0,1,1,1A1,1,0,0,1,48,1ZM16,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H16a1,1,0,0,1,1,1A1,1,0,0,1,16,1Z' transform='translate(1 1)' fill='%23124B8D'/%3E%3C/svg%3E");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.athleticsWidget-team__item.teamsItem:last-child, .athleticsWidget-team__item.scoreboardItem:last-child, .athleticsWidget-team__item.scheduleItem:last-child {
  margin-bottom: 0;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-infoWrapper, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-infoWrapper, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-infoWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 500px) {
  .athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-infoWrapper, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-infoWrapper, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-infoWrapper {
    padding: 0 60px 0 0px;
    margin-top: 15px;
  }
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-title, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-title {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  color: #124B8D;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-title i, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title i, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-title i {
  font-style: normal;
  color: #124B8D;
  display: inline-block;
  margin-right: 5px;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-additional, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-additional, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-additional {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 17px;
  line-height: 1.1;
  text-align: left;
  color: #0E1F3F;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-additional i, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-additional i, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-additional i {
  color: #124B8D;
  font-style: normal;
  font-weight: 600;
  margin: 0 3px;
  font-size: 16px;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-additional a, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-additional a, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-additional a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #0E1F3F;
  -webkit-text-decoration-color: #124B8D;
     -moz-text-decoration-color: #124B8D;
          text-decoration-color: #124B8D;
  text-underline-offset: 2px;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-additional a::before, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-additional a::before, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-additional a::before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.343' height='15.466' viewBox='0 0 15.343 15.466'%3E%3Cg transform='translate(-1.95 0)'%3E%3Cg transform='translate(1.95 0)'%3E%3Cpath d='M230.545,4.084a27.826,27.826,0,0,0-3.611,3.289.341.341,0,0,0-.028.285c.056.157.216.185.382.157a3.037,3.037,0,0,0,1.463-.752,28.191,28.191,0,0,0,2.957-2.781c.128-.11.257-.219.379-.332a20.724,20.724,0,0,0,1.867-1.879,11.618,11.618,0,0,0,.081,2.236c.038.247.182.451.464.435a.491.491,0,0,0,.479-.445,10.6,10.6,0,0,0,.106-1.372c-.013-.736-.075-1.469-.116-2.2.006-.028.016-.06.022-.088v0a.307.307,0,0,0-.222-.373L234.56.2a20.152,20.152,0,0,0-3.909-.2c-.06,0-.153.106-.182.182a.33.33,0,0,0,.132.379,2.185,2.185,0,0,0,1.284.5c.5.041,1,.091,1.494.125a13.418,13.418,0,0,0-1.021.911C231.739,2.744,231.15,3.42,230.545,4.084Z' transform='translate(-219.843 0)' fill='%23124B8D'/%3E%3Cpath d='M16.745,13.737a27.187,27.187,0,0,0-.357,2.859l-.028.385-.013.194-.019.179-.009.1c-.006.028-.013.053-.019.078-.013.05-.022.1-.038.153a2.441,2.441,0,0,1-.116.319,2.413,2.413,0,0,1-.858,1.03,2.233,2.233,0,0,1-.742.319,3.188,3.188,0,0,1-.855.053l-1.948-.038q-1.95-.033-3.9-.063l-1.951-.019-.492,0H5.157l-.213-.013a2.131,2.131,0,0,1-1.732-1.287,2.013,2.013,0,0,1-.163-.742l-.019-.968c.013-.645.022-1.29.034-1.939L3.1,11.259c0-1.015.009-2.026.013-3.041l0-.1a.366.366,0,0,1,.009-.069L3.14,7.93a2.226,2.226,0,0,1,.081-.282,1.965,1.965,0,0,1,.272-.52A2.112,2.112,0,0,1,4.412,6.4a2.11,2.11,0,0,1,.573-.144l.15-.013.188,0,.382-.009c.511-.013,1.021-.028,1.532-.041C8.4,6.157,9.36,6.013,9.276,5.731c-.078-.26-.9-.451-2.092-.479-.536-.013-1.071-.028-1.607-.041l-.4-.009c-.069,0-.153,0-.232.006l-.119,0L4.7,5.227a2.975,2.975,0,0,0-.911.257,3.63,3.63,0,0,0-.42.229A3.792,3.792,0,0,0,3,6.007a3.124,3.124,0,0,0-.6.739,3.011,3.011,0,0,0-.357.889c-.022.075-.031.166-.047.251l-.019.128c-.006.047-.006.072-.009.106L1.95,8.35v.2C1.956,10.276,1.975,12,2,13.727l.034,2.587.009.648,0,.163v.081l.006.094a2.946,2.946,0,0,0,.038.373,3.038,3.038,0,0,0,.21.717,3.09,3.09,0,0,0,.379.642,3.146,3.146,0,0,0,.968.927c.1.053.2.11.3.16s.21.094.319.125a2.58,2.58,0,0,0,.341.091,3,3,0,0,0,.341.05l.144.013.172.006.291.009.583.019,1.168.028q2.34.047,4.695.044h1.986l.088,0a2.747,2.747,0,0,0,.36-.031,3.293,3.293,0,0,0,2.349-1.532l.094-.153c.028-.053.053-.11.081-.163a2.427,2.427,0,0,0,.138-.335,2.745,2.745,0,0,0,.1-.348,3.534,3.534,0,0,0,.063-.385.429.429,0,0,0,.006-.085l0-.072.006-.147v-.915q.009-1.174.016-2.349a2.381,2.381,0,0,0-.182-.852C16.974,12.853,16.842,13.207,16.745,13.737Z' transform='translate(-1.95 -5.039)' fill='%23124B8D'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 0px !important;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-date, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date {
  width: 70px;
  height: 70px;
  background: #EBEBEB;
  border: 1px solid #00000000;
  -webkit-border-top-right-radius: 10px;
     -moz-border-radius-topright: 10px;
          border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
     -moz-border-radius-bottomleft: 10px;
          border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-date .day, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .day, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date .day {
  font-family: "bigcity-grotesque-pro", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #0E1F3F;
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-date .month, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .month, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date .month {
  font-family: "bigcity-grotesque-pro", sans-serif;
  text-align: center;
  color: #0E1F3F;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-teamName, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-teamName {
  margin-right: 5px;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-right: 100px;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.noResult .athleticsWidget-team__item-result {
  display: none;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasWon .athleticsWidget-team__item-result {
  background: #26BEB8;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasWon .athleticsWidget-team__item-result i:before {
  content: "W";
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasLost .athleticsWidget-team__item-result {
  background: #F48067;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasLost .athleticsWidget-team__item-result i:before {
  content: "L";
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasTied .athleticsWidget-team__item-result i:before {
  content: "T";
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-result {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #999999;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-result i {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-result i:before {
  content: "";
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  font-style: normal;
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__resultContainer {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 500px) {
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__resultContainer {
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    right: 20px;
    bottom: 95px;
  }
}
.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-score {
  line-height: 22px;
  text-align: left;
  color: #161615;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team__item.scoreboardItem {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date {
    width: 70px;
    height: 70px;
  }
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .day {
    font-size: 20px;
  }
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .month {
    font-size: 20px;
    margin-top: 0;
  }
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-infoWrapper {
  padding-left: 0;
}
.athleticsWidget-team__item .athleticsWidget-team__item-teamName {
  color: #0E1F3F;
  display: inline-block;
  width: auto;
}
.athleticsWidget-team__item .athleticsWidget-team__item-teamSeason {
  margin-left: 5px;
}

.athleticsWidget-team__wrapper {
  display: none;
}
.athleticsWidget-team__wrapper .calendarContainer__noResults {
  margin-top: 30px;
  text-align: center;
}
.athleticsWidget-team__wrapper .calendarContainer__noResults .secondLvlCss p {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #0E1F3F;
}
.athleticsWidget-team__wrapper.active {
  display: block;
}

.athleticsWidget-team__moreWrapper {
  margin-top: 40px;
  margin-left: 0;
  margin-bottom: 80px;
}
.athleticsWidget-team__moreWrapper .athleticsWidget-team__more {
  display: none;
}
.athleticsWidget-team__moreWrapper .athleticsWidget-team__more.active {
  display: inline-block;
}

.athleticsWidget-team .cPlayer {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
  padding: 0;
}
.athleticsWidget-team .cPlayer.not-student {
  display: none;
}
.athleticsWidget-team .cPlayer.no-age .cPlayer__tags {
  display: none;
}
.athleticsWidget-team .cPlayer.no-age .cPlayer__info {
  padding: 0;
}
.athleticsWidget-team .cPlayer.no-age .cPlayer__details {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 900px) {
  .athleticsWidget-team .cPlayer {
    padding: 24px;
  }
}

.athleticsWidget-team_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.athleticsWidget-team_header .secondLvlCss h2 {
  font-weight: 900;
  font-size: 35px;
  line-height: 1.2;
  color: #0E1F3F;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.athleticsWidget-team_header .secondLvlCss h3 {
  margin-bottom: 0;
}

.athleticsWidget-team_print {
  display: none;
}
.athleticsWidget-team_print .downloadBtn {
  margin: 0;
  padding: 14px 76px 7px 25px;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team_print {
    margin-top: 20px;
  }
}
@media (max-width: 899px) {
  .athleticsWidget-team_print span {
    display: none;
  }
}

.athleticsWidget-team_print button {
  border: 1px solid rgba(14, 31, 63, 0.2);
  background: transparent;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
html.no-touch .athleticsWidget-team_print button:hover {
  background: #0E1F3F;
}
html.no-touch .athleticsWidget-team_print button:hover span {
  color: #fff;
}
html.no-touch .athleticsWidget-team_print button:hover i:before {
  opacity: 1;
}

.athleticsWidget-team_print .downloadBtn {
  padding: 14px 25px 7px 70px;
  position: relative;
}
@media (max-width: 899px) {
  .athleticsWidget-team_print .downloadBtn {
    padding: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 36px;
       -moz-border-radius: 36px;
            border-radius: 36px;
  }
}
.athleticsWidget-team_print .downloadBtn span {
  margin-right: 0;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  text-align: left;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.athleticsWidget-team_print .downloadBtn::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.282' height='28.039' viewBox='0 0 28.282 28.039'%3E%3Cg transform='translate(-1.7 -1.811)'%3E%3Cpath d='M28.269,9.128c-.454-.114-4.315-.114-4.258-.114.057-2.441.057-2.668.114-4.882V3.678a1.79,1.79,0,0,0-.908-1.533,1.009,1.009,0,0,0-.568-.227,2.13,2.13,0,0,0-.568-.057h-.908c-13.114-.114-9.367,0-11.752,0a2.352,2.352,0,0,0-.568.057,1.7,1.7,0,0,0-.568.227,1.921,1.921,0,0,0-.908,1.533c0,.284.114,5.45.114,5.393-.057,0-3.236.057-3.066.057a4.072,4.072,0,0,0-1.135.057A1.935,1.935,0,0,0,1.7,11v1.079c0,1.76.057,3.463.17,9.311l.057,1.022v.511a2.017,2.017,0,0,0,.114.568A1.772,1.772,0,0,0,3.8,24.684c1.249-.057,2.441-.057,3.69-.114.057,3.861.057,3.8.17,4.031A1.7,1.7,0,0,0,9.194,29.85c.795,0,1.533-.057,2.271-.057,1.533-.057,3.009-.114,4.542-.227-1.533-.114-3.009-.114-4.542-.227l-2.214-.114a1.086,1.086,0,0,1-.908-.852c-.057-.17-.057.511.17-9.027,2.441.057,4.882,0,7.38.057,2.441,0,4.882,0,7.38-.057.057,2.782.057,5.564.17,8.345V28.2c-.057,1.135-1.363,1.022-1.817,1.022-2.1.057-4.144.17-5.564.227,1.59.114,6.188.284,6.131.284a1.751,1.751,0,0,0,1.93-1.476v-.568c.057-1.079.057-2.157.057-3.236,1.249.057,2.441.114,3.69.114a1.772,1.772,0,0,0,1.76-1.192,2.017,2.017,0,0,0,.114-.568c0-.227.057-1.646.057-1.533,0-1.079.227-9.822.17-10.333a2.321,2.321,0,0,0-1.7-1.817ZM8.4,3.678A.738.738,0,0,1,8.853,3a1.024,1.024,0,0,1,.568-.114h12.66A1.222,1.222,0,0,1,22.706,3a.857.857,0,0,1,.454.738c.057,3.236.057,3.122.17,5.337H8.342c0-1.817.057-5.337.057-5.393ZM2.608,11.115a1.146,1.146,0,0,1,.908-1.022,4.76,4.76,0,0,1,.908,0c15.328.17,23.22-.057,23.617,0a1.216,1.216,0,0,1,.908,1.022c0,.4.057,2.441.057,2.839-2.1-.227-4.258-.341-6.358-.4-2.271-.114-4.542-.114-6.813-.114s-4.542.057-6.813.114c-2.1.057-4.258.17-6.358.4-.057-.4-.057-2.555-.057-2.839ZM29.121,23.378A1.467,1.467,0,0,1,27.758,24.4c-1.249.057-2.441.057-3.69.114.057-1.873.057-3.747.114-5.62a.509.509,0,0,0-.511-.511c-2.612-.057-5.223-.057-7.891-.057-2.612,0-5.223,0-7.891.057a.509.509,0,0,0-.511.511c0,.057.114,6.018.114,5.62C6.242,24.457,5.05,24.4,3.8,24.4a1.467,1.467,0,0,1-1.363-1.022,1.25,1.25,0,0,1-.057-.454c0-.227.057-1.646.057-1.533l.17-7.324c2.157.227,4.258.341,6.415.4,2.271.114,4.542.114,6.813.114s4.542-.057,6.813-.114c2.1-.057,4.258-.17,6.358-.4l.17,7.324c0,.114.057,1.646.057,1.533-.057.17-.057.284-.114.454Z' fill='%23ffffff'/%3E%3Cpath d='M43.9,19.411a.568.568,0,0,0,.681,0,1.567,1.567,0,0,0,.341-.454,1.567,1.567,0,0,0-.341-.454.6.6,0,0,0-.738,0,1.567,1.567,0,0,0-.341.454A1.052,1.052,0,0,0,43.9,19.411Z' transform='translate(-18.069 -7.16)' fill='%23ffffff'/%3E%3Cpath d='M39.1,19.411a.568.568,0,0,0,.681,0,1.567,1.567,0,0,0,.341-.454,1.567,1.567,0,0,0-.341-.454.6.6,0,0,0-.738,0,1.567,1.567,0,0,0-.341.454A3.706,3.706,0,0,0,39.1,19.411Z' transform='translate(-15.994 -7.16)' fill='%23ffffff'/%3E%3Cpath d='M25.21,44.6a22.845,22.845,0,0,0-4.826,0A11.768,11.768,0,0,0,18,45.057a17.628,17.628,0,0,0,2.384.454,22.845,22.845,0,0,0,4.826,0,11.769,11.769,0,0,0,2.384-.454A10.445,10.445,0,0,0,25.21,44.6Z' transform='translate(-7.046 -18.443)' fill='%23ffffff'/%3E%3Cpath d='M25.21,39.711a11.769,11.769,0,0,0,2.384-.454A17.627,17.627,0,0,0,25.21,38.8a22.844,22.844,0,0,0-4.826,0A11.769,11.769,0,0,0,18,39.257a17.627,17.627,0,0,0,2.384.454A22.849,22.849,0,0,0,25.21,39.711Z' transform='translate(-7.046 -15.935)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 899px) {
  .athleticsWidget-team_print .downloadBtn::before {
    left: 11px;
  }
}
.athleticsWidget-team_print .downloadBtn::after {
  display: none;
}

.athleticsWidget-team_print i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 18px;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg data-name='Component 119 – 1' xmlns='http://www.w3.org/2000/svg' width='18.098' height='16.821'%3E%3Cpath data-name='Path 18063' d='M16.691 4.095h-1.92V.603a.6.6 0 0 0-.6-.6H3.93a.6.6 0 0 0-.6.6v3.492H1.408A1.409 1.409 0 0 0 0 5.502v6.069a1.409 1.409 0 0 0 1.408 1.408h1.92v3.238a.6.6 0 0 0 .6.6h10.24a.6.6 0 0 0 .6-.6v-3.238h1.92a1.409 1.409 0 0 0 1.412-1.407v-6.07a1.409 1.409 0 0 0-1.409-1.407ZM4.534 1.207h9.031v2.888H4.534Zm9.03 14.408h-9.03v-4.936h9.031l-.001 4.936Zm.6-7.977h-1.532a.604.604 0 1 1 0-1.207h1.536a.604.604 0 0 1 0 1.207Z' fill='%23262626'/%3E%3C/svg%3E");
}
.athleticsWidget-team_print i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%0A%3Csvg data-name='Component 119 – 1' xmlns='http://www.w3.org/2000/svg' width='18.098' height='16.821'%3E%3Cpath data-name='Path 18063' d='M16.691 4.095h-1.92V.603a.6.6 0 0 0-.6-.6H3.93a.6.6 0 0 0-.6.6v3.492H1.408A1.409 1.409 0 0 0 0 5.502v6.069a1.409 1.409 0 0 0 1.408 1.408h1.92v3.238a.6.6 0 0 0 .6.6h10.24a.6.6 0 0 0 .6-.6v-3.238h1.92a1.409 1.409 0 0 0 1.412-1.407v-6.07a1.409 1.409 0 0 0-1.409-1.407ZM4.534 1.207h9.031v2.888H4.534Zm9.03 14.408h-9.03v-4.936h9.031l-.001 4.936Zm.6-7.977h-1.532a.604.604 0 1 1 0-1.207h1.536a.604.604 0 0 1 0 1.207Z' fill='%23262626'/%3E%3C/svg%3E");
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.athleticsWidget-team_cta {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 899px) {
  body.athleticsTeamPage .clSyncCalendar .clSyncCalendar__openLabel i {
    left: auto;
    right: 15px;
  }

  body.athleticsTeamPage .clSyncCalendar .clSyncCalendar__openLabel {
    padding: 0 40px 0 10px;
  }

  body.athleticsTeamPage .clSyncCalendar .clSyncCalendar__openLabel span {
    font-size: 18px !important;
  }

  body.athleticsTeamPage .clSyncCalendar .clSyncCalendar__head {
    height: 45px;
  }

  .athleticsWidget-team_cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .athleticsWidget-team_print {
    margin: 0;
  }

  .athleticsWidget-team_print button {
    padding: 10px;
    border-width: 2px;
  }

  .athleticsWidget-team__nav-item {
    min-height: 50px;
  }

  body.athleticsTeamPage .clSyncCalendar {
    min-width: 0;
  }

  body.athleticsTeamPage .clSyncCalendar.isOpened {
    min-width: 270px;
  }

  .athleticsWidget-team__container {
    border: none;
  }

  .athleticsWidget-team__itemsContainer {
    padding: 0;
  }

  .athleticsWidget-team__item.teamsItem:not(:last-child), .athleticsWidget-team__item.scoreboardItem:not(:last-child), .athleticsWidget-team__item.scheduleItem:not(:last-child) {
    border: none;
  }

  .athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-date .month, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .month, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date .month {
    font-size: 17px;
  }

  .athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-date .day, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date .day, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date .day {
    font-size: 28px;
  }

  .athleticsWidget-team__item.teamsItem, .athleticsWidget-team__item.scoreboardItem, .athleticsWidget-team__item.scheduleItem {
    padding: 30px 0;
  }

  .calendarContainer__noResults {
    margin-top: 20px;
  }

  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-score {
    font-size: 16px !important;
    font-weight: bold !important;
  }

  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-result {
    margin-left: 0;
    margin-right: 5px;
    font-size: 16px !important;
  }

  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-result:after {
    content: ":";
  }

  .athleticsWidget-team .cPlayer {
    margin: 15px 0;
  }

  .athleticsWidget-team .cPlayer {
    margin: 15px 0;
  }

  .athleticsWidget-team .cPlayer__name {
    font-size: 20px;
  }

  .athleticsWidget-team .cPlayer__img {
    display: block;
    width: 100px;
    height: 100px;
  }

  .athleticsWidget-team .cPlayer {
    margin-top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .athleticsWidget-team .cPlayer__info {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 5px;
  }

  .athleticsWidget-team .cPlayer__position {
    margin: 0;
    font-size: 16px;
  }

  .athleticsWidget-team .cPlayer__tags {
    padding-top: 5px;
  }

  .athleticsWidget-team .cPlayer__ageTag {
    font-size: 13px;
  }

  .athleticsWidget-team .cPlayer {
    padding-top: 10px;
  }

  .athleticsCTP-modal .athleticsCTP-modal_inner {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .athleticsCTP-modal .accordion-container .accordion-link {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .athleticsCTP-modal .athleticsCTP-modal_close {
    z-index: 1;
  }

  .athleticsCTP-modal .athleticsWidget-teams__sport {
    padding: 0;
  }

  .athleticsCTP-modal {
    padding-top: 15vh !important;
  }
}
.combo *,
.combo *::before,
.combo *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.combo {
  display: block;
  margin-bottom: 1.5em;
  max-width: 400px;
  position: relative;
}

.combo::after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -65%) rotate(45deg);
     -moz-transform: translate(0, -65%) rotate(45deg);
      -ms-transform: translate(0, -65%) rotate(45deg);
       -o-transform: translate(0, -65%) rotate(45deg);
          transform: translate(0, -65%) rotate(45deg);
  width: 12px;
}

.combo-input {
  background-color: #f5f5f5;
  border: 2px solid rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
  font-size: 1em;
  min-height: -webkit-calc(1.4em + 26px);
  min-height: -moz-calc(1.4em + 26px);
  min-height: calc(1.4em + 26px);
  padding: 12px 16px 14px;
  text-align: left;
  width: 100%;
}

.open .combo-input {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.combo-input:focus {
  border-color: #0067b8;
  -webkit-box-shadow: 0 0 4px 2px #0067b8;
     -moz-box-shadow: 0 0 4px 2px #0067b8;
          box-shadow: 0 0 4px 2px #0067b8;
  outline: 4px solid transparent;
}

.combo-label {
  display: block;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 0.25em;
}

.combo-menu {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  display: none;
  max-height: 300px;
  overflow-y: scroll;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
}

.open .combo-menu {
  display: block;
}

.combo-option {
  padding: 10px 12px 12px;
}

.combo-option:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.combo-option.option-current {
  outline: 3px solid #0067b8;
  outline-offset: -3px;
}

.combo-option[aria-selected=true] {
  padding-right: 30px;
  position: relative;
}

.combo-option[aria-selected=true]::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
     -moz-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
       -o-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 8px;
}

.athleticsWidget-team_rightSide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.athleticsWidget-team_historicalData .combo {
  margin-bottom: 0;
  margin-left: 25px;
}
.athleticsWidget-team_historicalData .combo:after {
  content: none;
}
.athleticsWidget-team_historicalData .combo-input {
  cursor: pointer;
  border: 2px solid;
  background: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding: 10px 40px 10px 20px;
  color: #252525;
  font-family: "Bitter", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
  -o-transition: background 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: background 0.3s ease-out, color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}
.athleticsWidget-team_historicalData .combo-input:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -65%) rotate(45deg);
     -moz-transform: translate(0, -65%) rotate(45deg);
      -ms-transform: translate(0, -65%) rotate(45deg);
       -o-transform: translate(0, -65%) rotate(45deg);
          transform: translate(0, -65%) rotate(45deg);
  width: 12px;
  border-bottom-color: #252525;
  border-right-color: #252525;
  -webkit-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.athleticsWidget-team_historicalData .combo-input:focus {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
html.no-touch .athleticsWidget-team_historicalData .combo-input:hover {
  background: #F65058;
  color: #fff;
}
html.no-touch .athleticsWidget-team_historicalData .combo-input:hover:after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.athleticsWidget-team_historicalData .combo-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.athleticsWidget-team_historicalData .combo-menu {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-color: #F65058;
  border-width: 2px;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
  border-top: none;
}
.athleticsWidget-team_historicalData .combo-menu::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.athleticsWidget-team_historicalData .combo-menu::-webkit-scrollbar {
  width: 10px;
}
.athleticsWidget-team_historicalData .combo-menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background-color: #616161;
}
.athleticsWidget-team_historicalData .combo-option {
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
.athleticsWidget-team_historicalData .combo-option[aria-selected=true]::after {
  border-bottom-color: #252525;
  border-right-color: #252525;
}
.athleticsWidget-team_historicalData .combo-option:nth-child(odd) {
  background: rgba(246, 80, 88, 0.1);
}
.athleticsWidget-team_historicalData .combo-option.option-current {
  background: #F65058 !important;
  outline: none;
  color: #fff !important;
  pointer-events: none;
}
.athleticsWidget-team_historicalData .combo-option.option-current[aria-selected=true]::after {
  border-bottom-color: #fff;
  border-right-color: #fff;
}
html.no-touch .athleticsWidget-team_historicalData .combo-option:hover {
  background: #fff !important;
}

.athleticsWidget-team_header.hasHistoricalData .athleticsWidget-team_print button {
  min-height: 54px;
}
@media (max-width: 475px) {
  .athleticsWidget-team_header.hasHistoricalData .athleticsWidget-team_cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .athleticsWidget-team_header.hasHistoricalData .athleticsWidget-team_rightSide {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .athleticsWidget-team_header.hasHistoricalData .athleticsWidget-team_historicalData .combo {
    margin-left: 0;
    margin-right: 20px;
  }
  .athleticsWidget-team_header.hasHistoricalData .athleticsWidget-team_historicalData .combo-input {
    padding: 10px 45px 10px 20px;
  }
}

.athleticsWidget-team__container .no-items-wrapper {
  display: none;
}

.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items .athleticsWidget-team__nav,
.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items .athleticsWidget-team__itemsWrapper {
  display: none;
}
.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items .no-items-wrapper {
  display: block;
}
.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items .no-items-wrapper .featured-paragraph {
  margin: 0;
  color: #fff;
  padding: 40px 30px;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.mediaPopup .mediaPopup__inner {
  width: 50% !important;
}
@media (max-width: 991px) {
  .mediaPopup .mediaPopup__inner {
    width: 100% !important;
  }
}
.mediaPopup.eventProfile .mediaPopup__dateWrapper {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.mediaPopup.eventProfile .mediaPopup__dateWrapper .mediaPopup__date {
  width: 85px;
  height: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.mediaPopup.eventProfile .mediaPopup__dateWrapper .mediaPopup__date .day {
  font-size: 34px;
}
.mediaPopup.eventProfile .mediaPopup__dateWrapper .mediaPopup__date .month {
  font-size: 21px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mediaPopup.eventProfile .mediaPopup__close {
  background: #124B8D;
}
.mediaPopup.eventProfile .mediaPopup__eventIcon {
  background: #2E85B2;
  right: 65px;
}
.mediaPopup.eventProfile .mediaPopup__eventIcon i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.394' height='27.025' viewBox='0 0 27.394 27.025'%3E%3Cpath id='event_icon' d='M-12821.643-12830.492c-1.16-1.389-.827-3.35-.979-5.031-.042-1.61-.123-3.377-.148-4.981.006-1.216-.008-2.476-.07-3.683-.047-.828-.121-1.654-.158-2.486a.821.821,0,0,1,.313-.693,11.734,11.734,0,0,1,.056-2.168,5.823,5.823,0,0,1,1.146-2.828c1.213-1.539,2.723-1.367,4.387-1.332-.046-.5-.089-.984-.125-1.406a.826.826,0,0,1,1.645-.143c-.026.469-.074,1-.128,1.541,1.864-.023,3.821-.037,5.726-.037-.055-.468-.109-.933-.146-1.379a.825.825,0,0,1,1.644-.145c-.034.506-.069,1.016-.109,1.525.343,0,.683,0,1.019,0,1.57.025,3.127.042,4.692.017-.051-.491-.1-.973-.142-1.39a.825.825,0,0,1,1.641-.165c-.021.461-.064.986-.115,1.519.238-.009.479-.018.719-.028,3.139-.031,5.123,1.049,5.148,4.449a51.223,51.223,0,0,1-.207,5.48c-.051,1.785-.137,3.621-.111,5.391a.463.463,0,0,1-.926.037c-.049-1.369.057-2.724.04-4.087-.132-2.186,1.021-8.351-.907-9.489a6.461,6.461,0,0,0-3.87-.574c-.024.249-.046.49-.065.716-.126.427.107,1.425-.546,1.41-.524-.132-.33-.979-.456-1.4-.021-.194-.045-.4-.068-.62a13.8,13.8,0,0,1-2.091.076c-1.293.05-2.591.107-3.891.159-.014.14-.028.278-.045.417-.133.424.019,1.467-.643,1.391-.5-.164-.243-1-.359-1.416-.009-.115-.02-.232-.03-.349-2.023.075-4.049.13-6.067.118-.013.125-.023.246-.034.363-.129.426.094,1.48-.559,1.449-.525-.127-.324-1.025-.444-1.446-.012-.122-.022-.248-.036-.378-.309-.007-.616-.014-.924-.023-.176-.008-.521-.023-.7-.033-2.429-.079-2.942,2.721-3.1,4.77.58.472.235,1.781.373,2.49.056,1.455.037,2.938-.012,4.387-.02,1.588.025,3.342.033,4.936.014.918.031,1.846.082,2.759a2.3,2.3,0,0,0,1.393,2.163,10.454,10.454,0,0,0,4.111.508c.5-.006.992-.01,1.481.01,1.479.025,3.142,0,4.616-.053a31.842,31.842,0,0,1,3.879.03c3.119.132,6.729.262,8.113-1.006,1.023-.973.239-2.513,1.273-2.541,1.1.1.389,1.87.1,2.489-1.326,2.688-6.466,2.064-9.02,2.057-1.853-.055-3.7-.012-5.546.081-1.146.024-2.593.077-3.738.06-.426-.008-.871,0-1.322.011-.336.007-.676.014-1.016.014C-12818.629-12828.976-12820.4-12829.16-12821.643-12830.492Zm18.338-3.8c-.523-.236-.838-.881-1.42-.814-.605.209-1.143,1.063-1.9.733-1.341-.447-.1-1.675-.226-2.522-.241-.578-1-.678-1.348-1.2a.756.756,0,0,1,.443-1.219,4.761,4.761,0,0,1,.986.023c.95.176,1.142-.461,1.312-1.1.162-.607.3-1.217,1.074-1.115a.45.45,0,0,1,.276.27c.722,2.18,1.526,2.057,2.2,1.936.451-.08.842-.162,1.107.449.363,1.288-1.463.859-1.33,2.457.073.535.457,1.031.309,1.617a.9.9,0,0,1-.922.625A1.116,1.116,0,0,1-12803.3-12834.289ZM-12806.607-12834.365Zm-6.447-1.551a1.38,1.38,0,0,1,2.724.308,1.311,1.311,0,0,1-1.349,1.454A1.366,1.366,0,0,1-12813.055-12835.916Zm-4.419.653a1.286,1.286,0,1,1,2.5-.481,1.237,1.237,0,0,1-1.234,1.488A1.3,1.3,0,0,1-12817.474-12835.263Zm-.249-4.456c-.711-1.963,2.207-3.123,2.656-.857a1.452,1.452,0,0,1-1.418,1.691A1.36,1.36,0,0,1-12817.723-12839.719Zm4.85-1.3a1.344,1.344,0,0,1,2.557.45c.016,1.063-.607,1.522-1.254,1.522A1.409,1.409,0,0,1-12812.873-12841.016Zm9.4-4.416a1.418,1.418,0,0,1,2.711.477,1.472,1.472,0,0,1-1.379,1.474l-.068,0A1.4,1.4,0,0,1-12803.471-12845.432Zm-9.531.384c.037-1.692,2.777-1.647,2.867,0a1.373,1.373,0,0,1-1.436,1.424A1.369,1.369,0,0,1-12813-12845.048Zm4.87-.048a1.4,1.4,0,0,1,2.755.008,1.3,1.3,0,0,1-1.369,1.453A1.308,1.308,0,0,1-12808.132-12845.1Zm-9.63.145a1.374,1.374,0,0,1,2.582-.572,1.333,1.333,0,0,1-1.34,1.818A1.2,1.2,0,0,1-12817.762-12844.951Z' transform='translate(12822.999 12856.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
  cursor: pointer;
}
.mediaPopup.eventProfile .mediaPopup__share {
  right: -4px;
}
.mediaPopup.eventProfile .mediaPopup__name.hasResult {
  margin: 0;
  width: 80%;
  padding-left: 25px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 580px) {
  .mediaPopup.eventProfile .mediaPopup__name.hasResult {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.mediaPopup.eventProfile .mediaPopup__name.hasResult .mediaPopup__connector {
  color: #124B8D;
}
.mediaPopup.eventProfile .mediaPopup__section {
  margin-top: 15px;
}
.mediaPopup.eventProfile .mediaPopup__section.mediaPopup__dateAndTime {
  margin-top: 30px;
}
.mediaPopup.eventProfile .mediaPopup__section .subtitle {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  color: #0E1F3F;
  margin-bottom: 15px;
}
.mediaPopup.eventProfile .mediaPopup__section time {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0E1F3F;
  margin-bottom: 7px;
}
.mediaPopup.eventProfile .mediaPopup__section .epAthleticsAddToCalendar i {
  margin-right: 5px;
}
.mediaPopup.eventProfile .mediaPopup__section .epAthleticsAddToCalendar i::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.636' height='16.049' viewBox='0 0 13.636 16.049'%3E%3Cg id='Group_15615' data-name='Group 15615' transform='translate(-82.234)'%3E%3Cpath id='ChangeThisColor' d='M1.461,16.049A1.484,1.484,0,0,1,0,14.544V6.395a.372.372,0,0,1,.365-.376H13.271a.372.372,0,0,1,.365.376v8.15a1.484,1.484,0,0,1-1.461,1.5Zm2.191-5.642V11.66a.372.372,0,0,0,.365.376H5.844v1.881a.372.372,0,0,0,.365.376H7.427a.372.372,0,0,0,.365-.376V12.037H9.618a.372.372,0,0,0,.365-.376V10.407a.372.372,0,0,0-.365-.376H7.792V8.149a.372.372,0,0,0-.365-.376H6.209a.372.372,0,0,0-.365.376v1.881H4.018A.372.372,0,0,0,3.652,10.407ZM.365,5.015A.372.372,0,0,1,0,4.639V3.511a1.484,1.484,0,0,1,1.461-1.5H2.922V.376A.371.371,0,0,1,3.287,0H4.5A.372.372,0,0,1,4.87.376v1.63h3.9V.376A.372.372,0,0,1,9.131,0h1.218a.371.371,0,0,1,.365.376v1.63h1.462a1.484,1.484,0,0,1,1.461,1.5V4.639a.372.372,0,0,1-.365.376Z' transform='translate(82.234)' fill='%23124b8d'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.mediaPopup.eventProfile .mediaPopup__section .epAthleticsAddToCalendar i::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.636' height='16.049' viewBox='0 0 13.636 16.049'%3E%3Cg id='Group_15615' data-name='Group 15615' transform='translate(-82.234)'%3E%3Cpath id='ChangeThisColor' d='M1.461,16.049A1.484,1.484,0,0,1,0,14.544V6.395a.372.372,0,0,1,.365-.376H13.271a.372.372,0,0,1,.365.376v8.15a1.484,1.484,0,0,1-1.461,1.5Zm2.191-5.642V11.66a.372.372,0,0,0,.365.376H5.844v1.881a.372.372,0,0,0,.365.376H7.427a.372.372,0,0,0,.365-.376V12.037H9.618a.372.372,0,0,0,.365-.376V10.407a.372.372,0,0,0-.365-.376H7.792V8.149a.372.372,0,0,0-.365-.376H6.209a.372.372,0,0,0-.365.376v1.881H4.018A.372.372,0,0,0,3.652,10.407ZM.365,5.015A.372.372,0,0,1,0,4.639V3.511a1.484,1.484,0,0,1,1.461-1.5H2.922V.376A.371.371,0,0,1,3.287,0H4.5A.372.372,0,0,1,4.87.376v1.63h3.9V.376A.372.372,0,0,1,9.131,0h1.218a.371.371,0,0,1,.365.376v1.63h1.462a1.484,1.484,0,0,1,1.461,1.5V4.639a.372.372,0,0,1-.365.376Z' transform='translate(82.234)' fill='%23124b8d'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.mediaPopup.eventProfile .mediaPopup__section .epAthleticsAddToCalendar span {
  text-decoration: none;
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #0E1F3F;
}
.mediaPopup.eventProfile .mediaPopup__section .viewMap::before {
  display: none !important;
  font-size: 0 !important;
}
.mediaPopup.eventProfile .mediaPopup__section .viewMap i {
  margin-right: 5px;
  margin-top: -4px;
}
.mediaPopup.eventProfile .mediaPopup__section .viewMap i::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.047' height='17.782' viewBox='0 0 13.047 17.782'%3E%3Cg id='Group_15616' data-name='Group 15616' transform='translate(-83.179)'%3E%3Cpath id='ChangeThisColor' d='M5.853,17.423C.916,10.108,0,9.356,0,6.668A6.6,6.6,0,0,1,6.523,0a6.6,6.6,0,0,1,6.524,6.668c0,2.688-.916,3.44-5.854,10.755a.806.806,0,0,1-1.341,0ZM3.805,6.668A2.719,2.719,0,1,0,6.523,3.89,2.749,2.749,0,0,0,3.805,6.668Z' transform='translate(83.179)' fill='%23124b8d'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.mediaPopup.eventProfile .mediaPopup__section .viewMap i::after {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.047' height='17.782' viewBox='0 0 13.047 17.782'%3E%3Cg id='Group_15616' data-name='Group 15616' transform='translate(-83.179)'%3E%3Cpath id='ChangeThisColor' d='M5.853,17.423C.916,10.108,0,9.356,0,6.668A6.6,6.6,0,0,1,6.523,0a6.6,6.6,0,0,1,6.524,6.668c0,2.688-.916,3.44-5.854,10.755a.806.806,0,0,1-1.341,0ZM3.805,6.668A2.719,2.719,0,1,0,6.523,3.89,2.749,2.749,0,0,0,3.805,6.668Z' transform='translate(83.179)' fill='%23124b8d'/%3E%3C/g%3E%3C/svg%3E%0A");
}
html.no-touch .mediaPopup.eventProfile .mediaPopup__section .viewMap:hover span {
  color: #124B8D;
}
.mediaPopup.eventProfile .mediaPopup__section.mediaPopup__team {
  margin-bottom: 30px;
}
.mediaPopup.eventProfile .mediaPopup__section.mediaPopup__team a {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #124B8D;
}
html.no-touch .mediaPopup.eventProfile .mediaPopup__section.mediaPopup__team a:hover {
  color: #0E1F3F;
}
.mediaPopup.eventProfile .mediaPopup__section.mediaPopup__description {
  border: 0;
}

.athleticsWidget-team.middle-school .athleticsWidget-team__nav-item[data-nav=scoreboard],
.athleticsWidget-team.middle-school .athleticsWidget-team__nav-item[data-nav=roster] {
  display: none !important;
}
.athleticsWidget-team.middle-school .athleticsWidget-team__container:not(.has-no-scoreboard-items) .athleticsWidget-team__wrapper.athleticsWidget-team__scoreboardContainer {
  display: block;
}
.athleticsWidget-team.middle-school .athleticsWidget-team__container.has-no-schedule-items .athleticsWidget-team__wrapper.athleticsWidget-team__scheduleContainer {
  display: none;
}

.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasLost .athleticsWidget-team__item-result {
  color: #f48067 !important;
}

.athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-title.hasWon .athleticsWidget-team__item-result {
  color: #26beb8 !important;
}

.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items.has-roster-items .no-items-wrapper {
  display: none;
}

.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items.has-roster-items .athleticsWidget-team__itemsWrapper {
  display: block;
}

.athleticsWidget-team__container.has-no-scoreboard-items.has-no-schedule-items.has-roster-items .athleticsWidget-team__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.athleticsWidget-team .cPlayer {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  position: relative;
}

.athleticsWidget-team .cPlayer:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='842' height='2' viewBox='0 0 842 2'%3E%3Cpath d='M840,1h-8a1,1,0,0,1-1-1,1,1,0,0,1,1-1h8a1,1,0,0,1,1,1A1,1,0,0,1,840,1ZM816,1H800a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,816,1ZM784,1H768a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,784,1ZM752,1H736a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,752,1ZM720,1H704a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,720,1ZM688,1H672a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,688,1ZM656,1H640a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,656,1ZM624,1H608a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,624,1ZM592,1H576a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,592,1ZM560,1H544a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,560,1ZM528,1H512a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,528,1ZM496,1H480a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,496,1ZM464,1H448a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,464,1ZM432,1H416a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,432,1ZM400,1H384a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,400,1ZM368,1H352a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,368,1ZM336,1H320a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,336,1ZM304,1H288a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,304,1ZM272,1H256a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,272,1ZM240,1H224a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,240,1ZM208,1H192a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,208,1ZM176,1H160a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,176,1ZM144,1H128a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,144,1ZM112,1H96a1,1,0,0,1-1-1,1,1,0,0,1,1-1h16a1,1,0,0,1,1,1A1,1,0,0,1,112,1ZM80,1H64a1,1,0,0,1-1-1,1,1,0,0,1,1-1H80a1,1,0,0,1,1,1A1,1,0,0,1,80,1ZM48,1H32a1,1,0,0,1-1-1,1,1,0,0,1,1-1H48a1,1,0,0,1,1,1A1,1,0,0,1,48,1ZM16,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H16a1,1,0,0,1,1,1A1,1,0,0,1,16,1Z' transform='translate(1 1)' fill='%23124B8D'/%3E%3C/svg%3E");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.athleticsWidget-team .cPlayer:last-child:before {
  content: none;
}

.athleticsWidget-team_historicalData .combo-input {
  border: none;
  background: #0e1f3f;
  min-height: 54px;
  -webkit-border-radius: 36px;
     -moz-border-radius: 36px;
          border-radius: 36px;
  -webkit-transition: background-color 0.3s ease-out, -webkit-border-radius 0.3s ease-out;
  transition: background-color 0.3s ease-out, -webkit-border-radius 0.3s ease-out;
  -o-transition: border-radius 0.3s ease-out, background-color 0.3s ease-out;
  -moz-transition: border-radius 0.3s ease-out, background-color 0.3s ease-out, -moz-border-radius 0.3s ease-out;
  transition: border-radius 0.3s ease-out, background-color 0.3s ease-out;
  transition: border-radius 0.3s ease-out, background-color 0.3s ease-out, -webkit-border-radius 0.3s ease-out, -moz-border-radius 0.3s ease-out;
}

.athleticsWidget-team_historicalData .combo-input:after {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.athleticsWidget-team_historicalData .combo-input {
  font-family: "bigcity-grotesque-pro", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 10px 20px;
}

.athleticsWidget-team_historicalData .combo-input:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

html.no-touch .athleticsWidget-team_historicalData .combo-input:hover {
  background: #124b8d;
}

.athleticsWidget-team_historicalData .combo.open .combo-input {
  -webkit-border-radius: 36px 36px 0 0;
     -moz-border-radius: 36px 36px 0 0;
          border-radius: 36px 36px 0 0;
}

.athleticsWidget-team_historicalData .combo.open .combo-input:after {
  -webkit-transform: rotate(225deg) translateX(3px);
     -moz-transform: rotate(225deg) translateX(3px);
      -ms-transform: rotate(225deg) translateX(3px);
       -o-transform: rotate(225deg) translateX(3px);
          transform: rotate(225deg) translateX(3px);
}

.athleticsWidget-team_historicalData .combo-menu {
  border-color: #0e1f3f;
  -webkit-border-radius: 0 0 36px 36px;
     -moz-border-radius: 0 0 36px 36px;
          border-radius: 0 0 36px 36px;
}

.athleticsWidget-team_historicalData .combo-option.option-current {
  background: #0e1f3f !important;
}

.athleticsWidget-team_historicalData .combo-option:nth-child(odd) {
  background: rgba(14, 31, 63, 0.1);
}