@import url("//fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap");
@import url("//fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.grecaptcha-badge {
  z-index: 2000; }

@keyframes fademove {
  0% {
    opacity: 0;
    -moz-transform: translateY(5em);
    -o-transform: translateY(5em);
    -ms-transform: translateY(5em);
    -webkit-transform: translateY(5em);
    transform: translateY(5em); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    transform: translate(-300px, 0);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideOutLeft {
  0% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translate(300px, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes slideInRight {
  0% {
    transform: translate(300px, 0);
    opacity: 0;
    visibility: hidden; }
  100% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; } }

@keyframes slideOutRight {
  0% {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translate(-300px, 0);
    opacity: 0;
    visibility: hidden; } }

header, main, footer {
  position: relative;
  display: block; }

footer {
  z-index: 5; }

*:before,
*:after {
  z-index: -1; }

a:hover {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .holder {
    overflow: hidden; } }

.line {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .line.obits_holder {
      padding: 0 5px !important;
      align-items: center; } }
  .line.line-gutter {
    min-height: 1em;
    max-height: 1em;
    width: 100%;
    padding: 0; }
    .line.line-gutter.line-gutter-xl {
      max-height: 3em; }
  .line .column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .line .column {
        flex-direction: column;
        margin: 0; } }
    @media only screen and (max-width: 599px) {
      .line .column:last-child .line.line-gutter {
        display: none !important; } }
    .line .column.col-gutter {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: 1em;
      min-width: 1px; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .line .column.col-gutter {
          width: 1em; } }
      .line .column.col-gutter:last-child {
        display: none; }
      @media only screen and (max-width: 768px) {
        .line .column.col-gutter.col-svg, .line .column.col-gutter:last-child {
          display: none; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-311 .column.col-gutter:nth-of-type(2), .line.-layout-211 .column.col-gutter:nth-of-type(2), .line.-layout-2111 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(2) {
      max-width: 100% !important;
      height: 1em !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-311 .column.col-gutter:nth-of-type(2), .line.-layout-211 .column.col-gutter:nth-of-type(2), .line.-layout-2111 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(2) {
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-1111 .column.col-gutter:nth-of-type(4), .line.-layout-112 .column.col-gutter:nth-of-type(4), .line.-layout-113 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 1em !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-1111 .column.col-gutter:nth-of-type(4), .line.-layout-112 .column.col-gutter:nth-of-type(4), .line.-layout-113 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(6) {
      max-width: 100% !important;
      height: 1em !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 992px) and (-ms-high-contrast: none), only screen and (max-width: 992px) and (-ms-high-contrast: active) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(6) {
      width: 100%; } }
  @media only screen and (max-width: 620px) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(4), .line.-layout-2111 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 1em !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 620px) and (-ms-high-contrast: none), only screen and (max-width: 620px) and (-ms-high-contrast: active) {
    .line.-layout-1112 .column.col-gutter:nth-of-type(4), .line.-layout-2111 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .line.-layout-1111 .-columidx-4 .line.line-gutter:last-of-type, .line.-layout-2111 .-columidx-4 .line.line-gutter:last-of-type, .line.-layout-1112 .-columidx-4 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-111 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-112 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-113 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-121 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-311 .-columidx-3 .line.line-gutter:last-of-type, .line.-layout-211 .-columidx-3 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-11 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-12 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-21 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-13 .-columidx-2 .line.line-gutter:last-of-type, .line.-layout-31 .-columidx-2 .line.line-gutter:last-of-type {
      display: none; }
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-111 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      max-width: 100% !important;
      height: 1em !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important; } }
  @media only screen and (max-width: 599px) and (-ms-high-contrast: none), only screen and (max-width: 599px) and (-ms-high-contrast: active) {
    .line.-layout-111 .column.col-gutter:nth-of-type(2), .line.-layout-111 .column.col-gutter:nth-of-type(4), .line.-layout-121 .column.col-gutter:nth-of-type(2), .line.-layout-121 .column.col-gutter:nth-of-type(4) {
      width: 100%; } }
section img, section iframe {
  max-width: 100%; }

@media only screen and (min-width: 431px) {
  section > .holder > .line > .column > .line-gutter:last-child {
    display: none; } }

@media only screen and (max-width: 768px) {
  section h1, section h2, section h3 {
    padding-top: 1em; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-col100 {
    width: 100%; }
  .ie-col50 {
    width: 50%; }
  .svg-wrap-ie {
    position: relative;
    width: 100%; }
  .svg-wrap-ie svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }
  .ie-svg-top {
    padding-top: 0; }
  .ie-svg-top svg {
    margin-top: -0.05%; }
  .ie-svg-middle {
    padding-top: 0; }
  .ie-svg-middle svg {
    margin-top: 0; }
  .ie-svg-bottom {
    padding-top: 0; }
  .ie-svg-bottom svg {
    margin-top: 0.05%; } }

.pattern1 {
  background: url("http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00");
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 200%;
  opacity: 0.4;
  z-index: -1; }

.box-pattern, .box-pattern-cover {
  background-image: url("http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00"); }

.box-pattern {
  background-repeat: repeat;
  background-size: auto;
  background-position: center; }

.box-pattern-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.box-svg-bottom, .box-svg-top {
  width: 100%; }
  .box-svg-bottom svg, .box-svg-top svg {
    overflow: visible;
    fill: #f4f1e7; }

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

@media only screen and (max-width: 1200px) {
  .box-hide-xl {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .box-hide-xl-up {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .box-hide-lg {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .box-hide-lg-up {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .box-hide-md {
    display: none !important; } }

@media only screen and (min-width: 769px) {
  .box-hide-md-up {
    display: none !important; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .box-hide-md-up {
    display: initial !important; } }

@media only screen and (max-width: 599px) {
  .box-hide-sm {
    display: none !important; } }

@media only screen and (min-width: 600px) {
  .box-hide-sm-up {
    display: none !important; } }

.box-top svg, .box-bottom svg {
  fill: #e4ddc4;
  width: 100%;
  overflow: visible; }

@media only screen and (max-width: 768px) {
  .box-top, .box-bottom {
    padding: 0;
    margin: 0; } }

.section-title {
  padding-top: 0 !important; }

@media only screen and (max-width: 768px) {
  section.recent_obituaries h1, section.recent_obituaries h2, .-section_recent_obituaries h1, .-section_recent_obituaries h2 {
    text-align: center; } }

.box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #181716; }
  @media only screen and (max-width: 768px) {
    .box {
      width: auto; } }
  .box a:not(.btn):not(.cta-style) {
    color: #181716; }
    .box a:not(.btn):not(.cta-style):hover {
      color: black; }
  .box .section-title {
    text-shadow: none !important;
    color: #181716 !important; }
  .box p.lead {
    color: #54524E;
    text-align: center;
    padding-bottom: .5em;
    letter-spacing: -.5px;
    font-weight: bold; }
  .box .picture {
    float: left;
    padding-bottom: 1em;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 992px) {
      .box .picture {
        width: 100%;
        height: auto; } }
.box-radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .box-radius p, .box-radius img, .box-radius .picture, .box-radius .cta-bg,
  .box-radius .cta-brand1,
  .box-radius .cta-brand2, .box-radius .cta-brand2 .cta-style,
  .box-radius .cta-brand3, .box-radius .cta-brand3 .cta-style,
  .box-radius .cta-brand4, .box-radius .cta-brand4 .cta-style,
  .box-radius .cta-brand5 {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.box-top-radius {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.top-radius p, .top-radius img, .top-radius .picture, .top-radius .cta-bg,
.top-radius .cta-brand1,
.top-radius .cta-brand2, .top-radius .cta-brand2 .cta-style,
.top-radius .cta-brand3, .top-radius .cta-brand3 .cta-style,
.top-radius .cta-brand4, .top-radius .cta-brand4 .cta-style,
.top-radius .cta-brand5 {
  -webkit-border-top-right-radius: 1px !important;
  border-top-right-radius: 1px !important;
  -webkit-border-top-left-radius: 1px !important;
  border-top-left-radius: 1px !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.box-bottom-radius {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.bottom-radius p, .bottom-radius img, .bottom-radius .picture, .bottom-radius .cta-bg,
.bottom-radius .cta-brand1,
.bottom-radius .cta-brand2, .bottom-radius .cta-brand2 .cta-style,
.bottom-radius .cta-brand3, .bottom-radius .cta-brand3 .cta-style,
.bottom-radius .cta-brand4, .bottom-radius .cta-brand4 .cta-style,
.bottom-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
  -webkit-border-bottom-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.box-top-left-radius {
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important; }

.top-left-radius .obit-card, .top-left-radius p, .top-left-radius img, .top-left-radius .picture, .top-left-radius .cta-bg,
.top-left-radius .cta-brand1,
.top-left-radius .cta-brand2, .top-left-radius .cta-brand2 .cta-style,
.top-left-radius .cta-brand3, .top-left-radius .cta-brand3 .cta-style,
.top-left-radius .cta-brand4, .top-left-radius .cta-brand4 .cta-style,
.top-left-radius .cta-brand5 {
  -webkit-border-top-left-radius: 1px !important;
  border-top-left-radius: 1px !important; }

.box-top-right-radius {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.top-right-radius .obit-card, .top-right-radius p, .top-right-radius img, .top-right-radius .picture, .top-right-radius .cta-bg,
.top-right-radius .cta-brand1,
.top-right-radius .cta-brand2, .top-right-radius .cta-brand2 .cta-style,
.top-right-radius .cta-brand3, .top-right-radius .cta-brand3 .cta-style,
.top-right-radius .cta-brand4, .top-right-radius .cta-brand4 .cta-style,
.top-right-radius .cta-brand5 {
  -webkit-border-top-right-radius: 1px !important;
  border-top-right-radius: 1px !important; }

.box-bottom-left-radius, .box-bottom-left-radius .obit-card {
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.bottom-left-radius .obit-card, .bottom-left-radius p, .bottom-left-radius img, .bottom-left-radius .picture, .bottom-left-radius .cta-bg,
.bottom-left-radius .cta-brand1,
.bottom-left-radius .cta-brand2, .bottom-left-radius .cta-brand2 .cta-style,
.bottom-left-radius .cta-brand3, .bottom-left-radius .cta-brand3 .cta-style,
.bottom-left-radius .cta-brand4, .bottom-left-radius .cta-brand4 .cta-style,
.bottom-left-radius .cta-brand5 {
  -webkit-border-bottom-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important; }

.box-bottom-right-radius, .box-bottom-right-radius .obit-card {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.bottom-right-radius .obit-card, .bottom-right-radius p, .bottom-right-radius img, .bottom-right-radius .picture, .bottom-right-radius .cta-bg,
.bottom-right-radius .cta-brand1,
.bottom-right-radius .cta-brand2, .bottom-right-radius .cta-brand2 .cta-style,
.bottom-right-radius .cta-brand3, .bottom-right-radius .cta-brand3 .cta-style,
.bottom-right-radius .cta-brand4, .bottom-right-radius .cta-brand4 .cta-style,
.bottom-right-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important; }

.no-radius .obit-card, .no-radius p, .no-radius img, .no-radius .picture, .no-radius .cta-bg,
.no-radius .cta-brand1,
.no-radius .cta-brand2, .no-radius .cta-brand2 .cta-style,
.no-radius .cta-brand3, .no-radius .cta-brand3 .cta-style,
.no-radius .cta-brand4, .no-radius .cta-brand4 .cta-style,
.no-radius .cta-brand5 {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.box-top-left-radius, .box-top-right-radius,
.box-bottom-right-radius, .box-bottom-right-radius, .picture, .cta-bg,
.cta-brand1,
.cta-brand2, .cta-brand2 .cta-style,
.cta-brand3, .cta-brand3 .cta-style,
.cta-brand4, .cta-brand4 .cta-style,
.cta-brand5 {
  background-clip: padding-box; }

.box-border {
  border: 0 solid #e4ddc4; }

.box-border-primary {
  border: 0 solid #54524E; }

.box-border-secondary {
  border: 0 solid #d1c59e; }

.cta-border .cta-brand1, .cta-border .cta-brand2, .cta-border .cta-brand3, .cta-border .cta-brand4, .cta-border .cta-brand5, .cta-border .cta-brand6, .cta-border .cta-brand7, .cta-border .ctaContainer {
  border: 0 solid #e4ddc4; }

.cta-border-primary .cta-brand1, .cta-border-primary .cta-brand2, .cta-border-primary .cta-brand3, .cta-border-primary .cta-brand4, .cta-border-primary .cta-brand5, .cta-border-primary .cta-brand6, .cta-border-primary .cta-brand7, .cta-border-primary .ctaContainer {
  border: 0 solid #54524E; }

.cta-border-secondary .cta-brand1, .cta-border-secondary .cta-brand2, .cta-border-secondary .cta-brand3, .cta-border-secondary .cta-brand4, .cta-border-secondary .cta-brand5, .cta-border-secondary .cta-brand6, .cta-border-secondary .cta-brand7, .cta-border-secondary .ctaContainer {
  border: 0 solid #d1c59e; }

.img-border img {
  border: 0 solid #e4ddc4; }

.img-border-primary img {
  border: 0 solid #54524E; }

.img-border-secondary img {
  border: 0 solid #d1c59e; }

.box-img img {
  width: 100%;
  height: auto; }

.img-float-right img, .img-float-left img {
  margin-bottom: 20px; }

@media only screen and (min-width: 769px) {
  .img-float-right img {
    float: right;
    margin-left: 20px; }
  .img-float-left img {
    float: left;
    margin-right: 20px; } }

@media only screen and (max-width: 768px) {
  .img-float-right img, .img-float-left img {
    display: block;
    margin: 0 auto 20px; } }

.figure-float-right figure, .figure-float-left figure {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

.figure-float-right figcaption, .figure-float-left figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  line-height: 1.2; }

@media only screen and (min-width: 769px) {
  .figure-float-right figure {
    float: right;
    margin-left: 20px; }
  .figure-float-left figure {
    float: left;
    margin-right: 20px; } }

.box-style {
  background-color: #f4f1e7; }

.box-alpha20 {
  background-color: rgba(244, 241, 231, 0.2); }

.box-alpha40 {
  background-color: rgba(244, 241, 231, 0.4); }

.box-alpha60 {
  background-color: rgba(244, 241, 231, 0.6); }

.box-alpha80 {
  background-color: rgba(244, 241, 231, 0.8); }

.-page-header .box-svg-top, .-page-footer .box-svg-top {
  margin-bottom: -30px; }

.-page-header .box-svg-bottom, .-page-footer .box-svg-bottom {
  margin-top: -30px; }

@media only screen and (max-width: 768px) {
  .-page-header .box-svg-bottom, .-page-header .box-svg-top, .-page-footer .box-svg-bottom, .-page-footer .box-svg-top {
    width: auto;
    margin: 0; } }

.box-text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

.cta-bg-top .ctaFull, .cta-bg-top .ctaImage,
.cta-bg-top .cta-brand1 .cta-bg, .cta-bg-top .cta-brand2 .cta-bg, .cta-bg-top .cta-brand3 .cta-bg,
.cta-bg-top .cta-brand4 .cta-bg, .cta-bg-top .cta-brand5 .cta-bg, .cta-bg-top .cta-brand6 .cta-img,
.cta-bg-top .cta-brand6 .cta-img-2, .cta-bg-top .cta-brand7 {
  background-position: top !important; }

.cta-bg-center .ctaFull, .cta-bg-center .ctaImage,
.cta-bg-center .cta-brand1 .cta-bg, .cta-bg-center .cta-brand2 .cta-bg, .cta-bg-center .cta-brand3 .cta-bg,
.cta-bg-center .cta-brand4 .cta-bg, .cta-bg-center .cta-brand5 .cta-bg, .cta-bg-center .cta-brand6 .cta-img,
.cta-bg-center .cta-brand6 .cta-img-2, .cta-bg-center .cta-brand7 {
  background-position: center !important; }

.cta-bg-bottom .ctaFull, .cta-bg-bottom .ctaImage,
.cta-bg-bottom .cta-brand1 .cta-bg, .cta-bg-bottom .cta-brand2 .cta-bg, .cta-bg-bottom .cta-brand3 .cta-bg,
.cta-bg-bottom .cta-brand4 .cta-bg, .cta-bg-bottom .cta-brand5 .cta-bg, .cta-bg-bottom .cta-brand6 .cta-img,
.cta-bg-bottom .cta-brand6 .cta-img-2, .cta-bg-bottom .cta-brand7 {
  background-position: bottom !important; }

@media only screen and (min-width: 769px) {
  .cta-full .column, .cta-full .cta-brand1, .cta-full .ctaContainer, .cta-full .ctaImage,
  .cta-full .cta-brand2, .cta-full .cta-brand2 .cta-style, .cta-full .cta-brand2 .cta-style .cta-btn,
  .cta-full .cta-brand3 .cta-style, .cta-full .cta-brand4, .cta-full .cta-brand4 .cta-style, .cta-full .cta-brand5,
  .cta-full .cta-brand6, .cta-full .cta-brand6 .cta-style {
    height: 100% !important; }
  .cta-full .cta-brand6 .cta-img {
    height: 100%;
    background-size: cover;
    background-position: center; }
  .cta-full .cta-brand6 .cta-img-2 {
    height: calc(100% - 70px);
    background-position: center; }
  .cta-full .cta-brand6 .cta-info {
    height: 70px; }
  .cta-full .cta-brand6:hover .cta-img {
    height: calc(100% - 70px); }
  .cta-full .cta-brand6:hover .cta-info {
    height: 100%; }
  .cta-full .ctaSplit {
    display: flex; }
  .cta-full .ctaSplitContent {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; } }

.box-primary {
  background-color: #54524E !important;
  /* -- link color exceptions -- */ }
  .box-primary a:not(.btn):not(.cta-style):link, .box-primary a:not(.btn):not(.cta-style):visited, .box-primary > ul > li > a:not(.cta-style):link, .box-primary > ul > li > a:not(.cta-style):visited {
    color: white !important; }
  .box-primary a:not(.btn):not(.cta-style):hover, .box-primary > ul > li > a:not(.cta-style):hover {
    color: white !important; }
  .box-primary .obit.obit-modern .obit-card .obit-name {
    color: #32312f !important; }
  .box-primary .obit.obit-clean .obit-icons a, .box-primary .obit.obit-modern a {
    color: #181716 !important; }
    .box-primary .obit.obit-clean .obit-icons a:hover, .box-primary .obit.obit-modern a:hover {
      color: black !important; }
  .box-primary .obit-guestbook .pagination a {
    background-color: transparent !important; }

.box-secondary {
  background-color: #d1c59e !important; }
  .box-secondary a:not(.btn):not(.cta-style):link, .box-secondary a:not(.btn):not(.cta-style):visited, .box-secondary > ul > li > a:not(.btn):not(.cta-style):link, .box-secondary > ul > li > a:not(.btn):not(.cta-style):visited {
    color: #54524E; }
  .box-secondary a:not(.btn):not(.cta-style):hover, .box-secondary > ul > li > a:not(.btn):not(.cta-style):hover {
    color: #121111 !important; }

.box-alpha20.box-primary {
  background-color: rgba(84, 82, 78, 0.2) !important; }

.box-alpha20.box-secondary {
  background-color: rgba(209, 197, 158, 0.2) !important; }

.box-alpha40.box-primary {
  background-color: rgba(84, 82, 78, 0.4) !important; }

.box-alpha40.box-secondary {
  background-color: rgba(209, 197, 158, 0.4) !important; }

.box-alpha60.box-primary {
  background-color: rgba(84, 82, 78, 0.6) !important; }

.box-alpha60.box-secondary {
  background-color: rgba(209, 197, 158, 0.6) !important; }

.box-alpha80.box-primary {
  background-color: rgba(84, 82, 78, 0.8) !important; }

.box-alpha80.box-secondary {
  background-color: rgba(209, 197, 158, 0.8) !important; }

.pad-sm {
  padding: 1rem; }

.pad-md {
  padding: 2rem; }

.pad-xl {
  padding: 3rem; }

@media only screen and (max-width: 768px) {
  .pad-sm {
    padding: .5rem; }
  .pad-md {
    padding: 1rem; }
  .pad-xl {
    padding: 2rem; } }

@media only screen and (max-width: 599px) {
  .pad-sm {
    padding: 10px; }
  .pad-md {
    padding: .5rem; }
  .pad-xl {
    padding: 1rem; } }

.box-nopad {
  padding: 0 !important; }
  @media only screen and (max-width: 768px) {
    .box-nopad {
      padding: 0 !important; } }
@media only screen and (min-width: 600px) {
  .nopad-top {
    padding-top: 0; }
  .nopad-bottom {
    padding-bottom: 0; }
  .nopad-left {
    padding-left: 0; }
  .nopad-right {
    padding-right: 0; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-top.pad-sm {
    padding-top: 1rem; }
  .-section_cta.nopad-top.pad-md {
    padding-top: 2rem; }
  .-section_cta.nopad-top.pad-xl {
    padding-top: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-top.pad-sm {
    padding-top: .5rem; }
  .-section_cta.nopad-top.pad-md {
    padding-top: 1rem; }
  .-section_cta.nopad-top.pad-xl {
    padding-top: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-bottom.pad-sm {
    padding-bottom: 1rem; }
  .-section_cta.nopad-bottom.pad-md {
    padding-bottom: 2rem; }
  .-section_cta.nopad-bottom.pad-xl {
    padding-bottom: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-bottom.pad-sm {
    padding-bottom: .5rem; }
  .-section_cta.nopad-bottom.pad-md {
    padding-bottom: 1rem; }
  .-section_cta.nopad-bottom.pad-xl {
    padding-bottom: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-left.pad-sm {
    padding-left: 1rem; }
  .-section_cta.nopad-left.pad-md {
    padding-left: 2rem; }
  .-section_cta.nopad-left.pad-xl {
    padding-left: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-left.pad-sm {
    padding-left: .5rem; }
  .-section_cta.nopad-left.pad-md {
    padding-left: 1rem; }
  .-section_cta.nopad-left.pad-xl {
    padding-left: 2rem; } }

@media only screen and (max-width: 992px) {
  .-section_cta.nopad-right.pad-sm {
    padding-right: 1rem; }
  .-section_cta.nopad-right.pad-md {
    padding-right: 2rem; }
  .-section_cta.nopad-right.pad-xl {
    padding-right: 3rem; } }

@media only screen and (max-width: 768px) {
  .-section_cta.nopad-right.pad-sm {
    padding-right: .5rem; }
  .-section_cta.nopad-right.pad-md {
    padding-right: 1rem; }
  .-section_cta.nopad-right.pad-xl {
    padding-right: 2rem; } }

.box-column-2 {
  column-count: 2;
  column-gap: 1em; }
  .box-column-2 h1, .box-column-2 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-2 {
      column-count: 1; } }
.box-column-3 {
  column-count: 3;
  column-gap: 1em; }
  .box-column-3 h1, .box-column-3 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-3 {
      column-count: 1; } }
.box-shadow {
  position: relative; }
  .box-shadow:before {
    content: '';
    height: 50px;
    width: 100%;
    background-image: url("../images/elements/angle-shadow.png");
    background-repeat: no-repeat;
    background-size: 96% 70%;
    background-position-y: center;
    background-position-x: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    z-index: 0;
    opacity: 0.5; }

.text-light {
  color: #eeeeed !important; }
  .text-light .section-title, .text-light .ctaSplitContent, .text-light .locations-weather * {
    color: #eeeeed !important; }
  .text-light .locations-weather .seg-wh {
    border-color: #d4d4d3 !important; }
  .text-light .locations-weather img {
    filter: invert(1) sepia(1); }

.nogutter-bottom {
  margin-bottom: -1em !important; }

.gutter-top-sm {
  margin-top: 0.5em; }

.gutter-top {
  margin-top: 1em; }

.gutter-top-lg {
  margin-top: 2em; }

.gutter-bottom-sm {
  margin-bottom: 0.5em; }

.gutter-bottom {
  margin-bottom: 1em; }

.gutter-bottom-lg {
  margin-bottom: 2em; }

.no-gutters .column.col-gutter, .no-gutters .line.line-gutter {
  display: none !important; }

section.no-gutter > .holder > .line.line-gutter {
  display: none !important; }

.section-hero {
  max-width: 100% !important; }

.box-hero-top {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center; }
  @media only screen and (min-device-width: 1025px) {
    .box-hero-top {
      background-attachment: fixed; } }
.box-hero-bottom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1 1'%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center; }
  @media only screen and (min-device-width: 1025px) {
    .box-hero-bottom {
      background-attachment: fixed; } }
/* --- Keep Here --- */
.chop-block {
  width: 100%;
  background-color: transparent;
  color: #121111;
  font-family: "Lobster Two", cursive;
  font-size: 3em; }
  .chop-block > div {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .chop-block .carry-words > div {
    float: left;
    padding-left: .3em; }

.arrows-white .swiper-button-next,
.arrows-white .swiper-button-prev {
  filter: saturate(0) brightness(1000%);
  -webkit-filter: saturate(0) brightness(1000%); }

.arrows-black .swiper-button-next,
.arrows-black .swiper-button-prev {
  filter: brightness(0);
  -webkit-filter: brightness(0); }

.staff .column {
  text-align: left; }

.box-staff.thumb-link {
  cursor: pointer; }

.box-staff .box-staff-photo img {
  margin: 0 auto; }

.box-staff .contact-block .nowrap {
  white-space: nowrap;
  margin-top: .25em; }

.box-staff .svg-icon {
  height: 1em;
  width: auto;
  min-width: 20px;
  max-width: 25px;
  vertical-align: middle; }

.box-staff .flex-middle {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.box-staff.box-staff-list {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  flex-wrap: nowrap;
  text-align: left; }
  .box-staff.box-staff-list .flex-middle {
    max-width: 100%;
    flex: 3;
    justify-content: flex-start;
    padding-left: 0; }
    .box-staff.box-staff-list .flex-middle.contact-block {
      flex: 1;
      padding-right: 0;
      min-width: 140px; }
  .box-staff.box-staff-list .box-staff-photo {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px; }
  .box-staff.box-staff-list .box-staff-name {
    padding-top: 0; }

@media screen and (max-width: 1024px) {
  .box-staff.box-staff-list {
    flex-wrap: wrap; }
    .box-staff.box-staff-list .flex-middle {
      min-width: 140px; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle {
    min-width: 80%; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle.contact-block {
    min-width: 100%; }
  .box-staff .box-staff-phone, .box-staff .box-staff-cell, .box-staff .box-staff-email {
    display: block;
    line-height: 2; } }

@media screen and (max-width: 769px) {
  .box-staff {
    padding-bottom: 2rem; }
    .box-staff p {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
    .box-staff br {
      display: none; }
    .box-staff .box-staff-name-title br {
      display: block; }
    .box-staff .box-staff-photo {
      margin: 0; }
    .box-staff .box-staff-photo img {
      display: initial;
      min-width: 60%;
      max-width: 90% !important; }
  .box-md-collapse {
    flex-flow: column !important; }
    .box-md-collapse .box-staff.box-staff-list {
      flex-wrap: nowrap; }
      .box-md-collapse .box-staff.box-staff-list .flex-middle, .box-md-collapse .box-staff.box-staff-list .flex-middle.contact-block {
        min-width: 140px; } }

@media screen and (max-width: 575px) {
  .staff .column, .lightbox-staff {
    text-align: center; }
  .box-staff.box-staff-list .box-staff-name {
    padding-top: 1rem; }
  .box-staff.box-staff-list .box-staff.box-staff-list {
    padding-bottom: 2rem; }
  .box-staff.box-staff-list .flex-middle {
    text-align: center; }
  .box-staff.box-staff-list .box-staff-photo {
    min-width: 100%;
    margin-right: 0; }
    .box-staff.box-staff-list .box-staff-photo img {
      min-width: 100%;
      max-width: 100% !important; }
  .box-md-collapse .box-staff.box-staff-list .box-staff-name {
    padding-top: 0; }
  .box-md-collapse .box-staff.box-staff-list .box-staff.box-staff-list {
    padding-bottom: 0; }
  .box-md-collapse .box-staff.box-staff-list .flex-middle {
    text-align: left; }
  .box-md-collapse .box-staff.box-staff-list .box-staff-photo {
    min-width: auto;
    margin-right: 10px; } }

@media screen and (max-width: 432px) {
  .box-md-collapse .box-staff.box-staff-list {
    flex-wrap: wrap; }
    .box-md-collapse .box-staff.box-staff-list .flex-middle {
      text-align: center; }
  .box-md-collapse .box-staff-photo {
    margin-right: 1px;
    margin-left: 1px;
    padding-bottom: 1rem; }
  .box-staff.box-staff-list .flex-middle {
    min-width: 100% !important; } }

.vcard .adrLinks span {
  line-height: 1.3;
  padding: 5px 0;
  word-break: break-all; }
  .vcard .adrLinks span i {
    min-width: 20px;
    margin-right: 0 !important; }
    .vcard .adrLinks span i:before {
      font-size: 110%; }

.vcard .adrOptional {
  display: none; }

.vcard .adrPhone.adrDefault, .vcard .adrTollFree.adrDefault, .vcard .adrSite.adrDefault, .vcard .adrEmail.adrDefault {
  display: inline-block;
  width: 100%; }

.vcard .adrRegion.adrDefault {
  display: inline; }

.vcard-phone-alt .urlPhone .adrPhone.adrDefault, .vcard-phone-alt .urlPhone .adrTollFree.adrDefault, .vcard-phone-alt .urlPhone .adrSite.adrDefault, .vcard-phone-alt .urlPhone .adrEmail.adrDefault, .vcard-tollfree-alt .urlTollFree .adrPhone.adrDefault, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrDefault, .vcard-tollfree-alt .urlTollFree .adrSite.adrDefault, .vcard-tollfree-alt .urlTollFree .adrEmail.adrDefault, .vcard-site-alt .urlSite .adrPhone.adrDefault, .vcard-site-alt .urlSite .adrTollFree.adrDefault, .vcard-site-alt .urlSite .adrSite.adrDefault, .vcard-site-alt .urlSite .adrEmail.adrDefault, .vcard-email-alt .urlEmail .adrPhone.adrDefault, .vcard-email-alt .urlEmail .adrTollFree.adrDefault, .vcard-email-alt .urlEmail .adrSite.adrDefault, .vcard-email-alt .urlEmail .adrEmail.adrDefault, .vcard-region-alt .adr .adrPhone.adrDefault, .vcard-region-alt .adr .adrTollFree.adrDefault, .vcard-region-alt .adr .adrSite.adrDefault, .vcard-region-alt .adr .adrEmail.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrPhone.adrOptional, .vcard-phone-alt .urlPhone .adrTollFree.adrOptional, .vcard-phone-alt .urlPhone .adrSite.adrOptional, .vcard-phone-alt .urlPhone .adrEmail.adrOptional, .vcard-tollfree-alt .urlTollFree .adrPhone.adrOptional, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrOptional, .vcard-tollfree-alt .urlTollFree .adrSite.adrOptional, .vcard-tollfree-alt .urlTollFree .adrEmail.adrOptional, .vcard-site-alt .urlSite .adrPhone.adrOptional, .vcard-site-alt .urlSite .adrTollFree.adrOptional, .vcard-site-alt .urlSite .adrSite.adrOptional, .vcard-site-alt .urlSite .adrEmail.adrOptional, .vcard-email-alt .urlEmail .adrPhone.adrOptional, .vcard-email-alt .urlEmail .adrTollFree.adrOptional, .vcard-email-alt .urlEmail .adrSite.adrOptional, .vcard-email-alt .urlEmail .adrEmail.adrOptional, .vcard-region-alt .adr .adrPhone.adrOptional, .vcard-region-alt .adr .adrTollFree.adrOptional, .vcard-region-alt .adr .adrSite.adrOptional, .vcard-region-alt .adr .adrEmail.adrOptional {
  display: inline-block;
  width: 100%; }

.vcard-phone-alt .urlPhone .adrRegion.adrDefault, .vcard-tollfree-alt .urlTollFree .adrRegion.adrDefault, .vcard-site-alt .urlSite .adrRegion.adrDefault, .vcard-email-alt .urlEmail .adrRegion.adrDefault, .vcard-region-alt .adr .adrRegion.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrRegion.adrOptional, .vcard-tollfree-alt .urlTollFree .adrRegion.adrOptional, .vcard-site-alt .urlSite .adrRegion.adrOptional, .vcard-email-alt .urlEmail .adrRegion.adrOptional, .vcard-region-alt .adr .adrRegion.adrOptional {
  display: inline; }

.cta-brand1, .cta-brand2,
.cta-brand3, .cta-brand4,
.cta-brand5, .cta-brand6 {
  min-width: 200px; }
  .cta-brand1 .cta-style, .cta-brand2 .cta-style,
  .cta-brand3 .cta-style, .cta-brand4 .cta-style,
  .cta-brand5 .cta-style, .cta-brand6 .cta-style {
    width: 100%;
    height: 300px;
    overflow: hidden; }
  .cta-brand1 .cta-bg, .cta-brand2 .cta-bg,
  .cta-brand3 .cta-bg, .cta-brand4 .cta-bg,
  .cta-brand5 .cta-bg, .cta-brand6 .cta-bg {
    background-color: #181716;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cta-brand1 .cover, .cta-brand2 .cover,
  .cta-brand3 .cover, .cta-brand4 .cover,
  .cta-brand5 .cover, .cta-brand6 .cover {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background-color: #cccbca; }
  .cta-brand1 .title, .cta-brand1 .cta-title, .cta-brand2 .title, .cta-brand2 .cta-title,
  .cta-brand3 .title,
  .cta-brand3 .cta-title, .cta-brand4 .title, .cta-brand4 .cta-title,
  .cta-brand5 .title,
  .cta-brand5 .cta-title, .cta-brand6 .title, .cta-brand6 .cta-title {
    width: 100%;
    font-size: 1.4em; }
  .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand2 .text, .cta-brand2 .cta-text,
  .cta-brand3 .text,
  .cta-brand3 .cta-text, .cta-brand4 .text, .cta-brand4 .cta-text,
  .cta-brand5 .text,
  .cta-brand5 .cta-text, .cta-brand6 .text, .cta-brand6 .cta-text {
    width: 100%;
    font-family: "Roboto Slab", serif;
    font-size: 14px; }
    .cta-brand1 .text p, .cta-brand1 .cta-text p, .cta-brand2 .text p, .cta-brand2 .cta-text p,
    .cta-brand3 .text p,
    .cta-brand3 .cta-text p, .cta-brand4 .text p, .cta-brand4 .cta-text p,
    .cta-brand5 .text p,
    .cta-brand5 .cta-text p, .cta-brand6 .text p, .cta-brand6 .cta-text p {
      font-size: 14px; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand2 .text, .cta-brand2 .cta-text,
      .cta-brand3 .text,
      .cta-brand3 .cta-text, .cta-brand4 .text, .cta-brand4 .cta-text,
      .cta-brand5 .text,
      .cta-brand5 .cta-text, .cta-brand6 .text, .cta-brand6 .cta-text {
        font-size: 1rem; }
        .cta-brand1 .text p, .cta-brand1 .cta-text p, .cta-brand2 .text p, .cta-brand2 .cta-text p,
        .cta-brand3 .text p,
        .cta-brand3 .cta-text p, .cta-brand4 .text p, .cta-brand4 .cta-text p,
        .cta-brand5 .text p,
        .cta-brand5 .cta-text p, .cta-brand6 .text p, .cta-brand6 .cta-text p {
          padding-left: 0;
          font-size: 1rem; } }
  .cta-brand1 a:hover, .cta-brand2 a:hover,
  .cta-brand3 a:hover, .cta-brand4 a:hover,
  .cta-brand5 a:hover, .cta-brand6 a:hover {
    text-decoration: none !important; }
  @media only screen and (max-width: 768px) {
    .cta-brand1, .cta-brand2,
    .cta-brand3, .cta-brand4,
    .cta-brand5, .cta-brand6 {
      width: 100% !important;
      margin: 0 !important; } }
.cta-brand1 {
  overflow: hidden;
  cursor: pointer;
  background-color: #181716;
  border-radius: 3px;
  height: 300px; }
  .cta-brand1 .cta-btn {
    position: relative;
    height: 100%;
    width: 100%; }
  .cta-brand1 .cta-bg {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100%;
    opacity: .8; }
    .cta-brand1 .cta-bg .fx {
      position: absolute;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-bg .fx {
          display: none; } }
    .cta-brand1 .cta-bg .cta-fx1 {
      position: absolute;
      display: block;
      background-color: #181716;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx2 {
      position: absolute;
      display: block;
      background-color: #181716;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx3 {
      position: absolute;
      display: block;
      background-color: #181716;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
  .cta-brand1 .cta-info {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand1 .cta-info .cta-text {
      width: 100%;
      font-size: 14px;
      color: white;
      padding: 1em;
      z-index: 0; }
    .cta-brand1 .cta-info .cta-title {
      width: 100%;
      font-size: 2.8em;
      padding-left: 1em;
      padding-right: 1em;
      margin-top: 0;
      color: white;
      letter-spacing: -1px; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-info .cta-title {
          font-size: 2em; } }
.cta-brand2 {
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  .cta-brand2 .cta-bg {
    position: absolute;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cta-brand2 .cta-style {
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-color: #32312f; }
    @media only screen and (max-width: 768px) {
      .cta-brand2 .cta-style {
        width: auto; } }
    @media only screen and (max-width: 599px) {
      .cta-brand2 .cta-style {
        width: 100%; } }
    .cta-brand2 .cta-style .cta-btn {
      width: 100%;
      height: 300px;
      cursor: pointer;
      display: flex;
      flex-direction: initial;
      justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        .cta-brand2 .cta-style .cta-btn {
          flex-direction: column;
          justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
        display: flex;
        z-index: 5;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        color: white; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
            height: auto;
            justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title {
        width: 100%;
        position: relative;
        padding: 0 20px; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title {
            padding: 0; } }
        .cta-brand2 .cta-style .cta-btn .cta-title .title {
          font-size: 2.1em; }
          @media only screen and (max-width: 768px) {
            .cta-brand2 .cta-style .cta-btn .cta-title .title {
              font-size: 1em;
              padding: 1em 0; } }
      .cta-brand2 .cta-style .cta-btn .cta-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 14px; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-text {
            position: relative; } }
        .cta-brand2 .cta-style .cta-btn .cta-text p {
          padding: 1em; }

.cta-brand3 {
  border-radius: 3px; }
  .cta-brand3 *:before,
  .cta-brand3 *:after {
    z-index: 0;
    box-sizing: border-box;
    transition: all 0.5s ease-out; }
  .cta-brand3 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background-size: cover; }
  .cta-brand3 .cta-style {
    color: black;
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    border-radius: 3px; }
    .cta-brand3 .cta-style .cta-info {
      z-index: 2;
      position: relative;
      background-color: rgba(255, 255, 255, 0.7);
      height: 100%;
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: 0.3s all ease-in-out; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-info {
          width: 100%; } }
    .cta-brand3 .cta-style .cta-title {
      font-family: "Work Sans", sans-serif;
      font-size: 2.1em;
      color: #181716;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-title {
          font-size: 2em; } }
    .cta-brand3 .cta-style .cta-text {
      font-size: 14px; }
    .cta-brand3 .cta-style .cta-title,
    .cta-brand3 .cta-style .cta-text {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left; }
    .cta-brand3 .cta-style:hover {
      color: #c5c5c5;
      transition: .4s transform ease-in-out;
      transition: .4s background-color ease-in-out .3s; }
      .cta-brand3 .cta-style:hover .cta-info {
        background-color: rgba(0, 0, 0, 0); }
      .cta-brand3 .cta-style:hover .cta-title {
        color: white; }
      .cta-brand3 .cta-style:hover .cta-bg {
        opacity: .3;
        background-color: rgba(24, 23, 22, 0.8);
        background-blend-mode: overlay;
        transition: .2s opacity ease-in-out .3s; }
    @media only screen and (max-width: 768px) {
      .cta-brand3 .cta-style {
        color: #c5c5c5;
        background-color: #c5c5c5; }
        .cta-brand3 .cta-style .cta-info {
          background-color: rgba(0, 0, 0, 0); }
        .cta-brand3 .cta-style .cta-title {
          color: white; }
        .cta-brand3 .cta-style .cta-bg {
          opacity: 0.8 !important;
          background-color: rgba(24, 23, 22, 0.8) !important;
          background-blend-mode: soft-light !important; } }
  .cta-brand3 .cta-slide-bg:before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #181716;
    transform: translateX(-100%); }
  .cta-brand3 .cta-slide-bg:hover:before {
    transform: translateX(0); }
  .cta-brand3 .cta-slide-bg:hover .cta-bg {
    background-color: rgba(24, 23, 22, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #181716;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    z-index: 0; }
  .cta-brand3 .cta-circle-expand:hover span {
    width: 280%;
    height: 280%; }
  .cta-brand3 .cta-circle-expand:hover .cta-bg {
    background-color: rgba(24, 23, 22, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand:active {
    background-color: #181716; }
  .cta-brand3 .cta-shutter:before, .cta-brand3 .cta-shutter:after,
  .cta-brand3 .cta-shutter span:before,
  .cta-brand3 .cta-shutter span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #181716;
    z-index: 0; }
  .cta-brand3 .cta-shutter:before {
    transform: translate(-100%, -100%); }
  .cta-brand3 .cta-shutter:after {
    transform: translate(-100%, 100%); }
  .cta-brand3 .cta-shutter span:before {
    transform: translate(100%, -100%); }
  .cta-brand3 .cta-shutter span:after {
    transform: translate(100%, 100%); }
  .cta-brand3 .cta-shutter:hover:before {
    transform: translate(-50%, -50%); }
  .cta-brand3 .cta-shutter:hover:after {
    transform: translate(-50%, 50%); }
  .cta-brand3 .cta-shutter:hover span:before {
    transform: translate(49%, -50%); }
  .cta-brand3 .cta-shutter:hover span:after {
    transform: translate(49%, 50%); }
  .cta-brand3 .cta-shutter:hover .cta-bg {
    background-color: rgba(24, 23, 22, 0.7);
    background-blend-mode: soft-light; }

.cta-brand4 {
  border-radius: 3px; }
  .cta-brand4 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-size: cover; }
  .cta-brand4 .cta-info {
    z-index: 2;
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
    color: #181716;
    background-color: rgba(220, 211, 182, 0.8); }
  .cta-brand4 .cta-style {
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    height: 300px;
    border-radius: 3px; }
    .cta-brand4 .cta-style .cta-title {
      font-family: "Work Sans", sans-serif;
      letter-spacing: -1px;
      font-size: 1.4em;
      white-space: normal;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .cta-brand4 .cta-style .cta-title {
          padding-top: 15px;
          font-size: 2em; } }
      .cta-brand4 .cta-style .cta-title i {
        display: inline-block;
        opacity: .7;
        padding-right: 3px;
        font-size: 1.1em;
        vertical-align: text-bottom; }
    .cta-brand4 .cta-style .cta-text {
      line-height: 1.4;
      padding-bottom: 20px;
      font-size: 14px; }
    .cta-brand4 .cta-style .cta-text,
    .cta-brand4 .cta-style .cta-title {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
    .cta-brand4 .cta-style:hover .cta-info {
      color: #181716;
      background-color: rgba(220, 211, 182, 0.9); }

.cta-brand5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #181716;
  border-radius: 3px; }
  .cta-brand5 .cta-bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s opacity ease-in-out; }
  .cta-brand5 .cta-info {
    z-index: 2;
    letter-spacing: -1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 2.1em;
    color: white;
    font-weight: bold;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: auto; }
    .cta-brand5 .cta-info div {
      float: left;
      padding-left: 10px; }
    @media only screen and (max-width: 768px) {
      .cta-brand5 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand5 .cta-info h2, .cta-brand5 .cta-info h3, .cta-brand5 .cta-info h4 {
      padding: 1em 1em 0; }
    .cta-brand5 .cta-info p {
      padding: 0 1em 1em; }
  .cta-brand5:hover .cta-bg {
    opacity: .3;
    transition: 0.5s opacity ease-in-out; }

.cta-brand6 {
  position: relative;
  background-color: #181716;
  cursor: pointer;
  width: 100%;
  overflow: hidden; }
  .cta-brand6 .cta-img, .cta-brand6 .cta-img-2 {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    transition: all ease-in-out 500ms;
    background-color: transparent; }
  .cta-brand6 .cta-img {
    opacity: 0;
    height: 300px; }
  .cta-brand6 .cta-img-2 {
    opacity: 1;
    height: 230px; }
  .cta-brand6 .cta-info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #181716;
    transition: all ease-in-out 500ms;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    margin-top: 0; }
    .cta-brand6 .cta-info .cta-title, .cta-brand6 .cta-info .cta-text {
      color: #f4f1e7 !important; }
    .cta-brand6 .cta-info .cta-title {
      text-align: center;
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 0; }
    .cta-brand6 .cta-info .cta-text {
      padding: 1em 2em;
      text-align: center;
      opacity: 0;
      transition: all ease-in-out 500ms; }
  .cta-brand6:hover .cta-img {
    opacity: 1;
    height: 230px; }
  .cta-brand6:hover .cta-img-2 {
    opacity: 0;
    margin-top: -230px; }
  .cta-brand6:hover .cta-info {
    margin-top: 0;
    color: white;
    height: 300px; }
  .cta-brand6:hover .cta-text {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .cta-brand6 .cta-img {
      opacity: 1;
      height: 230px; }
    .cta-brand6 .cta-img-2 {
      opacity: 0;
      margin-top: -230px; }
    .cta-brand6 .cta-info {
      margin-top: 0;
      color: white;
      height: 300px; }
    .cta-brand6 .cta-text {
      opacity: 1 !important;
      max-height: 50%;
      font-size: .8em;
      padding: 1em; }
      .cta-brand6 .cta-text p {
        padding: 0; } }
.cta-brand7 {
  height: 100%;
  min-width: 100%;
  margin: 0;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .cta-brand7 {
      width: 100%; } }
  .cta-brand7 .cta-style {
    overflow: hidden; }
  .cta-brand7 .cta-hero-inner, .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    justify-content: center; }
  .cta-brand7 .cta-hero-inner {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .cta-hero-inner {
        flex-direction: column;
        max-width: 100%;
        height: 100%; } }
    @media only screen and (max-width: 1200px) {
      .cta-brand7 .cta-hero-inner {
        max-width: 100%; } }
  .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    width: auto;
    height: 100%;
    min-height: 300px; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
        min-height: auto; } }
  .cta-brand7 .frame {
    position: relative;
    z-index: 1;
    max-width: 30%; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame {
        max-width: 100%;
        text-align: center;
        margin-right: 0; } }
    .cta-brand7 .frame img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      border: 10px solid #eef3f2;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .frame img {
          margin: 0 auto;
          max-height: 300px;
          width: auto; } }
  .cta-brand7 .cta-hero-text {
    width: 100%;
    flex-direction: column;
    text-align: center; }
    .cta-brand7 .cta-hero-text.text-side {
      min-width: 45%;
      max-width: 50%;
      align-items: flex-start;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .cta-hero-text.text-side {
          min-width: 100%;
          max-width: 100%;
          text-align: center;
          align-items: center; } }
  .cta-brand7 .frame-side {
    justify-content: flex-end;
    margin-right: 5%;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame-side {
        justify-content: center;
        margin-right: 0;
        margin: 1em; } }
.box-cta .cta-brand7 .cta-hero-inner {
  height: 300px; }
  @media only screen and (max-width: 768px) {
    .box-cta .cta-brand7 .cta-hero-inner {
      height: auto; } }
.text-light .cta-brand7 a:link {
  color: white; }

.text-light .cta-brand7 a:hover {
  color: #d4d4d3; }

.text-light .cta-brand7 a:visited {
  color: #ececec; }

.cta-flip-side .cta-brand7 .cta-hero-inner {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-inner {
      flex-direction: column; } }
.cta-flip-side .cta-brand7 .frame-side {
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .frame-side {
      margin-left: 0; } }
.cta-flip-side .cta-brand7 .cta-hero-text.text-side {
  text-align: right;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-text.text-side {
      text-align: center;
      align-items: center; } }
.cta-cursive .cta-brand1 .cta-title, .cta-cursive .cta-brand2 .cta-title, .cta-cursive .cta-brand3 .cta-title, .cta-cursive .cta-brand4 .cta-title, .cta-cursive .cta-brand5 .cta-title, .cta-cursive .cta-brand6 .cta-title {
  font-family: "Lobster Two", cursive !important; }

.cta-serif .cta-brand1 .cta-title, .cta-serif .cta-brand2 .cta-title, .cta-serif .cta-brand3 .cta-title, .cta-serif .cta-brand4 .cta-title, .cta-serif .cta-brand5 .cta-title, .cta-serif .cta-brand6 .cta-title {
  font-family: "Roboto Slab", serif !important; }

.cta-sans-serif .cta-brand1 .cta-title, .cta-sans-serif .cta-brand2 .cta-title, .cta-sans-serif .cta-brand3 .cta-title, .cta-sans-serif .cta-brand4 .cta-title, .cta-sans-serif .cta-brand5 .cta-title, .cta-sans-serif .cta-brand6 .cta-title {
  font-family: "Work Sans", sans-serif !important; }

#metal .f-grad1 {
  stop-color: #54524E; }

#metal .f-grad2 {
  stop-color: #54524E; }

#metal .f-grad3 {
  stop-color: #54524E; }

#metal .f-grad4 {
  stop-color: #54524E; }

#shadow .f-shad1 {
  stop-color: black;
  stop-opacity: 1; }

#shadow .f-shad2 {
  stop-color: black;
  stop-opacity: 0.831373; }

#shadow .f-shad3 {
  stop-color: black;
  stop-opacity: 0.25098; }

#shadow .f-shad4 {
  stop-color: black;
  stop-opacity: 0; }

#curve {
  fill: none;
  stroke: none; }

.obits {
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }
  .obits a, .obits a:hover, .obits a:visited {
    text-decoration: none !important; }
  .obits *, .obits * > *, .obits * > * > * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .obits .obits_holder {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obits_holder {
        display: flex;
        justify-content: space-evenly;
        align-items: stretch; } }
  .obits .obit .obit-date {
    font-family: "Work Sans", sans-serif;
    color: #181716;
    line-height: 1.3; }
  .obits .obit .obit-name {
    font-family: "Roboto Slab", serif;
    line-height: 1.3;
    color: #181716;
    font-weight: bold; }
  .obits .obit .obit-icons {
    position: relative;
    margin: 10px auto;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit .obit-icons {
        height: auto !important; } }
    .obits .obit .obit-icons .obit-icon {
      float: left;
      line-height: 2;
      padding: 0.375rem 0.25rem; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .obit-icon {
          padding: .75em; } }
    .obits .obit .obit-icons .btn {
      border: none;
      outline-color: transparent;
      background-color: transparent;
      min-width: auto;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .btn {
          padding: .75em; } }
      .obits .obit .obit-icons .btn small {
        font-family: "Work Sans", sans-serif;
        letter-spacing: -.5px; }
    .obits .obit .obit-icons a:not(.btn) {
      position: relative;
      overflow: visible;
      display: block; }
      .obits .obit .obit-icons a:not(.btn) .tooltiptext {
        font-family: "Work Sans", sans-serif;
        position: absolute;
        visibility: hidden;
        z-index: 99;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        font-size: .7em; }
        .obits .obit .obit-icons a:not(.btn) .tooltiptext:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #555 transparent transparent transparent; }
      .obits .obit .obit-icons a:not(.btn):hover {
        color: #676560; }
        .obits .obit .obit-icons a:not(.btn):hover .tooltiptext {
          visibility: visible; }
  .obits .obit.obit-modern {
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-modern {
        padding: 5px 5px;
        margin: 0;
        width: auto; } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-modern {
        width: 100%; } }
    .obits .obit.obit-modern .obit-card {
      min-height: 100%;
      min-width: 160px;
      max-width: 160px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-radius: 2px;
      background-color: #f4f1e7;
      color: #181716;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      padding: 5px 5px 10px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card {
          width: auto;
          height: auto;
          max-width: 200px;
          min-width: auto;
          padding: 0 0 5px; } }
      @media only screen and (max-width: 599px) {
        .obits .obit.obit-modern .obit-card {
          width: 100%;
          max-width: unset; } }
      .obits .obit.obit-modern .obit-card:hover {
        background-color: #fcfbf8; }
        .obits .obit.obit-modern .obit-card:hover .obit-name {
          color: #32312f; }
      .obits .obit.obit-modern .obit-card .obit-name {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 8px; }
      .obits .obit.obit-modern .obit-card .obit-txt-holder svg {
        width: 150px;
        height: auto; }
      .obits .obit.obit-modern .obit-card .obit-img-holder {
        position: relative;
        padding: 10px;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-img-holder {
            padding: 1em; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder svg {
          width: 140px;
          height: 140px;
          overflow: visible; }
          @media only screen and (max-width: 768px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 160px;
              height: 160px; } }
          @media only screen and (max-width: 599px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 90%;
              height: 90%; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card .obit-image {
          opacity: 1 !important; } }
      .obits .obit.obit-modern .obit-card .obit-image,
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        position: absolute;
        clip-path: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#circlemask); }
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        -webkit-filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#filter-wow);
        filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-framed {
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-framed {
        margin-bottom: 5px; }
        .obits .obit.obit-framed:nth-child(even) {
          margin-left: 5px; } }
    .obits .obit.obit-framed .obit-card {
      min-height: 210px;
      max-width: 160px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-top: none;
      border-radius: 2px;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      overflow: hidden;
      fill: #181716; }
      .obits .obit.obit-framed .obit-card .obit-date,
      .obits .obit.obit-framed .obit-card .obit-name,
      .obits .obit.obit-framed .obit-card .obit-location {
        color: #181716;
        fill: #181716;
        fill-rule: nonzero; }
      .obits .obit.obit-framed .obit-card:hover {
        background-color: transparent;
        border-top: 0; }
        .obits .obit.obit-framed .obit-card:hover .frame-back {
          fill: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#metal); }
        .obits .obit.obit-framed .obit-card:hover .obit-date,
        .obits .obit.obit-framed .obit-card:hover .obit-name,
        .obits .obit.obit-framed .obit-card:hover .obit-location {
          color: #595854; }
      .obits .obit.obit-framed .obit-card .frame-back {
        fill: #181716;
        fill-rule: nonzero; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .frame-back {
            fill: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#metal); } }
      .obits .obit.obit-framed .obit-card .obit-name {
        text-align: center;
        padding: 10px 10px 5px;
        line-height: 1.3; }
      .obits .obit.obit-framed .obit-card .obit-location {
        max-width: 160px; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .obit-location {
            max-width: 100%; } }
      .obits .obit.obit-framed .obit-card .obit-txt-holder,
      .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
        width: 100%;
        height: auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .obits .obit.obit-framed .obit-card a:not(.btn) {
          width: 100%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder {
          position: relative;
          width: 100%;
          padding-top: 33.33%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
          position: absolute;
          width: 100%;
          height: 50px !important;
          left: 0;
          right: 0;
          margin-top: -33.33%; } }
      .obits .obit.obit-framed .obit-card .obit-img-holder {
        position: relative;
        padding: 0;
        margin: 0; }
        .obits .obit.obit-framed .obit-card .obit-img-holder svg {
          width: 160px;
          height: 160px;
          overflow: visible; }
          @media only screen and (max-width: 599px) {
            .obits .obit.obit-framed .obit-card .obit-img-holder svg {
              width: 100%;
              height: 100%; } }
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      .obits .obit.obit-framed .obit-card .obit-image,
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-framed .obit-card .obit-image {
          opacity: 1; } }
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        -webkit-filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#filter-wow);
        filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-clean {
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-clean {
        margin: 3px;
        width: auto;
        min-width: 160px;
        max-width: 200px;
        background-color: #f4f1e7;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-clean {
        width: 100%;
        max-width: unset; } }
    .obits .obit.obit-clean .obit-card {
      cursor: pointer;
      position: relative;
      display: flex;
      justify-content: center;
      flex-flow: column;
      background-color: #f4f1e7;
      border-radius: 2px;
      border: 0 solid #e4ddc4;
      color: #181716;
      box-shadow: none;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-clean .obit-card {
          width: auto;
          height: auto;
          min-height: 360px;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 0 solid #ece7d6;
          border-radius: 2px !important;
          padding: 0; }
          .obits .obit.obit-clean .obit-card > a:not(.btn) {
            padding: .5em;
            display: flex;
            justify-content: center;
            align-items: center; } }
      @media only screen and (max-width: 599px) {
        .obits .obit.obit-clean .obit-card {
          max-width: unset; } }
      .obits .obit.obit-clean .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
      .obits .obit.obit-clean .obit-card .obit-txt-holder {
        position: absolute;
        display: flex;
        flex: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-txt-holder {
            position: relative;
            display: flex;
            width: 100%;
            align-items: center; } }
      .obits .obit.obit-clean .obit-card .obit-date {
        line-height: 1.7; }
      .obits .obit.obit-clean .obit-card .obit-date,
      .obits .obit.obit-clean .obit-card .obit-name {
        display: flex;
        flex: 1;
        justify-content: center;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 5px;
        color: #181716; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-date,
          .obits .obit.obit-clean .obit-card .obit-name {
            padding: unset; } }
      .obits .obit.obit-clean .obit-card .obit-name {
        color: #181716; }
    .obits .obit.obit-clean .obit-name {
      text-align: center;
      padding-top: 10px;
      max-width: 200px;
      color: #181716; }
      .obits .obit.obit-clean .obit-name.name-shadow {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .obits .obit.obit-clean:hover .obit-name {
      color: black; }
  .obits .obit.obit-pop {
    margin: 5px;
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-pop {
        margin: 3px;
        width: auto;
        background-color: #f4f1e7;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 599px) {
      .obits .obit.obit-pop {
        width: 100%; } }
    .obits .obit.obit-pop .obit-card {
      width: 160px;
      height: 100%;
      border: 0 solid transparent; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-card {
          width: auto;
          height: auto;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 0 solid #ece7d6;
          padding: 0; } }
      .obits .obit.obit-pop .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
    .obits .obit.obit-pop .obit-name {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #181716; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-name {
          max-width: 90%;
          margin: 0 auto;
          color: black; } }
    .obits .obit.obit-pop .more-info {
      display: none; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .more-info {
          display: block; } }
    .obits .obit.obit-pop:hover {
      cursor: pointer; }
    .obits .obit.obit-pop .obit-image {
      position: absolute; }
    .obits .obit.obit-pop .pic2 {
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .pic2 {
          opacity: 0; } }
    .obits .obit.obit-pop.pop-open {
      position: absolute;
      z-index: 99;
      background-color: #f4f1e7;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
      .obits .obit.obit-pop.pop-open .obit-name {
        color: black; }
      .obits .obit.obit-pop.pop-open .obit-card {
        border: 0 solid #ece7d6;
        padding: 25px 25px 5px; }
      .obits .obit.obit-pop.pop-open .more-info {
        display: block; }
      .obits .obit.obit-pop.pop-open .pic2 {
        opacity: 0; }
  .obits .obit.obit-grid {
    overflow: hidden;
    transition: 0.3s all ease-in-out; }
    .obits .obit.obit-grid .obit-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-wrapper {
          height: auto;
          max-width: unset; } }
    .obits .obit.obit-grid .obit-card {
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-card {
          position: relative;
          width: 100%;
          padding: 10px;
          align-items: center; }
          .obits .obit.obit-grid .obit-card > a:not(.btn) {
            max-width: 35%;
            margin: 0 10px; } }
    .obits .obit.obit-grid .obit-name {
      font-family: "Roboto Slab", serif; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-name {
          font-size: 1.1em; } }
    .obits .obit.obit-grid .more-info {
      width: 150px;
      height: 150px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .more-info {
          width: 100%;
          height: 100%;
          justify-content: center; }
          .obits .obit.obit-grid .more-info > a:not(.btn) {
            width: 100%; } }
    .obits .obit.obit-grid .obit-img-holder {
      position: relative;
      width: 200px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-img-holder {
          width: 100%; } }
      .obits .obit.obit-grid .obit-img-holder svg {
        width: 130px;
        height: 130px;
        padding: 10px; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid .obit-img-holder svg {
            width: 100%;
            height: auto;
            padding: 0; } }
    .obits .obit.obit-grid .obit-image-2 {
      transition: 0.5s all ease-in-out;
      -webkit-filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#black-white);
      filter: url(http://www.fjelstul.com/assets/layouts/css/legacyStylesheet.css?v=2.00#black-white);
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-image-2 {
          opacity: 0; } }
    .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
          width: 100%;
          height: auto;
          margin-bottom: 5px; } }
      .obits .obit.obit-grid.grid1 .obit-name, .obits .obit.obit-grid.grid5 .obit-name, .obits .obit.obit-grid.grid9 .obit-name, .obits .obit.obit-grid.grid13 .obit-name, .obits .obit.obit-grid.grid17 .obit-name, .obits .obit.obit-grid.grid21 .obit-name, .obits .obit.obit-grid.grid25 .obit-name, .obits .obit.obit-grid.grid29 .obit-name, .obits .obit.obit-grid.grid33 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
            text-align: left;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid1 .more-info > div, .obits .obit.obit-grid.grid5 .more-info > div, .obits .obit.obit-grid.grid9 .more-info > div, .obits .obit.obit-grid.grid13 .more-info > div, .obits .obit.obit-grid.grid17 .more-info > div, .obits .obit.obit-grid.grid21 .more-info > div, .obits .obit.obit-grid.grid25 .more-info > div, .obits .obit.obit-grid.grid29 .more-info > div, .obits .obit.obit-grid.grid33 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
        background-color: #c4c1b9;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
          width: 100%;
          height: auto;
          margin-bottom: 5px; } }
      .obits .obit.obit-grid.grid2 .obit-name, .obits .obit.obit-grid.grid6 .obit-name, .obits .obit.obit-grid.grid10 .obit-name, .obits .obit.obit-grid.grid14 .obit-name, .obits .obit.obit-grid.grid18 .obit-name, .obits .obit.obit-grid.grid22 .obit-name, .obits .obit.obit-grid.grid26 .obit-name, .obits .obit.obit-grid.grid30 .obit-name, .obits .obit.obit-grid.grid34 .obit-name {
        padding-bottom: 5px; }
      .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
            text-align: left;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid2 .more-info > div, .obits .obit.obit-grid.grid6 .more-info > div, .obits .obit.obit-grid.grid10 .more-info > div, .obits .obit.obit-grid.grid14 .more-info > div, .obits .obit.obit-grid.grid18 .more-info > div, .obits .obit.obit-grid.grid22 .more-info > div, .obits .obit.obit-grid.grid26 .more-info > div, .obits .obit.obit-grid.grid30 .more-info > div, .obits .obit.obit-grid.grid34 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
        background-color: #a4a29b;
        display: flex;
        flex-direction: column-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
      width: 300px;
      height: 150px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
          width: 100%;
          height: auto;
          margin-bottom: 5px; } }
      .obits .obit.obit-grid.grid3 .obit-name, .obits .obit.obit-grid.grid7 .obit-name, .obits .obit.obit-grid.grid11 .obit-name, .obits .obit.obit-grid.grid15 .obit-name, .obits .obit.obit-grid.grid19 .obit-name, .obits .obit.obit-grid.grid23 .obit-name, .obits .obit.obit-grid.grid27 .obit-name, .obits .obit.obit-grid.grid31 .obit-name, .obits .obit.obit-grid.grid35 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid3 .obit-icons, .obits .obit.obit-grid.grid7 .obit-icons, .obits .obit.obit-grid.grid11 .obit-icons, .obits .obit.obit-grid.grid15 .obit-icons, .obits .obit.obit-grid.grid19 .obit-icons, .obits .obit.obit-grid.grid23 .obit-icons, .obits .obit.obit-grid.grid27 .obit-icons, .obits .obit.obit-grid.grid31 .obit-icons, .obits .obit.obit-grid.grid35 .obit-icons {
        margin-left: 0; }
      .obits .obit.obit-grid.grid3 .more-info, .obits .obit.obit-grid.grid7 .more-info, .obits .obit.obit-grid.grid11 .more-info, .obits .obit.obit-grid.grid15 .more-info, .obits .obit.obit-grid.grid19 .more-info, .obits .obit.obit-grid.grid23 .more-info, .obits .obit.obit-grid.grid27 .more-info, .obits .obit.obit-grid.grid31 .more-info, .obits .obit.obit-grid.grid35 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start; }
      .obits .obit.obit-grid.grid3 .obit-card, .obits .obit.obit-grid.grid7 .obit-card, .obits .obit.obit-grid.grid11 .obit-card, .obits .obit.obit-grid.grid15 .obit-card, .obits .obit.obit-grid.grid19 .obit-card, .obits .obit.obit-grid.grid23 .obit-card, .obits .obit.obit-grid.grid27 .obit-card, .obits .obit.obit-grid.grid31 .obit-card, .obits .obit.obit-grid.grid35 .obit-card {
        text-align: left;
        background-color: #d4d1c8;
        display: flex;
        flex-direction: row; }
    .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
      width: 300px;
      height: 150px;
      margin-top: 150px;
      margin-left: -300px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
          width: 100%;
          height: auto;
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 5px; } }
      .obits .obit.obit-grid.grid4 .obit-name, .obits .obit.obit-grid.grid8 .obit-name, .obits .obit.obit-grid.grid12 .obit-name, .obits .obit.obit-grid.grid16 .obit-name, .obits .obit.obit-grid.grid20 .obit-name, .obits .obit.obit-grid.grid24 .obit-name, .obits .obit.obit-grid.grid28 .obit-name, .obits .obit.obit-grid.grid32 .obit-name, .obits .obit.obit-grid.grid36 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid4 .obit-icons, .obits .obit.obit-grid.grid8 .obit-icons, .obits .obit.obit-grid.grid12 .obit-icons, .obits .obit.obit-grid.grid16 .obit-icons, .obits .obit.obit-grid.grid20 .obit-icons, .obits .obit.obit-grid.grid24 .obit-icons, .obits .obit.obit-grid.grid28 .obit-icons, .obits .obit.obit-grid.grid32 .obit-icons, .obits .obit.obit-grid.grid36 .obit-icons {
        margin-right: 0; }
      .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
            text-align: left;
            align-items: flex-start; } }
      .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
        text-align: right;
        background-color: #b4b1aa;
        display: flex;
        flex-direction: row-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid:hover {
      cursor: pointer; }
      .obits .obit.obit-grid:hover .obit-card {
        background-color: #181716;
        color: #cccbca;
        transition: 0.3s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-icons a,
      .obits .obit.obit-grid:hover .obit-name,
      .obits .obit.obit-grid:hover .obit-date,
      .obits .obit.obit-grid:hover .obit-date strong {
        color: #cccbca !important;
        transition: 0.5s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-image-2 {
        transition: 0.5s all ease-in-out;
        opacity: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-grid .obit-icons {
        margin: auto;
        margin-left: 0; }
        .obits .obit.obit-grid .obit-icons .btn {
          padding: .75em;
          padding-left: 0; } }
  .obits.obits-carousel {
    cursor: default;
    overflow: hidden; }
    .obits.obits-carousel .carousel-holder {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      flex-wrap: wrap;
      justify-content: space-evenly;
      overflow: hidden; }
      @media only screen and (max-width: 599px) {
        .obits.obits-carousel .carousel-holder {
          justify-content: space-between; } }
      .obits.obits-carousel .carousel-holder > .holder {
        overflow: hidden; }
    .obits.obits-carousel .section-title {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px;
      padding-bottom: 0;
      padding-top: 0; }
      .obits.obits-carousel .section-title h2 {
        margin: 0;
        padding: 0; }
    .obits.obits-carousel .section-arrow {
      font-size: 2rem;
      color: #181716;
      opacity: .45; }
      .obits.obits-carousel .section-arrow:hover {
        opacity: 1; }
    .obits.obits-carousel .scroll-arrows {
      padding: .5em; }
      .obits.obits-carousel .scroll-arrows .arrow-left {
        padding-right: .5em; }
      .obits.obits-carousel .scroll-arrows .arrow-right {
        padding-left: .5em; }
    .obits.obits-carousel .obit-img-holder {
      padding-top: 8px;
      padding-bottom: 10px; }
      .obits.obits-carousel .obit-img-holder img {
        max-width: 90%; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit-img-holder {
          padding-bottom: 0; } }
    .obits.obits-carousel .obit {
      max-width: 200px;
      text-align: center;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit {
          width: 100% !important;
          max-width: 100%;
          max-width: 49% !important;
          margin: 0;
          text-align: left; } }
      .obits.obits-carousel .obit .obit-card {
        padding: 2.5px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .obits.obits-carousel .obit .obit-card {
            display: -webkit-flex;
            display: flex;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            flex-direction: row;
            padding: 0 10px 10px 0; } }
      .obits.obits-carousel .obit a:not(.btn) {
        display: block;
        padding: 0;
        width: 100%; }
      .obits.obits-carousel .obit .obit-icons {
        margin: 0 auto;
        max-height: 100%; }
        .obits.obits-carousel .obit .obit-icons i {
          font-size: 18px; }
        .obits.obits-carousel .obit .obit-icons a {
          padding: 10px;
          max-width: 40px;
          text-align: center; }
          .obits.obits-carousel .obit .obit-icons a.icon-full {
            max-width: 100%;
            text-align: center; }
        @media only screen and (max-width: 768px) {
          .obits.obits-carousel .obit .obit-icons {
            padding: 0;
            margin-top: -8px;
            margin-bottom: 10px;
            justify-content: flex-end; }
            .obits.obits-carousel .obit .obit-icons i {
              font-size: 14px; }
            .obits.obits-carousel .obit .obit-icons a:not(.btn) {
              padding: 10px;
              margin: 0 2px 0 0;
              background-color: rgba(0, 0, 0, 0.1); }
              .obits.obits-carousel .obit .obit-icons a.icon-full:not(.btn) {
                background-color: transparent;
                text-align: right; } }
        @media only screen and (max-width: 599px) {
          .obits.obits-carousel .obit .obit-icons a:not(.btn) {
            max-width: 100%; } }
      .obits.obits-carousel .obit .obit-icons a {
        color: #181716; }
      .obits.obits-carousel .obit .obit-info .obit-name, .obits.obits-carousel .obit .obit-info .obit-location {
        color: #181716; }
      .obits.obits-carousel .obit .obit-info .obit-date {
        color: #181716;
        font-size: 90%; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .obit .obit-info {
          display: -webkit-flex;
          display: flex;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          flex-direction: column;
          justify-content: center;
          min-width: 50%;
          padding-left: 10px;
          min-width: 70%; } }
      @media only screen and (max-width: 599px) {
        .obits.obits-carousel .obit .obit-info {
          font-size: 90%; } }
    .obits.obits-carousel .linebreak {
      height: 0;
      width: 0;
      opacity: 0;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .obits.obits-carousel .linebreak {
          display: none !important; } }
  .obits .deck-_inactive {
    height: auto;
    margin-left: 0; }
    .obits .deck-_inactive .obit-modern .obit-card {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .obits .deck-_inactive .obit-framed .obit-card {
      box-shadow: none; }
    .obits .deck-_inactive .obit-name {
      transform: none !important; }
  .obits .deck-_active {
    height: auto;
    margin-left: -100px; }
    .obits .deck-_active .obit-modern .obit-card {
      box-shadow: -15px 0px 14px -5px rgba(0, 0, 0, 0.3); }
    .obits .deck-_active .obit-framed .obit-card {
      box-shadow: none; }

.obit-radius .obit-card {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.text-light .obits.obits-carousel .obit .obit-info .obit-name, .text-light .obits.obits-carousel .obit-location,
.text-light .obits.obits-carousel .section-arrow,
.text-light .obits.obits-carousel .obit-date {
  color: #FFF !important; }

.text-light .obits .obit.obit-clean .obit-name {
  color: #FFF !important; }

.text-light .obit-name {
  color: #d4d4d3 !important;
  fill: #d4d4d3 !important; }

.text-light .obit-framed .obit-date, .text-light .obit-framed .section-arrow, .text-light .obit-framed .obit-location, .text-light .obit-grid .obit-date, .text-light .obit-grid .section-arrow, .text-light .obit-grid .obit-location, .text-light .obits-carousel .obit-date, .text-light .obits-carousel .section-arrow, .text-light .obits-carousel .obit-location {
  color: #d4d4d3 !important;
  fill: #d4d4d3 !important; }

.text-light .obit-framed .obit-icons a, .text-light .obit-framed .obit-icons .btn, .text-light .obit-grid .obit-icons a, .text-light .obit-grid .obit-icons .btn, .text-light .obits-carousel .obit-icons a, .text-light .obits-carousel .obit-icons .btn {
  color: #b2b1af !important;
  fill: #b2b1af !important; }

.text-light .obits-carousel .obit-icons a:hover,
.text-light .obits-carousel .obit:hover .obit-name {
  color: #FFF; }

.text-light .obit-pop.pop-open .obit-name, .text-light .obit-modern .obit-name {
  color: black !important; }

.box .obits.obits-carousel .obit .obit-info .obit-name, .box .obits.obits-carousel .obit-location,
.box .obits.obits-carousel .section-arrow,
.box .obits.obits-carousel .obit-date {
  color: black !important; }

.box .obits .obit.obit-clean .obit-name {
  color: black !important; }

.box .obit-framed .obit-date, .box .obit-framed .obit-name, .box .obit-grid .obit-date, .box .obit-grid .obit-name, .box .obit-pop .obit-date, .box .obit-pop .obit-name {
  color: #181716 !important;
  fill: #181716 !important; }

.box .obit-icons a, .box .obit-icons .btn {
  color: black !important;
  fill: black !important; }

.no-border .obit-card {
  border: none !important; }

.obit-grid-spacer .obit-grid .obit-card {
  border: 1px solid #f8f7f1; }

.obit-grid-spacer-box .obit-grid .obit-card {
  border: 1px solid #f4f1e7; }

.obits-pages {
  position: relative; }
  .obits-pages .carousel-holder.page-1 > div.obit {
    visibility: hidden;
    height: 0; }

@media only screen and (max-width: 599px) {
  .mobile-lg .obits.obits-carousel .obit {
    max-width: 100% !important; }
  .mobile-lg .obits.obits-carousel .obit .obit-info {
    font-size: 100%;
    min-width: 65%; } }

/* ---- Pixel / iPhone hotfix ---- */
@media only screen and (max-width: 430px) {
  .-row {
    flex-direction: column !important; }
  .line .column {
    width: 100%; } }