@charset "UTF-8";
/* Icons */
/* Icons */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 42px);
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: #000062;
  cursor: pointer;
  height: 84px;
  opacity: 0;
  pointer-events: visible;
  transition: opacity 500ms;
  width: 35px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}

.item-container {
  cursor: pointer;
  width: 250px;
}
.item-container .item-hero {
  background-color: #E2E2E2;
  background-size: cover;
  min-height: 113px;
  position: relative;
  width: 100%;
}
.item-container .item-hero .video-length {
  background-color: #0F1019;
  bottom: 10px;
  color: #FFFFFF;
  font-size: 12px;
  height: 24px;
  left: 34px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  width: 53px;
}
.item-container .item-hero .video-length img {
  left: -24px;
  position: absolute;
  width: 24px;
}
.item-container .item-info {
  min-height: 107px;
  padding-top: 19px;
}
.item-container .item-title {
  color: #0F1019;
  font-family: "Roboto Condensed", Helvetica Neue, Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
}
.item-container .item-title a {
  color: black;
}
.item-container .item-date {
  color: #8E909E;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.75;
}
.item-container .item-description {
  color: #0F1019;
  font-size: 15px;
  letter-spacing: 0.1px;
  line-height: 1.87;
  margin-top: 14px;
}

.owl-carousel.photo {
  margin-bottom: 0;
  padding-bottom: 0;
}
.owl-carousel.photo .item-container {
  position: relative;
  width: 100%;
}
.owl-carousel.photo .item-container .item-hero:after {
  background-image: linear-gradient(rgba(255, 255, 225, 0), rgba(0, 0, 0, 0.5));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-carousel.photo .item-container .item-info {
  align-items: flex-end;
  bottom: 24px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
.owl-carousel.photo .item-container .item-info .description,
.owl-carousel.photo .item-container .item-info .source {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1.75;
}
.owl-carousel.photo .item-container .item-info .description {
  max-width: 540px;
  width: 100%;
}
.owl-carousel.photo .item-container .item-info .source {
  text-align: right;
}
.owl-carousel.photo .owl-nav button.owl-prev,
.owl-carousel.photo .owl-nav button.owl-next {
  opacity: 1;
}

.owl-thumbs-responsive {
  height: 77px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-thumbs-responsive .owl-thumbs-container {
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.owl-thumbs-responsive .owl-thumbs-container .owl-thumbs {
  margin-top: 10px;
}
.owl-thumbs-responsive .owl-thumbs-container .owl-thumbs .owl-thumb-item {
  background: #D9DAE0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  float: left;
  height: 67px;
  padding: 0;
  width: 130px;
}
.owl-thumbs-responsive .owl-thumbs-container .owl-thumbs .owl-thumb-item + .owl-thumb-item {
  margin-left: 10px;
}
.owl-thumbs-responsive .owl-thumbs-container .owl-thumbs .owl-thumb-item.active, .owl-thumbs-responsive .owl-thumbs-container .owl-thumbs .owl-thumb-item:hover {
  border: 1px solid #000062;
  outline: none;
}
.owl-thumbs-responsive .owl-thumbs-container .owl-thumbs .owl-thumb-item img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1169.98px) {
  .owl-carousel.photo .owl-nav {
    top: calc(50% - 22px);
  }
  .owl-carousel.photo .owl-nav button.owl-prev,
.owl-carousel.photo .owl-nav button.owl-next {
    height: 44px;
    width: 30px;
  }
}
main, aside {
  padding-top: 37px;
}

@media (min-width: 768px) {
  main > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.custom-link {
  color: #000062;
  cursor: pointer;
  font-family: "Roboto Condensed", Helvetica Neue, Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.custom-link:hover {
  text-decoration: none;
}

button.custom-link {
  background-color: transparent;
  border: none;
}

.icon-graph {
  background-image: url("../images/trending-up.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px, 9px;
}
.icon-graph.icon-after {
  background-position: center right;
  padding-right: 24px;
}
.icon-graph.icon-before {
  background-position: center left;
  padding-left: 24px;
}

.icon-blue-chevron-right {
  background-image: url("../images/chevron-blue-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto, auto;
}
.icon-blue-chevron-right.icon-after {
  background-position: center right;
  padding-right: 24px;
}
.icon-blue-chevron-right.icon-before {
  background-position: center left;
  padding-left: 24px;
}

.icon-season-best {
  background-image: url("../images/season-best.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px, 9px;
}
.icon-season-best.icon-after {
  background-position: center right;
  padding-right: 35px;
}
.icon-season-best.icon-before {
  background-position: center left;
  padding-left: 35px;
}

.icon-personal-record {
  background-image: url("../images/personal-record.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px, 9px;
}
.icon-personal-record.icon-after {
  background-position: center right;
  padding-right: 35px;
}
.icon-personal-record.icon-before {
  background-position: center left;
  padding-left: 35px;
}

.section-heading {
  position: relative;
  width: 100%;
}
.section-heading .custom-link {
  position: absolute;
  right: 0;
  top: 6px;
}

main + aside > * + * {
  margin-top: 30px;
}

#mobileSidebarContent {
  border-bottom: 1px solid #E2E2E2;
  display: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#mobileSidebarContent > * + * {
  margin-top: 30px;
}

@media (min-width: 768px) {
  main + aside.col-md-4 {
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: initial;
  }
}
@media (max-width: 767.98px) {
  main {
    padding-top: 0;
  }
  main + aside {
    display: none;
  }
  #mobileSidebarContent {
    display: block;
  }
}
.hero {
  background-color: #D9DAE0;
  display: flex;
  flex-direction: column;
  padding: 32px 0 0;
  text-align: center;
}
.hero .btn-primary svg {
  position: relative;
  top: 6px;
  fill: #FFFFFF;
}
.hero .btn-primary + .btn-primary {
  background-color: #FFFFFF;
  border-color: #D9DAE0;
  color: #000062;
}
.hero .btn-primary + .btn-primary:hover, .hero .btn-primary + .btn-primary:active {
  background-color: #F4F4F4;
  border-color: #D9DAE0;
  color: #000062;
}
.hero .btn-primary + .btn-primary svg {
  fill: #000062;
}
.hero .profile-photo {
  margin: 0 auto 15px;
  position: relative;
  /*
  MSPT-4196: Only apply if variation 1
   */
  /*
  MSPT-4196: Only apply if variation 1
   */
}
.hero .profile-photo.exp-mspt-4196 {
  cursor: pointer;
}
.hero .profile-photo .image-wrapper {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hero .profile-photo .image-wrapper img {
  width: 100%;
}
.hero .profile-photo .exp-mspt-4196.image-wrapper:hover:after,
.hero .profile-photo .exp-mspt-4196.image-wrapper:active:after {
  content: "Update";
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding-top: 43%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000062;
  opacity: 0.8;
}
.hero .profile-photo .icon-verified {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5%;
  right: 5%;
}
.hero .athlete-name {
  font-size: 30px;
  text-align: inherit;
}
.hero .athlete-info {
  color: #8E909E;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.hero .athlete-info:last-of-type {
  margin-bottom: 30px;
}
.hero .athlete-info span + span {
  padding-left: 1px;
}
.hero .athlete-info span + span:before {
  content: "•";
  left: -2px;
  position: relative;
}
.hero .athlete-info .commitment-school img {
  height: 20px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  width: 20px;
}

@media (min-width: 768px) {
  .hero {
    padding: 45px 0 0;
    text-align: left;
  }
  .hero .profile-photo {
    float: left;
    height: 150px;
    margin-right: 40px;
    width: 150px;
  }
  .hero .profile-photo + .athlete-name,
.hero .profile-photo + .athlete-name + .athlete-info {
    text-align: left;
  }
  .hero .container {
    padding-left: 47px;
  }
  .hero .athlete-name {
    font-size: 42px;
  }
  .hero .athlete-info {
    color: #0F1019;
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: 0.1px;
  }
  .hero .athlete-info span + span {
    padding-left: 10px;
  }
  .hero .athlete-info span + span:before {
    left: -8px;
  }
  .hero .btn + .btn {
    margin-left: 1rem;
  }
  .hero .btn.btn-l {
    height: 40px !important;
  }
  .hero a.btn.btn-l {
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .hero {
    z-index: 1000;
  }
  .hero .container:first-child {
    background: linear-gradient(180deg, #d9dae0 90%, #fff 91%, #fff 91%);
  }
  .hero .athlete-info:last-of-type {
    margin-bottom: 1.5rem;
  }
  .hero .profile-photo {
    height: 100px;
    width: 100px;
  }
  .hero .profile-photo .icon-verified {
    top: 0;
    right: 0;
  }
  .hero .btn {
    width: 100%;
  }
  .hero .btn + .btn {
    margin-top: 1rem;
  }
}
.profile-navigation {
  background-color: #FFFFFF;
  padding-top: 27px;
}
.profile-navigation ul {
  border-bottom: 1px solid #E2E2E2;
  color: #454650;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  position: relative;
  top: -1px;
}
.profile-navigation ul li {
  padding: 0 5px 13px;
  position: relative;
  top: 1px;
}
.profile-navigation ul li a {
  color: #454650;
  text-decoration: none;
}
.profile-navigation ul li a:hover, .profile-navigation ul li a:active {
  text-decoration: none;
}
.profile-navigation ul li.active {
  border-bottom: 1px solid #000062;
}
.profile-navigation ul li.active a {
  color: #000062;
}

@media (min-width: 768px) {
  .profile-navigation {
    margin-top: 45px;
  }
  .profile-navigation ul {
    justify-content: flex-start;
  }
  .profile-navigation ul li + li {
    margin-left: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile-navigation ul li + li {
    margin-left: 27px;
  }
}
.record-box {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  width: 100%;
}
.record-box > h5 {
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
}
.record-box > h5 + div {
  border-top: 1px solid #f1f1f1;
}
.record-box > table {
  font-size: 15px;
}
.record-box > table td.event {
  font-weight: 600;
}
.record-box > table td.season {
  color: #8E909E;
}
.record-box > table td.time {
  color: #454650;
  text-align: right;
}
.record-box .box-heading {
  background-color: #F9F9F9;
  font-weight: 700;
  margin: 0;
}
.record-box .box-heading img {
  margin-right: 3px;
}

.stat-heading {
  margin-bottom: 24px;
}
.stat-heading > div {
  padding-bottom: 24px;
  width: 100%;
}
.stat-heading > div:last-child {
  border-bottom: 1px dashed #E2E2E2;
}

@media (min-width: 1170px) {
  .stat-heading > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .stat-heading div {
    padding-bottom: 0;
  }
  .stat-heading div + div {
    padding-bottom: 24px;
  }
}
.performance-listing {
  color: #454650;
  margin-bottom: 30px;
}
.performance-listing .season + .season {
  margin-top: 25px;
}
.performance-listing .event {
  border-bottom: 2px dashed #f1f1f1;
}
.performance-listing .event-heading {
  color: #0F1019;
  font-family: "Roboto Condensed", Helvetica Neue, Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 7px;
}
.performance-listing .event-heading .custom-link {
  float: right;
  padding-right: 0;
}
.performance-listing .record {
  align-items: center;
  border-top: 1px solid #f1f1f1;
  min-height: 50px;
  cursor: pointer;
}
.performance-listing .record.icon-after {
  padding-right: 0;
}
.performance-listing .record .seed {
  font-size: 15px;
}
.performance-listing .record .seed .personal-record {
  background: #FFFFFF url("../images/personal-record.svg") no-repeat center right;
  font-weight: bold;
  padding-right: 30px;
}
.performance-listing .record .video {
  position: absolute;
  right: 0;
  top: -2px;
  display: none !important;
}
.performance-listing .record .position,
.performance-listing .record .round,
.performance-listing .record .location,
.performance-listing .record .date {
  font-size: 14px;
}
.performance-listing .record .date {
  padding-right: 25px;
}
.performance-listing.blurry .record {
  color: transparent !important;
  text-shadow: 0 0 30px rgb(0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767.98px) {
  .performance-listing .record .location {
    font-size: 13px;
  }
  .performance-listing .record .video {
    right: 5px;
  }
}
section#videos,
section#news {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
section#videos .item-container,
section#news .item-container {
  width: 220px;
  margin-bottom: 28px;
  cursor: default;
}

@media (max-width: 1169.98px) {
  section#videos .item-container,
section#news .item-container {
    width: 275px;
  }
}
@media (max-width: 991.98px) {
  section#videos .item-container,
section#news .item-container {
    width: 100%;
  }
}
div.rankings-aside .record-box {
  margin-top: 30px;
}
div.rankings-aside .blurry {
  color: transparent !important;
  text-shadow: 0 0 8px #454545;
}
div.rankings-aside .callToAction {
  margin-top: 30px;
  border: solid 0.5px #f6f6f6;
  background: white;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(233, 233, 233) 100%);
}
div.rankings-aside .callToAction .ctaText {
  padding-top: 15px;
  font-size: 1.25em;
}
div.rankings-aside .callToAction .loginText {
  font-size: 0.85em;
  padding-bottom: 15px;
}

section#photos .albums {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -16px;
}
section#photos .albums .album {
  align-items: flex-start;
  background-color: #454650;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 275px;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 19px 5px 19px 16px;
  position: relative;
  width: 220px;
}
section#photos .albums .album .album-image {
  border-radius: 3px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
section#photos .albums .album .album-image:after {
  background-image: linear-gradient(rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.9));
  content: "";
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
section#photos .albums .album .album-image img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  z-index: 0;
}
section#photos .albums .album .album-image img.img-wide {
  height: 120%;
}
section#photos .albums .album .album-image img.img-long {
  width: 120%;
}
section#photos .albums .album .album-title,
section#photos .albums .album .album-count {
  text-shadow: 2px 2px #0F1019;
  z-index: 1;
}
section#photos .albums .album .album-title {
  color: #FFFFFF;
  font-family: "Roboto Condensed", Helvetica Neue, Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-stretch: condensed;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
  hyphens: auto;
}
section#photos .albums .album .album-count {
  color: #F4F4F4;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.2px;
}

@media (max-width: 1169.98px) {
  section#photos .albums .album {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767.98px) {
  section#photos .albums .album {
    height: 205px;
  }
}
body.athlete-profile-stats section#photos #proCallToAction {
  align-items: center;
  background-image: linear-gradient(#FFFFFF, #D9DAE0);
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.edit-athlete {
  background-color: #000062;
  border-color: #000062;
  color: #FFFFFF;
}

section#rankingsBox table {
  margin-bottom: 0;
}
section#rankingsBox .blurry {
  text-shadow: 0 0 10px black;
  color: transparent !important;
}
section#rankingsBox .callToAction {
  min-height: 150px;
  margin-top: 30px;
  background: #FFF;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.1254901961) 100%);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1254901961);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
section#rankingsBox .callToAction .ctaText {
  margin: 20px;
}
section#rankingsBox .btn, section#rankingsBox .loginText {
  margin-bottom: 20px;
}

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