/* ==========================================================
   NURIA GC
   Publication Archive
   Controls ONLY: publication-archive.php
========================================================== */

/* HERO */

.ngc-pa-hero{
  padding:8rem 0 6rem;
}

.ngc-pa-title{
  font-size:4.2rem;
  line-height:.95;
  color:#1d1d1d;
  margin:1rem 0;
}

.ngc-pa-subtitle{
  font-size:1.3rem;
  line-height:1.6;
  color:var(--ngc-red);
  margin-bottom:1.8rem;
}

.ngc-pa-text{
  font-size:1.05rem;
  line-height:1.9;
  color:var(--ngc-muted);
  margin-bottom:1.2rem;
}

.ngc-pa-hero-media{
  position:relative;
  background:#ebe5da;
  padding:1rem;
  border:1px solid rgba(0,0,0,.06);
}

.ngc-pa-hero-media::after{
  content:'';
  position:absolute;
  top:18px;
  right:-18px;
  width:100%;
  height:100%;
  border:1px solid rgba(194,29,29,.30);
  z-index:-1;
}

.ngc-pa-hero-image{
  width:100%;
  display:block;
  object-fit:cover;
}

/* SECTIONS */

.ngc-pa-section{
  padding:6rem 0;
  border-top:1px solid rgba(0,0,0,.06);
}

.ngc-pa-section-soft{
  background:#f7f4ee;
}

.ngc-pa-section-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 4rem;
}

/* TYPOGRAPHY */

.ngc-pa-heading{
  font-size:3rem;
  line-height:1.04;
  color:#1d1d1d;
  margin:.75rem 0 1rem;
}

.ngc-pa-text-center{
  font-size:1.05rem;
  line-height:1.9;
  color:var(--ngc-muted);
  max-width:780px;
  margin:0 auto 1.5rem;
}

/* CARDS */

.ngc-pa-card{
  height:100%;
  padding:2.75rem;
  border:1px solid rgba(0,0,0,.06);
  background:#fff;
}

.ngc-pa-card h3{
  font-size:2rem;
  line-height:1.08;
  margin:1rem 0;
  color:#1d1d1d;
}

.ngc-pa-card p{
  color:var(--ngc-muted);
  line-height:1.85;
  margin-bottom:1.4rem;
}

/* RESPONSIVE */

@media(max-width:991.98px){

  .ngc-pa-title,
  .ngc-pa-heading{
    font-size:2.6rem;
  }

  .ngc-pa-section{
    padding:4rem 0;
  }

  .ngc-pa-card{
    padding:2rem;
  }

  .ngc-pa-hero-media::after{
    top:12px;
    right:-12px;
  }
}

@media(max-width:767.98px){

  .ngc-pa-title,
  .ngc-pa-heading{
    font-size:2.2rem;
  }
}

.ngc-pa-section{
    padding:6rem 0;
    border-top:1px solid rgba(0,0,0,.06);
}

.ngc-pa-section-soft{
    background:#f7f4ee;
}

.ngc-pa-heading{
    font-size:3rem;
    line-height:1.04;
    margin-bottom:1rem;
    color:#1d1d1d;
}

.ngc-pa-text{
    max-width:780px;
    margin:0 auto;
    font-size:1.05rem;
    line-height:1.9;
    color:var(--ngc-muted);
}

.ngc-pa-card{
    height:100%;
    padding:2.75rem;
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
}

.ngc-pa-card h3{
    font-size:2rem;
    margin:1rem 0;
    line-height:1.1;
}

.ngc-pa-card p{
    line-height:1.85;
    color:var(--ngc-muted);
}

.ngc-pa-section-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 4rem;
}