/* ContentBuilder / article content styles (local replacement for forestwebsdemo ContentBuilder CSS) */
.containerBox .content img,
.article img,
.txt img {
  max-width: 100%;
  height: auto;
}
.containerBox .content p,
.article p,
.txt p {
  margin: 0 0 1em;
  line-height: 1.7;
}
.containerBox .content ul,
.containerBox .content ol,
.article ul,
.article ol,
.txt ul,
.txt ol {
  margin: 0 0 1em 1.25em;
  padding: 0;
}
.containerBox .content h1,
.containerBox .content h2,
.containerBox .content h3,
.containerBox .content h4,
.article h1,
.article h2,
.article h3,
.article h4 {
  margin: 1em 0 0.5em;
  line-height: 1.4;
}
.containerBox .content table,
.article table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.containerBox .content table td,
.containerBox .content table th,
.article table td,
.article table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.is-ion-icon,
[class^="icon-"],
[class*=" icon-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
