@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVj2ZhZI2eCN5jzbjEETS9weq8-19eLDwM4.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}

#clear {
    content: '';
    display: block;
    clear: both;
}

.static {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  bottom: auto;
}
#page header.profile {
  background: #141414;
  position: relative;
  color: #ffffff;
}
#page header.profile > div::after {
  content: '';
  display: block;
  clear: both;
}
#page header.profile::after {
  height: 24px;
  width: 100%;
  margin-top: 8px;
}
#page header.profile figure {
  display: block;
  width: 150px;
  height: 150px;
  margin: 8px 16px 32px 8px;
  background-size: cover;
  float: left;
  border: solid 1px #ebebeb;
}
#page header.profile figure.noLogo {
    background: #646464 url(../images/blank-profile-image.png) no-repeat center bottom;
}
#page header.profile figure img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 969px) {
  #page header.profile figure {
    width: 100px;
    height: 100px;
    margin: 8px;
  }
}
@media only screen and (max-width: 329px) {
  #page header.profile figure {
    width: 77px;
    height: 80px;
  }
}
#page header.profile h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 0;
  overflow: hidden;
  line-height: 32px;
  height: 46px;
  width: auto;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #page header.profile h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile h1 {
    font-size: 20px;
    padding-left: 0;
    padding-bottom: 4px;
    line-height: 24px;
    height: auto;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 329px) {
  #page header.profile h1 {
    font-size: 1.8rem;
  }
}
#page header.profile a {
  color: #ffffff;
}
#page header.profile .teamInfo {
  margin-right: 175px;
  margin-top: 8px;
  height: 58px;
}
@media only screen and (max-width: 969px) {
  #page header.profile .teamInfo {
    display: none;
  }
}
#page header.profile .teamInfo > div {
  float: left;
  margin-right: 30px;
  height: 58px;
}
#page header.profile .teamInfo > div:last-of-type {
  margin-right: 0;
}
#page header.profile .teamInfo > div:last-of-type:after {
  content: '';
  display: block;
  clear: both;
}
#page header.profile .teamInfo > div span {
  display: block;
  line-height: 20px;
}
#page header.profile .teamInfo > div ul.teamColors {
  list-style-type: none;
  width: 56px;
}
#page header.profile .teamInfo > div ul.teamColors li {
  border: 2px solid #c8c8c8;
  display: block;
  width: 100%;
  height: 22px;
}
#page header.profile .teamInfo > div ul.teamColors li:first-of-type {
  border-bottom: none;
}
#page header.profile .teamInfo:after {
  content: '';
  display: block;
  clear: both;
}
#page header.profile .buttons {
  line-height: 24px;
  margin-right: 175px;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #page header.profile .buttons {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile .buttons {
    margin-right: 0px;
    height: 32px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 329px) {
  #page header.profile .buttons {
    clear: both;
    width: 100%;
    height: auto;
  }
}
#page header.profile .buttons .search,
#page header.profile .buttons .claim,
#page header.profile .buttons .follow {
  display: inline-block;
  line-height: 24px;
}
@media only screen and (max-width: 639px) {
  #page header.profile .buttons .search,
  #page header.profile .buttons .claim,
  #page header.profile .buttons .follow {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
  }
}
#page header.profile .buttons .search a,
#page header.profile .buttons .claim a,
#page header.profile .buttons .follow a {
  margin-right: 12px;
  background: #646464;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 639px) {
  #page header.profile .buttons .search a,
  #page header.profile .buttons .claim a,
  #page header.profile .buttons .follow a {
    margin-right: 4px;
  }
}
#page header.profile .social {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 8px;
  height: 16px;
  z-index: 10;
}
@media only screen and (max-width: 969px) {
  #page header.profile .social {
    display: none;
  }
}
#page header.profile nav {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 24px;
  padding-bottom: 0;
  background: #c8c8c8;
  color: #141414;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 9;
}
@media only screen and (max-width: 969px) {
  #page header.profile nav {
    clear: both;
    position: static;
    margin-top: 8px;
  }
}
#page header.profile nav a {
  color: #141414;
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
  line-height: 22px;
}
#page header.profile nav a.selected {
  border-bottom: solid 2px #141414;
}
@media only screen and (min-width: 640px) and (max-width: 969px) {
  #page header.profile nav {
    height: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile nav {
    height: auto;
    line-height: 24px;
    padding: 0;
  }
  #page header.profile nav a {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 479px) {
  #page header.profile nav a {
    margin-left: 8px;
    margin-right: 4px;
    font-size: 1.2rem;
  }
}

.content section h3 {
    margin-bottom: 8px;
}

.content section.list h3 {
    background: #646464;
    color: #ffffff;
    padding: 8px;
    margin-top: 16px;
}

.content section.list h3 a {
    color: #ffffff;
}

.content .blurry::after {
    background: none;
    filter: none;
}
