@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
body {
  --swiper-navigation-color: $color_brand;
  --swiper-theme-color: $color_brand; }

html {
  scroll-behavior: smooth; }

.archive__section-title {
  margin-bottom: 6px;
  color: #433422; }

.archive__section-subtitle {
  padding-top: 100px;
  color: #98764c; }

.archive__section {
  position: relative; }

.archive__section-description {
  margin: 0 0 36px;
  padding-top: 12px;
  font-size: 1.25em;
  text-align: justify;
  color: #433422;
  border-top: 2px dashed #e5d9cb; }

@media all and (min-width: 900px) {
  .archive__section-description {
    width: 66%; } }
.swiper-wrapper {
  align-items: stretch; }

.swiper-slide .archive__grid__griditem {
  width: 100% !important;
  padding-bottom: 0; }

.archive__navigation {
  position: sticky;
  top: 56px;
  background-color: #f6f2ed;
  z-index: 10000;
  margin-bottom: 0;
  padding-bottom: 4px;
  color: #433422; }

.admin-bar .archive__navigation {
  top: 88px; }

.archive__navigation-label {
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0; }

.archive__navigation-item {
  display: inline;
  font-size: 0.75em;
  margin-left: -8px;
  text-transform: uppercase; }
  .archive__navigation-item a {
    transition: color 0.3s ease; }
    .archive__navigation-item a:before {
      content: url("../assets/images/feather/arrow-right.svg");
      display: inline-block;
      transform: scale(50%) translateY(12px);
      margin-right: -6px;
      opacity: 0.25;
      transition: opacity 0.2s ease; }
  .archive__navigation-item a:link, .archive__navigation-item a:visited {
    color: inherit; }
  .archive__navigation-item a:hover {
    color: #e51145; }
    .archive__navigation-item a:hover:before {
      opacity: 1; }
  .archive__navigation-item a:active {
    color: inherit; }
  .archive__navigation-item a.active {
    font-weight: bold; }
    .archive__navigation-item a.active:before {
      opacity: 1; }

.archive__navigation-item:not(:last-child) {
  margin-right: 12px; }

.archive__navigation-close {
  float: right;
  opacity: 0.75; }
  .archive__navigation-close:hover {
    cursor: pointer; }

.swiper-horizontal {
  overflow: hidden; }

.archive__slider {
  position: relative; }

.swiper-button-prev,
.swiper-button-next {
  top: 200px !important; }

@media all and (max-width: 900px) {
  .archive__navigation,
  .archive__navigation-label {
    display: none; }

  .archive__section {
    padding: 0 12px; } }
@media all and (min-width: 640px) {
  .swiper-button-prev {
    left: -50px !important; }

  .swiper-button-next {
    right: -50px !important; } }
.big-button {
  padding: 24px 48px;
  margin-top: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background-color: #e51145 !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .big-button:link, .big-button:visited, .big-button:hover, .big-button:active {
    color: white; }
  .big-button:hover {
    background-color: #f6003c !important; }

.collective__details__item {
  margin-bottom: 12px; }

.collective__details__item-label {
  font-weight: bold;
  font-family: "appo_paintregular", sans-serif;
  color: #e51145; }

.home .main-inner {
  max-width: 100% !important;
  padding-top: 0 !important; }

.home .page {
  padding: 0; }

.homepage-background {
  height: calc(100vh - 56px);
  background-attachment: fixed; }

.admin-bar .homepage-background {
  height: calc(100vh - 88px); }

.homepage-background-wrapper {
  position: relative; }

@keyframes fadein_bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.homepage-background__info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  width: 400px;
  max-width: 100%;
  color: white;
  padding: 24px;
  animation: fadein_bg 2s 1; }

.homepage-background__text {
  margin-top: 18px;
  text-align: center; }
  .homepage-background__text a:link, .homepage-background__text a:visited {
    color: white; }
  .homepage-background__text a:hover {
    color: #e51145; }
  .homepage-background__text a:active {
    color: white; }

.grid-three {
  display: grid;
  grid-template-gap: 24px; }
  @media all and (min-width: 900px) {
    .grid-three {
      grid-template-columns: 1fr 1fr 1fr; } }

.homepage__link {
  padding: 12px; }

.homepage__link:hover {
  outline: 2px solid #d7134f; }

.homepage__title {
  color: #d7134f; }

.story__section--text {
  margin-bottom: 0 !important; }
  .story__section--text .section__slice {
    margin-bottom: 0 !important; }
  .story__section--text .section-inner {
    padding-bottom: 0 !important; }

.story__section--links {
  margin-top: 0 !important; }

#form-initiative {
  background: white;
  padding: 24px; }

#form-initiative .acf-label label {
  font-family: "appo_paintregular";
  font-size: 1.25em;
  font-weight: normal; }

.acf-form-submit {
  text-align: center;
  margin-top: 24px; }
  .acf-form-submit .acf-button {
    text-transform: uppercase;
    background-color: #e51145;
    color: white;
    border: 0;
    line-height: 40px;
    transition: background-color 0.2s ease; }
    .acf-form-submit .acf-button:hover {
      background-color: #f6003c; }

#form-initiative .acf-field {
  border: 0;
  margin-bottom: 20px; }

#form-initiative input[type=text] {
  border: 0;
  box-shadow: none;
  border-bottom: 2px dashed #e51145; }

#form-initiative textarea {
  border: 0;
  box-shadow: none;
  border-left: 2px dashed #e51145;
  margin: 24px;
  padding: 24px; }

.leaflet-control-geocoder-form input[type=text] {
  border: 0 !important;
  background-color: #f5f5f5; }

.page-join-us #message {
  position: fixed;
  top: 80px;
  right: 24px;
  background-color: #e51145;
  color: white;
  padding: 0 24px;
  animation: fadeup 2s 1;
  z-index: 10000; }
  .page-join-us #message p {
    line-height: 60px;
    margin-bottom: 0; }

.admin-bar.page-join-us #message {
  top: 112px; }

.network-list-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 24px; }

.network-list-item {
  text-align: center;
  background: white;
  padding: 12px;
  outline: 2px solid white;
  transition: outline 0.2s ease;
  border-top: 3px solid #f6f2ed;
  margin-bottom: 4px; }
  .network-list-item.hidden {
    display: none; }
  .network-list-item:hover {
    outline: 2px solid #e51145; }

.network-list-item__img {
  width: 130px;
  border-radius: 50%; }

.network-list-item__summary {
  font-size: 0.8em;
  text-align: left; }

.network-list-item__name {
  margin-top: 12px;
  color: #e51145; }

.network-list-item__city {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 0.8em;
  color: #555; }

.map-aux {
  width: 264px;
  position: absolute;
  z-index: 12000;
  top: 12px;
  right: 12px; }

.map-aux__box {
  padding: 12px;
  border-top: 2px solid #e51145;
  background: white;
  max-height: 264px;
  overflow-y: auto;
  scrollbar-color: #e51145 white;
  scrollbar-width: thin;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 12px; }
  .map-aux__box::-webkit-scrollbar {
    height: 24px;
    width: 8px;
    background: white; }
    .map-aux__box::-webkit-scrollbar::-webkit-scrollbar-thumb {
      background-color: #e51145; }

.map-aux__label {
  color: #e51145; }

.map-aux__list-item.inactive {
  opacity: 0.5; }

.map-aux__list-item:first-of-type {
  margin-bottom: 12px;
  color: #e51145; }

.map-filters .map-aux__list-item:last-child {
  margin-bottom: 24px; }

.map-aux__list-item:hover {
  cursor: pointer; }

.map__legend .map-aux__list-item {
  margin-bottom: 20px; }

.map-aux__list-item img {
  display: inline-block;
  width: 30px;
  margin-right: 12px;
  text-align: center; }

#network-map {
  height: 300px;
  position: relative; }

#network-map.map-tall {
  height: 500px;
  margin-top: -8px; }

#network-map .leaflet-popup-content-wrapper {
  border-radius: 0; }

#network-map .leaflet-popup-content-wrapper {
  text-align: center; }
  #network-map .leaflet-popup-content-wrapper a {
    transition: color 0.2s ease; }
    #network-map .leaflet-popup-content-wrapper a:link, #network-map .leaflet-popup-content-wrapper a:visited {
      color: #e51145; }
    #network-map .leaflet-popup-content-wrapper a:hover {
      color: #f03966; }
    #network-map .leaflet-popup-content-wrapper a:active {
      color: #e51145; }

.map-popup {
  *zoom: 1; }
  .map-popup:before, .map-popup:after {
    content: " ";
    display: table; }
  .map-popup:after {
    clear: both; }

.map-popup__name {
  text-decoration: underline;
  text-decoration-style: wavy; }

.map-popup__thumb {
  border-radius: 50%;
  margin-right: 12px;
  width: 140px; }

.map-popup__expertises {
  margin-top: 12px; }

.leaflet-marker-icon.hidden {
  display: none; }

.page-template-template-network .story__editorialintro {
  width: 100%;
  font-size: 100%; }

#message {
  position: fixed;
  top: 80px;
  right: 24px;
  background-color: #e51145;
  color: white;
  padding: 0 24px;
  animation: fadeup 2s 1;
  z-index: 10000; }
  #message p {
    line-height: 60px;
    margin-bottom: 0; }

.admin-bar #message {
  top: 112px; }

.margin-top {
  margin-top: 96px; }

.participant__main-inner--image img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding: 1rem; }

.network-list-label {
  text-align: center;
  margin-bottom: 24px; }

.network-list-items--people-set {
  grid-template-columns: 100%; }
  @media all and (min-width: 640px) {
    .network-list-items--people-set {
      grid-template-columns: 50% 50%; } }

.network-list--people-set {
  padding: 0 1rem;
  margin: 0 auto; }
  @media all and (min-width: 640px) {
    .network-list--people-set {
      width: 60%; } }

.documentblock__file-list {
  margin: 18px 0 !important;
  position: relative;
  z-index: 500;
  font-family: "Roboto Slab"; }

.documentblock__file-list__item a {
  opacity: 0.75;
  transition: opacity 0.2s ease; }

.documentblock__file-list__item a:hover {
  opacity: 1; }

.documentblock__file-list__item a:before {
  content: url("../assets/images/svg/download-cloud.svg");
  opacity: 0.5;
  margin-right: 12px;
  position: relative;
  top: 4px; }

.image__placeholder {
  overflow: visible !important; }

.griditem__image .photostory-image__paragraph {
  display: none; }

.admin-bar .inner-header {
  top: 32px;
  z-index: 15000; }

/*# sourceMappingURL=style.css.map */
