/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  background: #fef9fd; }
  body h2 {
    margin-bottom: 25px;
    display: flex; }
    body h2:after {
      content: "";
      border-bottom: 2px solid #486615;
      display: inline-block;
      vertical-align: middle;
      flex: 1;
      margin: auto 0px auto 25px; }
  body .h3, body h3 {
    font-size: 1.25rem; }
  @media (min-width: 1200px) {
    body .container {
      max-width: 960px; } }
  body h2 {
    color: #486615; }
  body a {
    color: #24330b;
    text-decoration: underline; }
    body a:hover {
      color: #486615; }
  body > header {
    margin-bottom: 45px;
    padding-top: 120px; }
    @media (min-width: 768px) {
      body > header {
        padding-top: 140px; } }
    body > header nav.navbar {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1071;
      background: #fef9fd; }
      body > header nav.navbar a {
        text-decoration: none; }
      body > header nav.navbar .navbar-nav {
        background: white;
        padding: 15px; }
        @media (min-width: 992px) {
          body > header nav.navbar .navbar-nav {
            background: none;
            padding: 0; } }
    body > header .upperaddress {
      font-size: 12px; }
    body > header .logo {
      width: 50%; }
      body > header .logo img {
        display: none;
        border-radius: 50%;
        width: calc(30% - 20px);
        margin-right: 20px;
        vertical-align: middle; }
        @media (min-width: 768px) {
          body > header .logo img {
            display: inline-block; } }
      body > header .logo h1 {
        color: #486615;
        font-size: 22px;
        width: 65%;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 768px) {
          body > header .logo h1 {
            font-size: 26px; } }
        body > header .logo h1 sup {
          font-size: 0.6em; }
    body > header .fields {
      margin-top: 10px;
      float: left;
      width: 100%;
      display: block;
      padding: 0;
      list-style: none;
      font-style: italic;
      font-size: 16px; }
      body > header .fields li {
        margin-bottom: 4px; }
    body > header address {
      margin-top: 10px;
      display: block;
      padding: 0;
      font-size: 16px;
      font-style: italic; }
      body > header address li {
        margin-bottom: 4px; }
  body .outerband {
    width: 100%;
    background: white;
    margin-bottom: 25px; }
  body .cite-box {
    display: flex;
    align-items: center;
    padding: 25px 0px;
    width: 100%;
    background: white;
    margin-bottom: 15px;
    /* box-shadow: 4px 3px 3px -1px rgba(0, 0, 0, 0.5); */ }
    body .cite-box .row {
      align-items: center; }
    body .cite-box .cite-image img {
      border-radius: 50%;
      width: 100%;
      height: auto;
      box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.5); }
  body .eva-foto {
    border-radius: 50%;
    max-width: 200px;
    box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.5); }
  body section {
    position: relative;
    margin-bottom: 120px;
    position: relative; }
    body section p {
      text-align: justify; }
    body section > a {
      position: absolute;
      top: -155px;
      display: block;
      width: 1px;
      height: 1px; }
    body section ul {
      padding-left: 20px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       https://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */

/*
     FILE ARCHIVED ON 22:43:11 Jun 05, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:20:50 Jun 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.473
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.031
  esindex: 0.008
  cdx.remote: 8.537
  LoadShardBlock: 262.801 (3)
  PetaboxLoader3.datanode: 294.61 (5)
  load_resource: 77.764
  PetaboxLoader3.resolve: 34.608
  loaddict: 23.721
*/