.path-frontpage .homepage-featured-content, .path-frontpage .homepage-section-links, .path-frontpage .homepage-quote, .path-frontpage .homepage-learn-more {
  padding: 130px 0; }

article.people .people-content-wrapper h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  article.people .people-content-wrapper h2:after {
    width: 50px;
    height: 4px;
    background: #007d68;
    position: absolute;
    left: 0;
    bottom: 0;
    content: ''; }

body {
  font-family: "poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-weight: 500 !important;
  text-transform: lowercase; }
  h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
    text-transform: uppercase; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 500 !important; }

a {
  color: #007d68; }

h2 {
  font-size: 32px;
  line-height: 1.25em;
  margin: 30px 0 15px 0; }

h2.line.under {
  margin: 0 0 20px 0; }

h2.line.under:after {
  display: block;
  width: 40px;
  content: '';
  margin: 20px 0 0 0;
  border-bottom: 5px solid #007d68; }

h2.center {
  text-align: center; }

h2.line.under.center:after {
  margin: 20px auto 0 auto; }

.top-padding {
  padding: 40px 0 0 0; }

p {
  line-height: 1.6em;
  margin: 0 0 25px 0; }

#block-homepagequote p {
  font: 400 1.15em 'Playfair Display',georgia,serif;
  line-height: 1.5em;
  margin: 0; }

.content li {
  line-height: 1.6em;
  padding: 4px 0; }

.btn.btn-primary {
  background: #007d68;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  border: none; }
  .btn.btn-primary:hover {
    background: #4987b3; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: default;
}

.more-link {
  text-align: center; }
  .more-link a {
    background: #4987b3;
    color: #fff;
    padding: 15px 50px 15px 50px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease-in-out; }
    .more-link a .fa, .more-link a svg {
      display: inline-block;
      margin-left: 10px;
      transition: all 0.3s ease-in-out; }
    .more-link a:hover {
      padding: 15px 45px 15px 50px;
      background: #3a6c8f;
      text-decoration: none; }
      .more-link a:hover .fa, .more-link a:hover svg {
        margin-left: 15px; }

.read-more, .more-link a, a.card-url, a.learn-more {
  font-family: 'futura-pt' !important; }

body {
  margin-top: 0; }

.card {
  border: 1px solid #d2d2d2;
  overflow: hidden;
  padding: 25px; }
  .card h2 {
    margin-top: 0; }
  .card .card-image img {
    display: block;
    width: 100%; }
  .card .card-body {
    padding: 30px; }
    .card .card-body h2 {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 20px;
      margin-top: 0;
      line-height: 20px; }
    .card .card-body .card-body-text {
      padding-bottom: 30px;
      border-bottom: 1px solid #d2d2d2;
      margin-bottom: 30px; }
      .card .card-body .card-body-text p {
        margin-bottom: 0 !important; }
    .card .card-body .card-body-link a.btn.btn-primary {
      background: transparent;
      padding: 0;
      margin: 0;
      color: #007d68;
      text-transform: uppercase;
      display: block;
      text-align: left; }
      .card .card-body .card-body-link a.btn.btn-primary svg, .card .card-body .card-body-link a.btn.btn-primary .fa {
        margin-left: 10px;
        display: inline-block;
        transition: all 0.3s ease-in-out; }
      .card .card-body .card-body-link a.btn.btn-primary:hover svg, .card .card-body .card-body-link a.btn.btn-primary:hover .fa {
        margin-left: 15px; }
  .card.card-documents .card-body .card-body-text {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }
  .card.card-documents .card-body-link {
    padding-top: 30px;
    margin-top: 30px; }
    .card.card-documents .card-body-link a {
      position: relative; }
      .card.card-documents .card-body-link a:after {
        position: absolute;
        top: -30px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d2d2d2;
        content: ''; }
      .card.card-documents .card-body-link a:hover svg, .card.card-documents .card-body-link a:hover .fa {
        margin-left: 10px !important;
        transform: translateY(5px); }
  .view .card {
    margin-bottom: 30px; }
  .card.card-person {
    border: none; }
    .card.card-person .card-body {
      padding: 30px 0; }

.title-bg-red {
  background: #007d68;
  padding: 140px 0 320px 0;
  color: #fff;
  text-align: center;
  margin-bottom: -180px; }
  @media (max-width: 767px) {
    .title-bg-red {
      padding: 30px 0 220px 0; } }

.section-title h2 {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.title-underline {
  text-align: center; }
  .title-underline h2 {
    width: 80%;
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000; }

section {
  position: relative; }

::selection {
  background: #007d68;
  color: #fff; }

ul.tabs--primary.nav.nav-tabs {
  border: none; }
  ul.tabs--primary.nav.nav-tabs li {
    margin-bottom: 0; }
    ul.tabs--primary.nav.nav-tabs li a {
      background: #fff;
      font-family: futura-pt, sans-serif;
      color: #000;
      border-radius: 0;
      padding: 15px 50px;
      text-transform: uppercase;
      margin-right: 0;
      border: none;
      border-right: 1px solid #007d68; }
      ul.tabs--primary.nav.nav-tabs li a:hover {
        background: #007d68;
        color: #fff; }
    ul.tabs--primary.nav.nav-tabs li.active a {
      background: #007d68;
      color: #fff; }
    ul.tabs--primary.nav.nav-tabs li:last-child a {
      border-right: none; }

ul.pagination li.active a, ul.pagination li.active span, ul.pagination li.active a:visited, ul.pagination li.active a:hover, ul.pagination li.active span:hover {
  background: #007d68;
  color: #fff;
  border-color: #007d68; }

ul.pagination li a {
  padding: 10px 18px;
  color: #007d68;
  border-radius: 0 !important; }
  ul.pagination li a:hover {
    background: #4987b3;
    color: #fff;
    border-color: #4987b3; }

ol.breadcrumb {
  background: transparent;
  padding: 25px 0;
  color: #6d6d6d;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  margin-bottom: 25px;
  font-size: 12px; }
  ol.breadcrumb li a {
    color: #6d6d6d; }

.death-occured-widget {
  position: relative;
  background: #007d68;
  color: #fff;
  padding: 40px 0; }

.close-death-widget {
  position: absolute;
  top: 25px;
  right: 30px;
  display: inline-block;
  font: 500 0.8em 'Poppins',helvetica,sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 11px;
  border: 1px solid #fff;
  cursor: pointer; }

:hover.close-death-widget {
  color: #007d68;
  background: #fff;
  border: 1px solid #fff; }

.hide-death-widget {
  display: none; }

header .header-top {
  border-bottom: 1px solid #d2d2d2;
  padding: 14px 0 0;
  color: #6a6a6a; }
  header .header-top .assistance-numbers {
    font-size: 14px; }
    header .header-top .assistance-numbers a {
      padding: 0 8px;
      color: #6a6a6a; }
  header .header-top .utility-menu .social, header .header-top .utility-menu .lang-toggle {
    font-size: 14px;
    text-transform: uppercase; }
    header .header-top .utility-menu .social a, header .header-top .utility-menu .lang-toggle a {
      padding: 0 8px;
      color: #6a6a6a; }
      header .header-top .utility-menu .social a.is-active, header .header-top .utility-menu .lang-toggle a.is-active {
        color: #007d68; }
  header .header-top .utility-menu .social, header .header-top .utility-menu .lang-toggle, header .header-top .utility-menu .death-occured {
    float: left;
    margin-left: 20px; }
    header .header-top .utility-menu .social ul, header .header-top .utility-menu .lang-toggle ul, header .header-top .utility-menu .death-occured ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header .header-top .utility-menu .social ul li, header .header-top .utility-menu .lang-toggle ul li, header .header-top .utility-menu .death-occured ul li {
        float: left;
        padding: 0; }
  header .header-top .utility-menu .death-occured a.btn.btn-primary {
    margin-top: -14px; }

header .header-bottom {
  padding: 15px 0; }
  header .header-bottom .navbar-nav li a {
    color: #000;
    padding: 20px;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px; }
    header .header-bottom .navbar-nav li a:after {
      height: 2px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: -100%;
      content: '';
      background: #007d68;
      transition: all 0.3s ease-in-out; }
    header .header-bottom .navbar-nav li a:hover {
      color: #007d68; }
      header .header-bottom .navbar-nav li a:hover:after {
        left: 0; }

.page-header-wrapper {
  background: url("../images/optimized/basic-page-header.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 65px 0 90px 0;
  color: #fff; }
  .page-header-wrapper h1 {
    border: none; }

.navbar-header {
  float: right; }

footer.footer {
  margin: 140px 0 0;
  padding: 0;
  border: 0; }
  footer.footer .footer-top {
    background: #2a2a2a;
    padding: 80px 0; }
    footer.footer .footer-top .find-us {
      background: #007d68;
      color: #fff; }
      footer.footer .footer-top .find-us .find-us-links {
        padding: 40px; }
        footer.footer .footer-top .find-us .find-us-links a {
          color: #fff; }
        footer.footer .footer-top .find-us .find-us-links .find-us-top h2, footer.footer .footer-top .find-us .find-us-links .find-us-top .social {
          display: inline-block;
          font-size: 1.6em;
          line-height: 32px;
          margin: 0 10px 25px 0; }
        footer.footer .footer-top .find-us .find-us-links .find-us-top .social {
          margin: 0; }
        footer.footer .footer-top .find-us .find-us-links .find-us-top ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer.footer .footer-top .find-us .find-us-links .find-us-top ul li {
            margin: 0 5px 0;
            padding: 0;
            float: left;
            font-size: 0.83em;
            line-height: 17px; }
          footer.footer .footer-top .find-us .find-us-links .find-us-top ul li a:hover {
            color: #000;
            text-decoration: none; }
        footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li {
            display: block;
            font-size: 0.9em;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #006453; }
            footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li .icon {
              display: inline-block;
              vertical-align: top; }
            footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li .text {
              display: inline-block;
              padding: 0 0 0 12px; }
          footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li:first-of-type {
            padding: 0 0 15px 0; }
          footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li:last-of-type {
            padding: 15px 0 0 0;
            border-bottom: none; }
          footer.footer .footer-top .find-us .find-us-links .find-us-bottom ul li a:hover {
            color: #000;
            text-decoration: none; }
      footer.footer .footer-top .find-us .map {
        right: 0;
        position: relative; }
        footer.footer .footer-top .find-us .map img {
          width: 500px; }
    footer.footer .footer-top .quick-links ul {
      columns: 2; }
      footer.footer .footer-top .quick-links ul li a {
        padding-left: 0;
        padding-right: 0;
        color: #fff; }
        footer.footer .footer-top .quick-links ul li a:hover {
          background: transparent;
          color: #007d68; }
  footer.footer .footer-bottom {
    background: #212121;
    color: #fff;
    padding: 25px 0;
    font-size: 14px; }
  footer.footer .newsletter-signup {
    position: relative;
    margin: 25px 0 0 0;
    padding: 0;
    border: none; }
    footer.footer .newsletter-signup label {
      display: none; }
    footer.footer .newsletter-signup input[type=email] {
      float: left;
      display: block;
      width: 260px;
      height: 48px;
      font: 400 0.87em 'Poppins',helvetica,sans-serif;
      color: #000;
      margin: 0;
      padding: 0 10px;
      background: #fff;
      border: 1px solid #fff; }
    footer.footer .newsletter-signup input[type=submit] {
      float: left;
      display: block;
      width: 100px;
      height: 48px;
      font: 400 0.87em 'Poppins',helvetica,sans-serif;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      background: #007d68;
      border: 1px solid #007d68; }
      footer.footer .newsletter-signup input[type=submit]:hover, footer.footer .newsletter-signup input[type=submit]:active, footer.footer .newsletter-signup input[type=submit]:focus {
        background: #006453;
        border: 1px solid #006453;
        color: #fff; }
    footer.footer .newsletter-signup ::-webkit-input-placeholder {
      color: #6a6a6a; }
    footer.footer .newsletter-signup :-moz-placeholder {
      /* Firefox 18- */
      color: #6a6a6a; }
    footer.footer .newsletter-signup ::-moz-placeholder {
      /* Firefox 19+ */
      color: #6a6a6a; }
    footer.footer .newsletter-signup :-ms-input-placeholder {
      color: #6a6a6a; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer.footer .newsletter-signup input[type=email] {
        float: none;
        width: 100%;
        margin: 0 0 10px 0; }
      footer.footer .newsletter-signup input[type=submit] {
        float: none; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer.footer .col-md-5 {
      width: 100%; }
    footer.footer .map {
      display: none; } }
  @media (max-width: 991px) {
    footer.footer .find-us {
      width: 100%;
      margin: 0 0 25px 0; }
    footer.footer .map {
      display: none; } }

.sidebar-menu {
  background: #007d68;
  padding: 30px 0;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: -30px; }
  .sidebar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
    width: 100%; }
    .sidebar-menu ul li {
      float: none;
      display: block;
      width: 100%; }
      .sidebar-menu ul li a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 15px 30px;
        text-transform: lowercase; }
        .sidebar-menu ul li a:first-letter {
          text-transform: uppercase; }
        .sidebar-menu ul li a:hover, .sidebar-menu ul li a:active, .sidebar-menu ul li a:focus {
          background: #006453;
          color: #fff; }
      .sidebar-menu ul li.active a {
        background: #006453;
        color: #fff; }
  .sidebar-menu select {
    display: none; }

  #block-mainnavigation {
    display: none;
  }

.region-sidebar-first .card {
  margin-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-sm-3 {
    width: 30%; } }

@media (max-width: 991px) {
  .col-sm-3 {
    width: 35%; } }

@media (max-width: 767px) {
  .col-sm-3 {
    width: 100%; }
  .sidebar-menu ul {
    display: none; }
  .sidebar-menu select {
    display: block;
    width: 85%;
    font: 400 1em 'Poppins',helvetica,sans-serif;
    margin: 0 auto; } }
  @media (min-width: 768px) {
    #block-mainnavigation {
      display: block;
    }
  }

.view-call-to-action {
  border: 1px solid #d2d2d2;
  padding-bottom: 25px; }
  .view-call-to-action .field--name-field-cta-title {
    padding: 25px 25px 0 25px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    color: #007d68;
    margin-bottom: 15px; }
  .view-call-to-action .field--name-body, .view-call-to-action .field--name-field-cta-link {
    padding: 0 25px; }
  .view-call-to-action a {
    margin-top: 15px;
    display: block; }

.main-content-inner {
  padding-left: 50px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .main-content-inner {
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-content-inner {
    padding-left: 0; } }

@media (max-width: 991px) {
  .main-content-inner {
    padding-left: 0; } }

@media (max-width: 767px) {
  .main-content-inner {
    padding-left: 0; } }

article.page {
  padding-top: 30px; }
  article.page .field--name-field-featured-image {
    border-bottom: 8px solid #007d68;
    margin-bottom: 30px;
    margin-top: 30px; }
    article.page .field--name-field-featured-image img {
      width: 100%; }
  article.page .row {
    padding-top: 40px;
    padding-bottom: 40px; }
    article.page .row h2, article.page .row h3, article.page .row h4, article.page .row h5, article.page .row h6 {
      margin-top: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-sm-9 {
    width: 70%; } }

@media (max-width: 991px) {
  .col-sm-9 {
    width: 65%; } }

@media (max-width: 767px) {
  .col-sm-9 {
    width: 100%; } }

.path-frontpage .region-homepage-slideshow {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto; }

.path-frontpage .slick__arrow {
  display: none !important; }

.path-frontpage .homepage-slider {
  position: relative; }
  .path-frontpage .homepage-slider .col-md-6.col-md-push-3 {
    position: absolute;
    z-index: 99;
    top: 300px; }
  .path-frontpage .homepage-slider:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: ''; }
  .path-frontpage .homepage-slider h1 {
    position: relative;
    z-index: 1;
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 20px #000; }

.path-frontpage .homepage-services .services-inner {
  background: #007d68;
  border-radius: 10px;
  padding: 45px;
  color: #fff;
  margin-top: -59px;
  margin-bottom: -59px;
  position: relative;
  z-index: 9;
  overflow: hidden; }
  .path-frontpage .homepage-services .services-inner h2 {
    font-size: 26px;
    margin: 0; }
  .path-frontpage .homepage-services .services-inner a {
    color: #fff; }

.path-frontpage .homepage-featured-content {
  padding-top: 189px;
  background: #f7f7f7; }

.path-frontpage .homepage-section-links {
  background: #fff;
  padding-bottom: 0; }

.path-frontpage .communities-section {
  position: relative;
  height: 1080px; }
  .path-frontpage .communities-section h2.line.under {
    margin: 0 0 100px 0; }

.path-frontpage .communities-home-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53%;
  height: 765px;
  background: #000 url(../images/optimized/beechwood-lowres1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 3; }
  .path-frontpage .communities-home-bg .summary {
    position: absolute;
    top: 115px;
    left: 400px;
    width: 375px;
    color: #fff; }
    .path-frontpage .communities-home-bg .summary h2 {
      font: 400 1.8em 'Playfair Display',serif;
      margin: 0 0 20px 0; }
      .path-frontpage .communities-home-bg .summary h2:after {
        display: block;
        width: 50px;
        content: '';
        margin: 20px 0 0 0;
        border-bottom: 4px solid #007d68; }
    .path-frontpage .communities-home-bg .summary p {
      font: 400 1em 'Poppins',sans-serif; }

.path-frontpage .block-views-blockcommunities-religions-cemeteries-block-1 {
  z-index: 8; }
  .path-frontpage .block-views-blockcommunities-religions-cemeteries-block-1 .col-lg-4 {
    position: relative;
    margin: 0 0 30px 0; }

.path-frontpage .homepage-sections-items {
  float: right;
  width: 970px;
  margin: 150px 0 0 0;
  z-index: 8; }
  .path-frontpage .homepage-sections-items .sixth-bucket {
    position: relative;
    display: block;
    width: 305px;
    height: 214px;
    overflow: hidden; }
    .path-frontpage .homepage-sections-items .sixth-bucket:hover .teaser-label {
      height: 214px; }
      .path-frontpage .homepage-sections-items .sixth-bucket:hover .teaser-label h3 {
        line-height: 1.3em; }
    .path-frontpage .homepage-sections-items .sixth-bucket:hover .toggle-direction {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .path-frontpage .homepage-sections-items .sixth-bucket .contextual-region {
      position: relative;
      height: 214px; }
    .path-frontpage .homepage-sections-items .sixth-bucket .field--name-field-featured-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 305px;
      height: 214px;
      margin: 0;
      z-ndex: 6; }
    .path-frontpage .homepage-sections-items .sixth-bucket img {
      width: 305px;
      height: 214px;
      margin: 0;
      z-ndex: 6; }
    .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 305px;
      height: 60px;
      text-align: center;
      background: #ff0084;
      transition: all 0.2s ease-in-out;
      z-index: 7; }
      .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label .vertical-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none; }
      .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label:hover .vertical-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label h3 {
        font-size: 0.95em;
        font-weight: 700;
        line-height: 60px;
        color: #fff;
        margin: 0; }
      .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label .read-more {
        display: block;
        font: 700 0.8em 'Poppins',helvetica,sans-serif !important;
        color: #fff;
        text-transform: uppercase;
        margin: 10px 0 0 0; }
        .path-frontpage .homepage-sections-items .sixth-bucket .teaser-label .read-more svg {
          display: inline;
          vertical-align: middle;
          margin: 0 0 0 5px; }
    .path-frontpage .homepage-sections-items .sixth-bucket .toggle-direction {
      position: absolute;
      bottom: 10px;
      right: 20px;
      color: #fff;
      transition: all 0.2s ease-in-out;
      transform: rotate(-90deg);
      z-index: 7; }

.path-frontpage .homepage-quote {
  background: #fff url("../images/optimized/homepage-quote-bg.png") center center no-repeat;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .path-frontpage .homepage-quote .homepage-quote-inner {
    color: #000;
    padding: 0 150px;
    text-align: center;
    font-size: 30px; }

.path-frontpage .homepage-learn-more {
  background: url("../images/optimized/homepage-learnmore-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  color: #fff; }
  .path-frontpage .homepage-learn-more:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.81);
    z-index: 9; }
  .path-frontpage .homepage-learn-more .container {
    position: relative;
    z-index: 10; }
  .path-frontpage .homepage-learn-more .homepage-learn-more-cta {
    padding: 60px 50px;
    background: #007d68;
    margin-bottom: -200px;
    color: #fff; }
    .path-frontpage .homepage-learn-more .homepage-learn-more-cta a {
      color: #fff; }
    .path-frontpage .homepage-learn-more .homepage-learn-more-cta h2 {
      margin: 0 0 28px 0; }
    .path-frontpage .homepage-learn-more .homepage-learn-more-cta p {
      font-size: 1.1em;
      line-height: 1.5em;
      margin: 0 0 2px 0; }
      .path-frontpage .homepage-learn-more .homepage-learn-more-cta p:last-of-type {
        font-weight: 700;
        margin: 0; }

.region-homepage-featured-items {
  margin: 65px 0 0 0; }
  .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col {
    position: relative;
    width: 31%;
    margin: 0 2% 0 0;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px #d2d2d2;
    overflow: hidden; }
    .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col:last-of-type {
      margin: 0; }
    .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col .image {
      margin: -30px 0 20px -30px; }
      .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col .image img {
        width: 390px;
        max-width: 390px;
        margin: 0; }
    .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col .title {
      font: 700 1.3em 'Playfair Display',serif;
      margin: 0 0 17px 0; }
    .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col .body {
      font-size: 0.83em;
      margin: 0 0 20px 0;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #d2d2d2; }
    .region-homepage-featured-items #views-bootstrap-featured-blocks-block-1 .col .url a {
      font-size: 0.83em;
      font-weight: 600;
      text-transform: uppercase;
      color: #007d68; }

@media (max-width: 767px) {
  #views-bootstrap-featured-blocks-block-1 .col {
    float: none;
    width: 90% !important;
    margin: 0 auto 30px auto !important; }
    #views-bootstrap-featured-blocks-block-1 .col:last-of-type {
      margin: 0 auto !important; }
    #views-bootstrap-featured-blocks-block-1 .col .image img {
      width: 100%;
      max-width: 100%; } }

.homepage-sections-items .views-row {
  position: relative;
  float: left;
  width: 32%;
  height: 220px;
  margin: 0 2% 2% 0;
  overflow: hidden;
  z-index: 3; }
  .homepage-sections-items .views-row:nth-of-type(3n) {
    float: right;
    margin: 0 0 2% 0; }
  .homepage-sections-items .views-row .field--name-field-featured-image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3; }
    .homepage-sections-items .views-row .field--name-field-featured-image img {
      width: 507px;
      height: 220px;
      margin: 0; }
  .homepage-sections-items .views-row .inner-snippet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px 20px 20px;
    background: url("../images/optimized/black-transp-bg.png");
    transition: all 0.2s ease-in-out;
    z-index: 5; }

.homepage-news-events {
  position: relative;
  padding: 100px 0; }
  .homepage-news-events .section-body {
    margin: 65px 0 0 0; }
  .homepage-news-events article {
    overflow: hidden; }
    .homepage-news-events article .field--name-field-featured-image {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 3; }
      .homepage-news-events article .field--name-field-featured-image img {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0; }
    .homepage-news-events article .field--name-field-event-date, .homepage-news-events article .field--name-field-news-date {
      position: absolute;
      top: 0;
      left: 30px;
      width: 70px;
      height: 100px;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      padding: 10px;
      background: #007d68;
      z-index: 4; }
      .homepage-news-events article .field--name-field-event-date .field--label, .homepage-news-events article .field--name-field-news-date .field--label {
        display: none; }
    .homepage-news-events article .news-events-snippet-inner {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      color: #fff;
      padding: 0 20px 20px 20px;
      background: url("../images/optimized/black-transp-bg.png");
      transition: all 0.2s ease-in-out;
      z-index: 4; }
      .homepage-news-events article .news-events-snippet-inner span {
        display: block;
        font: 700 1.1em 'Playfair Display',serif;
        line-height: 50px; }
      .homepage-news-events article .news-events-snippet-inner p {
        font-size: 0.9em;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        margin: 15px 0 0 0;
        overflow: hidden; }
        .homepage-news-events article .news-events-snippet-inner p:before {
          display: block;
          width: 90px;
          content: '';
          margin: 0 0 20px 0;
          border-top: 1px solid #fff; }
      .homepage-news-events article .news-events-snippet-inner .read-more {
        display: block;
        font: 600 0.83em 'Poppins',sans-serif !important;
        text-transform: uppercase;
        color: #fff;
        margin: 20px 0 0 0; }
        .homepage-news-events article .news-events-snippet-inner .read-more .svg-inline--fa.fa-w-8 {
          display: inline;
          vertical-align: middle;
          margin: 0 0 0 5px; }
        .homepage-news-events article .news-events-snippet-inner .read-more:hover {
          color: #007d68;
          text-decoration: none; }
    .homepage-news-events article .toggle-snippet {
      position: absolute;
      bottom: 0;
      right: 20px;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      text-align: center;
      background: #007d68;
      z-index: 5; }
      .homepage-news-events article .toggle-snippet .svg-inline--fa.fa-w-8 {
        height: 50px;
        transform: rotate(-90deg);
        transition: all 0.15s ease-in-out; }
  .homepage-news-events article:hover .news-events-snippet-inner {
    height: 500px; }
  .homepage-news-events article:hover .toggle-snippet .svg-inline--fa.fa-w-8 {
    transform: rotate(90deg); }
  .homepage-news-events .home-news-two-inner .views-row article {
    position: relative;
    height: 237px; }
    .homepage-news-events .home-news-two-inner .views-row article:hover .news-events-snippet-inner {
      height: 237px; }
    .homepage-news-events .home-news-two-inner .views-row article p {
      -webkit-line-clamp: 3; }
      .homepage-news-events .home-news-two-inner .views-row article p:last-of-type {
        display: none; }
  .homepage-news-events .home-news-two-inner :last-of-type.views-row article {
    margin: 20px 0 0 0; }

/* COMMUNITIES LANDING PAGE */
.page-node-type-landing-page .main-content-inner {
  padding-left: 0; }

.page-node-type-landing-page .page-header-wrapper {
  margin-bottom: 60px; }

.community-types {
  margin-top: 60px; }
  .community-types .col a {
    display: block;
    color: #333; }
    .community-types .col a .inner {
      margin-bottom: 30px;
      box-shadow: 0 0 20px #ddd;
      overflow: hidden;
      padding: 30px;
      display: block;
      transition: all 0.3s ease-in-out; }
      .community-types .col a .inner h2 {
        font-size: 1.6em;
        margin-top: 0;
        text-align: center; }
        .community-types .col a .inner h2:after {
          display: block;
          width: 70px;
          content: '';
          margin: 20px auto 0 auto;
          border-bottom: 1px solid #ddd; }
      .community-types .col a .inner p {
        font-size: 0.9em;
        color: #6a6a6a; }
      .community-types .col a .inner .body {
        text-align: center; }
      .community-types .col a .inner .read-more {
        display: block;
        font: 700 0.85em 'Poppins',sans-serif !important;
        color: #007d68;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0 0 0; }
        .community-types .col a .inner .read-more svg {
          width: .4em;
          vertical-align: middle;
          margin: -2px 0 0 5px; }
    .community-types .col a:hover {
      text-decoration: none; }
      .community-types .col a:hover .inner {
        box-shadow: 0 0 30px #666; }

.all-communities {
  margin-top: 60px; }

/* communities/community page */
.community-religion.teaser {
  height: 158px;
  margin: 0 0 30px 0;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #d2d2d2;
  overflow: hidden; }
  .community-religion.teaser h2 {
    font-size: 1.2em;
    margin: 0 0 10px 0; }
    .community-religion.teaser h2:after {
      display: block;
      width: 50px;
      content: '';
      margin: 10px 0 0 0;
      border-bottom: 1px solid #d2d2d2; }
  .community-religion.teaser p {
    font-size: 0.85em;
    color: #6a6a6a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .community-religion.teaser .read-more {
    display: block;
    font: 700 0.85em 'Poppins',sans-serif !important;
    color: #007d68;
    text-transform: uppercase;
    margin: 10px 0 0 0; }
    .community-religion.teaser .read-more svg {
      width: .4em;
      vertical-align: middle;
      margin: -2px 0 0 5px; }
  .community-religion.teaser .image {
    position: relative;
    float: left;
    width: 138px;
    height: 158px;
    margin: -20px 0 0 -20px;
    overflow: hidden; }
  .community-religion.teaser .inner {
    padding-left: 150px;
  }

  @media (min-width: 768px) {
    .community-religion.teaser .inner {
      padding-left: 40px;
    }
  }

.community-religion.full.clearfix .field--label {
  display: none; }

.has-bg-logo {
  padding: 85px 0 0 0;
  background: url(../images/optimized/beechwood-logo-bg.png) top center no-repeat; }

.full-width-gray {
  width: 100%;
  background: #f4f4f4; }

.pushed-up {
  margin: -90px 0; }
  .pushed-up .featured-image {
    margin-bottom: 60px; }

.title-summary {
  text-align: center; }
  .title-summary h1 {
    border: none; }
    .title-summary h1:after {
      display: block;
      width: 50px;
      content: '';
      margin: 10px auto 0 auto;
      border-bottom: 4px solid #007d68; }

.padded-bottom {
  padding: 0 0 150px 0; }

.events.teaser-2, .news.teaser-2 {
  position: relative;
  padding: 20px 20px 15px 20px;
  box-shadow: 0 0 15px #d2d2d2; }
  .events.teaser-2 .inner, .news.teaser-2 .inner {
    position: relative;
    z-index: 3; }
  .events.teaser-2 .date, .news.teaser-2 .date {
    position: absolute;
    top: 0;
    left: 8px;
    width: 70px;
    color: #fff;
    padding: 8px;
    background: #007d68;
    z-index: 4;
    font-size: 14px;
    text-align: left; }
  .events.teaser-2 .image, .news.teaser-2 .image {
    width: 246px;
    margin: -20px 0 5px -20px;
    z-index: 3; }
    .events.teaser-2 .image img, .news.teaser-2 .image img {
      width: 100%;
      margin: 0 0 10px 0; }
  .events.teaser-2 h2, .news.teaser-2 h2 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 0 0 5px 0; }
  .events.teaser-2 p, .events.teaser-2 .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item, .news.teaser-2 p, .news.teaser-2 .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item {
    font-size: 0.85em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .events.teaser-2 .read-more, .news.teaser-2 .read-more {
    display: block;
    font: 700 0.85em 'Poppins',sans-serif !important;
    color: #007d68;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #d2d2d2; }
    .events.teaser-2 .read-more svg, .news.teaser-2 .read-more svg {
      width: .4em;
      vertical-align: middle;
      margin: -2px 0 0 5px; }

.all-events {
  margin-top: 60px; }

.all-news {
  margin-top: 60px; }

.service.teaser {
  position: relative;
  margin: 30px 0 0 0;
  padding: 20px;
  box-shadow: 0 0 15px #d2d2d2; }
  .service.teaser .featured-image {
    float: left;
    width: 135px;
    height: 176px;
    margin: -20px 20px -20px -5px;
    overflow: hidden; }
    .service.teaser .featured-image img {
      width: 100%;
      margin: 0; }
  .service.teaser .services-snippet {
    float: right;
    width: 390px; }
    .service.teaser .services-snippet h2 {
      font-size: 1.1em;
      font-weight: 400;
      margin: 0 0 12px 0; }
      .service.teaser .services-snippet h2:after {
        display: block;
        width: 50px;
        content: '';
        margin: 12px 0 0 0;
        border-bottom: 1px solid #6a6a6a; }
    .service.teaser .services-snippet p {
      font-size: 0.85em;
      color: #6a6a6a;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .service.teaser .services-snippet .read-more {
      display: block;
      font: 700 0.85em 'Poppins',sans-serif !important;
      color: #007d68;
      text-transform: uppercase;
      margin: 15px 0 0 0; }
      .service.teaser .services-snippet .read-more svg {
        width: .4em;
        vertical-align: middle;
        margin: -2px 0 0 5px; }

/* Single services page */
.field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item {
  font-size: 1.2em; }

.field.field--name-body.field--type-text-with-summary.field--label-above .field--label {
  display: none; }

.field.field--name-field-family.field--type-text-long.field--label-above .field--label {
  display: block;
  font-size: 1.45em;
  margin: 40px 0 20px 0; }
  .field.field--name-field-family.field--type-text-long.field--label-above .field--label:after {
    display: inline;
    content: ':'; }

/* */
.node-21 article.landing-page.full {
  display: none; }

.event-date-location .top-date, .event-date-location .top-location {
  display: inline-block; }

.service-sidebar {
  background: #007d68;
  color: #fff;
  margin-top: 40px;
  padding: 30px 30px 20px 30px; }
  .service-sidebar a {
    display: block;
    width: 100%;
    color: #fff; }
  .service-sidebar .service-share {
    margin-bottom: 10px; }
  .service-sidebar .service-directions {
    margin-bottom: 20px; }
  .service-sidebar .service-flowers, .service-sidebar .service-donation {
    padding: 25px 0;
    border-top: 1px solid #fff; }
  .service-sidebar svg {
    margin: 0 20px 0 0; }
  .service-sidebar p {
    font-size: 0.85em;
    margin-top: 10px; }
  .service-sidebar .donation-blurb {
    border-bottom: 2px solid rgba(256,256,256,0.25);
    margin: 0px;
    padding-bottom: 10px;
  }

  .service-sidebar p.donation-intro {
    margin: 0px;
    padding-top: 10px;
  }

.event-date-location, .field.field--name-field-news-date.field--type-datetime.field--label-inline {
  font-size: 16px !important;
  margin: 40px 0;
  padding: 23px 20px 20px 20px;
  background: #f3f3f3;
  overflow: hidden; }
  .event-date-location .event-date-time, .event-date-location .event-locale, .event-date-location .cta, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-date-time, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-locale, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta {
    float: left;
    width: 33.33%; }
    .event-date-location .event-date-time .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .event-date-location .event-date-time .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item, .event-date-location .event-locale .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .event-date-location .event-locale .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item, .event-date-location .cta .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .event-date-location .cta .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-date-time .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-date-time .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-locale .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-locale .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta .field.field--name-field-date-time.field--type-daterange.field--label-hidden.field--item, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta .field.field--name-field-event-location.field--type-string.field--label-hidden.field--item {
      font-size: 1em; }
  .event-date-location .cta, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta {
    text-align: right;
    font-weight: 700; }
    .event-date-location .cta a, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta a {
      color: #007d68; }
      .event-date-location .cta a .fa-2x, .field.field--name-field-news-date.field--type-datetime.field--label-inline .cta a .fa-2x {
        font-size: 1.5em;
        vertical-align: middle;
        margin: -3px 0 0 4px; }
  .event-date-location .event-detail-label, .field.field--name-field-news-date.field--type-datetime.field--label-inline .event-detail-label {
    float: left;
    font-weight: 700;
    padding: 0 6px 0 0; }

.event-body img {
  margin: 40px 0; }

.btn-back {
  float: right;
  margin-top: 30px; }

.english-french-body h2 {
  font: 400 1.6em 'Poppins',sans-serif;
  margin: 55px 0 15px 0; }

.second-lang-body {
  display: none; }

.main-content-inner.has-bg-logo .btn-com-lang-switch {
  position: absolute;
  right: 0;
  top: 40px; }

.community-footer {
  margin: 100px 0 30px 0; }
  .community-footer h2 {
    font: 500 1.4em 'Poppins',sans-serif;
    text-align: center;
    margin: 0 0 20px; }
  .community-footer h3 {
    font: 500 0.9em 'Poppins',sans-serif;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 10px 0 0 0; }
    .community-footer h3 a {
      color: #000; }

.contextual-region.faq.full.clearfix {
  padding: 40px 0 0 0; }

.faq-question {
  position: relative;
  cursor: pointer; }
  .faq-question .field--name-field-question {
    font: 500 1.5em 'Poppins',sans-serif;
    color: #007d68; }
  .faq-question .faq-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #007d68;
    cursor: pointer; }

.faq-question.active .field--name-field-question, .faq-question.active .faq-toggle {
  color: #4987b3; }

.faq-answer {
  border-bottom: 1px solid #d2d2d2; }
  .faq-answer p {
    display: none;
    padding: 0 0 30px 0; }

article.people .people-content-wrapper h2 {
  margin-top: 0; }

.form-type-vertical-tabs {
  display: none; }

.page-node-type-service .service-photo-upload {
  float: left; }

.node-service-images-form .form-actions .btn-danger {
  margin-top: 14px; }

.page-node-type-service .btn-back {
  float: right; }

.page-node-type-service #block-addtoanybuttons {
  margin: 30px 0; }

.page-node-type-service .slick-slider {
  height: auto; }
  .page-node-type-service .slick-slider .slick-slide {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto; }

.page-node-type-service .slick-arrow::before {
  font-size: 32px;
  color: #007d68; }

.page-node-type-service .slick-prev.slick-arrow {
  margin-left: -42px; }

.page-node-type-service .slick-next.slick-arrow {
  margin-right: -42px; }

.page-node-type-service .service-sidebar {
  background: #007d68;
  color: #fff;
  padding: 30px;
  border-radius: 5px; }
  .page-node-type-service .service-sidebar a {
    color: #fff; }
    .page-node-type-service .service-sidebar a .icon-title svg, .page-node-type-service .service-sidebar a .icon-title .fa {
      font-size: 24px;
      margin-right: 10px; }
    .page-node-type-service .service-sidebar a .service-title svg, .page-node-type-service .service-sidebar a .service-title .fa {
      float: right; }
  .page-node-type-service .service-sidebar .icon-title a {
    padding: 25px 0;
    border-bottom: 1px solid #fff;
    display: block; }

.page-node-type-service footer.footer {
  margin-top: 0;
  border-top: 1px solid #999; }

.page-node-type-service article.service.full footer {
  display: none; }

.page-node-type-service .comment-add {
  display: none; }

.page-node-type-service .field--name-field-family {
  margin-top: 30px; }

.page-node-type-service #block-featuredimage {
  margin-top: 40px;
  margin-bottom: 40px; }

.page-node-type-service .date-location-wrapper .fa, .page-node-type-service .date-location-wrapper svg {
  margin-right: 10px;
  color: #007d68; }

.page-node-type-service form.comment-form {
  display: none; }

.page-node-type-service .js-comment {
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid #007d68;
  padding-bottom: 15px; }
  .page-node-type-service .js-comment a {
    color: #007d68;
    text-decoration: none; }
  .page-node-type-service .js-comment footer {
    display: none; }
  .page-node-type-service .js-comment ul.links {
    display: none; }

.page-node-type-service .main-container {
  background: #f4f4f4;
  padding: 60px 0; }

.page-node-type-service .date-location-wrapper {
  margin: 40px 0 40px 50px;
  padding-left: 40px;
  border-left: 4px solid #007d68; }
  .page-node-type-service .date-location-wrapper h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: "poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
  .page-node-type-service .date-location-wrapper p {
    font-size: 20px;
    font-weight: 300; }

.page-node-type-service .services-header .service-name-date {
  margin-top: 60px;
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff url("../images/optimized/homepage-quote-bg.png") center center no-repeat; }
  .page-node-type-service .services-header .service-name-date h1 {
    border: none;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .page-node-type-service .services-header .service-name-date h1:after {
      height: 4px;
      background: #007d68;
      content: '';
      width: 45px;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -22px; }
  .page-node-type-service .services-header .service-name-date .field--name-field-birth-death {
    font-size: 22px;
    font-weight: 500; }

.field--name-field-question {
  font: 400 1.6em 'Playfair Display',serif;
  margin: 30px 0 12px 0; }
  .field--name-field-question .field--label {
    display: none; }

.field--name-field-answer .field--label {
  display: none; }

.view-id-services .views-exposed-form.bef-exposed-form .form-actions .js-form-submit {
  font-size: 1em !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 10px 15px !important;
  background: #007d68 !important;
  border: none !important;
  border-radius: 0px !important;
  transition: all 0.15s ease-in-out;
}

.view-id-services .views-exposed-form.bef-exposed-form .form-actions {
  float: none;
  width: 100%;
  margin: 20px 0 0 0;
  clear: both;
}

/* Styles for the Donation form (/donation) */
.node-842 .page-header-wrapper .region-title-header {
  display: inline-flex;
}

.node-842 .page-header-wrapper .region-title-header .block-donation {
  background-color: #fff;
  color: #000;
  padding: 21px 26px;
  max-width: 453px;
  height: auto;
}

.node-842 .page-header-wrapper .region-title-header .block-donation  #edit-form-title {
  color: #007D68;
  border-bottom: 1px solid #D0D2D3;
  font-size: 22px;
}

.node-842 .page-header-wrapper .region-title-header .block-donation .form-item-donation-destination select {
  background-color: #DAD9D9;
}

.node-842 .main-container .main-content-inner {
  padding: 0px;
}

.path-checkout .main-container .main-content-inner {
  padding: 0px;
}

.node-842 .donation-contribution-footer {
  background-color: #F7F7F7;
  padding: 50px 0px;
}

.node-842 .donation-contribution-footer .thumbnail-donation {
  padding: 0px;
  border: 0;
  border-radius: 0;
  margin-top: 25px;
  width: 320px;
}

.node-842 .donation-contribution-footer .thumbnail-donation a {
  width: inherit;
}

.node-842 .donation-contribution-footer .thumbnail-donation a .caption {
  width: inherit;
}

.node-842 .donation-contribution-footer .thumbnail-donation img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.node-842 .donation-contribution-footer #thumbnail-1 {
  outline: 7px solid #007d68;
}

.node-842 .donation-contribution-footer .thumbnail-donation .caption {
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  width: inherit;
  padding: 10px;
  position: absolute;
  bottom: 0;
}

.node-842 .donation-contribution-footer #thumb-text-2 {
  display: none;
}

.node-842 .donation-contribution-footer #thumb-text-3 {
  display: none;
}

.node-842 .donation-contribution-footer #thumb-text-4 {
  display: none;
}

.node-842 .donation-contribution-footer .thumb-block {
  width: 54%;
}

.node-842 .donation-contribution-footer .thumb-block h2 {
  margin-top: 10px;
}

.node-842 .donation-contribution-footer .thumb-block {
  width: 100%;
}

/* Styles for the Commerce module */
.view-commerce-checkout-order-summary .order-total-line {
  padding: 0 10px;
  text-align: initial;
}

.view-commerce-checkout-order-summary .order-total-line-label {
  display: inline-block;
  width: 40%;
  font-weight: 300;
}

.view-commerce-checkout-order-summary .order-total-line-value {
  display: inline-block;
  width: 60%;
}

.view-commerce-checkout-order-summary {
  background-color: #E6E7E8;
  padding: 15px;
}

.view-commerce-checkout-order-summary .view-footer .order-total-line-value {
  color: #007D68;
}

.view-commerce-checkout-order-summary table td {
  border-top: none !important;
}

.checkout-pane-donation .form-control  {
  border-radius: 0;
}

.checkout-pane-donation label {
  font-weight: 500;
}

.checkout-pane-donation .panel-title {
  font-size: 19px;
}

.checkout-pane-donation  {
  border: 0;
}

.checkout-pane-donation > .panel-heading {
  background-color: #fff;
}

.checkout-pane-donation  #edit-donation-memorial-information {
  border-radius: 0px;
  background-color: #E6E7E8;
}

.checkout-pane-donation  #edit-donation-memorial-information > .panel-heading {
  border: 0;
}

.checkout-pane-donation  #edit-donation-memorial-information .panel-title {
  background-color: #E6E7E8;;
}

.checkout-pane-payment-information  {
  border: 0;
}

.checkout-pane-payment-information .form-control  {
  border-radius: 0px;
}

.checkout-pane-payment-information .panel-title {
  font-size: 19px;
}

.checkout-pane-payment-information .payment-cc-options-msg {
  font-size: 12px;
}

.checkout-pane-payment-information > .panel-heading {
  background-color: #fff;
}

.checkout-pane-payment-information label {
  font-weight: 500;
}

.checkout-pane-payment-information legend {
  display: none;
}


.checkout-pane-flower-contact-information  {
  border: 0;
}

.checkout-pane-flower-contact-information .form-control  {
  border-radius: 0px;
}

.checkout-pane-flower-contact-information .panel-title {
  font-size: 19px;
}

.checkout-pane-flower-contact-information .payment-cc-options-msg {
  font-size: 12px;
}

.checkout-pane-flower-contact-information > .panel-heading {
  background-color: #fff;
}

.checkout-pane-flower-contact-information label {
  font-weight: 500;
}

.checkout-pane-flower-contact-information legend {
  display: none;
}


.checkout-complete .panel-title {
  font-size: 22px;
} 

.checkout-complete .panel-heading {
  border-bottom: 1px solid #D0D2D3;
}

.checkout-complete .btn-primary {
  margin: 30px 0px 50px 13px;
}

.layout-region-checkout-secondary {
  padding-bottom: 25px;
}

/* Styles for the new Flower E-Store Commerce */
.view-flower-main-page .view-header {
  padding-left: 15px;
}

.view-flower-main-page .flower-type-entry {
  box-shadow: 0px 0px 8px #00000040;
  display: block;
  margin-bottom: 50px;
  transition: all 0.2s ease-in;
  border: solid 3px transparent;
}

.view-flower-main-page .flower-type-entry:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0px 20px #00000040;
  border: 3px solid #007d68;
}


.view-flower-main-page .flower-type-entry img {
  max-width: 100%;
}

.view-flower-main-page .flower-type-entry .flower-main-name {
  height: 72px;
  text-align: center;
  display: flex;
}

.view-flower-main-page .flower-type-entry .flower-main-name span {
  margin: auto;
}

.view-beechwood-product-events-main .view-header {
  padding-left: 15px;
}

.view-beechwood-product-events-main .event-entry {
  padding: 23px;
  margin-bottom: 34px;
  box-shadow: 0px 0px 8px #00000040;
  display: block;
  transition: all 0.2s ease-in;
  border: solid 3px transparent;
}

.view-beechwood-product-events-main .event-entry:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0px 20px #00000040;
  border: 3px solid #007d68;
}

.view-beechwood-product-events-main .event-entry img {
  max-width: 100%;
  padding-bottom: 10px;
}

.view-beechwood-product-events-main .event-entry .event-name .product-price {
  color: #007d68;
}

.view-beechwood-product-events-main .event-entry .best-seller-badge {
  background-color: #007d68;
  color: #fff;
  font-weight: 600;
  height: 26px;
  font-size: 14px;
  padding: 0px 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.view-beechwood-store-main-product-block .view-header {
  padding-left: 15px;
}

.view-beechwood-store-main-product-block .product-type-entry {
  box-shadow: 0px 0px 8px #00000040;
  display: block;
  margin-bottom: 50px;
  transition: all 0.2s ease-in;
  border: solid 3px transparent;
}

.view-beechwood-store-main-product-block .product-type-entry:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0px 20px #00000040;
  border: 3px solid #007d68;
}

.view-beechwood-store-main-product-block .product-type-entry img {
  max-width: 100%;
}

.view-beechwood-store-main-product-block .product-type-entry .product-type-name {
  height: 72px;
  text-align: center;
  display: flex;
}

.view-beechwood-store-main-product-block .product-type-entry .product-type-name span {
  margin: auto;
}

#block-beechwoodflowerstorefilters .beechwood-main-flower-filter .filter-list {
  padding-left: 0px;
  background-color: rgba(0,125,104,0.1);
  margin-bottom: 15px;
}

#block-beechwoodflowerstorefilters .beechwood-main-flower-filter .category-label {
  background-color: #007d68;
  color: #fff;
  padding: 16px 24px;
}

#block-beechwoodflowerstorefilters .beechwood-main-flower-filter .category-label  .fa-caret-down {
  float: right;
  font-size: 25px;
}

#block-beechwoodflowerstorefilters .beechwood-main-flower-filter .filter-list li {
  list-style: none;
  padding: 16px 24px;

}

#block-beechwoodflowerstorefilters .beechwood-main-flower-filter .filter-list li a {
  color: #333333;
}

#block-beechwoodflowercommemorationsfilters .beechwood-main-flower-filter .filter-list {
  padding-left: 0px;
  background-color: rgba(0,125,104,0.1);
  margin-bottom: 15px;
}

#block-beechwoodflowercommemorationsfilters .beechwood-main-flower-filter .category-label {
  background-color: #007d68;
  color: #fff;
  padding: 16px 24px;
}

#block-beechwoodflowercommemorationsfilters .beechwood-main-flower-filter .category-label  .fa-caret-down {
  float: right;
  font-size: 25px;
}

#block-beechwoodflowercommemorationsfilters .beechwood-main-flower-filter .filter-list li {
  list-style: none;
  padding: 16px 24px;

}

#block-beechwoodflowercommemorationsfilters .beechwood-main-flower-filter .filter-list li a {
  color: #333333;
}

#block-beechwoodstoreproductlinks .beechwood-main-flower-filter .filter-list {
  padding-left: 0px;
  background-color: rgba(0,125,104,0.1);
  margin-bottom: 15px;
}

#block-beechwoodstoreproductlinks .beechwood-main-flower-filter .category-label {
  background-color: #007d68;
  color: #fff;
  padding: 16px 24px;
}

#block-beechwoodstoreproductlinks .beechwood-main-flower-filter .category-label  .fa-caret-down {
  float: right;
  font-size: 25px;
}

#block-beechwoodstoreproductlinks .beechwood-main-flower-filter .filter-list li {
  list-style: none;
  padding: 16px 24px;

}

#block-beechwoodstoreproductlinks .beechwood-main-flower-filter .filter-list li a {
  color: #333333;
}





#block-beechwoodmemorialgiftsfilters .beechwood-main-flower-filter .filter-list {
  padding-left: 0px;
  background-color: rgba(0,125,104,0.1);
  margin-bottom: 15px;
}

#block-beechwoodmemorialgiftsfilters .beechwood-main-flower-filter .category-label {
  background-color: #007d68;
  color: #fff;
  padding: 16px 24px;
}

#block-beechwoodmemorialgiftsfilters .beechwood-main-flower-filter .category-label  .fa-caret-down {
  float: right;
  font-size: 25px;
}

#block-beechwoodmemorialgiftsfilters .beechwood-main-flower-filter .filter-list li {
  list-style: none;
  padding: 16px 24px;

}

#block-beechwoodmemorialgiftsfilters .beechwood-main-flower-filter .filter-list li a {
  color: #333333;
}





.view-flower-arrangements .pager-nav {
  width: 100%;
  float: left;
}

.view-flower-arrangements .pager-nav .pagination {
  float: left;
}

.view-flower-arrangements .product-entry {
  padding: 23px;
  margin-bottom: 34px;
  box-shadow: 0px 0px 8px #00000040;
  display: block;
  transition: all 0.2s ease-in;
  border: solid 3px transparent;
}

.view-flower-arrangements .product-entry:hover {
  text-decoration: none;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0px 20px #00000040;
  border: 3px solid #007d68;
}

.view-flower-arrangements .product-entry img {
  max-width: 100%;
  padding-bottom: 10px;
}

.view-flower-arrangements .product-entry .product-price {
  color: #007d68;
}

.view-flower-arrangements .product-entry .product-code {
  font-size: 1.55em;
  font-weight: 500 !important;  
  color: #007d68;
}

.view-flower-arrangements .product-entry .best-seller-badge {
  background-color: #007d68;
  color: #fff;
  font-weight: 600;
  height: 26px;
  font-size: 14px;
  padding: 0px 8px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.back-to-main-product-link {
  font-weight: 600;
}

#back-to-main-product-cart {
  position: relative;
  top: -79px;
}

.flower-single-product-full .flower-product-title h1 {
  margin-top: 0px;
}

.flower-single-product-full .flower-product-code {
  color: #007d68;
  font-size: 1.25em;
  font-weight: 500 !important;
}

.flower-single-product-full .flower-product-price {
  margin-top: 10px;
}

.flower-single-product-full .flower-product-price .flower-price-full .field--item {
  color: #007d68;
  font-size: 1.15em;
}

.flower-single-product-full .flower-product-price .field--type-commerce-price .field--item {
  color: #007d68;
  font-size: 1.15em;
}

.flower-single-product-full .flower-product-title {
  display: none;
}

.flower-single-product-full .field--name-field-flower-arrangement-desc .product-paragraph {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .flower-single-product-full .flower-product-title-mobile {
    display: none;
  }

  .flower-single-product-full .flower-product-title {
    display: block;
  }
}

.field--name-field-flower-arrangement-photo .modal-image-product-detail {
  width: 85%;
}

@media (min-width: 500px) {
  .field--name-field-flower-arrangement-photo .modal-image-product-detail {
    width: 88%;
  }
}

@media (min-width: 768px) {
  .field--name-field-flower-arrangement-photo .modal-image-product-detail {
    width: 92%;
  }
}

.flower-single-product-full .event-extra-details {
  margin-bottom: 20px;
} 

.flower-single-product-full .flower-product-location {
  margin-bottom: 0px !important;
}

.flower-single-product-full .flower-product-date {
  margin-bottom: 0px !important; 
}

.flower-single-product-full .product-description {
  padding-bottom: 11px;
}

.flower-single-product-full .flower-product-size-select {
  padding-bottom: 23px;
}

.flower-single-product-full .form-item-quantity-0-value label {
  display: block;
}

.flower-single-product-full .form-item-purchased-entity-0-attributes-attribute-flower-commemoration {
  display: none;
}

.flower-single-product-full .flower-product-size-select .form-item-purchased-entity-0-attributes-attribute-flower-spray {
  display: none;
}

.flower-single-product-full .flower-product-size-select .form-item-purchased-entity-0-attributes-attribute-memorial-gifts-keepsak {
  display: none;
}

.flower-single-product-full .flower-product-size-select .form-item-purchased-entity-0-attributes-attribute-eap-book-option {
  display: none;
}

.flower-single-product-full .flower-product-size-select .form-item-purchased-entity-0-attributes-attribute-rcmp-donation-type {
  display: none;
}

.flower-single-product-full .flower-product-size-select .field--name-variations .field--label {
  display: none;
}

.flower-single-product-full .form-item-field-flowers-ribbon-text-0-value {
  display: none;
}

.flower-single-product-full .form-item-field-flowers-message-0-value {
  display: none;
}

#commemoration-special-product-detail #edit-purchased-entity-wrapper {
  display: none;
}

.flower-single-product-full .form-item-field-flowers-customize-ribbon-value {
  padding-top: 10px;
}

.flower-single-product-full .form-item-field-flowers-customize-message-value {
  padding-top: 10px;
}

.flower-single-product-full .button--add-to-cart {
  margin-top: 16px;
}

.flower-single-product-full .form-item-purchased-entity-0-attributes-attribute-flower-size {
  margin-top: 20px;
}

.flower-single-product-full #edit-purchased-entity-0-attributes {
  margin-top: 16px;
}

.flower-single-product-full .form-item-field-flowers-name-deceased-0-value {
  margin-top: 20px;
}

.flower-single-product-full .form-item-quantity-0-value {
  margin: 20px 0px;
}

.flower-single-product-full .form-item-field-event-special-requests-0-value {
  margin-top: 27px;
}

.flower-single-product-full .beaudry-info-top {
  font-size: 15px;
  color: #007d68;
  font-weight: 600;
  padding-bottom: 15px;
}

.flower-single-product-full .wreath-variations-info {
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 14px;
}

.flower-single-product-full .field--items--product-photos .product-first .field--item {
  margin-bottom: 10px;
  padding: 0px 8px;
  cursor: pointer;
  float: none;
  width: 100%;
}

.flower-single-product-full .field--items--product-photos .product-first .field--item img {
  height: auto;
}

.flower-single-product-full .field--items--product-photos .field--item {
  width: 50%;
  float: left;
  padding: 8px;
  cursor: pointer;
}

.flower-single-product-full .field--items--product-photos .field--item img {
  height: 142px;
}

#view-purchased-entity-table-column, #view-unit-price-number-table-column, #view-edit-quantity-table-column, #view-remove-button-table-column, #view-total-price-number-table-column {
  text-transform: uppercase;
  border-bottom: 3px solid #007d68;
}

.view-id-commerce_cart_form table tbody tr:last-child td {
  border-bottom: 3px solid #007d68;
}

.view-id-commerce_cart_form table tbody tr td {
  padding: 20px 8px;
}

.flower-cart-product-full .flower-cart-title {
  font-size: 1.15em;
}

.view-id-commerce_cart_form #edit-actions {
  margin: 30px 0 50px 0;
  float: right;
}

.commerce-checkout-flow #edit-actions {
  margin: 30px 0 50px 0;
}

.view-id-commerce_cart_form #edit-submit {
  background: #007d68;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  border: none;
  font: 600 1em 'Poppins',helvetica, sans-serif;
}

.view-id-commerce_cart_form #edit-checkout {
  background: #007d68;
  border-radius: 0;
  text-transform: uppercase;
  padding: 15px 30px;
  color: #fff;
  border: none;
  font: 600 1em 'Poppins',helvetica, sans-serif;
}

.view-id-commerce_cart_form .order-total-line {
  font-weight: 500;
  font-size: 1.25em;
  padding-top: 0px;
}

.view-id-commerce_cart_form .order-total-line .order-total-line-label {
  padding-right: 8px;
}

.view-id-commerce_cart_form .order-total-line .order-total-line-label:after {
  content: ":";
}

.view-id-commerce_cart_form .order-total-line .order-total-line-value {
  color: #007d68;
  min-width: 140px;
}

.checkout-order-summary {
  background-color: #E6E7E8;
  padding: 30px;
}

.checkout-order-summary table {
  width: 100%;
}

.checkout-order-summary .order-summary-number {
  font-weight: 600;
  text-align: right;
}

.checkout-order-summary .order-summary-line {
  border-top: 1px solid #333333;
}

.checkout-order-summary .order-summary-line {
  border-top: 1px solid #333333;
}

.checkout-order-summary .order-summary-entry {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 11px;
}

.checkout-order-summary .order-summary-total {
  color: #007d68;
}

.checkout-order-summary .order-summary-total .order-summary-number {
  font-weight: 700;
}

#privacy-policy-info {
  margin-top: 15px;
}

header .header-cart {
  display: inline-block;
}

header .header-cart .cart-block--link__expand {
  color: #000;
}

header .header-cart .cart-icon {
  font-size: 18px;
}

header .header-cart .cart-icon .cart-block--summary__count {
  font-size: 16px;
}

header .header-cart .cart-block--link__expand:hover {
  color: #000 !important;
}

.cart-empty-page {
  margin-bottom: 30px;
}

/* Styles for the Service/Event registration form */
.service-registration-form .form-actions {
  padding-top: 30px;
}

.service-registration-form .g-recaptcha {
  padding-top: 20px;
}

.service-registration-page .messages__wrapper {
  font-size: 18px;
}

.select-wrapper select {
  line-height: normal;
}

/* Media Queries for the Commerce form */
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .layout-region-checkout-main,
  .layout-region-checkout-footer {
    float: none; 
    width: 100%;
    padding-right: 2em; 
    box-sizing: border-box;
  }

  .layout-region-checkout-secondary {
    float: none; 
    width: 100%;
  } 
}

@media (min-width: 768px) {
  .node-842 .donation-contribution-footer .thumbnail-donation {
    width: 345px;
  }
}

@media (min-width: 992px) {
  .node-842 .donation-contribution-footer .thumbnail-donation {
    width: 212.5px;
  }
}

@media (min-width: 1200px) {
  .node-842 .donation-contribution-footer .thumbnail-donation {
    width: 262.5px;
  }
} 

.commerce-order-item-add-to-cart-form-commerce-product-174 .form-type-entity-autocomplete {
  display: none;
}
.commerce-order-item-add-to-cart-form-commerce-product-175 .form-type-entity-autocomplete,
.commerce-order-item-add-to-cart-form-commerce-product-175 .field--name-quantity {
  display: none;
}


