/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/





/************************************/
/* Including child theme /css files */
/************************************/

/* /* alternating vertical colored rectangle bullets - unordered */
ul.alternating-rectangle-bullets{
  list-style-type: none;
  margin-left: 1rem!important;
}
ul.alternating-rectangle-bullets li{
  position: relative;
  padding-left: 1rem;
}
ul.alternating-rectangle-bullets li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;

  background-image: url('https://269141.fs1.hubspotusercontent-na1.net/hubfs/269141/2026%20rebuild/icons/Rectangle%20Bullet%2078.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
ul.alternating-rectangle-bullets li:nth-child(4n+1)::before{
  background-image: url('https://269141.fs1.hubspotusercontent-na1.net/hubfs/269141/2026%20rebuild/icons/Rectangle%20Bullet%2078.svg');
}
ul.alternating-rectangle-bullets li:nth-child(4n+2)::before{
  background-image: url('https://269141.fs1.hubspotusercontent-na1.net/hubfs/269141/2026%20rebuild/icons/Rectangle%20Bullet%2081.svg');
}
ul.alternating-rectangle-bullets li:nth-child(4n+3)::before{
  background-image: url('https://269141.fs1.hubspotusercontent-na1.net/hubfs/269141/2026%20rebuild/icons/Rectangle%20Bullet%2082.svg');
}
ul.alternating-rectangle-bullets li:nth-child(4n+4)::before{
  background-image: url('https://269141.fs1.hubspotusercontent-na1.net/hubfs/269141/2026%20rebuild/icons/Rectangle%20Bullet%2083.svg');
} */