ul li,
ol li {
  padding: 0 0 10px 5px;
}

p {
    display: block;
    font-weight: 300;
}

ul,
ol {
  margin: 0 0 10px 18px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

cite,
em {
  font-style: italic;
}

cite {
  border: none;
}

big {
  font-size: 131.25%;
}

blockquote,
blockquote p {
  font-weight: 600;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote cite {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #555;
}

pre {
  font-size: 1em;
  margin-bottom: 1.625em;
  padding: 0.75em 1.625em;
  background: #f4f4f4;
}

figure {
  margin: 0 auto 16px;
  text-align: center;
}

figure figcaption {
  font-size: 14px;
  padding: 3px;
}

code,
kbd,
samp,
var {
  font-size: 1em;
}

abbr,
acronym,
dfn {
  cursor: help;
  border-bottom: 1px dotted #ddd;
}

address {
  display: block;
  margin: 0 0 1.625em;
}

del,
ins {
  color: #555;
}

ins {
  text-decoration: none;
  border: none;
}

sup,
sub {
  font-size: 10px;
  line-height: 1;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

table {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
  text-align: left;
}

tr td,
tr th {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ddd;
}

img {
  max-width: 100%;
  height: auto;
}

img.size-full {
  width: auto;
}

img.wp-smiley {
  margin: 0;
  padding: 0;
  border: none;
}

img.aligncenter {
  margin: 0 auto 5px;
  display: block;
}

.wp-caption {
  max-width: 100%;
  margin: 0 auto 16px;
  border: 1px solid #ddd;
  padding: 16px 16px 2px;
  border-radius: 16px;
}

.wp-caption a {
  cursor: pointer;
}

.wp-caption img {
  display: block;
  max-width: 100%;
  margin: 0 auto !important;
  border-radius: 8px;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-size: 14px;
  padding: 8px 8px 8px 30px;
  text-align: left;
  color: #555;
  position: relative;
}

.wp-caption .wp-caption-text:before {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "\2014";
  color: #555;
}

br {
  float: none;
  clear: both;
}

hr {
  height: 0;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--adt-text-color);
  margin-bottom: 20px;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 34px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  line-height: 1.2;
  font-size: 14px;
}

ul:not(:last-child) {
  margin-bottom: 20px;
}

ul>li {
  padding: 0;
  position: relative;
}

ol>li {
  padding: 0;
}

hr {
  border-bottom: 1px dashed #ddd;
}

tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

tr:first-child {
  border-top: none;
}

tr:last-child {
  border-bottom: none;
}

tr:nth-child(even) {
  background: #727272;
}