/**
  * @file
  * Handle a Text Area paragraph entitiy for
  * - "Our strategy for Transforming care, together" Annual Report, located at "/report/our-strategy-transforming-care-together".
  * - "Strategic Planning" Annual Report, located at "/report/strategic-planning".
  */
/*
The markup is like this:

<a href="mailto:future@kingstohsc.ca?subject=Strategy%20Feedback">
  <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="467cd301-b39a-47c8-a603-ac1c08c3232c" /></a>
<a href="https://twitter.com/KingstonHSC">
  <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="4ae2eaec-f95f-4607-a313-557e837e9d48" /></a>
<a href="https://www.facebook.com/KingstonHSC/">
  <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="91475cc1-195c-458c-955e-549125256fe2" /></a>
<a href="https://www.youtube.com/watch?v=mztmVETg3Pc&amp;feature=youtu.be">
  <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="6a98a8e9-8c42-4bd3-8d0b-a3e3202a0534" /></a>
<p class="rtecenter"><strong>Join the conversation!</strong>
</p>
*/
.custom-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-social-links a {
  max-width: 75px;
  margin: 0 2rem;
}
.custom-social-links p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
  text-align: center;
}

/*
<div id="ways-to-share-feedbacks">
  <a href="mailto:future@KingstonHSC.ca?subject=Future%20strategy%20of%20KHSC">
    <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="467cd301-b39a-47c8-a603-ac1c08c3232c" />
  </a>
  <a href="mailto:future@KingstonHSC.ca?subject=Future%20strategy%20of%20KHSC">
    Send us an email</a><a href="https://twitter.com/KingstonHSC?lang=en">Join the conversation on social media using #KHSCfuture
  </a>
  <a href="https://twitter.com/KingstonHSC?lang=en">
    <drupal-media data-align="center" data-entity-type="media" data-entity-uuid="4ae2eaec-f95f-4607-a313-557e837e9d48" />
  </a>
</div>
*/
#ways-to-share-feedbacks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=../../maps/modular/text-area--social-media-links/text-area--social-media-links.css.map */
