/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body { background-color:#f1f3fb; border-top:20px solid #092942; color:#272727; font-family: "freight-display-pro", serif; font-style: normal; font-size:16.5px;
font-weight: 400; line-height:1.4em; padding-bottom:150px;
	}
	
	p {padding-bottom:15px; text-align:justify;}
	
	#top {width:100%; background-color:#f7f9ff; padding:30px 0px;}
	
	h1 {color:#565864; font-size:28px; padding-top:80px;float:right; font-weight:600; line-height:1.3em; font-family: "freight-display-pro", serif; font-style: normal; }
	
	#headline {text-align:right; }
	
	h2 {color:#5f7abc; padding:54px 0px 34px; border-bottom:1px solid #565864; font-size:20.7px; text-align:justify; font-family: "freight-display-pro", serif; font-style: normal; font-weight:400; line-height:1.5em;}
	
	h3 {color:#5f7abc; padding-top:34px; padding-bottom:20px; font-size:16px; font-weight:700; text-transform:uppercase; letter-spacing:.09em; font-family: "freight-display-pro", serif; font-style: normal; }
	
	#images {margin-top:40px;}
	
	#blank h3 {color:#f1f3fb;}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}