/* Styling Added Below Jonathan */
#graduation-form-large {
  z-index: 1;
}
.onlineou {
  --gf-form-gap-x: 10px;
  --gf-form-gap-y: 10px;
  --gf-local-radius: 0;
}
.onlineou_wrapper .onlineou .gfield input, .onlineou_wrapper .onlineou .gfield select {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #f7f7f7;
  border: 1px solid #c4c4c4;
}
.onlineou_wrapper .onlineou .gfield select {
  background-size: 4% 10px;
}
.onlineou_wrapper .onlineou .gfield input:focus, .onlineou_wrapper .onlineou .gfield select:focus {
  background-color: transparent;
  border: 1px solid #646464;
  outline: none;
}
.onlineou_wrapper .onlineou .gfield input:not([type='checkbox']), .onlineou_wrapper .onlineou  .gfield select {
  height: 52px;
  line-height: 52px;
}
.onlineou_wrapper .onlineou .gfield input::placeholder {
	color: #9b9b9b;
}
.onlineou_wrapper .onlineou .gfield input[type='checkbox']:before {
	transform: none;
  background: transparent;
}
.onlineou_wrapper .onlineou .gfield .charleft {
	display: none;
}
.onlineou_wrapper .onlineou .gform-body, .onlineou_wrapper .onlineou .gform-footer {
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
.onlineou_wrapper .onlineou .gform-footer {
  margin-top: 24px;
}
.onlineou_wrapper .onlineou .gfield--type-consent {
	display: flex;
	margin-top: 10px;
}
.onlineou_wrapper.gform_wrapper .onlineou .gfield--type-consent .gfield_consent_description {
  font-size: 0.7rem;
  padding: 0px 0px 10px;
  border: none;
  margin: 0;
}
body .onlineou_wrapper.gform_wrapper .onlineou .gform-footer input[type="submit"].gform_button {
  background-color: #841617;
  width: 100%;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  height: 50px;
  transition: all .5s;
}
body .onlineou_wrapper.gform_wrapper .onlineou .gform-footer input[type="submit"].gform_button:hover {
  background-color: #4e0002;
}