/**
 * Reset some basic elements
 */
html {
  background: url("../../images/background.png") repeat; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.2 helvetica, arial, verdana, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  border-left: 5px solid #e8e8e8;
  border-right: 5px solid #424242;
  border-bottom: 5px solid #424242;
  margin: 0rem 12vw 75px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }
  @media screen and (max-width: 1000px) {
    body {
      margin: 0rem 3vw 75px; } }
  @media screen and (max-width: 600px) {
    body {
      margin: 0rem 20px 0rem; }
      body body, body label, body select {
        font-size: 14px; } }
  @media screen and (max-width: 414px) {
    body {
      margin: 0rem 0px 0rem; }
      body body, body label, body select {
        font-size: 12px; } }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 10px; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, "Times New Roman", serif; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 20px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #034EA2;
  text-decoration: none; }
  a:visited {
    color: #022a57; }
  a:hover {
    color: #111;
    text-decoration: underline; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  /**max-width: -webkit-calc(1000px - (20px * 2));
  max-width:         calc(1000px - (20px * 2));
*/
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (max-width: 1000px) {
    .wrapper {
      /**max-width: -webkit-calc(1000px - (20px));
      max-width:         calc(1000px - (20px));
      */
      padding-right: 10px;
      padding-left: 10px; } }
  @media screen and (max-width: 414px) {
    .wrapper {
      padding-left: 3px;
      padding-right: 3px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
* Tab navigation
*/
.tab-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin: 10px 0px 0px 30px;
  position: relative;
  bottom: -1px; }
  @media screen and (max-width: 639px) {
    .tab-navigation {
      margin: 0px; } }
  .tab-navigation li {
    float: left; }
    @media screen and (max-width: 639px) {
      .tab-navigation li {
        width: 100%; } }
  .tab-navigation a {
    border: 1px solid #CCC;
    border-bottom-style: none;
    display: block;
    padding: 2px 8px 2px;
    color: black;
    background-color: #dfdede;
    text-decoration: none; }
  .tab-navigation .active {
    background-color: white;
    border-bottom-color: white; }

/**
 * Site header
 */
.site-header {
  border-bottom: 1px solid #e8e8e8;
  min-height: 37.3px;
  position: relative; }

#header_logo {
  vertical-align: top; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.small-font {
  font-size: 14px; }

.site-title {
  font-weight: 300;
  line-height: 43.2px;
  letter-spacing: -1px;
  margin-bottom: 0; }
  .site-title, .site-title:visited {
    color: #424242; }
  .site-title img {
    width: 100%; }

#libraries-banner {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: auto;
  text-align: left;
  background-color: #CC0000;
  height: 40px; }

#libraries-banner li, #libraries-banner li a {
  display: inline;
  color: #FFF;
  font-weight: bold;
  margin: 0px 5px;
  font-size: 16px;
  line-height: 40px; }
  @media screen and (max-width: 639px) {
    #libraries-banner li, #libraries-banner li a {
      margin: 0px 0px;
      font-size: 14px; } }
  @media screen and (max-width: 465px) {
    #libraries-banner li, #libraries-banner li a {
      font-size: 10px;
      margin: 0px 0px; }
      #libraries-banner li #header_logo, #libraries-banner li a #header_logo {
        display: none; } }

.site-nav {
  line-height: 43.2px; }
  .site-nav .trigger .menu-toggle {
    border: 1px solid #CCC;
    margin-top: 10px;
    padding-top: 5px;
    text-align: center;
    background-color: #CCC; }
    .site-nav .trigger .menu-toggle #menu-text {
      color: #034EA2;
      text-decoration: none;
      font-size: 1.125rem; }
    @media screen and (min-width: 640px) {
      .site-nav .trigger .menu-toggle {
        display: none; } }
  .site-nav .trigger .header-menu {
    margin-left: 0px;
    margin-bottom: 0px;
    display: table;
    width: 100%; }
  @media screen and (max-width: 639px) {
    .site-nav .trigger .header-menu {
      display: block;
      background: #CCC;
      border: 1px solid #CCC; }
      .site-nav .trigger .header-menu li {
        line-height: 20px;
        margin: 6px 20px;
        display: block;
        text-align: center;
        width: 93%; } }
  .site-nav .trigger li {
    display: table-cell;
    margin: 2px 20px;
    width: 16.666666667%;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    font-size: large;
    _font-size: small;
    _font-weight: bold;
    font-family: Georgia, Times, Times New Roman, serif;
    text-transform: uppercase; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #034EA2;
    line-height: 1.2; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
  text-align: center; }

.site-footer p {
  font-size: 80%;
  margin: 0px; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 10px; }

.info {
  overflow: hidden; }

.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
  font-family: Georgia, Times, "Times New Roman", serif; }

#search-form {
  width: 100%; }
  #search-form input {
    display: inline-block;
    width: 80%;
    float: left; }
  #search-form button {
    width: 20%;
    float: left; }

#expore-more {
  display: inline-block; }

#pager {
  list-style-type: none; }
  #pager li {
    float: left; }
  #pager a {
    border-style: solid;
    border: 1px solid #CCC;
    display: block;
    padding: 8px; }
  #pager .ellipses {
    border-style: solid;
    border: 1px solid #CCC;
    display: block;
    padding: 8px; }
  #pager .selected {
    background-color: #dddddd; }

.custom_button {
  background-color: #fdfdfd;
  border: 1px solid #CCC;
  color: black;
  text-align: center;
  padding: 10.5px 16px;
  display: inline; }

.custom_button:hover {
  background-color: #f2f2f2; }

/**
 * Personnel/People pages
 */
#personnel-content {
  border: 1px solid #CCC; }
  #personnel-content #quotation {
    margin: 20px 20px 20px 50px; }

#searchbuildinglist {
  display: inline-flex; }

#display_image img {
  max-height: 220px;
  max-width: 100%;
  float: right; }

.quotation {
  margin: 10px 0 10px 30px; }

.credits {
  text-align: right; }

#creditLine {
  font-style: italic; }

.buildinglists {
  display: inline-block;
  width: 100%; }

#worklocationsperson {
  list-style: none; }

.view_img_credits {
  font-size: 90%;
  float: right;
  text-align: right; }

.vitalstats p {
  margin-bottom: 0px;
  line-height: 1.2; }

#display_image {
  float: right;
  display: inline-block; }

/**
 * About page content
 */
#about-content {
  border: 1px solid #CCC; }

#team ul {
  list-style-type: none; }

.vitalstats {
  font-size: 14px; }
  .vitalstats td {
    vertical-align: top;
    padding-right: 20px; }
  .vitalstats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2; }
  .vitalstats .cell {
    padding-bottom: 2px; }

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); }

.modal_content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.buildingentry {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px;
  overflow: hidden; }
  .buildingentry .buildinginfo {
    font-size: 14px; }
    .buildingentry .buildinginfo .cell {
      padding: 3px 0px; }

.buildingdata p {
  line-height: 1;
  margin-bottom: 0px; }

.buildingimage {
  float: right;
  padding-right: 20px; }

/**
 * Search
 */
.results_data {
  padding: 0px !important; }

.searchResultMetadata {
  margin-top: 10px !important; }

/**
 * Page content
 */
.page-content {
  padding: 20px 0; }

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  vertical-align: middle;
  overflow: hidden; }

.svg-content {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }

.facet_button {
  border: 2px solid grey;
  background-color: white;
  color: grey;
  padding: 5px 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 40px; }

#header_info {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  display: none; }

/**
 * Browse
 */
#counties, #cities, #trade_list, #building_type, #active_dates {
  -webkit-column-count: 5;
  /* Chrome, Safari, Opera */
  -moz-column-count: 5;
  /* Firefox */
  column-count: 5; }
  @media screen and (max-width: 600px) {
    #counties, #cities, #trade_list, #building_type, #active_dates {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2; } }
  @media screen and (max-width: 414px) {
    #counties, #cities, #trade_list, #building_type, #active_dates {
      -webkit-column-count: 1;
      /* Chrome, Safari, Opera */
      -moz-column-count: 1;
      /* Firefox */
      column-count: 1; } }

#work_county a, #trade_list a, #building_type a, #active_dates a {
  display: inline-block; }

#work_county path.county:hover, #work_county g.county:hover {
  fill: #CCC; }

.isDisabled {
  color: currentColor;
  cursor: none;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none; }

.pagination li {
  display: inline-block;
  padding: 5px; }

.list li {
  list-style-type: none; }

.contributor {
  margin-bottom: .2em; }

.atoznav > li {
  width: auto; }

/**
 * Homepage
 */
.home::after, .site-title::after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: inline-block;
  background-image: radial-gradient(#8a2e2f, white); }

.vertical-line {
  width: 1px;
  background: radial-gradient(#8a2e2f, white);
  margin-left: -.1rem; }
  @media screen and (max-width: 639px) {
    .vertical-line {
      display: none; } }

ul#recent_additions {
  list-style: none;
  margin: 0px; }

#recent_additions h5 {
  margin-bottom: 0px; }

#recent_additions::after {
  margin-left: -20px;
  height: 0px; }
  @media screen and (max-width: 639px) {
    #recent_additions::after {
      height: 1px; } }

#homepageimg {
  float: left;
  padding-right: 1.3em;
  max-height: 192px;
  max-width: 192px; }

.site-title::after {
  margin-bottom: -10px;
  margin-top: 4px;
  display: block;
  height: 8px; }

.right_caption {
  text-align: right;
  float: right; }

/**
 * Building page
*/
#buildingpage > div {
  border: none; }

#buildingpage > div h3 a {
  cursor: none;
  color: black;
  text-decoration: none;
  pointer-events: none; }

.devlink {
  cursor: auto !important;
  color: blue !important;
  pointer-events: auto !important; }

#browse_content, .atozcontent {
  border: 1px solid #CCC;
  padding: 20px; }

.tab_content {
  padding: 20px;
  margin: 20px 20px 20px 20px; }
  @media screen and (max-width: 414px) {
    .tab_content {
      margin: 5px 5px 5px 5px;
      padding: 0px; }
      .tab_content ul, .tab_content .buildingentry {
        margin: 0px;
        padding: 0px; } }

#buildinglist {
  padding: 0px; }
  #buildinglist ul {
    padding: 0px;
    line-height: 1; }
  @media screen and (max-width: 414px) {
    #buildinglist {
      margin: 5px 5px 5px 5px; }
      #buildinglist .grid-margin-x > .small-6 {
        width: calc(50% - .65rem); }
      #buildinglist .grid-margin-x > .cell {
        margin-right: 0; } }

#pagination {
  display: flex;
  justify-content: center; }

.pagination > .active {
  background: #ccc; }

.dropdownsort {
  float: right; }

.dropdownsort > select {
  height: auto;
  margin: auto;
  width: auto;
  padding: .1rem;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

#spinner {
  font-size: 100px;
  text-align: center; }

.paginationjs-page a {
  color: #CC0000 !important; }

#recent_additions h3 {
  font-size: 1.25rem; }
