@charset "UTF-8";



/* Font styles */

.section_head {
	font-family: 'BemboStd', serif;
	font-size:25px;
	color:#000;
	letter-spacing:2px;	
	
}

.img-block a {
	text-decoration: none;
}
.img-block a p {
	text-align: center;
	margin-bottom: 0px;
}

.text-block p, .col.span_full_width p {
	font-family: DidotLT-Italic, serif;
	font-weight: normal;
	font-style: normal;
	font-size:22px;
	line-height:26px;
	color:#233747;
	margin-top:15px;
	margin-bottom: 10px;
}

.copy-container {
	margin: 0px 0 40px 0;
	
}

.copy-container a{
	font-family: 'FrutigerLTCom-Bold', arial;
	font-size:14px;
	line-height:22px;
	color:#233747;
	text-transform: uppercase;
	border-bottom: 2px solid #233747;
	text-decoration: none;
	padding-bottom: 4px;
}

.mobile_link{
	font-family: 'FrutigerLT-Roman', arial;
	font-size:150%;
	letter-spacing:50%;
	color:#000;
        margin: 7% 0 7% 0%;
		text-align:center;
	
}



/* Column/Grid styles */


.img-block, .text-block {
	float: left;
	display: block;
	margin: 0;
	
}

.img-block.one-half, .text-block.one-half {
	width: 50%;
}

.img-block.one-third, .text-block.one-third {
	width: 33.3%;
}



