/* --------------------------------------------------------------------------------------------------------------------------------------------------
MEDIA QUERIES
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
GLOBAL
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
BASE_RESET.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    outline: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

ol ol,
ul ul {
    margin: 0;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a:focus {
    outline: thin dotted;
}

b,
strong {
    font-weight: bold;
}

i,
em,
q {
    font-style: italic;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

button,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="submit"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
}

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

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

audio,
canvas,
video,
img {
    vertical-align: middle;
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

q:before,
q:after {
    content: "";
    content: none;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
HELPERS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.nom {
    margin: 0 !important;
}

.nomt {
    margin-top: 0 !important;
}

.nomb {
    margin-bottom: 0 !important;
}

.video__container {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
}

.video__container iframe,
.video__container object,
.video__container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table__container {
    overflow-x: auto;
    width: 100%;
}

.table__container table {
    width: 99.99999%;
}

.hidden {
    display: none;
}

.noscreen {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
BASE.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
html {
    font-size: 16px;
    line-height: 1.6;
}

body {
    background: var(--background);
    color: var(--font);
    font-family: var(--font-family);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    body {
        font-size: 1.1rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
table,
address,
blockquote,
dl,
fieldset {
    margin: 2rem 0;
}

h1 {
    font-size: 1.6rem;
    font-family: var(--font-family-h1);
    line-height: 1.3;
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    h1 {
        font-size: 2rem;
    }
}

h2 {
    font-size: 1.35rem;
    font-weight: bold;
    font-family: var(--font-family-h2);
    line-height: 1.5;
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3,
h4,
h5 {
    font-size: 1.2rem;
    font-family: var(--font-family-h3);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    h3,
    h4,
    h5 {
        font-size: 1.3rem;
    }
}

a {
    color: var(--link);
    text-decoration: var(--link-decoration);
}

a:hover {
    color: var(--link-hover);
    text-decoration: var(--link-decoration-hover);
}

a:visited,
a:focus {
    color: var(--link-visited);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT.LESS
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.layout--fluid .header,
.layout--fluid .top,
.layout--fluid .tray,
.layout--fluid .main,
.layout--fluid .prefooter,
.layout--fluid .footer {
    width: 100%;
}

.layout--fluid .header__inner,
.layout--fluid .tray__inner,
.layout--fluid .top__inner,
.layout--fluid .main__inner,
.layout--fluid .prefooter__inner,
.layout--fluid .footer__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.layout--fixed .header__inner,
.layout--fixed .tray__inner,
.layout--fixed .top__inner,
.layout--fixed .main__inner,
.layout--fixed .prefooter__inner,
.layout--fixed .footer__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .layout--fixed .header__inner,
    .layout--fixed .tray__inner,
    .layout--fixed .top__inner,
    .layout--fixed .main__inner,
    .layout--fixed .prefooter__inner,
    .layout--fixed .footer__inner {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1200px) {
    .layout--fixed .header__inner,
    .layout--fixed .tray__inner,
    .layout--fixed .top__inner,
    .layout--fixed .main__inner,
    .layout--fixed .prefooter__inner,
    .layout--fixed .footer__inner {
        max-width: 1250px;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
GRID
-------------------------------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .grid--default .main .main__inner {
        display: grid;
        grid-template-areas: "content sidebar";
        grid-template-columns: 1fr 275px;
        grid-gap: 60px;
    }

    .grid--default .main .main__inner .article {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .grid--alternate .main .main__inner {
        display: grid;
        grid-template-areas: "sidebar content";
        grid-template-columns: 275px 1fr;
        grid-gap: 60px;
    }

    .grid--alternate .main .main__inner .article {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .grid--pexeso .main .content {
        display: grid;
        grid-template-areas: "content" "sidebar";
        grid-template-rows: 1fr auto;
        grid-gap: 60px;
    }

    .grid--pexeso .main .content .articles {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

    .grid--pexeso .main .content .articles.articles--default .article .article__image,
    .grid--pexeso .main .content .articles.articles--alternate .article .article__image,
    .grid--pexeso .main .content .articles.articles--image .article .article__image {
        margin: 0;
        overflow: hidden;
        height: 250px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .grid--pexeso .main .content .articles {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
SEARCHBOX
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.searchbox {
    background-color: #FCFCFE;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transform: translateY(-100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.25s;
}

.searchbox.is-hidden {
    transform: translateY(-100%);
}

.searchbox.is-visible {
    transform: translateY(0);
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .searchbox {
        padding: 20px 100px;
    }
}

.searchbox .searchbox__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #E7EEF6;
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .searchbox .searchbox__inner {
        padding: 5px 20px;
    }
}

.searchbox .searchbox__inner input {
    width: 100%;
    border: 0;
    padding: 5px 20px 5px 15px;
    background: none;
}

.searchbox .searchbox__inner input::placeholder {
    color: #000;
    opacity: 1;
}

.searchbox .searchbox__inner input:-ms-input-placeholder {
    color: #000;
}

.searchbox .searchbox__inner input::-ms-input-placeholder {
    color: #000;
}

.searchbox .searchbox__inner svg {
    position: relative;
    top: 2px;
    width: 18px;
    height: 18px;
    margin: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
HEADER
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.header {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: var(--header-background);
    color: var(--header-color);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.header.offset {
    padding-top: 85px;
}

.header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header__logo {
    margin: 0;
}

.header .header__logo a {
    font-weight: bold;
}

.header .header__logo img {
    width: var(--header-logo-width);
    height: var(--header-logo-height);
    max-height: 200px;
}

.header .header__toggle {
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .header .header__toggle {
        display: none;
    }
}

.header .header__toggle svg {
    stroke: var(--header-link);
}

.header a {
    color: var(--header-link);
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 959px) {
    .header.header--categories .nav {
        display: none;
    }

    .header .header__logo img {
        max-height: 80px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .header.header--categories .nav ul {
        display: flex;
        margin: 0;
        list-style: none;
    }

    .header.header--categories .nav ul a {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .header.header--categories .header__toggle {
        display: none;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
TRAY
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.tray {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--tray);
}

@media only screen and (max-width: 576px), only screen and (min-width: 577px) and (max-width: 959px) {
    .tray {
        display: none;
    }
}

.tray ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.tray a {
    padding: 0 10px;
    color: var(--tray-link);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
NAV - SMALL
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.smallnav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    padding: 3rem;
    z-index: 1000;
    background-color: var(--smallnav-background);
}

.smallnav .smallnav__close {
    float: right;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.smallnav .smallnav__close svg {
    stroke: var(--smallnav-link);
}

.smallnav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.smallnav ul a {
    display: block;
    padding: 20px;
    color: var(--smallnav-link);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
TOP
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.top {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--top-background);
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .top .top__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        align-items: start;
    }
}

.top.top--default .article,
.top.top--alternate .article {
    grid-template-areas: "article-image" "article-title" "article-perex" "article-category" "article-date";
    grid-gap: 20px;
}

@media only screen and (max-width: 576px) {
    .top.top--default .article,
    .top.top--alternate .article {
        margin-bottom: 2rem;
    }
}

.top.top--default .article .article__image,
.top.top--alternate .article .article__image {
    margin: 0;
}

.top.top--default .article .article__title,
.top.top--alternate .article .article__title {
    margin: 0;
}

.top.top--default .article .article__perex,
.top.top--alternate .article .article__perex {
    margin: 0;
}

.top.top--default .article .article__category,
.top.top--alternate .article .article__category {
    margin: 0;
    font-size: 0.8rem;
}

.top.top--default .article .article__date,
.top.top--alternate .article .article__date {
    margin: 0;
    font-size: 0.8rem;
}

.top.top--alternate .article {
    grid-template-areas: "article-title" "article-image" "article-perex" "article-category" "article-date";
}

.top.top--image .article {
    grid-template-areas: "article-image" "article-title";
    grid-gap: 10px;
    margin: 1rem 0;
}

.top.top--image .article .article__image {
    margin: 0;
}

.top.top--image .article .article__title {
    margin: 0;
}

.top.top--image .article .article__perex,
.top.top--image .article .article__category,
.top.top--image .article .article__date {
    display: none;
}

.top .article {
    display: grid;
    color: var(--top-article-color);
}

.top .article .article__image {
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .top .article .article__image {
        height: 150px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .top .article .article__image {
        height: 150px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .top .article .article__image {
        height: 175px;
    }
}

@media only screen and (min-width: 1200px) {
    .top .article .article__image {
        height: 200px;
    }
}

.top .article .article__category a {
    color: var(--top-article-category);
}

.top .article a {
    color: var(--top-article-link);
}

.top .article:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
MAIN
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.main {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--main-background);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .main {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
CONTENT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.content {
    grid-area: content;
    align-items: start;
    padding: var(--content-padding);
    background-color: var(--content-background);
    color: var(--content-color);
}

.content a {
    color: var(--content-link);
}

.content > h1 {
    margin-top: 0;
    font-weight: bold;
}

.content .article {
    color: var(--article-color);
}

.content .article a {
    color: var(--article-link);
}

.content .article .article__category a {
    color: var(--article-category);
}

.content .article:last-child {
    margin-bottom: 0;
}

.content .pagination {
    margin: 5rem 0;
    padding-top: 2rem;
    border-top: 1px solid var(--color-light-grey);
}

.content .pagination ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.content .pagination ul a {
    color: var(--pagination-link);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
BOTTOM
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.bottom {
    margin: 3rem 0;
    padding: 1rem;
    background-color: var(--bottom-background);
}

@media only screen and (min-width: 1200px) {
    .bottom .bottom__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        align-items: start;
    }
}

.bottom .article {
    display: grid;
    grid-template-areas: "article-image" "article-title" "article-perex" "article-category" "article-date";
    grid-gap: 20px;
    grid-row-gap: 0;
    color: var(--bottom-article-color);
}

@media only screen and (max-width: 576px) {
    .bottom .article {
        margin-bottom: 2rem;
    }
}

.bottom .article .article__image {
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .bottom .article .article__image {
        height: 150px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .bottom .article .article__image {
        height: 150px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .bottom .article .article__image {
        height: 175px;
    }
}

@media only screen and (min-width: 1200px) {
    .bottom .article .article__image {
        height: 200px;
    }
}

.bottom .article .article__title {
    margin: 0;
}

.bottom .article .article__perex {
    display: none;
    margin: 0;
}

.bottom .article .article__category {
    margin: 10px 0;
    font-size: 0.8rem;
}

.bottom .article .article__category a {
    color: var(--bottom-article-category);
}

.bottom .article .article__date {
    margin: 0;
    font-size: 0.8rem;
}

.bottom .article a {
    color: var(--bottom-article-link);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
ARTICLES
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.articles.articles--default .article,
.articles.articles--alternate .article {
    display: grid;
    grid-template-areas: "article-image" "article-title" "article-perex" "article-category" "article-date";
    grid-gap: 20px;
}

@media only screen and (max-width: 576px) {
    .articles.articles--default .article,
    .articles.articles--alternate .article {
        margin-bottom: 2rem;
    }
}

.articles.articles--default .article .article__image,
.articles.articles--alternate .article .article__image {
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .articles.articles--default .article .article__image,
    .articles.articles--alternate .article .article__image {
        height: 250px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .articles.articles--default .article .article__image,
    .articles.articles--alternate .article .article__image {
        height: 275px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .articles.articles--default .article .article__image,
    .articles.articles--alternate .article .article__image {
        height: 325px;
    }
}

@media only screen and (min-width: 1200px) {
    .articles.articles--default .article .article__image,
    .articles.articles--alternate .article .article__image {
        height: 375px;
    }
}

.articles.articles--default .article .article__title,
.articles.articles--alternate .article .article__title {
    margin: 0;
}

.articles.articles--default .article .article__perex,
.articles.articles--alternate .article .article__perex {
    margin: 0;
}

.articles.articles--default .article .article__category,
.articles.articles--alternate .article .article__category {
    margin: 0;
    font-size: 0.8rem;
}

.articles.articles--default .article .article__date,
.articles.articles--alternate .article .article__date {
    margin: 0;
    font-size: 0.8rem;
}

.articles.articles--alternate .article {
    grid-template-areas: "article-title" "article-image" "article-perex" "article-category" "article-date";
}

.articles.articles--cols .article {
    display: grid;
    grid-template-areas: "article-image article-title" "article-image article-category" "article-image article-date";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-gap: 30px;
    grid-row-gap: 0;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 576px) {
    .articles.articles--cols .article {
        grid-template-columns: 1fr 2fr;
    }
}

.articles.articles--cols .article .article__image {
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .articles.articles--cols .article .article__image {
        height: 200px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .articles.articles--cols .article .article__image {
        height: 250px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .articles.articles--cols .article .article__image {
        height: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .articles.articles--cols .article .article__image {
        height: 250px;
    }
}

.articles.articles--cols .article .article__title {
    margin: 0;
}

.articles.articles--cols .article .article__perex {
    display: none;
}

.articles.articles--cols .article .article__category {
    margin: 10px 0;
    font-size: 0.8rem;
}

.articles.articles--cols .article .article__date {
    margin: 0;
    font-size: 0.8rem;
}

.articles.articles--image .article {
    display: grid;
    grid-template-areas: "article-image" "article-title";
    grid-gap: 10px;
    margin: 1rem 0;
}

.articles.articles--image .article .article__image {
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .articles.articles--image .article .article__image {
        height: 275px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .articles.articles--image .article .article__image {
        height: 300px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .articles.articles--image .article .article__image {
        height: 375px;
    }
}

@media only screen and (min-width: 1200px) {
    .articles.articles--image .article .article__image {
        height: 425px;
    }
}

.articles.articles--image .article .article__title {
    margin: 0;
}

.articles.articles--image .article .article__perex,
.articles.articles--image .article .article__category,
.articles.articles--image .article .article__date {
    display: none;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
ARTICLE
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.article .article__image {
    grid-area: article-image;
}

.article .article__title {
    grid-area: article-title;
}

.article .article__perex {
    grid-area: article-perex;
}

.article .article__category {
    grid-area: article-category;
}

.article .article__date {
    grid-area: article-date;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
TEXT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.text {
    display: grid;
    grid-template-areas: "text-title" "text-cover" "text-body" "text-info";
    grid-gap: 20px;
}

.text.text--alternate {
    grid-template-areas: "text-cover" "text-title" "text-body" "text-info";
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .text.text--center {
        padding: 0 15%;
    }
}

@media only screen and (max-width: 576px) {
    .text {
        margin-bottom: 5rem;
    }
}

.text .text__title {
    grid-area: text-title;
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    color: var(--content-h1);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .text .text__title {
        font-size: 2.4rem;
    }
}

.text .text__cover {
    margin: 0;
}

.text .text__body {
    grid-area: text-body;
}

.text .text__body h2 {
    color: var(--content-h2);
}

.text .text__body h3 {
    color: var(--content-h3);
}

.text .text__body h4 {
    color: var(--content-h4);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .text .text__body .author {
        float: left;
        width: 50%;
        margin: 2rem 2rem 2rem 0;
    }
}

.table-of-content, .text .text__body p:first-child {
    padding-left: 2rem;
    border-left: 7px solid var(--content-perex-border);
}

@media only screen and (min-width: 577px) and (max-width: 959px), only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .table-of-content, .text .text__body p:first-child {
        margin-bottom: 3rem;
        font-size: 1.2rem;
        line-height: 2;
    }
}

.text .text__body ul {
    margin-left: 20px;
    list-style-type: disc;
}

.text .text__info {
    grid-area: text-info;
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--color-light-grey);
    font-size: 0.8rem;
}

.text .text__info p {
    margin: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
SIDEBAR
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.sidebar {
    grid-area: sidebar;
    padding: var(--sidebar-padding);
    background-color: var(--sidebar-background);
    color: var(--sidebar-color);
}

.sidebar a {
    color: var(--sidebar-link);
}

.sidebar h3 {
    margin-top: 0;
}

.sidebar .article {
    color: var(--sidebar-article-color);
}

.sidebar .article a {
    color: var(--sidebar-article-link);
}

.sidebar .article .article__image {
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .sidebar .article .article__image {
        height: 100px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 959px) {
    .sidebar .article .article__image {
        height: 150px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .sidebar .article .article__image {
        height: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar .article .article__image {
        height: 200px;
    }
}

.sidebar .nav ul a {
    display: flex;
    padding: 3px 0;
    align-items: center;
}

.sidebar .nav ul a:hover svg {
    stroke: var(--nav-icon-hover);
}

.sidebar .nav ul a svg {
    margin-right: 10px;
    stroke: var(--nav-icon);
}

.sidebar .tags a {
    display: flex;
    padding: 3px 0;
    align-items: center;
}

.sidebar .tags a:hover svg {
    stroke: var(--tags-icon-hover);
}

.sidebar .tags a svg {
    margin-right: 10px;
    stroke: var(--tags-icon);
}

.sidebar .authors a {
    display: flex;
    padding: 3px 0;
    align-items: center;
}

.sidebar .authors a:hover svg {
    stroke: var(--authors-icon-hover);
}

.sidebar .authors a svg {
    margin-right: 10px;
    stroke: var(--authors-icon);
}

.sidebar .promo li {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    color: var(--promo-description);
}

.sidebar .promo li:hover svg {
    stroke: var(--promo-icon-hover);
}

.sidebar .promo li a {
    color: var(--promo-title);
}

.sidebar .promo li svg {
    min-width: 24px;
    flex-basis: 36px;
    margin-right: 10px;
    stroke: var(--promo-icon);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
FOOTER SIDEBAR
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.prefooter, .prefooter .sidebar {
    background-color: var(--prefooter-background);
}

.prefooter .prefooter__inner {
    display: grid;
    grid-gap: 20px;
    padding-top: var(--prefooter-padding);
    padding-bottom: var(--prefooter-padding);
    color: var(--prefooter-color);
}

@media only screen and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 1200px) {
    .prefooter .prefooter__inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

.prefooter .prefooter__inner a {
    color: var(--prefooter-link);
}

.prefooter .prefooter__inner h3 {
    margin-top: 0;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--footer-background);
    color: var(--footer-color);
    font-size: 0.8rem;
}

.footer a {
    color: var(--footer-link);
}

.footer p {
    margin: 0;
    text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
POPUP
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.popup {
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 0px);
    transform: translate(-50%, -50%);
    width: 40%;
    width-max: 1000px;
    padding: 30px 40px;
    border-radius: 8px;
    display: none;
    text-align: center;
    background-color: var(--popup-background);
    color: var(--popup-color);
    z-index: 200;
}

@media (max-width: 600px) {
    .popup {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
}

.popup button {
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: lightslategrey;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup a {
    color: var(--popup-link);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
TABLE OF CONTENT
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.table-of-content {
    margin-top: 2rem;
}

.table-of-content ol {
    list-style: decimal;
    margin-left: 2em;
    margin-top: 0;
}

.table-of-content span {
    margin-left: 0 !important;
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
SEARCH FORM
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.search-form {
    text-align: center;
    width: 100%;
    background: #eeeeee;
    padding: 1em;
    margin: -5rem auto 1em auto;
}

.search-form form {
    max-width: 90%;
    margin: 0 auto;
}

.search-form input[type="text"] {
    height: 3em;
    width: 70%;
    border: 1px solid #dddddd;
}

.search-form input[type="submit"] {
    background: #c00;
    height: 3em;
    border: 0;
    color: white;
    padding: 1em;
}

@media only screen and (max-width: 576px) {
    .search-form {
        margin: -3rem auto 1em auto;
    }

    .search-form form {
        max-width: 100%;
    }

    .search-form input[type="text"] {
        width: 100%;
    }

    .search-form input[type="submit"] {
        width: 70%;
        margin-top: .5em;

    }
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
TABLE IN ARTICLE
-------------------------------------------------------------------------------------------------------------------------------------------------- */
.text .text__body table {
    width: auto;
    margin: auto;
}

.text .text__body table th, table td {
    border: 1px solid black;
    padding: .3em;
}

.text .text__body table th {
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
CITATION IN ARTICLE
-------------------------------------------------------------------------------------------------------------------------------------------------- */

blockquote {
    margin: 0;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
}

blockquote p {
    quotes: "“" "”" "‘" "’";
    font-style: italic;
    margin-bottom: 0 !important;
}

blockquote p::before {
    content: open-quote;
}

blockquote p::after {
    content: close-quote;
}

blockquote cite {
    margin: 1em;
    text-align: right;
    display: block;
}



