{"id":46,"date":"2026-05-13T15:16:45","date_gmt":"2026-05-13T15:16:45","guid":{"rendered":"https:\/\/fac.sharishments.com\/?page_id=46"},"modified":"2026-07-13T02:43:17","modified_gmt":"2026-07-13T02:43:17","slug":"newsletters","status":"publish","type":"page","link":"https:\/\/fac.sharishments.com\/?page_id=46","title":{"rendered":"Newsletters"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"46\" class=\"elementor elementor-46\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2978db e-flex e-con-boxed e-con e-parent\" data-id=\"e2978db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05bdb33 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-html\" data-id=\"05bdb33\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t\ufeff<!-- FAC Marketing header: self-contained drop-in -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  :root {\r\n    --fac-green: #73c351;\r\n    --fac-dark: #231f20;\r\n    --fac-blue: #235fbc;\r\n    --fac-cream: #f5f2ec;\r\n    --fac-white: #ffffff;\r\n    --fac-border: rgba(35, 31, 32, 0.14);\r\n  }\r\n\r\n  .fac-site-header {\r\n    position: sticky;\r\n    top: 0;\r\n    z-index: 1000;\r\n    background: var(--fac-white);\r\n    border-bottom: 0;\r\n    font-family: \"Source Sans 3\", Arial, sans-serif;\r\n    color: var(--fac-dark);\r\n  }\r\n\r\n  .fac-site-header * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .fac-header-inner {\r\n    width: min(1180px, calc(100% - 32px));\r\n    min-height: 86px;\r\n    margin: 0 auto;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 24px;\r\n  }\r\n\r\n  .fac-logo {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    flex: 0 0 auto;\r\n  }\r\n\r\n  .fac-logo img {\r\n    display: block;\r\n    width: 185px;\r\n    max-width: 42vw;\r\n    height: auto;\r\n  }\r\n\r\n  .fac-mobile-toggle {\r\n    display: none;\r\n    width: 44px;\r\n    height: 44px;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border: 1px solid var(--fac-border);\r\n    border-radius: 6px;\r\n    background: var(--fac-white);\r\n    color: var(--fac-dark);\r\n    cursor: pointer;\r\n  }\r\n\r\n  .fac-mobile-toggle span,\r\n  .fac-mobile-toggle span::before,\r\n  .fac-mobile-toggle span::after {\r\n    display: block;\r\n    width: 22px;\r\n    height: 2px;\r\n    background: currentColor;\r\n    content: \"\";\r\n  }\r\n\r\n  .fac-mobile-toggle span {\r\n    position: relative;\r\n  }\r\n\r\n  .fac-mobile-toggle span::before,\r\n  .fac-mobile-toggle span::after {\r\n    position: absolute;\r\n    left: 0;\r\n  }\r\n\r\n  .fac-mobile-toggle span::before {\r\n    top: -7px;\r\n  }\r\n\r\n  .fac-mobile-toggle span::after {\r\n    top: 7px;\r\n  }\r\n\r\n  .fac-nav {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: flex-end;\r\n    gap: 6px;\r\n    flex: 1 1 auto;\r\n  }\r\n\r\n  .fac-nav a,\r\n  .fac-dropdown-button {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    min-height: 42px;\r\n    padding: 8px 10px;\r\n    border: 0;\r\n    background: transparent;\r\n    color: var(--fac-dark);\r\n    font: 600 15px\/1.2 \"Source Sans 3\", Arial, sans-serif;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .fac-nav a:hover,\r\n  .fac-dropdown-button:hover {\r\n    color: var(--fac-blue);\r\n  }\r\n\r\n  .fac-dropdown {\r\n    position: relative;\r\n  }\r\n\r\n  .fac-dropdown-button::after {\r\n    content: \"\";\r\n    width: 7px;\r\n    height: 7px;\r\n    margin-left: 7px;\r\n    border-right: 2px solid currentColor;\r\n    border-bottom: 2px solid currentColor;\r\n    transform: rotate(45deg) translateY(-2px);\r\n  }\r\n\r\n  .fac-dropdown-menu {\r\n    position: absolute;\r\n    top: calc(100% + 12px);\r\n    left: 0;\r\n    min-width: 220px;\r\n    padding: 8px;\r\n    border: 1px solid var(--fac-border);\r\n    border-radius: 8px;\r\n    background: var(--fac-white);\r\n    box-shadow: 0 18px 42px rgba(35, 31, 32, 0.16);\r\n    opacity: 0;\r\n    pointer-events: none;\r\n    transform: translateY(-4px);\r\n    transition: opacity 160ms ease, transform 160ms ease;\r\n  }\r\n\r\n  .fac-dropdown:hover .fac-dropdown-menu,\r\n  .fac-dropdown:focus-within .fac-dropdown-menu {\r\n    opacity: 1;\r\n    pointer-events: auto;\r\n    transform: translateY(0);\r\n  }\r\n\r\n  .fac-dropdown-menu a {\r\n    display: flex;\r\n    width: 100%;\r\n    min-height: 38px;\r\n    border-radius: 5px;\r\n  }\r\n\r\n  .fac-dropdown-menu a:hover {\r\n    background: var(--fac-cream);\r\n  }\r\n\r\n  .fac-call-button {\r\n    margin-left: 8px;\r\n    padding: 11px 18px !important;\r\n    border-radius: 6px;\r\n    background: var(--fac-green);\r\n    color: var(--fac-dark) !important;\r\n    font-weight: 700 !important;\r\n  }\r\n\r\n  .fac-call-button:hover {\r\n    filter: brightness(0.96);\r\n  }\r\n\r\n  @media (max-width: 1060px) {\r\n    .fac-header-inner {\r\n      min-height: 76px;\r\n    }\r\n\r\n    .fac-mobile-toggle {\r\n      display: inline-flex;\r\n    }\r\n\r\n    .fac-nav {\r\n      position: absolute;\r\n      top: 100%;\r\n      left: 0;\r\n      width: 100%;\r\n      display: none;\r\n      padding: 12px 16px 18px;\r\n      border-top: 1px solid var(--fac-border);\r\n      background: var(--fac-white);\r\n      box-shadow: 0 18px 34px rgba(35, 31, 32, 0.12);\r\n    }\r\n\r\n    .fac-site-header.is-open .fac-nav {\r\n      display: block;\r\n    }\r\n\r\n    .fac-nav a,\r\n    .fac-dropdown-button {\r\n      width: 100%;\r\n      justify-content: space-between;\r\n      padding: 12px 4px;\r\n      white-space: normal;\r\n    }\r\n\r\n    .fac-dropdown-menu {\r\n      position: static;\r\n      min-width: 0;\r\n      padding: 0 0 0 16px;\r\n      border: 0;\r\n      border-radius: 0;\r\n      box-shadow: none;\r\n      opacity: 1;\r\n      pointer-events: auto;\r\n      transform: none;\r\n      display: block;\r\n    }\r\n\r\n    .fac-call-button {\r\n      justify-content: center !important;\r\n      margin: 10px 0 0;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 720px) {\r\n    .fac-header-inner {\r\n      width: min(100% - 24px, 1180px);\r\n    }\r\n\r\n    .fac-logo img {\r\n      width: 155px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<header class=\"fac-site-header\" data-fac-header>\r\n  <div class=\"fac-header-inner\">\r\n    <a class=\"fac-logo\" href=\"https:\/\/facmarketing.com\/\" aria-label=\"FAC Marketing home\">\r\n      <img decoding=\"async\" src=\"https:\/\/lirp.cdn-website.com\/5bffc3ef\/dms3rep\/multi\/opt\/FAC-Marketing-logo-1920w.png\" alt=\"FAC Marketing\">\r\n    <\/a>\r\n\r\n    <button class=\"fac-mobile-toggle\" type=\"button\" aria-label=\"Open menu\" aria-expanded=\"false\" data-fac-menu-toggle>\r\n      <span aria-hidden=\"true\"><\/span>\r\n    <\/button>\r\n\r\n    <nav class=\"fac-nav\" aria-label=\"Main navigation\">\r\n      <a href=\"https:\/\/facmarketing.com\/\">Home<\/a>\r\n      <a href=\"https:\/\/facmarketing.com\/about\">About FAC<\/a>\r\n      <div class=\"fac-dropdown\">\r\n        <button class=\"fac-dropdown-button\" type=\"button\">FAC Services<\/button>\r\n        <div class=\"fac-dropdown-menu\">\r\n          <a href=\"https:\/\/facmarketing.com\/copywriting\">Copywriting<\/a>\r\n          <a href=\"https:\/\/facmarketing.com\/digital-marketing\">Digital Marketing<\/a>\r\n          <a href=\"https:\/\/facmarketing.com\/service1\">FAC Marketing<\/a>\r\n          <a href=\"https:\/\/facmarketing.com\/social-media\">Social Media<\/a>\r\n          <a href=\"https:\/\/facmarketing.com\/newsletters\">Newsletters<\/a>\r\n          <a href=\"https:\/\/facmarketing.com\/seo-services\">SEO Services<\/a>\r\n        <\/div>\r\n      <\/div>\r\n      <a href=\"https:\/\/facmarketing.com\/contact\">Contact<\/a>\r\n      <a href=\"https:\/\/facmarketing.com\/facebook-packages\">Facebook Packages<\/a>\r\n      <a href=\"https:\/\/facmarketing.com\/bridges-of-transition\">Bridges of Transition<\/a>\r\n      <a href=\"https:\/\/facmarketing.com\/seo-services\">SEO Services<\/a>\r\n      <a href=\"https:\/\/facmarketing.com\/blog\">Blog<\/a>\r\n      <a class=\"fac-call-button\" href=\"tel:1-800-800-5809\">Call Us<\/a>\r\n    <\/nav>\r\n  <\/div>\r\n<\/header>\r\n\r\n<script>\r\n  (function () {\r\n    var header = document.querySelector(\"[data-fac-header]\");\r\n    var toggle = document.querySelector(\"[data-fac-menu-toggle]\");\r\n\r\n    if (!header || !toggle) return;\r\n\r\n    toggle.addEventListener(\"click\", function () {\r\n      var isOpen = header.classList.toggle(\"is-open\");\r\n      toggle.setAttribute(\"aria-expanded\", isOpen ? \"true\" : \"false\");\r\n      toggle.setAttribute(\"aria-label\", isOpen ? \"Close menu\" : \"Open menu\");\r\n    });\r\n  })();\r\n<\/script>\r\n\r\n\r\n\r\n<style>\r\n\r\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n:root {\r\n  --white:      #ffffff;\r\n  --off:        #f7f7f7;\r\n  --border:     #e6e6e6;\r\n  --border-2:   #d0d0d0;\r\n  --ink:        #231f20;\r\n  --ink-mid:    #4e4e4e;\r\n  --ink-soft:   #999999;\r\n  --green:      #73c351;\r\n  --green-deep: #5aaa39;\r\n  --green-tint: rgba(115,195,81,0.10);\r\n  --blue:       #235fbc;\r\n  --blue-deep:  #1a4d9e;\r\n  --radius:     16px;\r\n  --container: 1440px;\r\n}\r\n\r\nhtml { scroll-behavior: smooth; }\r\n\r\nbody {\r\n  font-family: 'Source Sans 3', sans-serif;\r\n  background: var(--white);\r\n  color: var(--ink);\r\n  font-size: 16px;\r\n  line-height: 1.75;\r\n  -webkit-font-smoothing: antialiased;\r\n}\r\n\r\nbody > h1:first-child,\r\n.entry-title,\r\n.page-title,\r\n.wp-block-post-title,\r\n.elementor-page-title,\r\n.entry-header,\r\n.page-header {\r\n  display: none !important;\r\n}\r\n\r\na { color: inherit; text-decoration: none; }\r\nimg { display: block; }\r\n\r\n.btn {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  min-height: 46px;\r\n  padding: 12px 20px;\r\n  border-radius: 8px;\r\n  font-size: 15px;\r\n  font-weight: 700;\r\n  line-height: 1.2;\r\n  text-decoration: none;\r\n  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;\r\n}\r\n\r\n.btn:hover {\r\n  transform: translateY(-1px);\r\n}\r\n\r\n.btn-green {\r\n  background: var(--green);\r\n  color: var(--ink);\r\n}\r\n\r\n.btn-outline {\r\n  border: 1px solid var(--border-2);\r\n  color: var(--ink);\r\n  background: var(--white);\r\n}\r\n\r\n.btn-white {\r\n  background: var(--white);\r\n  color: var(--ink);\r\n}\r\n\r\n.btn-ghost-white {\r\n  border: 1px solid rgba(255,255,255,0.46);\r\n  color: var(--white);\r\n}\r\n\r\n.btn-lg {\r\n  min-height: 50px;\r\n  padding: 14px 22px;\r\n}\r\n\r\n.wrap {\r\n  width: min(calc(100% - 80px), var(--container));\r\n  margin: 0 auto;\r\n}\r\n\r\n\/* ======== TAGS ======== *\/\r\n.tag {\r\n  display: inline-flex; align-items: center; gap: 8px;\r\n  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;\r\n  color: var(--green); margin-bottom: 16px;\r\n}\r\n.tag::before { content: \"\"; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }\r\n\r\n\/* ======== SECTION HEADS ======== *\/\r\n.section-h2 {\r\n  font-size: clamp(28px, 3.8vw, 44px); font-weight: 700;\r\n  line-height: 1.12; letter-spacing: -0.03em; max-width: 660px;\r\n}\r\n.section-lead {\r\n  margin-top: 16px; font-size: 16px; font-weight: 300;\r\n  color: var(--ink-mid); line-height: 1.85; max-width: 500px;\r\n}\r\n.head-row {\r\n  display: grid; grid-template-columns: 1fr 1fr;\r\n  gap: 48px; align-items: end; margin-bottom: 48px;\r\n}\r\n.head-center { text-align: center; margin-bottom: 48px; }\r\n.head-center .section-h2, .head-center .section-lead { margin-left: auto; margin-right: auto; }\r\n\r\n\/* ======== HERO ======== *\/\r\n.hero {\r\n  padding: 64px 0 78px;\r\n  background:\r\n    linear-gradient(90deg, var(--white) 0 58%, var(--off) 58% 100%);\r\n}\r\n\r\n.hero .wrap {\r\n  width: min(calc(100% - 80px), 1240px);\r\n}\r\n\r\n.hero-layout {\r\n  display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);\r\n  gap: clamp(42px, 5vw, 72px); align-items: center;\r\n}\r\n\r\n.hero h1 {\r\n  font-size: clamp(36px, 4.8vw, 58px); font-weight: 700;\r\n  line-height: 1.1; letter-spacing: -0.03em; color: var(--ink); max-width: 620px;\r\n}\r\n.hero-sub { margin-top: 14px; font-size: 21px; font-weight: 600; color: var(--green-deep); line-height: 1.45; max-width: 560px; }\r\n.hero-lead { margin-top: 22px; font-size: 16px; font-weight: 300; color: var(--ink-mid); line-height: 1.85; max-width: 560px; }\r\n.hero-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }\r\n\r\n\/* Hero support card *\/\r\n.hero-img-card {\r\n  border-radius: var(--radius);\r\n  overflow: hidden;\r\n  border: 1px solid var(--border);\r\n  box-shadow: 0 24px 64px rgba(35,31,32,0.12);\r\n  background: var(--white);\r\n}\r\n\r\n.hero-img-card img {\r\n  width: 100%;\r\n  height: auto;\r\n  max-height: 430px;\r\n  object-fit: contain;\r\n  object-position: center;\r\n  display: block;\r\n  background: var(--off);\r\n}\r\n\r\n.hero-img-caption {\r\n  padding: 24px 26px 26px;\r\n  border-top: 1px solid var(--border);\r\n  background: var(--white);\r\n}\r\n.hero-card-label {\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 8px;\r\n  margin-bottom: 12px;\r\n  color: var(--green-deep);\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 0.16em;\r\n  text-transform: uppercase;\r\n}\r\n.hero-card-label::before {\r\n  content: \"\";\r\n  width: 7px;\r\n  height: 7px;\r\n  border-radius: 50%;\r\n  background: var(--green);\r\n}\r\n.hero-img-caption h2 {\r\n  margin: 0;\r\n  color: var(--ink);\r\n  font-size: 24px;\r\n  font-weight: 700;\r\n  line-height: 1.2;\r\n  letter-spacing: -0.02em;\r\n}\r\n.hero-img-caption p {\r\n  margin-top: 10px;\r\n  color: var(--ink-mid);\r\n  font-size: 15px;\r\n  font-weight: 300;\r\n  line-height: 1.7;\r\n}\r\n.hero-support-list {\r\n  list-style: none;\r\n  display: grid;\r\n  gap: 8px;\r\n  margin-top: 18px;\r\n}\r\n.hero-support-list li {\r\n  display: flex;\r\n  align-items: flex-start;\r\n  gap: 10px;\r\n  color: var(--ink-mid);\r\n  font-size: 14.5px;\r\n  line-height: 1.5;\r\n}\r\n.hero-support-list li::before {\r\n  content: \"\";\r\n  width: 6px;\r\n  height: 6px;\r\n  margin-top: 9px;\r\n  border-radius: 50%;\r\n  background: var(--green);\r\n  flex: 0 0 6px;\r\n}\r\n\r\n\/* ======== RESULTS - brand blue panel with dot pattern ======== *\/\r\n.results-panel {\r\n  background: #235fbc;\r\n  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);\r\n  background-size: 28px 28px;\r\n  padding: 88px 0;\r\n}\r\n\r\n.results-panel .tag { color: rgba(255,255,255,0.45); }\r\n.results-panel .tag::before { background: rgba(255,255,255,0.3); }\r\n\r\n.results-panel .section-h2 { color: #fff; }\r\n.results-panel .section-lead { color: rgba(255,255,255,0.5); max-width: 480px; }\r\n\r\n.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; }\r\n.results-images { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }\r\n.result-img-card { border-radius: var(--radius); overflow: hidden; }\r\n.result-img-card img {\r\n  width: 100%;\r\n  height: auto;\r\n  max-height: 360px;\r\n  object-fit: contain;\r\n  display: block;\r\n  background: rgba(255,255,255,0.08);\r\n}\r\n\r\n.result-card {\r\n  padding: 36px;\r\n  border: 1px solid rgba(255,255,255,0.1);\r\n  border-radius: var(--radius);\r\n  background: rgba(255,255,255,0.04);\r\n}\r\n.result-card h3 { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 24px; }\r\n.result-row {\r\n  display: flex; justify-content: space-between; align-items: center;\r\n  gap: 24px; padding: 16px 0;\r\n  border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 15px;\r\n}\r\n.result-row:last-child { border-bottom: 0; padding-bottom: 0; }\r\n.result-row span { color: rgba(255,255,255,0.5); font-weight: 300; font-size: 14px; }\r\n.result-row strong { font-weight: 700; font-size: 17px; color: rgba(255,255,255,0.75); }\r\n.result-row.hi span { color: rgba(255,255,255,0.7); font-size: 15px; }\r\n.result-row.hi strong { color: #73c351; font-size: 32px; font-weight: 800; letter-spacing: -0.03em; }\r\n\r\n\/* ======== FAQ - subtle grid pattern ======== *\/\r\n.faq-section {\r\n  padding: 88px 0;\r\n  background-color: var(--off);\r\n  background-image:\r\n    linear-gradient(var(--border) 1px, transparent 1px),\r\n    linear-gradient(90deg, var(--border) 1px, transparent 1px);\r\n  background-size: 48px 48px;\r\n  background-position: center center;\r\n}\r\n\r\n.faq-wrap { max-width: 860px; margin: 0 auto; }\r\n.faq-item + .faq-item { border-top: 1px solid var(--border); }\r\n\r\n.faq-q {\r\n  width: 100%; text-align: left; display: flex;\r\n  justify-content: space-between; align-items: flex-start;\r\n  gap: 20px; padding: 24px 0; background: none; border: none; cursor: pointer;\r\n  font-family: 'Source Sans 3', sans-serif; font-size: 16px; font-weight: 500;\r\n  color: var(--ink); line-height: 1.5;\r\n}\r\n.faq-icon {\r\n  width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%;\r\n  border: 1.5px solid var(--border-2);\r\n  display: flex; align-items: center; justify-content: center;\r\n  transition: all 0.2s; margin-top: 3px;\r\n}\r\n.faq-icon svg { width: 10px; height: 10px; stroke: var(--ink-mid); stroke-width: 2.2; fill: none; transition: transform 0.22s; }\r\n.faq-q.open .faq-icon { background: var(--green); border-color: var(--green); }\r\n.faq-q.open .faq-icon svg { stroke: #fff; transform: rotate(45deg); }\r\n\r\n.faq-body { max-height: 0; overflow: hidden; transition: max-height 0.32s ease, padding-bottom 0.32s ease; }\r\n.faq-body.open { max-height: 700px; padding-bottom: 26px; }\r\n\r\n.faq-body p { font-size: 15.5px; font-weight: 300; color: var(--ink-mid); line-height: 1.9; }\r\n.faq-body p + p, .faq-body p + ul, .faq-body ul + p { margin-top: 14px; }\r\n\r\n.bullet { list-style: none; display: grid; gap: 10px; margin-top: 12px; }\r\n.bullet li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; font-weight: 300; color: var(--ink-mid); line-height: 1.8; }\r\n.bullet li::before { content: \"\"; width: 6px; height: 6px; border-radius: 50%; background: var(--green); flex: 0 0 6px; margin-top: 10px; }\r\n\r\n\/* ======== PROGRAMS - white ======== *\/\r\n.programs-section { padding: 88px 0; background: var(--white); }\r\n\r\n.programs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\r\n\r\n.program-card {\r\n  padding: 40px; border: 1px solid var(--border);\r\n  border-radius: var(--radius); background: var(--white);\r\n}\r\n.prog-label { font-size: 10.5px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }\r\n.program-card h3 { font-size: 26px; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }\r\n.program-card p { margin-top: 16px; font-size: 15.5px; font-weight: 300; color: var(--ink-mid); line-height: 1.9; }\r\n.feature-list { list-style: none; margin-top: 22px; display: grid; gap: 9px; }\r\n.feature-list li { padding: 13px 16px; background: var(--off); border-radius: 10px; font-size: 14.5px; font-weight: 400; color: var(--ink-mid); border: 1px solid var(--border); line-height: 1.5; }\r\n\r\n\/* Program image row - actual content image *\/\r\n.program-img-row {\r\n  display: grid; grid-template-columns: 1fr 1fr;\r\n  gap: 16px; margin-top: 16px;\r\n}\r\n\r\n.program-img-card {\r\n  border-radius: var(--radius); overflow: hidden;\r\n  border: 1px solid var(--border);\r\n}\r\n.program-img-card img {\r\n  width: 100%;\r\n  height: auto;\r\n  max-height: 380px;\r\n  object-fit: contain;\r\n  display: block;\r\n  background: var(--off);\r\n}\r\n\r\n.program-stat-card {\r\n  border-radius: var(--radius); border: 1px solid var(--border);\r\n  background: var(--green-tint);\r\n  padding: 36px; display: flex; flex-direction: column; justify-content: center;\r\n}\r\n.program-stat-card .big-num {\r\n  font-size: 56px; font-weight: 800; letter-spacing: -0.05em;\r\n  color: var(--green); line-height: 1;\r\n}\r\n.program-stat-card .big-label {\r\n  margin-top: 10px; font-size: 16px; font-weight: 600; color: var(--green-deep); line-height: 1.4;\r\n}\r\n.program-stat-card .big-sub {\r\n  margin-top: 8px; font-size: 14px; font-weight: 300; color: var(--ink-mid); line-height: 1.7;\r\n}\r\n\r\n\/* ======== MORE FAQ - white, diagonal lines ======== *\/\r\n.more-faq-section {\r\n  padding: 88px 0;\r\n  background-color: var(--white);\r\n  background-image: repeating-linear-gradient(\r\n    -45deg,\r\n    transparent,\r\n    transparent 20px,\r\n    rgba(0,0,0,0.018) 20px,\r\n    rgba(0,0,0,0.018) 21px\r\n  );\r\n}\r\n\r\n\/* ======== CTA ======== *\/\r\n.cta-section { padding: 0 0 88px; background: var(--white); }\r\n\r\n.cta-bar {\r\n  background: var(--green);\r\n  border-radius: 20px; padding: 60px 64px;\r\n  display: flex; justify-content: space-between; align-items: center; gap: 48px;\r\n}\r\n.cta-bar h2 { font-size: clamp(26px, 3.2vw, 40px); font-weight: 700; line-height: 1.15; letter-spacing: -0.03em; color: #fff; max-width: 520px; }\r\n.cta-bar p { margin-top: 12px; font-size: 15.5px; font-weight: 300; color: rgba(255,255,255,0.65); max-width: 460px; line-height: 1.85; }\r\n.cta-btns { display: flex; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }\/* ======== RESPONSIVE ======== *\/\r\n@media (max-width: 1020px) {\r\n  .wrap { width: min(calc(100% - 48px), var(--container)); }\r\n  .hero-layout, .head-row, .programs-grid, .program-img-row,\r\n  .results-grid { grid-template-columns: 1fr; }\r\n  .hero {\r\n    background: var(--white);\r\n  }\r\n  .hero .wrap {\r\n    width: min(calc(100% - 48px), 1240px);\r\n  }\r\n  .hero-img-card img {\r\n    max-height: 360px;\r\n  }\r\n  .cta-bar { flex-direction: column; align-items: flex-start; }\r\n}\r\n@media (max-width: 700px) {\r\n  .wrap { width: calc(100% - 32px); }\r\n  .hero .wrap { width: calc(100% - 32px); }\r\n  .hero { padding: 38px 0 58px; }\r\n  .hero h1 {\r\n    font-size: clamp(32px, 10vw, 42px);\r\n    line-height: 1.12;\r\n  }\r\n  .hero-sub {\r\n    font-size: 18px;\r\n  }\r\n  .hero-lead {\r\n    font-size: 16px;\r\n    line-height: 1.78;\r\n  }\r\n  .hero-actions {\r\n    margin-top: 28px;\r\n  }\r\n  .hero-actions .btn {\r\n    width: 100%;\r\n  }\r\n  .hero-img-card img { max-height: none; }\r\n  .hero-img-caption {\r\n    padding: 22px 20px 24px;\r\n  }\r\n  .hero-img-caption h2 {\r\n    font-size: 22px;\r\n  }\r\n  .results-panel,\r\n  .faq-section,\r\n  .programs-section,\r\n  .more-faq-section {\r\n    padding: 58px 0;\r\n  }\r\n  .results-grid,\r\n  .results-images {\r\n    grid-template-columns: 1fr;\r\n  }\r\n  .result-card {\r\n    padding: 26px 22px;\r\n  }\r\n  .result-row {\r\n    align-items: flex-start;\r\n    flex-direction: column;\r\n    gap: 4px;\r\n  }\r\n  .result-row.hi strong {\r\n    font-size: 28px;\r\n  }\r\n  .result-img-card img,\r\n  .program-img-card img {\r\n    max-height: none;\r\n  }\r\n  .program-stat-card {\r\n    padding: 28px 24px;\r\n  }\r\n  .program-stat-card .big-num {\r\n    font-size: 44px;\r\n  }\r\n  .cta-bar { padding: 40px 32px; }\r\n  .program-card { padding: 28px; }\r\n  .cta-btns,\r\n  .cta-btns .btn {\r\n    width: 100%;\r\n  }\r\n}\r\n\r\nh1, h2, h3, h4, h5, h6 { font-family: 'Lora', Georgia, serif; }\r\n\r\n\/* ELEMENTOR FULL-WIDTH BREAKOUT *\/\r\n.fac-root {\r\n  width: 100vw;\r\n  max-width: 100vw;\r\n  margin-left: calc(50% - 50vw);\r\n  overflow-x: hidden;\r\n  box-sizing: border-box;\r\n}\r\n\/* Ensure every direct section fills full width *\/\r\n.fac-root > section,\r\n.fac-root > div {\r\n  width: 100%;\r\n}\r\n\r\n<\/style>\r\n<div class=\"fac-root\">\r\n\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n  <div class=\"wrap\">\r\n    <div class=\"hero-layout\">\r\n      <div>\r\n        <div class=\"tag\">Newsletters<\/div>\r\n        <h1>Connect to your community with custom newsletters.<\/h1>\r\n        <p class=\"hero-sub\">You don't need to be a marketing manager, you have us.<\/p>\r\n        <p class=\"hero-lead\">Each newsletter is thoughtfully created by FAC Marketing for funeral homes who want to educate, comfort, and connect with local families. Turnkey campaigns that deliver real results.<\/p>\r\n        <div class=\"hero-actions\">\r\n          <a href=\"mailto:info@facmarketing.com\" class=\"btn btn-green btn-lg\">Contact Us to Learn More<\/a>\r\n          <a href=\"#faq\" class=\"btn btn-outline btn-lg\">Newsletter FAQs<\/a>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div>\r\n        <div class=\"hero-img-card\">\r\n          <img decoding=\"async\"\r\n            src=\"https:\/\/fac.sharishments.com\/wp-content\/uploads\/2026\/05\/Hero-Newsletter-Laptop--scaled.png\"\r\n            alt=\"FAC Marketing newsletter programs\">\r\n          <div class=\"hero-img-caption\">\r\n            <div class=\"hero-card-label\">Turnkey Newsletter Support<\/div>\r\n            <h2>You keep serving families. FAC keeps the conversation going.<\/h2>\r\n            <p>We plan, write, design, and support newsletter campaigns that help your funeral home stay present in the community.<\/p>\r\n            <ul class=\"hero-support-list\">\r\n              <li>Community-focused content for local families<\/li>\r\n              <li>Email and print newsletter options<\/li>\r\n              <li>Preplanning, grief care, and aftercare messaging<\/li>\r\n            <\/ul>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- RESULTS - dark with dot pattern -->\r\n<section class=\"results-panel\">\r\n  <div class=\"wrap\">\r\n    <div class=\"head-row\">\r\n      <div>\r\n        <div class=\"tag\">Real Results<\/div>\r\n        <h2 class=\"section-h2\" style=\"color:#fff;\">Newsletter performance that keeps your funeral home connected.<\/h2>\r\n      <\/div>\r\n      <div>\r\n        <p class=\"section-lead\" style=\"color:rgba(255,255,255,0.5); margin-top:0;\">FAC Marketing has achieved excellent open rates from email newsletters. Recent results for 2024 and 2025 range from 40% to as high as 62% - well above industry benchmarks.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"results-grid\">\r\n      <div class=\"result-card\">\r\n        <h3>Newsletter Open Rates<\/h3>\r\n        <div class=\"result-row hi\"><span>FAC Marketing Clients<\/span><strong>40% to 62%<\/strong><\/div>\r\n        <div class=\"result-row\"><span>Industry Average<\/span><strong>25%-45%<\/strong><\/div>\r\n      <\/div>\r\n      <div class=\"result-card\">\r\n        <h3>Newsletter Click-Through Rates<\/h3>\r\n        <div class=\"result-row hi\"><span>FAC Marketing Clients<\/span><strong>2%-13%<\/strong><\/div>\r\n        <div class=\"result-row\"><span>Industry Average<\/span><strong>2%-4%<\/strong><\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"results-images\">\r\n      <div class=\"result-img-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/fac.sharishments.com\/wp-content\/uploads\/2026\/05\/Desktop-Stats-Newsletter-website-scaled.png\" alt=\"Newsletter performance stats\" \/>\r\n      <\/div>\r\n      <div class=\"result-img-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/fac.sharishments.com\/wp-content\/uploads\/2026\/05\/Couple-Newsletter-Depositphotos_651237072_XL-scaled.jpg\" alt=\"Couple reading newsletter\" \/>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- FAQ 1 - off-white with subtle grid pattern -->\r\n<section class=\"faq-section\" id=\"faq\">\r\n  <div class=\"wrap\">\r\n    <div class=\"head-center\">\r\n      <div class=\"tag\">Funeral Home Newsletter FAQs<\/div>\r\n      <h2 class=\"section-h2\">Questions funeral homes ask before getting started.<\/h2>\r\n    <\/div>\r\n    <div class=\"faq-wrap\">\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q open\" onclick=\"toggleFaq(this)\">Why send a newsletter?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body open\">\r\n          <p>Creating an email newsletter benefits your funeral home by:<\/p>\r\n          <ul class=\"bullet\">\r\n            <li>Connecting you regularly to your community<\/li>\r\n            <li>Reaching families where they are comfortable at home<\/li>\r\n            <li>Educating and informing - making it an excellent tool for preplanning<\/li>\r\n            <li>Guiding people to your digital marketing assets<\/li>\r\n          <\/ul>\r\n          <p>By focusing on your families and your community, you retain a prominent local presence so people think of you at need or when they are ready to preplan. A newsletter can also help you develop a stronger online presence, including social media followers and Google reviewers, both of which can benefit your search engine ranking.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">Which is better - print or email newsletter?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>In 2025, an email newsletter is still one of the most cost-effective and flexible ways to connect with your audience. Initial setup is minimal and ongoing costs are affordable while remaining targeted. Email newsletters allow greater frequency and are flexible in size and content.<\/p>\r\n          <p>Print newsletters are fantastic to have in your waiting rooms and as additions to program packets. Keep in mind that printing requires longer lead times, more approvals, and printing costs.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How much content should a newsletter have?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>An email newsletter may contain three to five articles or more. FAC Marketing's clients have found success with both long- and short-form newsletters. We recommend starting small by repurposing content you already have to maximize the impact of existing marketing assets.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">Where do we get content for a newsletter?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>Popular content includes community events, recipes, and tips for seniors - all of which can be written by the FAC Marketing team. Staff can also be featured.<\/p>\r\n          <p>Funeral homes can leverage content from their blog or website and should include their events: estate planning seminars, holiday memorial services, and charity initiatives. Most FAC Marketing newsletters include one educational article about services such as preplanning or cremation.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How do we build our audience?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>FAC Marketing can help your funeral home build a newsletter list from the ground up. Provide us as many addresses as possible and we take it from there. We can help you add a newsletter signup to your website and promote it on Facebook and other social platforms.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">What results can we expect from a newsletter?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>FAC Marketing has had excellent open rates from email newsletters. Recent results for 2024 and 2025 range from 40% open rates to as high as 62% open rates. Contact us to learn more about newsletter results we've helped clients achieve.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- PROGRAMS - white -->\r\n<section class=\"programs-section\">\r\n  <div class=\"wrap\">\r\n    <div class=\"head-row\">\r\n      <div>\r\n        <div class=\"tag\">Aftercare Programs<\/div>\r\n        <h2 class=\"section-h2\">Programs built for aftercare, healing, and preplanning.<\/h2>\r\n      <\/div>\r\n      <div>\r\n        <p class=\"section-lead\" style=\"margin-top:0;\">When you're ready to get results from aftercare surveys and grief care newsletters, FAC Marketing offers programs built around timing, consistency, and follow-up.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"programs-grid\">\r\n      <div class=\"program-card\">\r\n        <div class=\"prog-label\">Bridges of Transition<\/div>\r\n        <h3>Bridges of Transition&copy;<\/h3>\r\n        <p>A 16-month newsletter program that builds stronger relationships with the families you serve. We do the work for you, freeing you to focus on follow-up conversations and meetings with families.<\/p>\r\n        <p>As families transition out of their time of need, give them your Grief Brochure and Survey. Each month you provide client contact information, which is used to send eight print newsletters over the next 16 months.<\/p>\r\n        <ul class=\"feature-list\">\r\n          <li>4 newsletters on grief recovery<\/li>\r\n          <li>2 seasonal newsletters for comfort at the holidays<\/li>\r\n          <li>1 newsletter with a soft preneed message<\/li>\r\n          <li>1 newsletter with a stronger advanced planning message<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n\r\n      <div class=\"program-card\">\r\n        <div class=\"prog-label\">Family Follow-up Survey<\/div>\r\n        <h3>Family Follow-up Survey<\/h3>\r\n        <p>Tired of aftercare surveys that don't work? FAC Marketing knows how to get responses. This program can provide high-value lead generation at its best. Research and experience have provided solid knowledge of the optimal times and methods for delivering survey mailings.<\/p>\r\n        <p>Over the last three years, many clients received response rates of 45%-50% on Family Follow-up Surveys. While that level cannot be promised, the median response rate is approximately 50%.<\/p>\r\n        <p>FAC Marketing looks forward to working with you on your aftercare programs. Let's partner up to develop ongoing marketing programs that work.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- Image + stat side by side as actual content -->\r\n    <div class=\"program-img-row\">\r\n      <div class=\"program-img-card\">\r\n        <img decoding=\"async\"\r\n          src=\"https:\/\/fac.sharishments.com\/wp-content\/uploads\/2026\/05\/FAC-Newsletter-mockup-Fall-2025-scaled.jpg\"\r\n          alt=\"FAC Marketing aftercare programs\">\r\n      <\/div>\r\n      <div class=\"program-stat-card\">\r\n        <div class=\"big-num\">~50%<\/div>\r\n        <div class=\"big-label\">Median survey response rate<\/div>\r\n        <div class=\"big-sub\">Over the last three years, many FAC Marketing clients received Family Follow-up Survey response rates of 45%-50% - some of the highest in the industry.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- MORE FAQ - white with diagonal stripe pattern -->\r\n<section class=\"more-faq-section\">\r\n  <div class=\"wrap\">\r\n    <div class=\"head-center\">\r\n      <div class=\"tag\">More Questions<\/div>\r\n      <h2 class=\"section-h2\">Expanded newsletter and aftercare questions.<\/h2>\r\n    <\/div>\r\n    <div class=\"faq-wrap\">\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">What is the easiest way to keep my funeral home top of mind with families?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>A regularly mailed print or email newsletter is one of the simplest ways to stay top of mind. Newsletters create consistent touchpoints by delivering valuable information that families often keep around the home for future reference. Unlike fleeting digital ads, newsletters have lasting visibility on coffee tables, refrigerators, or kitchen drawers.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">What types of newsletters does FAC Marketing offer?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>FAC Marketing provides two main newsletter programs tailored to funeral homes:<\/p>\r\n          <ul class=\"bullet\">\r\n            <li>Community Outreach Newsletter (Caring &amp; Sharing) - a custom publication focusing on funeral service value and community connection<\/li>\r\n            <li>Bridges of Transition&copy; - a 16-month aftercare program featuring eight newsletters designed to support grieving families<\/li>\r\n          <\/ul>\r\n          <p>Both print and email formats are available. Each program targets different goals, from brand awareness to aftercare and preplanning education.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How often should funeral homes send newsletters?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <ul class=\"bullet\">\r\n            <li>Community Outreach Newsletters: custom schedule<\/li>\r\n            <li>Bridges of Transition Aftercare: eight newsletters spaced over 16 months<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">Can I get both print and email newsletters?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>Yes. Many funeral homes combine both approaches - sending print newsletters to premium mailing lists and email versions to broader community contacts.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">Can I customize the newsletters with my funeral home's branding?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>Absolutely. All FAC Marketing newsletters feature your funeral home's name, logo, contact details, and branding elements. Content is professionally crafted to appear as if coming directly from your funeral home.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How does the Bridges of Transition program work?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <ul class=\"bullet\">\r\n            <li>Provide families with a Grief Brochure and Survey shortly after services conclude<\/li>\r\n            <li>Each month, submit contact info for recent families served<\/li>\r\n            <li>FAC Marketing handles creation, printing, and mailing of all newsletters over 16 months<\/li>\r\n            <li>Your funeral home focuses on meaningful follow-up conversations generated from the program<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">What kind of response rates can I expect from funeral home surveys?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>Many FAC Marketing clients receive response rates of 45%-50% on their Family Follow-up Surveys. While that level cannot be promised, the median response rate is approximately 50%.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How do newsletters help with preplanning sales?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <ul class=\"bullet\">\r\n            <li>Maintaining consistent contact with families<\/li>\r\n            <li>Educating families on preplanning benefits without pressure<\/li>\r\n            <li>Building trust through valuable grief support content<\/li>\r\n            <li>Timing preplanning messages when families are most receptive<\/li>\r\n            <li>Providing natural conversation starters for follow-up<\/li>\r\n          <\/ul>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <div class=\"faq-item\">\r\n        <button class=\"faq-q\" onclick=\"toggleFaq(this)\">How do I get started with a newsletter program?<span class=\"faq-icon\"><svg viewBox=\"0 0 10 10\"><line x1=\"5\" y1=\"1\" x2=\"5\" y2=\"9\"\/><line x1=\"1\" y1=\"5\" x2=\"9\" y2=\"5\"\/><\/svg><\/span><\/button>\r\n        <div class=\"faq-body\">\r\n          <p>Contact FAC Marketing at 1-800-800-5809 or email us. Discuss your goals, select the program, provide your branding and contact lists, and FAC handles the rest. Most funeral homes are up and running within weeks.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- CTA -->\r\n<section class=\"cta-section\">\r\n  <div class=\"wrap\">\r\n    <div class=\"cta-bar\">\r\n      <div>\r\n        <h2>When you're ready to get results, let's talk.<\/h2>\r\n        <p>All you need to do is send contact information. FAC Marketing handles everything else.<\/p>\r\n      <\/div>\r\n      <div class=\"cta-btns\">\r\n        <a href=\"mailto:info@facmarketing.com\" class=\"btn btn-white btn-lg\">Email Us<\/a>\r\n        <a href=\"tel:18008005809\" class=\"btn btn-ghost-white btn-lg\">Call Us<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n\r\n\r\n<\/div><!-- \/fac-root -->\r\n\r\n<script>\r\n  function toggleFaq(button) {\r\n    var body = button.nextElementSibling;\r\n    var isOpen = button.classList.contains(\"open\");\r\n\r\n    button.classList.toggle(\"open\", !isOpen);\r\n    if (body) {\r\n      body.classList.toggle(\"open\", !isOpen);\r\n    }\r\n  }\r\n<\/script>\r\n\r\n<!-- FAC Marketing footer: self-contained drop-in -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lora:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n  :root {\r\n    --fac-green: #73c351;\r\n    --fac-dark: #231f20;\r\n    --fac-white: #ffffff;\r\n  }\r\n\r\n  .fac-site-footer {\r\n    background: var(--fac-dark);\r\n    color: var(--fac-white);\r\n    font-family: \"Source Sans 3\", Arial, sans-serif;\r\n  }\r\n\r\n  .fac-site-footer * {\r\n    box-sizing: border-box;\r\n  }\r\n\r\n  .fac-footer-inner {\r\n    width: min(1180px, calc(100% - 32px));\r\n    margin: 0 auto;\r\n    padding: 56px 0 30px;\r\n  }\r\n\r\n  .fac-footer-grid {\r\n    display: grid;\r\n    grid-template-columns: minmax(240px, 1.35fr) minmax(190px, 1fr) minmax(150px, 0.75fr) minmax(120px, 0.5fr);\r\n    gap: 36px;\r\n  }\r\n\r\n  .fac-footer-title {\r\n    margin: 0 0 12px;\r\n    font: 600 28px\/1.15 Lora, Georgia, serif;\r\n  }\r\n\r\n  .fac-footer-heading {\r\n    margin: 0 0 14px;\r\n    font: 600 19px\/1.2 Lora, Georgia, serif;\r\n  }\r\n\r\n  .fac-site-footer p {\r\n    margin: 0 0 10px;\r\n    color: rgba(255, 255, 255, 0.84);\r\n    font-size: 16px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  .fac-newsletter-placeholder {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr auto;\r\n    gap: 10px;\r\n    margin-top: 18px;\r\n  }\r\n\r\n  .fac-newsletter-placeholder input {\r\n    width: 100%;\r\n    min-height: 44px;\r\n    padding: 10px 12px;\r\n    border: 1px solid rgba(255, 255, 255, 0.24);\r\n    border-radius: 6px;\r\n    background: rgba(255, 255, 255, 0.08);\r\n    color: var(--fac-white);\r\n    font: 500 15px\/1 \"Source Sans 3\", Arial, sans-serif;\r\n  }\r\n\r\n  .fac-newsletter-placeholder input::placeholder {\r\n    color: rgba(255, 255, 255, 0.62);\r\n  }\r\n\r\n  .fac-newsletter-placeholder button {\r\n    min-height: 44px;\r\n    padding: 10px 18px;\r\n    border: 0;\r\n    border-radius: 6px;\r\n    background: var(--fac-green);\r\n    color: var(--fac-dark);\r\n    font: 700 15px\/1 \"Source Sans 3\", Arial, sans-serif;\r\n  }\r\n\r\n  .fac-footer-links,\r\n  .fac-footer-contact {\r\n    display: grid;\r\n    gap: 8px;\r\n  }\r\n\r\n  .fac-site-footer a {\r\n    color: rgba(255, 255, 255, 0.86);\r\n    text-decoration: none;\r\n  }\r\n\r\n  .fac-site-footer a:hover {\r\n    color: var(--fac-green);\r\n  }\r\n\r\n  .fac-social-links {\r\n    display: flex;\r\n    gap: 12px;\r\n  }\r\n\r\n  .fac-social-icon {\r\n    width: 42px;\r\n    height: 42px;\r\n    display: inline-flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    border: 1px solid rgba(255, 255, 255, 0.22);\r\n    border-radius: 6px;\r\n    color: var(--fac-white);\r\n    font-weight: 800;\r\n  }\r\n\r\n  .fac-footer-bottom {\r\n    margin-top: 42px;\r\n    padding-top: 22px;\r\n    border-top: 1px solid rgba(255, 255, 255, 0.16);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 20px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  .fac-legal-links {\r\n    display: flex;\r\n    gap: 18px;\r\n    flex-wrap: wrap;\r\n  }\r\n\r\n  .fac-copyright {\r\n    margin: 0;\r\n    font-size: 14px;\r\n    letter-spacing: 0;\r\n    text-transform: uppercase;\r\n  }\r\n\r\n  @media (max-width: 1060px) {\r\n    .fac-footer-grid {\r\n      grid-template-columns: 1fr 1fr;\r\n    }\r\n  }\r\n\r\n  @media (max-width: 720px) {\r\n    .fac-footer-inner {\r\n      width: min(100% - 24px, 1180px);\r\n      padding-top: 42px;\r\n    }\r\n\r\n    .fac-footer-grid,\r\n    .fac-newsletter-placeholder {\r\n      grid-template-columns: 1fr;\r\n    }\r\n\r\n    .fac-footer-bottom {\r\n      align-items: flex-start;\r\n      flex-direction: column;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<footer class=\"fac-site-footer\">\r\n  <div class=\"fac-footer-inner\">\r\n    <div class=\"fac-footer-grid\">\r\n      <section aria-label=\"Newsletter signup\">\r\n        <h2 class=\"fac-footer-title\">Be part of our community<\/h2>\r\n        <p>Join our newsletter and find out more.<\/p>\r\n        <form class=\"fac-newsletter-placeholder\">\r\n          <input type=\"email\" name=\"email\" placeholder=\"Email\" aria-label=\"Email\">\r\n          <input type=\"text\" name=\"name\" placeholder=\"Name\" aria-label=\"Name\">\r\n          <button type=\"button\">Join<\/button>\r\n        <\/form>\r\n      <\/section>\r\n\r\n      <section class=\"fac-footer-contact\" aria-label=\"Contact information\">\r\n        <h2 class=\"fac-footer-heading\">Contact Us<\/h2>\r\n        <a href=\"tel:1-800-800-5809\">1-800-800-5809<\/a>\r\n        <a href=\"tel:1-319-752-9422\">1-319-752-9422<\/a>\r\n        <a href=\"mailto:info@facmarketing.com\">info@facmarketing.com<\/a>\r\n        <p>P.O. Box 782<br>Burlington, IA 52601<\/p>\r\n      <\/section>\r\n\r\n      <section class=\"fac-footer-links\" aria-label=\"Footer navigation\">\r\n        <h2 class=\"fac-footer-heading\">Explore<\/h2>\r\n        <a href=\"https:\/\/facmarketing.com\/\">Home<\/a>\r\n        <a href=\"https:\/\/facmarketing.com\/about\">About FAC<\/a>\r\n        <a href=\"https:\/\/facmarketing.com\/service1\">Services<\/a>\r\n        <a href=\"https:\/\/facmarketing.com\/contact\">Contact<\/a>\r\n        <a href=\"https:\/\/facmarketing.com\/blog\">Blog<\/a>\r\n      <\/section>\r\n\r\n      <section aria-label=\"Social links\">\r\n        <h2 class=\"fac-footer-heading\">Connect<\/h2>\r\n        <div class=\"fac-social-links\">\r\n          <a class=\"fac-social-icon\" href=\"https:\/\/facebook.com\/\" aria-label=\"Facebook\">f<\/a>\r\n          <a class=\"fac-social-icon\" href=\"mailto:info@facmarketing.com\" aria-label=\"Email\">@<\/a>\r\n        <\/div>\r\n      <\/section>\r\n    <\/div>\r\n\r\n    <div class=\"fac-footer-bottom\">\r\n      <div class=\"fac-legal-links\">\r\n        <a href=\"https:\/\/facmarketing.com\/privacy-policy\">Privacy Policy &amp; SMS Terms<\/a>\r\n        <a href=\"https:\/\/facmarketing.com\/privacy-policy\">Terms and Conditions<\/a>\r\n      <\/div>\r\n      <p class=\"fac-copyright\">&copy;FAC Marketing | ALL RIGHTS RESERVED | TERMS AND CONDITIONS<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/footer>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\ufeff Home About FAC FAC Services Copywriting Digital Marketing FAC Marketing Social Media Newsletters SEO Services Contact Facebook Packages Bridges of Transition SEO Services Blog Call Us Newsletters Connect to your community with custom newsletters. You don&#8217;t need to be a marketing manager, you have us. Each newsletter is thoughtfully created by FAC Marketing for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-46","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=46"}],"version-history":[{"count":16,"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":241,"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions\/241"}],"wp:attachment":[{"href":"https:\/\/fac.sharishments.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}