/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

@font-face {
	font-family: "BrandonGrotW01-Regular";
	font-weight: 700;
	font-style: normal;
	src: url("fonts/BrandonGrotW01-Medium.eot?#iefix");
	src: url("fonts/BrandonGrotW01-Medium.eot?#iefix") format("eot"),
		url("fonts/BrandonGrotW01-Medium.woff") format("woff"),
		url("fonts/BrandonGrotW01-Medium.ttf") format("truetype"),
		url("fonts/BrandonGrotW01-Medium.svg#37c88f3d-9532-4547-9e11-7cca7f66048c") format("svg");
}

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/*
font-family:'Brandon Grot W01 Light';
font-family:'Brandon Grot W01 Medium';
font-family:'BrandonGrotW01-Regular';
*/
html {
	height: 100%;
	background: #f7f5f4;
}

body {
	font-family:'BrandonGrotW01-Regular', arial, sans-serif;
	height: 100%;
	font-size: 18px;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrapper {
	width: 100%;
	max-width: 800px;
	margin: 20px auto 0;
	padding: 20px;
	background: #fff;
}

.clear {
	clear: both;
}

address {
	margin-bottom: 20px;
	font-style: normal;
}

a {
	color: #666;
	text-decoration: none;
}

strong {
	font-weight: normal;
}

.portrait {
	max-width: 45%;
	float: left;
	margin: 0 20px 0 0;
}

.address {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 700px) {
	.portrait {
		max-width: 30%;
	}
}

@media screen and (max-width: 570px) {
	.wrapper {
		margin-left: 10px;
		margin-right: 10px;
	}

	.portrait {
		display: block;
		float: none;
		max-width: 60%;
		margin-bottom: 20px;
	}

	.address {
		clear: both;
	}
}