@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBold15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBold15.woff2') format('woff2');
  font-weight: 900;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskSmBoldItalic15.woff') format('woff'), url('assets/fonts/SharpGroteskSmBoldItalic15.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMedium20.woff') format('woff'), url('assets/fonts/SharpGroteskMedium20.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskMediumItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskMediumItalic20.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBook20.woff') format('woff'), url('assets/fonts/SharpGroteskBook20.woff2') format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskBookItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskBookItalic20.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLight20.woff') format('woff'), url('assets/fonts/SharpGroteskLight20.woff2') format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'Sharp Grotesk';
  font-display: auto;
  src: url('assets/fonts/SharpGroteskLightItalic20.woff') format('woff'), url('assets/fonts/SharpGroteskLightItalic20.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
/*
 * Fonts
 */
/*
 * Colors
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}
img:not([alt]) {
  outline: 3px solid #FA7416;
}
a,
a:visited {
  color: #0C71FA;
}
a:hover,
a:active,
a:focus {
  color: #8c8c8c;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
body {
  padding: 0;
  margin: 0;
  touch-action: manipulation;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #ebebeb;
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
*:focus {
  outline: dotted 1px;
  outline-color: #000;
}
.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.copy-container {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
.inset-container {
  max-width: 440px;
  padding: 0 20px;
  margin: 0 auto;
}
.photo-container {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.headline {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 80px;
  margin: 40px 0 100px 0;
  line-height: 1em;
}
.deck {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 20px;
}
.byline {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0.57px;
  color: #707070;
  margin: 8px 0;
}
.byline a,
.byline a:hover,
.byline a:active,
.byline a:focus,
.byline a:visited {
  color: inherit;
  text-decoration: none;
}
.byline a:hover,
.byline a:active,
.byline a:focus {
  border-bottom: 1px solid #0C71FA;
}
.article-date {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin: 8px 0;
}
.divider {
  margin: 20px auto;
  border-top: 1px solid #bdbdbd;
}
.subhead {
  margin: 0 auto 0.7em;
  padding-top: 20px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
}
.copy {
  font-family: 'Georgia', serif;
  font-size: 18px;
  line-height: 26px;
  margin: 0 auto 0.78em auto;
}
.copy a {
  text-decoration: none;
}
.copy a,
.copy a:visited {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.copy a:hover,
.copy a:active,
.copy a:focus {
  color: #000;
  box-shadow: 0 2px 0 #0c71fa;
}
.copy pre {
  font-size: 16px;
  font-family: 'Courier', monospace;
  width: 100%;
  overflow: scroll;
  background-color: #ddd;
  padding: 0 1em;
}
.copy blockquote {
  border-left: 3px solid #707070;
  color: #404040;
  font-size: 18px;
  line-height: 26px;
  font-family: Georgia, serif;
  margin: 0 0 1em 2px;
  padding: 0 0 0 20px;
}
.photo {
  width: 100%;
  margin: 20px auto;
}
.photo a {
  text-decoration: none;
}
.photo a,
.photo a:visited {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.photo a:hover,
.photo a:active,
.photo a:focus {
  color: #000;
  box-shadow: 0 2px 0 #0c71fa;
}
.photo img {
  max-width: inherit;
  width: 100%;
}
.photo figcaption {
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-size: 10.5px;
  line-height: 14px;
}
.photo figcaption em {
  color: #808080;
  font-weight: normal;
}
.header {
  border-bottom: 1px solid #919191;
  position: relative;
}
@media screen and (min-width: 728px) {
  .header {
    text-align: center;
  }
}
.header-logo {
  padding: 10px 0;
}
.header-logo svg {
  width: 150px;
}
@media screen and (min-width: 728px) {
  .header-logo svg {
    width: 175px;
  }
}
.header-donate a {
  padding: 12px 16px 10px;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
}
.footer {
  margin-top: 77px;
  padding-top: 17px;
  border-top: 1px solid #bdbdbd;
}
.footer-logo {
  text-align: center;
  margin-bottom: 31px;
}
.footer-logo svg,
.footer-logo img {
  width: 80px;
}
.footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}
.footer-icons button {
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: block;
  padding: 0;
  margin: 0 24px 0 0;
  cursor: pointer;
  line-height: 0;
}
.footer-icons button:hover,
.footer-icons button:focus,
.footer-icons button:active {
  background-color: #0C71FA;
  border-color: #0C71FA;
  color: #fff;
}
.footer-icons button:hover svg path,
.footer-icons button:focus svg path,
.footer-icons button:active svg path {
  fill: #fff;
}
.footer-icons button:last-child {
  margin: 0;
}
.footer-icons .twitter svg {
  width: 15px;
  height: 13px;
  margin: 0 0 0 1px;
}
.footer-icons .facebook svg {
  width: 12px;
  height: 18px;
}
.footer-icons .instagram svg {
  width: 19px;
  height: 19px;
}
.footer-links {
  margin: 14px 0 13px;
  padding: 0;
  text-align: center;
}
.footer-links li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0 14px;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 4px;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
}
.footer-links a,
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus,
.footer-links a:visited {
  color: #000;
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a:active,
.footer-links a:focus {
  border-bottom: 2px solid #0C71FA;
}
.copyright {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-bottom: 27px;
}
@media screen and (min-width: 740px) {
  .photo figcaption {
    font-size: 13px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .footer {
    margin-top: 60px;
    padding-top: 42px;
  }
  .footer-links li {
    margin: 0 27px;
    font-size: 19px;
    line-height: 50px;
  }
  .headline {
    font-size: 80px;
    line-height: 1em;
  }
}
.toaster {
  background: #000;
  color: #fff;
  bottom: 0;
}
.toaster-sticky {
  position: sticky;
  position: -webkit-sticky;
}
.toaster-container {
  padding: 20px;
  max-width: 1140px;
  margin: 40px auto;
  overflow: auto;
}
.toaster-sticky .toaster-container {
  padding: 0 20px 5px;
}
.toaster-header {
  display: none;
  text-align: right;
  padding: 8px 0;
}
.toaster-sticky .toaster-header {
  display: block;
}
.toaster-close {
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #fff;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  padding: 2px 0;
}
.toaster-close:hover {
  cursor: pointer;
}
.donate-body {
  align-items: center;
}
@media screen and (min-width: 480px) {
  .donate-body {
    display: flex;
  }
}
.donate-copy {
  flex: 1;
}
.donate-head {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 20px;
  margin: 0;
}
.donate-intro {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}
.donate-cta {
  margin: 15px 0;
}
@media screen and (min-width: 480px) {
  .donate-cta {
    margin: 30px 0 30px 45px;
  }
}
.donate-cta a {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #0c71fa;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.cross {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.cross::before,
.cross::after {
  content: '';
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  width: 12px;
  height: 3px;
  background: #fff;
}
.cross::before {
  transform: rotate(45deg);
}
.cross::after {
  transform: rotate(315deg);
}
@media screen and (min-width: 780px) {
  .toaster-container {
    padding: 20px;
  }
  .toaster-sticky .toaster-container {
    padding: 0 20px 20px;
  }
  .toaster-close {
    font-size: 16px;
  }
  .donate-head {
    font-size: 26px;
  }
  .donate-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .cross {
    width: 14px;
    height: 14px;
  }
  .cross::before,
  .cross::after {
    width: 14px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.featured-image {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.featured-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
}
.eyebrow {
  text-transform: uppercase;
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  margin: 20px 0;
}
.eyebrow a {
  text-decoration: none;
}
.eyebrow a,
.eyebrow a:visited {
  color: #000;
}
.eyebrow a:hover,
.eyebrow a:active,
.eyebrow a:focus {
  color: #000;
  box-shadow: 0 1px 0 #0c71fa;
}
.headline {
  margin: 35px 0 20px 0;
}
.methodology {
  margin-top: 40px;
}
.methodology .copy-container {
  padding: 10px 40px;
  background-color: #fff;
}
.pullquote {
  margin: 50px 30px;
}
.pullquote blockquote {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.pullquote figcaption {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
}
.callout {
  max-width: 500px;
  padding: 5px 20px;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.form-cta {
  text-align: center;
  margin: 25px 0;
}
.form-cta a {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 10px 20px;
  box-shadow: none;
  display: inline-block;
  text-transform: uppercase;
}
.form-cta a:visited,
.form-cta a:focus,
.form-cta a:hover,
.form-cta a:active {
  color: #fff;
  box-shadow: inherit;
}
.group-selection {
  margin: 50px auto 20px;
}
.group-selection p {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.group-selection-buttons {
  margin-bottom: 10px;
  display: none;
}
.group-selection-buttons button {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: auto;
  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  background: #fff;
  cursor: pointer;
}
.group-selection-buttons button:hover,
.group-selection-buttons button.active {
  color: #fff;
}
.group-selection-buttons button.memorial-all-button {
  border-color: #0C71FA;
}
.group-selection-buttons button.memorial-all-button:hover,
.group-selection-buttons button.memorial-all-button.active {
  background: #0C71FA;
}
.group-selection-buttons button:last-child {
  margin-right: 0;
}
@media screen and (min-width: 420px) {
  .group-selection-buttons {
    display: block;
  }
}
@media screen and (min-width: 420px) {
  .group-selection-dropdown {
    display: none;
  }
}
.group-selection-dropdown select {
  padding: 8px 20px 8px 5px;
  font-size: 16px;
  border: 1px solid #666;
  width: 100%;
}
.search-box {
  margin: 50px auto 30px;
}
.search-box .name-search {
  margin: 10px 0;
}
.search-box .name-search-input {
  width: 100%;
  font-size: 24px;
  border: 1px solid #666;
  padding: 12px;
}
.search-box .name-search-label {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 8px 0;
}
.additional-filters {
  margin: 0;
  padding-bottom: 5px;
}
.additional-filters .select-date {
  cursor: default;
  min-width: 10em;
}
.additional-filters select {
  padding: 8px 20px 8px 5px;
}
.additional-filters input {
  padding: 8px 5px;
}
.additional-filters select,
.additional-filters input {
  font-size: 16px;
  border: 1px solid #666;
}
.additional-filters > select,
.additional-filters > input,
.additional-filters > span {
  margin: 5px 10px 5px 0;
  display: inline-block;
}
.sort-bar {
  padding: 0 30px;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
}
.obit-count,
.obit-sort {
  margin: 15px 0;
}
.obit-count select,
.obit-sort select {
  font-size: 14px;
  padding: 4px;
  border: 1px solid #666;
}
@media screen and (min-width: 450px) {
  .sort-bar {
    display: flex;
  }
  .obit-count {
    text-align: left;
  }
  .obit-sort {
    text-align: right;
  }
  .obit-count,
  .obit-sort {
    margin: 0;
  }
}
.obits {
  display: flex;
  flex-wrap: wrap;
}
.obits li {
  flex: 1;
  min-width: 200px;
  display: none;
}
.obits li.active {
  display: flex;
}
.obits li.obit-fill {
  visibility: hidden;
}
.obits li.obit-empty {
  margin: 10px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 80px 20px;
  background: rgba(255, 255, 255, 0.4);
}
.legend {
  text-align: center;
}
@media screen and (min-width: 450px) {
  .legend {
    text-align: left;
  }
}
.text-mark {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 2px 0 5px;
}
.obit {
  width: 100%;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  text-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: space-between;
  cursor: pointer;
  border: inherit;
  position: relative;
}
.obit:hover,
.obit:focus,
.obit:active {
  outline: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.obit a {
  text-decoration: none;
}
.obit a,
.obit a:visited {
  color: inherit;
}
.obit a:hover,
.obit a:active,
.obit a:focus {
  color: inherit;
  box-shadow: 0 1px 0 #0c71fa;
}
.obit p {
  margin: 10px 0;
  line-height: 18px;
}
.obit-content {
  width: 100%;
}
.obit-date {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 200;
  font-size: 14px;
  color: #333;
}
.obit-description {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.obit-name {
  text-transform: uppercase;
}
.obit-image {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ddd;
}
.obit-source {
  overflow-wrap: anywhere;
}
.obit-author {
  font-style: italic;
  font-size: 16px;
}
.modal-top {
  width: 100%;
}
@media screen and (min-width: 420px) {
  .modal-top {
    display: flex;
  }
}
.modal-top-image,
.modal-top-profile {
  flex: 1;
}
.modal-top-image {
  margin: 0;
  display: flex;
  align-items: center;
}
.modal-top-image img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 420px) {
  .modal-top-image {
    max-width: 200px;
  }
}
.modal-top-profile {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.modal-top-profile h3 {
  font-family: 'Sharp Grotesk', Helvetica, sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin: 16px 0;
}
.modal-body {
  background-color: #fff;
  padding: 10px 25px;
}
.modal-body hr {
  border-top: 1px solid #ccc;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal-overlay.active {
  display: block;
}
.modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  padding: 40px 20px;
}
.modal-content {
  background-color: #eee;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.modal-exit {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0;
  padding: 0;
  color: #666;
  overflow: hidden;
}
.modal-exit:hover,
.modal-exit:focus,
.modal-exit:active {
  color: #000;
}
.modal-exit:before {
  content: 'x';
  font-size: 20px;
  font-family: sans-serif;
  line-height: 0;
  display: block;
  height: 100%;
  text-align: center;
  transform: translateY(50%);
}
