#Content {
  background-color: #f5f5f5; }

.hax-profile {
  font-size: 16px;
  color: #4a4a4a; }
  .hax-profile ul, .hax-profile li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .hax-profile .edit-img-btn {
    background: rgba(74, 74, 74, 0.7);
    padding: 4px 10px;
    border: none;
    color: #ffffff;
    position: relative;
    z-index: 2; }
    .hax-profile .edit-img-btn:hover, .hax-profile .edit-img-btn:active, .hax-profile .edit-img-btn:focus {
      border: none;
      color: #ffffff;
      background: #4A4A4A; }
  .hax-profile .profile-hero,
  .hax-profile .profile-image-wrapper {
    position: relative; }
    .hax-profile .profile-hero .edit-img-btn,
    .hax-profile .profile-image-wrapper .edit-img-btn {
      margin: 5px;
      display: none;
      border-radius: 4px; }
    .hax-profile .profile-hero:hover .edit-img-btn,
    .hax-profile .profile-image-wrapper:hover .edit-img-btn {
      display: inline-block; }
  .hax-profile .scrim-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .hax-profile .profile-hero-wrapper {
    width: 950px;
    margin: auto; }
  .hax-profile .profile-hero {
    width: 790px;
    height: 350px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .hax-profile .profile-image-wrapper {
    display: block;
    width: 225px;
    height: 225px;
    position: absolute;
    top: -180px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc; }
  .hax-profile .profile-panel {
    background: #ffffff;
    position: relative;
    padding: 65px 65px 40px 40px;
    width: 790px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between; }
    .hax-profile .profile-panel .profile-image {
      position: absolute;
      top: 0;
      left: 0; }
    .hax-profile .profile-panel .btn-settings {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 24px;
      height: 24px; }
  .hax-profile .profile-admin-tools {
    position: absolute;
    bottom: 10px;
    right: 20px; }
    .hax-profile .profile-admin-tools a {
      color: #4687DF;
      text-decoration: none; }
    .hax-profile .profile-admin-tools a:hover,
    .hax-profile .profile-admin-tools a:active {
      text-decoration: underline; }
  .hax-profile .profile-meta {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    min-height: 155px; }
    .hax-profile .profile-meta h1 {
      font-size: 24px; }
    .hax-profile .profile-meta h2 {
      font-size: 16px;
      font-weight: 400; }
    .hax-profile .profile-meta .meta-label {
      display: block;
      font-size: 14px;
      color: #7e7d7a; }
  .hax-profile .profile-stats li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-bottom: 5px; }
    .hax-profile .profile-stats li img {
      margin-right: 5px; }
  .hax-profile .profile-actions {
    width: 200px;
    padding: 12px 15px;
    border-radius: 4px;
    border: solid 1px #dfdfdf; }
    .hax-profile .profile-actions svg {
      width: 25px;
      height: 25px;
      display: inline-block;
      margin-right: 15px;
      opacity: 0.8; }
    .hax-profile .profile-actions a, .hax-profile .profile-actions span {
      display: flex !important;
      flex-flow: row nowrap;
      align-items: center;
      padding: 3px 0;
      display: block;
      text-decoration: none; }
    .hax-profile .profile-actions a {
      color: #4a4a4a; }
    .hax-profile .profile-actions a:hover,
    .hax-profile .profile-actions a:active {
      color: #02874d;
      cursor: pointer; }
    .hax-profile .profile-actions p {
      font-size: 16px;
      color: #4a4a4a;
      margin: 0; }

.profile-banner-wrapper {
  height: 68px;
  background-color: #f5f5f5;
  background-color: var(--mist); }

.profile-banner, .profile-banner a {
  font-family: "Noto Sans",Arial,Helvetica,sans-serif;
  font-size: 16px;
  text-align: center;
  color: #4a4a4a;
  color: var(--tempest);
  padding-top: 22px;
  padding-bottom: 22px; }

.btn {
  box-sizing: border-box;
  border: 2px solid;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block; }
  .btn:hover, .btn:active, .btn:focus {
    text-decoration: none; }
  .btn.btn-tertiary {
    background-color: transparent;
    border: 1px solid #04c8d6;
    border-radius: 40px;
    color: #04c8d6;
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase; }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
      background-color: #04c8d6;
      color: #fff; }
    .btn.btn-tertiary[disabled], .btn.btn-tertiary[disabled]:hover, .btn.btn-tertiary[disabled]:active, .btn.btn-tertiary[disabled]:focus {
      background-color: #9B9B9B;
      border-color: #9B9B9B; }

#Content .ui-tabs {
  margin-top: 0;
  min-height: 650px; }

#Content .ui-tabs #tabMenu a {
  float: none;
  padding: 10px 0; }

#Content .ui-tabs .ui-state-active a {
  font-weight: 400; }

#Content .container {
  padding: 0;
  background-color: transparent; }

.ui-widget-content {
  border-color: #e7e7e7; }

.hax-tabs {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  margin-bottom: 20px; }
  .hax-tabs li {
    width: 100%; }
    .hax-tabs li a {
      background: #fff;
      font-size: 16px;
      color: #4a4a4a;
      text-decoration: none;
      width: 100%;
      float: none;
      text-align: center;
      display: block; }
    .hax-tabs li a:hover, .hax-tabs li a:active {
      color: #02874d; }
  .hax-tabs .ui-state-active {
    border: 0; }
    .hax-tabs .ui-state-active a {
      background-color: #02874d;
      color: #fff;
      font-weight: 400; }
    .hax-tabs .ui-state-active a:hover, .hax-tabs .ui-state-active a:active {
      color: #fff; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#ProfileTabs .isEmpty {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  padding: 35px 190px;
  text-align: center; }
  #ProfileTabs .isEmpty h3, #ProfileTabs .isEmpty img {
    margin-bottom: 16px; }

/*# sourceMappingURL=tucson-profile.css.map */
