@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 {
  margin-bottom: 30px;
}
.athleticsWidget .athleticsWidget__name {
  font-weight: normal;
  font-style: italic;
  font-size: 65px;
  line-height: 70px;
  text-align: left;
  color: #C91235;
}
.athleticsWidget .athleticsWidget__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #262626;
}
.athleticsWidget .athleticsWidget__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 (max-width: 767px) {
  .athleticsWidget .athleticsWidget__nav-item {
    font-size: 16px;
  }
}
html.no-touch .athleticsWidget .athleticsWidget__nav-item:hover {
  background: #262626;
  color: #fff;
}
.athleticsWidget .athleticsWidget__nav-item:first-child {
  border-left: none;
}
.athleticsWidget .athleticsWidget__nav-item:last-child {
  border-right: none;
}
.athleticsWidget .athleticsWidget__nav-item:nth-child(2) {
  border-right: none;
  border-left: none;
}
.athleticsWidget .athleticsWidget__nav-item.active {
  background: #262626;
  color: #fff;
  pointer-events: none;
}
.athleticsWidget .athleticsWidget__container {
  border: 1px solid #262626;
}
.athleticsWidget .athleticsWidget__itemsContainer {
  padding: 24px 24px 0;
}
.athleticsWidget .athleticsWidget__item {
  cursor: pointer;
  position: relative;
}
.athleticsWidget .athleticsWidget__item.teamsItem, .athleticsWidget .athleticsWidget__item.scoreboardItem, .athleticsWidget .athleticsWidget__item.scheduleItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.athleticsWidget .athleticsWidget__item.teamsItem:last-child, .athleticsWidget .athleticsWidget__item.scoreboardItem:last-child, .athleticsWidget .athleticsWidget__item.scheduleItem:last-child {
  margin-bottom: 0;
}
.athleticsWidget .athleticsWidget__item.teamsItem:not(:last-child), .athleticsWidget .athleticsWidget__item.scoreboardItem:not(:last-child), .athleticsWidget .athleticsWidget__item.scheduleItem:not(:last-child) {
  border-bottom: 1px solid rgba(201, 18, 53, 0.6);
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__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;
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-title, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #C91235;
  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 .athleticsWidget__item.teamsItem .athleticsWidget__item-additional, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-additional, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-additional {
  font-family: "goudy-old-style", serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #161615;
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__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 .athleticsWidget__item.teamsItem .athleticsWidget__item-date .day, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .day, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .day {
  font-family: "goudy-old-style", serif;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  line-height: 28px;
  color: #e47739;
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .month {
  font-family: "goudy-old-style", serif;
  text-align: center;
  color: #C91235;
  margin-top: 5px;
  font-weight: 900;
  font-size: 23px;
  line-height: 23px;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-teamName, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-teamName {
  margin-right: 5px;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__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;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.noResult .athleticsWidget__item-result {
  display: none;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasWon .athleticsWidget__item-result {
  background: #41BF22;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasWon .athleticsWidget__item-result i:before {
  content: "W";
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasLost .athleticsWidget__item-result {
  background: #DB1616;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasLost .athleticsWidget__item-result i:before {
  content: "L";
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasTied .athleticsWidget__item-result i:before {
  content: "T";
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #C91235;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result i {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result i:before {
  content: "";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  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 .athleticsWidget__item.scoreboardItem .athleticsWidget__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;
}
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-score {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #161615;
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-infoWrapper {
  padding-left: 0;
}
.athleticsWidget .athleticsWidget__item .athleticsWidget__item-teamName {
  color: #161615;
}
.athleticsWidget .athleticsWidget__item .athleticsWidget__item-teamSeason {
  margin-left: 5px;
}
.athleticsWidget .athleticsWidget__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
     -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
       -o-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}
.athleticsWidget .athleticsWidget__moreWrapper {
  margin: 0 4px 24px;
  padding-top: 20px;
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more {
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  background: #C91235;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  padding: 14px 45px 14px 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more span {
  font-family: "museo-slab", sans-serif;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 700;
  color: #FFFFFF;
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 25px;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 2px solid white;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more i {
  display: none !important;
}
html.no-touch .athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:hover {
  background: #434748;
}
.athleticsWidget .calendarContainer__noResults {
  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;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.athleticsWidget .calendarContainer__noResults p {
  margin-top: 20px;
}
.athleticsWidget .calendarContainer__noResults-image {
  display: inline-block;
  text-align: center;
  width: 118px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23161615%27%20id='Layer_1' enable-background='new 0 0 511 511' height='512' viewBox='0 0 511 511' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m39.5 72h16v15h-16z'/%3E%3Cpath d='m71.5 72h16v15h-16z'/%3E%3Cpath d='m103.5 72h16v15h-16z'/%3E%3Cpath d='m119.5 320h192v15h-192z'/%3E%3Cpath d='m55.5 272h240v15h-240z'/%3E%3Cpath d='m55.5 224h232v15h-232z'/%3E%3Cpath d='m55.5 176h240v15h-240z'/%3E%3Cpath d='m511 239.5c0-57.07-46.43-103.5-103.5-103.5s-103.5 46.43-103.5 103.5c0 48.879 34.058 89.952 79.689 100.736l-3.235 51.764h-365.454v-273h433v16.5h15v-95.5h-463v367h379.517l-2.005 32.079c-.516 8.245 2.433 16.426 8.089 22.447s13.639 9.474 21.899 9.474 16.243-3.453 21.899-9.474 8.604-14.202 8.089-22.447l-2.005-32.079h27.517v-63.5h-15v48.5h-13.454l-3.235-51.764c45.631-10.784 79.689-51.857 79.689-100.736zm-63-184.5v49h-433v-49zm-129 184.5c0-48.799 39.701-88.5 88.5-88.5s88.5 39.701 88.5 88.5-39.701 88.5-88.5 88.5-88.5-39.701-88.5-88.5zm99.467 211.755c-2.874 3.06-6.769 4.745-10.967 4.745s-8.093-1.685-10.967-4.745c-2.874-3.059-4.312-7.051-4.051-11.241l4.064-65.014h21.908l4.063 65.015c.262 4.189-1.176 8.181-4.05 11.24zm-2.013-108.255 1.062 17h-20.033l1.062-17z'/%3E%3Cpath d='m479 239.5c0-39.425-32.075-71.5-71.5-71.5s-71.5 32.075-71.5 71.5 32.075 71.5 71.5 71.5 71.5-32.075 71.5-71.5zm-128 0c0-31.154 25.346-56.5 56.5-56.5s56.5 25.346 56.5 56.5-25.346 56.5-56.5 56.5-56.5-25.346-56.5-56.5z'/%3E%3Cpath d='m434.196 276.803 10.608-10.606-26.697-26.697 26.697-26.697-10.608-10.606-26.696 26.696-26.696-26.696-10.608 10.606 26.697 26.697-26.697 26.697 10.608 10.606 26.696-26.696z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.athleticsWidget .calendarContainer__noResults-more {
  margin-bottom: 20px;
  display: none;
}

.clNavigation {
  padding: 20px 0 25px;
  min-height: 135px;
  border-bottom: 1px solid #C91235;
  border-top: 1px solid #C91235;
  margin-top: 20px;
}
.clNavigation .clNavigation__list {
  margin-left: 0;
}
.clNavigation .clNavigation__item {
  margin-bottom: 10px;
}
.clNavigation .clNavigation__item a {
  background: #C91235;
  min-height: 50px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  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-left: 20px;
  color: #fff;
  -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;
  font-size: 17px;
}
html.no-touchevents .clNavigation .clNavigation__item a:hover {
  background: #434748;
}
.clNavigation .clNavigation__item i:before {
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.clNavigation .clNavigation__item.scoreboard i:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 32 – 1' width='26.407' height='26.411'%3E%3Cpath data-name='Path 8115' d='M25.637 2.252a2.83 2.83 0 0 0-2.05-.885h-2.46c.01-.442.017-.9.017-1.367H5.281c0 .469.007.924.017 1.367H2.821a2.825 2.825 0 0 0-2.816 3c.442 7.375 4.249 12 10.284 12.69L9.12 21.129a2.515 2.515 0 0 0-2.516 2.516v2.766h13.219v-2.767a2.515 2.515 0 0 0-2.516-2.516l-1.168-4.067c6.022-.693 9.825-5.318 10.264-12.69a2.854 2.854 0 0 0-.766-2.119ZM2.643 4.213a.2.2 0 0 1 .053-.149.167.167 0 0 1 .125-.053h2.6c.394 5.19 1.54 8.138 2.654 9.802-4.237-1.776-5.247-6.52-5.432-9.6Zm15.708 9.588c1.113-1.667 2.255-4.609 2.648-9.8h2.592a.163.163 0 0 1 .125.053.194.194 0 0 1 .053.149c-.194 3.086-1.194 7.817-5.418 9.598Z' fill='%23fff'/%3E%3C/svg%3E");
}
.clNavigation .clNavigation__item.teams i:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.097' height='25.907'%3E%3Cpath data-name='Path 8116' d='M13.049 4.738a5.017 5.017 0 0 0 2.308-4.7 7.3 7.3 0 0 1-4.616 0 5.017 5.017 0 0 0 2.308 4.7Z' fill='%23fff'/%3E%3Cpath data-name='Path 8117' d='m5.356 22.043 15.385-2.192v-3.728L5.356 19.777Z' fill='%23fff'/%3E%3Cellipse data-name='Ellipse 20' cx='.769' cy='1.539' rx='.769' ry='1.539' transform='translate(15.356 8.983)' fill='%23fff'/%3E%3Cpath data-name='Path 8118' d='M5.356 25.906h15.385v-4.5L5.356 23.598Z' fill='%23fff'/%3E%3Cpath data-name='Path 8119' d='M16.057 3.763a5.868 5.868 0 0 1-3.009 2.695A6.455 6.455 0 0 1 9.202 0L5.356 1.154V18.19l15.385-3.654V.923L16.895 0a7.015 7.015 0 0 1-.838 3.763Zm2.376 6.758c0 1.725-1.014 3.077-2.308 3.077-3.056-.091-3.055-6.063 0-6.154 1.298.004 2.308 1.352 2.308 3.077Z' fill='%23fff'/%3E%3Cpath data-name='Path 8120' d='M.696 8.213h3.125v-6.6l-2.226.668Z' fill='%23fff'/%3E%3Cpath data-name='Path 8121' d='M0 12.829h3.817V9.752H.464Z' fill='%23fff'/%3E%3Cpath data-name='Path 8122' d='m24.505 2.283-2.226-.668v6.6H25.4Z' fill='%23fff'/%3E%3Cpath data-name='Path 8123' d='M25.632 9.752h-3.353v3.077h3.817Z' fill='%23fff'/%3E%3C/svg%3E");
}
.clNavigation .clNavigation__item.players i:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 33 – 1' width='23.028' height='25.726'%3E%3Cpath data-name='Path 8124' d='M11.515 13.359A6.679 6.679 0 1 0 4.836 6.68a6.7 6.7 0 0 0 6.679 6.679Z' fill='%23fff'/%3E%3Cpath data-name='Path 8125' d='M22.978 18.696a6.226 6.226 0 0 0-.671-1.225 8.3 8.3 0 0 0-5.746-3.617 1.229 1.229 0 0 0-.846.2 7.12 7.12 0 0 1-8.4 0 1.094 1.094 0 0 0-.846-.2 8.242 8.242 0 0 0-5.746 3.617 7.179 7.179 0 0 0-.671 1.225.62.62 0 0 0 .029.554 11.635 11.635 0 0 0 .788 1.167 11.084 11.084 0 0 0 1.342 1.517 17.47 17.47 0 0 0 1.342 1.167 13.3 13.3 0 0 0 15.867 0 12.82 12.82 0 0 0 1.342-1.167 13.465 13.465 0 0 0 1.342-1.517 10.227 10.227 0 0 0 .788-1.167.5.5 0 0 0 .086-.554Z' fill='%23fff'/%3E%3C/svg%3E");
}
.clNavigation .clNavigation__item.schedule i:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='calendar (10)' width='17.622' height='15.489'%3E%3Cpath data-name='Path 8112' d='M.515 12.391h13.493a.517.517 0 0 0 .331-.12c.13-.109 3.086-2.652 3.266-8.141H3.114c-.18 4.983-2.9 7.325-2.93 7.349a.517.517 0 0 0 .332.912Z' fill='%23fff'/%3E%3Cpath data-name='Path 8113' d='M17.106 1.033h-2.582V.512a.516.516 0 0 0-1.033 0v.516h-2.615V.512a.516.516 0 0 0-1.033 0v.516H7.261V.512a.516.516 0 1 0-1.033 0v.516H3.647a.511.511 0 0 0-.516.516v1.549h14.491V1.549a.511.511 0 0 0-.516-.516Z' fill='%23fff'/%3E%3Cpath data-name='Path 8114' d='M15.002 13.063a1.554 1.554 0 0 1-.994.361H3.131v1.549a.516.516 0 0 0 .516.516h13.458a.516.516 0 0 0 .516-.516V9.185a10.233 10.233 0 0 1-2.619 3.878Z' fill='%23fff'/%3E%3C/svg%3E");
}
.clNavigation .clNavigation__item i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.clNavigation .clNavigation__item 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;
}

.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-infoWrapper {
  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 .athleticsWidget__moreWrapper a.athleticsWidget__more {
  display: inline-block;
  background: #E47739;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 13px 15px;
  color: #fff;
  cursor: pointer;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid #E47739;
  pointer-events: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin: 0;
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:after {
  content: none;
}
@media (min-width: 1440px) {
  .athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more {
    font-size: 25px;
    line-height: 30px;
  }
}
.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more span {
  -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;
}
html.no-touch .athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:hover {
  background: #fff;
}
html.no-touch .athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more:hover span {
  color: #E47739;
}

.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date:before,
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date:before,
.athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -moz-calc(100% - 10px);
  height: calc(100% - 10px);
  background: #E47739;
  z-index: -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 .athleticsWidget__item.teamsItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date {
  position: relative;
}
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date .day,
.athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .day,
.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .day,
.athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .month {
  -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__item:after {
  -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;
}
html.no-touch .athleticsWidget__item:hover:after {
  right: -5px;
  border: 2px solid #E47739;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}
html.no-touch .athleticsWidget__item:hover .athleticsWidget__item-date .day,
html.no-touch .athleticsWidget__item:hover .athleticsWidget__item-date .month {
  color: #fff;
}
html.no-touch .athleticsWidget__item:hover .athleticsWidget__item-date:before,
html.no-touch .athleticsWidget__item:hover .athleticsWidget__item-date:before,
html.no-touch .athleticsWidget__item:hover .athleticsWidget__item-date:before {
  opacity: 1;
}

.athleticsWidget .athleticsWidget__moreWrapper a.athleticsWidget__more span {
  font-family: "apertura", sans-serif;
}

.athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-title {
  margin-bottom: 15px;
}

.athleticsWidget .athleticsWidget__item i {
  position: absolute;
  top: 50%;
  right: 0;
  -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, color 0.3s ease-out;
  -o-transition: right 0.3s ease-out, color 0.3s ease-out;
  -moz-transition: right 0.3s ease-out, color 0.3s ease-out;
  transition: right 0.3s ease-out, color 0.3s ease-out;
}

.athleticsWidget .athleticsWidget__item:after {
  content: none;
}

html.no-touch .athleticsWidget .athleticsWidget__item:hover i {
  right: -5px;
  color: #E47739;
}