@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700,400);
#page header.profile {
  background: #141414;
  position: relative;
  color: #ffffff;
}
@media only screen and (max-width: 969px) {
  #page header.profile {
    height: auto;
  }
}
#page header.profile::after {
  content: '';
  display: block;
  clear: both;
  height: 24px;
  width: 100%;
  margin-top: 8px;
}
#page header.profile figure {
  display: block;
  width: 120px;
  height: 90px;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 16px;
  background-color: #646464;
  background-image: url(../images/blank-profile-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  float: left;
  border: solid 1px #ebebeb;
}
#page header.profile figure img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 969px) {
  #page header.profile figure {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 329px) {
  #page header.profile figure {
    width: 77px;
    height: 102px;
  }
}
#page header.profile h1 {
  color: #ffffff;
  font-variant: small-caps;
  font-size: 3rem;
}
@media only screen and (max-width: 639px) {
  #page header.profile h1 {
    font-size: 2.0rem;
    padding-bottom: 4px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 329px) {
  #page header.profile h1 {
    font-size: 1.8rem;
  }
}
#page header.profile a {
  color: #ffffff;
}
#page header.profile .info {
  margin-right: 175px;
}
#page header.profile .info span,
#page header.profile .info a {
  display: inline-block;
  line-height: 18px;
  font-size: 1rem;
  padding-right: 12px;
  padding-left: 12px;
  border-left: solid 1px #c8c8c8;
}
#page header.profile .info span:first-child,
#page header.profile .info a:first-child {
  padding-left: 0px;
  border-left: none;
}
@media only screen and (max-width: 969px) {
  #page header.profile .info span,
  #page header.profile .info a {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile .info span,
  #page header.profile .info a {
    border-left: none;
    display: block;
    line-height: 16px;
  }
}
#page header.profile .info a.edit {
  margin-top: 12px;
  line-height: 24px;
  margin-right: 12px;
  background: #646464;
  color: #ffffff;
  border-radius: 5px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  border-left: none;
}
@media only screen and (max-width: 969px) {
  #page header.profile .info a.edit {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 969px) {
  #page header.profile .info .city,
  #page header.profile .info .edit {
    display: block;
    border-left: none;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile .info {
    margin-right: 0px;
  }
  #page header.profile .info span,
  #page header.profile .info a {
    color: #c8c8c8;
  }
}
#page header.profile nav {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 24px;
  background: #c8c8c8;
  color: #141414;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 9;
}
#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 {
    max-width: none;
  }
}
@media only screen and (max-width: 639px) {
  #page header.profile nav {
    height: auto;
    line-height: 24px;
    padding: 0px;
  }
  #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;
  }
}
