<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paid Media Team, Author at Hedy &amp; Hopp</title>
	<atom:link href="https://hedyandhopp.com/author/allison/feed/" rel="self" type="application/rss+xml" />
	<link>https://hedyandhopp.com/author/allison/</link>
	<description>A Healthcare Marketing Agency</description>
	<lastBuildDate>Wed, 05 Jul 2023 15:43:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hedyandhopp.com/wp-content/uploads/2022/08/cropped-favicon-32x32.png</url>
	<title>Paid Media Team, Author at Hedy &amp; Hopp</title>
	<link>https://hedyandhopp.com/author/allison/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Is Meta HIPAA-Compliant?</title>
		<link>https://hedyandhopp.com/blog/is-meta-hipaa-compliant/</link>
		
		<dc:creator><![CDATA[Paid Media Team]]></dc:creator>
		<pubDate>Wed, 05 Jul 2023 15:43:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[HIPAA Compliance]]></category>
		<category><![CDATA[google ads]]></category>
		<category><![CDATA[hipaa]]></category>
		<guid isPermaLink="false">https://hedyandhopp.com/?p=2213</guid>

					<description><![CDATA[<p>The post <a href="https://hedyandhopp.com/blog/is-meta-hipaa-compliant/">Is Meta HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="hb-banner   vv_border-btm" >
  <!-- main -->
  <div class="hb-banner-main" style="
              background-color: #fffffff;
              padding-top: 15px;
              padding-bottom: 15px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
                          </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>As a healthcare marketing agency, we get a lot of questions about whether or not certain tools are HIPAA-compliant. That’s why we at Hedy &amp; Hopp decided to create a blog series that specifically dives into common marketing tools and software in order to determine whether or not it poses a HIPAA concern.</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Is Meta (Facebook, Instagram &#038; WhatsApp) Advertising HIPAA-Compliant?            </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "></div>

            <!-- accordion -->
           
          <!-- buttons -->
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script>


<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:100%">
<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Is Meta?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Meta, the parent company of Facebook, Instagram, and WhatsApp, is a leading force in social media. Its platforms are used by billions of people around the world, making them a valuable tool for marketing in nearly all industries, including healthcare.</span></p>
<p><span style="font-weight: 400;">While Meta offers several services for businesses including business pages, groups, and other options to expand organic reach, this article will focus on the advertising side of Meta.</span></p>
<p><span style="font-weight: 400;">Meta&#8217;s advertising platforms offer a variety of features that make them well-suited for marketing, including:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Targeted advertising: Meta&#8217;s advertising platform allows businesses to target their ads to specific demographics, interests, and behaviors. This ensures that businesses reach the right people with their marketing messages.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Engaging content: Meta&#8217;s platforms are designed to be engaging, with features like video, images, and live streaming. This makes them a great way to connect with customers and build relationships.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Data-driven insights: Meta provides businesses with data-driven insights that can help them track the performance of their marketing campaigns and optimize their strategies.</span></li>
</ul>
<p><span style="font-weight: 400;">As a result of these factors, Meta&#8217;s platforms are a popular choice for marketing in a wide range of industries, including healthcare. Healthcare businesses can use Meta&#8217;s platforms to reach a large audience, or a more refined, targeted audience.</span></p>
<p><span style="font-weight: 400;">This type of advertising, </span><a href="https://ahrefs.com/blog/inbound-vs-outbound-marketing/"><span style="font-weight: 400;">outbound marketing</span></a><span style="font-weight: 400;">, is often used in conjunction with search ads, a form of </span><a href="https://www.semrush.com/blog/inbound-marketing/"><span style="font-weight: 400;">inbound marketing</span></a><span style="font-weight: 400;"> from </span><a href="https://hedyandhopp.com/blog/are-microsoft-ads-bing-ads-hipaa-compliant/"><span style="font-weight: 400;">Bing</span></a><span style="font-weight: 400;"> or </span><a href="https://hedyandhopp.com/blog/is-google-ads-hipaa-compliant/"><span style="font-weight: 400;">Google</span></a><span style="font-weight: 400;">, which we have gone over the compliance of in previous posts. </span></p>
<p>&nbsp;</p>
<blockquote><p><strong>Pro Tip:</strong></p>
<p><span style="font-weight: 400;">Meta does have </span><a href="https://www.facebook.com/business/help/2489235377779939?id=434838534925385"><span style="font-weight: 400;">specific guidelines</span></a><span style="font-weight: 400;"> around advertising in Healthcare. Most notably, companies promoting pharmaceuticals &amp; addiction services </span><b>must </b><span style="font-weight: 400;">be verified through </span><a href="https://www.legitscript.com/certification/healthcare-certification/"><span style="font-weight: 400;">LegitScript</span></a><span style="font-weight: 400;"> in order to advertise on Meta’s platform.</span></p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style></div>
</div>



<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">What Data Does Meta Collect?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:heading --></p>
<p><span style="font-weight: 400;">Of all of the platforms you may be using, it’s possible that Meta is the one collecting the most information about your users. This is largely because users who see your ads are already registered users of Meta’s platforms, meaning that Meta has extensive profiles on each customer, even before they may view your ad. </span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Information about users from their profiles: everything the user has added or posted, their activity on social media platforms, their friends, likes, groups, and browsing history on sites that have a </span><a href="https://developers.facebook.com/docs/meta-pixel/"><span style="font-weight: 400;">Meta Pixel</span></a><span style="font-weight: 400;"> installed.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Device information: This includes your device&#8217;s IP address, operating system, and browser type.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Ad interactions: This includes whether you&#8217;ve clicked on an ad, how long you&#8217;ve viewed an ad, and whether you&#8217;ve taken any other action after seeing an ad.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Location data: This includes your approximate location based on your IP address.</span></li>
</ul>
<p><span style="font-weight: 400;">More data can be collected if you have a <strong>Meta Pixel</strong> installed on the site that your ads are driving to. This pixel links events and conversions on your website to specific ads, as well as specific user profiles. Some of that data can even be passed through the click-through URL, meaning that data is shared with your analytics platform, such as Google Analytics. </span></p>
<p><!-- /wp:paragraph --></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Is Meta Advertising HIPAA-Compliant?</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><!-- wp:paragraph --></p>
<p><span style="font-weight: 400;">After the updated </span><a href="https://www.hhs.gov/hipaa/for-professionals/privacy/guidance/hipaa-online-tracking/index.html"><span style="font-weight: 400;">guidance from the Department of Health and Human Services</span></a><span style="font-weight: 400;"> was released, there were two notable companies that faced scrutiny from the FTC, both of which were using Facebook marketing tactics. </span><a href="https://www.ftc.gov/business-guidance/blog/2023/03/ftc-says-online-counseling-service-betterhelp-pushed-people-handing-over-health-information-broke"><span style="font-weight: 400;">BetterHelp</span></a><span style="font-weight: 400;"> and </span><a href="https://www.ftc.gov/news-events/news/press-releases/2023/02/ftc-enforcement-action-bar-goodrx-sharing-consumers-sensitive-health-info-advertising"><span style="font-weight: 400;">GoodRx</span></a><span style="font-weight: 400;"> both settled for large sums after these allegations surfaced. The scariest part? They were using Facebook and Instagram ads in very common use cases. And while compliance isn’t really a black &amp; white concept, from our perspective, Meta is a very risky platform that should be among the first platforms marketers evaluate. </span></p>
<p><span style="font-weight: 400;">Furthermore, there are also some tactics available in Meta Advertising that aren’t unique to that platform but are </span><span style="text-decoration: underline;"><b>never</b></span> <span style="font-weight: 400;">HIPAA-compliant, such as remarketing and lookalike audiences. It is also important to consider other tools that have access to your Meta data, including optimization and data visualization software.</span></p>
<p><!-- /wp:paragraph --></p>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-text style-default wp-block-acf-text"    style="
    " >
    <div class="container-xxl">
        <div class="row justify-content-center">
            <div class="col-lg-12">
                                <div class="vv_text-heading"><h2 style=" ">Risk Mitigation</h2></div>                <div class="hb-text-text" style="
          columns:1;
                               ">
                    <p><span style="font-weight: 400;">Some risks can be mitigated in Meta ads by taking advantage of options to enhance data privacy. These options include never using remarketing audiences and foregoing the Meta Pixel. This could disrupt how you’re currently evaluating marketing effectiveness, so if Meta is a platform you must keep to grow your business, there are ways to still leverage this channel with limited data sharing risks.</span></p>
<p><span style="font-weight: 400;">As with anything HIPAA-related, compliance tends to lie on a spectrum of your risk tolerance as well as the steps you take to mitigate as much risk as possible.  </span></p>
<blockquote><p><strong>Pro Tip: </strong></p>
<p>It’s important to connect with your legal team to determine how best to move forward. Listen to our <a href="https://hedyandhopp.com/blog/hipaa-ftc-101-for-marketers/">HIPAA &amp; FTC 101 podcast</a> for more information about changes for healthcare companies.</p></blockquote>
                </div>
                
                                            </div>
        </div>
    </div>
</div>


<style>
  .hb-text.style-quote{
    position: relative;
  }
  .hb-text.style-quote::before {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-1.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    top: -21px;
    background-size: contain;
    background-repeat: no-repeat;
    left:8%;
  }
  .hb-text.style-quote::after {
    content: "";
    background: url(/wp-content/uploads/2025/03/quote-symbol-2.svg);
    width: 98px;
    height: 81px;
    position: absolute;
    bottom: -21px;
    right:0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    right: 8%;
  }
  .hb-text.style-quote {
    padding: 70px 70px;
  }

  .style-quote h2 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
    color: rgb(51, 0, 51) !important;
  }

  @media screen and (max-width:767px){
    .hb-text.style-quote::after, .hb-text.style-quote::before {
      scale: 0.6;
    }
    .hb-text.style-quote::before {
      top: -36px !important;
    }
    .hb-text.style-quote::after {
      bottom: -36px !important;
    }

    .hb-text.mobile-no-background {
      background-image: none !important;
    }

    .hb-text.mobile-no-background p{
      width: 100%!important;
    }

    .hb-text.m-mask-grey{
      background: #e5e6e5!important;
    }

    .hb-text-text {
      columns: unset !important;
    }  
  
  }

@media screen and (min-height:768px){
  .hb-text {
    padding: 70px 70px !important;
  }
}


.hb-text.style-default-style-2 {
    font-family: AktivGrotesk-Medium;
}

.hb-text.style-default-style-2 h2{
  font-size:27px;
  margin-bottom: 15px;
}

.hb-text.style-default-style-2 .hb-text-text{
  font-family: 'AktivGrotesk-Regular';
}





</style>


<div class="hb-banner   " >
  <!-- main -->
  <div class="hb-banner-main" style="
                  padding-top: 10px;
              padding-bottom: 10px;
      ">
    <!-- content -->
    <div class="container-xxl">
      <div class="row justify-content-center">
        <div class="col-lg-12 hb-banner-content" style="
                  ">
          <!-- title -->

                      <h1 class="hb-banner-title" style="
                              text-align:left;
                                        ">
              Not sure how to get started?             </h1>
          

      

          <!-- text -->
          <div class="hb-banner-text" style="
                      "><p>Hedy &amp; Hopp has already engaged multiple healthcare clients to perform an audit and risk assessment that both marketing and legal teams can use to make the best decisions for their business. Give us a call &#8211; we’d love to help!</p>
</div>

            <!-- accordion -->
           
          <!-- buttons -->
                      <div class="hb-banner-buttons">
                              <a href="https://hedyandhopp.com/connect-with-us/" class="h-button hb-banner-button h-button-white"  >
                  Contact Us                </a>
                          </div>
                  </div>
      </div>
    </div>
  </div>
  
</div>

<style>
.accordion {
  display: flex;
  gap: 30px; /* Space between columns */
  margin-top:50px;
  margin-bottom: 10px;
  width: 100%;
}

.accordion-column{
  width: 50%;
  gap: 6px;
  display: flex;
  flex-direction: column;
}

.accordion-item {
    border-radius: unset !important;
    border: none !important;
}

.accordion-button {
  background: #E5E6E5!important;
  color: #DB499A !important;
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: unset!important;
  font-family: 'AktivGrotesk-Bold';
}

.accordion-button:hover {
  background: #e0e0e0;
}

/* Accordion content with sliding animation */
.accordion-content {
  background: #e5e6e5;
  color: #303;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  border: none !important;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

/* Active state to show content */
.accordion-item.active .accordion-content {
    max-height: 300px;
    padding: 0 10px;
    border: none !important;
    background: #e5e6e5;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}

button.accordion-button:after {
  background-size: contain;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  right: 15px;
  transform: translateY(50%) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/wp-content/uploads/2025/03/accordion-expand.svg')!important;
    background-size: contain;
}

.active .accordion-button:not(.collapsed)::after {
  background-image: url('/wp-content/uploads/2025/03/accordion-collapse.svg')!important;
  background-size: contain;
}
/* Responsive: Stack on small screens */
@media (max-width: 768px) {
  .accordion {
    flex-direction: column;
    gap:6px!important
  }
  .accordion-column{
    width: 100%!important;
  }

}
.faq-block .accordion {
    gap: 5px !important;
    flex-direction: column;
}

.hb-banner sup {
  top: -0.3em;
}

h2.hb-banner-title {
    color: #330033 !important;
    text-align: center;
    font-size: 27px;
    margin-bottom: 6px;
    font-family: AktivGrotesk-SemiBold;
}

@media screen and (max-width:767px){
  .multi-col-list{
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px;
  }

   .multi-col-list ul,  .multi-col-list div {
    flex:unset!important;
    width:100%!important;
    box-sizing: border-box;
    /* flex: 1 1 calc(50% - 30px); */
    padding: 0;
    padding-right: 10px !important;
    }
  }
</style>

<script>
  console.log( document.querySelectorAll('.accordion-button'));
 

</script><p>The post <a href="https://hedyandhopp.com/blog/is-meta-hipaa-compliant/">Is Meta HIPAA-Compliant?</a> appeared first on <a href="https://hedyandhopp.com">Hedy &amp; Hopp</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
