@charset "UTF-8";
/**
 * Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/* Magnific Popup CSS */
@import "https://use.typekit.net/vcx0zpx.css";
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.nav-footer .svg-icon, a svg, a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .site-inner {
    padding: 48px 0;
  }
}
.singular.content .site-inner > .wrap {
  max-width: 800px;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .content-sidebar .site-main {
    float: left;
    width: 65.7534246575%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 28.6815068493%;
  }
  @supports (display: grid) {
    .content-sidebar .content-area {
      display: grid;
      grid-template-columns: 1fr 300px;
      grid-column-gap: 32px;
    }
    .content-sidebar .site-main {
      float: none;
      width: 100%;
      max-width: 768px;
    }
    .content-sidebar .sidebar-primary {
      float: none;
      width: 100%;
    }
  }
}
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 10px;
}
input:disabled, select:disabled, textarea:disabled {
  background: #E0E0E0;
  cursor: no-drop;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #E0E0E0;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #757575;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #20A1DE;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #424242;
  background-color: #FAFAFA;
  font-family: adobe-text-pro, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #20A1DE;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-family: ivypresto-headline, serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #20A1DE;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4, h5, h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4, h5, h6 {
    font-size: 22px;
  }
}

/* List
--------------------------------------------- */
ul.is-style-arrow, ol.is-style-arrow {
  padding-left: 0;
}
ul.is-style-arrow li, ol.is-style-arrow li {
  list-style-type: none;
  position: relative;
}
ul.is-style-arrow li::before, ol.is-style-arrow li::before {
  position: absolute;
  content: "→";
  left: -24px;
  width: 20px;
  height: 20px;
  color: #20A1DE;
  font-size: 20px;
}
ul.is-style-icon li, ol.is-style-icon li {
  list-style-type: none;
  position: relative;
}
ul.is-style-icon li::before, ol.is-style-icon li::before {
  position: absolute;
  content: "";
  left: -24px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: #20A1DE;
  mask: url(../icons/utility/check.svg);
  background-size: 90%;
}

/* Images
--------------------------------------------- */
.thumbnail-container {
  display: block;
  height: 0;
  background-color: #EEEEEE;
  background-position: 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.thumbnail-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}
.thumbnail-container.ot_featured {
  padding-bottom: 50%;
}
.thumbnail-container.ot_trending {
  padding-bottom: 71.6666666667%;
}
.thumbnail-container.obituary-single {
  padding-bottom: 133.3333333333%;
}

/* Button
--------------------------------------------- */
.wp-block-button__link,
.leaky-paywall-checkout-button button,
.button-primary {
  border: 2px solid #1a81b1;
  border-radius: 3px;
  font-size: 20px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 32px;
  padding: 8px 16px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full,
.is-style-full .leaky-paywall-checkout-button button,
.leaky-paywall-checkout-button button.full,
.is-style-full .button-primary,
.button-primary.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color),
.leaky-paywall-checkout-button button:not(.has-text-color),
.button-primary:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover,
.leaky-paywall-checkout-button button:not(.has-text-color):hover,
.button-primary:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background),
.leaky-paywall-checkout-button button:not(.has-background),
.button-primary:not(.has-background) {
  background-color: #20A1DE;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus,
.leaky-paywall-checkout-button button:not(.has-background):hover,
.leaky-paywall-checkout-button button:not(.has-background):focus,
.button-primary:not(.has-background):hover,
.button-primary:not(.has-background):focus {
  background-color: #1a81b1;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus,
.leaky-paywall-checkout-button button.has-blue-color:hover,
.leaky-paywall-checkout-button button.has-blue-color:focus,
.button-primary.has-blue-color:hover,
.button-primary.has-blue-color:focus {
  color: #20A1DE;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus,
.leaky-paywall-checkout-button button.has-blue-background-color:hover,
.leaky-paywall-checkout-button button.has-blue-background-color:focus,
.button-primary.has-blue-background-color:hover,
.button-primary.has-blue-background-color:focus {
  background-color: #1a81b1;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus,
.leaky-paywall-checkout-button button.has-black-color:hover,
.leaky-paywall-checkout-button button.has-black-color:focus,
.button-primary.has-black-color:hover,
.button-primary.has-black-color:focus {
  color: #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus,
.leaky-paywall-checkout-button button.has-black-background-color:hover,
.leaky-paywall-checkout-button button.has-black-background-color:focus,
.button-primary.has-black-background-color:hover,
.button-primary.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-dark-grey-color:hover, .wp-block-button__link.has-dark-grey-color:focus,
.leaky-paywall-checkout-button button.has-dark-grey-color:hover,
.leaky-paywall-checkout-button button.has-dark-grey-color:focus,
.button-primary.has-dark-grey-color:hover,
.button-primary.has-dark-grey-color:focus {
  color: #121212;
}
.wp-block-button__link.has-dark-grey-background-color:hover, .wp-block-button__link.has-dark-grey-background-color:focus,
.leaky-paywall-checkout-button button.has-dark-grey-background-color:hover,
.leaky-paywall-checkout-button button.has-dark-grey-background-color:focus,
.button-primary.has-dark-grey-background-color:hover,
.button-primary.has-dark-grey-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus,
.leaky-paywall-checkout-button button.has-grey-color:hover,
.leaky-paywall-checkout-button button.has-grey-color:focus,
.button-primary.has-grey-color:hover,
.button-primary.has-grey-color:focus {
  color: #FAFAFA;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus,
.leaky-paywall-checkout-button button.has-grey-background-color:hover,
.leaky-paywall-checkout-button button.has-grey-background-color:focus,
.button-primary.has-grey-background-color:hover,
.button-primary.has-grey-background-color:focus {
  background-color: #e1e1e1;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #424242;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-style-line, blockquote.blue,
blockquote.wp-block-quote.is-style-line,
blockquote.wp-block-quote.blue {
  border-left: 10px solid #20A1DE;
  padding-left: 14px;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #E0E0E0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #757575;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-blue-color {
  color: #20A1DE;
}

.has-blue-background-color {
  background-color: #20A1DE;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-dark-grey-color {
  color: #121212;
}

.has-dark-grey-background-color {
  background-color: #121212;
}

.has-grey-color {
  color: #FAFAFA;
}

.has-grey-background-color {
  background-color: #FAFAFA;
}

/* Columns
--------------------------------------------- */
.wp-block-columns.feature-ad .wp-block-column {
  flex-basis: calc(100% - 332px);
}
.wp-block-columns.feature-ad .wp-block-column:nth-child(2n) {
  flex-basis: 300px;
  flex-shrink: 0;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 0;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1, .wp-block-group.has-background:not(.has-grey-background-color) h2, .wp-block-group.has-background:not(.has-grey-background-color) h3, .wp-block-group.has-background:not(.has-grey-background-color) h4, .wp-block-group.has-background:not(.has-grey-background-color) h5, .wp-block-group.has-background:not(.has-grey-background-color) h6, .wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #BDBDBD;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #20A1DE;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #616161;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #9E9E9E;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #616161;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}
.shared-counts-wrap.style-box {
  margin-bottom: 16px;
}
@supports (display: grid) {
  .shared-counts-wrap.style-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-box {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-box .shared-counts-button {
  line-height: 32px;
  margin-right: 5px;
  background: #9E9E9E;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
@media (max-width: 599px) {
  .shared-counts-wrap.style-box .shared-counts-button {
    font-size: 10px;
  }
}
.shared-counts-wrap.style-box .shared-counts-button:hover {
  opacity: 0.8;
}
.shared-counts-wrap.style-box .shared-counts-button:last-child {
  margin-right: 0;
}
.shared-counts-wrap.style-box .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-box .shared-counts-button.facebook {
  background: #3B5998;
}
.shared-counts-wrap.style-box .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-box .shared-counts-button.pinterest {
  background: #CB2027;
}
.shared-counts-wrap.style-box .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-box .shared-counts-button.twitter {
  background: #00B6F1;
}
.shared-counts-wrap.style-box .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-box .shared-counts-button.included_total {
  background: transparent;
  color: #000;
  line-height: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse nowrap;
}
.shared-counts-wrap.style-box .shared-counts-button.included_total .shared-counts-count {
  font-size: 18px;
  font-weight: 700;
}
.shared-counts-wrap.style-box .shared-counts-button.included_total .shared-counts-icon-label {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 10px;
}

/* Obituary Single
--------------------------------------------- */
.obituary-single .obituary-photo {
  float: left;
  padding-right: 40px;
  padding-bottom: 40px;
  width: 250px;
}
.obituary-single .obituary-photo img {
  width: 100%;
}
.obituary-single .sidebar {
  font-size: 16px;
}
.obituary-single .sidebar a {
  text-decoration: none;
}
.obituary-single .sidebar a:hover {
  color: #1a81b1;
}
.obituary-single .sidebar .funeral-home {
  margin-bottom: 20px;
}
.obituary-single .sidebar .funeral-home .image img {
  width: 100%;
  margin-bottom: 20px;
}
.obituary-single .sidebar .funeral-home .logo {
  text-align: center;
  margin-bottom: 20px;
}
.obituary-single .sidebar .funeral-home .logo img {
  max-width: 200px;
  margin: 0 auto;
}
.obituary-single .sidebar .funeral-home .name {
  font-weight: 600;
}
.obituary-single .sidebar .service-section {
  margin-bottom: 20px;
}
.obituary-single .sidebar .service-section h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.obituary-single .sidebar .service-section .location .name {
  font-weight: 600;
}
.obituary-single .sidebar .service-section .date-time .time-block {
  display: block;
  padding: 10px 0 0;
}
.obituary-single .sidebar .service-section .date-time .time-block .icon {
  width: 30px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #20A1DE;
}
.obituary-single .sidebar .service-section .date-time .time-block .service-time {
  display: inline-block;
}
.obituary-single .sidebar .service-section .map-marker .icon {
  width: 30px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.obituary-single .sidebar .service-section .map-marker .description {
  display: inline-block;
}

/* Leaky Paywall
--------------------------------------------- */
.leaky_paywall_subscription_options .leaky_paywall_subscription_option {
  border: 1px solid #20A1DE;
  border-radius: 0;
}
.leaky_paywall_subscription_options .leaky_paywall_subscription_option.current-level {
  border: 2px solid #007711;
  box-shadow: none;
}

.leaky-paywall-profile-subscription-details {
  width: 100%;
}
.leaky-paywall-profile-subscription-details thead {
  text-align: left;
  font-weight: bold;
}

#leaky-paywall-profile p:first-of-type,
#leaky-paywall-profile p.submit {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  #leaky-paywall-profile > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  #leaky-paywall-profile > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    #leaky-paywall-profile {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    #leaky-paywall-profile > article {
      margin-left: 0;
      width: 100%;
    }
    #leaky-paywall-profile header, #leaky-paywall-profile nav, #leaky-paywall-profile aside, #leaky-paywall-profile footer {
      grid-column: 1/-1;
    }
  }
}
#leaky-paywall-profile input {
  width: 100%;
}

.leaky-paywall-user-fields {
  width: 100%;
}
.leaky-paywall-user-fields input {
  width: 100%;
}

.leaky-paywall-payment-form .form-row {
  margin: 20px 0;
}

.leaky_paywall_message_wrap {
  margin-top: -5em !important;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.5) 0.5em, #FAFAFA 5.5em, #FAFAFA 100%);
}
.leaky_paywall_message_wrap #leaky_paywall_message {
  background: #20A1DE;
  color: #fff;
  border-radius: 3px;
  border: 5px solid #fff;
  text-align: center;
}
.leaky_paywall_message_wrap #leaky_paywall_message .wp-block-button__link {
  background: #fff;
  color: #20A1DE;
}
.leaky_paywall_message_wrap #leaky_paywall_message p:last-of-type {
  margin-bottom: 0;
}

.leaky-paywall-subscription-details-wrapper {
  background: #EEEEEE;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .leaky-paywall-subscription-details-wrapper {
    float: right;
    width: 40%;
  }
}

@media (min-width: 768px) {
  #leaky-paywall-payment-form,
.leaky-paywall-trials-message,
.leaky-paywall-registration-coupon-wrapper {
    width: 55%;
    float: left;
  }
}

/* Post Listing
--------------------------------------------- */
.post-listing-block header, .post-listing-block footer {
  grid-column: 1/-1;
  width: 100%;
}
.post-listing-block header:after, .post-listing-block footer:after {
  content: "";
  display: table;
  clear: both;
}
.post-listing-block header h2, .post-listing-block footer h2 {
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 768px) {
  .post-listing-block header h2, .post-listing-block footer h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .post-listing-block header h2, .post-listing-block footer h2 {
    font-size: 28px;
  }
}
.post-listing-block footer {
  position: relative;
  margin-top: -20px;
}
.post-listing-block footer a {
  color: #20A1DE;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
@supports (display: grid) {
  @media (min-width: 768px) {
    .post-listing-block.layout3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 32px;
    }
  }
  @media (min-width: 768px) {
    .post-listing-block.layout4 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
    }
  }
  @media (min-width: 992px) {
    .post-listing-block.layout4 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  .post-listing-block.layout2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .post-listing-block.layout2x2 {
      grid-column-gap: 32px;
    }
  }
  @media (min-width: 768px) {
    .post-listing-block.layout1x3 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 32px;
      align-items: start;
    }
    .post-listing-block.layout1x3 .feature {
      grid-column: 1/span 2;
    }
    .post-listing-block.layout1x3 .secondary .post-summary__image {
      margin: 0;
    }
    .post-listing-block.layout1x3 footer {
      margin-top: -16px;
    }
  }
}
.post-listing-block.list .list--post {
  padding-left: 0;
}
.post-listing-block.list .list--post .post-summary {
  display: flex;
  align-items: center;
  margin: 5px;
  list-style: none;
  padding-bottom: 10px;
}
.post-listing-block.list .list--post .post-summary .post-summary__title {
  margin-left: 10px;
  margin-top: 4px;
}
.post-listing-block.list .list--post .post-summary svg {
  fill: #000;
}
.post-listing-block.list .list--post .post-summary:last-of-type {
  margin-bottom: 32px;
}

/* Ads
--------------------------------------------- */
.ad {
  text-align: center;
  margin: 20px 0;
}
.ad.header-ad {
  margin-top: 0;
}
.ad .ad-code img {
  margin: 0 auto;
}
.ad .ad-text {
  font-size: 9px;
  letter-spacing: 4px;
  padding: 10px 0 5px;
  font-family: Arial, Times New Roman, Bitstream Charter, Times, serif;
  color: #757575;
  text-transform: uppercase;
}
.ad.sidebar-ad {
  margin: 0 auto 20px;
}

.subscription-block h3 {
  grid-column: 1/-1;
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 991px) {
  .subscription-block > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .subscription-block > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .subscription-block {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .subscription-block > article {
      margin-left: 0;
      width: 100%;
    }
    .subscription-block header, .subscription-block nav, .subscription-block aside, .subscription-block footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .subscription-block > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .subscription-block > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .subscription-block {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    .subscription-block > article {
      margin-left: 0;
      width: 100%;
    }
    .subscription-block header, .subscription-block nav, .subscription-block aside, .subscription-block footer {
      grid-column: 1/-1;
    }
  }
}
.subscription-block .subscription-option {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}
.subscription-block .subscription-option > * {
  align-self: start;
}
.subscription-block .subscription-option .subscription-option--icon {
  text-align: center;
  margin-bottom: 20px;
}
.subscription-block .subscription-option .subscription-option--icon svg {
  fill: #20A1DE;
}
.subscription-block .subscription-option .subscription-option--icon svg.free-account {
  fill: #212121;
}
.subscription-block .subscription-option .subscription-option--content {
  font-size: 16px;
  margin-bottom: 20px;
}
.subscription-block .subscription-option .subscription-form {
  text-align: center;
  align-self: end;
}
.subscription-block .subscription-option .subscription-form select,
.subscription-block .subscription-option .subscription-form button {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
}
.subscription-block .subscription-option .subscription-form .price {
  font-size: 24px;
  font-weight: 600;
}

.paywall-notification {
  background: #1a81b1;
  text-align: center;
  padding: 30px 16px;
}
.paywall-notification p {
  margin-bottom: 0;
  color: #EEEEEE;
}
.paywall-notification p a {
  color: #fff;
  text-decoration: underline;
}
.paywall-notification p a:hover {
  color: #EEEEEE;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: #F5F5F5;
  position: relative;
  min-height: 49px;
}
@media (min-width: 992px) {
  .site-header {
    background-color: #FAFAFA;
    padding-top: 48px;
    box-shadow: none;
  }
}

.title-area {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.title-area h1.site-title,
.title-area p.site-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 30px 8px 15px;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #424242;
  text-decoration: none;
}
.title-area .site-title a {
  background: url(../icons/logo.svg) no-repeat center;
  background-size: contain;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 0;
  padding-bottom: 10%;
}
@media (max-width: 991px) {
  .title-area {
    float: none;
    text-align: center;
    max-width: 300px;
  }
  .title-area .site-title a {
    padding-bottom: 0;
    height: 48px;
    background-size: auto;
  }
}

/* Header Extra Bar
--------------------------------------------- */
.header-extra-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  padding: 10px;
  margin: 0 -48px;
  height: 48px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.header-extra-bar .todays-date time {
  font-size: 12px;
}
.header-extra-bar .login-subscribe a,
.header-extra-bar .my-account a {
  margin-right: 7px;
}
.header-extra-bar .login-subscribe a:last-of-type,
.header-extra-bar .my-account a:last-of-type {
  margin-right: 0;
}
.header-extra-bar .login-subscribe button,
.header-extra-bar .my-account button {
  border-radius: 0;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
  padding: 0;
  text-transform: uppercase;
}
.header-extra-bar .login-subscribe button:hover,
.header-extra-bar .my-account button:hover {
  color: #20A1DE;
}
@media (min-width: 992px) {
  .header-extra-bar {
    position: relative;
    top: -56px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
  }
  .header-extra-bar .login-subscribe a,
.header-extra-bar .my-account a {
    margin-right: 7px;
  }
  .header-extra-bar .login-subscribe a:last-of-type,
.header-extra-bar .my-account a:last-of-type {
    margin-right: 0;
  }
  .header-extra-bar .login-subscribe button,
.header-extra-bar .my-account button {
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Assistant", sans-serif;
    background-color: #20A1DE;
    border: 1px solid #20A1DE;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 11px 12px 8px;
    text-transform: uppercase;
  }
  .header-extra-bar .login-subscribe button:hover,
.header-extra-bar .my-account button:hover {
    background-color: #000;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #424242;
  display: block;
  font-size: 15px;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  line-height: 22px;
  padding: 13px 15px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a {
  background: #EEEEEE;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #20A1DE;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
.nav-menu .submenu-expand svg {
  fill: #757575;
}
@media (max-width: 991px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 992px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 12px;
  fill: #000;
}
@media (max-width: 991px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-menu {
    width: 100%;
    display: flex;
    flex-flow: column-reverse nowrap;
    border-top: 1px solid #E0E0E0;
    border-bottom: 2px solid #000;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .nav-primary .menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .sub-menu {
    background: #EEEEEE;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: auto;
    min-width: 200px;
    z-index: 99;
    border: 2px solid #000;
    border-top: none;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    font-size: 13px;
    padding: 8px 16px;
    white-space: nowrap;
    width: 100%;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #E0E0E0;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
  .nav-menu .nav-secondary {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #20A1DE;
  }
  .nav-menu .nav-secondary .menu {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    height: 48px;
  }
  .nav-menu .nav-secondary .menu-item a {
    color: #fff;
    font-size: 14px;
  }
  .nav-menu .nav-secondary .menu-item:hover a {
    background-color: #1a81b1;
    color: #fff;
  }
}
@media (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    background: #EEEEEE;
    border-top: 1px solid #E0E0E0;
    display: block;
    margin: 0 -48px;
    max-width: calc(100% + 96px);
  }
  .nav-menu .menu > .menu-item > a {
    padding: 11px 18px;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
  }
  .nav-menu .submenu-expand:not(.expanded) {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: #EEEEEE;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 991px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
}
.site-header .wrap > .menu-toggle svg, .site-header .wrap > .search-toggle svg {
  fill: #000;
}
@media (min-width: 992px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: #EEEEEE;
  overflow: hidden;
  padding: 16px;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    bottom: -82px;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Footer
--------------------------------------------- */
.nav-footer {
  margin-bottom: 36px;
}
.nav-footer .svg-icon {
  display: inline-block;
  fill: #BDBDBD;
  margin-right: 9px;
}
.nav-footer .menu-item {
  float: none;
  list-style: none;
}
.nav-footer .menu-item a {
  display: inline;
}
.nav-footer .menu-item:hover > .svg-icon {
  fill: #20A1DE;
}
.nav-footer .menu > .menu-item + .menu-item {
  margin-top: 40px;
}
.nav-footer .menu > .menu-item > a {
  border-bottom: 1px solid #EEEEEE;
  color: #20A1DE;
  display: block;
  font-family: "Assistant", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 6px;
}
.nav-footer .sub-menu {
  margin-top: 24px;
}
.nav-footer .sub-menu .menu-item + .menu-item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  @supports (display: grid) {
    .nav-footer .menu {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-column-gap: 32px;
      text-align: left;
    }
    .nav-footer .menu > .menu-item + .menu-item {
      margin-top: 0;
    }
  }
  .nav-footer .menu .menu-item-news {
    grid-column: span 2;
  }
  .nav-footer .menu .menu-item-news ul {
    columns: 2;
  }
}

.social-links {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  clear: both;
  line-height: 1;
}
.social-links li {
  list-style: none;
  position: relative;
  float: left;
}
.social-links li a {
  padding: 13px 5px !important;
}
.social-links li a svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .social-links li a svg {
    fill: #20A1DE;
  }
}
.social-links li a span.label {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.social-links li:hover a svg {
  fill: #000;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
  position: relative;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 18px 0 0;
  width: 100%;
  clear: both;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #20A1DE;
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}
.post-summary__image .thumbnail-container {
  width: 100%;
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  float: left;
}
.single .entry-category {
  float: none;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: #20A1DE;
}

.free-article {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 4px;
  color: red;
  float: right;
}

/* Feature
--------------------------------------------- */
.post-summary.feature {
  margin-bottom: 0;
}
.post-summary.feature .post-summary__content {
  padding: 15px 0;
  position: relative;
  z-index: 3;
  background-color: #F5F5F5;
}
.post-summary.feature .post-summary__content .post-summary__title {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-summary.feature .post-summary__content .post-summary__title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .post-summary.feature .post-summary__content .post-summary__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .post-summary.feature .post-summary__content .post-summary__title {
    font-size: 40px;
  }
}
.post-summary.feature .post-summary__content .entry-author,
.post-summary.feature .post-summary__content .separator {
  font-size: 14px;
  float: left;
  margin-right: 5px;
}
.post-summary.feature .post-summary__content .publish-date {
  font-size: 14px;
  margin-left: 10px;
}
.post-summary.feature .post-summary__content .post-excerpt {
  font-size: 15px;
  margin-bottom: 0;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content {
  background-color: #121212;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content .post-summary__title {
  color: #fff;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content .post-summary__title a {
  color: #fff;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content .post-summary__title a:hover {
  color: #20A1DE;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content .entry-author a {
  color: #fff;
  text-decoration: underline;
}
.has-dark-grey-background-color .post-summary.feature .post-summary__content .entry-author a:hover {
  color: #20A1DE;
  text-decoration: none;
}
.layout1 footer {
  display: none;
}

/* Feature
--------------------------------------------- */
.post-summary.primary .post-summary__content .entry-author,
.post-summary.primary .post-summary__content .separator {
  font-size: 14px;
  float: left;
  margin-right: 5px;
}
.post-summary.primary .post-summary__content .publish-date {
  font-size: 14px;
  margin-left: 10px;
}

/* Obituaries
--------------------------------------------- */
.post-summary.obituary .post-summary__content .post-summary__title {
  text-align: center;
}
.post-summary.obituary .post-summary__content .date {
  text-align: center;
  font-size: 14px;
}

.post-listing-block.obituary-small {
  grid-column: 1/-1;
}
.post-listing-block.obituary-small > article {
  float: left;
  margin-left: 2.7397260274%;
  width: 48.6301369863%;
}
.post-listing-block.obituary-small > article:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}
@supports (display: grid) {
  .post-listing-block.obituary-small {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .post-listing-block.obituary-small > article {
    margin-left: 0;
    width: 100%;
  }
  .post-listing-block.obituary-small header, .post-listing-block.obituary-small nav, .post-listing-block.obituary-small aside, .post-listing-block.obituary-small footer {
    grid-column: 1/-1;
  }
}
@media (min-width: 550px) {
  .post-listing-block.obituary-small > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .post-listing-block.obituary-small > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .post-listing-block.obituary-small {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .post-listing-block.obituary-small > article {
      margin-left: 0;
      width: 100%;
    }
    .post-listing-block.obituary-small header, .post-listing-block.obituary-small nav, .post-listing-block.obituary-small aside, .post-listing-block.obituary-small footer {
      grid-column: 1/-1;
    }
  }
}

.post-summary.obituary-small .post-summary__content .post-summary__title {
  text-align: center;
  font-size: 16px;
}
.post-summary.obituary-small .post-summary__content .date {
  text-align: center;
  font-size: 14px;
}

/* Popular Posts
--------------------------------------------- */
.widget_popular .post-summary {
  margin-bottom: 25px;
  overflow: hidden;
  display: flex;
}
.widget_popular .post-summary__image {
  flex: 1 0 120px;
}
.widget_popular .post-summary__content {
  flex: 1 1 calc(100% - 120px);
  padding-left: 15px;
}
.widget_popular .post-summary__title {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: normal;
}
.widget_popular .post-summary__meta {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
.widget_popular .post-summary__meta a {
  display: flex;
  align-items: center;
  color: #616161;
  text-decoration: none;
}
.widget_popular .post-summary__meta svg {
  margin-right: 5px;
}

.archive .site-main .block-area,
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .archive .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive .site-main header, .archive .site-main nav, .archive .site-main aside, .archive .site-main footer {
      grid-column: 1/-1;
    }
  }
}
.archive.obituary .site-main .block-area,
.archive.obituary .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 550px) {
  .archive.obituary .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .archive.obituary .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive.obituary .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, 1fr);
    }
    .archive.obituary .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive.obituary .site-main header, .archive.obituary .site-main nav, .archive.obituary .site-main aside, .archive.obituary .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 768px) {
  .archive.obituary .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 22.9452054795%;
  }
  .archive.obituary .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive.obituary .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(4, 1fr);
    }
    .archive.obituary .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive.obituary .site-main header, .archive.obituary .site-main nav, .archive.obituary .site-main aside, .archive.obituary .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .archive.obituary .site-main > article {
    float: left;
    margin-left: 2.7397260274%;
    width: 14.3835616438%;
  }
  .archive.obituary .site-main > article:nth-of-type(6n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive.obituary .site-main {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(6, 1fr);
    }
    .archive.obituary .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive.obituary .site-main header, .archive.obituary .site-main nav, .archive.obituary .site-main aside, .archive.obituary .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 768px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 20px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #E0E0E0;
  font-size: 16px;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #424242;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #20A1DE;
}
.pagination ul li.active > a {
  background: #20A1DE;
  color: #fff;
  font-weight: 700;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Image
--------------------------------------------- */
.entry-image {
  margin-bottom: 16px;
}

.wp-caption-text {
  margin: 5px 0 10px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  color: #9E9E9E;
}

/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 2.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}
.entry-content ul.blocks-gallery-grid, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.blocks-gallery-grid li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 20px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc(2 * 20px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 20px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 20px);
  margin-bottom: calc(2 * 20px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
@media (min-width: 992px) {
  .entry-content > .alignfull.margin-top-zero {
    margin-top: 0;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #424242;
  text-decoration: none;
}
.entry-author a:hover {
  color: #20A1DE;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: #20A1DE;
}
.single .breadcrumb {
  border-top: 1px solid #E0E0E0;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding: 30px;
  min-height: 120px;
  border: 1px solid #E0E0E0;
}
@media (min-width: 768px) {
  .author-box {
    padding-left: 150px;
  }
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 768px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .author-box .avatar {
    position: absolute;
    top: 30px;
    left: 25px;
  }
}
.author-box .author-box-content {
  font-size: 14px;
  color: #616161;
}
.author-box .author-box-content p:last-of-type {
  margin-bottom: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
  border-bottom: 2px solid #000;
  overflow: hidden;
  width: 100%;
}
.singular .entry-header .entry-author {
  display: block;
  line-height: 18px;
  margin-right: 5px;
}
.singular .entry-header .publish-date {
  float: left;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 5px;
}
.singular .entry-header .modified-date {
  float: left;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: red;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 48px;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin-right: 10px;
  }
  .singular .entry-header .publish-date {
    float: left;
    font-size: 12px;
    margin-right: 10px;
  }
  .singular .entry-header .modified-date {
    float: left;
    font-size: 12px;
  }
}
.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(32, 161, 222, 0.05);
  border-left: 2px solid #20A1DE;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: ivypresto-headline, serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #20A1DE;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9E9E9E;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9E9E9E;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #20A1DE;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #E0E0E0;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #000;
  padding: 40px 0 10px;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 12px;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .footer-widgets .social-links li {
    display: inline-block;
    margin: 0;
  }
  .footer-widgets .social-links .label {
    display: none;
  }
  .footer-widgets .footer-widgets-1 {
    float: left;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-2 {
    float: right;
    width: calc( 50% - 8px );
  }
  .footer-widgets .footer-widgets-3 {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-widgets .wrap > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 31.5068493151%;
  }
  .footer-widgets .wrap > div:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .footer-widgets .wrap {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(3, 1fr);
    }
    .footer-widgets .wrap > div {
      margin-left: 0;
      width: 100%;
    }
    .footer-widgets .wrap header, .footer-widgets .wrap nav, .footer-widgets .wrap aside, .footer-widgets .wrap footer {
      grid-column: 1/-1;
    }
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: #212121;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  padding: 48px 0 32px;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.site-footer a:hover {
  color: white;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .backtotop {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  fill: #fff;
  margin-left: 4px;
  vertical-align: middle;
}
.site-footer .backtotop:hover {
  background: black;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
  }
  .site-footer .backtotop {
    float: right;
  }
}

#ais-wrapper {
  display: flex;
}

#ais-main {
  padding: 1rem;
  flex: 1 1 auto;
  width: 100%;
}

#ais-facets {
  flex: 0 0 250px;
  width: 100%;
  padding: 1rem;
}

.ais-facets {
  margin-bottom: 1rem;
  padding: 0;
}

.ais-facets ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.ais-facets li {
  margin-left: 0;
}

.ais-Menu-link {
  color: #616161;
  text-decoration: none;
}
.ais-Menu-link:hover {
  color: #20A1DE;
}

.ais-clearfix {
  clear: both;
}

.algolia-search-box-wrapper {
  position: relative;
}

.algolia-search-box-wrapper .search-icon {
  position: absolute;
  left: 0px;
  top: 14px;
  fill: #21a4d7;
}

#algolia-search-box {
  margin-bottom: 3rem;
}

#algolia-search-box input {
  border: none;
  border-bottom: 2px solid #000;
  background: transparent;
  width: 100%;
  line-height: 30px;
  font-size: 22px;
  padding: 10px 0 10px 30px;
  font-weight: 200;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.ais-SearchBox-form {
  display: block;
  position: relative;
}

.ais-SearchBox-submit[hidden],
.ais-SearchBox-reset[hidden],
.ais-SearchBox-loadingIndicator[hidden] {
  display: none;
}

#algolia-powered-by {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 14px;
  text-align: right;
}

.ais-Stats {
  position: absolute;
  top: 60px;
  font-size: 14px;
}

.ais-Hits-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.ais-Hits-item {
  /* hit item */
  margin: 0 0 2rem 0;
}

.ais-Hits-item h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  width: 100%;
  clear: both;
}
.ais-Hits-item h2 a {
  color: #212121;
  text-decoration: none;
}
.ais-Hits-item h2 a:hover {
  color: #20A1DE;
}

.ais-Hits-item .excerpt {
  font-size: 15px;
}

.ais-hits--meta {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ais-hits--category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.ais-hits--category a {
  color: #616161;
  text-decoration: none;
}
.ais-hits--category a:hover {
  color: #20A1DE;
}

.ais-hits--date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.ais-Hits-item em, .ais-Hits-item a em,
.ais-Hits-item mark, .ais-Hits-item a mark {
  font-style: normal;
  background: #fffbcc;
  border-radius: 2px;
  font-weight: bold;
}

.ais-hits--content {
  overflow: hidden;
}

.ais-Pagination {
  margin: 0;
}

.ais-Pagination-list {
  margin-left: 0;
}

.ais-Pagination-item {
  /* Pagination item */
  display: inline-block;
  padding: 3px;
}

.ais-Pagination-item--disabled {
  /* disabled Pagination item */
  display: none;
}

.ais-Pagination-item--selected {
  font-weight: bold;
}

.ais-Menu-item {
  font-size: 15px;
}

.ais-Menu-item--selected {
  /* active list item */
  font-weight: bold;
  color: #20A1DE;
}
.ais-Menu-item--selected a {
  color: #20A1DE;
}

.ais-HierarchicalMenu-item--selected {
  /* Hierarchical Menu: Categories */
  font-weight: bold;
  color: #20A1DE;
}

.ais-HierarchicalMenu-link {
  /* Hierarchical Menu: Categories */
  color: #616161;
  text-decoration: none;
  font-size: 15px;
}
.ais-HierarchicalMenu-link:hover {
  color: #20A1DE;
}
.ais-HierarchicalMenu-link.ais-HierarchicalMenu-link--selected {
  color: #20A1DE;
}

.ais-Menu-count,
.ais-HierarchicalMenu-count,
.ais-RefinementList-count {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
}
.ais-Menu-count::before,
.ais-HierarchicalMenu-count::before,
.ais-RefinementList-count::before {
  content: "(";
}
.ais-Menu-count::after,
.ais-HierarchicalMenu-count::after,
.ais-RefinementList-count::after {
  content: ")";
  margin-left: -1px;
}

.ais-HierarchicalMenu-list--child {
  /* item list level 1 */
  margin-left: 10px;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #fff;
  border: 1px solid #003dff;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ais-RatingMenu-item {
  /* list item */
  vertical-align: middle;
}

.ais-RatingMenu-item--selected {
  /* active list item */
  font-weight: bold;
}

.ais-RatingMenu-starIcon {
  /* item star */
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ais-RatingMenu-starIcon:before {
  content: "★";
  color: #fbae00;
}

.ais-RatingMenu-starIcon--empty {
  /* empty star */
  display: inline-block;
  width: 1em;
  height: 1em;
}

.ais-RatingMenu-starIcon--empty:before {
  content: "☆";
  color: #fbae00;
}

.ais-RatingMenu-item--disabled .ais-star-rating--star:before {
  color: #c9c9c9;
}

.ais-RatingMenu-item--disabled .ais-star-rating--star__empty:before {
  color: #c9c9c9;
}

.ais-root__collapsible .ais-header {
  cursor: pointer;
}

.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
  display: none;
}

.ais-Hits-item .ais-hits--thumbnail-link {
  display: block;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 52.34375%;
}
.ais-Hits-item .ais-hits--thumbnail-link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: center;
}
.ais-Hits-item .type-obituary .ais-hits--thumbnail-link {
  display: block;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 52.34375%;
}
.ais-Hits-item .type-obituary .ais-hits--thumbnail-link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain;
  object-position: center;
}

/* Responsive */
@media only screen and (max-width: 992px) {
  #ais-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #ais-facets {
    flex: 1 1 100%;
  }

  .ais-hits--thumbnail img {
    width: 100% !important;
  }

  .ais-Hits-item {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .ais-Hits-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 500px) {
  .ais-hits--thumbnail {
    margin-right: 0 !important;
    margin-bottom: 10px;
    float: none !important;
  }
}
select.ais-SortBy-select {
  /* styling */
  background-color: white;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 15px;
  line-height: 15px;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.ais-SortBy-select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  height: 42px;
}
.ais-SortBy-select:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: #20A1DE;
  outline: 0;
}
.ais-SortBy-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ais-SortBy-select option {
  min-height: auto;
}

#ais-facets {
  /* Style the facet containers */
  background-color: #f3f3f3;
  /* Example background color */
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#ais-facets h4.widgettitle {
  /* Style the titles */
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
}
#ais-facets h4.widgettitle svg {
  display: none;
}

#ais-facets .ais-Menu,
#ais-facets .ais-HierarchicalMenu,
#ais-facets .ais-SortBy {
  /* Style the dropdowns */
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

#ais-facets select.ais-SortBy-select {
  /* Style for <select> dropdown */
  width: 100%;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  /* Makes sure padding doesn't add to total width */
  appearance: none;
  /* Removes default styling of dropdown */
}

#ais-facets .ais-Menu-list,
#ais-facets .ais-HierarchicalMenu-list {
  /* Style for <ul> based dropdowns */
  list-style: none;
  padding: 0;
  margin: 0;
}

#ais-facets .ais-Menu-item,
#ais-facets .ais-HierarchicalMenu-item {
  /* Style for list items */
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

#ais-facets .ais-Menu-link,
#ais-facets .ais-HierarchicalMenu-link {
  /* Style for links in list items */
  text-decoration: none;
  color: #333;
  display: block;
}

#ais-facets .ais-Menu-item:last-child,
#ais-facets .ais-HierarchicalMenu-item:last-child {
  /* Remove bottom border for the last item */
  border-bottom: none;
}

@media (max-width: 992px) {
  #ais-facets h4.widgettitle {
    /* Style the titles */
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
    display: flex;
  }
  #ais-facets h4.widgettitle svg {
    display: block;
    margin-left: 8px;
    width: 14px;
  }

  /* Initial state of facet content */
  .ais-facets {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  /* State of facet content when it's open */
  .ais-facets.open {
    max-height: 500px;
    /* Adjust as needed */
    opacity: 1;
  }
}
.arrow-icon {
  transition: transform 0.3s ease;
  /* Animation effect */
}

.arrow-icon.rotated {
  transform: rotate(180deg);
  /* Rotate arrow */
}

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