* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

header {
  position: fixed;
  width: 100vw;
  top: 0;
  background: #FFF;
  z-index: 3;
  height: 186px;
  overflow: hidden; }

dialog {
  display: block;
  margin: 0;
  position: fixed;
  top: 5vh;
  width: 90vw;
  height: 90vh;
  z-index: 10;
  padding: 1rem; }
  dialog:not([open]) {
    display: none; }
  dialog[open] {
    -webkit-animation: show-dialog 250ms ease-in-out;
            animation: show-dialog 250ms ease-in-out; }
  dialog[open] + .backdrop, dialog[open]::-webkit-backdrop {
    -webkit-animation: show-dialog 250ms ease-in-out;
            animation: show-dialog 250ms ease-in-out; }
  dialog[open] + .backdrop, dialog[open]::backdrop {
    -webkit-animation: show-dialog 250ms ease-in-out;
            animation: show-dialog 250ms ease-in-out; }
  dialog + .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  dialog::-webkit-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }
  dialog::backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25); }

@-webkit-keyframes show-dialog {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

dialog {
  top: calc(50vh - 200px);
  left: calc(50vw - 180px);
  width: 400px;
  height: auto;
  border: 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: #FFFFFF; }
  dialog p {
    margin: 0.5rem 0; }
  dialog table {
    width: 100%; }
    dialog table tr > td:last-child {
      text-align: right; }
    dialog table tfoot {
      border-top: 1px solid #111; }
  dialog p.small,
  dialog #mce-responses {
    width: 100%;
    font-size: 0.9rem; }
    dialog p.small #mce-error-response,
    dialog #mce-responses #mce-error-response {
      background: #FF3800;
      padding: 0.5rem 1rem;
      margin: 1rem 0; }
    dialog p.small #mce-success-response,
    dialog #mce-responses #mce-success-response {
      background: #010101;
      padding: 0.5rem 1rem;
      margin-bottom: 1rem; }
    dialog p.small a,
    dialog #mce-responses a {
      display: block; }
  dialog small {
    display: block;
    margin-top: 1rem;
    font-size: 0.8rem; }
  dialog h3 {
    margin: 0;
    padding-bottom: 0.5rem;
    border-bottom: 3px double #000;
    border-color: inherit; }
  dialog svg {
    fill: inherit; }
  dialog img {
    position: absolute;
    height: auto;
    display: none; }
  dialog.newsletter {
    background: #8500ff;
    color: #FFF;
    fill: #FFF;
    border-color: #FFF; }
    dialog.newsletter a {
      color: #FFF; }
    dialog.newsletter form > * {
      width: 66%; }
    dialog.newsletter img.couple-i {
      display: block;
      width: 240px;
      right: -30px;
      bottom: -25px; }
  dialog.thank-you {
    background: #111111;
    color: #FFF;
    fill: #FFF;
    border-color: #FFF;
    min-height: 400px; }
    dialog.thank-you a {
      color: #FFF; }
    dialog.thank-you p {
      position: relative;
      width: 66%;
      z-index: 1; }
    dialog.thank-you img.couple-e {
      display: block;
      width: 240px;
      right: -30px;
      bottom: -25px; }
  dialog button[type='reset'] {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: 0;
    padding: 0;
    background: transparent;
    line-height: 0; }

@media (max-width: 440px) {
  dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto; }
    dialog form {
      width: 100%; } }

.mosaic-row {
  padding-bottom: 10px; }

.mosaic-row img + img {
  margin-left: 10px; }

header #logo {
  display: block;
  position: relative;
  max-width: calc(825px + 2rem);
  margin: 0 auto;
  -webkit-transition: all 120ms;
  transition: all 120ms; }

header #logo img {
  position: absolute;
  top: -10px;
  left: 0;
  height: 140px;
  width: auto; }

@media (max-width: calc(825px + 2rem)) {
  header #logo img {
    left: calc((100vw - 825px - 2rem) / 2); } }

@media (max-width: 825px) {
  header #logo img {
    left: -15px; } }

header nav {
  position: absolute;
  z-index: 4;
  background: white;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%; }

header #text-logo {
  display: block;
  color: #000;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 120ms;
  transition: all 120ms;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  max-width: calc(800px + 2rem); }

header #text-logo.visible {
  opacity: 1; }

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: calc(800px + 2rem);
  padding: 0 1rem;
  height: 44px;
  white-space: nowrap; }
  header nav ul li {
    padding-right: 2rem; }
  header nav ul a {
    display: inline-block;
    padding: 0.75rem 0;
    color: #000000; }
    header nav ul a.active {
      font-weight: bold; }
  header nav ul button {
    margin-top: 0.25rem; }

header h5 {
  height: 140px;
  overflow: hidden;
  font-size: 1rem;
  margin: 0 auto;
  overflow-x: auto; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 200px; }

.bold {
  font-weight: bold; }

article {
  line-height: 1.25rem; }

article .container.clear-fix {
  margin-bottom: 0; }

.location h4 {
  margin: 0;
  padding-bottom: 0.5rem; }

.location h3.linked {
  padding: 0; }

.location h3 a {
  padding: 1rem 0.75rem;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000; }

.location h3 svg {
  position: absolute;
  top: 0.3rem;
  right: 0.75rem; }

.schedule:after,
.person:after,
.location:after {
  content: "";
  display: table;
  clear: both; }

.schedule {
  border-top: 1px solid #000; }

h3.sticky {
  padding: 0.75rem 1rem;
  margin: 0;
  border-bottom: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background: #FFF;
  z-index: 1; }

.schedule ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.schedule li {
  border-bottom: 1px solid #000;
  padding: 0.75rem 1rem; }

.schedule h4 {
  margin: 0 0 0.5rem; }

article .container.location {
  padding: 1rem; }

.clear-fix:before {
  content: "";
  display: table;
  clear: both; }

article .container.clear-fix + p {
  padding-top: 0; }

form {
  display: inline-block;
  width: 100%; }

label {
  display: block;
  line-height: 2rem; }

dialog h3 {
  margin: 0 0 1rem 0; }

input {
  width: 100%;
  font-size: 1rem; }

.form-row {
  display: block;
  margin-bottom: 0.5rem; }

.card.StripeElement, input[type="text"], input[type="email"] {
  display: block;
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 1px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 3px transparent;
          box-shadow: 0 0 0 3px transparent;
  -webkit-transition: box-shadow 150ms ease;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease; }
  .card.StripeElement:hover, input[type="text"]:hover, input[type="email"]:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3); }
  .card.StripeElement:focus, input[type="text"]:focus, input[type="email"]:focus {
    -webkit-box-shadow: 0 0 0 3px #5E29FF;
            box-shadow: 0 0 0 3px #5E29FF;
    outline: none; }

.card.StripeElement--focus, .card.StripeElement--focus:hover {
  -webkit-box-shadow: 0 0 0 3px #5E29FF;
          box-shadow: 0 0 0 3px #5E29FF;
  outline: none; }

.card.StripeElement--invalid {
  border-color: red; }

.card.StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

button,
input[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  border-radius: 1px;
  background: #000000;
  color: #FFF;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  -webkit-transition: all 120ms;
  transition: all 120ms; }
  button:hover,
  input[type='submit']:hover {
    background: #333333; }
  button:active,
  input[type='submit']:active {
    background: #5E29FF;
    color: #FFFFFF;
    outline: none; }
  button:focus,
  input[type='submit']:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 3px #5E29FF;
            box-shadow: 0 0 0 3px #5E29FF; }

footer {
  font-size: 0.8em;
  background: #EEE;
  margin-top: 2rem;
  border-top: 1px solid lightgrey; }

h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-align: right;
  margin-bottom: 1rem !important; }

h1, h2, h3, h4 {
  font-weight: 700; }

h2 {
  font-size: 2rem;
  line-height: 2rem; }

h3 {
  font-size: 1.5rem;
  line-height: 1.75rem; }

h4 {
  font-size: 1.25rem; }

article > p,
article > h1,
article > h2,
article > h3 {
  display: block;
  max-width: calc(800px + 2rem);
  padding: 0.5rem 1rem;
  margin: 0 auto; }

article figure {
  margin: 0;
  padding: 0; }

article figure img {
  width: auto;
  max-width: 100%; }

article figure.align-right {
  max-width: 33%;
  float: right;
  padding-left: 1rem;
  padding-bottom: 1rem; }

article figure.align-left {
  max-width: 33%;
  float: left;
  padding-right: 1rem;
  padding-bottom: 1rem; }

.aligned-photo + p {
  margin-top: 0; }

article figure.size-medium img,
article figure.size-large img {
  width: 100%; }

article figure.size-large {
  max-width: 100vw;
  width: 100%;
  text-align: center; }

article figure.size-medium {
  width: 100%;
  text-align: center; }

article figure.size-small:not(.align-left):not(.align-right) {
  width: 100%;
  text-align: center; }

.wide-container.footnote {
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  border-top: 3px double #000; }

.river a {
  padding: 1rem; }

.river a:not(:last-child) {
  border-bottom: 1px solid #000; }

.river a p {
  margin: 0.25rem 0; }

.river a img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /* position: absolute; */ }

.river a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  text-decoration: none; }

/*
.river a figure:before {
  padding-top: 100%;
  content: '';
  display: block;
  width: 100%;
}*/
.river a h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 0;
  padding: 1rem 0;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 120ms;
  transition: all 120ms; }

.river a:not(.featured).has-photo {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-gap: 1rem; }

.river a:not(.featured) h2 {
  padding-top: 0; }

.river a:hover h2,
.river a:active h2 {
  color: #5E29FF; }

.river a.featured {
  padding: 0; }

.river a.featured figure + div {
  margin: 0 1rem;
  border-left: 1px solid #000;
  padding-left: 1rem;
  padding-bottom: 1rem; }

.river a.featured figure,
.river a.featured img {
  width: 100%; }

@media (max-width: 500px) {
  .river a:not(.featured).has-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .river a:not(.featured).has-photo figure {
      margin-bottom: 0.5rem; } }

.post-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.post-embed h2 {
  margin-top: 0; }

.post-embed img {
  max-width: 33%;
  height: auto;
  margin-right: 1rem; }

@media (max-width: 700px) {
  article figure.align-left,
  article figure.align-right {
    max-width: 50%; } }

@media (max-width: 500px) {
  article figure.size-small,
  article figure.align-left,
  article figure.align-right {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    float: none; }
  article figure.align-left figcaption,
  article figure.align-right figcaption {
    padding: 0 1rem; }
  .aligned-photo + p {
    margin-top: 1rem; } }

article figure.size-large figcaption {
  max-width: calc(800px + 2rem);
  padding: 0 1rem;
  margin: 0 auto; }

article figure.size-medium figcaption {
  max-width: calc(800px + 2rem);
  padding: 0 1rem;
  margin: 0 auto; }

.container {
  position: relative;
  max-width: calc(800px + 2rem);
  margin: 1rem auto;
  padding: 0 1rem; }

.wide-container {
  position: relative;
  max-width: calc(800px + 2rem);
  margin: 0 auto; }

.wide-container section {
  padding: 1rem; }

.person p,
.location p {
  padding: 0 1rem; }

article figcaption {
  font-size: 0.8rem;
  text-align: left; }

.youtube-container {
  position: relative;
  margin: 2rem 0; }

.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
