/* CSS Document */
@charset "utf-8";
.blog-article {
  max-width: 960px;
  margin: 0 auto;
}
.blog-article > p {
  padding: 1rem 0;
  text-indent: 2rem;
  font-size: 1.125rem;
}
.blog-article > h2 {
  margin: 1rem 0;
}
.blog-article > blockquote {
  margin: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 1.5rem;
  font-weight: 600;
}
.blog-article > blockquote q {
  text-align: right;
  font-style: italic;
  font-size: 1rem;
}
.callout {
  margin: 3rem;
  padding: 1rem 3rem 1rem 3rem;
  background-color: rgba(0, 0, 0, 0.04);
  border-left: 10px solid rgba(255, 85, 1, 1.00);
  }
.callout > h4 {
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.70);
  margin-bottom: 1.5rem;
}
.callout > p {
  font-size: 1.5rem;
  font-weight: 500;
}
.footnotes {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding: 2rem 1rem;
  margin-top: 5rem;
  border-radius: 4px;
}
div.editor-normalize ul {
  margin-left: 2rem !important;
}
table.automatic tr {
  border-bottom: 1px solid rgba(51, 51, 51, 1.00);
}
table.automatic td {
  padding: 0.5rem 1rem;
}
table.automatic td:nth-child(1) {
  text-align: justify;
}
.service {
  font-size: 1.125rem !important;
  padding-left: 60px;
  line-height: 1.5 !important;
}
.service p {
  padding-bottom: 1rem;
}
@media only screen and (max-device-width: 600px) {
  .blog-article > p {
    padding: 1rem 0;
    text-indent: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.6rem;
    letter-spacing: 0.75px;
  }
  .callout {
    padding: 1rem;
    margin: 2rem 0;
    background-color: rgba(0, 0, 0, 0.04);
    border-left: 5px solid rgba(255, 85, 1, 1.00);
  }
  .callout > h4 {
    font-size: 1.1rem;
  }
  .callout > p {
    font-size: 1.25rem;
  }
}