
/*--- WRITE YOUR CSS HERE ---*/

#main h1 {
	font: 3.2em/1.1em 'BWHaasHead';
	font-weight: 700;
	color: #000;
}

.lede-text-under .lede-content {
	padding: 0;
	margin-bottom: 30px;
	width: 80%;
	max-width: 100%;
	text-align: center;
}

.lede-img {
	width: 80%;
}

.intro p {
	font-family: 'Balto Bold';
	font-size: 20px;
}

.divider {
	width: 60%;
	max-width: 720px;
	height: 10px;
	background-color: #febe10;
	margin: 50px auto;
}

.name {
	font-family: 'BWHaasHead';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.jm {
	color: #febe10;
}

.sidebar_text li {
	font-family: 'Balto Bold';
}

.dvz-content .pullquotes {
	color: #000;
	text-align: left;
	padding: 20px 0 0 0;
	width: 60%;
	max-width: 720px;
	border-top: 10px solid #febe10;
	border-bottom: none;
	font-family: 'TiemposHead';
}

#main .byline-feat {
	margin: 0 auto;
}

.bw-attribution-img {
	height: 18px;
	border-bottom: none;
}

#main .bw-attribution-link {
	border-bottom: none;
}

#main p a {
	/*color: #3c3c3c;*/
	border-bottom: 2px solid #888;
}

#box1 {
	display: none;
}

@media screen and (max-width: 1020px) {

	.lede-text-under .lede-content {
		width: 90%;
	}

	#main h1 {
		font-size: 2.8em;
	}

	.pullquotes {
		width: 80%;
		max-width: 80%;
	}

	.lede-img {
		width: 100%;
	}
}

@media screen and (max-width: 760px) {

	#main h1 {
		font-size: 1.7em;
	}

	.intro p {
		font-size: 18px;
	}

	.pullquotes {
		width: 90%;
		max-width: 90%;
	}

	#box1 {
		display: block;
	}
}

/* FOOTNOTES */
[data-footref] {
  cursor: pointer;
}
[data-footref]:hover {
  border-bottom: 2px solid #febe10;
}
[data-footref].stuck {
  border-bottom: 2px solid #febe10;
}
[data-footnote] {
  position: absolute;
  width: 20em;
  pointer-events: none;
  opacity: 0;
  
  background: black;
  color: white;
  font: sans-serif;
  font-size: .7em;
  line-height: 1.3em;
  padding: 1em;
}
[data-footnote].stuck {
  pointer-events: all;
}
[data-footnote].stuck::after {
  display: block;
  position: absolute;
  top: .1em;
  right: .25em;
  color: white;
  content: "×";
  font-size: 2em;
  cursor: pointer;
}
[data-footref]::after {
  /*content: ' ✱';*/
  content: attr(data-footref);
  color: white;
  background-color: #febe10;
  font-weight: bold;
  font-size: .6em;
  vertical-align: top;
  margin-left: 2px;
  padding: 0px 5px 2px;
  border-radius: 8px;
}

.bannerad-sized {
  text-align: center;
}
.bannerad-sized iframe {
  margin: 0em 0;
}
