h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
h2.finance-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2.financing  {
text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	margin-top: 15px;
	color: #e00000;
	font-weight: bold;
	border: 5px solid #e00000;
	padding: 10px 0px;
	letter-spacing: 1px;
}
#financing {background: #fff;}
h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
label.gfield_label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
input#gform_submit_button_11 {display: none;}
.single-option {
    background-color: #023c75;
    padding: 15px;
    margin: 15px auto;
    margin-bottom: 0px;
    min-height: 250px;
    color: #fff;
}
hr {
    border: 1px solid #ccc;
    margin: 15px auto;
}
.single-option h3 {
    text-align: center;
    background-color: #fff;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 27px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #023c75;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
}
.gform_wrapper form {margin: 0 auto;}
.single-option ul.list-unstyled {
    text-align: center;
    color: #fff;
    margin: 0px auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
a .single-apply {
    background-color: #e00000;
    text-align: center;
    padding: 10px;
    transition: 0.5s all;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    
}
a:hover .single-apply, a:focus .single-apply {
    background-color: #5772e3;
    transition: 0.5s ease all;
    text-decoration: none;
    opacity: 1;
}	
h1.title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
}

a .single-apply {
	background-color: #e00000;
	text-align: center;
	padding: 10px;
	transition: 0.5s all;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	border-radius: 0px 0px 5px 5px;
    margin-top: -17px;
}