<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*Lightbox*/
.modal-footer {
  background-color: #323232;
  border: none;
  padding-top: 0;
  font-family: "itc-galliard", serif;
font-weight: 700;
font-style: italic;
  font-size: 80%;
  color: #ACACAC;
}
.modal-body {
  background-color: #323232;
  border: none;
  border-radius: 10px;
}
.modal-content {
  background-color: #323232;
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.modal-header {
  background-color: transparent;
  border: none;
  padding: 0 15px;
  color: #ACACAC;
}
/* utility for Scroll Reveal */
html.sr .load-hidden {
  visibility: hidden;
}
.imagerow {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 20px 0;
  background-color: #323232;
  /*background-image: url("../images/bluesponge.jpg");*/
}
.imagerowImg4, .imagerowImg {
  flex: auto;
  margin-left: 2%;
  text-align: center;
}
.imagerowImg4 a img {
  width: 100%;
}
.imagerowImg3 {
  flex: auto;
  padding-right: 1%;
  text-align: center;
}
.imagerowImg3 a img {
  width: 100%;
}
.imagerowImg2 {
  flex: auto;
  padding-right: 1%;
  text-align: center;
}
.imagerowImg2 a img {
  width: 70%;
}
/*end utility*/
body {
  /*background-image: url("../images/bluesponge.jpg");*/
 font-family: "itc-galliard", serif;
font-weight: 400;
font-style: normal;
  color: #fff;
  letter-spacing: .4px;
  background-color: #323232;
  font-variant-ligatures: common-ligatures, oldstyle-nums;
  -moz-font-feature-settings: "liga", "clig", "onum";
  -webkit-font-feature-settings: "liga", "clig", "onum";
  font-feature-settings: "liga", "clig", "onum";
  counter-reset: footnotecounter;
  font-size: 120%;
  padding-top: 35px;
}
p {
  margin: 0;
  text-align: center
}

a, a.closerLook {
  text-decoration: none;
	color: #60A9DD
}
a:hover{
	text-decoration: none;
	color: #000;
}
em, .italic {
  font-family: "itc-galliard", serif;
font-weight: 400;
font-style: italic;
}
strong, .bold {
 font-family: "itc-galliard", serif;
font-weight: 700;
font-style: normal;
}
.bolditalic {
  font-family: "itc-galliard", serif;
font-weight: 700;
font-style: italic;
}
.smallcaps {
  font-family: "itc-galliard", serif;
font-weight: 400;
font-style: normal;
  font-variant-caps: small-caps;
  -moz-font-feature-settings: "smcp";
  -webkit-font-feature-settings: "smcp";
  font-feature-settings: "smcp";
  letter-spacing: .5px;
}
span.footnote:before {
  counter-increment: footnotecounter;
  content: counter(footnotecounter);
  position: relative;
  top: -0.6em;
}
span.footnote {
  color: #31C1FD;
  font-size: 75%;
	
}
.tooltip{
	font-family: "itc-galliard", serif;
font-weight: 400;
font-style: normal;
}
#bigTitle {
  /*background-color: #D7D7D7;*/
  margin-bottom: 20px;
  text-align: center;
}
.acknowledgments {
  text-align: right;
  color: #888888;
  font-family: "itc-galliard", serif;
font-weight: 400;
font-style: italic;
  font-size: 95%;
  padding: 20px 20px 0 30px;
}
/*#bigTitle img{
	max-width: 1500px;
}*/
a#findingaid {
  color: #5b8ab5;
  text-decoration: none;
}
a#findingaid:hover {
  color: #fff;
}
.dotL {
  width: 8px;
  display: inline-block;
  margin: -2px 10px 0 0;
}
.dotR {
  width: 8px;
  display: inline-block;
  margin: -2px 0 0 12px;
}
/*TimeLine*/
.darkgrayBG{
	background-color: #323232;
}
.filter, .images, .imagerow {
  background-image: url("../images/ochreLine.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 6px auto;
}
.timecards .card {
  border: none;
  padding: 1.2rem 1rem 1.3rem 1.7rem;
  margin-bottom: 10px;
  background-color: #495970;
  border-radius: 4px;
}

/*Attempt to target bug in MS Edge, casusing gaps in timecards*/
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
  .cardtops img {
    margin-bottom: 0;
    margin-top: 0;
  }
  .cardtops p {
   
	   border-top: 2px #495970;
	  border-bottom: 2px #495970;
  }
  .card.cardtops span.month {
	  display: block;
   
	  border-top: 2px #495970;
	  border-bottom: 2px #495970;
	
  }
}
/*End bug correction attemp*/
/*EVENTS WITH MONTHS*/
.timecards .card .month {
  font-size: 100%;
  display: inline;
  font-family: "itc-galliard", serif;
font-weight: 400;
font-style: italic;
}
.timecards .card.cardtops {
  background-color: transparent;
  padding: 0;
}
.timecards .card.cardtops.short {}
.timecards .card.cardtops p {
  border-radius: 0;
  margin: 0 !important;
  background-color: #495970;
  padding: 5px 20px 15px 30px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.timecards .card.cardtops .month {
  display: block;
  line-height: 90%;
  padding-bottom: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 !important;
  background-color: #495970;
  /*to correct top margins caused by changing height of curve*/
  padding-top: 5px;
}

a.closerLook {
  color: rgba(90, 191, 248, 1.00);
  font-family: "itc-galliard", serif;
font-weight: 700;
font-style: normal;
}
.images {
  margin: 10px 0 30px 0;
  padding: 0 0;
  background-color: #323232;
  /*background-image: url("../images/bluesponge.jpg");*/
}
.bigyear {
  font-size: 170%;
  line-height: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
 font-family: "itc-galliard", serif;
font-weight: 400;
font-style: normal;
  width: 120px;
  padding: 8px 12px 14px 14px;
  /*background-color: #5b8ab5;
	background-color: #8e6ed0;*/
  background-color: #958659;
}
.smallyear {
  font-size: 100%;
  line-height: 100%;
  display: block;
  margin-top: 12px;
  margin-bottom: 20px;
  /*color: #E05B02;*/
  color: #232323;
  color: #323232;
  font-family: "itc-galliard", serif;
font-weight: 700;
font-style: normal;
  width: 74px;
  padding: 5px 3px 10px 3px;
  /*background-color: #5b8ab5;
	background-color: #8e6ed0;*/
  background-color: #958659;
}
.smallyear, .bigyear {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
a.filter-button {
  diplay: inline-block;
  margin: 0 3px;
  padding: 2px 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#filterBTNs {
  text-align: right;
  font-size: 75%;
  letter-spacing: 1px;
  margin-bottom: 14px;
  margin-top: 14px;
}
a#allBTN, a#lifeBTN, a#familyBTN, a#workBTN {
  color: #fff;
}
a.filter-button:hover {
  color: #838383;
}
.decade .card {
  background-color: #ACACAC;
  background-color: #495970;
  color: #fff;
  font-family: "itc-galliard", serif;
font-weight: 400;
font-style: italic;
  font-size: .98em
}
/*.family .card .month {
	color: #AB4111;
}
.life .card .month {
	color: #746721;
}
.work .card .month {
	color: #195A9F;
}*/
/*changing the layout*/
/*circles 
.illustrations:before {
	content: ' ';
	background-color: rgba(150,150,150,1.00);
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: -6px;
	top: 14px;
	width: 9px;
	height: 9px;
	z-index: 400;
}*/
/* to make circles disappear for decades
.decade .illustrations:before {
	width: 0;
	height: 0;
}*/
/*Thumbnail sizes*/
.thumbs {
  display: inline-block;
  width: 70%;
  margin-left: 1%;
}
.thumbPair {
  width: 48%;
  margin-left: 1%;
}
.thumbsTall {
  width: 24%;
  max-width: 200px;
}
.thumbsSmall{}
/*end thumbnail sizes*/
.timecards {
  margin-bottom: 20px;
}
/*footer*/
footer p {
  margin-top: 20px;
  text-align: center;
  font-family: "itc-galliard", serif;
font-weight: 700;
font-style: italic;
  font-size: 80%;
  color: #808080;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  /*circles 
.timecards:before {
	content: ' ';
	background: rgba(170,170,170,1.00);
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: -6px;
	top: 14px;
	width: 9px;
	height: 9px;
	z-index: 400;
}*/
  /* to make circles disappear for decades
.decade .timecards:before {
	width: 0;
	height: 0;
}*/
  /*Thumbnail sizes*/
  .thumbs {
    display: inline-block;
    width: 50%;
    margin-left: 1%;
    max-width: 600px;
  }
  .thumbPair {
    width: 40%;
    margin-left: 1%;
    max-width: 600px;
  }
  .thumbsTall {
    width: 15%;
  }
  .timecards {}
	/*to correct top margins caused by changing height of curve*/
	.timecards .card.cardtops .month {
		
	}
	.card.cardtops.col-md-6 .month{
		padding-top: 10px;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .thumbPair {
    width: 30%;
    margin-left: 1%;
  }
	/*to correct top margins caused by changing height of curve*/
	.timecards .card.cardtops .month {
		padding-top: 1px;
	}
	.card.cardtops.col-md-6 .month{
		padding-top: 7px;
	}
	.thumbsSmall{
		max-width: 40%;
	}
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    font-size: 120%
  }
	/*to correct top margins caused by changing height of curve*/
	.timecards .card.cardtops .month {
		padding-top: 0;
	}
	.card.cardtops.col-md-6 .month{
		padding-top: 12px;
	}
	.thumbsSmall{
		max-width: 34%;
	}
}</pre></body></html>