/* Base and utilities */

@import url("https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Merriweather:400,700&display=swap");

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.list-link-default {
  color: #00274c;
  font-size: 1em;
  line-height: 20px;
  text-decoration: underline;
}

a.list-link-default:hover {
  text-shadow: 0 0 0.1px #00274c;
  box-shadow: rgb(0, 39, 76) 0px -2px inset;
  text-decoration: none;
}

a {
  text-decoration: underline;
}

header a:hover,
footer a:hover {
  text-shadow: 0 0 0.09px #fff;
  box-shadow: rgb(255, 255, 255) 0px -1px inset;
}

a:hover {
  text-shadow: 0 0 0.1px #00274c;
  box-shadow: rgb(0, 39, 76) 0px -2px inset;
  text-decoration: none;
}

:focus {
  outline: #ffcb05 solid;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bold {
  font-weight: 700;
}

em {
  text-decoration: italic;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Typography */

body {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  color: #383d43;
  line-height: 24px;
}

a {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 16px;
  color: #00274c;
  line-height: 24px;
}

h1 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 2em;
  color: #00274c;
  line-height: 40px;
}

h2 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.75em;
  color: #00274c;
  line-height: 36px;
  margin-bottom: 0;
}

h3 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.45em;
  color: #00274c;
  line-height: 36px;
  padding-top: 0.25em;
  margin-bottom: 0.25em;
}

h3.home-page-h3 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.75em;
  color: #00274c;
  line-height: 36px;
}

h3.footer-h3 {
  font-family: "Merriweather Sans", serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
  line-height: 32px;
}

h3.finding-aid-page-h3 {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.3125em;
  color: #00274c;
  line-height: 32px;
}

h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

p,
ol,
ul {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  color: #383d43;
  line-height: 24px;
}

li {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  line-height: 24px;
  color: #666666;
}

.sub-section-title {
  font-family: "Merriweather", serif;
  font-size: 1.3125em;
  color: #666666;
  line-height: 32px;
}

.sub-title {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #666666;
  line-height: 24px;
}

.big-body-text {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.125em;
  color: #666666;
  line-height: 28px;
}

.body-bold-text {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1em;
  color: #383d43;
  line-height: 24px;
}

.data-table-bold {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 0.875em;
  color: #4e4e4e;
  line-height: 21px;
}

.data-table {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.875em;
  color: #4e4e4e;
  line-height: 21px;
}

li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

/*  Skip Main */
.skip-main {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 1000;
  color: white;
}

.skip-main:focus {
  position: absolute;
  top: 0;
  background: #222;
}

/* Header */

header {
  background: #00274c;
}

.header-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2em;
}

.header-logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-title a:hover {
  box-shadow: none;
  text-shadow: none;
}

.header-logo-img {
  width: 25em;
  margin-right: 0.75rem;
}

.site-title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.6em;
}

.site-title {
  padding-bottom: 0.45em;
}

nav.primary {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1em;
  line-height: 24px;
  color: #383d43;
  text-transform: uppercase;
}

nav.utility {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  color: #666666;
  line-height: 24px;
}

nav.primary ul,
nav.utility ul {
  padding-left: 0;
}

nav.primary ul {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  margin-top: 1em !important;
}

nav.utility ul {
  margin-top: 0;
  padding-bottom: 0.5em;
}
nav.primary ul li {
  padding: 0 1.5em;
  display: inline;
}

nav.utility ul li {
  padding: 0 1.5em;
  display: inline;
}

nav.utility ul li:last-child {
  padding-right: 0;
}

nav.primary ul li a,
nav.utility ul li a {
  color: #fff;
  text-decoration: none;
}

/** Header items for xsl pages **/

.navheadTable {
  background-color: #00274c;
  padding-top: 0;
}

.navheadTable .site-title {
  padding-bottom: 0.25em;
}

.navheadTable nav.utility ul {
  padding-bottom: 1em;
}

.navheadTable nav.primary ul {
  margin-top: 1.35em !important;
  margin-bottom: 0;
  padding-bottom: 0.35em;
}

/* Main Home */

.main-container {
  margin: 0 auto;
  padding: 0 0.75rem;
}

nav.breadcrumb {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1em;
  color: #4d6575;
  text-transform: uppercase;
  line-height: 20px;
  padding-top: 2em;
}
nav.breadcrumb ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

nav.breadcrumb ol li a {
  color: #4d6575;
  text-decoration: none;
}

div#returntoresults {
  max-width: 75rem !important;
  padding-top: 1em;
  margin: 0 auto;
}

h1.home-heading {
  border-bottom: 1px solid #979797;
  padding: 0.75em 0 0.5em;
  margin: 0;
}

/* Search Box Home */
.search-box-home {
  border: 1px solid #979797;
  background-color: #f2f4f5;
  padding: 0.5em 2.5em 1.5em;
  margin-top: 3.75em;
}

.basic-search-row {
  padding: 0.5em 0;
}

.basic-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

input#formfont {
  width: 85%;
  height: 2.75em;
  padding-left: 0.5em;
}

.basic-search-btn {
  width: 15%;
  background-color: #00274c;
  border: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.gsc-search-button-v2 svg {
  height: 20px;
  width: 20px;
}

.tips-link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tips-link-row > p {
  color: #666;
}

.tips-link-row a.list-link-default {
  margin-top: 1em;
  margin-left: auto;
}

.bordered-box-home {
  border: 1px solid #979797;
  margin-top: 2.25em;
  padding: 0.5em 2.5em;
}

.three-columns-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 2.5em;
}

.three-columns-home section {
  padding: 0.5em;
  width: 32%;
}

.three-columns-home ul {
  padding-left: 0;
  list-style: none;
}

li.three-columns-link {
  padding-top: 1.25em;
}

li.three-columns-link a {
  color: #00274c;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  padding-top: 0.5em;
}

li.three-columns-link a:hover {
  text-shadow: 0 0 0.1px #00274c;
  box-shadow: rgb(0, 39, 76) 0px -2px inset;
  text-decoration: none;
}

p.tip {
  margin-top: 0;
}

p.tip .smallformfont {
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
}

/* Search page */

h1 .subheader {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0.5em;
}

.maincontent,
div#main_content {
  max-width: 75rem !important;
  margin: 0 auto !important;
  padding: 0 0.75rem !important;
}

div.searchnavblock span.navlinks {
  text-transform: uppercase;
  font-size: 1em;
  color: #00274c;
}

td#searchHilite {
  border-bottom: 5px solid #00274c;
  color: #00274c;
  padding: 0.5em 2.5em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

td.searchnavcell {
  background-color: #fff;
  padding: 0.5em 2.5em;
}

td.searchnavcell .navlinks a.nav {
  color: #666666;
}

.searchblock {
  width: 100%;
  background-color: #f2f4f5;
  margin-bottom: 4em;
}

.searchform {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 1em;
  background-color: #f2f4f5;
}

.searchform input[type="submit"] {
  font-size: 1.05em;
  background-color: #00274c;
  color: #fff;
  padding: 0.5em 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}

.searchform td {
  text-align: left;
}

.searchform tbody tr {
  background-color: #f2f4f5;
}

.searchform {
  font-weight: bold;
}

.searchform .formfont {
  color: #383d43;
  font-family: "Merriweather Sans";
  font-size: 1em;
  line-height: 20px;
  font-weight: 700;
}

.searchform .selectmenu {
  font-size: 13px;
  font-family: "Merriweather Sans";
  height: 33px;
}

.searchform input.formfont {
  padding: 0.35em;
  font-weight: 400;
}

.blksubheader {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1em;
  color: #00274c;
  line-height: 40px;
  padding: 0.25em 0 0.5em;
  margin: 0;
}

.searchrestrictionlabel {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.searchrestrictiontext {
  margin: 0;
  padding-top: 0.5em;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
}

.searchrestriction {
  margin-left: 25px;
  margin-bottom: 0;
  width: 45em;
  padding: 0.25em 0 1em;
}

/* Browse Page */

div.browseHeader {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1em;
  color: #00274c;
  line-height: 40px;
  border-bottom: 1px solid #999;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
}

td.browsenav_r1 {
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 1.5em;
  vertical-align: middle;
  padding: 0.5em 0.75em;
  background: #666;
  color: #fff;
  text-align: center;
}

form.browsestringform button {
  background-color: #4e0b12;
  color: #fff;
  padding: 0.5em;
  font-size: 1em;
}

form.browsestringform input[type="text"] {
  padding: 0.75em;
}

a.browsenav_r1.browsenav_r1_selected {
  color: #666;
  padding: 0.5em 0.75em;
}

a.browsenav_r1 {
  color: #fff;
}

td.browsenav_r1_selected {
  border: 1px solid #666666;
  width: 1.75em;
  background: #fff;
  color: #666;
  vertical-align: middle;
  padding: 3px;
  text-align: center;
}

table.browsenav {
  border-spacing: 0px;
  border: 0px solid;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  padding: 1em 0;
  font-weight: 800;
  color: #383d43;
  line-height: 24px;
}

div.browsenavblock {
  margin: 0 0 0 20px;
  overflow-x: auto;
}

div.browseField {
  font-size: 0.85em;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Merriweather Sans";
}

/* Google Search Results */

.gsc-control-cse {
  background-color: #fff !important;
  border-color: #fff !important;
  font-family: "Merriweather Sans" !important;
  font-size: 1em !important;
}

a.gs-title {
  font-family: "Merriweather", serif !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  color: #00274c !important;
  line-height: 32px;
}

a.gs-title b {
  font-family: "Merriweather", serif !important;
  font-weight: 700 !important;
  font-size: 1em !important;
  color: #00274c !important;
  line-height: 32px;
}

.gsc-url-top > * {
  color: #4e0b12 !important;
  font-size: 0.9em !important;
}

.gsc-selected-option-container {
  background-color: #fff !important;
  font-size: 1em !important;
}

.gsc-control-cse .gsc-table-result {
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 0.95em !important;
  color: #666666 !important;
  line-height: 28px !important;
}

.gsc-result-info {
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 1em !important;
  line-height: 24px !important;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #fff !important;
}

h2.results-h2 {
  padding-bottom: 0.5em;
}

/* Standard Search Results */

#slicehdr {
  border: 0;
  background-color: #fff;
  padding-left: 0;
}

#slicehdr .resultsheader {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.25em;
  line-height: 24px;
}

input.selectmenu {
  background-color: #4e0b12;
  color: #fff;
  padding: 0.5em;
  font-size: 0.75em;
}

#ressummarycell {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
}

div.kwic {
  padding-left: 0.75em;
}

.kwic {
  font-family: "Merriweather Sans";
  font-size: 1em;
}

.resitemdetails {
  line-height: 28px;
}

.resitemheading {
  padding: 0.75em 0 0.25em;
  font-family: "Merriweather Sans";
  font-size: 1.25em;
  line-height: 28px;
}

.indentlevel2 .resitemheading {
  font-size: 1.15em;
  padding: 0;
  margin-top: 0;
}

span.resultsheader {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
}

.resultsheader select#sort {
  margin: 1em;
  width: 100px;
  height: 35px;
  font-size: 0.75em;
  font-family: "Merriweather Sans";
}

#resultslist .itemcitation {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  padding: 1.25em;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
  border: 1px solid transparent;
  margin: 0.25em 0 1.5em 0;
}

.bibunittitle a {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.3125em;
  color: #00274c;
  line-height: 32px;
  text-decoration: underline;
}

#resultslist .bibabstract {
  padding-bottom: 1em;
}

#resultslist .greysubheader {
  display: inline;
}

.resitemlinks {
  font-family: "Merriweather Sans", sans-serif;
  text-transform: capitalize;
}

table.browselist {
  margin-left: 1em;
}

table.browselist a:hover {
  text-shadow: 0 0 0.1px #383d43;
  box-shadow: rgb(56, 61, 67) 0px -2px inset;
  text-decoration: none;
}

table.browselist .browsecell {
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
  padding: 1.25em;
}

table.browselist thead {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #666666;
  line-height: 24px;
}

table.browseFieldsTable {
  font-size: 1.25em;
  margin: 2em 0 1em;
}

.browseField strong {
  background-color: #f2f4f5;
  padding: 0.25em;
}

.browseField a strong {
  background-color: #fff;
  padding: 0.25em;
  font-weight: 400;
}

.searchform tr:last-child {
  font-weight: normal;
  height: 50px;
}

.formfont {
  font-size: 1em;
  font-family: "Merriweather Sans";
}

table#historytable td {
  font-size: 0.85em;
  font-family: "Merriweather Sans";
}

table#historytable {
  width: 95%;
}

/* Finding Aid Item Page */

#itemtitle {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1em;
  color: #00274c;
  line-height: 40px;
  margin-top: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5em;
}

h2 .tophead {
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 1.15em;
  color: #00274c;
  line-height: 36px;
  padding-bottom: 0;
  padding-top: 0.25em;
}

p.titlepage {
  color: #666666;
  font-family: Merriweather;
  font-size: 1.313em;
  line-height: 32px;
  margin-bottom: 2.25em;
}

blockquote {
  margin-bottom: 0;
}

blockquote p {
  color: #666666;
  font-family: "Merriweather Sans";
  font-size: 1em;
  line-height: 24px;
}

.greysubheader {
  color: #383d43;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  padding-top: 1em;
  padding-bottom: 4px;
}

blockquote {
  color: #666;
}

blockquote ul {
  padding-bottom: 0;
}

.lowerhead p {
  color: #666666;
  font-family: "Merriweather Sans";
  font-size: 1em;
  line-height: 20px;
  margin: 0;
}

.princetonmenu ul {
  margin: 0 0 0 1em;
  float: right;
  text-align: left;
  border: 0;
  background-color: #f2f4f5;
  padding-left: 0;
  width: 30%;
}

.princetonmenu.entry {
  background-color: #f2f4f5;
}

.princetonmenu ul li {
  cursor: pointer;
  background-color: #f2f4f5;
  color: inherit;
  text-align: left;
  list-style-type: none;
  padding: 0.65em 2em;
}

.princetonmenu ul li.active {
  background-color: #d6e0e7;
  border-left: 3px solid #00274c;
}

.princetonmenu li.heading.active {
  background-color: #f2f4f5;
  border: 0;
}

.princetonmenu ul li a {
  text-decoration: none;
  color: #00274c;
  font-family: "Merriweather Sans";
  font-size: 16px;
  line-height: 20px;
}

.princetonmenu ul li a:focus {
  border: 0;
}

.princetonmenu ul li div.otltopmenu a,
.princetonmenu ul li.standard {
  font-weight: bold;
}

.princetonmenu ul li.heading {
  color: #333333;
  font-family: "Merriweather";
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1.17px;
  line-height: 27px;
  text-transform: uppercase;
  margin-top: 0.75em;
  padding-left: 0.85em;
}

.princetonmenu ul li.aeon {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.otlc01menu {
  font-family: "Merriweather Sans";
  font-size: 1em;
  padding-left: 1em;
}

blockquote {
  margin-left: 0;
  margin-top: 0;
}

.fa-heading-row {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0.25em 0 0.5em;
}

.help-anchors a,
.help-anchors {
  font-size: 0.95em;
}

table.chronlisttable {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1em;
}

/* EAD Request Table */

.EAD-request-table table {
  border-spacing: 0;
  color: #3e3d3d;
}

.EAD-request-table thead tr th {
  text-align: left;
  padding: 0.5em;
}

blockquote.EAD-request-table {
  border: 1px solid #979797;
  margin-top: 1em;
}

.EAD-request-table thead tr th u {
  text-decoration: none;
}

.EAD-request-table thead tr:nth-child(2) {
  background: #d6e0e7;
  border: 1px solid #979797;
}

.EAD-request-table tbody {
  border: 1px solid #979797;
}

.EAD-request-table tbody tr td:first-child {
  text-align: left;
  padding-left: 2em;
}

.seriesLevel2 {
  font-family: "Merriweather Sans", sans-serif;
}

.EAD-request-table tr {
  box-shadow: 1px 1px #979797;
}

/* EAD Request Table buttons */
.EAD-request-table thead th button:first-child {
  border: 1px solid #49262c;
  background-color: #4e0b12;
  color: #fff;
  padding: 10px;
  font-size: 0.9em;
  font-family: "Merriweather Sans";
}

.EAD-request-table thead th button:nth-child(2) {
  border: 1px solid #666666;
  background-color: #ffffff;
  color: #666;
  padding: 10px;
  font-size: 0.9em;
  font-family: "Merriweather Sans";
}

/* Ask a Question modal */

.modal__container {
  font-family: "Merriweather Sans";
}

h2#feedback-modal-title {
  color: #fff;
  padding: 0 0 0.5em 0.25em;
}

button.modal__close {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5em;
}

footer.modal__footer {
  background-color: #fff;
}

.modal-actions .modal__btn-primary {
  color: #fff;
  background-color: #00274c;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}

button.modal__btn {
  background-color: #fff;
  border: 1px solid #66686a;
  border-radius: 0;
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
}

.modal .inline label {
  padding: 0 0.5em;
}

/* Aeon Request Confirm */

#main_content h3 a {
  color: #00274c;
  font-family: "Merriweather Sans";
  font-size: 1em;
  line-height: 24px;
  text-decoration: underline;
}

#EADConfirmFormId #select_buttons input[type="button"] {
  border: 1px solid #66686a;
  background-color: #ffffff;
  padding: 0.65em;
  color: #666666;
  font-size: 0.85em;
}

#request_cancel_div input[type="button"],
#request_cancel_div input[type="reset"] {
  border: 1px solid #66686a;
  background-color: #ffffff;
  padding: 0.65em;
  color: #666666;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

#request_cancel_div input[type="button"]:first-child {
  background-color: #00274c;
  color: #fff;
}

#request_type_group input#datepicker {
  padding: 1em;
}

#EADConfirmFormId textarea {
  height: 10em;
  width: 60em;
}

/* Summary View */

.srchWiMenLink {
  margin: 0;
  background-color: #fff;
  font-family: "Merriweather Sans";
  font-size: 1em;
  text-align: left;
  padding: 0;
}

.summary-view {
  max-width: 75rem !important;
  margin: 0 auto !important;
  padding: 0 0.75rem !important;
}

#outlineframe {
  border-right: solid 1px #fff;
  margin-right: 30px;
}

/* Help page */

img.help-image {
  max-width: 100%;
  padding: 0.5em;
  margin: 1em 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}

/* Footer */

footer {
  background: #00274c;
  margin-top: 3em;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-contact,
.footer-hours {
  width: 25%;
}

footer address,
footer a,
footer ul li a,
footer p {
  color: #fff;
}

footer address a:first-child {
  text-decoration: underline;
}

.footer-text-additional a:hover {
  text-shadow: 0 0 0.09px #fff;
  box-shadow: rgb(255, 255, 255) 0px -1px inset;
  text-decoration: none;
}

footer ul li a:hover,
footer address a:first-child:hover {
  text-shadow: 0 0 0.09px #fff;
  box-shadow: rgb(255, 255, 255) 0px -2px inset;
  text-decoration: none;
}

footer address {
  font-style: normal;
  padding: 1.5em 0;
}

footer address a {
  text-decoration: none;
}

.button-link {
  padding: 0.75em 1.5em;
  border: 1px solid #666666;
  background-color: #ffffff;
  width: 70%;
  text-align: center;
}

.button-link a {
  padding: 0.25em;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

footer h3.footer-h3 {
  margin-bottom: 0.5em;
}

.footer-hours ul {
  list-style: none;
  padding-left: 0;
}

.footer-hours ul li {
  margin-bottom: 0.25em;
}

.footer-text-additional {
  text-align: center;
  padding-bottom: 2em;
  font-size: 0.85em;
}

.footer-text-additional a {
  font-size: 0.95em;
  text-decoration: none;
}

a.anchor-underline {
  text-decoration: underline;
}

/* Old stuff */

/* Confirmation form */

input#datepicker {
  height: 17px;
  max-width: 150px;
  background: url("/f/findaid/graphics/calendar-small.png") no-repeat scroll;
  padding-left: 30px;
}

input.f-submit {
  padding: 1px 3px;
  margin-right: 1em;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 96%;
}

input[type="button"] {
  margin-right: 1em;
}

button {
  margin-right: 1em;
}

h2 {
  border-bottom: 1px solid transparent;
}

.maincontent,
div#main_content {
  max-width: 75rem !important;
  margin: 0 auto !important;
  padding: 0 0.75rem !important;
}

div#request_cancel_div {
  margin: 2em 0 4em;
}

div#request_type_group {
  margin-top: 1em;
  margin-left: 1.5em;
}

div.request_type {
  margin-top: 0.5em;
}

input#datepicker {
  margin-right: 0.5em;
}

div.note_text {
  margin-bottom: 0.5em;
  margin-top: -0.7em;
}

div#select_buttons {
  margin-right: 0.5em;
  margin-bottom: 2em;
}

span.title_label {
  font-weight: bold;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

div.other_line {
  padding-top: 0.1em;
  font-size: 85%;
}

span.other_value {
  font-weight: bold;
  margin-left: 3em;
  margin-right: 0.5em;
}

div.item_group {
  margin-bottom: 1.5em;
}

.fulltext#itemtitle {
  margin-left: 0px;
  margin-bottom: 15px;
}

a.tooltip {
  outline: none;
  text-decoration: none;
  z-index: 20;
}
a.tooltip:hover {
  z-index: 500;
}
a.tooltip span {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  text-align: center;
  border: 1px solid #dca;
  background: #fffaf0;
  top: 1em;
  left: -15em;
  z-index: 500;
}

/* Media Queries */

@media only screen and (max-width: 980px) {
  nav.utility ul {
    margin-bottom: 0;
    padding: 1em 0 0.25em;
  }
}

@media only screen and (max-width: 767px) {
  .three-columns-home section {
    padding: 0.5em;
    width: 50%;
  }

  .header-logo-img {
    width: 80%;
  }

  .footer-contact,
  .footer-hours {
    width: 100%;
  }

  nav.primary ul li,
  nav.utility ul li {
    padding-left: 0;
  }

  nav.utility ul {
    margin-bottom: 0;
    padding: 1em 0 0.25em;
  }

  .site-title {
    padding-top: 0.5em;
  }

  .button-link {
    width: 40%;
  }
}

@media (max-width: 575.98px) {
  input#formfont {
    width: 70%;
  }

  .basic-search-btn {
    width: 30%;
  }

  .header-logo-img {
    width: 100%;
  }

  .three-columns-home section {
    padding: 0.5em;
    width: 100%;
  }

  .princetonmenu ul {
    width: 40%;
  }
  .button-link {
    width: 70%;
  }
}
.aeonlink {
	   padding-top: .5em;
   }

.aeonlink a {
	    font-weight: bold;
	    color: #4e0b12;
   }

.aeonbutton { 
	border: 1px solid #49262c;
	background-color: #4e0b12;
	color: #fff;
	padding: 10px;
	font-size: 0.9em;
	font-family: "Merriweather Sans";
}

.aeonbutton a {
	color: white;
	text-decoration: underline;
}

.fixable li:first-child {
	padding-top: 1em;
}
.EAD-request-table table {
	border-spacing: 0;
	color: #3e3d3d;
}
a[target="_blank"]::after {
	content:url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-box-arrow-up-right' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E"); 
	margin: 0 3px 0 5px;
}
.aeonbutton a[target="_blank"]::after {
	content: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-box-arrow-up-right' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
	margin: 0 3px 0 5px;
}
