@charset "UTF-8";

.hljs {
    display: block;
    overflow-x: auto;
    color: #333;
    background: #f8f8f8
}

.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: #333;
    font-weight: 700
}

.hljs-literal,
.hljs-number,
.hljs-tag .hljs-attr,
.hljs-template-variable,
.hljs-variable {
    color: teal
}

.hljs-doctag,
.hljs-string {
    color: #d14
}

.hljs-section,
.hljs-selector-id,
.hljs-title {
    color: #900;
    font-weight: 700
}

.hljs-subst {
    font-weight: 400
}

.hljs-class .hljs-title,
.hljs-type {
    color: #458;
    font-weight: 700
}

.hljs-attribute,
.hljs-name,
.hljs-tag {
    color: navy;
    font-weight: 400
}

.hljs-link,
.hljs-regexp {
    color: #009926
}

.hljs-bullet,
.hljs-symbol {
    color: #990073
}

.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3
}

.hljs-meta {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

/*! Gutenberg reset — adapted from Normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
cite,
/*code,*/
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
small,
summary {
    display: block
}

    /*code.inline-code{
        display:inline;
    }*/
code {
    display: inline;
}

    article,
    article ol,
    article ul,
    blockquote,
    body,
    div,
    figure,
    footer,
    header,
    input,
    nav,
    section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

    a:active,
    a:hover {
        outline: 0
    }

abbr {
    letter-spacing: .1em
}

    abbr[title] {
        border-bottom: 1px dotted
    }

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #f8eb6f4a;
    color: #000
}

small {
    font-size: 70%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

em,
i {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

/*code,*/
kbd,
pre,
samp {
    /*font-family: monospace, monospace*/
}
    /*code.inline-code {*/
        /*font-family: cursive;*/
    code {
        display: inline;
        color: #b44437;
        background-color: #faeff0c7;
        padding: 3px 4px;
        border-radius: 5px;
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 3px 10px
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
img {
    max-width: 100%;
    display: block;
    margin: inherit;
    margin-right: auto;
    margin-left: auto
}

html {
    font-size: 16px;
    font-size: 100%;
    font-family: Merriweather, Georgia, serif;
    color: #222
}

* {
    line-height: 26px;
    line-height: 1.625rem;
    margin: 0 0 1.625rem
}

h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 52px;
    line-height: 3.25rem;
    margin-top: 6.5rem;
    margin-bottom: 1.625rem
}

h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 39px;
    line-height: 2.4375rem;
    margin-top: 4.0625rem;
    margin-bottom: .8125rem
}

h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-top: 3.25rem;
    margin-bottom: .8125rem
}

h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-top: 2.4375rem;
    margin-bottom: .8125rem
}

h5,
h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-top: 4.0625rem;
    margin-bottom: .8125rem
}

h1 + h2 {
    margin-top: 1.625rem
}

h2 + h3,
h3 + h4,
h4 + h5 {
    margin-top: .8125rem
}

h5 + h6 {
    margin-top: -.8125rem
}

h6 {
    font-weight: 400;
    font-style: italic
}

a {
    color: #222;
    transition: all .3s
}

    a:hover {
        color: #222
    }

    a:visited {
        color: #888
    }

        a:visited:hover {
            color: #222
        }

    a:active {
        color: red
    }

figcaption {
    color: #222;
    font-style: italic;
    font-size: .8125rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 26px;
    line-height: 1.625rem
}

blockquote {
    padding-left: 1.4375rem;
    font-style: italic
}

cite {
    font-style: normal
}

figure blockquote {
    padding: 1.625rem 0
}

    figure blockquote p {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 39px;
        line-height: 2.4375rem
    }

ol li,
ul li {
    margin-bottom: 0
}

hr {
    margin: 3.25rem auto;
    height: 26px;
    height: 1.625rem;
    color: #222;
    text-align: center;
    display: block;
    border: 0
}

    hr:before {
        content: "***";
        letter-spacing: .2em
    }

small {
    line-height: 13px;
    line-height: .8125rem
}

/*code {
    padding: 1.625rem
}
    code.inline-code {
        padding: 0;
    }*/
code{
    padding: 0;
}

.attention-grabber {
    font-size: 19.2px;
    font-size: 1.2rem
}

.grid,
.grid-double {
    background-image: linear-gradient(to bottom, rgba(0, 170, 255, .3) 1px, transparent 1px);
    background-position: left top;
    background-repeat: repeat;
    background-size: 100% 1.625rem
}

.grid-double {
    background-image: linear-gradient(to bottom, rgba(0, 170, 255, .3) 1px, transparent 1px, transparent 13px, rgba(0, 170, 255, .2) 13px, transparent 14px, transparent 26px)
}

article,
body > footer {
    width: 80%;
    margin: 0 auto
}

.toggleWrapper {
    display: block;
    position: fixed;
    top: 26px;
    right: 26px;
    background-color: #231F20;
    border-radius: 25px;
    padding: 0 10px 0 20px;
    height: 32px
}

.btnToggleGrid {
    background: url(../../assets/images/grid-icons.png) top right/32px no-repeat;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding-right: 35px;
    height: 32px;
    line-height: 34px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff
}

    .btnToggleGrid:hover {
        color: #fff
    }

    .btnToggleGrid:active {
        color: red
    }

.double-grid {
    background-position-y: -32px
}

.grid-off {
    background-position-y: -64px
}

.alignLeft {
    text-align: left
}

.alignCenter {
    text-align: center
}

.alignRight {
    text-align: right
}

.uppercase {
    letter-spacing: .1em;
    text-transform: uppercase
}

@media screen and (min-width:40em) {

    body,
    html {
        margin: 0;
        width: 100%;
        max-width: none
    }

    * {
        max-width: 630px;
        max-width: 35rem;
        margin-left: auto !important;
        margin-right: auto !important;
        line-height: 31px;
        line-height: 1.722222222222222rem;
        margin-bottom: 1.722222222222222rem
    }

    html {
        font-size: 18px;
        font-size: 1.125rem
    }

    .toggleWrapper {
        top: 31px;
        right: 31px
    }

    .grid,
    .grid-double {
        background-size: 100% 1.722222222222222rem
    }

    .grid-double {
        background-image: linear-gradient(to bottom, rgba(0, 170, 255, .3) 1px, transparent 1px, transparent 15.5px, rgba(0, 170, 255, .2) 15.5px, transparent 16.5px, transparent 31px)
    }

    article {
        max-width: 945px;
        max-width: 52.5rem
    }

    .btnToggleGrid {
        top: 31px;
        right: 31px
    }

    h1 {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 62px;
        line-height: 3.444444444444445rem;
        margin-top: 6.888888888888889rem;
        margin-bottom: 1.722222222222222rem
    }

    h2 {
        font-size: 27px;
        font-size: 1.6875rem;
        line-height: 46.5px;
        line-height: 2.583333333333334rem;
        margin-top: 4.305555555555556rem;
        margin-bottom: .861111111111111rem
    }

    h3 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 31px;
        line-height: 1.722222222222222rem;
        margin-top: 3.444444444444445rem;
        margin-bottom: .861111111111111rem
    }

    h4 {
        font-size: 19.2px;
        font-size: 1.2rem;
        line-height: 31px;
        line-height: 1.722222222222222rem;
        margin-top: 2.583333333333334rem;
        margin-bottom: .861111111111111rem
    }

    h5,
    h6 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 31px;
        line-height: 1.722222222222222rem;
        margin-top: 4.305555555555556rem;
        margin-bottom: .861111111111111rem
    }

    h1 + h2 {
        margin-top: 1.722222222222222rem
    }

    h2 + h3,
    h3 + h4,
    h4 + h5 {
        margin-top: .861111111111111rem
    }

    h5 + h6 {
        margin-top: -.861111111111111rem
    }

    figure blockquote {
        padding: 3.444444444444445rem 0 1.722222222222222rem;
        text-align: center
    }

        figure blockquote p {
            font-size: 27px;
            font-size: 1.6875rem;
            line-height: 46.5px;
            line-height: 2.583333333333334rem
        }

    figure.floatLeft,
    figure.floatRight {
        max-width: 315px;
        max-width: 17.5rem;
        padding: 0 1.722222222222222rem
    }

        figure.floatLeft blockquote,
        figure.floatRight blockquote {
            text-align: left;
            padding: 0
        }

            figure.floatLeft blockquote p,
            figure.floatRight blockquote p {
                font-size: 19.2px;
                font-size: 1.2rem;
                line-height: 31px;
                line-height: 1.722222222222222rem
            }

    figcaption {
        line-height: 31px;
        line-height: 1.722222222222222rem;
        margin-bottom: 0
    }

    .floatLeft {
        float: left
    }

    .floatCenter {
        margin-left: auto;
        margin-right: auto
    }

    .floatRight {
        float: right
    }

    blockquote {
        padding-left: 2rem
    }

    small {
        line-height: 15.5px;
        line-height: .861111111111111rem
    }

    hr {
        margin-top: 3.444444444444445rem;
        margin-bottom: 3.444444444444445rem;
        height: 31px;
        height: 1.722222222222222rem
    }

    /*code {
        padding: 1.722222222222222rem
    }
        code.inline-code {
            padding: 0;
        }*/
    code {
        padding: 0;
    }
    .attention-grabber {
        font-size: 19.2px;
        font-size: 1.2rem
    }
}


pre {
    border: 1px solid lightgray;
    border-left: 5px solid gray;
    padding: 14px;
    line-height: 24px;
    background-image: linear-gradient(180deg, #eee 50%, #fff 50%);
    background-size: 100% 48px;
    background-position: 0 14px;
}

article > p {
    text-align: justify;
    hyphens: auto;
}

ol {
    counter-reset: item;
}

    ol > li {
        counter-increment: item;
    }

    ol ol > li {
        display: block;
    }

        ol ol > li:before {
            content: counters(item, ".") ". ";
            margin-left: -20px;
        }




.page-right {
    background: transparent;
    width: 50px;
    height: 100%;
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.page-left {
    background: transparent;
    width: 50px;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom:0px;
}

.page-right svg {
    margin-top:50px;
    font-size: 20px;
}


.page-left svg {
    margin-top: 50px;
    font-size: 20px;
}

.page-right span {
    display:none;
}

.page-left span {
    display:none;
}

    .page-left svg path:last-child {
        fill: #ccc;
    }

    .page-right svg path:last-child {
        fill: #ccc;
    }


@media (min-width: 1240px) {

    .page-right {
        background: #f7f7f7;
    }

    .page-left {
        background: #f7f7f7;
    }

    .page-right span {
        writing-mode: vertical-lr;
        padding-left: 11px;
        display: unset;
        opacity: 0.7;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 600px;
    }

    .page-left span {
        writing-mode: vertical-lr;
        padding-right: 8px;
        transform: scale(-1, -1);
        display: unset;
        opacity: 0.7;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 600px;
    }
}

