html {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
}

a {
	border-bottom: 0px;
	color: #d67928;
	text-decoration: none;
}


p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

.topbar{
	height: 10px;
}

.topbar, .footer{
	background: #b1b6bc;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	clear: both;
    float: left;
    width: 100%;
}	

.footer{
	margin-top: 20px;
}

.wrap{
	width: 1090px;
	margin: 0 auto;
	background: #fff;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2c6aa0;
	font-family: sans-serif;
	margin: 0 0 20px;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

img {
	height: auto;
}


/* Content
--------------------------------------------- */
	#header{
		padding: 20px 0;
		margin: 0;
		clear: both;
	}
	
	#logo{
		text-align: center;
		margin: 0 auto;
		width: 478px;
		cursor: pointer;
	}
	
	.main{
		margin: 0 auto;
		text-align: center;
		float: left;
		clear: both;
		width: 100%;
		display: inline-block;
	}
	
	.toptext{
		text-align: center;
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.tiles{
		width: 1090px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}	
	
	.tile{
		width: 315px;
		height: 315px;
		float: left;
		background: #7aa5d4;
		margin: 0 36px 36px 0;
		/*transition: .2s;*/
		background-position: 25px 0;
		cursor: pointer;
		background-repeat: no-repeat !important;
		display: block;
	}
	
	.close{
		display: none;
		float: right;
		padding: 0px;
	}
	
	.closeshow{
		display: block;
		margin-top: -160px;
		cursor: pointer !important;
		height: 100%;
	}
	
	.close img{
		height: 50px;
		margin-right: 15px;
	}
	
	.whatwedo .tile, .whoweare .tile{
		margin-left: 212px;
	}
	
	.whatwedo, .howwedoit, .whoweare, .contactus{
		display: block;
	}
		
	
	.whatwedotext{
		background: #7aa5d4;
	}
	
	.howwedoittext{
		background: #b1b6bc;
	}
	
	.whowearetext{
		background: #faa723;
	}
	
	.contactustext{
		background: #3374a8;
	}
	
	.whatwedo .tile{
		background: #7aa5d4;
		background-image: url('../images/whatwedo.png');
		background-size: 315px;
		background-position: 0px 45px;
	}
	
	.howwedoit .tile{
		background: #b1b6bc;
		background-image: url('../images/howwedoit.png');
		background-size: 315px;
		background-position: 0px 45px;
		margin-right: 0px;
	}
	
	.whoweare .tile{
		background: #faa723;
		background-image: url('../images/whoweare.png');
		background-size: 315px;
		background-position: 0px 45px;
		margin-bottom: 10px;
	}
	
	.contactus .tile{
		background: #3374a8;
		background-image: url('../images/contactus.png');
		background-size: 315px;
		background-position: 0px 45px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.tile a{
		padding-top: 25px;
		float: left;
		width: 100%;
		text-align: center;
		font-size: 22px;
		color: #ffffff;
	}
	
	
	.tilesmall{
		width: 250px;
		height: 100px;
		/*transition: .2s;*/
		background-image: none !important;
	}
	
	.tilesmall a{
		padding-top: 30px;
		/*transition: .2s;*/
	}
	
	.active{
		width: 100%;
		background-size: 170px !important;
		background-position: 0px 20px !important;
		margin: 0px !important;
		height: 175px;
		cursor: default !important;
	}
	
	.active a{
		font-size: 46px;
		padding-top: 67px;
		text-align: center;
		margin-left: 145px;
		width: 800px;
		cursor: default !important;
	}
	
	.hide{
		display: none;
	}
	
	.expansiontext{
		float: left;
		clear: both;
	}
	
	.expansion{
		display: none;
		width: 100%;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		box-sizing: border-box; 
		max-height: 0;
		overflow: hidden;
		/*transition: .2s;*/
	}
	
	.expansionnoshow{
		display: none;
	}
	
	.inner{
		padding: 20px;
		text-align: left;
	}
	
	.internalimage{
		float: left;
		width: 145px;
		padding-right: 20px;
		clear: both;
	}
	
	.section{
		float: left;
		height: auto;
		clear: both;
		padding-bottom: 20px;
		height: 145px;
		display: table;
	}
	
	.section p{
		display: table-cell;
		vertical-align: middle;
	}
	
	.expansion.whatwedo{
		background: #7aa5d4;
	}
	
	.expansion.howwedoit{
		background: #b1b6bc;
	}
	
	.expansion.whoweare{
		background: #faa723;
	}
	
	.expansion.contactus{
		background: #3374a8;
	}
	
	
	.expansionshow{
		max-height: 5000px;
		/*transition: .2s;*/
		display: block;
		float: left;
	}
	
	.postcard{
		text-align: center;
	}
	
	.postcard img{
		width: 60%;
	}
	
	.formimage{
		cursor: pointer;
		float: right;
		padding-bottom: 5px;
	}

@media only screen and (max-width: 1090px) {
	#logo{
		text-align: center;
	}
	
	#logo img{
		width: 90%;
	}
	
	.wrap{
		width: 100%;
	}
	
	.main{
		width: 100%;
		margin: 0 auto;
	}
	
	.tiles{
		width: 100%;
	}
	
	.tile{
		width: 100%;
		margin-bottom: 0px !important;
		margin-left: 0px !important;
		background-position: center 60px !important;
	}
	
	.tile a{
		padding-top: 24px;
		width: 100%;
	}
	
	.closeshow{
		margin-top: -175px;
	}
	
	.active{
		height: 190px;
	}
	
	.active a{
		width: 100%;
		margin-left: 0px;
	}
	
	.tilesmall{
		width: 100%;
	}
	
	.postcard img{
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	#logo{
	
		width: 100%;
	}
	
	.toptext{
		width: 70%;
		margin: 0 auto;
	}
	
	.close img{
		height: 30px;
	}
	
	.toptext{
	    text-align: center;
		width: 100%;
		padding: 0px;
	}
	
	.formimage{
		
		width: 100%;
		margin: 0 auto;
		text-align: center;
		float: left;
		padding: 0px;
	}
}

@media only screen and (max-width: 400px) {
	.tile{
		background-position: center 70px !important;
	}
	
	
	.tile a{
		padding-top: 36px;
	}
	
	.active{
		height: 205px;
	}
	
	.closeshow{
		margin-top: -195px;
	}
	
	.internalimage{
		display: none;
	}	
}