/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  box-sizing: border-box
}

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

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  min-height: 100vh
}

h1, h2, h3, h4, h5, h6, dl, dd, ol, ul, menu, figure, blockquote, p, pre, form {
  margin: 0
}

menu, ol, ul {
  padding: 0;
  list-style: none;
  list-style-image: none
}
li {
  font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  color: rgba(41, 41, 41, 1);
  font-style: normal;
  margin-bottom: -0.46em;
  list-style-type: disc;
  margin-left: 30px;
  padding-left: 0px;
}

main {
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

a, button, input {
  -webkit-tap-highlight-color: transparent
}

img, svg {
  vertical-align: middle
}

button {
  background: transparent;
  overflow: visible
}

button, input, optgroup, select, textarea {
  margin: 0
}
/*
 * 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
 */

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;
}





/*
 * Hide visually and from screen readers
 */

.hidden,
[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
 */

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

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * 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: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}



@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: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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://web.archive.org/web/20180815150934/http://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;
  }
}


/*
 * START TYPOGRAPHY
 * fonts cascade down the list to the next available font installed on the users system.
 */
root {
  font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 1);
}
section {word-break: break-word;}
p {
  font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  word-break: break-word;
  color: rgba(41, 41, 41, 1);
  font-style: normal;
  line-height: 1.58;
  letter-spacing: -0.004em;
  margin-bottom: -0.46em;
}

h1{
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(41, 41, 41, 1);
  margin-top: 12px;
  line-height: 1.23;
  font-style: normal;
  margin-bottom: -0.27em;
}
h2, h3, h4 {
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: rgba(41, 41, 41, 1);

}
h2 {
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(41, 41, 41, 1);
  margin-top: 12px;
  line-height: 1.23;
  font-style: normal;
  margin-bottom: -0.27em;
}

h3.sub-title {
  margin-bottom: -0.42em;
  color: rgba(117, 117, 117, 1);
}


h1,.title{
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0;
  font-weight: 700;

  margin-bottom: -0.27em;
}

h2 {
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.12;

  margin-bottom: -0.28em;
}
h2.sub-title {
  letter-spacing: 0;
  font-style: normal;
  line-height: 1.394;
  color: rgba(117, 117, 117, 1);
  margin-bottom: -0.42em;
}

h1.title{
  font-weight: 700;
  margin-top: 12px;
}
h3 {
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.22;
  margin-bottom: -0.33em;
}

a {
  color: inherit;
  text-decoration: none;
}
blockquote {
  font-family: fell, Georgia, Cambria, "Times New Roman", Times, serif;
  color: rgba(117, 117, 117, 1);
  font-weight: 400;

  font-style: italic;

  box-shadow: inset 3px 0 0 0 rgba(41, 41, 41, 1);
  padding-left: 23px;
  margin-left: -20px;
  margin-bottom: -0.46em;
}

blockquote.large {

  font-style: normal;
  line-height: 44px;
  letter-spacing: -0.009em;
  font-size: 30px;
  box-shadow:none;
  padding-left:30px;
  margin-left:0;
  margin-bottom: -0.46em;
}
a, button, input {
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: underline;
  color: inherit;
}
em,i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}
strong,.strong {
  font-weight: 700;
}
pre  {
  background: rgb(242, 242, 242);
  overflow-x: auto;
  padding: 20px;
}
mark {    background-color: rgb(254, 255, 51);}
.author{
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:14px;
  max-height: 20px;
  line-height: 20px;
  font-weight: 400;

}
h1 ~ .author{
  margin-top: 32px;
}
div.sectionFullScreen{
  position: relative;
  width:100%;

}

/*
 * Responsive Image
 * Do not edit. This will change how the image is in different devices.
 */
figure.resImgFig {
  margin-right:auto;
  margin-left: auto;
  clear: both;
  position: relative;
  clear: both;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  z-index: 100;
}
div.sectionFullScreen{
  margin-top:80px;
  margin-bottom: 80px;
}
.aspect-ratio-placeholder {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.aspect-ratio-placeholder-fill {
  display: block;
}


figcaption {
  display: block;
  -webkit-nbsp-mode: normal;
}
figcaption.image-caption{
  word-wrap: break-word;
  -webkit-nbsp-mode: space;
  line-break: after-white-space;
  -webkit-user-modify: read-write;
}



/* Image Caption
 * You can change the fonts here
 */
.image-caption {
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1.4;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  color: rgba(0,0,0,.68);
}

/*
 * Image Caption
 * You probably shouldn't edit this.
 */
.image-caption{
  position: relative;
  left: 0;
  width: 100%;
  top: 0;
  margin-top: 10px;
  outline: 0;

  z-index: 300;
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;

  font-feature-settings: "liga" on,"lnum" on;
  -moz-font-feature-settings: "liga" on,"lnum" on;
  -webkit-font-feature-settings: "liga" on,"lnum" on;

}


figure.resImgFig img {
  background-color: rgba(255, 255, 255, 1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:0;
  transition: opacity 400ms ease 0ms;
}


/* FLOATS - Don't enter "rendered-float-left" or "rendered-float-right" to trigger floats. This is what the scripts.js file renders.

/*
 * Floats - I wouldn't mess with this.
 */
figure.rendered-float-left {
  margin-bottom: 16px;
  padding: 0 0 10px 0;
  width: 75%;
  margin-right: 30px;
  margin-left: -150px;
  float: left;
  border-color: rgba(255, 255, 255, 1);
  border-width: 2px;
  border-style: solid;
}
/*
 * Floats - I wouldn't mess with this.
 */
figure.rendered-float-right{
  margin-bottom: 16px;
  padding: 0 10px 0 0;
  width: 75%;
  margin-right: -150px;
  margin-left: 30px;
  float: right;
  border-color: rgba(255, 255, 255, 1);
  border-width: 2px;
  border-style: solid;
}

.flex {
  display: flex;
}
.justified-center {
  justify-content: center;
}

.content-wrap{
  width: 100%;
  min-width: 0;
  max-width: 680px;
  padding-bottom: 50px;
}

.serif {
  font-family: fell, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.sans {
  font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* adjust font sizes since sans and serif show slightly different. This makes them even when switching the default */
h2.serif { font-size:24px;}
h3.serif {  font-size:22px;}
p.sans { font-size: 17px;}
