/* Home Page Header */
.elementor-heading-title {
    border: 1px solid white;
    display: inline-block;
    padding: 20px 30px;
}
/* for long bullted lists */
.two-column-list {
  column-count: 2;
  column-gap: 2rem;
}

/* Prevent list items from breaking across columns */
.two-column-list li {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 0.5rem;
}

/* Responsive: switch to single column on smaller screens */
@media (max-width: 768px) {
  .two-column-list {
    column-count: 1;
  }
}
/* Sitewide Links */
a:link, a:visited	{
		text-decoration: underline;
}
/* Misc */
.page-id-410 h3 {
		border: none;
}
a.tp-header-bttn {
		text-decoration: none;
}
.tpe-blog-read-more a {
		text-decoration: none;
}