@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Open Sans'), local('OpenSans-Regular'),
    url(/assets/fonts/open-sans-normal-latin-ext.woff2) format('woff2')
  }

.typo-sans {
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.typo-sans-light {
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.typo-serif {
    font-family: Times, serif;
}

.line-height-normal {
    line-height: 1.4em !important;
}

.line-height-large {
    line-height: 1.5em !important;
}

.line-height-extralarge {
    line-height: 1.7em !important;
}

.typo-tiny {
    font-size: .7rem;
    letter-spacing:.03rem
}

.typo-small {
    font-size: .8rem;
    letter-spacing:.03rem
}

.typo-medium {
    font-size: .9rem;
}

.typo-large {
    font-size: 1.15rem;
}

.typo-extralarge {
    font-size:1.2rem
}

@media screen and (min-width: 30em) {
    .typo-medium {
        font-size:.9rem
    }

    .typo-tiny {
        font-size:.7rem
    }
}

@media screen and (min-width: 45em) {
    .typo-tiny {
        font-size:.9rem
    }

    .typo-small {
        font-size:1rem
    }

    .typo-medium {
        font-size:1.1rem
    }

    .typo-extralarge, .typo-large {
        font-size:1.5rem
    }
}

@media screen and (min-width: 60em) {
    .typo-small, .typo-tiny {
        font-size:.7rem
    }

    .typo-medium {
        font-size:1rem
    }

    .typo-large {
        font-size:1.15rem
    }

    .typo-extralarge {
        font-size:1.3rem
    }
}

@media screen and (min-width: 70em) {
    .typo-small, .typo-tiny {
        font-size:.8rem
    }

    .typo-small {
        letter-spacing:.04rem
    }

    .typo-medium {
        font-size:1rem
    }

    .typo-large {
        font-size:1.3rem
    }
}

@media screen and (min-width: 100em) {
    .typo-tiny {
        font-size:.8rem
    }

    .typo-small {
        font-size: .9rem;
        letter-spacing:.03rem
    }

    .typo-medium {
        font-size:1.05rem
    }

    .typo-large {
        font-size:1.5rem
    }

    .typo-extralarge {
        font-size:1.65rem
    }
}

@media screen and (min-width: 110em) {
    .typo-tiny {
        font-size:.8rem
    }

    .typo-small {
        font-size:1rem
    }

    .typo-medium {
        font-size:1.15rem
    }

    .typo-large {
        font-size:1.75rem
    }
}

.grid {
    display: -webkit-box;
    display: flex;
    flex-wrap:wrap
}

.grid > .column {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
    width:100%
}

.grid.gutter {
    margin-left:0
}

.grid.gutter > .column {
    padding-left:0
}

@media screen and (min-width: 60em) {
    .grid.gutter {
        margin-left:-3rem
    }

    .grid.gutter > .column {
        padding-left:3rem
    }
}

.text {
    line-height:1.4em
}

.text p + p {
    margin-top:1.4em
}

.text.line-height-extralarge p + p {
    margin-top: 1.5em;
    margin-top:1.7em
}

.words-meta a {
    border-bottom: 1px solid #a00000;
    padding-bottom: 1px;
    -webkit-transition: all .2s ease;
    transition:all .2s ease
}

.words-meta a:hover {
    border-bottom:1px solid #fafafa
}

.main {
    background: #000;
    min-height: calc(100vh - 5rem);
    -webkit-transition: background .3s;
    transition:background .3s
}

@media screen and (min-width: 45em) {
    .main {
        min-height:calc(100vh - 7rem)
    }
}

@media screen and (min-width: 60em) {
    .main {
        min-height:calc(100vh - 6.625rem)
    }
}

.content {
    padding: 1.5rem;
}

.footer-misc {
    padding: 1.4rem;
}

.footer-social {
    display: none;
    text-align: center;
}

.footer-social a {
    margin: 0 .6rem;
}

.footer-copyright {
    padding: 0;
}

.footer-copyright ul {
    list-style: none;
    margin-top: .5rem;
    display: -webkit-box;
    display: flex;
    margin-left: -1.5rem;
}

.footer-copyright li {
    margin-left: 1.5rem;
}

@media screen and (min-width: 30em) {
    .footer-copyright {
        padding:.75rem 3.2rem .75rem 0
    }

    .footer-misc {
        background: #000;
        padding: 2rem 3rem;
        color:#fff
    }
}

@media screen and (min-width: 60em) {
    .footer-misc {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        align-content: center;
        padding:2.5rem 5rem 1.8rem 3rem
    }

    .footer-social {
        display: block;
        text-align:left
    }

    .footer-copyright {
        padding:0 0 .75rem
    }

    .footer-copyright ul {
        display: -webkit-inline-box;
        display: inline-flex;
        margin-left:0
    }
}

@media screen and (min-width: 70em) {
    .footer-social {
        text-align:center
    }

    .footer-misc a {
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
        -webkit-transition: all .2s ease;
        transition:all .2s ease
    }

    .footer-misc a:hover {
        border-bottom:1px solid #eee
    }
}

@media screen and (min-width: 100em) {
    .footer-misc {
        padding:3rem 3rem 2.3rem
    }
}

.header {
    background: #000;
    height: 5rem;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.header, .header-title {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content:center
}

.header-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1em;
    font-family: "Resident Serif Web", Times, serif;
    z-index: 1000;
    height:100%
}

.header-title a {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height:100%
}

.header-title a span {
    display:block
}

@media screen and (min-width: 45em) {
    .header {
        height: 5.5rem  /* 7rem */
    }

    .header-title {
        margin-left: 10rem;
        margin-right: 10rem;
        font-size:1.1rem
    }
}

@media screen and (min-width: 60em) {
    .header {
        height:5 rem /*6.625rem*/
    }

    .header-title {
        margin-left: 20rem;
        margin-right: 20rem;
        font-size:1.1rem
    }
}

@media screen and (min-width: 100em) {
    .header-title {
        font-size:1.2rem
    }
}

@media screen and (max-width: 44.9375em) {
    body.has-overlay .header-title a {
        visibility:hidden
    }
}

@media screen and (max-width: 59.9375em) {
    body.has-overlay .header-title a {
        color:#000
    }

    body.has-overlay .scrolltop {
        display: none;
    }
}


.headline {
    font-weight:800
}

.bg-#fafafa {
    background-color: #fafafa;
    color:#000
}

.bg-black {
    background-color: #000;
    color:#fff
}

.bg-light-gray {
    background-color: #f2f2f2;
    color:#333
}

.bg-white {
    background-color: #fff;
    color:#000
}

@media screen and (max-width: 59.9375em) {
    .bg-mobile-#fafafa {
        background-color: #fafafa;
        color:#000
    }

    .bg-mobile-black {
        background-color: #000;
        color:#fff
    }

    .bg-mobile-white {
        background-color: #fff;
        color:#000
    }
}

.align-left {
    text-align:left
}

.align-center {
    text-align:center
}

.align-right {
    text-align:right
}

@media screen and (min-width: 70em) {
    .header {
        -webkit-transition: all .3s;
        transition:all .3s
    }

    body.over .header {
        background: #fafafa;
        color:#000
    }

    body.over .main, body.over .menu {
        color:#000
    }

    body.over .menu a:before {
        background-image:url(../images/menu_dot_black.svg)
    }

    body.over .main {
        background:#fafafa !important
    }

    body.over .nav {
        color:#000
    }

    body.over .back {
        background: url(../images/menu_x_black.svg) no-repeat 50%;
        background-size:.9375rem .9375rem
    }

    body.over .nav .dots li {
        background:url(../images/menu_dot_black.svg) no-repeat 50%
    }

    body.over .nav .dots li[hidden] {
        opacity: 0;
        width: 0;
        height: 0;
        margin:0
    }
}

.scrolltop {
    height: 4.375rem;
    width: 4.375rem;
    background: url(../images/scroll_to_top.svg?v2) no-repeat 50%;
    background-size: 2.5rem 2.5rem;
    position: fixed;
    bottom: .4rem;
    right: .2rem;
    z-index:100000
}

@media screen and (min-width: 45em) {
    .scrolltop {
        height: 5.625rem;
        width:5.625rem
    }
}

@media screen and (min-width: 60em) {
    .scrolltop {
        height: 5rem;
        width:5rem
    }
}

@media screen and (min-width: 70em) {
    .scrolltop {
        display:none
    }
}

.section {
    /*
    padding-left: 1.5rem;
    padding-right:1.5rem
    */
    margin: 2rem 0 0;
}

.section-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    padding: 2rem 0;
    width:100%
}

.section-content--narrow {
    max-width:50rem
}

@media screen and (min-width: 30em) {
    .section {
        padding-left: 2.7rem;
        padding-right: 2.7rem;
    }
}

@media screen and (min-width: 60em) {
    .section {
        /*
        padding-left: 4.2rem;
        padding-right: 4.2rem;
        */
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 70em) {
    .section-content--narrow {
        max-width: 100rem;
    }
}

@media screen and (min-width: 100em) {
    .section-content {
        padding-top: 3rem;
    }

    .section-content--narrow {
        max-width: 75rem;
    }
}

.legal .text {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    column-count: 1;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.legal .text h3 {
    margin-top: 2.8em;
    margin-bottom: 1.4em;
    font-size: 1em;
    font-weight: 400;
}

@media screen and (min-width: 60em) {
    .legal .text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media screen and (min-width: 70em) {
    .legal .text {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media screen and (min-width: 110em) {
    .legal .text {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing:border-box
}

html {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

body {
    background: #a00000;
    color: #fff;
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size:1.25rem
}

a {
    color: inherit;
    text-decoration: none
}

.li-table-icon {
  font-size: 1rem;
  margin-right: .5rem;
  border: 1px solid #aaa;
  padding: .25rem .4rem;
  border-radius: 5px;
  cursor: pointer;
}
