/*
form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  font-size: 1.25em;
}


input {
  padding: 0.5em;
  border: 0;
  border-bottom: #999999 solid 0.05em;
  background:none;
  font-size: 1em;
}

input::placeholder {
  color: rgba(85,85,85,0.5);
}

label {
  display: flex;
  color: #999999;
  white-space: nowrap;
  justify-content: flex-start;
  opacity: 0.5;
}

label > span:nth-child(2) {
  margin-left: 0.1em;
  margin-right: 0.1em;
}
*/

.Form__fields--2QDZA {
  padding: 1em;
  font-size: 1.25em;
}

.Form__field--23YEu {
  flex: 1;
  margin: 0.5em;
}

.Form__required--2BxGh {
  color: #4D4D4D;
}

.Form__feedback--2txLO {
  font-size: 0.8em;
  margin: 0.2em;
  height: 1em;
  justify-content: center;
}

.Form__error--2NvYY {
  color: #4D4D4D;
}

.Form__warning--3lljH {

}

.Form__buttons--2ZYWV {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: center;
}


.Form__radioGroupBox--2lMnZ  {
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.Form__radioGroupLabel--3qlQ5 {
  color: #999999;
  margin:0 0 1em .5em;
}

.Form__smallprint--3nV4s {
  font-size: 0.7em;
}

.ProfileSummary__topprofilebox--2Y45- {
  flex: 1;
  margin: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ProfileSummary__profilepic--1wWVe {
  min-width: 128px;
  min-height: 128px;
  border-radius: 50%;
  overflow: hidden;
  background: #aeaeae;
}
.ProfileSummary__infobox--34UGO {
  font-size: 1em;
  margin-left: 1em;
  margin-right: 1em;
  overflow: hidden;
}
.ProfileSummary__name--19Bu0 {
  color:black;
  font-size: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ProfileSummary__bio--1cYFD {
  color:black;
  font-size:1em;
}
.ProfileSummary__figures--377cG,.ProfileSummary__figure--1yl1c {
  color:black;
  font-size:1em;
}
.ProfileSummary__figures--377cG {
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ProfileSummary__figure--1yl1c {
  font-size:1em;
  margin:1em 0 0 1em;
}

.ProfileSummary__figure_value--1fOIT {
  font-size: 1.5em;
}

.ProfileSummary__figure_value--1fOIT, .ProfileSummary__figure_label--3xz9I {
  text-align: center;
  color:black
}

.ComingSoon__coming_soon--2kOkc {
  color: #999999;
  background-color: #dddddd;
  padding: 3em;
  margin: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25em;
}

.TertiaryNav__header--2zZVX {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #4D4D4D;
  padding: 0.5em;
  margin: 0;
}

.TertiaryNav__left--1kR7R {
  margin-right: 0.5em;
}

.TertiaryNav__main--33C9V {
  flex: 1;
}

.TertiaryNav__main--33C9V ol {
  justify-content: space-around;
}

.TertiaryNav__main--33C9V li a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.TertiaryNav__header--2zZVX a {
  color: #fff;
  text-decoration: none;
  background-color: #4D4D4D;
}

.BioPage__default_bio_card--Z5DWU {
  display: flex;
  padding: 3em;
  justify-content: center;
  align-items: center;
}

.ProfileSummaryButton__editButton--1daey {
    margin: 0.5em;
    margin-left: 0;
    margin-right: 0;
}

/*# sourceMappingURL=5.51d9c6e7c8bd7fa45255.css.map*/