@charset "UTF-8";
/* CSS Document */

html{
	font-size: 16px;
	height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
	background-color: rgba(33,33,33,1.00);
	margin: 0px auto;
	font-family: "avenir next", "museo-sans", "open sans", sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}

p {
	margin: 0px;
	padding: 0px;
}

p a {
	color: rgba(224,224,224,1.00);
	text-decoration: none;

}

.bg {
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	display: flex; 
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
}

.vStack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.hStack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.inset {
	margin: 36px;
}

.positionIcon {
    max-width: 96px;
    margin: 0px auto 36px;
}

.positionIcon img {
    width: 100%;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.footnotes {
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
	padding: 18px;
	max-width: 480px;
	text-align: center;
}

.lede {
	font-size: 2em;
	color: #e0e0e0;
	font-weight: 500;
}

.ledeAccent{
	color: #acacac;
}

.footnote {
	color: #acacac;
	margin-top: 16px;
}

.hinted::after {
  
 	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><path fill='rgba(148,148,148,1.00)' d='M2.11,0C.94,0,0,.94,0,2.11v3.9c0,1.17.94,2.11,2.11,2.11h.81v-.97h-.81c-.63,0-1.14-.51-1.14-1.14v-3.9c0-.63.51-1.14,1.14-1.14h3.9c.63,0,1.14.51,1.14,1.14v3.9c0,.63-.51,1.14-1.14,1.14h-.81v.97h.81c1.17,0,2.11-.94,2.11-2.11v-3.9c0-1.17-.94-2.11-2.11-2.11h-3.9ZM4.54,5.68c0-.63.51-1.14,1.14-1.14h.81v-.97h-.81c-1.17,0-2.11.94-2.11,2.11v3.9c0,1.17.94,2.11,2.11,2.11h3.9c1.17,0,2.11-.94,2.11-2.11v-3.9c0-1.17-.94-2.11-2.11-2.11h-.81v.97h.81c.63,0,1.14.51,1.14,1.14v3.9c0,.63-.51,1.14-1.14,1.14h-3.9c-.63,0-1.14-.51-1.14-1.14v-3.9Z'/></svg>");
	margin-left: 2px;
}

