
@font-face{
    font-family:Fucxed;
    font-style:normal;
    font-weight:700;
    src:url(font/48ab904755a45b4c734a512bb55ad463.woff2) format("woff2"),
        url(font/9341bc1fd5d49a42cd27332f4df29889.woff) format("woff")
}

article img {
    max-width: 100%;
}

body {
    padding: 0;
    margin: 0;
}

a {
    color: #DC4F00;
}

strong, b {
    color: #e47233;
    font-family: Fucxed;
    text-transform: uppercase;
}

.footnotes-sep {
    display: none;
}

html {
    font-family: 'Crimson Text';
    font-size: 16px;
}

article {
    margin: 0 10px;
}

article > h1,
article > h2,
article > p,
article > div:not(.full-width),
article > .yellow,
article > .addresses,
article > figure {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}


article .header h1,
article .header figure {
    max-width: 100%;
}


article figure p {
    max-width: 100%;
}

p, li {
    font-size: 20px;
    line-height: 1.5;
}

h1,h2,h3,h4 {
    font-family: Fucxed;
    text-transform: uppercase;
}

sub {
    vertical-align: baseline;
    font-size: 0.7em;
    position: relative;
    top: 5px;
}
sup {
    vertical-align: top;
    font-size: 0.7em;
}
sup.footnote-ref + sup.footnote-ref:before {
    content:' ';
}

sup.footnote-ref {
    position: relative;
}
sup.footnote-ref[title]:hover:after {
  content: attr(title);
    position: absolute;
    bottom: 28px;
    left: 0;
    display: block;
    width: 20em;
    background: #fff5a1;
    padding: 1ex;
    box-sizing: border-box;
    box-shadow: 6px 6px 0px rgba(0,0,0,.1);
    color: #ac4207;
}

p + h1, p+h2, p+h3, p+h4 {
    margin-top: 1em;
}

.header h1 {
    font-size: 4vw;
    /*font-size: 5rem;*/
    margin-top: 45px;
    color: black;
    z-index: 3;
    position: relative;
    margin-bottom: -6.5vw;
}
.header h1 em {
    font-size: 3vw;
    display: block;
    font-style: normal;
    color: #13aa37;
}
h1 { font-size: 3rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h1,h2,h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
blockquote {
    position: relative;
}
blockquote:before {
    content: '“';
    position: absolute;
    font-family: Fucxed;
    font-size: 3em;
    left: -35px;
    top: 0;
    color: #888;
}

figure blockquote {
    background: #f7ef6a;
    padding: 9px 1em 3px;
}

figure blockquote p {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Fucxed;
    margin-bottom: 0.5ex;
}

figcaption p {
    text-align: right;
    font-size: 19px;
}

.footnote-item p {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4;
}


.box img {
    position: absolute;
    width: 300px;
    right: 30px;
    bottom: 30px;
    opacity: 0.2;
    pointer-events: none;
}



/*@media (min-width: )*/



.text-align-center {
    text-align: center;
}


header {


}


footer {
    background: #444444;
    color: #eee;
}

footer h3 {
    color: #eee;
    margin-top: 0;
}

footer .content {
    max-width: 1080px;
    padding: 2em 1em;
    margin: 0 auto;
}
header .content {
    max-width: 1080px;
    padding: 1ex 10px;
    margin: 0 auto 3em;
    display: flex;
    justify-content: space-between;
}

footer .content .body {
    font-size: 20px;
}

footer .content .body p {
    margin: 0 0px 20px;
    page-break-inside: avoid;
    font-size: 20px;
}

footer a {
    color: #fff;
}

ul.nav li {
    display: inline-block;
    font-family: Fucxed;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-top: 0.5rem;
    margin: 0 1ex;
}

ul.nav li a {

    text-decoration: none;
}

header .logo {
    padding-bottom: 10px;
    position: relative;
    top: 20px;
}

header .logo span {
    font-family: Fucxed;
    text-transform: uppercase;
    position: absolute;
    left: 37px;
    top: 60px;
    width: 100px;
    font-size: 14px;
}



@media (min-width: 1080px) {
    .footnotes-list {
        columns: 2;
    }
    footer .content .body {
        display: flex;
        justify-content: space-between;
    }
    footer .content .body p {
        font-size: 18px;
        margin: 0 10px 0px;
    }
    footer .content .body p:first-child {
        margin-left: 0;
    }
    footer .content .body p:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {

    article img {
        width: 100%;
        max-width: 1300px;
    }

    article {
        max-width: 1200px;
        margin: 0 auto;
    }

    .footnotes-list {
        columns: 2;
        column-gap: 3em;
    }
    .footnote-item {
        break-inside: avoid;
    }

    footer .content p {
        margin-bottom: 0;
        vertical-align: top;
        font-size: 20px;
    }
    footer .content .body p + p {
        margin-left: 2em!important;
    }
}

@media (min-width: 1400px) {
    .footnotes-list {
        columns: 3;
    }
}



@media (max-width: 600px) {
    .footnote-item p {
            font-size: 15px;
    }
    .header h1 {
        font-size: 2.5em
    }
    .header h1 em {
        font-size: 0.8em
    }
    figure blockquote {
        margin-right: 0;
    }
    figure blockquote p {
        font-size: 18px;
    }
    h1 {
        font-size: 1.8rem;
    }
    article p, article li {
        font-size: 20px;
    }
    article figure {
        margin-right: 0;
    }
    .box,.yellow {
        margin-left: -1em;
       margin-right: -1em;

       padding-left: 1em;
       padding-right: 1em;
    }
    footer .body p {
        font-size: 18px!important
    }

    header .nav li:first-child,
    header .nav li:nth-child(3) {
        display: none;
    }

}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 50% [col-start]);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 33.3% [col-start]);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .grid-2 {
        display: block;
    }
}
@media (max-width: 800px) {
    .grid-3 {
        grid-template-columns: repeat(2, 50% [col-start]);
    }
}
@media (max-width: 500px) {
    .grid-3 {
        display: block;
    }
}

@media (min-width: 601px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width: 600px) {
    .desktop-only {
        display: none;
    }
}