.mult-card-splide .splide__arrow {
  top: 50% !important; }

.mult-card-splide .splide__track .splide__slide .splide__slide__container img {
  width: 250px;
  box-shadow: var(--csds-shadow-material-1); }

.webinar-img-block {
  width: 100%; }
  @media (min-width: 801px) {
    .webinar-img-block {
      width: 800px;
      margin: 0 auto; } }

/* RESOURCE LIBRARY PAGE STYLE BEGIN -------------------------------------------------- */
#resource-library .resource-parent-hero {
  margin-top: 6rem;
  text-align: left; }
  @media (min-width: 801px) {
    #resource-library .resource-parent-hero {
      margin-top: 0rem; } }
  #resource-library .resource-parent-hero h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (min-width: 801px) {
      #resource-library .resource-parent-hero h1 {
        font-size: 3rem; } }
  #resource-library .resource-parent-hero p {
    color: var(--csds-color-brand-base);
    font-size: var(--csds-font-size-lg); }
    @media (min-width: 801px) {
      #resource-library .resource-parent-hero p {
        font-size: 2rem; } }
  #resource-library .resource-parent-hero a {
    color: var(--csds-color-brand-base);
    text-transform: uppercase;
    font-size: var(--csds-font-size-lg);
    display: inline-block;
    margin-right: 0.5rem;
    text-decoration: none; }
    @media (min-width: 801px) {
      #resource-library .resource-parent-hero a {
        font-size: 2rem; } }

#resource-library .resource-infographic-wrapper {
  display: grid;
  grid-gap: 2rem;
  align-items: end; }
  @media (min-width: 801px) {
    #resource-library .resource-infographic-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  #resource-library .resource-infographic-wrapper .infographic a {
    color: var(--csds-color-black); }
    #resource-library .resource-infographic-wrapper .infographic a .infographic-title {
      font-weight: bold;
      margin-bottom: 1rem;
      font-size: var(--csds-font-size-lg);
      color: var(--csds-color-black);
      text-decoration: none; }
      #resource-library .resource-infographic-wrapper .infographic a .infographic-title::after {
        content: "\2B73";
        margin-left: 1rem;
        font-size: var(--csds-font-size-lg); }
    #resource-library .resource-infographic-wrapper .infographic a img {
      width: 120px; }
      @media (min-width: 801px) {
        #resource-library .resource-infographic-wrapper .infographic a img {
          width: auto; } }

#resource-library .resource-glossary-wrapper {
  text-align: left; }
  #resource-library .resource-glossary-wrapper .glossary-letter {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem; }
    #resource-library .resource-glossary-wrapper .glossary-letter a {
      color: var(--csds-color-brand-base);
      font-style: italic;
      font-weight: bold; }
  #resource-library .resource-glossary-wrapper .glossary-word {
    font-weight: bold;
    margin: 1rem 0 0.25rem 0;
    font-size: 1.25rem; }
  #resource-library .resource-glossary-wrapper .glossary-definition {
    font-size: 1.15rem; }

#resource-library .resource-podcast-wrapper .grid article a::before {
  display: none !important; }

#resource-library .resource-podcast-wrapper .grid article {
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); }
  #resource-library .resource-podcast-wrapper .grid article .top-podcast .text {
    text-align: center;
    text-transform: none !important; }
    #resource-library .resource-podcast-wrapper .grid article .top-podcast .text h3 {
      color: black; }
  #resource-library .resource-podcast-wrapper .grid article .btn-podcast {
    text-align: left !important; }
    #resource-library .resource-podcast-wrapper .grid article .btn-podcast a {
      color: var(--csds-color-brand-base);
      font-weight: bold; }

#resource-library .page-heading {
  display: none; }

#resource-library .page-builder-wrapper .resource-library-global-sidebar {
  flex-basis: 20rem;
  flex-grow: 1;
  background: var(--csds-color-brand-base);
  color: white;
  padding: 5rem; }

#resource-library .page-builder-wrapper .resource-library-content {
  text-align: center; }
  #resource-library .page-builder-wrapper .resource-library-content h2 {
    font-size: 2rem;
    color: var(--csds-color-brand-base);
    font-weight: bold;
    margin-bottom: 1rem; }
  #resource-library .page-builder-wrapper .resource-library-content .section-start {
    text-align: left;
    padding: 0 1rem; }
    #resource-library .page-builder-wrapper .resource-library-content .section-start h2 {
      font-size: 2rem;
      color: var(--csds-color-brand-base);
      font-weight: bold;
      margin-bottom: 1rem; }
    #resource-library .page-builder-wrapper .resource-library-content .section-start .section-description {
      font-weight: bold; }
    #resource-library .page-builder-wrapper .resource-library-content .section-start h3 {
      font-size: 1.75rem;
      color: var(--csds-color-brand-base);
      margin-bottom: 1rem; }
  @media (min-width: 801px) {
    #resource-library .page-builder-wrapper .resource-library-content .container.resources .grid {
      grid-template-columns: repeat(auto-fill, minmax(285px, 1fr)); } }
  #resource-library .page-builder-wrapper .resource-library-content .container.resources .grid article a::before {
    display: none; }
  #resource-library .page-builder-wrapper .resource-library-content .grid {
    display: grid;
    grid-gap: 20px;
    align-items: stretch; }
    @media (min-width: 801px) {
      #resource-library .page-builder-wrapper .resource-library-content .grid {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); } }
    #resource-library .page-builder-wrapper .resource-library-content .grid article a {
      position: relative;
      display: block; }
      #resource-library .page-builder-wrapper .resource-library-content .grid article a::before {
        content: "Learn More";
        z-index: 1;
        overflow: hidden;
        font-size: 10px;
        font-weight: bold;
        color: var(--csds-color-white);
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        display: block;
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        background: white;
        color: black;
        font-size: 1rem;
        padding: 1rem;
        cursor: pointer; }
        @media (min-width: 801px) {
          #resource-library .page-builder-wrapper .resource-library-content .grid article a::before {
            font-size: 2rem; } }
      #resource-library .page-builder-wrapper .resource-library-content .grid article a:hover::before {
        background: var(--csds-color-brand-base);
        color: white; }
    #resource-library .page-builder-wrapper .resource-library-content .grid img {
      border-radius: 1rem;
      max-width: 100%;
      border: 1px solid #ccc;
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }
    #resource-library .page-builder-wrapper .resource-library-content .grid .text {
      text-align: left; }
      #resource-library .page-builder-wrapper .resource-library-content .grid .text h3 {
        text-transform: uppercase;
        color: var(--csds-color-brand-base);
        font-weight: bold; }
  #resource-library .page-builder-wrapper .resource-library-content .pdf-carousel .slick-slide {
    padding: 1rem; }
    #resource-library .page-builder-wrapper .resource-library-content .pdf-carousel .slick-slide img {
      box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }
    #resource-library .page-builder-wrapper .resource-library-content .pdf-carousel .slick-slide span {
      display: inline-block;
      margin-top: 1rem;
      font-weight: bold; }
  #resource-library .page-builder-wrapper .resource-library-content .pdf-carousel .slick-next,
  #resource-library .page-builder-wrapper .resource-library-content .pdf-carousel .slick-prev {
    background-color: var(--csds-color-brand-base); }
  #resource-library .page-builder-wrapper .resource-library-content .slick-track {
    margin-left: 0; }
  #resource-library .page-builder-wrapper .resource-library-content .social-media-icons {
    margin-bottom: 2rem; }
    #resource-library .page-builder-wrapper .resource-library-content .social-media-icons a {
      display: inline-block;
      margin-right: 0.5rem; }
      #resource-library .page-builder-wrapper .resource-library-content .social-media-icons a:hover {
        color: var(--csds-color-brand-base); }

#resource-library .hide {
  display: none; }

#resource-library .head-nav {
  background: var(--csds-color-brand-base);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }
  #resource-library .head-nav li:hover {
    background-color: #1a1a1a; }
    #resource-library .head-nav li:hover:before {
      background-color: #1a1a1a; }
    #resource-library .head-nav li:hover svg {
      background: #1a1a1a;
      fill: var(--csds-color-brand-base); }
    #resource-library .head-nav li:hover a {
      color: var(--csds-color-brand-base); }
  #resource-library .head-nav li:before {
    position: absolute;
    left: -0.925rem;
    top: 0;
    width: 0.925rem;
    height: 100%;
    content: "";
    background: var(--csds-color-brand-base);
    z-index: 1;
    transition: background 400ms; }
  #resource-library .head-nav ul {
    margin-top: 1.85rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    list-style: none; }
  #resource-library .head-nav li {
    position: relative;
    clear: both;
    width: 100%;
    padding: 0;
    transition: background 400ms; }
    #resource-library .head-nav li a {
      display: flex;
      padding-top: 2vh;
      padding-bottom: 2vh;
      padding-left: 2rem; }
  #resource-library .head-nav a {
    align-items: center;
    width: 100%;
    color: #fefefe;
    text-decoration: none;
    transition: color 400ms; }
    #resource-library .head-nav a span {
      position: relative;
      display: block;
      z-index: 0;
      text-indent: -20em;
      white-space: nowrap;
      transition: text-indent 400ms ease-in-out;
      font-weight: bold;
      font-size: 1.25rem; }
  #resource-library .head-nav svg {
    position: relative;
    max-width: 80px;
    width: 29px;
    max-height: 30px;
    z-index: 1;
    fill: #fefefe;
    background: var(--csds-color-brand-base);
    transition: 400ms; }
  @media screen and (max: 768px) {
    #resource-library .head-nav ul {
      margin-top: 0.925rem/4; }
    #resource-library .head-nav svg {
      max-width: 20px; } }

.resource-library-information {
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 801px) {
    .resource-library-information {
      width: auto !important; } }
  .resource-library-information .page-heading {
    display: block !important; }
  .resource-library-information .page-footer {
    margin-bottom: 2rem; }
    .resource-library-information .page-footer .footer-blocks {
      display: grid;
      grid-gap: 20px;
      align-items: stretch; }
      @media (min-width: 801px) {
        .resource-library-information .page-footer .footer-blocks {
          display: flex;
          justify-content: center; } }
      @media (min-width: 801px) {
        .resource-library-information .page-footer .footer-blocks {
          grid-template-columns: repeat(auto-fill, minmax(470px, 1fr)); } }
      .resource-library-information .page-footer .footer-blocks > div {
        box-shadow: 7px 7px 0 0 grey;
        padding: 1rem 0 1rem 2rem;
        background: #fafafa;
        position: relative; }
        @media (min-width: 801px) {
          .resource-library-information .page-footer .footer-blocks > div {
            width: 25rem; } }
        .resource-library-information .page-footer .footer-blocks > div ul {
          list-style: none;
          margin: 0; }
        .resource-library-information .page-footer .footer-blocks > div .icon {
          position: absolute;
          top: 1rem;
          right: 1rem; }
          .resource-library-information .page-footer .footer-blocks > div .icon svg {
            color: var(--csds-color-brand-base); }
        .resource-library-information .page-footer .footer-blocks > div .view-all-link {
          color: var(--csds-color-brand-base);
          position: absolute;
          bottom: 1rem;
          right: 1rem; }
      .resource-library-information .page-footer .footer-blocks h3 {
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0; }

/* sticky header jump link helpers */
#areas-of-interest {
  scroll-margin-top: 100px !important; }

#A,
#B,
#C,
#D,
#E,
#F,
#G,
#H,
#I,
#J,
#K,
#L,
#M,
#N,
#O,
#P,
#Q,
#R,
#S,
#T,
#U,
#V,
#W,
#X,
#Y,
#Z {
  scroll-margin-top: 100px !important; }

#resource-library .available-downloads {
  display: none !important; }

/* RESOURCE LIBRARY PAGE STYLE END -------------------------------------------------- */
.brand {
  color: black;
  font-weight: bold;
  margin: 0.75rem 0 0 0;
  display: inline-block; }
  .brand:hover {
    color: black; }

.resource-center-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  border: none;
  outline: none;
  margin-bottom: 2rem !important;
  background: white;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .resource-center-header .clarion-blog-logo-text {
    display: inline;
    vertical-align: bottom; }
  .resource-center-header h1 {
    margin: 0; }
  .resource-center-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    max-width: 100%;
    height: auto;
    padding: 0 0 1.5rem 0; }
  .resource-center-header .navbar {
    max-width: 100%;
    height: auto; }
  .resource-center-header .menu > .menu-item {
    position: relative;
    display: inline-block;
    margin: 0 0.75rem; }
    .resource-center-header .menu > .menu-item > a {
      display: block;
      font-family: inherit;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: inherit;
      padding: 1rem 0;
      border: none;
      outline: none;
      color: black;
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .resource-center-header .menu > .menu-item > a .expand {
        position: relative;
        display: inline-block;
        height: 0.65rem;
        width: 0.75rem;
        margin-left: 0.35rem;
        border: none;
        outline: none;
        pointer-events: none; }
        .resource-center-header .menu > .menu-item > a .expand:before {
          position: absolute;
          -webkit-box-sizing: inherit;
          box-sizing: inherit;
          content: "";
          left: 50%;
          top: 50%;
          width: 100%;
          height: 2px;
          background: #ffffff;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .resource-center-header .menu > .menu-item > a .expand:after {
          position: absolute;
          -webkit-box-sizing: inherit;
          box-sizing: inherit;
          content: "";
          left: 50%;
          top: 50%;
          width: 100%;
          height: 2px;
          background: #ffffff;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        .resource-center-header .menu > .menu-item > a .expand::after {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg); }
    .resource-center-header .menu > .menu-item:hover > a {
      color: #e57200; }
      .resource-center-header .menu > .menu-item:hover > a .expand::before {
        background: #e57200; }
      .resource-center-header .menu > .menu-item:hover > a .expand::after {
        background: #e57200; }
    .resource-center-header .menu > .menu-item > .sub-menu {
      position: absolute;
      left: -1rem;
      top: 100%;
      width: 13rem;
      height: auto;
      padding: 0.75rem 0;
      border: none;
      outline: none;
      opacity: 0;
      visibility: hidden;
      border-top: 3px solid #e57200;
      -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
      transform: translateY(1rem);
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .resource-center-header .menu > .menu-item > .sub-menu > .menu-item {
        display: block; }
        .resource-center-header .menu > .menu-item > .sub-menu > .menu-item > a {
          display: block;
          font-family: inherit;
          font-size: 1rem;
          font-weight: 600;
          line-height: inherit;
          padding: 0.5rem 1.25rem;
          color: black;
          text-transform: capitalize;
          text-rendering: optimizeLegibility;
          -webkit-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
          .resource-center-header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
            color: #e57200; }
  .resource-center-header .opened-menu {
    position: fixed;
    top: 2rem;
    right: 1rem;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .resource-center-header .opened-menu span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: var(--csds-color-black);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .resource-center-header .opened-menu span:nth-child(1) {
        top: 0; }
      .resource-center-header .opened-menu span:nth-child(2) {
        top: 0.5rem; }
      .resource-center-header .opened-menu span:nth-child(3) {
        top: 0.5rem; }
      .resource-center-header .opened-menu span:nth-child(4) {
        top: 1rem; }
  .resource-center-header .closed-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background: none; }
    .resource-center-header .closed-menu img.closed-icon {
      display: block;
      width: 1rem;
      height: auto; }
  .resource-center-header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }

#return-to-store-link {
  background: #e57200;
  color: white;
  padding: 0.5rem; }

#return-to-store-link-mobile {
  display: none; }
  #return-to-store-link-mobile a {
    background: #e57200;
    color: white;
    padding: 0.5rem; }

@media (max-width: 992px) {
  .brand {
    margin-left: 1rem; }
  #return-to-store-link {
    display: none; }
  #return-to-store-link-mobile {
    display: inline-block; } }

@media (min-width: 993px) {
  .resource-center-header .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .resource-center-header .menu > .menu-item-has-children:hover > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@media (max-width: 992px) {
  .resource-center-header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible; }
  .resource-center-header .navbar {
    position: fixed;
    top: 0;
    left: -18rem;
    width: 18rem;
    height: 100%;
    padding: 1rem 0;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: white;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .resource-center-header .navbar::-webkit-scrollbar {
      width: 5px; }
    .resource-center-header .navbar::-webkit-scrollbar-thumb {
      border-radius: 1rem;
      background: #e6e6e6;
      -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
      box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12); }
  .resource-center-header .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible; }
  .resource-center-header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem; }
    .resource-center-header .menu > .menu-item {
      display: block;
      margin: 0; }
      .resource-center-header .menu > .menu-item > a {
        padding: 0.75rem 1rem;
        color: black;
        border-bottom: 1px solid #f2f2f2; }
        .resource-center-header .menu > .menu-item > a .expand::before {
          background: #ffffff; }
        .resource-center-header .menu > .menu-item > a .expand::after {
          background: #ffffff; }
      .resource-center-header .menu > .menu-item:first-child > a {
        border-top: 1px solid #f2f2f2; }
      .resource-center-header .menu > .menu-item > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
        .resource-center-header .menu > .menu-item > .sub-menu > .menu-item > a {
          padding: 0.75rem 2rem;
          color: black;
          border-bottom: 1px solid #f2f2f2; }
    .resource-center-header .menu > .menu-item-has-children > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .resource-center-header .menu > .menu-item-has-children.active > a .expand:after {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg); }
  .resource-center-header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible; }
  .resource-center-header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1rem;
    right: 0.5rem; } }

.resource-library-page [data-widget-id] h2 {
  color: var(--csds-color-neutral-darkest) !important;
  margin: var(--csds-space-sm) 0; }

#resource-page-top-hero {
  width: 100%;
  height: 40rem;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  position: relative; }
  #resource-page-top-hero .hero-text {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%; }
    @media (min-width: 801px) {
      #resource-page-top-hero .hero-text {
        width: auto; } }
    #resource-page-top-hero .hero-text h3 {
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--csds-color-brand-base); }
      @media (min-width: 801px) {
        #resource-page-top-hero .hero-text h3 {
          font-size: 3rem; } }
    @media (min-width: 801px) {
      #resource-page-top-hero .hero-text p {
        font-size: var(--csds-font-size-lg); } }
  #resource-page-top-hero .explore-btn {
    background: rgba(255, 255, 255, 0.7);
    padding: 2rem;
    visibility: visible;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    color: var(--csds-color-brand-base);
    font-weight: bold;
    text-transform: uppercase; }
    @media (min-width: 801px) {
      #resource-page-top-hero .explore-btn {
        font-size: var(--csds-font-size-lg);
        top: 90%; } }

.resource-library-parent .glossary-definition a {
  color: var(--csds-color-text-link) !important; }

.resource-library-parent .glossary-letter a {
  font-size: var(--csds-font-size-2xl) !important;
  color: var(--csds-color-text-link) !important; }

.resource-library-category .blog-card p.read-more {
  float: right; }

.resource-library-category .read-more a,
.resource-library-category a.shop-now {
  width: 9rem; }

.resource-library-category .read-more a {
  color: var(--csds-color-white) !important;
  background-color: var(--csds-color-accent-base) !important;
  border-width: var(--csds-border-width-medium) !important;
  border-color: var(--csds-color-accent-base) !important;
  display: inline-flex !important; }
  .resource-library-category .read-more a:hover {
    background-color: var(--csds-color-accent-darker) !important; }

.resource-library-category a.shop-now {
  color: var(--csds-color-accent-base) !important;
  border-width: var(--csds-border-width-medium) !important;
  border-color: var(--csds-color-accent-base) !important;
  background-color: var(--csds-color-white-25) !important;
  box-sizing: border-box !important;
  display: inline-flex !important; }
  .resource-library-category a.shop-now:hover {
    color: var(--csds-color-white) !important;
    border-color: var(--csds-color-accent-base) !important;
    background-color: var(--csds-color-accent-base) !important; }

.resource-library-category .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(406px, 1fr));
  grid-gap: 20px;
  align-items: stretch; }

.resource-library-category .hero-banner {
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  background: #f3f2f2;
  text-align: center; }
  .resource-library-category .hero-banner .hb-left {
    background-size: cover !important;
    padding: 2rem;
    background-repeat: no-repeat !important; }
    @media (min-width: 801px) {
      .resource-library-category .hero-banner .hb-left {
        background-position-x: center !important; } }
    .resource-library-category .hero-banner .hb-left h1 {
      font-size: 2rem;
      line-height: 2.5rem;
      text-transform: uppercase;
      color: white; }
      @media (min-width: 801px) {
        .resource-library-category .hero-banner .hb-left h1 {
          font-size: 4rem;
          line-height: 5rem; } }
    .resource-library-category .hero-banner .hb-left p {
      font-size: 1.35rem;
      color: white; }
  .resource-library-category .hero-banner .hero-cat-btn {
    background-color: var(--csds-color-brand-base);
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    padding: 0.5rem;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-style: italic;
    text-decoration: none; }
  .resource-library-category .hero-banner .hb-right {
    background: #f3f2f2; }

.resource-library-category .rc-cat-btn-wrapper {
  display: flex;
  justify-content: center; }
  .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn {
    text-align: center; }
    .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn a {
      text-decoration: none; }
    @media (min-width: 801px) {
      .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn {
        margin: 0 3rem; } }
    .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn img {
      max-width: 200px;
      width: 100%; }
    .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn span {
      font-size: 1rem;
      font-weight: bold; }
      @media (min-width: 801px) {
        .resource-library-category .rc-cat-btn-wrapper .rc-cat-btn span {
          font-size: 1.25rem; } }

.resource-library-category .blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #f3f2f2;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0; }
  .resource-library-category .blog-card a {
    color: inherit; }
    .resource-library-category .blog-card a:hover {
      color: var(--csds-color-brand-base); }
  .resource-library-category .blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg); }
  .resource-library-category .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px; }
  .resource-library-category .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s; }
  .resource-library-category .blog-card .description {
    padding: 1rem;
    background: #f3f2f2;
    position: relative;
    z-index: 1; }
    .resource-library-category .blog-card .description h2 {
      line-height: 1;
      margin: 0;
      font-size: var(--csds-font-size-lg);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold; }
  .resource-library-category .blog-card p {
    position: relative;
    margin: 1rem 0 0; }
    .resource-library-category .blog-card p:first-of-type {
      margin-top: 1.25rem; }
      .resource-library-category .blog-card p:first-of-type:before {
        content: "";
        position: absolute;
        height: 5px;
        background: var(--csds-color-brand-base);
        width: 35px;
        top: -0.75rem;
        border-radius: 3px; }
  .resource-library-category .blog-card:hover .details {
    left: 0%; }
  @media (min-width: 640px) {
    .resource-library-category .blog-card {
      flex-direction: row; }
      .resource-library-category .blog-card .meta {
        flex-basis: 40%;
        height: auto; }
      .resource-library-category .blog-card .description {
        flex-basis: 60%; }
        .resource-library-category .blog-card .description:before {
          transform: skewX(-3deg);
          content: "";
          background: #f3f2f2;
          width: 30px;
          position: absolute;
          left: -10px;
          top: 0;
          bottom: 0;
          z-index: -1; }
      .resource-library-category .blog-card.alt {
        flex-direction: row-reverse; }
        .resource-library-category .blog-card.alt .description:before {
          left: inherit;
          right: -10px;
          transform: skew(3deg); }
        .resource-library-category .blog-card.alt .details {
          padding-left: 25px; } }

.resource-library-category .divider {
  background-color: var(--csds-color-white);
  color: var(--csds-color-brand-base);
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin: 1rem 0; }

.resource-library-category .divider:before {
  border-bottom: 2px solid --csds-color-brand-base;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%; }

.resource-library-category .divider-text {
  background-color: inherit;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1; }
  .resource-library-category .divider-text button {
    color: var(--csds-color-brand-base);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
