/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #efede7;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22.85714px;
  margin-bottom: 100px;
  padding: 0;
  height: 100%;
}

#main_Wrapper {
  margin: 1em;
}

#main_Heading {
  color: #5d573e;
  font-family: "Tinos", serif;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  text-align: center;
  line-height: 150%;
}

div.floatit {
  float: left;
}

div.clearit {
  clear: both;
}

div.clearleft {
  clear: left;
}

div.clearright {
  clear: right;
}

div.indent {
  margin-left: 2em;
}

div.spacer {
  height: 1em;
}

div.spacer_sm {
  height: 0.5em;
}

div.spacer_lg {
  height: 2em;
}

.shadowBox {
  background: url("../images/paper_texture.png") repeat;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  height: fit-content;
  align-content: center;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin: 0 0 2em;
  box-shadow: 10px 10px 5px #5d573e;
}

.shadowBox h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.shadowBox p {
  font-size: 16px;
  line-height: 1.25em;
}

.shadowBox table {
  margin: 0.5em 0;
}

.shadowBox td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.shadowBox td:first-child {
  font-weight: 700;
  text-align: right;
}

.shadowBox td:last-child {
  padding-left: 1em;
}

nav {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  height: 48px;
  border: 0;
}

.logo {
  height: 44px;
  margin-top: 8px;
  margin-left: 2em;
  margin-right: 2em;
}

.navbar {
  background-color: #797453;
  color: #ffffff;
  margin: 0;
}

.navbar-nav > li > a {
  background-color: #797453;
  color: #ffffff;
  text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
}

.navbar-nav .open .dropdown-menu > li {
  background-color: #797453;
  min-height: 24px;
}

.navbar-nav .open .dropdown-menu > li > a {
  background-color: #797453;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px solid #ffffff;
}

.navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #797453;
}

.navbar-nav .open .dropdown-menu > li > a:hover {
  background-color: #880000;
}

ul.dropdown-menu {
  background: #797453;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: -1px;
  border: 1px solid #ffffff;
  border-radius: 0;
}

.dropdown-menu {
  border-top: 1px solid #efede7;
  margin-left: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 1px;
  /*-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 0 6px 6px 6px;*/
  border: 1px solid #efede7;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #797453;
}

nav.navbar.navbar-inverse.navbar-fixed-top {
  margin-top: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #ffffff;
  width: auto;
}

.navbar-inverse {
  background-color: #797453;
  border: 0;
  border-color: #797453;
  border-radius: 0;
  min-height: 24px;
}

.navbar-inverse .navbar-collapse {
  border-color: #797453;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar-inverse li:hover a:hover {
  background-color: #880000;
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #880000;
}

@media screen and (min-width: 1200px) {
  #menu_Menu,
  #menu_Navbar-LG,
  #menu_Navbar-MD,
  #menu_Navbar-SM {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  #menu_Menu,
  #menu_Navbar-XL,
  #menu_Navbar-MD,
  #menu_Navbar-SM {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  #menu_Menu,
  #menu_Navbar-XL,
  #menu_Navbar-LG,
  #menu_Navbar-SM {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  button.navbar-toggle.btn-md:hover,
  button.navbar-toggle.btn-md:focus {
    background-color: #880000;
  }
  .nav > li {
    background-color: #797453;
    width: 230px;
    text-indent: 1em;
  }
  .nav > li > a {
    display: inherit;
  }
  .nav > li > a::before {
    content: '';
  }
  .nav.navbar-nav > li > a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-variant: small-caps;
    line-height: 20px;
    width: 230px;
  }
  .navbar-header {
    height: 48px;
    background-color: #797453;
  }
  .navbar-toggle {
    color: #ffffff;
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    padding: 3px 10px;
    background-color: #797453;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    height: 48px;
  }
  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background-color: #880000;
    outline: 0;
  }
  .navbar-toggle:active {
    background-color: #880000;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    height: 48px;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    background-color: #797453;
    color: #ffffff;
    text-decoration: none;
    line-height: 20px;
    min-height: 48px;
    width: auto;
    padding: 5px 15px 5px 10px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #880000;
  }
  .dropdown-menu {
    background-color: #797453;
    color: #880000;
    width: auto;
    height: 48px;
    margin: 0;
  }
  .dropdown-menu ul {
    width: auto;
    color: #880000;
  }
  .dropdown-menu > ul {
    min-width: 230px;
  }
  .dropdown-menu > li {
    min-height: 24px;
    margin-left: -2px;
  }
  .dropdown-menu > li > a {
    background-color: #797453;
    color: #ffffff;
    text-decoration: none;
    min-height: 24px;
    padding: 5px 10px 5px 0;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #880000;
  }
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  #menu_UL-SM {
    max-height: 500px;
  }
  #menu_Navbar-SM.navbar-collapse.collapse.in {
    background-color: #797453;
    color: #880000;
    margin-left: 0;
  }
  #menu_Home,
  #menuLiDropDown,
  #menu_Navbar-XL,
  #menu_Navbar-LG,
  #menu_Navbar-MD {
    display: none;
  }
}

header {
  margin-top: 50px;
  width: 100%;
  padding: 0;
}

#head_Wrapper {
  background: #efede7;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0;
  grid-template-areas: "head_masthead" "head_address";
  padding-top: 1em;
}

#head_Masthead {
  grid-area: head_masthead;
  grid-column: 1 / 2;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

footer {
  background: url("../images/bg-footer.jpg") repeat;
  border-top: 2px solid #5d573e;
  padding-top: 1em;
  margin-top: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

footer p {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 110%;
  text-indent: 0;
  margin: 0;
}

footer a:link {
  color: #000000;
}

footer a:hover,
footer a:focus {
  color: #880000;
}

#site_Footer {
  display: grid;
  grid-template-columns: repeat(33%, 3);
  grid-gap: 0;
  grid-template-areas: "foot-prov foot-dont foot-devl" "foot-cont foot-cont foot-cont";
  margin-bottom: 0.25em;
}

#footer-prov {
  grid-area: foot-prov;
  grid-column: 1 / 2;
  text-align: left;
  padding: 0 0 0 1em;
  margin: 0;
}

#footer-dont {
  grid-area: foot-dont;
  grid-column: 2 / 3;
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
}

#footer-devl {
  grid-area: foot-devl;
  grid-column: 3 / 4;
  text-align: right;
  padding: 0 1em 0 0;
  margin: 0;
}

#footer-cont {
  grid-area: foot-cont;
  grid-column: 1 / 4;
  text-align: center;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1170px) {
  #site_Footer {
    grid-template-areas: "foot-prov foot-dont foot-devl" "foot-cont foot-cont foot-cont";
  }
  #footer-prov {
    grid-area: foot-prov;
    grid-column: 1 / 2;
  }
  #footer-dont {
    grid-area: foot-dont;
    grid-column: 2 / 3;
  }
  #footer-devl {
    grid-area: foot-devl;
    grid-column: 3 / 4;
  }
  #footer-cont {
    grid-area: foot-cont;
    grid-column: 1 / 4;
  }
}

@media screen and (min-width: 950px) and (max-width: 1169px) {
  #site_Footer {
    grid-template-columns: 33% 34% auto;
    grid-template-areas: "foot-prov foot-dont foot-devl" "foot-cont foot-cont foot-cont";
  }
  #footer-link {
    grid-column: 1 / 4;
  }
  #footer-cont {
    grid-column: 1 / 4;
  }
  #footer-prov {
    grid-column: 1 / 2;
    text-align: center;
  }
  #footer-updt {
    grid-column: 2 / 3;
  }
  #footer-devl {
    grid-column: 3 / 4;
    text-align: center;
  }
  #footer-moto,
  #footer-copy {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  #site_Footer {
    grid-template-columns: 1fr;
    grid-template-areas: "foot-prov foot-dont foot-devl" "foot-cont foot-cont foot-cont";
  }
}

@media screen and (max-width: 767px) {
  #site_Footer {
    grid-template-columns: 1fr;
    grid-template-areas: "foot-prov foot-dont foot-devl" "foot-cont foot-cont foot-cont";
  }
  #footer-prov {
    grid-column: 1 / 2;
  }
  #footer-dont {
    grid-column: 2 / 3;
  }
  #footer-devl {
    grid-column: 3 / 4;
  }
  #footer-cont {
    grid-column: 1 / 4;
  }
}

.btn-md {
  width: 66px;
  height: 24px;
  padding: 2px 0px 5px 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  font-family: "Lato", sans-serif;
  background: #6c6648;
  border: 1px solid #6c6648;
}

.btn-md:hover,
.btn-md:focus,
.btn-md:active {
  background-color: #880000;
  color: #ffffff;
  border: 0px;
  border-style: solid;
  border-color: #880000;
  outline: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  color: #5d573e;
  font-family: "Tinos", serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 0.5em;
  border: 0;
}

h2 {
  font-size: 28px;
  clear: right;
}

h3 {
  font-size: 24px;
  margin-bottom: .25em;
}

h4 {
  font-size: 20px;
  margin-top: 1em;
}

h5 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 22.85714px;
  margin-bottom: 0.5em;
}

p.bold {
  font-weight: bold;
}

p.center {
  text-align: center;
}

p.italic {
  font-style: italic;
}

p.indent {
  text-indent: 1.5em;
  margin-right: 10px;
}

p.noIndent,
span.noIndent {
  text-indent: 0;
}

p.noIndentBold {
  text-indent: 0;
  font-weight: 700;
}

p.noIndentBoldCaps {
  text-indent: 0;
  font-weight: 700;
  text-transform: uppercase;
}

p.byline {
  font-family: "Tinos", serif;
  font-size: 12px;
  font-style: italic;
}

p.blocked {
  margin: 0 1em .5em 1.5em;
}

p.head_smallcaps {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3em;
  text-align: center;
}

/*
a[href*="//"]:not([href*="www.msholmes.org"]):after {
	content: "" url("../images/mis_images/ext-link.png");
	padding-left: 5px;
}
*/
a:link {
  text-decoration: underline;
  color: #000000;
  cursor: pointer;
  outline: none;
}

a:link:hover {
  background-color: #ebeae2;
  color: #5d573e;
}

a:visited {
  color: #880000;
}

a:hover,
a:active {
  background-color: #ebeae2;
  color: #5d573e;
  outline: none;
}

a:hover popup {
  display: block;
  position: absolute;
  left: 200px;
  width: 400px;
  height: 250px;
  border: 1px solid #000000;
  text-align: center;
  z-index: 2;
}

hr {
  height: 4px;
  border: 0;
  margin: 0;
  background-color: #5d573e;
}

hr.thin,
hr.center {
  height: 2px;
}

hr.center {
  width: 50%;
  margin-left: 25%;
  text-align: center;
}

#page_Heading,
.panel-heading {
  font-family: "Tinos", serif;
  font-weight: 900;
  font-size: clamp(2em, 3vw, 4em);
  line-height: 120%;
  text-align: center;
  color: #880000;
  margin: 0.5em 0;
  padding: 0;
}

.panel-heading {
  font-size: 24px;
  text-align: left;
}

#blockquote {
  font-family: "Tinos", serif;
  font-size: 16px;
  font-style: italic;
}

.smCaps {
  font-variant: small-caps;
}

.smCapsBold {
  font-variant: small-caps;
  font-weight: bold;
}

.capsBoldCenter {
  font-variant-caps: normal;
  font-weight: bold;
  text-align: center;
}

.font-xs {
  font-size: 10px;
}

.font-sm {
  font-size: 12px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 20px;
}

.font-xl {
  font-size: 24px;
}

#colText {
  column-count: 3;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #colText {
    column-count: 3;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #colText {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  #colText {
    column-count: 1;
  }
}

.ancestor {
  color: #880000;
  font-weight: 700;
}

.ancestor > a:link {
  color: #880000;
}

.ancestor-scb {
  color: #880000;
  font-weight: bold;
}

.ancestor-scb > a:link {
  color: #880000;
  font-variant: small-caps;
  font-weight: bold;
}

.bibliography,
.bolditalic {
  font-style: italic;
  font-weight: 700;
}

.centerbold {
  font-weight: 700;
  text-align: center;
}

.centerboldUC {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.centerUC {
  text-align: center;
  text-transform: uppercase;
}

.copyright,
.deathcert {
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.copyright {
  font-weight: 700;
  font-size: 12px;
  margin-left: 2em;
}

.deathcert {
  font-weight: 700;
  font-size: 12px;
}

.highlight {
  font-style: italic;
}

.textblockquote,
.leadingblockquote {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 22.85714px;
  margin-left: 50px;
  margin-right: 50px;
}

.textblockquote {
  margin-left: 0;
  margin-right: 0;
}

.page_quote {
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 22.85714px;
  margin: 0 0 0 30px;
}

.required {
  color: #880000;
  font-size: 12px;
  font-weight: 700;
}

.extract {
  font-family: "Tinos", serif;
  font-size: 12px;
  font-weight: bold;
  margin: 2em 0 0 3em;
}

.nickname {
  color: #880000;
}

.self {
  color: #999999;
  font-weight: bold;
}

.notethis {
  font-style: italic;
  font-weight: 700;
  color: #880000;
}

.warning {
  font-weight: 700;
  color: #880000;
}

.searchresult {
  color: #000;
  background-color: #ffbd80;
}

.whisper {
  font-size: 12px;
  line-height: 130%;
}

.wrong {
  text-decoration: line-through;
}

.caption {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 110%;
  font-style: italic;
  color: #5d573e;
  text-align: center;
  padding: 0.25em;
}

label {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

.required {
  color: #880000;
}

input, textarea, option, select {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 22.85714px;
  font-weight: normal;
  padding-left: .5em;
  height: 24px;
}

input[type="checkbox"], input[type="radio"] {
  margin-top: 0;
  outline: none;
}

.form-outer {
  background-color: #e1dfd2;
  padding: 1em;
  font-size: 12px;
  width: 80%;
  position: relative;
  border-width: 5px;
  border-style: solid;
  border-top-color: #b8b295;
  border-left-color: #b8b295;
  border-right-color: #201e15;
  border-bottom-color: #201e15;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.form-border {
  border: 1px solid #5d573e;
  padding-top: 5px;
}

.basic {
  list-style: none;
}

#toc {
  list-style: none;
}

.family li {
  margin: 10px 0;
}

.gen1 li {
  list-style-type: upper-roman;
}

.gen2 li {
  list-style-type: upper-alpha;
}

.gen3 li {
  list-style-type: decimal;
}

.gen4 li {
  list-style-type: lower-alpha;
}

.gen5 li {
  list-style-type: lower-roman;
}

.basic li {
  margin-left: -2.85em;
}

.list_lg li,
.list_md li,
.list_sm li,
.largebasic li {
  list-style: none;
  font-size: 1em;
  margin: 6px 0;
  color: #000000;
  cursor: pointer;
}

.list_sm li {
  font-size: .8em;
}

.list_md li {
  font-size: .9em;
  line-height: 1.6em;
}

.listLinks {
  font-family: "Lato", sans-serif;
  /*Arial, Helvetica, sans-serif;*/
  font-size: 16px;
  line-height: 22.85714px;
  list-style: none;
  margin-left: -2em;
}

ul.leaders {
  font-family: "Tinos", serif;
  /*"Times New Roman", Times, serif;*/
  max-width: 30em;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}

ul.leaders li:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
  padding-left: .33em;
  padding-right: .33em;
  background: #efede7;
}

ul.leaders span {
  background: #efede7;
  padding-left: .33em;
}

ul.leaders span + span {
  float: right;
  padding-left: 0;
  padding-right: 1em;
  background: #efede7;
}

ul.leaders div {
  float: left;
  text-align: right;
  width: 40px;
  background: #efede7;
  clear: none;
}

ul.list_db > a {
  font-family: "Tinos", serif;
  /*"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
  font-size: font-size-lg;
  font-weight: 700;
  text-decoration: none;
  line-height: 22.85714px;
  color: #880000;
  margin-left: 0;
  text-wrap: none;
}

ul.list_db > a:hover {
  background-color: #ebeae2;
  color: #000000;
}

a.logoLink {
  color: #ebeae2;
}

a.logoLink:hover,
a.logoLink:active {
  background-color: #ebeae2;
}

img.icon {
  padding-left: 5px;
}

.photo,
.cemPhoto {
  font-family: "Tinos", serif;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  margin-bottom: .5em;
  background-color: #ffffff;
  border-style: solid;
  border-width: 5px;
  border-top-color: #880000;
  border-left-color: #880000;
  border-right-color: #5d573e;
  border-bottom-color: #5d573e;
}

.cemPhoto {
  cursor: zoom-in;
}

.img {
  border: 3px solid #880000;
  vertical-align: middle;
  margin-bottom: 3px;
}

.left {
  margin: .5em .5em .5em 0;
  float: left;
}

.center {
  margin: 0 0.5em;
  text-align: center;
  /*align-content: center; */
}

.right {
  margin: .5em 0 .5em .5em;
  float: right;
}

.scan {
  padding: 3px;
  border: 3px solid #000000;
  background-color: #ffffff;
}

.thumb {
  height: 32px;
  border: 1px solid black;
  margin: 10px;
}

#map_canvas_sm {
  width: 200px;
  height: 200px;
  border: 3px solid #880000;
  margin-top: 0.5em;
}

#map_canvas_md {
  width: 400px;
  height: 400px;
  border: 3px solid #880000;
}

#map_canvas_lg {
  width: 600px;
  height: 600px;
  border: 3px solid #880000;
}

.county_this_state,
.county_same_state,
.county_next_state {
  color: #020202;
  weight: 2px;
  colorfill: Red;
}

.county_same_state {
  colorfill: Green;
}

.county_next_state {
  colorfill: Yellow;
}

.marker_tooltip {
  background: transparent;
  color: #000000;
  font-weight: bold;
  border: none;
  box-shadow: none;
}

.marker_tooltip::before {
  border: none;
}

.marker_thumb {
  margin-top: 3px;
  padding: 1px;
  border: 1px solid #5d573e;
}

.marker_town {
  background: transparent;
  color: #525251;
  font-size: 11px;
  border: none;
  box-shadow: none;
}

.leaflet-bar a, .leaflet-bar a:hover {
  text-decoration: none !important;
}

.table {
  margin-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #5d573e;
  border-bottom: 1px solid #5d573e;
}

.table > tfoot > tr > td {
  border-bottom: 0;
  margin-bottom: 20px;
}

.table-nohand > tbody > tr {
  cursor: default;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #ebeae2;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #cdc8b4;
}

table.dataTable tr.selected td {
  background-color: #aea786;
}

thead, th {
  background-color: #6c6648;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  color: white;
  height: 22px;
  border-right: 0px solid white;
  border: 0;
}

tfoot, th {
  height: 6px;
}

tr {
  cursor: pointer;
}

tr.roweven {
  background-color: #ebeae2;
}

tr.rowodd {
  background-color: white;
}

td {
  font-size: 13px;
  vertical-align: top;
}

td.udatal, th.udatal {
  height: 18px;
  text-align: left;
  white-space: nowrap;
  padding-left: 0.25em;
  border-bottom: 1px solid #000000;
}

td.udatac, th.udatac {
  height: 22px;
  text-align: center;
  border-bottom: 1px solid #000000;
}

td.udatar, th.udatar {
  height: 22px;
  text-align: right;
  padding-right: 0.5em;
  border-bottom: 1px solid #000000;
}
