*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-family: helvetica, sans-serif, arial;	
	overflow-x: hidden;
}
h1, h2, h3, p {
	line-height: 1.5em;
}
h1 {
	text-transform: uppercase;
	font-size: 18pt;
	padding: 1em 14px 1em 14px;
	margin: 0;
	font-weight: 500;
	text-wrap: balance;
	overflow-wrap: anywhere;
}
h1, h2 {
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 800;
}
h2 {
	font-size: 16pt;
	padding: 1em 28px 0 28px;
	margin: 0;
	font-weight: 700;
}

h2.emphasize {
	padding-top: 0 !important;
	padding-left: 14px !important;
	text-align: center !important;
	font-size: 16pt;
	text-wrap: balance;
	overflow-wrap: anywhere;
}

h3 {
	font-size: 13pt;
	padding: 0 32px 0 32px;
	margin: 0;
	font-weight: 800;
}

p, blockquote {
	font-size: 12pt;
	padding: 0 28px 1em 28px;
	margin: 0;
	font-weight: 300;
}

p.photo-caption {
  font-style: italic;
  font-size: 12pt;
  margin: 0;
  text-align: left;
  line-height: 1.5em;
}

p.timeline-photo-caption {
	padding: 0 2px 1em 2px !important;
}

.deaths-text p {	
	padding: 1em 28px 2em 28px !important;
}
a.notice {
    display: inline-block;
	background: red;
	color: white;
	font-weight: bolder!important;
	border-radius: .5em;
	margin: 1em;
	padding: 1em;
	text-decoration: none;
	line-height: 2em;
	text-align: center;
}
a.notice:hover {
	background: blue;
	color: white;
}
a.notice span {
	font-weight: 700!important;
	font-size: 17pt;
	color: white;
}
a, a:visited {
	font-weight: bolder;
	color: black;
	text-decoration: underline;
	cursor: pointer;
	overflow-wrap: anywhere;
}
a:hover {
	color: red;	
}
a.active {
	color: red;
	border-top: solid thick red;
}
a.bucket img {
	margin: 1em;
	padding: 1em;
	max-width: 40%;
}
.wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.wrapper-wrapper {
	padding: 3px;	
}
img.profile-picture {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border: solid white 5px;
}
img.max-960 {
	max-width: 960px !important;
	width: 100%;
}
img.max-full {
	max-width: 100%;
}
div.max-half {
	width: 50%;
	float: left;
}
div.max-quarter {
	width: 25%;
	float: left;
}
img.max-half {
	max-width: 50%;
}
img.max-half-desktop {
	max-width: 50%;
	width: 50%;
}
img {
	max-width: 100%;
}
iframe, blockquote.twitter-tweet {
	max-width: 100%;
}
@media only screen and (max-width: 600px) {
	img.max-half-desktop {
		max-width: 100%;
		width: 100%;
	}
}
img.logo {
	margin: 1em 1em 0 1em;
	padding: 1em 1em 0 1em;
	text-align: center;
	max-width: 210px;
}
div.navigation-bar p {
	line-height: 3em;
}
div.navigation-bar a.active, div.navigation-bar a:hover {
	border-top: solid red thick;	
}
div.navigation-bar a {
	text-decoration: none !important;
	margin:.25em;
	padding:.25em;
	font-weight: 500 !important;
}
.subnav a {
	padding: .1em .5em;
	margin: .25em;
	border: thin solid rgba(0,0,0,.1);
	line-height: 2em;
	text-decoration: none !important;
}
p.center, h1.center, h2.center {
	text-align: center;
}
.half-embed {
	max-width: 100%;
	min-width: 0;
	width: 100%;
	margin: auto;
	text-align: center;
}
@media only screen and (min-width: 1120px) {
	.half-embed {
		min-width: 420px;
		width: 50%;
		margin: auto;
		float: left;
		text-align: center;
	}
}
.deaths-images {
	width: 31%;
	max-width: 230px;
	margin: 0;
	padding: 0;
	float: left;
}
.deaths-video {
	margin: 0;
	padding: 0;
	float: right;
	width: 69%;
	max-width: 714px;
	max-height: 288px;
}
.deaths-video div, .deaths-video div div, .deaths-video div div div {
	max-height: 288px !important;
}
.deaths-text {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	max-width: 944px;
}
.clear-both {
	clear: both;
}
.spacer {
	min-height: 1em;
}
.seven-tenths-column {
	width: 70%;
	float: left;
}
.six-tenths-column {
	width: 60%;
	float: left;
}
.six-tenths-column p {
	padding-left: 14px !important;
	padding-right: 5px !important;
}
.four-tenths-column {
	width: 40%;
	float: left;
}
.three-tenths-column {
	width: 30%;
	float: left;
}
.two-thirds-column {
	width: 66%;
	float: left;
}
.one-third-column {
	width: 33%;
	float: left;
}
.three-quarters {
	width: 75%;
	margin: auto;
}
.float-right {
	float: right !important;
}

@media only screen and (max-width: 650px) {
	.media-query-fullscreen-override {
		width: 100% !important;
	}
}

.pop-out-box {
  text-align: center;
  padding: 1em;
  color: white;
  background: #000;
  margin-bottom: 1em;
  font-weight: bolder;
  font-size: 16px;
}
.pop-out-box-inverted {
  text-align: center;
  padding: 1em;
	color: black!important;
	background: white !important;
  margin-bottom: 1em;
  font-weight: bolder;
  font-size: 16px;

}

.red-box {
  color: white;
  background: #e33;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 1em;
}

.gray-section {
	background: rgba(0,0,0,.1);
}

.pullout-paragraphs p {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

b {
	font-weight: 600 !important;
}

blockquote {
	background: #eee;
	font-size: 12pt;
	margin: 0  0 0 14px !important;
	border-left: 2px #808080 solid !important;
	padding: 0 !important;
}
blockquote ul {
	margin: 0 !important;
	padding-left: 30px !important;
	padding-right: 0 !important;

}
blockquote ul li {
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Responsive type repairs */
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 16pt;
	}

	h2.emphasize {
		font-size: 13pt;
	}

	p, blockquote, blockquote ul li {
		font-size: 11pt;
	}
}

.fusion-builder-row,
.fusion-layout-column,
.fusion-column-wrapper {
	max-width: 100%;
}
