.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Theme Mixins */
.contentset-cmsexclusive-nav .topnavcms {
  margin-bottom: 0;
}
.fundraiser-hero {
  background-image: url('../img/banners/default-fundraiser-banner.jpg');
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .fundraiser-hero {
    padding: 40px 20px;
  }
}
.fundraiser-hero .participant-card,
.fundraiser-hero .team-card {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.fundraiser-hero .participant-card h1,
.fundraiser-hero .team-card h1 {
  display: block;
  margin-bottom: 15px !important;
  color: inherit;
}
.fundraiser-hero .participant-card p:empty,
.fundraiser-hero .team-card p:empty {
  display: none;
}
.fundraiser-hero .participant-card .personal-campaign-details,
.fundraiser-hero .team-card .personal-campaign-details,
.fundraiser-hero .participant-card .personal-campaign-date,
.fundraiser-hero .team-card .personal-campaign-date {
  color: inherit;
}
.fundraiser-hero .participant-card .avatar,
.fundraiser-hero .team-card .avatar {
  max-width: 200px;
  width: 100%;
}
.fundraiser-hero .participant-card .profile-img,
.fundraiser-hero .team-card .profile-img {
  border-radius: 100%;
  width: 100%;
}
.fundraiser-hero .participant-card .participant-info,
.fundraiser-hero .team-card .participant-info,
.fundraiser-hero .participant-card .team-info,
.fundraiser-hero .team-card .team-info {
  flex-grow: 1;
  padding: 0 25px;
  width: 45%;
}
.fundraiser-hero .participant-card .page-details,
.fundraiser-hero .team-card .page-details {
  margin-bottom: 0 !important;
}
.fundraiser-hero .participant-card .page-details > *,
.fundraiser-hero .team-card .page-details > * {
  padding-left: 0 !important;
  font-size: 18px;
}
.fundraiser-hero .participant-card .page-details *,
.fundraiser-hero .team-card .page-details * {
  color: #262626;
}
.fundraiser-hero .participant-card .page-details .details-item,
.fundraiser-hero .team-card .page-details .details-item {
  display: inline-block;
  margin-bottom: 15px !important;
}
.fundraiser-hero .participant-card .page-details [class*="icon-"],
.fundraiser-hero .team-card .page-details [class*="icon-"] {
  position: static !important;
  margin-right: 5px !important;
}
.fundraiser-hero .participant-card .page-details [class*="icon-"],
.fundraiser-hero .team-card .page-details [class*="icon-"],
.fundraiser-hero .participant-card .page-details [class*="icon-"]:before,
.fundraiser-hero .team-card .page-details [class*="icon-"]:before {
  font-size: inherit !important;
}
.fundraiser-hero .participant-card .page-details .dd-team-group-name,
.fundraiser-hero .team-card .page-details .dd-team-group-name {
  display: none !important;
}
.fundraiser-hero .participant-card a.dd-btn.btn-big,
.fundraiser-hero .team-card a.dd-btn.btn-big {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px 0;
  min-width: 200px;
  padding: 20px !important;
}
.fundraiser-hero .participant-card .fundraiser-btns > *:last-child,
.fundraiser-hero .team-card .fundraiser-btns > *:last-child {
  margin-bottom: 0 !important;
}
.dd-streaming-embed,
.dd-streaming-settings {
  max-width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.dd-streaming-settings {
  max-width: 1200px;
}
@media (min-width: 1200px) {
  #inappropriatecontentlink {
    position: absolute;
    top: 80px;
    right: 10px;
    padding: 0;
  }
}
#inappropriatecontentlink a {
  color: #396dff;
}
#participantTabs li a,
#teamTabs li a {
  font-size: 22px;
  font-family: "Paul Grotesk Soft Bold", arial, sans-serif;
}
#participantTabs li.active a,
#teamTabs li.active a {
  color: #396dff;
}
.logged-in #footer-cap {
  text-align: center;
}
.logged-in #footer-cap .footer-social-logos,
.logged-in #footer-cap #socialBtns {
  float: none;
  margin: 10px auto;
}
@media only screen and (max-width: 1025px) {
  .fundraiser-hero .participant-card,
  .fundraiser-hero .team-card {
    flex-wrap: wrap;
  }
  .fundraiser-hero .participant-info,
  .fundraiser-hero .team-info,
  .fundraiser-hero .avatar {
    margin-bottom: 15px !important;
  }
  .fundraiser-hero .fundraiser-btns {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .fundraiser-hero .participant-card,
  .fundraiser-hero .team-card {
    flex-direction: column;
  }
  .fundraiser-hero .participant-card > *,
  .fundraiser-hero .team-card > * {
    width: 100% !important;
  }
  .fundraiser-hero .participant-card .avatar,
  .fundraiser-hero .team-card .avatar {
    max-width: 150px !important;
  }
  .fundraiser-hero .participant-card #participant-name,
  .fundraiser-hero .team-card #participant-name,
  .fundraiser-hero .participant-card #team-name,
  .fundraiser-hero .team-card #team-name {
    align-items: center;
  }
  .fundraiser-hero .participant-card .participant-info,
  .fundraiser-hero .team-card .participant-info,
  .fundraiser-hero .participant-card .team-info,
  .fundraiser-hero .team-card .team-info,
  .fundraiser-hero .participant-card .avatar,
  .fundraiser-hero .team-card .avatar {
    padding: 0;
  }
  .fundraiser-hero .participant-card .page-details > *,
  .fundraiser-hero .team-card .page-details > * {
    margin-right: 0 !important;
  }
  .fundraiser-hero .participant-card .page-details .details-item,
  .fundraiser-hero .team-card .page-details .details-item {
    display: block;
  }
}
