/****************************************
TOP BLOCK;
.paragraph--type--slide.paragraph--view-mode--preview
*****************************************/
.paragraph--type--slide.paragraph--view-mode--preview .col-txt .text_and_link {
  position: relative;
  margin: 1.5rem 0;
  height: 100%;
}

.paragraph--type--slide.paragraph--view-mode--default .text_and_link {
  padding: 1rem;
}

/* parallax */
.paragraph--type--parallax {
  margin: 0;
}

.parallax_wrapper {
  position: relative;
}

.paragraph.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: end;
  background-position: center center;
}

.paragraph.parallax .text_and_link {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2rem;
}

.path-frontpage .paragraph.parallax {
  min-height: 80vh;
}

.paragraph.parallax .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .paragraph.parallax {
    background-attachment: fixed;
  }
}

/* paragraphs contact */
.paragraph--type--contact--wrapper {
  display: flex;
  align-items: center;
  padding: .25rem 0;
}

.paragraph--type--contact--wrapper a {
  display: flex;
  align-items: center;
  color: var(--site-font-color);
  text-decoration: none;
}

.paragraph--type--contact--wrapper a svg path {
  fill: var(--grey-dark);
}

.paragraph--type--contact--wrapper a:hover {
  color: var(--red);
}

.paragraph--type--contact--wrapper svg {
  height: 1rem;
  margin-right: 1rem;
  width: auto;
  display: inline-block;
}

.paragraph--type--contact--wrapper a:hover svg {
  fill: var(--red);
}

/* Pargraph Containers */
.linear_item .counter_counter {
  display: none;
}

/* Anchors */
.anchors_wrapper_titles {
  display: flex;
  justify-content: space-evenly;
  margin: 2rem;
}

.anchors_nav ul {
  display: flex;
  padding-inline-start: 0;
  list-style-type: none;
}

.anchors_nav {
  background-color: var(--green-light);
  border: 1px solid red;
  position: sticky;
  top: 94px;
}

.anchors_nav ul li {
  margin: .5rem;
}

.paragraph--type--anchors-item.paragraph--view-mode--default .anchor_target {
  scroll-margin-top: 150px;
}

/* paragraph--type--image */
.paragraph--type--image .field--name-field-media-image {
  margin-bottom: 1rem;
}

/* paragraph--type--image-grid */
.paragraph--type--image-grid img {
  margin: .75rem 0;
}

.blockquote_wrapper {
  background-color: var(--green-light);
}

.paragraph--type--green-thoughts blockquote {
  background-color: none;
  max-width: 100%;
  margin: auto;
}

/* paragraph-type-image-grid */
.paragraph--type--image-grid {
  margin-bottom: 1rem;
}

/* image grid view mode full */
.paragraph--type--image-grid.paragraph--view-mode--full .field_credits {
  text-align: left;
}

/******************************************
  paragraph--type--donorbox
*****************************************/
.donorbanner_inner .text_wrapper {
  padding-top: 1rem;
}
