@charset "utf-8";
/* CSS for Archives Education pages */

a {
	background-color: inherit;
	color: #194a6b;
}

/* education landing page */
.card-horizontal {
	margin: 1em .5em 2em;
	border: 3px solid #edbd03;
}
.card-horizontal .col-md-4 {
	background-color: #edbd03;
	color: #000;
	padding: .5em;
}
.card-horizontal h2 {
	border-bottom: 0;
	color: inherit;
	font-size: 2.25em;
	font-weight: 400;
	letter-spacing: .025em;
	text-align: center;
	text-transform: uppercase;
}
.card-horizontal .col-md-8 {
	padding: 1em .8em 0;
}

/* info or help box */
.box-info {
	margin: 2.5em 0 0;
	padding: 1.2em 0 0 .8em;
	border-bottom: 1px solid #c3c3c3;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	background-color: #fff;
	color: #222;
	font-size: 1.25em;
}
.box-info h2 {
	float: left;
	background-color: #fff !important;
	color: #5d5d5d !important;
	display: inline-block;
	margin: -2em 0 0 0 !important;
	padding: .5em .8em !important;
	border: 1px solid #b2b2b2 !important;
	border-radius: 5px 5px 5px 5px !important;
	font-size: 1.15em !important;
	font-weight: 600;
}
.box-info ul {
	padding: .8em 2em .5em;
	line-height: 2;
}
.box-info p {
	padding: .8em .5em .5em;
}

/* topics.html */
.topic-panels li {
	position: relative;
	margin: 2em .25em;
	padding-right: 1em;
	border-radius: 20px;
	border: 1px solid #edbd03;
}
.topic-panels li:nth-child(odd) {
	background-color: #edbd03;
	color: #000;
}
.topic-panels img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.topic-panels h3 {
	margin: .5em 1em 1.3em;
	color: #222;
	font-size: 1em;
	font-weight: 600;
}
.topic-panels p {
	margin: 0 0 .5em 1em;
}

/* hyperlink entire card or panel */
.topic-panels li a::after,
.list-border-gold a::after,
.card-horizontal a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topic-panels li:hover,
.list-border-gold a:hover,
.card-horizontal:hover {
  outline: 1px solid #222;
}

/* individual topic pages */
.story-panel {
	background-color: #feea9c;
	color: #000;
	border-radius: none;
	padding: .3em;
}
.story-panel img {
	display: block;
	margin: 0 auto .5em;
	max-width: 100%;
}
.story-panel figcaption {
	padding: .25em 0 1em;
	text-align: center;
}
.story-panel p:first-of-type {
	margin-top: .8em;
}
.sources-panel {
	padding: 0;
}
.sources-panel h2 {
	background-color: #edbd03;
	color: #000;
	margin: 1em 0 0;
	border-bottom: none;
	padding: .6em .3em;
	font-weight: 400;
	letter-spacing: .05em;
}
.sources-panel h3 {
	font-weight: 600;
}
.sources-panel table th {
	background-color: #eee;
	color: #000;
	width: 25%;
	vertical-align: top;
}
.sources-panel .col-md-8 > p {
	padding-top: 1em;
}

/* for larger screens */
@media screen and (min-width: 40em) {
	/* index.html */
	.block-title-yellow {
		margin: 0;
	}
	
	/* topics.html */
	.topic-panels li {
		margin: 2em;
		min-height: 204px;
		padding-right: 1em;
		border-radius: 20px;
		border: 2px solid #edbd03;
	}
	.topic-panels img {
		float: left;
		max-width: 20%;
		margin: 1px 4em 0 0;
		border-radius: 20px 0 0 20px;
	}
	.topic-panels h3 {
		margin: 1.5em 2em 1em;
		font-size: 1.5em;
	}
	.topic-panels p {
		margin: 0 2em 1em 2em;
		font-size: 1.125em;
	}

	/* individual topic pages */
	.story-panel {
		margin: 3em 1.5em;
		border-radius: 10px;
		padding: 2em;
	}
	.sources-panel {
		margin: 1.5em 1em;
	}
	.sources-panel .col-md-8 {
		margin: 0;
		border-top: 1px solid #edbd03;
		padding: .5em 2em;
	}
	.sources-panel h2 {
		margin: 0 -1em 0 -1.5em;
		border-radius: 10px 0 0 10px;
		padding: 1.8em 1em .8em;
		font-weight: 600;
		text-align: right;
	}
	.sources-panel h3 {
		padding: 0 0 .5em;
	}
}