@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
body {
	margin: 0;
	height: 100%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.25em;
	line-height: 1.5em;
}

/** sticky footer **/
#wrap {
  min-height: 100%;/* equal to footer height */
  margin-bottom: -240px; 
	padding-bottom: 20px;
}
#wrap:after {
  content: "";
  display: block;
}
#footer, #wrap:after {
	height: 240px; /* must be the same height as footer */
}
#footer {
  background-color: #172661;
}
/* end **/
#topper {
	height: 150px;
	background-image: url(../images/skyscrapers.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	border-bottom: medium solid #05037C;
	margin-bottom: 2em;
}
.wrapper {
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}
header {
	margin-bottom: 0.8em;
}
header img {
	float: left;
	margin-right: .5em;
}
h1 {
	font-family: exo, "Helvetica Neue", Arial, "sans-serif";
	margin-top: .4em;
}
h2 {
	font-family: exo, "Helvetica Neue", Arial, "sans-serif";
	margin-top: -.5em;
	color: #333;
	text-transform: capitalize;
}
footer {
	position: relative;
	top: 1.5em;
	color: white;
	font-family: exo, "Helvetica Neue", Arial, "sans-serif";
	font-size: 0.7em;
	letter-spacing: 1px;
	line-height: 1.25em;
}
.left, .center {
	float: left;
	width: 33%;
	text-align: center;
}
.right {
	float: right;
	width: 33%;
	text-align: center;
}
address {
	font-style: normal;
}
footer img {
	width: auto;
	max-height: 110px;
	border: 2px solid white;
}
footer a {
	color: white;
	text-decoration: none;
}
.CM {
	width: 100%;
	margin: 2em 0 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	text-align: center;
}
.CM img {
	position: relative;
	top: .4em;
	border:0
}
@media (max-width: 670px){
	body {font-family: Arial, Helvetica, "sans-serif"}
	#wrap {margin-bottom: -340px;}
	#footer, #wrap:after {height: 340px;}
	header {text-align:center;}
	.wrapper {width: 90%;}
	header img {float: none;margin-right: 0;}	
	#footer footer .wrapper {width: 100%;}
	#footer footer .center {display:none;}
	#footer footer .left,
	#footer footer .right {float:none;width: 100%;}
}
