html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background: 0 0;
    text-decoration: none;
    color: var(--color-content-main);
}

a:active,a:hover {
    outline: 0;
	  color: #797979;
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h3 {
  margin-top: 0.5rem;
}

h3 a {
  font-size: 2em;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-bottom: 3.5em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

:root {
    --color-primary: #D95736;
    --color-primary-active: #BF4526;
    --color-background-main: #FFF;
    --color-background-secondary: #F7F8FA;
    --color-background-contrast: #E1E3E6;
    --color-background-overlay: rgba(37,40,43,0.9);
    --color-content-lead: #000;
    --color-content-main: #222426;
    --color-content-secondary: #73777D
}

@font-face {
    font-family: 'icon';
    src: url("fonts/icon.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-rss:before { content: '\e801'; } /* '' */
.icon-posts:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-link:before { content: '\e804'; } /* '' */
.icon-facebook:before { content: '\e806'; } /* '' */
.icon-arrow-right:before { content: '\e807'; } /* '' */
.icon-arrow-left:before { content: '\e808'; } /* '' */
.icon-menu:before { content: '\e80a'; } /* '' */
.icon-mail:before { content: '\e816'; } /* '' */

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/fira-sans-v8-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url("fonts/fira-sans-v8-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url("fonts/fira-sans-v8-latin-700.woff2") format("woff2");
}

:root {
    --font-primary: 'Fira Sans', sans-serif;
}

html {
    font-size: 62.5%;
    overflow-x: hidden
}

body {
    font-family: var(--font-primary);
    font-size: 1em;
    line-height: 1.75em;
    font-weight: 400;
    color: var(--color-content-main);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background: var(--color-background-main)
}

.post-content {
    font-size: 1.75em;
    line-height: 1.5em
}

.post-content a {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    box-shadow: inset 0 -2px 0 var(--color-primary);
}

.post-content a:focus,.post-content a:hover {
    box-shadow: inset 0 -3px 0 var(--color-primary-active)
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    line-height: 1.25em;
    margin: 0 0 2rem;
    text-rendering: optimizeLegibility;
    color: var(--color-content-lead)
}

.post-content h1 {
    font-size: 4rem;
    text-indent: -1px
}

.post-content h2 {
    font-size: 3rem;
    text-indent: -1px
}

.post-content h3 {
    font-size: 2.4rem;
    margin-top: 2rem;
}

.post-content h4 {
    font-size: 2rem;
    margin-top: 2rem;
}

.post-content h5,.post-content h6 {
    font-size: 2rem;
    font-weight: 500
}

.post-content h1 a,.post-content h2 a,.post-content h3 a,.post-content h4 a,.post-content h5 a,.post-content h6 a {
    font-weight: inherit
}

.post-content p {
    font-family: var(--font-primary);
    margin: 0 0 1.5rem
}

.post-content ol,.post-content ul {
    font-family: var(--font-primary);
    padding-left: 2em;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.post-content ul {
    list-style: none
}

.post-content li {
    position: relative
}

.post-content ol>li:before,.post-content ul>li:before {
    position: absolute;
    width: 1.5em;
    margin-left: -2em;
    font-size: 1em;
    text-align: right;
    font-family: var(--font-primary)
}

.post-content ul>li:before {
    margin-top: -1px;
    content: '—'
}

.post-content ol {
    list-style-type: none;
    counter-reset: item;
}

.post-content ol>li:before {
    content: counter(item) ". " !important;
    counter-increment: item
}

.post-content ol ol,.post-content ol ul,.post-content ul ol,.post-content ul ul {
    padding-left: 30px;
    margin: 15px 0
}

.post-content hr {
    display: block;
    height: 1px;
    margin: 0 0 4rem;
    padding: 0;
    background: var(--color-background-contrast);
    border: 0
}

.post-content em,.post-content i {
    font-style: italic
}

.post-content b,.post-content strong {
    font-weight: 700;
    color: var(--color-content-lead)
}

.post-content small {
    font-size: 0.9em
}

.post-content dl {
    font-family: var(--font-primary);
    margin: 0 0 4rem;
    padding-left: 30px
}

.post-content dl dt {
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 0.33334em;
    font-family: var(--font-primary)
}

.post-content dl dt:before {
    content: '';
    position: absolute;
    width: 1em;
    height: 2px;
    margin-left: -30px;
    margin-top: 0.5em;
    background: var(--color-primary)
}

.post-content dl dd {
    margin-left: 0;
    margin-bottom: 1em
}

.post-content mark {
    background-color: #FFC336
}

.post-content table {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 0 4rem;
    border: 1px solid var(--color-background-contrast);
    background: var(--color-background-secondary)
}

.post-content table td,.post-content table th {
    position: relative;
    padding: 1.5rem;
    font-size: 0.75em;
    line-height: 1.33334em;
    border: 1px solid var(--color-background-contrast)
}

.post-content table th {
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.75em;
    line-height: 1.33334em;
    color: var(--color-content-secondary)
}

.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.post-content form p {
    margin: 0 0 2rem
}

.post-content form fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.post-content label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: var(--font-primary);
    font-weight: 500;
    color: var(--color-content-main)
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.logo {
    visibility: hidden;
    position: absolute;
    top: 2.8em;
    left: 2em;
    width: 7em;
    height: 7em;
    border: 2px solid white;
    border-radius: 13px;
}

.blog-header {
    position: relative;
    height: 13em;
    background: #a60000;
}

@media only screen and (max-width: 640px) {
    .blog-header {
        position: relative;
        z-index: 100;
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
}

.blog-description {
    font-family: var(--font-primary);
    font-size: 4.5em;
    font-variant: all-small-caps;
    color: white;
}

@media only screen and (min-width: 1001px) {
  #title-small {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #title-large {
    display: none;
  }
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    padding-right: 0
}

.inner {
    max-width: calc(64rem + 8vw);
    margin: 0 auto;
    padding: 0 8rem
}

.inner-header {
    display: flex;
    justify-content: center;
    padding-top: 5.55em;
}

@media only screen and (max-width: 640px) {
    .inner {
        padding:0 4rem
    }
}

.news {
  background: #F5F5F5;
  padding-bottom: 1vh;
}

.news h3 a {
  font-size: 1.5em;
}

.nav-header {
    font-size: 1.75em;
    width: 100%;
    z-index: 400;
    background: #333333;
}

@media only screen and (max-width: 640px) {
  .nav-wrapper {
      position: relative;
      display: none;
  }
}

.menu-active .nav-wrapper {
    display: flex;
}

.nav-close {
    position: fixed;
    z-index: 350;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.nav-header .nav-wrapper-control {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 100%;
    width: 100%;
    cursor: pointer;
    display: none;
    color: var(--color-content-secondary);
    border-top: 1px solid transparent;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
    .nav-header .nav-wrapper-control {
        position: relative;
        background: #333333;
        width: 100%;
        z-index: 500;
        display: block
    }
}

.nav-header .nav-wrapper-control .inner {
    display: flex;
    justify-content: space-between
}

.nav-header .nav-wrapper-control a {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 0 2rem 1rem;
    font-size: 3rem;
    line-height: 2rem;
    color: #FFFFFF;
}

.nav-header .nav-wrapper-control a i {
    display: inline-block;
    width: 4rem
}

.nav-header .nav-wrapper-control a.nav-search {
    width: auto;
    text-align: right
}

.nav-wrapper-control a:hover {
    color: #C4C7CC;
}

.cover-active .nav-header .nav-wrapper-control {
    color: white
}

.nav-header .nav-wrapper {
    max-height: calc(100vh - 6rem);
    padding: 2rem 4rem;
    overflow-y: auto
}

@media only screen and (max-width: 640px) {
    .nav-header .nav-wrapper {
        flex-direction: column;
        padding: 0 4rem 2rem 4rem;
    }
}

.nav-header ul {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 640px) {
    .nav-header ul {
        flex-direction:column;
        flex-shrink: 0;
        padding: 2rem 0
    }
}

.nav-header ul.nav-meta {
    width: auto;
    justify-content: flex-end
}

@media only screen and (min-width: 641px) {
    .nav-header ul.nav-meta {
      width: 0;
      margin-left: 100%;
      margin-top: -2.7em;
    }
}

@media only screen and (max-width: 640px) {
    .nav-header ul.nav-meta {
        flex-direction: row !important;
        padding: 0
    }
}

.nav-header li {
    position: relative;
    margin-right: 3rem
}

@media only screen and (max-width: 640px) {
  .nav-header li {
      margin-right: 0;
  }
}

.nav-header li button {
    display: block;
    width: 100%;
    border-radius: 2rem;
    margin: 0.125rem 0;
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--color-primary);
    background: transparent;
    white-space: nowrap;
    font-size: 1.5em;
    line-height: 2rem;
    color: var(--color-primary);
    font-weight: 500
}

.nav-header li button:focus,.nav-header li button:hover {
    color: var(--color-primary-active)
}

.nav-header li button.cta {
    font-weight: 700;
    color: white;
    background: var(--color-primary);
    border: 0
}

.nav-header li button.cta:focus,.nav-header li button.cta:hover {
    background: var(--color-primary-active)
}

.nav-header li a {
    display: block;
    padding: 1rem 0;
    font-size: 1.6em;
    line-height: 2rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .nav-header li a {
        font-size:1.5em;
    }
}

.nav-header li a:focus,.nav-header li a:hover {
    color: #E1E1E1
}

@media only screen and (max-width: 640px) {
    .nav-header li a:focus,.nav-header li a:hover {
        color:#C4C7CC
    }
}

.nav-header li:last-child {
    margin-right: 0
}

.nav-meta li {
    margin-right: 1rem
}

@media only screen and (max-width: 640px) {
    .nav-meta li {
        flex-grow:1
    }
}

.nav-meta li a {
    font-size: 1.75em
}

@media only screen and (max-width: 640px) {
    .nav-meta a::before {
      display: none
    }
}

.nav-meta li span {
    display: none
}

.nav-footer {
    position: relative;
    background: #666666;
    z-index: 20;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: auto
}

.nav-footer .inner {
    max-width: none;
    padding: 0 4rem
}

.nav-footer a {
    display: inline-block;
    color: var(--color-content-secondary);
    text-decoration: none;
    font-weight: 400;
    cursor: pointer
}

.nav-footer a:focus,.nav-footer a:hover {
    color: #E1E1E1
}

.nav-footer .nav-wrapper {
    display: flex;
    padding: 0 4rem
}

@media only screen and (max-width: 640px) {
    .nav-footer .nav-wrapper {
        flex-direction:column;
        text-align: center
    }
}

.nav-footer ul {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

@media only screen and (max-width: 640px) {
    .nav-footer ul {
        margin-bottom:3rem;
        justify-content: center
    }
}

.nav-footer ul:last-child {
    justify-content: flex-end
}

.nav-footer li {
    position: relative;
    margin-right: 3rem
}

.nav-footer li.active a {
    color: var(--color-content-main);
    font-weight: 500
}

.nav-footer li a {
    display: block;
    margin: 0;
    font-size: 1.6em;
    line-height: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer
}

.nav-footer li:last-child {
    margin-right: 0
}

.nav-copy {
    display: block;
    font-size: 1.6em;
    line-height: 2rem;
    color: #FFFFFF;
    white-space: nowrap
}

@media only screen and (max-width: 640px) {
    .nav-copy {
        margin-bottom: 1rem
    }
}

.nav-copy .nav-rss {
    margin: 0 3rem
}

@media only screen and (max-width: 640px) {
    .nav-copy .nav-rss {
        margin:0 0 0 1rem
    }
}

.nav-credits {
    flex-shrink: 0;
    display: block;
    margin-left: auto;
    font-size: 1.6em;
    line-height: 2rem;
    color: #FFFFFF;
}

@media only screen and (max-width: 640px) {
    .nav-credits {
        margin-right:auto
    }
}

.nav-credits a {
    color: inherit;
    text-decoration: none;
    font-weight: 500
}

@media only screen and (min-width: 1301px) {
  .grid-container {
    display: grid;
    grid-template-columns: 60% 40%;
    min-height: 100vh;
  }
}

.grid-container-mob {
  display: grid;
  grid-template-columns: 45% 45%;
  column-gap: 10%;
}

.index-title {
  text-align: center;
  font-size: 2.5rem;
  padding: 1.5em;
  margin: 0;
}

.container {
    position: relative
}

.container .post .post-box {
    padding-top: calc(4rem + 2vw);
    padding-bottom: calc(4rem + 2vw);
    border-bottom: 1px solid var(--color-background-contrast)
}

.container #results .post:first-child .post-box {
    border-top: 1px solid var(--color-background-contrast)
}

.post-header {
    position: relative;
    padding: calc(8rem + 4vw) 0 calc(2rem + 2vw)
}

.post {
    position: relative;
    z-index: 10
}

.post-title {
    position: relative;
    z-index: 10;
    margin-top: 1em;
    margin-bottom: 2rem;
    font-size: 3em;
    line-height: 1.25em;
    color: var(--color-content-lead)
}

@media only screen and (max-width: 480px) {
    .post-title {
        -webkit-hyphens:auto;
        hyphens: auto
    }
}

.post-title a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit
}

.post-header .post-title {
    font-size: 4em;
    line-height: 1.25em
}

.post-meta {
    font-size: 1.6em;
    line-height: 2rem;
    color: var(--color-content-secondary)
}

#datetime {
  padding-bottom: 1rem;
}

.post-excerpt {
    margin: 1em 0 2em 0;
    font-family: var(--font-primary);
    font-size: 1.75em;
    line-height: 1.5em
}

.post-excerpt img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 -0.5em
}

.post-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.post-content>* {
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.post-content>*:last-child {
    margin-bottom: 3rem;
}

.post-content>*:first-child {
    margin-top: 0
}
