.application-row {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.application-row p {
	margin-bottom: 0;
}
.color-green {
	color: #4caf50 !important;
}
.color-red {
	color: #f44336 !important;
}
.app-status-term {
	text-transform: uppercase;
  font-size: 12px;
  padding-top: 4px;
  font-weight: 800 !important;
  letter-spacing: 1px;
}
.app-item-instruction {
	font-size: 16px;
	font-weight: 400;
}
.app-item-bold {
	font-weight: 800 !important;
}
.list-item-material {
	font-size: 16px;
}
.list-item-material a {
	color: #c49f03;
}
.list-item-material a:hover {
	text-decoration: underline;
}
.mt-3 {
	margin-top: 10px;
}
#gform_wrapper_5 {
	background: #f1f1f1;
	padding: 20px;
}
#field_5_6 {
	background: #fff;
	padding: 20px;
	border: 1px solid #767676;
	border-radius: 3px;
}
#field_5_7 {
	padding-right: 0;
}
#gform_submit_button_5 {
  margin: 0 auto;
  display: block;
  color: #fff;
  background: #bbb;
  border: 1px solid #ddd;
  padding: 10px 30px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
#message.updated {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#message.updated p {
  margin-bottom: 0;
  text-align: center;
}
.acf-form-submit .acf-button {
  background: #4CAF50;
  color: #fff;
  border: none;
  padding: 8px 25px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}
.acf-form-submit .acf-button:hover {
  background: #308e34;
}
.d-none {
  display: none;
}
