@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@700&display=swap);
@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "Gravour";
  src: url("../fonts/GraCoBd_.ttf"), url("fonts/GraCoBd_.eot");
}
@font-face {
  font-weight: bolder;
  font-style: normal;
  font-family: "Gravour";
  src: url("../fonts/GraCoBl_.ttf"), url("fonts/GraCoBl_.eot");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Gravour";
  src: url("../fonts/GraCoRg_.ttf"), url("fonts/GraCoRg_.eot");
}
h1, h2, h3 {
  font-family: "Karla", sans-serif;
  margin: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  margin: 0 auto;
  font-family: "Karla", sans-serif;
  background: #000;
}

/*
body:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100%;
    background-image: url("../img/grid.png");
    background-repeat: repeat-y;
    background-position: top center;
    pointer-events: none;
    z-index: 1000;
}
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
}

.lang-nav {
  position: absolute;
  top: 41px;
  right: 63px;
  z-index: 1;
}
.lang-nav a {
  color: #FFF;
}
.lang-nav a.active {
  font-weight: bold;
}
.lang-nav a + a {
  margin-left: 12px;
}

.site-header .lang-nav {
  top: 18px;
  right: 50%;
  transform: translateX(50%);
}
.site-header .lang-nav a {
  color: #BBB;
}
.site-header .lang-nav a.active {
  color: #000;
}

body.home {
  background: #FFF;
  padding-bottom: 60px;
}

.site-header {
  height: 180px;
  width: 100%;
  background: #FFF;
  position: fixed;
  z-index: 15;
  padding: 44px 48px;
  display: flex;
  justify-content: space-between;
  top: 0;
}
.site-header > div {
  width: 360px;
}
body.portrait .site-header {
  position: absolute;
}
.site-header .col-1 {
  min-width: 230px;
  margin-right: 41px;
}
.site-header .col-3 {
  margin-left: 41px;
}

.site-logo {
  margin: 0;
  line-height: 1;
}
.site-logo span {
  display: block;
  font-weight: 500px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
html[lang=es-ES] .site-logo span {
  font-size: 15px;
}
html[lang=en-US] .site-logo span {
  font-size: 13.8px;
}
.site-logo img {
  max-width: 100%;
  height: auto;
}

.logo-icip {
  display: block;
  margin: 0 0 0 auto;
  width: 230px;
}
.logo-icip img {
  width: 230px;
  height: auto;
}

#home-issues {
  transition: all 0.3s ease !important;
}

.home-issues-landscape {
  opacity: 1 !important;
}
.home-issues-landscape:after {
  content: "";
  position: fixed;
  top: 180px;
  width: 100%;
  height: calc(100vh - 180px);
  height: calc(100% - 180px);
  border: 32px solid #FFDB00;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
  transition: 0.5s ease all;
}
html.is-changing .home-issues-landscape:after {
  border-width: 0;
}
.home-issues-landscape article.home-issue {
  position: relative;
  height: calc(100vh - 180px);
  height: 500px;
  background-color: #000;
  overflow: hidden;
}
.home-issues-landscape article.home-issue.home-issue-older {
  background: #999;
}
.home-issues-landscape article.home-issue a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 1;
}
.home-issues-landscape article.home-issue a:after {
  content: "";
  position: absolute;
  right: 100px;
  bottom: 140px;
  background-image: url("../img/arrow-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 57px;
  translate: 0.3s ease all;
}
.home-issues-landscape article.home-issue a:after:hover {
  transform: translateX(10px);
}
.home-issues-landscape article.home-issue h2 {
  margin: 0;
  font-size: 3.125rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
}
.home-issues-landscape article.home-issue p.home-issue-date {
  font-family: "Karla", sans-serif;
  margin-bottom: 80px;
  font-size: 2rem;
}
.home-issues-landscape article.home-issue .container {
  position: relative;
}
.home-issues-landscape .home-issue-title {
  position: absolute;
  left: 200px;
  bottom: 100px;
  max-width: 568px;
  z-index: 1;
}

.home-issues-portrait {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 41px;
  grid-auto-rows: minmax(189px, auto);
  max-width: 1600px;
  padding-left: 41px;
  padding-right: 41px;
  margin: 180px auto 0 auto;
}
.home-issues-portrait article.home-issue {
  box-sizing: border-box;
  aspect-ratio: 5/7;
  position: relative;
  background: #444;
  overflow: hidden;
}
.home-issues-portrait article.home-issue.home-issue-older {
  display: none;
}
.home-issues-portrait article.home-issue:hover .home-issue-background {
  transform: scale(1.05, 1.05);
}
.home-issues-portrait article.home-issue:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  background-image: url("../img/site-logo-w-ca.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  height: 50%;
  width: calc(100% - 60px);
  z-index: 2;
  pointer-events: none;
}
html[lang=es-ES] .home-issues-portrait article.home-issue:before {
  background-image: url("../img/site-logo-w-es.svg");
}
html[lang=en-US] .home-issues-portrait article.home-issue:before {
  background-image: url("../img/site-logo-w-en.svg");
}
.home-issues-portrait a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 1;
}
.home-issues-portrait .home-issue-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 1;
}
.home-issues-portrait h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.home-issues-portrait p.home-issue-date {
  margin-bottom: 0;
  font-size: 1rem;
}

.home-issue-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  transition: 0.8s ease all;
  filter: brightness(80%);
}

.search-form {
  margin: 25px auto 30px auto;
  width: 100%;
  max-width: 300px;
  position: relative;
}
.search-form .search-field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  font-family: "Karla", sans-serif;
  padding: 4px 0;
}
.search-form .search-field::-moz-placeholder {
  color: transparent;
}
.search-form .search-field:-ms-input-placeholder {
  color: transparent;
}
.search-form .search-field::placeholder {
  color: transparent;
}
.search-form .search-submit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../img/ico-search.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.layout-nav {
  position: absolute;
  bottom: 32px;
  left: calc(50% - 50px);
  text-align: center;
  width: 100px;
}
.layout-nav button {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 6px;
  vertical-align: middle;
  border: 0;
  padding: 0;
  background: none;
  box-sizing: border-box;
  cursor: pointer;
}
.layout-nav button:before {
  box-sizing: border-box;
  vertical-align: middle;
  transition: 0.2s ease all;
}
.layout-nav button.active:before {
  border-color: #000 !important;
}
.layout-nav button[data-layout=landscape]:before {
  display: block;
  content: "";
  width: 23px;
  height: 15px;
  border: 2px solid #BBB;
  margin-top: 4px;
}
.layout-nav button[data-layout=portrait]:before {
  display: block;
  content: "";
  width: 15px;
  height: 23px;
  border: 2px solid #BBB;
  margin-left: 4px;
}
body.search .layout-nav {
  display: none;
}

.arrow-down {
  display: none;
  background-image: url("../img/arrow-down.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 52px;
  height: 28px;
  position: fixed;
  bottom: 75px;
  left: calc(50% - 26px);
  transform: translatey(0);
  transition: 0.3s ease all;
  z-index: 10;
}
.arrow-down:hover {
  transform: translateY(6px);
}
.fp-enabled .arrow-down {
  display: block;
}

.older-magazines {
  padding: 50px 20px;
  background: #f3f3f3;
  text-align: center;
  color: #747474;
  line-height: 1.5;
}
.home-issues-landscape .older-magazines {
  display: none;
}
@media (min-width: 768px) {
  .older-magazines {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.older-magazines ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.older-magazines ul li {
  margin-bottom: 8px;
}
.older-magazines ul a {
  display: inline;
  color: #5c5c5c;
  border-bottom: 1px dotted #999;
  font-weight: 500;
}
.older-magazines ul a:hover {
  opacity: 0.7;
}
.older-magazines h2 {
  margin-bottom: 40px;
}

@media (max-width: 1206.98px) {
  .home-issues-portrait {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-issues-landscape .home-issue-title {
    bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .home-issues-landscape .home-issue-title {
    left: 100px;
    padding-right: 80px;
  }

  .col-3 {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-issues-portrait {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-issues-portrait article.home-issue {
    aspect-ratio: unset;
    border-width: 15px;
    min-height: 300px;
  }

  .home-issues-portrait .home-issue-title {
    position: static;
  }

  .home-issues-portrait h2 {
    font-size: 1.6rem;
  }

  .home-issues-portrait article.home-issue:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .site-logo {
    width: 150px;
  }
  .site-logo span {
    font-size: 11px;
  }

  .site-header .lang-nav {
    transform: none;
    right: 20.5px;
  }

  .site-header > div {
    width: auto;
  }

  .search-form {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  .home-issues-landscape .home-issue-title {
    left: 41px;
    bottom: 41px;
    padding-right: 41px;
  }

  .home-issues-landscape article.home-issue h2 {
    font-size: 2rem;
  }

  .home-issues-landscape article.home-issue p.home-issue-date {
    font-size: 1.5rem;
  }

  .home-issues-landscape article.home-issue a:after {
    display: none;
  }

  .site-header {
    padding: 20.5px;
    display: block;
  }

  .home-issues-landscape:after {
    border-width: 20px;
  }

  .home-issues-portrait {
    grid-gap: 20.5px;
    padding-left: 20.5px;
    padding-right: 20.5px;
  }

  .arrow-down {
    bottom: 40px;
  }

  .layout-nav {
    position: static;
    width: 100%;
  }
}
body.single-issue, .bg-primary {
  background: #000 !important;
  color: #FFF;
}
body.single-issue a, .bg-primary a {
  color: #FFF;
}

.icip-mag-logo {
  background-image: url("../img/site-logo-w-ca.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 168px;
  height: 24px;
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 1;
}
html[lang=es-ES] .icip-mag-logo {
  background-image: url("../img/site-logo-w-es.svg");
}
html[lang=en-US] .icip-mag-logo {
  background-image: url("../img/site-logo-w-en.svg");
}

.icip-logo {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 115px;
  height: 50px;
  display: block;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/logo-icip-ca.svg");
  z-index: 5;
}
html[lang=es-ES] .icip-logo {
  background-image: url("../img/logo-icip-es.svg");
}
html[lang=en-US] .icip-logo {
  background-image: url("../img/logo-icip-en.svg");
}

.icip-logo-w {
  background-image: url("../img/logo-icip-w-ca.svg");
}
html[lang=es-ES] .icip-logo-w {
  background-image: url("../img/logo-icip-w-es.svg");
}
html[lang=en-US] .icip-logo-w {
  background-image: url("../img/logo-icip-w-en.svg");
}

.black-area .icip-logo {
  background-image: url("../img/logo-icip-w-ca.svg");
}
html[lang=es-ES] .black-area .icip-logo {
  background-image: url("../img/logo-icip-w-es.svg");
}
html[lang=en-US] .black-area .icip-logo {
  background-image: url("../img/logo-icip-w-en.svg");
}
.black-area .arrow-back {
  background-image: url("../img/arrow-back-w.svg");
}

.magazine-layout {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 0;
  background: #FFF;
}

.magazine-side {
  width: calc(416px + (100vw - 1207px) / 2);
  height: 100%;
  background: #eee;
  position: fixed;
  display: flex;
  align-content: flex-end;
}
.magazine-side .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(80%);
}

.magazine-content {
  padding-left: calc(416px + (100vw - 1207px) / 2);
  height: 100%;
  align-self: flex-end;
}

.article-img {
  cursor: pointer;
  transition: ease all 0.2s;
}
.article-img:hover {
  opacity: 0.9;
}

.article-covers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.article-covers img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 1.4s ease all;
  filter: brightness(80%);
}
.article-covers img.active {
  opacity: 1;
  transform: translateY(0);
}

.issue-heading {
  padding: 63px;
  position: relative;
  z-index: 1;
  align-self: flex-end;
  width: 100%;
  color: #FFF;
}
.issue-heading > div {
  max-width: 568px;
  margin-left: auto;
}
.issue-heading h1 {
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.issue-heading p {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.issue-index, article.article {
  position: relative;
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 104px;
  padding-right: 63px;
}
.issue-index ul.article-index, article.article ul.article-index {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}
.issue-index ul.article-index li, article.article ul.article-index li {
  margin-bottom: 3rem;
}
.issue-index ul.article-index li a, article.article ul.article-index li a {
  display: block;
  transition: 0.2s ease all;
  position: relative;
}
.issue-index ul.article-index li a:before, article.article ul.article-index li a:before {
  content: "";
  width: 10px;
  position: absolute;
  height: 100%;
  background: rgba(255, 219, 0, 0.8);
  left: -114px;
  transition: 0.2s ease all;
  opacity: 0;
}
.issue-index ul.article-index li a:hover, article.article ul.article-index li a:hover {
  color: #FFDB00;
}
.issue-index ul.article-index li a:hover:before, article.article ul.article-index li a:hover:before {
  opacity: 1;
}
.issue-index ul.article-index li a:hover h2, article.article ul.article-index li a:hover h2 {
  text-decoration: underline;
}
.issue-index h2, article.article h2 {
  margin-bottom: 10px;
}

.issue-back-cover {
  padding-top: 63px;
  padding-bottom: 104px;
  padding-left: 104px;
  padding-right: 63px;
  background: #333;
}
.issue-back-cover .dades {
  font-size: 0.8rem;
  color: #eee;
}

article.article {
  line-height: 1.5;
}
article.article .cita-center, article.article blockquote.wp-block-quote {
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
article.article .cita-center:before, article.article .cita-center:after, article.article blockquote.wp-block-quote:before, article.article blockquote.wp-block-quote:after {
  width: 83px;
  height: 69px;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
article.article .cita-center:before, article.article blockquote.wp-block-quote:before {
  background-image: url("../img/cita-before.svg");
  top: 0;
  left: 0;
  z-index: 0;
}
article.article .cita-center:after, article.article blockquote.wp-block-quote:after {
  background-image: url("../img/cita-after.svg");
  bottom: 0;
  right: 0;
  z-index: 0;
}
article.article .cita-center p, article.article blockquote.wp-block-quote p {
  margin: 0;
}
article.article #square {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #000;
  margin-right: 8px;
}
article.article p:first-child #square {
  background: #FFDB00;
}
article.article p.punt:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #000;
  margin-right: 8px;
}
article.article p.primer strong, article.article p.primer #first-word {
  font-size: 1.125rem;
}
article.article p.primer #square {
  display: none;
}
article.article p.primer:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #FFDB00;
  margin-right: 8px;
}
article.article #first-word {
  font-weight: bold;
}
article.article a {
  text-decoration: underline;
}
article.article a sup,
article.article sup a,
article.article a code {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  text-decoration: none !important;
}
article.article a code,
article.article code a {
  font-weight: bold;
  font-size: small;
  vertical-align: super;
}
article.article h3 {
  margin-top: 2rem;
}

.magazine-container {
  max-width: 687px;
}

.article-heading {
  background: rgba(255, 219, 0, 0.7);
  color: #000;
  z-index: 1;
  padding: 41px;
  align-self: flex-end;
  width: 100%;
}
.article-heading > div {
  max-width: 568px;
  margin-left: auto;
}
.article-heading .article-issue-title {
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.article-heading h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
  line-height: 1.1;
}
.article-heading a {
  color: #000;
}

.article-author {
  font-size: 18px;
}

.referencia {
  color: #999;
}
.referencia:first-of-type {
  border-top: 1px solid #999;
  padding-top: 1.5rem;
  margin-top: 3rem;
}

.arrow-back {
  display: block;
  position: fixed;
  top: 38px;
  left: calc(440px + (100vw - 1207px) / 2);
  width: 25px;
  height: 18px;
  background-image: url("../img/arrow-back.svg");
  background-repeat: no-repeat;
  background-position: top left;
  transition: 0.2s ease transform;
  z-index: 5;
}
.arrow-back:hover {
  transform: translateX(-8px);
  width: 33px;
}
body.single-issue .arrow-back {
  background-image: url("../img/arrow-back-w.svg");
}

.share-links {
  padding: 20px 0;
}

.share-links a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  vertical-align: middle;
}
.share-links a:hover {
  opacity: 0.9;
}

.share-link-facebook {
  background-image: url("../img/ico-fb.svg");
}

.share-link-twitter {
  background-image: url("../img/ico-tw.svg");
}

.share-link-linkedin {
  background-image: url("../img/ico-in.svg");
}

/*
.a2a_kit .a2a_svg {
    border-radius: 0 !important;
    path {
        fill: #000 !important;
        opacity: .7;
    }
    margin-right: 10px;
}
*/
.pdf {
  display: inline-block;
  font-size: 18px;
  line-height: 36px !important;
  vertical-align: middle;
  font-weight: bold;
  padding: 0 8px !important;
  opacity: 0.7;
  letter-spacing: -0.05em;
}
.pdf:hover {
  opacity: 0.5;
}

.article-author-about {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #000;
  margin-bottom: 2rem;
}
.article-author-about h3 {
  text-transform: uppercase;
}

.dades {
  display: none;
}

#subscribe {
  max-width: 400px;
}
#subscribe h2 {
  margin: 1em 0;
}
#subscribe .email {
  display: block;
  width: 100%;
  background: none;
  padding: 4px;
  border: 1px solid #FFF;
  margin: 10px 0;
  color: #FFF;
}
#subscribe .button {
  border: 0;
  padding: 4px 8px;
  color: #000;
  font-family: "Karla", sans-serif;
}

@media (max-width: 1206.98px) {
  .article-heading h1 {
    font-size: 32px;
  }

  .issue-heading h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 991.98px) {
  .magazine-layout {
    display: block;
    height: auto;
    position: relative;
  }

  .magazine-side {
    position: relative;
    width: 100%;
    height: 80vh;
  }

  .magazine-content {
    padding-left: 0;
  }

  .issue-index, article.article, .issue-back-cover {
    padding-left: 41px;
    padding-right: 41px;
  }

  .arrow-back {
    position: absolute;
    left: 24px;
  }

  .issue-heading > div {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .article-heading {
    padding: 20px;
  }
  .article-heading .article-issue-title {
    font-size: 16px;
  }
  .article-heading h1 {
    font-size: 1.6rem;
  }

  .article-author {
    font-size: 1rem;
  }

  .issue-heading {
    padding: 20.5px;
  }
  .issue-heading h1 {
    font-size: 2.25rem;
  }

  .icip-mag-logo {
    width: 120px;
  }

  .lang-nav {
    right: 20.5px;
    top: 28px;
  }

  .icip-logo {
    display: none;
  }

  .issue-index, article.article, .issue-back-cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .issue-index h2, article.article h2 {
    font-size: 1.4rem;
  }
}
body.search {
  background: #FFF;
  padding-bottom: 60px;
}

.search-results-index {
  opacity: 1 !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 41px;
  grid-auto-rows: minmax(189px, auto);
  max-width: 1600px;
  padding-left: 41px;
  padding-right: 41px;
  margin: 180px auto 0 auto;
}
.search-results-index article.single-article {
  box-sizing: border-box;
  aspect-ratio: 5/7;
  position: relative;
  background: #444;
  overflow: hidden;
}
.search-results-index article.single-article:hover .article-background {
  transform: scale(1.05, 1.05);
}
.search-results-index a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  z-index: 1;
}
.search-results-index .article-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px 30px;
  width: 100%;
  z-index: 1;
  background: rgba(255, 219, 0, 0.8);
}
.search-results-index h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.search-results-index p.article-author {
  margin-bottom: 0;
  font-size: 1rem;
}
.search-results-index .article-background {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  transition: 0.8s ease all;
  filter: brightness(80%);
}

@media (max-width: 1206.98px) {
  .search-results-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .search-results-index {
    grid-template-columns: repeat(1, 1fr);
  }

  .search-results-index article.single-article {
    aspect-ratio: unset;
    height: 300px;
  }

  .search-results-index h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .search-results-index {
    grid-gap: 20.5px;
    padding-left: 20.5px;
    padding-right: 20.5px;
  }
}
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*
.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}*/
