/*Common Styles*/
h1,h2,h3,h4,h5 {
    color: var(--cm-light-alpha);
    font-style: normal;  
    font-weight: 500;    
    text-transform: uppercase;
    text-wrap: balance;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.2em;
    font-size: calc(1rem + 1vw);
    margin: 0 0 1rem;
  }

  .home h1 {
    color: #fff;
    font-size:calc(2rem + 3vw);
    line-break: 1.4;
    @media screen and (max-width: 640px) {
      text-align: left;
    }
  }
  .areas h1 {
    margin-bottom: 1.3rem;
    @media screen and (max-width: 720px) {
      text-align: center;
    }
  }

  h2 {
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  .accordion h2 {margin-top:0;}
  h3 {
    font-size: 1.1rem;
      line-height: 1.3;
      letter-spacing: 0.2rem;
  }
  .resource-section h3 {
    font-size: 1rem;
  }
  /* h4 {
    line-height: 105%;
    letter-spacing: 0.2em;
  }
  h5 {
    font-size: 2rem;
    line-height: 116%;
    margin-bottom: 1.25rem;
  }
  h6 {
    font-size: 1.375rem;
    line-height: 118%;
  } */
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none;
  }
  
/* @media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
} */

h2 {
  font-size: calc(0.7rem + 1vw);
}

h3 {
  /* font-size: calc(1.3rem + 0.6vw); */
  font-size: 1rem;
}
/* @media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
} */

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
  /*mob*/
@media screen and (max-width: 640px) { 
h1 {
   font-size: calc(1.325rem + 2vw); /*1.5rem; */
  /* text-align: center; TODO only filter pages need center? or align filtering left also? */
  letter-spacing: 0.15rem;
}
.single h1 {
  text-align:left;
}
h2 {
  font-size:1.3rem;
  @media screen and (max-width: 720px) {
    h2 {
        font-size: 1.2rem;
    }
}
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.3;
}


}