.upgradeProfile #sport-slider .inner-wrap {
  background: transparent !important;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container {
  width: 100%;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox {
  width: 100% !important;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul li {
  border: 0;
  border-radius: 0;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul li:hover {
  border: 0;
  opacity: 1;
  border-bottom: 2px solid #d71e25;
  border-color: #d71e25 !important;
  border-radius: 0;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul li:hover a {
  color: #d71e25;
  background: transparent !important;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul li a {
  background: transparent !important;
  font-weight: 700;
  opacity: 0.5;
  color: #d71e25;
}
.upgradeProfile #sport-slider .inner-wrap #scroll-container #scrollbox ul li.selected a {
  opacity: 1;
  background: transparent !important;
  border-bottom: 2px solid #d71e25;
  border-color: #d71e25 !important;
  color: #d71e25;
}
.upgradeProfile .rosterPlayerInfoElement .upgradeTop {
  display: flex;
}
.upgradeProfile .rosterPlayerInfoElement .upgradeTop .playerUpgradeName {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.upgradeProfile .rosterPlayerInfoElement .upgradeTop .playerUpgradeName h1 {
  line-height: 1.2;
  color: #000;
  font-size: 48px;
  margin-bottom: 15px;
}
.upgradeProfile .rosterPlayerInfoElement .upgradeTop .playerUpgradeName p {
  font-weight: bold;
  color: #d71e25;
  font-size: 16px;
}
.upgradeProfile .rosterPlayerInfoElement .statScroll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.upgradeProfile .rosterPlayerInfoElement .statScroll .statLink {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  transition: color 0.2s linear;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.upgradeProfile .rosterPlayerInfoElement .statScroll .statLink:hover {
  color: #d71e25;
}
.upgradeProfile .defaultPlayerInfo {
  display: flex;
}
.mobile .upgradeProfile .defaultPlayerInfo {
  flex-direction: column;
}
.upgradeProfile .defaultPlayerInfo table {
  margin-left: 0;
  margin-right: 100px;
}
.mobile .upgradeProfile .defaultPlayerInfo table {
  margin-right: 0;
}
.upgradeProfile .defaultPlayerInfo table tbody {
  display: flex;
  flex-wrap: wrap;
}
.upgradeProfile .defaultPlayerInfo table tbody tr {
  flex: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  margin-right: 2px;
  border: 1px solid #e3e3e3;
}
.upgradeProfile .defaultPlayerInfo table tbody tr.bio {
  border: 0;
  margin-top: 25px;
}
.upgradeProfile .defaultPlayerInfo table tbody tr.bio td {
  font-size: 24px;
  line-height: 1.5;
}
.upgradeProfile .defaultPlayerInfo table tbody tr th {
  background: transparent !important;
  text-align: left;
  padding-bottom: 0 !important;
  font-size: 16px;
  font-weight: bold;
}
.upgradeProfile .defaultPlayerInfo table tbody tr td {
  font-size: 16px;
  font-weight: normal;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  order: 1;
  margin-top: -100px;
  min-width: 200px;
  max-width: 200px;
}
.mobile .upgradeProfile .defaultPlayerInfo .imageWrapper {
  order: initial;
  margin-top: 50px;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper .playerNameInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper .currentLogo {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  top: -50px;
  border: 2px solid #e3e3e3;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper #rosterPlayerConnections-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper #rosterPlayerConnections-button b {
  display: none;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper #rosterPlayerConnections-button .schoolData span {
  color: #fff;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper #rosterPlayerConnections-button i {
  background-image: none;
  position: relative;
}
.upgradeProfile .defaultPlayerInfo .imageWrapper #rosterPlayerConnections-button i:after {
  content: "";
  position: absolute;
  font-size: 16px;
  color: #fff;
  display: block;
  background-image: url("https://assets.ngin.com/site_files/2769/i/chev.png");
  background-size: cover;
  height: 5px;
  width: 8px;
  background-repeat: no-repeat;
}
.upgradeProfile .defaultPlayerInfo .RosterPlayerInfoImage {
  background-color: #b5b5b5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.upgradeProfile .defaultPlayerInfo .RosterPlayerInfoImage img {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.upgradeProfile .defaultPlayerInfo .playerName {
  display: none;
}
.upgradeProfile .player-profile-upgrade .upgraded-soc-links .sn-social-media-list {
  background-color: #d71e25;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-around;
}
.mobile .upgradeProfile .player-profile-upgrade .upgraded-soc-links .sn-social-media-list {
  display: block;
}
.upgradeProfile .player-profile-upgrade .upgraded-soc-links .sn-social-media-list .sn-social-media-icon {
  background-color: #fff !important;
  color: #b5b5b5;
  flex: 1;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 42px;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.upgradeProfile .player-profile-upgrade .upgraded-soc-links .sn-social-media-list .sn-social-media-icon:hover {
  background-color: #d71e25 !important;
  color: #fff;
}
.upgradeProfile .player-profile-upgrade .spotlight-info {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url("https://assets.ngin.com/site_files/2769/i/profile_background.jpg");
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 25px;
  margin-bottom: 25px;
}
.mobile .upgradeProfile .player-profile-upgrade .spotlight-info {
  flex-direction: column;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .spotlightWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .spotlightWrap .upgrade-spotlight-header .pageElement {
  margin-bottom: 15px !important;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .spotlightWrap .upgrade-spotlight .videoElement {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement h3,
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement p,
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement ul,
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement li,
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .textBlockElement h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  background: transparent;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .upgrade-more {
  flex: 1;
  display: flex;
  justify-content: center;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .upgrade-more .textBlockElement ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.upgradeProfile .player-profile-upgrade .spotlight-info .upgrade-more .textBlockElement ul li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.upgradeProfile .player-profile-upgrade .feature-profile {
  background-image: url("https://assets.ngin.com/site_files/2769/i/wantFeatureProfile_background.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}
.upgradeProfile .player-profile-upgrade .feature-profile .pageElement {
  margin-bottom: 0;
}
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement h3,
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement p {
  color: #fff;
}
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  background: transparent;
  text-transform: initial;
  font-family: "colfax-web", helvetica, arial, sans-serif;
}
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement p {
  font-size: 18px;
  margin-bottom: 0;
}
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement .leftTextImage,
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement .originalTextImage {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.upgradeProfile .player-profile-upgrade .feature-profile .textBlockElement img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: -5px;
  margin-right: 15px;
}
.upgradeProfile .player-profile-upgrade .more-links {
  margin-top: 25px;
}
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement h3 {
  background: transparent;
  color: #000;
  font-size: 24px;
  line-height: 1.5;
}
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text p,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text a,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text ul,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text li {
  color: #d71e25;
  font-style: italic;
  text-decoration: underline;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
}
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text p p a,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text a p a,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text ul p a,
.upgradeProfile .player-profile-upgrade .more-links .textBlockElement .text li p a {
  margin-bottom: 1em;
}
.upgradeProfile .loadingWrapper {
  height: 400px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.upgradeProfile .loadingWrapper:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #d71e25;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.upgradeProfile .loadingWrapper:after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #d71e25;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 1025px) {
  .upgradeProfile .rosterPlayerInfoElement .upgradeTop {
    flex-direction: column;
  }
  .upgradeProfile .rosterPlayerInfoElement .defaultPlayerInfo {
    flex-direction: column;
    align-items: center;
  }
  .upgradeProfile .rosterPlayerInfoElement .imageWrapper {
    margin-top: 25px;
    order: initial;
  }
  .upgradeProfile .spotlight-info {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .upgradeProfile .upgraded-soc-links .sn-social-media-list {
    display: block !important;
  }
  .upgradeProfile .upgraded-soc-links .sn-social-media-list .sn-social-media-icon {
    width: 100%;
  }
  .upgradeProfile .feature-profile {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
  }
  .upgradeProfile .feature-profile .textBlockElement {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .upgradeProfile .feature-profile .textBlockElement h3 {
    text-align: center !important;
    font-size: 28px !important;
  }
}

.feature-profile-ad {
  background-image: url("https://assets.ngin.com/site_files/2769/i/wantFeatureProfile_background.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
}
.feature-profile-ad .pageElement {
  margin-bottom: 0;
}
.feature-profile-ad .textBlockElement h3,
.feature-profile-ad .textBlockElement p {
  color: #fff!important;
}
.feature-profile-ad .textBlockElement h3 {
  font-size: 48px!important;
  line-height: 1.2;
  font-weight: bold;
  background: transparent!important;
  text-transform: initial;
  font-family: "colfax-web", helvetica, arial, sans-serif;
}
.feature-profile-ad .textBlockElement p {
  font-size: 18px;
  margin-bottom: 0;
}
.feature-profile-ad .textBlockElement .leftTextImage,
.feature-profile-ad .textBlockElement .originalTextImage {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.feature-profile-ad .textBlockElement img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: -5px;
  margin-right: 15px;
}