html, body{
  min-height: 100%;
  margin: 0px auto;
}
body{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: rgb(55,55,55);
}
.main{
	max-width: 860px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}
.subtitle{
	font-size: 1.2em;
	margin-top: 0;
	text-align: center;
}
.main p{
	margin: 10px auto;
}
#article-container > ul{
	margin: 20px auto;
}
.super-header{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 1px 2px rgba(100,100,100,0.2);
	padding: 12px 15px 10px 15px;
	z-index: 1000;
	border-bottom: 2px solid #0a5a8a;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.super-header .icon-holder-top{
	margin: 0 0 0 0;
}
.banner-tad{
	display: inline-block;
	font-weight: 700;
	margin-left: 8px;
}
.header{
	margin: 4em 0 2em 0;
	box-sizing: border-box;
	padding: 0 10px;
}
.article-main .header{
	margin-top: 140px;
	padding: 0;
}
.about p, .sort-bar, .current-filters{
	max-width: 800px;
}
.about p{
	font-size: 19px;
}
a{
	text-decoration: none;
	color: #147AB8;
}
a:hover, a:focus, .article-text a:hover, .article-text a:focus, .super-header a:hover, .super-header a:focus{
	color: #ad2b38;
}
.article-text a{
	color: #0a5a8a;
}
.super-header a{
	color: rgb(50,50,50);
}
.icon-holder-top{
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}
.icon-holder-top img{
	margin: 0 3px;
}
h1{
	margin-bottom: 8px;
	margin-top: 0;
	font-size: 3em;
	color: rgb(50,50,50);
	text-align: center;
	line-height: 1.2;
}
h1.article-header{
	font-size: 2.5em;
	text-align: left;
	font-weight: 600;
	line-height: 1.1;
}
h2{
	color: rgb(69,69,69);
	text-align: left;
	font-size: 1.6em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	position: relative;
}
h2.article-subheader{
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.2;
}
h3{
	margin: 0;
	font-size: 1.15em;
}
h3.inner-header{
	margin: 32px 0 12px 0;
	font-size: 1.5em;
	font-weight: 600;
}
.center-text{
	text-align: center;
}
h4{
	font-weight: normal;
	margin: 0;
	font-style: italic;
}
.inner-desc{
	text-align: center;
	margin: 0;
	font-style: italic;
}
.footer-main {
  margin-top: 50px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #0a5a8a;
}

.footer-main a{
	color: #C0E7FF;
}
.footer-main a:hover, .footer-main a:focus{
	color: #ffcfc4;
}

.footer-text {
  color: rgb(252,252,252);
  margin-left: auto;
  margin-right: auto;
  padding: 42px 9px 62px 9px;
  text-align: center;
  font-size: 16px;
}
.footer-text p{
  text-align: center;
  padding: 4px 0;
  margin: 0;
}

#article-container > ul{
	list-style: none;
	padding-left: 0;
	position: relative;
}
.article{
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.no-results{
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	padding: 30px;
	font-size: 1.2em;
	border-bottom: 2px solid rgb(220,220,220);
}
.article-date, .article-text{
	position: relative;
	min-height: 80px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
}

.article-date{
	flex: 0 0 80px;
	text-align: center;
	font-weight: 600;
}
.article-date:after{
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 25%;
	width: 2px;
	height: 50%;
	background-color: #0a5a8a;
}
.date-date{
	display: block;
	font-size: 1.1em;
}
.article-text{
	padding: 6px 4px 6px 10px;
	flex: 1 1 100px;
}
.article-text:after{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 210px;
	height: 2px;
	background-color: rgb(220,220,220);
}
.article p{
	margin: 4px 0;
}

.label-text{
	display: block;
	font-weight: 600;
}

.current-filters{
	margin: 10px auto;
	font-size: 16px;
}
.filter-span{
	margin: 2px 4px;
	cursor: pointer;
	background: rgb(222,222,222);
	padding: 2px 6px;
	border-radius: 3px;
	display: inline-block;
}
.filter-span > img{
	vertical-align: middle;
}

button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fff;
	cursor: pointer;
}

input, select, button{
  	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Droid Sans","Helvetica Neue",Arial,sans-serif;
  	font-size: 16px;
  	color: rgb(50,50,50);
	border: 1px solid rgb(200, 200, 200);
	border-radius: 2px;
	padding: 6px 8px;
	padding-right: 18px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	box-sizing: border-box;
}

input:focus, select:focus, button:focus, .dropdown-list, .dropdown-button[aria-expanded="true"]{
	border-color: #66afe9;
	outline: 0;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(102, 175, 233, 0.6);
}
.check-holder{
	position: relative;
	font-size: 16px;
}
.label-group > input, .label-group > .select-wrapper, .dropdown-button{
	margin: 2px 0;
}

.check-holder > label{
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	padding: 2px 0;
}

.checkbox-text{
	margin-left: 24px;
}
.checkbox-text, .checkbox-icon{
	display: inline-block;
	vertical-align: top;
}
.checkbox-overlay{
	box-sizing: border-box;
	pointer-events: none;
	z-index: 2;
	background: #fff;
}
.checkbox-overlay, .check-holder input{
	position: absolute;
	height: 16px;
	width: 16px;
	border: 1px solid rgb(100,100,100);
	border-radius: 2px;
	top: 5px;
	left: 2px;
}
.check-holder input:checked + .checkbox-overlay{
	background-color: #147AB8;
	border-color: #147AB8;
}
.check-holder input:checked +.checkbox-overlay::before{
	box-sizing: border-box;
	content: "";
	position: absolute;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	left: 4px;
	bottom: 3px;
	width: 5px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.check-holder input{
	margin: 0;
	cursor: pointer;
}
.select-wrapper{
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrapper::after, .dropdown-button:after{
  content: "";
  width: 0; 
  height: 0; 
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #555;

  position: absolute;
  top: 44%;
  right: 7px;

  pointer-events: none;
}
.select-wrapper select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrapper select::-ms-expand{
  display: none;
}
.sort-bar{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.label-group{
	display: inline-block;
	flex: 0 0 120px;
	margin: 6px 10px 0 10px;
	position: relative;
}
.label-group.search{
	flex: 1 1 420px;
	margin-left: 0;
}
.search-box{
	width: 100%;
}

.dropdown-list{
	border: thin solid #66afe9;

	z-index: 100;
	margin: 0;
	margin-top: -3px;
	padding: 4px 6px 2px 6px;
	list-style-type: none;
	min-width: 160px;
	text-align: left;
	background: #fff;
	position: absolute;
	pointer-events: none;
	left: -9999px;
	opacity: 0;
	transition: 0.2s ease-in-out opacity;

	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.dropdown-list[aria-hidden="false"]{
	left: 0;
	pointer-events: auto;
	opacity: 1;
}
.dropdown-button{
	width: 100%;
	position: relative;
}

.block-img{
	max-width: 100%;
	display: block;
	margin: 40px auto;
}
.mid-size-img{
	width: 620px;
	max-width: 100%;
}
.figure-title, .main p.figure-title, .table-title{
	margin-top: -30px;
	margin-bottom: 50px;
	font-style: italic;
	font-weight: 600;
}
.table-title, .main p.table-title{
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
}
.inner-header + .figure-title, .inner-header + p.figure-title{
	margin-top: 0;
}
.figure-source, .main p.figure-source{
	margin-top: -40px;
	margin-bottom: 50px;
	font-style: italic;
}
.table-w{
	margin: 10px auto;
	border-collapse: collapse;
	width: 600px;
	max-width: 100%;
}
.table-w tbody tr:nth-child(odd){
	background-color: rgb(238,238,238);
}
.table-w td, .table-w th{
	padding: 8px 12px;
}
.img-border{
	border-radius: 3px;
	box-shadow: 0 0 1px 4px rgba(100,100,100,0.2);
}
.editors-note{
	font-style: italic;
}
.orig-pub, .main p.orig-pub{
	margin-top: 60px;
	font-style: italic;
}
.author-footnote, .main p.author-footnote{
	margin-top: 40px;
	font-style: italic;
}
.author-footnote + .orig-pub, p.author-footnote + p.orig-pub{
	margin-top: 20px;
}

.author-line, .main p.author-line, .date-line, .main p.date-line{
	margin: 2px auto;
	font-size: 19px;
}
.graphics-line, .main p.graphics-line{
	font-style: italic;
	font-size: 14.5px;
	margin: 0 auto 32px auto;
	text-align: center;
}

@media (max-width: 690px){
	.sort-bar, .label-group.search{
		display: block;
	}
	.label-group{
		margin-left: 0;
	}
}

@media (max-width:425px){
	.header{
		margin-top: 30px;
	}
	.banner-tad{
		display: none;
	}
	.super-header{
		justify-content: center;
	}
	h1, h1.article-header{
		 font-size: 2.4em;
	}
	.subtitle{
		font-size: 1.1em;
	}
	.about p{
		font-size: 1em;
	}
}