* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'PublicoHeadline-Light';
	src: url("/assets/font/PublicoHeadline-Light-Web.eot");
	/* IE9 Compat Modes */
	src: url("/assets/font/PublicoHeadline-Light-Web.eot?#iefix") format("embedded-opentype"), url("/assets/font/PublicoHeadline-Light-Web.woff") format("woff"), url("/assets/font/PublicoHeadline-Light-Web.ttf") format("truetype");
	/* Legacy iOS */
	font-style: normal;
	font-weight: 200;
}

@font-face {
	font-family: 'PublicoText-Roman';
	src: url("/assets/font/PublicoText-Roman-Web.eot");
	/* IE9 Compat Modes */
	src: url("/assets/font/PublicoText-Roman-Web.eot?#iefix") format("embedded-opentype"), url("/assets/font/PublicoText-Roman-Web.woff") format("woff"), url("/assets/font/PublicoText-Roman-Web.ttf") format("truetype");
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

html {
	height: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	padding-bottom: 120px;
	position: relative;
	min-height: 100%;
	font-family: PublicoText-Roman, Georgia, serif;
	margin: 0;
	line-height: 1.3;
}

footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	color: white;
	padding: 2rem 1rem 2rem 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .9rem;
	background-color: #4C4E53;
}

	footer a {
		color: white;
		text-decoration: none;
	}

	.footer-links a {
		padding-right: 1.5rem;
	}

#container {
	max-width: 1170px;
	margin: auto;
}

#header {
	background: #E51913;
	padding: 2rem;
	color: white;
}

.heading {
	margin-top: 5rem;
	margin-left: 1rem;
	margin-right: 1rem;
}

.heading h1 {
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.2;
	margin: 1rem 0;
}

.heading p {
	font-size: 1.25rem;
	margin-bottom: 0;
}

.column {
	padding: 3rem;
}

h1, h2, h3, h4 {
	font-family: PublicoHeadline-Light, Palatino, serif;
	font-weight: 400;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

@media (max-width: 600px) {
	html {
		font-size: 80%;
	}

	.heading {
		margin-left: 0;
		margin-right: 0;
	}

	.column {
		padding: 1rem;
	}

	footer {
		padding: 1rem;
		flex-direction: column;
		align-items: flex-start;
	}
}

.badge {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .9rem;
  padding: .25rem .35rem;
  vertical-align: middle;
  letter-spacing: .5px;
  margin-right: 5px;
  margin-top: 2px;
  line-height: 1rem;
  display: inline-block;
}

  .badge.Moderate { 
    background-color: #FDA809;
  }

  .badge.Critical {
    background-color: #FB0006;
    color: white;
  }

  .badge.Severe {
    background-color: #000;
    color: white;
  }

  .badge.Low {
    background-color: #EEE;
  }

.reference ul {
	padding-left: 1.5rem;
}

.reference a {
  word-break: break-all;
}

.grecaptcha-badge { 
    visibility: hidden;
}