/* Reset styles */

body{height:100% !important; margin:0; padding:0; width:100% !important;}
table{border-collapse:collapse;}
img, a img{border:0; outline:none; text-decoration:none;}
h1, h2, h3, h4, h5, h6, p{margin:0; padding:0;}


/* General */

body {
	color: rgba(0,0,0,0.85);
	background: #d0cac6;
	margin: 0px;
	font-family: 'HCo Mercury SSm', 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.375em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "liga" 1, "dlig" 1, "tnum" 1;
}

#container {
	width: calc((100vw / 14) * 12);
	max-width: 1122px;
	margin: calc(100vw / 14) auto;
	margin-top: calc((100vw / 14) * 1.2);
	text-align: left;
}

.column {
	float: left;
	width: 100%;
}

.column .col1,
.column .col2,
.column .col3 {
	display: inline-block;
	width: 33%;
	vertical-align: text-top;
}

.sectionbreak {
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.85);
  height: 72px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* h1 {
	font-family: 'HCo Decimal';
	font-weight: 500;
	font-size: 55px;
	line-height: 1em;
	letter-spacing: 0.01em;
	margin-bottom: 48px;
	margin-left: -0.1em;
} */

h2 {
	font-family: 'HCo Mercury SSm';
	font-weight: 300;
	font-size: 25px;
	line-height: 1.8em;
	letter-spacing: -0.015em;
	margin-bottom: 90px;
}

h3 {
	font-family: 'HCo Decimal';
	font-weight: 500;
	font-size: 18px;
	line-height: 1.333em;
	letter-spacing: 0.04em;
	text-transform: lowercase;
	font-variant: small-caps;
	margin-top: 1px;
}

p {
	font-family: 'HCo Mercury SSm';
	font-weight: 300;
	font-size: 20px;
	line-height: 1.25em;
	letter-spacing: -0.005em;
	margin-bottom: 14px;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	transition: border .25s;
}

a:hover {
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,0.85);
	transition: border 0s;
}

a.unstyled {
	color: inherit;
}

.hide-mobile {
	display: auto;
}

.name {
	width: 470px;
	max-width: 85%;
	opacity: 0.85;
	margin-bottom: calc((100vw / 14) * 0.6);
}

@media screen and (max-width: 1023px) {
	.column .col1 {
		width: 100%;
	}

	.column .col2,
	.column .col3 {
		width: 49%;
	}

	.sectionbreak {
	  height: 48px;
	}	

	/* h1 {
		font-size: 35px;
		margin-bottom: 27px;
	} */

	h2 {
		font-size: 22px;
		margin-bottom: 60px;
	}

	h3 {
		font-size: 15px;
		margin-bottom: 21px;
	}

	p {
		font-size: 17px;
		line-height: 21px;
	}
}

@media screen and (max-width: 799px) {
  #container {
  	margin: calc((100vw / 14) * 1.8) auto;
  }

  .column .col2 {
		width: 55%;
	}

	.column .col3 {
		width: 43%;
	}

  h2 {
		line-height: 1.6em;
	}

  .hide-mobile {
  	display: none;
  }

  .name {
  	margin-bottom: calc((100vw / 14) * 1);
  }
}