<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ngform .ngformcolumn
{
	float: left;
}

.ngform .ngformcolumns1 .ngformcolumn {
	width: 100%;
}

.ngform .ngformlabel
{
	font: italic 15px Arial,'Helvetica',sans-serif;
	color: #323232;
	padding: 5px 5px 0 0;
}

.ngform label.ngformright 
{
	font: italic 15px Arial,'Helvetica',sans-serif;
	color: #323232;
	padding: 5px 0 0 0;
}

.ngform .ngerror
{
	color: #a65856;
}

.ngform .ngformerror
{
	color: #a65856;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
}

.ngform label.ngmandatory
{
	font-weight: bold;
}

.ngform .ngformnopad
{
	padding: 0px;
}

.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform textarea, .ngform input[type=number] 
{
	-webkit-appearance: none;	
}

.ngform input[type=text], .ngform input[type=password], .ngform input[type=email], .ngform select, .ngform textarea, .ngform input[type=number], .ngform input[type=date], .ngform input[type=time]
{
	border-color: #323232;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: 15px Arial,'Helvetica',sans-serif;
	color: #323232;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
}

.ngform input[type=number]
{
	min-width: 100px;
}

.ngform input[type=checkbox],
.ngform input[type=radio]
{
 	margin:0;   
	padding: 0;          	 
}

.ngform input[type=submit]
{	
	border-color: #008cd2;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: url(../../../../../images/gradient/?s=008cd2&amp;e=006599&amp;h=160) repeat-x #006599;
	font: bold 15px Arial,'Helvetica',sans-serif;
	color: #ffffff;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.ngform input[type=submit]:hover
{	
	border-color: #51a3cc;
	background: #51a3cc;
	font-weight: bold;
	
	font-style: normal;
	
	text-transform: none;
	
	color: #ffffff;
}


.ngform .ngradiogroup
{
	margin-bottom: 4px;
	display: block;
}

.ngform textarea 
{
	height: 100px;
}

input::-webkit-calendar-picker-indicator{
    display: inline;
}

.ngform .ngformright,
.ngform .ngformleft
{
		display: block;
		margin: 0 0 10px 0;
		box-sizing: border-box;
}

.ngform .ngformright
{
	float: left;
	width: 65%;
}
.ngform .ngformleft
{
	float: left;
	width: 35%;
}
	
.ngform .ngformcolumns2 .ngformcolumn {
	width: 49%;
}

.ngform .ngformcolumns2 .ngformcolumn:first-child {
	margin-right: 2%;
}


@media screen and (max-width: 1023px) 
{
	.ngform .ngformcolumns2 .ngformcolumn {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.sqr .ngform .ngformright
	{
		width: 100%;
		float: none;
	}
	.sqr .ngform .ngformleft
	{
		width: 100%;
		float: none;
	}	
} </pre></body></html>