* { margin: 0; }
.center { margin: 0 auto; text-align: center; }
html, body { height: 100%; }
.wrapper { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
}
p.caption { color: #6F6F6F; }
ol li { margin: 0.35em; }

.full { width: 100% }


/* header */
header {
	height: 140px;
	margin-bottom: 20px;
	background: #2BA6CB;
}
.head-banner { max-width: 1000px; margin: 0 auto; }

/* home page */
.side-menu ul li {	list-style-type: none; }

/* special */
.pdf-link, .skip-link { padding-left: 0.4em; }
.pdf-link:before, .skip-link:before { 
	content:url('../img/down-arrow.png'); 
	position: relative;
    top: 0.2em;
    right: 0.3em;
}
.pdf-link:before { 
	content:url('../img/pdf.png'); 
	position: relative;
    top: 0.2em;
    right: 0.3em;
}
sup.endnote { padding: 0 0.25em; font-weight: bold; }


/* Centers captions under images */
.image { display:table; margin: 0 auto; border: 1px solid #DDD; }
.image p { display:table-caption; caption-side:bottom; margin-top: 0.5em; }

/* USAF UFO History */
.usaf {}
.usaf .bibliography li { list-style-type: none; }
.usaf .usaf-list li { line-height: 1.6em; }

a.page-link  { float: right; padding: 1em 0 3em; }
.slick-slide{ text-align: center }
.slick-slide { border: 1px solid #DDD; }
.slick-slide img { margin: 0 auto; }

/* Interviews */
.footable th.col1 { width: 15%; }
.footable th.col2 {  }
.footable th.col3 {  }
.footable th.col4 {  }
.footable th.col5 { width: 100px; }
.row.interview {
  width: none !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em; 
}

/* Loren Gross UFOs: A History List */
ul.gross-contributors li, ul.gross-nav li  { list-style-type: none; }
ul.gross-nav li { line-height: 2em; }
.gross-documents h2, .gross-documents h3 { clear: both; }
.gross-documents ul { margin: 0px; }
ul.gross-list li {
	background: #e4e4e4;
	text-align: center;
	float: left;
	list-style-type: none;
	width:22%;
	margin: 0 1.25em 1.25em 0;
	padding: 1%;
}
ul.gross-list li:nth-child(4n+1) {  } 
ul.gross-list li:nth-child(4n+4) { margin-right: 0px; }
ul.gross-list li img, .gross-cover { 
	display: block; 
	margin: 0 auto; 
	border: 1px solid #969696;  
}
ul.gross-list li img { width: 170px; }
ul.gross-list .title { display: block; margin-top: 0.5em; }
ul.gross-doc-index {
	list-style-type: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
  @media only screen and (max-width: 767px) {
		ul.gross-doc-index {
		list-style-type: none;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
	}
  }
  
h2.grey, ul.gross-doc-index li { opacity: 0.7 }
ul.gross-doc-index li li { list-style-type: none; opacity: 0.8; }
ul.gross-doc-index li ul { margin-left: 0.75em; }


.gross-list .title { clear: both; font-weight: bold; color: #222; }
/* End Loren Gross UFOs: A History List */


/* Biography Pages */
.bio-images { text-align: center; }
.bio-images img {}
.bio-images .caption { text-align: left; margin-top: 1em; }
ul.related-documents li:first-child { border-top: 1px dotted #c9c9c9;  }
ul.related-documents li { 
	border-bottom: 1px dotted #c9c9c9; 
	list-style-type: none;
	padding: 1.25em;
	padding-left: 0px;
}
ul.bio-image-gallery {
	list-style-type: none;
    -moz-column-count: 3;
    -moz-column-gap: 8px;
    -webkit-column-count: 3;
    -webkit-column-gap: 8px;
    column-count: 3;
    column-gap: 8px;
}
.reveal-modal .image img { width: 100%; }
/* End Biography Pages */

/* footer */
.push, footer { height: 140px; }
footer { 
	background: #207d99; 
	padding-top: 20px;
	text-align: right;
}
#copyright { color: #fff; }