/* =========================================================
   CORE ASSET SOLUTIONS
   SHARED QUICK LINKS
   File: /assets/css/quick-links.css
   ========================================================= */

.cas-quick-links,
.cas-quick-links *{
  box-sizing: border-box;
}

.cas-quick-links{
  width: 100%;
  padding: 0;
  color: #FFFFFF;
  font-family: "Red Hat Text", "Red Hat Display", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
}

.cas-quick-links__row{
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.0;
  word-spacing: 2px;
}
.cas-quick-links a,
.cas-quick-links a:visited{
  color: #7df538;
  font: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  word-spacing: normal;
  text-decoration: none;
  text-transform: none;
  transition: none;
}

.cas-quick-links a:hover,
.cas-quick-links a:focus-visible{
  color: #FFFFFF;
  text-decoration: none;
  transition: none;
}

/*
 * Used when the quick-link row sits inside an existing
 * page container immediately above the page title.
 */
.cas-quick-links--before-title{
  margin: 0 0 64px;
}

/*
 * Used on pages with the shared service/industry hero.
 * Matches the shared hero/content horizontal boundaries.
 */
.cas-quick-links--after-hero{
  width: calc(100% - (var(--cas-si-hero-gutter, 32px) * 2));
  max-width: var(--cas-si-hero-max, 1280px);
  margin-right: auto;
  margin-left: auto;
  padding: 52px 32px 0;
}

body.resources-page .cas-quick-links--after-hero{
  margin-bottom: 60px;
}

@media (min-width: 1200px){
  body.resources-page .cas-quick-links--after-hero{
    zoom: 0.85;
  }
}

@media (max-width: 760px){
  .cas-quick-links--after-hero{
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}