.supporter__social-media {
  margin-top: 40px;
  text-align: center;
}
.supporter__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-size: 1.2rem;
  background: rgba(244, 98, 70, 0.2);
  border-radius: 4px;
}
.supporter__social:not(:first-of-type) {
  margin-left: 10px;
}

.supporter-profile__photo-container {
  text-align: center;
  margin-bottom: 50px;
}
.supporter-profile__photo {
  max-width: 250px;
  max-height: 250px;
}
.supporter-profile__content {
  flex: 1;
}
.supporter-profile__name {
  text-transform: uppercase;
}
.supporter-profile__website {
  display: inline-block;
  margin-top: 10px;
}
.supporter-profile__footer {
  margin-top: 25px;
}
.supporter-profile .supporter__social-media {
  margin-top: 0;
}

@media (min-width: 992px) {
  .supporter-popup {
    top: 60px;
  }
}
.supporter-popup__close {
  background-color: rgba(255, 255, 255, 0);
}
.supporter-popup__sessions-header {
  top: 0;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background: #fff;
  z-index: 10;
}
@media (min-width: 992px) {
  .supporter-popup__sessions-header {
    position: sticky;
  }
}
.supporter-popup__content {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .supporter-popup__content {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .supporter-popup__content::-webkit-scrollbar {
    width: 8px;
  }
  .supporter-popup__content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .supporter-popup__content::-webkit-scrollbar-thumb {
    background: rgba(23, 34, 67, 0.3);
    border-radius: 3px;
  }
  .supporter-popup__content::-webkit-scrollbar-thumb:hover {
    background: #f46246;
  }
}
.scrollbar--primary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #f46246;
}
.scrollbar--accent .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--dark .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--secondary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.scrollbar--campaign-primary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ba5a87;
}
.scrollbar--white .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--accent-3 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #095d40;
}
.scrollbar--accent-4 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ece5de;
}
.scrollbar--light-gray .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #F5F3F5;
}
.scrollbar--accent-2 .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #ffde21;
}
.scrollbar--campaign-secondary .supporter-popup__content::-webkit-scrollbar-thumb:hover {
  background: #172243;
}
.supporter-popup .fade-in {
  height: 100%;
}
.supporter-popup .supporter-profile__content {
  margin-bottom: 40px;
}
.supporter-popup .supporter-profile__footer {
  margin-top: 15px;
}

.sponsor-list__extras {
  padding: 40px;
  border: 3px solid #ba5a87;
}
.sponsor-list__extras > p {
  font-weight: 700;
  color: #ba5a87 !important;
}

/*# sourceMappingURL=supporters.css.map */
