@charset "UTF-8";
/* CSS Document */


#contact_heading_img
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


/*------------CONTACT WRAPPER------------*/


#contact_wrapper
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


#contact_details
{
	position: relative;
	width: 920px;
	margin: 0 0 0 0;
}


#contact_details_leftcol
{
	float: left;
    width: 293px;
	height: 100px;
	border-top: dotted 2px #333333;
	border-bottom: dotted 2px #333333;
	padding: 20px 0;
    margin: 0 20px 0 0;
}


#contact_details_leftcol a
{
	text-decoration: none;
	color: #991A1E;
}


#contact_details_leftcol a:hover
{
	text-decoration: none;
	color: #333333;
}


#contact_details_middlecol
{
	float: left;
    width: 293px;
	height: 100px;
	border-top: dotted 2px #333333;
	border-bottom: dotted 2px #333333;
	padding: 20px 0;
    margin: 0 0 0 0;
}


#contact_details_middlecol a
{
	text-decoration: none;
	color: #991A1E;
	font-size: 18px;
	font-weight: 700;
}


#contact_details_middlecol a:hover
{
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
}


#contact_details_rightcol
{
	float: right;
    width: 293px;
	height: 100px;
	border-top: dotted 2px #333333;
	border-bottom: dotted 2px #333333;
	padding: 20px 0;
    margin: 0 0 0 0;
}


/*------------CONTACT FORM------------*/


#contact_form
{
	position: relative;
	width: 920px;
	margin: 20px 0 0 0;
}


#contact_form_leftcol
{
	float: left;
	width: 293px;
	margin: 0 0 0 0;
}


#contact_form_rightcol
{
	float: right;
	width: 606px;
	margin: 0 0 0 0;
}


/*------------CONTACT FORM STYLES------------*/


.title
{
	position: relative;
	width: 293px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 100%;
	padding-bottom: 10px;
	margin-top: 20px;
}


.input
{
	position: relative;
	width: 283px;
	height: 16px;
	border: solid 1px #333333;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
	color: #333333;
	padding: 4px;
}


.text_area
{
	position: relative;
	width: 596px;
	height: 154px;
	border: solid 1px #333333;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 100%;
	text-align: left;
	color: #333333;
	padding: 4px;
}


.submit
{
	position: relative;
	padding: 0 0 0 0;
	margin: 20px 0 0 0;
}


.detect
{
	display: none;
}


/*------------COOKIE POLICY------------*/


#cookies_leftcol
{
	float: left;
	width: 450px;
	border-top: dotted 2px #333333;
	border-bottom: dotted 2px #333333;
	padding: 20px 0;
	margin: 0 0 0 0;
}


#cookies_rightcol
{
	float: right;
	width: 450px;
	border-top: dotted 2px #333333;
	border-bottom: dotted 2px #333333;
	/*padding: 58px 0 20px 0;*/
	padding: 20px 0;
	margin: 0 0 0 0;
}


#cookies_rightcol a
{
	text-decoration: none;
	color: #991A1E;
}


#cookies_rightcol a:hover
{
	text-decoration: none;
	color: #333333;
}


#cookies_snippet
{
	position: relative;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 100%;
	padding-bottom: 10px;
	margin: 0 0 0 0;
}

ul.policy_list
{
	position: relative;
	width: 100%;
}

ul.policy_list li
{
	position: relative;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	color: #333333;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 15px;
}

ul.policy_list li .bullet
{
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
}

a.policy_link
{
	text-decoration: none;
	color: #991A1E;
}


a.policy_link:hover
{
	text-decoration: none;
	color: #333333;
}