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


.contact_row
{
	position: relative;
	width: 100%;
	margin: 0 0 1.81% 0;
}

.contact_leftcol
{
	float: left;
	width: 32.12%;
	background: #fff;
	border-top: solid 2px #0A3992;
	margin: 0 1.82% 0 0;
}

.contact_middlecol
{
	float: left;
	width: 32.12%;
	background: #fff;
	border-top: solid 2px #0A3992;
	margin: 0 1.82% 0 0;
}

.contact_rightcol
{
	float: right;
	width: 32.12%;
	background: #fff;
	border-top: solid 2px #0A3992;
	margin: 0 0 0 0;
}

#contact_map_col
{
	text-align: center;
	float: none;
	width: 66.06%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	background: #fff;
	margin: 0 0 0 0;
	border-top: 2px solid #0A3992;
	border-bottom: 2px solid #0A3992;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact_map
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	white-space: nowrap;
}

#contact_map .helper
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#contact_map img 
{
	vertical-align: middle;
	display: inline-block;
}

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

.contact_details
{
	position: relative;
	width: 84.8%;
	min-height: 330px;
	padding: 7.6%;
	margin: 0 0 0 0;
}

.contact_details h2
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.contact_details h2 .title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	color: #B1B1B1;
	margin: 0 0 0 0;
}

.contact_details h2 .sub_title
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 100%;
	color: #0A3992;
	margin: 8px 0 0 0;
}

.contact_details h3
{
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	color: #3C61A8;
	margin: 0 0 10px 0;
}

.contact_details a
{
	text-decoration: none;
	color: #676767;
}

.contact_details a:hover
{
	text-decoration: none;
	color: #3C61A8;
}

.contact_details span
{
	color: #3C61A8;
}

a.contact_cta_link
{
	position: absolute;
	bottom: 0;
	left: 50%;
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    outline: none;
    background: url(../images/ctas/contact_link_arrow.png);
    margin: 0 0 0 -40px;
}

a.contact_cta_link:hover
{
    background-position: 0 -40px;	
}

.contact_block_link
{
	position: relative;
	width: 100%;
	margin: 0 0 0 0;
}

.contact_block_link a
{
	display: block;
	background: #A1D1FF;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	margin: 0 0 0 0;
}

.contact_block_link a:hover
{
	background: #0A3992;
}


@media screen and (max-width : 1100px) {


/* INTRO WRAPPER ----------*/

.contact_details h2 .sub_title
{
	font-size: 1.25em;
}
	
	
}



/* iPad Landscape -1px ----------- */
@media screen and (max-width : 1023px) {

#main_content {padding-bottom: 10px;}

.contact_row
{
	margin: 0 0 0 0;
}

.contact_leftcol,
.contact_middlecol,
.contact_rightcol
{
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}

#contact_map_col
{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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

.contact_details
{
	width: 96%;
	min-height: 0px;
	padding: 2%;
}
	
.contact_details .left
{
	width: 48%;
	float: left;
}

.contact_details .right
{
	width: 48%;
	float: right;
}

.contact_details .left p,
.contact_details .right p
{
	max-width: 240px;
}
	
}




/* iPhone Landscape -1px ----------- */
@media screen and (max-width : 567px) {
	
.contact_details .left,
.contact_details .right
{
	width: 100%;
	float: none;
}

.contact_details .left p,
.contact_details .right p
{
	max-width: none;
}
	
.contact_leftcol, .contact_middlecol, .contact_rightcol
{
	float: none;
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.contact_details
{
	width: 86.2%;
	min-height: 0;
	padding: 6.9%;
}
	
	
}