/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 05:45:25 */
@media(min-width:768px){
	.form_container.two_column_form {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  column-gap: 15px;
	}
}
.page-id-27586 .banner-title.heading {
  color: #fff;
  font-size: 62px;
  margin: 0;
  font-family: din-condensed, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.form_container table th,.form_container table td {
  color: #000384;
  border: 2px solid #000384;
  padding: 10px;
}
.form_container table {
	border-collapse: collapse;
	margin-bottom:15px;
	width:100%;
}
.form_container table input, .form_container table textarea {
  border: unset !important;
  width: 100% !important;
}
.form_container.two_column_form table td:nth-child(1) {
  min-width: 35%;
}
.formsubmitbtn {
	cursor:pointer;
  width: 100%;
  display: block;
  clear: both;
  text-align: center !important;
  background: #18155A !important;
  color: #FFF !important;
  padding: 10px !important;
}