body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #545454;
	font-weight: 400;
}
p {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #545454;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
a {
	color: #002F5D;
}
a:visited {
	color: #002F5D;
}
a:hover {
	color: #f26722;
}
a:active {
	color: #f26722;
}
.heading1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #1D2F77;
}
.formButton {
  	border: 2px solid #1D2F77;
	border-radius: 5px;	
  	background-color: white;
  	color: #1D2F77;
  	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
  	font-size: 15px;
	font-weight: 400;
  	cursor: pointer;
}
.formButtonDisabled {
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    background-color: #F2F2F2 !important;
    color: #8D8D8D;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    font-weight: 400;
    cursor: none;
    margin-top: 10px;
}
.formButton:hover {
  	border: 2px solid #f26722;
  	color: #1D2F77;
}
.formTextField {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #545454;
	background-color: rgba(29,47,119,0.09);
	border-bottom: 2px solid #1D2F77;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 10px;
	width: 100%;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;	
}
.formTextField:hover {
	border-bottom: 2px solid #f26722;
	border-left: none;
	border-top: none;
	border-right: none;
}
.select-css {
    display: block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #545454;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #1D2F77;
	border-left: none;
	border-top: none;
	border-right: none;	
    border-radius: 0em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(29,47,119,0.09);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;	
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-bottom: 2px solid #f26722;
}
.warning {
	color: #f26722;
}
.container1 {
    position: relative;
    width: 100%;
	min-height: 1200px;
}
.container1centre {
	position: absolute;
 	top: 20%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}