@charset "UTF-8";
.athleticsWidget-teams {
  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;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js {
  background: #f5f5f4 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
          border-radius: 5px !important;
  border: none !important;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js .accordion-link {
  border: none !important;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js[data-season=fall] {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js[data-season=winter] {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js[data-season=spring] {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js .ctrl {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js .ctrl span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js .ctrl span::before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 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%);
  color: #c8102e;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
.athleticsWidget-teams .athleticsWidget-teams-accordion-container-js.active .ctrl span::before {
  content: "−";
  font-size: 30px;
}
.athleticsWidget-teams .accordion-dropdown {
  padding-left: 0;
}

.athleticsWidget-teams__sport {
  font-family: "apertura", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 28px;
  text-align: left;
  color: #000;
  text-transform: capitalize;
}

.athleticsWidget-teams__item {
  padding: 30px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.athleticsWidget-teams__item:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 899px) {
  .athleticsWidget-teams__item {
    -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-teams__sport {
  min-width: 26%;
  max-width: 26%;
  padding-right: 20px;
}
@media (max-width: 899px) {
  .athleticsWidget-teams__sport {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.athleticsWidget-teams .athleticsWidget-teams__teamsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding: 0;
}
.athleticsWidget-teams .athleticsWidget-teams__teamsList li {
  font-family: "apertura", sans-serif;
  font-weight: 900;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #C91235;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  display: inline-block;
  padding: 0;
}
.athleticsWidget-teams .athleticsWidget-teams__teamsList li.active {
  color: #262626;
  pointer-events: none;
  text-decoration: none;
}
.athleticsWidget-teams .athleticsWidget-teams__teamsList li:before, .athleticsWidget-teams .athleticsWidget-teams__teamsList li:after {
  content: none;
}
.athleticsWidget-teams .athleticsWidget-teams__teamsList li a {
  color: inherit;
  background: none;
  -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-teams .athleticsWidget-teams__teamsList li a:hover {
  color: #262626;
}