/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* COLORS */
@media screen and (min-width: 48em) {
  section#Content #ProfileImageContainer.with-space {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  section#Content #ProfileImageContainer #ProfileImageError {
    text-align: left;
  }
}

section#Content #TextButton {
  display: none;
}

@media screen and (min-width: 48em) {
  section#Content #TextButton {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    padding: 18px;
    padding-left: 60px;
    cursor: pointer;
  }
}

@media screen and (min-width: 64.0625em) {
  section#Content #TextButton {
    padding: 13px;
    padding-left: 50px;
  }
}

section#Content #ProfileImage {
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #000;
  z-index: 100;
}

@media screen and (min-width: 48em) {
  section#Content #ProfileImage {
    border: 2px solid #858585;
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 64.0625em) {
  section#Content #ProfileImage {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 48em) {
  section#Content #progress {
    width: 48px;
  }
}

@media screen and (min-width: 64.0625em) {
  section#Content #progress {
    width: 40px;
    height: 40px;
  }
}

section#Content #UploadButton {
  border-radius: 50%;
  width: 25%;
  height: 25%;
  background: #000;
  position: absolute;
  z-index: 101;
  bottom: 3%;
  right: 3%;
  color: #fff;
}

@media screen and (min-width: 48em) {
  section#Content #UploadButton {
    background: none;
  }
}

section#Content #UploadButton #UploadSpacer, section#Content #UploadButton #UploadSpacer2 {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}

@media screen and (min-width: 48em) {
  section#Content #UploadButton #UploadSpacer, section#Content #UploadButton #UploadSpacer2 {
    display: none;
  }
}

section#Content #UploadButton #UploadIcon {
  vertical-align: middle;
  display: inline-block;
}

section#Content #UploadButton #UploadIcon:before {
  font-size: 12px;
}

@media screen and (min-width: 48em) {
  section#Content #UploadButton #UploadIcon {
    display: none;
  }
}

section#Content #progress-text {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0px;
  margin: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 48em) {
  section#Content #progress-text {
    left: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64.0625em) {
  section#Content #progress-text {
    left: 19px;
    font-size: 1.25rem;
  }
}
