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, 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;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
@font-face {
	font-family: 'PBS-Sans';
	src: url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans.woff2') format('woff2'),
	url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans.woff') format('woff'),
	url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans.ttf') format('truetype');
	font-display: auto;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'PBS-Sans';
	src:url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans-Bold.woff2') format('woff2'),
	url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans-Bold.woff') format('woff'),
	url('https://cdn.hpm.io/assets/fonts/pbs-sans/PBSSans-Bold.ttf') format('truetype');
	font-display: auto;
	font-weight: 700;
	font-style: normal;
}
body {
	font: normal 16px/1.25 'PBS-Sans','Helvetica Neue',Arial,sans-serif !important;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";
	color: white;
	background-color: #404040;
}
label, .rpi_static {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	width: 1px;
	position: absolute !important;
}
input[type="submit"] {
	background-color: #cc0000;
	color: white;
	border: 0;
	outline: 0;
	font-weight: 700;
	float: right;
	font-size: 1em;
}
input[type="email"], input[type="text"] {
	color: #000;
	outline: 0;
	border: 0;
	width: 100%;
	padding: 5px;
	margin: 0;
}
input[type="email"]::placeholder, input[type="text"]::placeholder {
	color: black;
	opacity: 0.5;
	font-family: 'PBS-Sans';
}
ul li {
	overflow: hidden;
}