/* Site theme: layout, typography, navigation and responsive rules. */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
div.paragraph,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #3e3e3e;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #b9b9b9;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover {
  color: #333333;
}

a img,
a:hover img {
  border: none;
}

h2 {
  margin-bottom: 15px;
  color: #000000;
  font-family: 'Quattrocento', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

div.paragraph {
  margin-bottom: 10px;
  line-height: 1.5em;
}

p,
div.paragraph {
  margin-bottom: 10px;
  line-height: 1.5em;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #ddd;
  margin: 10px 0 10px 0;
  padding-left: 20px;
  line-height: 1.5;
  color: #888;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #777777;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #777777;
}

textarea {
  resize: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.container {
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

body.affix .cento-header .nav-wrap {
  position: fixed;
  top: 0;
  z-index: 15;
  border-bottom: 2px solid #f7f7f7;
}

.cento-header {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.cento-header .logo {
  margin-bottom: 20px;
}

.cento-header .logo img {
  display: block;
  max-width: 200px;
}

.cento-header .logo #site-title {
  display: block;
  max-width: 500px;
}

.cento-header .logo,
.cento-header .logo a {
  display: block;
  color: #000000;
  text-align: center;
  letter-spacing: .04em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.cento-header .nav-wrap {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.cento-header .hamburger {
  display: none;
}

.nav {
  text-align: center;
}

.nav ul {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
}

.nav ul li {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.nav ul li a {
  display: block;
  padding: 5px 15px;
  color: #b9b9b9;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.nav ul li.is-current > a.site-menu-item,
.nav ul li > a.site-menu-item:hover {
  color: #333333;
}

.mobile-nav {
  display: none;
}

.site-social {
  vertical-align: middle;
}

.site-social .site-social-item {
  width: 28px;
  height: 30px;
  margin-right: 5px;
}

.site-header-section {
  position: relative;
  background: url(/assets/images/default-bg.jpg?1788474786) no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-wrap {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 20px auto 0;
}

.site-header-section:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: inherit;
  background: rgba(0,0,0,0.2);
  content: ' ';
}

.site-section-bg-color:before {
  display: none;
}

.banner-wrap .container {
  position: relative;
  display: table;
  overflow-y: hidden;
  padding: 30px 0;
  box-sizing: border-box;
}

.banner-wrap .banner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.banner-wrap .banner h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 50px;
}

.banner-wrap .banner div.paragraph {
  margin-bottom: 25px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.banner-wrap .banner p {
  margin-bottom: 25px;
  font-family: 'Quattrocento Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.content-wrap {
  background: #ffffff;
}

.content-wrap .container {
  padding: 40px 20px;
  box-sizing: border-box;
}

.imageGallery {
  overflow: hidden;
}

.header-page .site-header-section {
  height: 65vh;
}

.no-header-page .content-wrap .container {
  padding-top: 20px;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 768px;
    overflow-wrap: break-word;
  }

  .content-wrap .container {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-size: initial;
    background-position: top center;
    background-attachment: inherit;
    font-size: 15px;
  }

  body.affix .cento-header .nav-wrap {
    position: relative;
    height: auto;
    border-bottom: none;
  }

  .banner-wrap .banner h2 {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  body.nav-open .mobile-nav {
    max-height: calc(100vh - 70px);
    padding: 10px 0;
    opacity: 1;
  }

  body.nav-open .cento-header .hamburger span {
    background: transparent;
  }

  body.nav-open .cento-header .hamburger span:before {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body.nav-open .cento-header .hamburger span:after {
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .cento-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    height: 50px;
    padding: 10px 0;
    border-bottom: 2px solid #f7f7f7;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .cento-header .logo {
    display: table;
    overflow-y: hidden;
    max-width: calc(100vw - 100px);
    height: 30px;
    margin: 0 auto;
  }

  .cento-header .logo .site-logo {
    display: table-cell;
    vertical-align: middle;
  }

  .cento-header .logo a {
    font-size: 18px;
    line-height: 30px;
  }

  .cento-header .logo a img {
    height: auto;
    max-height: 30px;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .cento-header #site-title {
    display: block;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  .cento-header .hamburger {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .cento-header .hamburger span,
.cento-header .hamburger span:before,
.cento-header .hamburger span:after {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #3e3e3e;
    content: '';
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .cento-header .hamburger span {
    top: 9px;
    left: 4px;
    margin: 5px 0;
  }

  .cento-header .hamburger span:before {
    top: -8px;
  }

  .cento-header .hamburger span:after {
    bottom: -6px;
  }

  .cento-header .nav-wrap {
    height: auto;
    margin: 0;
    padding: 0;
  }

  .mobile-nav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 0;
    padding: 0;
    opacity: 0;
    background: white;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .mobile-nav ul {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }

  .mobile-nav ul li {
    float: none;
    display: block !important;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }

  .mobile-nav ul li a.site-menu-item {
    padding: 10px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .mobile-nav ul li.site-menu-item-wrap.is-current > a.site-menu-item,
.mobile-nav ul li.site-menu-item-wrap > a.site-menu-item:hover {
    color: #333333;
  }

  .desktop-nav {
    display: none;
  }

  .banner-wrap {
    margin-top: 50px;
  }

  .banner-wrap .container {
    padding: 30px 20px;
  }

  .site-section {
    height: auto !important;
  }

  td.site-multicol-col {
    float: none;
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .imageGallery > div {
    width: 50% !important;
  }

  .no-header-page .content-wrap {
    margin-top: 55px;
    border-top: none;
  }
}

div.paragraph ul,
div.paragraph ol {
  padding-left: 3em !important;
  margin: 5px 0 !important;
}

div.paragraph li {
  padding-left: 5px !important;
  margin: 3px 0 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
  list-style: disc outside !important;
}

div.paragraph ol,
div.paragraph ol li {
  list-style: decimal outside !important;
}

/* Shared typography overrides from the exported pages. */
#site-title {
  font-family:"Open Sans" !important;
  text-transform:  uppercase !important;
}
.site-menu-default a {
  font-family:"Open Sans" !important;
}
@media screen and (min-width: 767px) {
  #site-title {
    font-size:22px !important;
  }
  .site-menu-default a {
    font-size:13px !important;
  }
}

/* WIP cover images; retain the exported spacing and border differences. */
#site-content .site-image.book-cover {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  border-width: 0;
  max-width: 100%;
}

#site-content .site-image.book-cover--bordered {
  margin-top: 5px;
  border-width: 1px;
  padding: 3px;
}

/* Social symbols are inline SVG, with no icon-font dependency. */
.site-social-item { display: inline-flex; margin: 0 3px; vertical-align: middle; }
.site-social-item svg { display: block; }
.site-page-index .site-social .site-social-item,
.site-page-contact .site-social .site-social-item {
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.site-page-index .site-social .site-social-item {
  color: #50334b;
}
.site-page-index .site-social-item svg,
.site-page-contact .site-social-item svg {
  width: 22px;
  height: 22px;
}
.site-page-index .site-social .site-social-item:hover,
.site-page-index .site-social .site-social-item:focus-visible,
.site-page-contact .site-social .site-social-item:hover,
.site-page-contact .site-social .site-social-item:focus-visible {
  background: #f6eff5;
}
.site-page-index .site-social .site-social-item:focus-visible,
.site-page-contact .site-social .site-social-item:focus-visible {
  outline: 2px solid #50334b;
  outline-offset: 3px;
}
/* Compact landing page with explicit image-link captions. */
.home-heading {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}
.home-welcome { text-align: center; }
.home-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin: 24px auto 18px;
}
.home-image-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  color: white;
}
.home-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image-caption {
  position: absolute;
  inset: auto 0 0;
  font-size: 14px;
  padding: 8px 8px;
  background: rgba(45, 29, 43, .82);
  color: #fff;
  text-align: center;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 180ms ease;
}
.home-image-link:hover .home-image-caption,
.home-image-link:focus-visible .home-image-caption { opacity: 1; }
.home-image-link:focus-visible {
  outline: 3px solid #50334b;
  outline-offset: 3px;
}
@media (hover: none) {
  .home-image-caption { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .home-image-caption { transition: none; }
}

.site-page-about .about-portrait {
  padding: 0 0 20px;
  text-align: center;
}
.about-portrait img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.site-page-about .content-wrap .container { padding-top: 24px; }

.site-page-publications .site-body-section > .site-section-content {
  max-width: 1115px;
  margin: 0 auto;
  background: #f6eff5;
}
.site-page-publications #site-content a {
  color: #65435e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-page-publications #site-content a:hover,
.site-page-publications #site-content a:focus-visible { color: #382334; }

.wip-entry {
  display: grid;
  grid-template-columns: min(280px, 40vw) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin-bottom: 40px;
}
.site-page-wip #site-content .site-image.book-cover {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid #b89ab1;
}
@media (max-width: 767px) and (orientation: portrait) {
  .wip-entry { grid-template-columns: minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 767px) {
  .site-page-wip #site-content .site-image.book-cover {
    width: 70%;
    margin: 0 auto;
  }
  .home-heading { font-size: 26px; }
  .home-gallery { gap: 10px; margin-top: 18px; }
  .home-image-caption { font-size: 11px; line-height: 1.25; padding: 2px; }
}
