html {
  font-size: 16px;
}
html body {
  font-size: 1rem;
}
h1,
.h1,
h2,
.h2 {
  color: #444568;
  line-height: 1.2;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #444568;
}
@media (min-width: 768px) {
  .article-intro h2:first-child,
  .article-intro .h2:first-child,
  .article-intro h3:first-child,
  .article-intro .h3:first-child,
  .article-intro h4:first-child,
  .article-intro .h4:first-child,
  .article-intro h5:first-child,
  .article-intro .h5:first-child,
  .article-intro h6:first-child,
  .article-intro .h6:first-child {
    margin-top: 0;
  }
}
.view-article .t3-content h2:first-child,
.view-article .t3-content .h2:first-child,
.view-article .t3-content h3:first-child,
.view-article .t3-content .h3:first-child,
.view-article .t3-content h4:first-child,
.view-article .t3-content .h4:first-child,
.view-article .t3-content h5:first-child,
.view-article .t3-content .h5:first-child,
.view-article .t3-content h6:first-child,
.view-article .t3-content .h6:first-child {
  margin-top: 0;
}
@media (max-width: 480px) {
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 4rem;
}
h2,
.h2 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h4,
.h4 {
  margin-top: 1.33333rem;
  margin-bottom: 1rem;
}
h5,
.h5 {
  font-family: 'DM Sans', "Segoe UI", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  font-weight: bold;
}
h6,
.h6 {
  font-family: 'DM Sans', "Segoe UI", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-variant: small-caps;
  word-wrap: break-word;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.lead .btn {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .lead .btn {
    font-size: 1.3125rem;
  }
}
small,
.small {
  font-size: 0.875rem;
}
.text-xs {
  font-size: 0.75rem;
}
.t3-content a:not([class]),
.footer-custom-modules a:not([class]),
.t3-footer a:not([class]) {
  color: #444568;
  text-decoration: underline;
  word-break: break-word;
}
.t3-content a:not([class]):hover,
.footer-custom-modules a:not([class]):hover,
.t3-footer a:not([class]):hover {
  color: #417940;
}
p {
  margin-bottom: 1rem;
}
.t3-mainbody ul:not([class]),
.t3-footer ul:not([class]) {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.t3-mainbody ul:not([class]) li,
.t3-footer ul:not([class]) li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
}
.t3-mainbody ul:not([class]) li::before,
.t3-footer ul:not([class]) li::before {
  content: '';
  position: relative;
  top: -4px;
  height: 4px;
  width: 4px;
  background-color: #417940;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.25rem;
  margin-left: -1.5rem;
}
.t3-mainbody ol:not([class]),
.t3-footer ol:not([class]) {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  counter-reset: ol-counter;
}
.t3-mainbody ol:not([class]):first-child,
.t3-footer ol:not([class]):first-child {
  margin-top: 0;
}
.t3-mainbody ol:not([class]) li,
.t3-footer ol:not([class]) li {
  position: relative;
  margin-bottom: .5rem;
  counter-increment: ol-counter;
  padding-left: 24px;
}
.t3-mainbody ol:not([class]) li::before,
.t3-footer ol:not([class]) li::before {
  content: counter(ol-counter) '.';
  position: relative;
  font-weight: 700;
  color: #417940;
  display: inline-block;
  min-width: 20px;
  margin-right: 4px;
  margin-left: -24px;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
  h2,
  .h2 {
    font-size: 1.875rem;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .modal h1,
  .modal .h1 {
    font-size: 2rem;
  }
}