body, a{
	font-family: "Graphik Regular";
	font-size: 16px;
	color:#333;
	letter-spacing: -0.0175em;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
}h1, h2, h3{
	font-family: "Tiempos Headline Medium";
	font-weight: 300;
	letter-spacing: -0.025rem;
	line-height: 1.22;
	margin-top: 0;
	text-wrap:balance;
}h1{
	font-size: 3.2rem;
}h2{
	font-size: 2.5rem;
}h3{
	font-size: 2rem;
}p, blockquote{
	line-height: 1.6;
	margin: 1em 0;
}b, strong{
	font-family: "Graphik Medium";
}main{
	margin: 0 auto;
	padding: 6em 1em 3em;
}ul.inline{
	margin: 0 0 0 -0.5em;
	padding: 0;
	list-style-type: none;
}ul.inline.right{
	margin: 0 -0.5em 0 0;
}ul.inline li{
	display: inline-block;
	width: fit-content;
	margin: 0 0.5em;
}img{
	max-width: 100%;
	height: auto;
}main .bfw{ /*break to full width */
	width: 100vw;
	margin-left: calc((-100vw + 100%)/2);
}.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: static !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 500px) {
	h2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 500px) {
    main {
		padding: 3em 0.5em;
	}
}