* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, abbr, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, spanstrike, strong, sub, summary, sup, table, textarea, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

#container::after, article::after, aside::after, blockquote::after, details::after, figcaption::after, figure::after, footer::after, header::after, hgroup::after, menu::after, nav::after, q::after, section::after, .custom::after {
  clear: both;
  content: "";
  display: table;
}

*[class*=content-],
*[class*=mod_] {
  position: relative;
  z-index: 0;
}

html {
  min-height: 100%;
  overflow-y: scroll;
  position: relative;
  scroll-behavior: smooth;
  color-scheme: light dark;
}

article, aside, figcaption, figure, footer, header, main, nav, section, .custom {
  display: block;
}

fieldset, img, iframe {
  border: 0;
}

img {
  border: 0;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  padding: 7px 0;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4, h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

small {
  font-size: 65%;
}

em, i {
  font-style: italic;
}

p.button {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
  line-height: 1;
}

@media only screen and (max-width: 519px) {
  h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  h4, h5, h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body {
  background: #e9ecef;
}

table {
  background: #fff;
}

html[data-theme=dark] body {
  background: #111;
  color: #e9ecef;
}

html[data-theme=dark] table {
  background: #fff;
  color: #000;
}

html[data-theme=dark] a {
  color: #66a6ff;
}

html[data-theme=dark] p.button a {
  color: #fff;
}

p.button {
  background: #dc3545;
  border-color: #dc3545;
}

p.button a {
  color: #fff;
}

p.button:hover {
  background: #bb2d3b;
  border-color: #b02a37;
}

p.button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  margin: 7px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

p.button a {
  padding: 7px 12px;
  text-decoration: none;
}

p.button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

body {
  padding: 35px;
}

table,
.enclosure {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  font-size: inherit;
  margin: 0 auto;
  overflow: auto;
  max-width: 779px;
  width: 100%;
}

table th,
table td {
  padding: 14px 21px;
  text-align: left;
  text-align: start;
  vertical-align: middle;
}

.enclosure {
  padding: 15px 15px 15px 25px;
}

@media only screen and (max-width: 519px) {
  body {
    padding: 0;
  }
  table {
    margin: 0;
  }
  table thead th {
    float: left;
    width: 100% !important;
    text-align: center !important;
  }
  table th,
  table td {
    padding: 7px;
  }
}
tbody figure {
  margin: 14px 21px 7px 0;
  width: 33.33333333%;
}

@media only screen and (max-width: 519px) {
  tbody figure {
    margin: 7px 0;
    width: 100%;
  }
}
.mod_newsletterreader p.webview,
.mod_newsletterreader p.unsubscribe {
  display: none;
}
