@import url("https://use.typekit.net/lho4rdz.css");
html > body {
  font-family: "sofia-pro", sans-serif !important;
}

b,
strong {
  font-weight: 800 !important;
}

p {
  margin-block-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0;
}

#page_general_main h2 {
  color: #C05630;
}

#table_sidebar ul,
#table_sidebar ol {
  padding-inline-start: 10px;
}

.gform-theme .gform-footer .gform_button {
  background-color: #C05630 !important;
}

body > #container > header {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 20px;
  gap: 8px;
}
@media only screen and (min-width: 600px) {
  body > #container > header {
    flex-direction: row;
    align-items: center;
  }
}
body > #container > header .logo-tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
body > #container > header .logo-tag > a.mobile {
  display: block;
}
@media only screen and (min-width: 600px) {
  body > #container > header .logo-tag > a.mobile {
    display: none;
  }
}
body > #container > header .logo-tag > a.mobile img {
  width: 35px;
  height: 35px;
}

body > #footerwrap > footer {
  padding: 20px;
}
@media only screen and (min-width: 800px) {
  body > #footerwrap > footer {
    padding: 40px;
  }
}
body > #footerwrap > footer .textwidget {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
body > #footerwrap > footer .textwidget a {
  text-decoration: underline;
  color: #C05630;
}
body > #footerwrap > footer address,
body > #footerwrap > footer ul {
  color: #FFF;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 13.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.48px;
}
body > #footerwrap > footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > #footerwrap > footer .footer-widgets {
  display: flex;
  flex-direction: column;
  gap: 2em;
  padding-bottom: 20px;
}
@media only screen and (min-width: 800px) {
  body > #footerwrap > footer .footer-widgets {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding-bottom: 30px;
  }
}
body > #footerwrap > footer #searchform > div {
  display: flex;
  gap: 8px;
}
body > #footerwrap > footer #searchall {
  margin-bottom: 20px;
}

div:has(a[title="Contact form"]) {
  display: none !important;
}

.tablepress-scroll-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
}

table.tablepress thead tr > * {
  border-color: #000 !important;
}
table.tablepress thead th {
  background-color: #1B1E1D;
}
table.tablepress > :where(thead, tfoot) > tr > * {
  background-color: #1B1E1D;
}
table.tablepress > :where(tbody.row-striping) > :nth-child(odd) > * {
  background-color: rgba(146, 198, 193, 0.3019607843);
}
table.tablepress > :where(tbody) > tr > * {
  color: #1B1E1D !important;
  font-size: 11pt !important;
  padding: 7px 5px !important;
}
table.tablepress.secondrow .row-2 td {
  background-color: #1B1E1D !important;
  border-color: #000 !important;
}
table.tablepress.secondrow .row-3 td {
  background-color: #C05630 !important;
  color: #fff !important;
}

@media only screen and (min-width: 600px) {
  body {
    margin: 0;
  }
}

/*# sourceMappingURL=main-2026.css.map */
