body { 
    margin:0pt;
    padding: 0pt;
    font-family: "Helvetica", "Segoe UI", "Roboto", sans-serif; 
    font-size: 12pt; 
    font-style: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-decoration: none; 
    line-height: 16pt; 
    text-align: justify; 
}

.page a:link {
    color: rgb(0, 127, 191);
    text-decoration: none; 
}
.page a:visited { 
    color: rgb(0, 127, 191);
    text-decoration: none; 
}
.page a:active { 
    color: rgb(0, 127, 191);
    text-decoration: none; 
}
.page a:hover {
    color: rgb(0, 127, 191);
    text-decoration: underline; 
}
.page a svg {
    height: 10pt;
    margin-right: 2pt;
}
.page a svg path {
    fill: rgb(0, 127, 191);
}
.rightcol a svg {
    height: 6pt;
    margin-left: -2pt;
    margin-right: -2pt;
}
.rightcol a {
    white-space: nowrap;
}
.rightcol {
    font-size: 8pt; 
    line-height: 10pt; 
    text-align: justify;
}

img,
iframe { 
    border-width: 0px; 
}

h1 { 
    font-size: 20pt; 
    line-height: 30pt; 
    font-weight: bold; 
    text-align: center; 
}
h1>span {
    display: block;
    font-size: 14pt;
    line-height: 21pt;
}
h2 {
    font-size: 16pt; 
    line-height: 24pt; 
    font-weight: bold; 
    text-align: left; 
    margin-left: 42pt; 
}
h2>span {
    display: block;
    font-size: 12pt;
    line-height: 18pt;
}
h3 { 
    font-size: 14pt; 
    line-height: 21pt; 
    font-weight: bold; 
    text-align: left; 
    margin-left: 24pt;
}
h3>span {
    display: block;
    font-size: 10pt;
    line-height: 15pt;
}

.context {
    text-align: right;
    font-style: italic;
    font-weight: 100;
}

hr {
    border-top: 1px solid rgb(0, 0, 0);
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    margin: 16pt;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: 12pt;
    line-height: 16pt;
    text-align: justify;
    clear: both;
    margin-top: 16pt;
    margin-bottom: 16pt;
}
p:first-letter {
    font-family: "Jaguar", "Helvetica", "Myriad Pro", sans-serif;
    font-size: 24pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgb(47, 111, 31);
    padding: 6pt;
    margin-top: 2pt;
    margin-right: 4pt;
    float: left;
    vertical-align: top;
}

sup small,
sub small {
    font-size: 8pt;
}

.smaller {
    font-size: 10pt;
    line-height: 13pt;
    margin-top: 12pt;
}
.smaller a svg {
    height: 8pt;
    margin-right: 0pt;
}

.two-column-grid,
.twolang-wrapper {
    display: grid;
    grid-gap: 10pt;
    grid-template-columns: 50% 50%;
}
.two-column-grid.central-aligned>*:nth-child(2n+1),
.two-column-grid.central-aligned>*:nth-child(2n+1) h3,
.two-column-grid.central-aligned>*:nth-child(2n+1) .context {
    text-align: right;
    align-self: center;
}
.two-column-grid.central-aligned>*:nth-child(2n),
.two-column-grid.central-aligned>*:nth-child(2n) h3,
.two-column-grid.central-aligned>*:nth-child(2n) .context {
    text-align: left;
    align-self: center;
}
.two-column-grid.central-aligned h3 {
    margin-left: 12pt;
    margin-right: 12pt;
    margin-top: 0pt;
}
.two-column-grid.central-aligned .context {
    margin-top: 8pt;
}
.twolang-wrapper p {
    margin-top: 4pt;
    margin-bottom: 4pt;
}
.twolang-wrapper>*:nth-child(2n) {
    color: rgb(47, 111, 31);
}

.emoji {
    height: 12pt;
    position: relative;
    margin-top: -1pt;
    margin-bottom: -1pt;
}
.flag,
.make {
    height: 12pt;
    margin-bottom: -1pt;
}
.make.class75 {
    height: 9pt;
    margin-bottom: 0.5pt;
}
.make.class50 {
    height: 6pt;
    margin-bottom: 2pt;
}
td .flag,
td .make {
    height: 10pt;
    margin-bottom: -1pt;
}
td .make.class75 {
    height: 7.5pt;
    margin-bottom: 0.5pt;
}
td .make.class50 {
    height: 5pt;
    margin-bottom: 2pt;
}

a.right-side-float {
    margin-left: 16pt; 
    margin-bottom: 16pt;
    float: right;
}


/* * * * * * * * *
 *   T A B L E   *
 * * * * * * * * */
 
table {
    border: 0px;
    margin-top: 16pt;
    margin-bottom: 16pt;
    border-spacing: 0px;
}
tr { 
    border: 0px;
}
td, th {
    border: 0px;
    text-align: left;
    vertical-align: top;
    font-size: 10pt;
    padding-left: 4pt;
    padding-right: 4pt;
    padding-top: 1pt;
    padding-bottom: 1pt;
}
table>thead>tr,
table>tfoot>tr {
    background-color: rgb(47, 111, 31);
    color: rgb(255, 255, 255);
}
table>thead>tr,
table>tfoot>tr {
    font-weight: bold;
    text-align: center;
}
table>tbody>tr:nth-child(2n) {
    /*background-color: rgba(47, 111, 31, 0.12);*/
    background-color: rgba(71, 167, 47, 0.12);
    color: rgb(0, 0, 0);
}
table>tbody>tr:nth-child(2n+1) {
    /*background-color: rgba(47, 111, 31, 0.04);*/
    background-color: rgba(71, 167, 47, 0.04);
    color: rgb(0, 0, 0);
}
table>tbody>tr:nth-child(2n).inactive {
    /*background-color: rgba(47, 111, 31, 0.16);*/
    background-color: rgba(71, 167, 47, 0.16);
    color: rgba(0, 0, 0, 0.5);
}
table>tbody>tr:nth-child(2n+1).inactive {
    /*background-color: rgba(47, 111, 31, 0.08);*/
    background-color: rgba(71, 167, 47, 0.08);
    color: rgba(0, 0, 0, 0.5);
}
table>tbody>tr.active {
    background-color: rgb(47, 111, 31);
    color: rgb(255, 255, 255);
}
table.nowrap td {
    white-space: nowrap;
}
div.tablelegend {
    margin-top: -16pt;
    padding: 8pt;
    font-size: 10pt;
    line-height: 14pt;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5),
        rgba(47, 111, 31, 0.2) 5pt,
        rgba(47, 111, 31, 0)
    );
}

/* * * * * * * *
 *   L I S T   *
 * * * * * * * */

.page .content ul:not(.post):not(.custom):not(.toc),
.page .content ul:not(.post):not(.custom):not(.toc) ul,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul ul {
    list-style: none;
    margin-top: 12pt;
    margin-bottom: 12pt;
    position: relative;
}
.page .content ul:not(.post):not(.custom):not(.toc)>li:before,
.page .content ul:not(.post):not(.custom):not(.toc) ul>li:before,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul>li:before,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul ul>li:before {
    color: rgb(47, 111, 31);
    position: absolute;
    left: 12pt;
}
.page .content ul:not(.post):not(.custom):not(.toc)>li:before {
    content: "\25CF";
    font-weight: bold;
}
.page .content ul:not(.post):not(.custom):not(.toc) ul>li:before {
    content: "\25CB";
    font-weight: bold;
}
.page .content ul:not(.post):not(.custom):not(.toc) ul ul>li:before {
    content: "\25A0";
    font-weight: bold;
}
.page .content ul:not(.post):not(.custom):not(.toc) ul ul ul>li:before {
    content: "\25A1";
    font-weight: bold;
}
.page .content ul:not(.post):not(.custom):not(.toc)>li,
.page .content ul:not(.post):not(.custom):not(.toc) ul>li,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul>li,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul ul>li {
    padding-left: 0pt;
}
.page .content ul:not(.post):not(.custom):not(.toc)>li.smallText,
.page .content ul:not(.post):not(.custom):not(.toc) ul>li.smallText,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul>li.smallText,
.page .content ul:not(.post):not(.custom):not(.toc) ul ul ul>li.smallText {
    font-size: 10pt;
    line-height: 14pt;
}

ul.toc {
    list-style: none;
    position: relative;
    margin: 0pt;
    padding: 0pt;
}
ul.toc.table {
    margin-left: 8pt;
}
ul.toc.content {
    text-align: right;
    top: -24pt;
    margin-bottom: -16pt;
}
.page .content ul.toc:last-child,
.page .content ul.toc:last-of-type {
    top: 0pt;
    margin-top: 16pt;
    margin-bottom: 0pt;
}

ul.custom {
    list-style-type: none;
    list-style-position: outside;
    font-size: 12pt;
    line-height: 16pt;
    text-align: justify;
    clear: both;
    padding: 0pt;
}
ul.custom>li {
    margin-top: 16pt;
    margin-bottom: 16pt;
    position: relative;
}
ul.custom>li>span:first-child {
    display: block;
    float: left;
    position: absolute;
    top: -2pt;
    left: 0pt;
    background-color: rgb(47, 111, 31);
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 2pt;
    text-align: left;
}
ul.custom.small {
    font-size: 10pt;
    line-height: 14pt;
}
ul.custom.small>li {
    margin-top: 4pt;
    margin-bottom: 4pt;
}
ul.custom.width76>li {
    padding-left: 86pt;
}
ul.custom.width76>li>span:first-child {
    width: 76pt;
}
ul.custom.width16>li {
    padding-left: 26pt;
}
ul.custom.width16>li>span:first-child {
    width: 16pt;
}
ul.custom.width174p>li {
    padding-left: calc(174px + 10pt);
}
ul.custom.width174p>li>span:first-child {
    width: 174px;
    height: 112px;
}
ul.custom.width174p.elctn09>li>h3>small {
    font-size: 67%;
    line-height: 67%;
}
ul.custom.width174p.elctn09>li>span:first-child {
    padding: 0px;
    background: none transparent;
}
ul.custom.width174p.elctn09>li>span:first-child>img {
    display: block;
    margin: auto;
}
ul.custom.width174p.elctn09>li>span:first-child>img:last-child {
    position: absolute;
    top: 0px;
    left: 31px;
}


/* * * * * * * * * * * * * *
 *   C O N T E N T B O X   *
 * * * * * * * * * * * * * */

.artifactbox {
    display: block;
    position: relative;
    /*background-color: rgba(47, 111, 31, 0.15);*/
    background-color: rgba(71, 167, 47, 0.17);
    /*background-color: rgba(95, 223, 63, 0.19);*/
    border-top: solid 1px rgba(0, 0, 0, 0.25);
    /*box-shadow: 0pt 6pt 4pt -4pt rgba(0, 0, 0, 0.5);*/
    padding: 10pt;
    margin-top: 16pt;
    margin-left: calc((-16pt) + 1px);
    margin-right: calc((-16pt) + 1px);
    clear: both;
}
.artifactboxgradient {
    display: block;
    position: relative;
    height: 4pt;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.25) 25%,
        rgba(0, 0, 0, 0)
    );
    margin-bottom: 16pt;
    margin-left: calc((-16pt) + 1px);
    margin-right: calc((-16pt) + 1px);
}

.picture,
.video {
    display: block;
    position: relative;
    font-size: 10pt;
    line-height: 14pt;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.picture .copy {
    display: block;
    text-align: right;
    margin-right: 2pt;
    margin-top: -16pt;
    margin-bottom: 2pt;
    font-size: 8pt;
    color: rgba(255, 255, 255, 0.75);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.picture .zoom,
.video .zoom,
.video .watch {
    display: block;
    text-align: right;
}
.picture a svg,
.video a svg {
    height: 8pt;
    margin-right: 0pt;
}

.video a.preview {
    position: relative;
    display: inline-block;
}
.video a.preview .wallpaper {
    position: absolute;
    z-index: 0;
}
.video a.preview svg {
    position: absolute;
    left: calc(50% - 48px);
    top: calc(50% - 32px);
    z-index: 1;
    width: 96px;
    height: 64px;
    opacity: 0.9;
}
.video a.preview:hover svg path {
    fill: rgb(255, 0, 0);
}
.video a.preview img:first-child,
.video a.preview iframe:first-child {
    width: 100%;
    height: 100%;
}

.quote {
    font-size: 12pt;
    line-height: 16pt;
    text-align: justify;
    clear: both;
    margin-top: 8pt;
    margin-bottom: 8pt;
    margin-left: 10%;
    margin-right: 10%;
}
.quote:first-child {
    margin-top: 0pt;
}
.quote:last-child {
    margin-bottom: 0pt;
}
.cite {
    font-style: italic;
}
