@layer base {
  html, body {
    font-size: 18px;
    font-family: var(--il-font-sans);
  }
  body {
    color:var(--il-blue);
  }
  strong {
    font-weight: 700;
  }

  /* Helper classes */
  .hide {
    display: none;
  }
  .text-center {
    text-align: center;
  }
  .margin-auto{
    width: fit-content;
    margin: auto;
  }
  .visually-hidden {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .semi-transparent {
    position: absolute;
    background-color: #ffffff;
    opacity: 0.7;
    z-index: 4;
    width: 100%;
    height: 100%;
  }
  .overlay {
    position: relative;
  }
  .full-width {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .margin-auto{
    margin: auto;
  }
  /***/

  h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
  }

  h3{
    margin: 24px 0 16px;
  }
  
  h2[slot="summary"], h3[slot="summary"], h4[slot="summary"] {
    margin: 0;
  }

  .site-main {
    font-family: var(--il-font-sans);
    line-height: 30px;
  }
  h1 {
    font-family: var(--il-font-montserrat);
    font-size: 64px;
    font-weight: bold;
    text-align: left;
    padding: 16px 0; 
    color: var(--il-orange);
    position: relative;
    max-width: 1050px;
    line-height: 72px;
    z-index: 3;
  }

  @media screen and (max-width: 855px) {
    h1 {
      font-size: 48px;
      line-height: 56px;
    }
  }

  .subhead{
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
  }


  h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
 h3 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  h4 {
    font-size: 25px;
    margin: 15px 0 24px;
  }
  
 h5 {
    font-size: 21px;
  }
 h6 {
    font-size: 18px;
  }

  p{
    font-size: 18px;
    font-family: var(--il-font-sans);
    line-height: 30px;
  }

  li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  ul {
    margin-right: 20px;
  }
  p, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  p + p{
    margin-top: 1.35em;
  }


  a {
    color: var(--il-industrial);
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
  }
   a:visited {
    text-decoration: underline;
    color: var(--il-blue);
    outline: 1px dashed var(--il-blue);
  }

  a:focus-visible{
    outline: none;
    background-color: var(--il-arches-90);
    border-bottom: 3px solid var(--il-blue);
    color: var(--il-blue);
    text-decoration: none;

  }
  a:hover {
    color: var(--il-blue);
    text-decoration: underline;
  }
  a:active {
    color: var(--il-altgeld);
    text-decoration: underline;
  }
  
  button:focus-visible{
    outline: none;
  }

  .heading--orange-bg {
    background-color: var(--il-orange);
    color: white;
    font-size: 29px;
    padding: 0 10px;
    width: max-content;
    margin: 20px auto 40px;
  }
}
