body {
    font-size: 16px;
    color: #111;
    line-height: 1.55;
}
p {
    -webkit-hyphens: manual;
    -epub-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
}
b,
strong,
.strong {
    font-weight: bold;
}
cite,
dfn,
em,
i,
.em {
    font-style: italic;
}
small,
.small {
    font-size: 75%;
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
}
blockquote {
    border-left: 5px solid #eee;
    margin: 2em 0;
    padding: 0 0 0 1.5em;
}
blockquote p {
    font-size: 1.125em;
    font-weight: 300;
    margin-top: 0;
}
blockquote small {
    color: #999;
    display: block;
}
blockquote small:before {
    content: "\2014 \00A0";
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    font-style: normal;
    margin-bottom: 1em;
}
code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333;
    border-radius: 0;
    padding: 0 3px 2px;
}
code {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e8;
    color: #d14;
    display: inline-block;
    padding: 2px 4px;
    white-space: pre-wrap;
}
pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre code {
    background-color: transparent;
    border: 0;
    color: inherit;
    padding: 0;
    white-space: pre;
    white-space: pre-wrap;
}
hr {
    clear: both;
    border: 0;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #eee;
    margin: 1.429em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-weight: 500;
    text-rendering: optimizelegibility;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}
h1,
.h1 {
    font-size: 1.875em;
    line-height: 1.2;
    margin: 0.67em 0;
}
h2,
.h2 {
    font-size: 1.45em;
    line-height: 1.3;
    margin: 0.83em 0;
}
h3,
.h3 {
    font-size: 1.25em;
    line-height: 1.4;
    margin: 1em 0;
}
h4,
.h4 {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 1.33em 0;
}
h5,
.h5 {
    font-size: 0.846em;
    line-height: 1.5;
    margin: 1.67em 0;
}
h6,
.h6 {
    font-size: 0.746em;
    line-height: 1.55;
    margin: 2.33em 0;
}
@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 2em;
    }
    h2,
    .h2 {
        font-size: 1.75em;
    }
}
a,
a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    color: var( --brand);
    font-weight: 500;
}
a.read-more {
    white-space: nowrap;
}
ul,
ol {
    margin: 1em 0;
    padding: 0;
}
ul.list-style--none,
ol.list-style--none {
    list-style-type: none;
}
ul.list-style--none li,
ol.list-style--none li {
    margin-left: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul li > ul,
ul li > ol,
ol li > ol,
ol li > ul {
    margin-top: 5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
li {
    margin-bottom: 0.5em;
    margin-left: 2em;
}
dd {
    color: #787878;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    margin-left: 0;
}
.underline {
    text-decoration: underline;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.float-left {
    float: left;
}
.float-none {
    float: none;
}
.float-right {
    float: right;
}
.clear-left {
    clear: left;
}
.clear-both,
.clear {
    clear: both;
}
.clear-right {
    clear: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
