/* ---------------------------------------- */
/* | Standard Reseaerch Hub | Version 1.0 | */
/* ---------------------------------------- */

  /* Font Imports */
  @font-face {
    font-family: "Avenir Next";
    src: url("https://firebasestorage.googleapis.com/v0/b/hseo-cdn.appspot.com/o/OEM-Fonts%2FHonda%2FAvenirNext-Regular-08.ttf?alt=media&token=6cbaffdb-7186-44d3-858c-59edb92c1743");
  }
  @font-face {
    font-family: "Avenir Next Bold";
    src: url("https://firebasestorage.googleapis.com/v0/b/hseo-cdn.appspot.com/o/OEM-Fonts%2FHonda%2FAvenirNext-Bold-01.ttf?alt=media&token=49a3921c-0a9f-46d7-a55a-58f40e57d3f0");
  }

  /* Variables */
  :root {
    /* RH = Research Hub */
    /* RHBS = Research Hub Banner Section*/

    /* Banner Background Graphics */
    --hsd-rhbs-bkg-desktop: url("https://service.secureoffersites.com/images/GetLibraryImage?fileNameOrId=539314&v=1749333709849");
    --hsd-rhbs-bkg-mobile: url("https://service.secureoffersites.com/images/GetLibraryImage?fileNameOrId=539315&v=1749333709849");

    /* Banner Title */
    --hsd-rhbs-title-color: #fff;
    --hsd-rhbs-title-font-family: "Avenir Next Bold";
    --hsd-rhbs-title-font-size: 40px;

    /* Banner Content */
    --hsd-rhbs-content-color: #fff;
    --hsd-rhbs-content-font-family: "Avenir Next";
    --hsd-rhbs-content-font-size: 20px;

    /* Page */
    --hsd-rh-page-bkg-color: #fff;

    /* Section Title */
    --hsd-rh-section-title-color: #000;
    --hsd-rh-section-title-font-family: "Avenir Next";
    --hsd-rh-section-title-font-size: 32px;

    /* ==-------== */
    /* Card Styles */
    --hsd-rh-card-bkg-color: #f2f2f2;
    --hsd-rh-card-border-radius: 8px;
    --hsd-rh-card-border: #f2f2f2;

    /* Card Title */
    --hsd-rh-card-title-color: #000;
    --hsd-rh-card-title-font-family: "Avenir Next";
    --hsd-rh-card-title-font-size: 24px;

    /*  */
    /*  */
    /*  */

    /* BTNs */
    --hsd-rh-btn-font-family: "Avenir Next";
    --hsd-rh-btn-border-radius: 50px;
    --hsd-rh-btn-font-size: 16px;
    --hsd-rh-btn-width: 100%;
    --hsd-rh-btn-height: 48px;

    /* Card BTN Pri */
    --hsd-rh-btn-pri-background: #0077c0;
    --hsd-rh-btn-pri-font-color: #fff;
    --hsd-rh-btn-pri-border: 2px solid #0077c0;
    /* Card BTN Pri Hover */
    --hsd-rh-btn-pri-background-hover: transparent;
    --hsd-rh-btn-pri-font-color-hover: #0077c0;
    --hsd-rh-btn-pri-border-hover: 2px solid #0077c0;

    /* Card BTN Sec */
    --hsd-rh-btn-sec-background: transparent;
    --hsd-rh-btn-sec-font-color: #000;
    --hsd-rh-btn-sec-border: 2px solid #000;
    /* Card BTN Sec Hover */
    --hsd-rh-btn-sec-background-hover: transparent;
    --hsd-rh-btn-sec-font-color-hover: #0077c0;
    --hsd-rh-btn-sec-border-hover: 2px solid #0077c0;
  }

  /* CMS Specific */
  h1.ddc-page-title.font-weight-bold.bg-transparent.spacing-reset {
    margin: 0 auto !important;
    text-align: center !important;
  }
  .container-max-xl {
    margin: 0px !important;
    padding: 0px !important;
    max-width: 100% !important;
  }
</style>

<!-- /**** Banner CSS ****/ -->
<style>
  .hsd-research-hub-banner-section {
    background: var(--hsd-rh-page-bkg-color);
  }
  .hsd-rhbs-background {
    background: var(--hsd-rhbs-bkg-desktop);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 210px;
    padding: 0 2rem;
    max-width: 1920px;
    margin: 0 auto;
  }
  .hsd-rhbs-page-title {
    color: var(--hsd-rhbs-title-color) !important;
    text-align: center;
    font-family: var(--hsd-rhbs-title-font-family) !important;
    font-size: var(--hsd-rhbs-title-font-size) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 39.6px; /* 99% */
  }
  .hsd-rhbs-banner-content {
    color: var(--hsd-rhbs-content-color);
    text-align: center;
    font-family: var(--hsd-rhbs-content-font-family);
    font-size: var(--hsd-rhbs-content-font-size) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
  }
  .hsd-rhbs-post-banner-cont {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: var(--hsd-rh-page-bkg-color);
    padding: 1em 2rem 0;
    margin: 0 auto;
  }

  .hsd-rhbs-post-banner-content-cont {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
  }

  .hsd-rhbs-post-btn-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
  }

  .hsd-rh-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--hsd-rh-btn-font-family);
    border-radius: var(--hsd-rh-btn-border-radius);
    font-size: var(--hsd-rh-btn-font-size);
    width: var(--hsd-rh-btn-width);
    height: var(--hsd-rh-btn-height);
    transition: 0.5s;
  }

  .hsd-rh-btn-pri {
    background: var(--hsd-rh-btn-pri-background);
    color: var(--hsd-rh-btn-pri-font-color) !important;
    border: var(--hsd-rh-btn-pri-border);
  }
  .hsd-rh-btn-pri:hover {
    background: var(--hsd-rh-btn-pri-background-hover);
    color: var(--hsd-rh-btn-pri-font-color-hover) !important;
    border: var(--hsd-rh-btn-pri-border-hover);
  }

  .hsd-rh-btn-sec {
    background: var(--hsd-rh-btn-sec-background);
    color: var(--hsd-rh-btn-sec-font-color) !important;
    border: var(--hsd-rh-btn-sec-border);
  }
  .hsd-rh-btn-sec:hover {
    background: var(--hsd-rh-btn-sec-background-hover);
    color: var(--hsd-rh-btn-sec-font-color-hover) !important;
    border: var(--hsd-rh-btn-sec-border-hover);
  }

  .hsd-rh-btn,
  .hsd-rh-btn:hover,
  .hsd-rh-btn:link,
  .hsd-rh-btn:active,
  .hsd-rh-btn:visited {
    text-decoration: none !important;
  }

  @media screen and (max-width: 767px) {
    .hsd-rhbs-background {
      background: var(--hsd-rhbs-bkg-mobile);
      height: 250px;
      padding: 1rem 2rem;
      background-position: center;
      background-size: cover;
    }
    .hsd-rhbs-page-title {
      font-size: 28px !important;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
    }
    .hsd-rhbs-post-btn-cont {
      flex-flow: column;
    }
    .hsd-rhbs-post-banner-btn {
      margin-top: 8px;
    }
    .hsd-rhbs-banner-content {
      font-size: 14px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
    }
  }
</style>

<!-- /**** Hub CSS ****/ -->
<style>
  .hsd-research-hub-hub-section {
    display: flex;
    flex-flow: column;
    gap: 32px;
    background: var(--hsd-rh-page-bkg-color);
    margin: 0 0 32px;
  }
  .hsd-rhhs-grid-cont {
    display: flex;
    flex-flow: column;
    gap: 16px;
    padding: 72px 0 0;
  }
  .hsd-rhhs-grid-cont-title {
    color: var(--hsd-rh-section-title-color);
    font-family: var(--hsd-rh-section-title-font-family);
    font-size: var(--hsd-rh-section-title-font-size) !important ;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 2rem;

    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
  }
  .hsd-rhhs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1920px;
    padding: 2rem;
    margin: 0 auto;
    width: fit-content;
  }
  .hsd-rhhs-cards {
    display: flex;
    flex-flow: column;
    border-radius: var(--hsd-rh-card-border-radius);
    overflow: hidden;
    max-width: 333px;
    border: var(--hsd-rh-card-border);
  }
  .hsd-rhhs-cad-image {
    width: 100%;
  }
  .hsd-rhhs-card-lower-sec {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    background: var(--hsd-rh-card-bkg-color);
    padding: 20px 0 32px 0;
  }
  .hsd-rhhs-card-title {
    height: 48px;
    color: var(--hsd-rh-card-title-color);
    text-align: center;
    font-family: var(--hsd-rh-card-title-font-family);
    font-size: var(--hsd-rh-card-title-font-size) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    margin: 0 !important;
    padding: 0 8px;
  }

  .hsd-rhhs-btn-cont {
    display: flex;
    flex-flow: column;
    gap: 4px;
    width: 100%;
    padding: 0 25px;
  }

  @media screen and (max-width: 1440px) {
    .hsd-rhhs-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 950px) {
    .hsd-rhhs-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    .hsd-rhhs-grid-cont-title {
      text-align: center;
    }
    .hsd-rhhs-grid {
      grid-template-columns: repeat(1, 1fr);
    }
  }
