@charset "UTF-8";
/* CSS Document */

*, *:after, *:before 
{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.contact-form 
{
	position: relative;
}
.contact-form:before, .contact-form:after 
{ 
	content: " ";
	display: table; 
}

.contact-form:after 
	{ 
		clear: both; 
	}
.contact-form label 
{
	padding: 0 5px 5px 0;
	font-size: 0.9em;
	line-height: 1.5em;
	cursor: pointer;
	text-align: left;
	display: inline;
}
.contact-form input[type='text'],
.contact-form textarea,
.contact-form select 
{
	line-height: 1.5;
	font-size: 1.1em;
	padding: 5px 10px;
	display: block;
	width: 100%;
	background-color: #ffffff;
}

.contact-form input,
.contact-form textarea 
{
	border: 1px solid #000;
}
.contact-form input[type='radio'],
.contact-form input[type='checkbox']
{
	line-height: 1.5;
	background-color: transparent;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form label:active + input,
.contact-form label:active + textarea 
{
	outline: none;
	border: 3px solid #000; 
}

.contact-form select:focus 
{
	outline: none;
}

/* WebKit browsers */ 
::-webkit-input-placeholder
{
	color: #ccc;
	font-style: italic;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder 
{
    color: #ccc;
    font-style: italic;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder 
{ 
    color: #ccc;
    font-style: italic;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder 
{
    color: #ccc;
    font-style: italic;
}

.contact-submit-wrap 
{
	text-align: center;
	padding-top: 10px;
	clear: both;
}

.contact-form input.contact-submit 
{
	background-color: #999;
	border: none;
	color: #000;
	width: auto;
	cursor: pointer;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1em;
	border-radius: 2px;
}

.contact-form input.contact-submit:hover 
{
	background-color: #333;
}

/*label 
	{
		display: block;
		padding-left: 15px;
	}*/

input 
{
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -10px;
    *overflow: hidden;
}

input[type="radio"] 
{
	top: -5.5px;
}

.textbox 
	{
		margin-top: 5px;
	}

#btnSubmit 
{
    background-color: #c22d1e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    border: #ffffff solid 2px;
    color: #fff;
    text-decoration: none;
	padding: 10px 20px 16px;
	margin-top: 18px;
	font-family: "dejarip", sans-serif;
    font-weight: 700;
}

#btnSubmit :hover 
{
	border: none;
	background-color:#ee492e;
}

.checkboxList li 
{ 
	line-height: .08em;
	margin: 0;
	padding: 0;
}

.checkboxField label 
{	
	padding: 0 5px 5px 0;
}

#name
{
	margin:0;
	overflow: auto;
	padding: 0;
	clear: both;
}

#firstName
{
	float:left;
	width:50%;
	overflow:hidden;
}

#lastName
{
	float:left;
	width:50%;
	overflow:hidden;
} 

.blackButton 
{
	background-color: #000;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	margin: 0 ;
	padding: 6px 6px 4px 10px;
	width: 90px;
	height: 56px;
}

.contactType-column 
{
	margin: 20px 0;
}

.contactType-column-content 
{ 
	margin: 10px 20px;
}

@media all and (max-width: 899px) 
{
	.contactType-column 
	{
		width: 100%;
	}
	.contact-3column-content 
	{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}

@media all and (min-width: 899px) {
	.contactType-column {
		width: 32%;
	}

	.contact-3column-content {
		width: 33%;
		padding: 0 10px;
	}
}

#firmGrid {
	margin-bottom: 10px;
}

.k-window-titlebar.k-hstack {
	background-color: #f5f4ee;
}

#btnSubmit {
	background-color: #c22d1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	border: #ffffff solid 2px;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 16px;
	font-family: "dejarip", sans-serif;
	font-weight: 700;
}

#proceed, #skip {
	background-color: #eee;
	border-radius: 6px;
	border: 1px solid #ccc;
	color: #000;
	text-decoration: none;
	padding: 8px 17px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 15px;
}

	#btnSubmit:hover, #proceed:hover, #skip:hover {
		background-color: #ddd;
	}

.window-buttons {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 10px;
}

.k-grid {
	border-color: #ccc;
}

.k-grid-header th,
.k-grid-header {
	background-color: #f5f4ee;
	color: #000;
	border-color: #ccc;
	font-family: Arial, sans-serif;
}

.k-grid td, .k-grid th, .k-grid tr {
	border-color: #ccc;
}

	.k-grid tr:last-child td {
		border-bottom: 1px solid #ccc;
	}

.k-captcha input {
	padding: initial;
	margin: initial;
	vertical-align: initial;
	position: initial;
	top: initial;
	overflow: initial;
}

.k-widget.k-captcha {
	margin-top: 35px;
}

.k-captcha-input.k-vstack {
	display: none;
}