
#articlePage figure,
#articlePage header,
#articlePage section,
h1 {
    display: block;
}
#articlePage a,
#articlePage div,
#articlePage em,
#articlePage h1,
#articlePage h2,
#articlePage h3,
#articlePage img,
#articlePage li,
#articlePage ol,
#articlePage p,
#articlePage span,
#articlePage strong,
#articlePage ul {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    vertical-align: baseline;
    clear: none;
    letter-spacing: 0;
}
#articlePage figure,
#articlePage img {
    display: block;
}
#articlePage ul li {
    background: none;
}
#articlePage ul:not(.or_list) {
    list-style: disc;
    margin: 1em 0 1em 1em;
}
#articlePage ul:not(.or_list) li {
    display: list-item;
    list-style-type: disc;
    padding-left: 1em;
    margin-bottom: .25em;
}
#articlePage a {
    outline: none;
    background-color: none;
}
#articlePage a:active,
#articlePage a:hover {
    outline: 0;
}
#articlePage a:hover {
    color: #0094e7;
}
#articlePage a img {
    border: 0;
    display: block;
    max-width: none;
}
#articlePage,
#articlePage.blank {
    display: block;
    position: relative;
    font-family: Roboto, Arial, Helvetica Neue, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #000;
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
    max-width: 850px;
    margin: 2em auto;
}
#articlePage .lpSection strong {
    font-weight: 500;
}
#articlePage h1,
#articlePage h2,
#articlePage h3,
#articlePage h4 {
    color: #212121;
    text-align: center;
    font-weight: 700;
}
#articlePage h1 {
    color: #212121;
    font-size: 2em;
    line-height: 1.4;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
#articlePage h2 {
    font-size: 1.875em;
    font-weight: 700;
    line-height: auto;
    color: #212121;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
}
#articlePage h2 + h3 {
    margin-top: .5em;
}
#articlePage h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    font-weight: 500;
    font-size: 1.5em;
}
#articlePage .mktplc-content > p {
    margin-bottom: 1em;
}
#articlePage .or_accordion.ui-accordion {
    margin-left: 4px;
    margin-right: 4px;
}
#articlePage .or_accordion .ui-accordion-header .ui-accordion-header-icon::before,
#articlePage .or_accordion .ui-accordion-header .ui-accordion-header-icon::after {
    background: #000;
}
.mobile #articlePage {
    padding-left: 15px;
    padding-right: 15px;
}