@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: #C91234;
  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;
}
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);
}
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%23C91234%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%23C91234%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%23C91234%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%23C91234%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;
}
@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: #E47739;
  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: "apertura", 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;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team .cPlayer__details {
    padding: 5px 0 10px;
  }
}
.athleticsWidget-team .cPlayer__team {
  font-family: "apertura", 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: "apertura", sans-serif;
}
.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: #E47739;
  margin-left: 5px;
  font-weight: 700;
  font-family: "apertura", 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 #E47739;
  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: 1px solid #262626;
}

.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: 1px solid #262626;
  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: 24px;
  color: #262626;
}
@media screen and (max-width: 767px) {
  .athleticsWidget-team__nav-item {
    font-size: 16px;
  }
}
html.no-touch .athleticsWidget-team__nav-item:hover {
  background: #262626;
  color: #fff;
}

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

.athleticsWidget-team__nav-item:last-child {
  border-right: none;
}

.athleticsWidget-team__nav-item:nth-child(2) {
  border-right: none;
  border-left: none;
}

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

.athleticsWidget-team__container {
  border: 1px solid #262626;
}

.athleticsWidget-team__item {
  width: 100%;
  cursor: pointer;
  position: relative;
  -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 {
  position: absolute;
  top: 40%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -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;
}
html.no-touch .athleticsWidget-team__item:hover {
  background: #f5f5f5;
}
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;
  padding: 15px 24px;
}
.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:not(:last-child), .athleticsWidget-team__item.scoreboardItem:not(:last-child), .athleticsWidget-team__item.scheduleItem:not(:last-child) {
  border-bottom: 1px solid rgba(228, 119, 57, 0.6);
}
.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;
}
.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-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #161615;
  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: #E47739;
  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: "apertura", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #161615;
}
.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: 100px;
  height: 100px;
  border: 1px solid #E47739;
  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;
  -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: "apertura", sans-serif;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  line-height: 28px;
  color: #e47739;
}
.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: "apertura", sans-serif;
  text-align: center;
  color: #E47739;
  margin-top: 5px;
  font-weight: 900;
  font-size: 23px;
  line-height: 23px;
}
.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: #41BF22;
}
.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: #DB1616;
}
.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: 40%;
  right: 40px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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-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.scoreboardItem .athleticsWidget-team__item-infoWrapper {
    margin-top: 20px;
    padding-left: 0;
  }
  .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.scoreboardItem .athleticsWidget-team__item-title {
    padding-right: 0;
  }
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__resultContainer {
    top: 20px;
  }
  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item > i {
    top: 40px;
    right: 15px;
  }
}
.athleticsWidget-team__item.teamsItem .athleticsWidget-team__item-infoWrapper {
  padding-left: 0;
}
.athleticsWidget-team__item .athleticsWidget-team__item-teamName {
  color: #161615;
  display: block;
  width: 100%;
}
.athleticsWidget-team__item .athleticsWidget-team__item-teamSeason {
  margin-left: 5px;
}

.athleticsWidget-team__wrapper {
  display: none;
}
.athleticsWidget-team__wrapper.active {
  display: block;
}

.athleticsWidget-team__moreWrapper {
  margin-top: 20px;
  margin-left: 5px;
}
.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 h3 {
  margin-bottom: 0;
}

.athleticsWidget-team_print {
  display: none;
}
@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(228, 119, 57, 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: #e47739;
}
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 span {
  margin-right: 20px;
  font-family: "apertura", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #262626;
  -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 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;
    border: 2px solid #E47739 !important;
  }

  body.athleticsTeamPage .clSyncCalendar .clSyncCalendar__openLabel span {
    font-size: 16px !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;
  }

  .athleticsWidget-team__nav {
    border: 1px solid #262626;
    border-bottom: none;
  }

  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 {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  }

  .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, .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__item-date, .athleticsWidget-team__item.scheduleItem .athleticsWidget-team__item-date {
    width: auto;
    height: auto;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .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: 20px;
    margin: 0 5px 0 0;
  }

  .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: 20px;
    line-height: 20px;
  }

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

  .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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .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-left: 0;
    padding-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-right: 7px;
  }

  .athleticsWidget-team__item > i {
    bottom: 20px;
    top: auto;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }

  .calendarContainer__noResults {
    margin-top: 20px;
  }

  .athleticsWidget-team__item.scoreboardItem .athleticsWidget-team__resultContainer {
    -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;
    top: 30px;
  }

  .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;
}