<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Team Roster */
/* Team Roster - Grid */
.team-roster--grid .team-roster__item {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  .team-roster--grid .team-roster__item {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__item {
    width: 50%;
  }
}

.team-roster--grid .team-roster__holder {
  position: relative;
}

.team-roster--grid .team-roster__holder:hover .team-roster__member-number {
  background-color: #ffdc11;
}

.team-roster--grid .team-roster__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e4e7ed;
}

.team-roster--grid .team-roster__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}

.team-roster--grid .team-roster__content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 24px;
}

@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__content {
    padding: 12px 12px;
  }
}

.team-roster--grid .team-roster__content-inner {
  display: table;
  width: 100%;
}

.team-roster--grid .team-roster__member-number {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  background-color: #bfc2c4;
  border-radius: 4px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
}

@media (min-width: 768px) {
  .team-roster--grid .team-roster__member-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .team-roster--grid .team-roster__member-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .team-roster--grid .team-roster__member-number {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 48px;
  }
}

@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__member-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}

.team-roster--grid .team-roster__member-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .team-roster--grid .team-roster__member-info {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .team-roster--grid .team-roster__member-info {
    padding-left: 14px;
  }
}

.team-roster--grid .team-roster__member-name {
  color: #fff;
  margin-bottom: 0.15em;
  line-height: 1em;
  font-size: 24px;
}

@media (min-width: 768px) {
  .team-roster--grid .team-roster__member-name {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .team-roster--grid .team-roster__member-name {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .team-roster--grid .team-roster__member-name {
    font-size: 30px;
    line-height: 28px;
  }
}

@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__member-name {
    font-size: 14px;
  }
}

.team-roster--grid .team-roster__member-first-name {
  display: block;
}

.team-roster--grid .team-roster__member-last-name {
  display: block;
  color: #ffdc11;
}

.team-roster--grid .team-roster__member-position {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: block;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .team-roster--grid .team-roster__member-position {
    font-size: 11px;
  }
}

@media (min-width: 375px) and (max-width: 479px) {
  .team-roster--grid .team-roster__member-position {
    font-size: 8px;
  }
}

.team-roster--grid .btn-fab {
  right: 20px;
  top: 20px;
}

/* Team Roster: Grid Small */
.team-roster--grid-sm .team-roster__item {
  margin-bottom: 20px;
}

.team-roster--grid-sm .team-roster__holder {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-roster--grid-sm .team-roster__img {
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 479px) {
  .team-roster--grid-sm .team-roster__img {
    width: 36%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }
}

.team-roster--grid-sm .team-roster__img &gt; a {
  display: block;
  position: relative;
}

.team-roster--grid-sm .team-roster__img &gt; a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #171d21;
}

.team-roster--grid-sm .team-roster__img &gt; a:hover::before {
  opacity: .8;
}

.team-roster--grid-sm .team-roster__img &gt; a:hover .btn-fab {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.team-roster--grid-sm .btn-fab {
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  z-index: 2;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-roster--grid-sm .team-roster__content {
  padding: 24px 24px;
  min-width: 0;
}

.team-roster--grid-sm .team-roster__member-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-roster--grid-sm .team-roster__member-number {
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffdc11;
  line-height: 1em;
  padding-right: 0.12em;
}

.team-roster--grid-sm .team-roster__member-name {
  font-size: 12px;
  margin-bottom: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-roster--grid-sm .team-roster__member-first-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-roster--grid-sm .team-roster__member-last-name {
  font-size: 20px;
  line-height: 1.1em;
  display: block;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.team-roster--grid-sm .team-roster__member-subheader {
  padding-top: 3px;
}

.team-roster--grid-sm .team-roster__member-position {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: block;
  font-weight: 400;
}

.team-roster--grid-sm .team-roster__member-details {
  padding: 20px 0 0 0;
  margin: 0;
}

.team-roster--grid-sm .team-roster__member-details-item {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  text-transform: none;
  color: #31404b;
  display: inline-block;
  padding: 0 13px 0 0;
}

.team-roster--grid-sm .team-roster__member-details-item .item-title {
  font-weight: 400;
  color: #9a9da2;
  text-transform: uppercase;
}
</pre></body></html>