.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[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 .accordion-dropdown {
  padding-left: 0;
}

.athleticsWidget-teams__sport {
  font-family: "factoria", sans-serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.57px;
  line-height: 30px;
  text-align: left;
  color: #2d2c2c;
  text-transform: uppercase;
}

.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: "montserrat", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  color: #181717;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  display: inline-block;
  padding: 0;
}
.athleticsWidget-teams .athleticsWidget-teams__teamsList li.active {
  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;
  text-decoration: none;
}