html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 100%;
  line-height: 1.5;
  word-wrap: break-word;
  font-size: 87.5%;
}

span {
  -webkit-tap-highlight-color: transparent;
}

.content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 100%;
  color: var(--accent-1);
}

.content h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: var(--accent-1);
}

.content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  color: var(--accent-1);
}

.content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 125%;
  color: var(--accent-1);
}

.content h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  color: var(--accent-1);
}

.content h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 110%;
  color: var(--accent-1);
}

.content p {
  font-style: normal;
  font-weight: 200;
  font-size: 21px;
  line-height: 150%;
  color: var(--grey-accent-1);
}

p.intro {
  font-size: 24px;
  font-weight: bold;
  color: var(--accent-1);
  line-height: 130%;
}
.content ul,
.content ol {
  padding: 10px 50px 10px 50px;
}

.field--name-field-title .field--item {
  color: var(--accent-1);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  display: flex;
  align-items: center;
}

.content li {
  font-style: normal;
  font-weight: 200;
  font-size: 21px;
  line-height: 250%;
  color: var(--grey-accent-1);
}

h1 a,
h2 a {
  border-bottom: none;
}
.content a {
  color: var(--pz-blue);
}
.content a:hover {
  text-decoration: none;
  color: var( --core-color);
}


p {
  margin: 0 0 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1em 0.25em 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
  /* LTR */
}

[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1em 0.25em 0;
}

.feed-icon {
  display: none;
}

.nav>li>a,
#sf-accordion {
  padding: 0 !important;
  font-size: 21px;
  line-height: 30px
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color:transparent;
}
