
/* Globals
----------------------------------------------- */	
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<style>
    
 
 /* Forms
----------------------------------------------- */
.mainBody form ul,
.mainBody form ol {
	margin: 20px 0;
	}
	
form ul,
form ol,
form li {
	list-style: none;
	}
	
form label {
	width: 50%;
	min-width: 135px;
	display: inline-block;
	margin-bottom: 10px;
	}
	
form .extra_name {
	display: none;
	}
	
.contactForm {
	width: 55%;
	padding: 20px;
	margin: 20px auto;
	border-radius: 0 25px 0 25px;
	}
	
.radio_option label {
	width: 75px;
	min-width: 75px;
	}
	
.radio_option .cms_radio {
	margin: 0 10px 0 0;
	}
	</style>

 

