.CherryPickers {
  height: 24px;
  font-family: "NoeDisplay-Medium";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9a0000;
  padding-top: 30px;
  padding-bottom: 69px;
}

.CherryPicked {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Field {
  width: 450px;
  height: 48px;
  background-color: #f8f8f8;
  padding: 15px 23px;
  outline: none;
  border: none
}

.BigField {
  width: 450px;
  height: 144px;
  background-color: #f8f8f8;
  padding: 15px 23px;
  outline: none;
  border: none;
  resize: none;
}

::placeholder {
  width: 404px;
  height: 17px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a7a7;
}



.PlaceholderCheck {
  width: 31px;
  height: 17px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  float: left;
  white-space: nowrap;
  padding-left: 12px;
}

.media_checkboxes {
  width: 450px; 
  display: inline-block;
  line-height: 1.8;
}

.media_checkbox {
  float: left;
  clear: left;
}

hr {
	width: 91%;
}


.centeredContent {
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.centeredContent h2 {
  font-family: "NoeDisplay-Medium";
}

.centeredContent a {
  text-decoration: none;
}

 .centeredContentBody {
  width: 344px;
  height: 92px;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
  margin-bottom: 3em;
}

.header {
  display: flex;
  height: 100px;
}

.headerChild {
  height: 44px;
  flex: 1;
}

.authenticationNav {
  margin-right: 40px;
  margin-top: 38px;
  text-align: right;
  font-family: "HelveticaNeueLTStd-Md";
}

.main-nav__list-link {
  text-align: right;
  display: inline-block;
  padding: 0px;
}

.formTable {
  width: 90%;
  padding-top: 66px;
  padding-bottom: 105px;
}

.formTable td {
  width: 100%;
  vertical-align: top;
  padding-bottom: 2em;
  padding-top: 0em;
}

.formTable th {
  width: 323px;
  height: 17px;
  padding: 15px 43px 16px 0px;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #505050;
}

.formTable th{
  width: 100%;
  vertical-align: top;
  /*padding-bottom: 1em;
  padding-top: 1em; */
}


input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.38);
  border: solid 0.5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: relative;
}

input[type="date"] {
  background-color: #f8f8f8;
}

input[type="number"] {
  background-color: #f0f0f0;
}

input[type="date"], input[type="number"] {
  border: none;
  padding: .8em 1em;
}

input[type="file"] {
  padding-top: .9em;
}


.formTable select {
  background-color: #f8f8f8;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: .5em 2.5em;
  border: none;
  /* SVG background image */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='505050'><polygon points='0,0 100,0 50,50'/></svg>"); 
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  border: none;
}

.invalidFormSubmit {
  background-color: rgba(0, 0, 0, 0.2);
}

.submitPositive {
  background-color: #00a500;
}

.submitNegative {
  background-color: gray;
}

/* critic home */
.criticHomeItem {
  width: 180px;
  text-align: center;
}
	
.criticHomeSubheading {
  font-family: "HelveticaNeueLTStd-Lt";
  line-height: 1.5;
  margin-bottom: 3em;
}

.criticHomeItem a {
  text-decoration: none;
  color: black;
  font-family: "HelveticaNeueLTStd-MdCn";
}

.criticHomeRule {
  height: 1px;
  width: 180px;
  margin: 16px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smallBaseBottomSpacer {
  margin-bottom: 7em;
}

.formInputDescription {
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #505050;
}

.redLink {
  text-decoration: none;
  color: #f50000;
}

.errorlist {
  color: #f50000;
  font-weight: bold;
  /* list-style-type: none;	 */
}

.policyBody {
  margin: 3em;
  max-width: 800px;
}

.guidelinesSection {
  margin-top: 2em;
}
