html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #dfdfdf;
    color: #333;
    font-family: "futura-pt", Helvetica,sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
}

#wrap{
    background-color: #FFFFFF;
	max-width: 1400px;
	margin: 0 auto;
}


h1 {
	font-size: 120px;
	color: #b4aea6;
	text-transform: uppercase;
    	font-weight: 400;
    	margin: 0;
    	line-height: 8rem;
	
}

h2 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	margin: 0px 12px;	
	font-weight: 400;
}

h3 {
    	font-weight: 400;
	margin: 5px 0;
	}


img {
	width: 100%;
	height: auto;
}

ul {
	margin: 10px 36px 10px 36px;
	
}

li, p {
	line-height: 1.5rem;	
}

a {	color:#333;
	text-decoration: none;
	}
	
a:hover {
	color: #b4aea6;
	}

#container {
	padding: 20px 80px 80px 80px;
}



#header {
	min-height: 100px;

}


#content {
	min-height: 700px;
	background: #b4aea6; /* Old browsers */
	background: -moz-linear-gradient(top, #cec9be  0%, #b4aea6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cec9be 0%,#b4aea6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cec9be 0%,#b4aea6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cec9be', endColorstr='#b4aea6',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px;
}

.boxes {
	margin: 20px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	   display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	 justify-content: center;
	 -webkit-align-content: space-between;
	 -ms-flex-line-pack: justify;
	 align-content: space-between;
	 -webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


.address {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.address a:hover {
	color: #ffffff !important;
}


.box-wrap {
	width: 23.5%;
	margin: 0.5%;
	  -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}


.team .box-wrap {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: rgba(250,250,250,0.8 );	
}


.box {
	padding: 15px;
}

img.member {
	width: 227px;
	margin: 20px 0 0 0;
}


@media only screen and (max-width: 64.063em) {
 /* max-width 1441px, medium screens */

	
	 .box-wrap {
		width: 48%;
		margin: 10px 0.5%;
	}
	
	#container {
		padding: 20px;
	} 

 
}



@media only screen and (max-width: 40em) {
 /* max-width 640px, mobile-only styles, use when QAing mobile issues */
	h1 {
		font-size: 60px;
		line-height: 3rem;
	}
	
	h2 {
		font-size: 18px;
		margin: 5px;
	}
	
	ul {
		margin: 10px 5px 10px 20px;
	}

	#container {
		padding: 10px;
	} 
		
	 .box-wrap {
	    display: block;
	    width: 100%;
	    margin: 10px 0;
	}
	
	.boxes {
		margin: 10px 0;
	}
	
	img.member {
		width: 80%;
	}
 
}