@charset "UTF-8";
/*! 
  Theme Name: Shaping Our Lives
  Author: Autonomic Cooperative
  Description: Theme for https://shapingourlives.org.uk
  Version: 0.1
*/
/* global imports */
@import "https://unpkg.com/modern-css-reset@1.4.0/dist/reset.min.css";
@import url(../fonts/style.css);
.magenta-text, .magenta-text a {
  color: #891E76 !important;
}

.teal-text, .teal-text a {
  color: #2F887F;
}

.green-text, .green-text a {
  color: #2EB441;
}

.white-text, .white-text a {
  color: white;
}

.bright-teal-text, .bright-teal-text a {
  color: #37B4AA;
}

.yellow-green-text, .yellow-green-text a {
  color: #AECA0A;
}

.teal-bg {
  background-color: #2F887F;
  color: white;
}
.teal-bg a {
  color: white;
  font-weight: bold;
}

.bright-teal-bg {
  background-color: #37B4AA;
  color: white;
}

.magenta-bg {
  background-color: #891E76;
}

.green-bg {
  background-color: #2EB441;
}

.black-bg {
  background-color: black;
}

.yellow-green-bg {
  background-color: #AECA0A;
}

.btn {
  color: white;
  font-weight: bold;
  font-size: 21px;
  padding: 0.5em 1.3em;
  margin: 1em;
  text-align: center;
  border-radius: 5px;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  color: black;
  background-color: white;
  border-color: black;
}

.card {
  border: 1px solid #A7A595;
  padding: 2rem;
}

.container {
  padding: 6em;
  padding-top: 0;
}

.breadcrumb {
  font-size: 27px;
  margin-bottom: 1em;
}
@media (max-width: 1600px) {
  .breadcrumb {
    font-size: 24px;
  }
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb .current-page {
  font-weight: bold;
}

.green-link {
  color: #2EB441;
}

body {
  font-family: "Myriad Pro";
  min-height: 100vh;
}

p, h2, h3 {
  margin-bottom: 1em;
}
@media (max-width: 1600px) {
  p, h2, h3 {
    margin-bottom: 1rem;
  }
}

p {
  font-size: 21px;
}
@media (max-width: 1600px) {
  p {
    font-size: 18px;
  }
}

h2 {
  font-size: 24px;
}
@media (max-width: 1600px) {
  h2 {
    font-size: 21px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #2EB441;
}
a:hover {
  text-decoration: underline;
}
a:hover.btn {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
ul li::marker {
  color: #2F887F;
}

.entry-content {
  padding: 3em 6em;
}
.entry-content h2 {
  color: #2F887F;
}
.entry-content ul {
  font-size: 21px;
  margin-bottom: 1em;
  list-style: disc;
  padding-left: 1em;
}
@media (max-width: 1600px) {
  .entry-content ul {
    font-size: 18px;
  }
}
.entry-content .wp-block-media-text {
  margin-bottom: 3rem;
}
.entry-content .wp-block-columns {
  gap: 3rem;
}

.entry-header {
  padding-left: 6em;
}
.entry-header .breadcrumb {
  margin: 0;
}
@media (max-width: 768px) {
  .entry-header {
    width: 100%;
  }
}

.padded {
  padding: 3em 6em;
}
@media (max-width: 1280px) {
  .padded {
    padding: 0;
  }
}

.teal-background {
  background: #2F887F;
}

.wide-margins {
  margin: 0 15%;
}
@media (max-width: 1600px) {
  .wide-margins {
    margin: 0 10%;
  }
}
@media (max-width: 768px) {
  .wide-margins {
    margin: 0 4%;
  }
}

.footnote {
  width: 85%;
  text-align: right;
  position: relative;
  top: 0.5em;
  right: 1em;
}

.buttons {
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  .buttons {
    flex-direction: column;
    padding: 1em;
  }
}

@media screen {
  .screenreader-only {
    display: none;
  }
}
@media print {
  .screenreader-only {
    display: none;
  }
}

.lozenge {
  font-weight: bold;
  border-radius: 1em;
  padding: 0.25em 0.5em;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0.4em;
}

nav.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 1em;
  gap: 1em;
}
nav.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
nav.pagination a {
  font-weight: bold;
}

.more-link {
  color: #2F887F;
  text-decoration: underline;
  font-size: smaller;
}

.funding-support figure {
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.funding-support figure img {
  width: 100%;
  height: 72px;
  object-fit: scale-down;
  text-align: center;
  margin: 2em 0px;
}

.align-img-top img {
  height: auto;
  object-fit: contain;
}

.archive-header {
  margin-top: 1rem;
}

.page-template-template-user-led-organisations .search-container,
.page-template-template-report-list .search-container,
.archive.tax-report-category .search-container,
.single-organisation .search-container,
.single-report .search-container {
  padding: 6rem;
}
@media (max-width: 1600px) {
  .page-template-template-user-led-organisations .search-container,
.page-template-template-report-list .search-container,
.archive.tax-report-category .search-container,
.single-organisation .search-container,
.single-report .search-container {
    padding: 6rem;
  }
}
.page-template-template-user-led-organisations .search-container .searchandfilter,
.page-template-template-report-list .search-container .searchandfilter,
.archive.tax-report-category .search-container .searchandfilter,
.single-organisation .search-container .searchandfilter,
.single-report .search-container .searchandfilter {
  margin: 0 auto;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul,
.page-template-template-report-list .search-container .searchandfilter > div > ul,
.archive.tax-report-category .search-container .searchandfilter > div > ul,
.single-organisation .search-container .searchandfilter > div > ul,
.single-report .search-container .searchandfilter > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:first-child,
.page-template-template-report-list .search-container .searchandfilter > div > ul li:first-child,
.archive.tax-report-category .search-container .searchandfilter > div > ul li:first-child,
.single-organisation .search-container .searchandfilter > div > ul li:first-child,
.single-report .search-container .searchandfilter > div > ul li:first-child {
  order: 0;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(2),
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(2),
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(2),
.single-organisation .search-container .searchandfilter > div > ul li:nth-child(2),
.single-report .search-container .searchandfilter > div > ul li:nth-child(2) {
  order: 2;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(3),
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(3),
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(3),
.single-organisation .search-container .searchandfilter > div > ul li:nth-child(3),
.single-report .search-container .searchandfilter > div > ul li:nth-child(3) {
  order: 3;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(4),
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(4),
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(4),
.single-organisation .search-container .searchandfilter > div > ul li:nth-child(4),
.single-report .search-container .searchandfilter > div > ul li:nth-child(4) {
  order: 4;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:last-child,
.page-template-template-report-list .search-container .searchandfilter > div > ul li:last-child,
.archive.tax-report-category .search-container .searchandfilter > div > ul li:last-child,
.single-organisation .search-container .searchandfilter > div > ul li:last-child,
.single-report .search-container .searchandfilter > div > ul li:last-child {
  order: 1;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(2), .page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(3),
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(2),
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(3),
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(2),
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(3),
.single-organisation .search-container .searchandfilter > div > ul li:nth-child(2),
.single-organisation .search-container .searchandfilter > div > ul li:nth-child(3),
.single-report .search-container .searchandfilter > div > ul li:nth-child(2),
.single-report .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .entry-content, .entry-header, .entry-footer {
    padding-left: 1em;
    padding-right: 1em;
  }
}
header .skip-to-content {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
}
header .skip-to-content:focus {
  transform: translateY(0%);
}
header .top-row {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  header .top-row {
    grid-template-columns: min-content 1fr;
    padding: 1em;
  }
}
header .top-row .hamburger {
  background-color: transparent;
  border: none;
  display: none;
  padding: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  header .top-row .hamburger {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
  }
}
header .top-row .hamburger svg {
  fill: #37B4AA;
}
header .top-row .hamburger svg .top, header .top-row .hamburger svg .middle, header .top-row .hamburger svg .bottom {
  transition: transform 0.3s, opacity 0.3s;
}
header .top-row .hamburger.opened {
  position: fixed;
}
header .top-row .hamburger.opened svg {
  fill: white;
}
header .top-row .hamburger.opened svg .top {
  transform: translateX(13px) translateY(-4px) rotate(40deg);
}
header .top-row .hamburger.opened svg .middle {
  opacity: 0;
}
header .top-row .hamburger.opened svg .bottom {
  transform: translateX(-13px) translateY(13px) rotate(-40deg);
}
header .top-row .logo {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
  max-width: 315px;
  padding: 2rem 0;
}
@media (max-width: 1600px) {
  header .top-row .logo {
    max-width: 295px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  header .top-row .logo {
    grid-column: 2;
    max-width: 200px;
    justify-self: center;
    margin-right: 2em;
  }
}
header .top-row .help-accessibility {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: end;
  color: #2EB441;
  text-align: end;
  margin: 1.7rem 0 1rem 0;
}
header .top-row .help-accessibility .heading {
  font-style: italic;
  font-size: 21px;
  position: relative;
  bottom: 6px;
  display: inline-block;
  margin-left: 6px;
}
header .top-row .help-accessibility .contact-information {
  margin-top: 1rem;
}
header .top-row .help-accessibility .contact-information p {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1600px) {
  header .top-row .help-accessibility {
    padding: 19px 0 10px 0;
    margin: 1rem 0;
  }
  header .top-row .help-accessibility .heading {
    font-size: 18px;
  }
  header .top-row .help-accessibility .contact-information {
    margin-top: 0;
  }
  header .top-row .help-accessibility .question-circle {
    width: 19px;
  }
  header .top-row .help-accessibility p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  header .top-row .help-accessibility {
    display: none;
  }
}
@media (max-width: 768px) {
  header .menu-header-menu-container {
    display: none;
  }
}
header .menu-header-menu-container ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2F887F;
  color: white;
  font-size: 18px;
  padding: 0 4rem;
  font-weight: bolder;
  line-height: normal;
}
header .menu-header-menu-container ul li {
  padding: 1rem 2rem;
}
@media (max-width: 1280px) {
  header .menu-header-menu-container ul li {
    padding: 1rem;
  }
}
header .menu-header-menu-container ul li a {
  text-decoration: none;
  color: white;
}
header .menu-header-menu-container ul li a:hover {
  text-decoration: underline;
}
header .menu-header-menu-container ul li:last-child {
  background-color: #37B4AA;
  box-shadow: 0px 3px 6px #00000029;
}
header .drawer {
  background: #2F887F;
  position: fixed;
  height: 100vh;
  width: 0;
  top: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10vh;
  z-index: inherit;
  z-index: 2;
  transition: all ease-in-out 0.3s;
  display: none;
}
header .drawer.opened {
  display: flex;
  width: 80vw;
}
header .drawer .menu-header-menu-container {
  width: 100%;
  display: initial;
}
header .drawer .menu-header-menu-container ul {
  display: grid;
  align-items: center;
  justify-content: stretch;
  padding: 0;
}
header .drawer .menu-header-menu-container ul li {
  padding-left: 2em;
  border-bottom: 1px solid white;
}
header .drawer .menu-header-menu-container ul li a {
  display: block;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em;
  font-size: 24px;
  max-height: 100px;
}
@media (max-width: 1600px) {
  .search-container {
    padding: 1.2em;
  }
}
@media (max-width: 768px) {
  .search-container {
    margin-bottom: 2em;
  }
}
.search-container input[type=submit] {
  border: none;
  color: white;
  font-weight: bolder;
  background-color: #37B4AA;
  box-shadow: 0px 3px 6px #00000029;
  padding: 5px 15px;
  border-radius: 4px;
}
.search-container input[type=text] {
  border: 1px solid #A7A595;
  padding: 4px 150px 4px 10px;
  margin-right: 10px;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .search-container input[type=text] {
    padding: 4px 20px 4px 10px;
  }
}
.search-container input[type=text]::placeholder {
  color: #A7A595;
}
.search-container input[type=submit] {
  cursor: pointer;
}
.search-container select {
  max-width: 10em;
}
@media (max-width: 1600px) {
  .search-container {
    font-size: 18px;
  }
}

footer#main-footer, footer.entry-footer {
  background-color: #2F887F;
  padding: 3rem 6rem;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: white;
  gap: 3rem;
}
@media (max-width: 768px) {
  footer#main-footer, footer.entry-footer {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    padding: 2rem 2rem;
  }
}
footer#main-footer a, footer.entry-footer a {
  color: white;
}
footer#main-footer section, footer.entry-footer section {
  margin-bottom: 2rem;
}
footer#main-footer section h4, footer.entry-footer section h4 {
  padding-bottom: 3px;
  border-bottom: 1px solid white;
}
footer#main-footer section address, footer.entry-footer section address {
  font-style: normal;
}
footer#main-footer .social_media, footer.entry-footer .social_media {
  display: flex;
  gap: 0.5em;
}
footer#main-footer .social_media a, footer.entry-footer .social_media a {
  margin-top: 10px;
  display: inline-block;
}

.post-list {
  max-width: 50%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .post-list {
    max-width: none;
    margin: 0 1.5rem;
  }
}
.post-list article {
  display: flex;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 3rem;
}
.post-list article:last-child {
  margin-bottom: 0;
  border: none;
}
.post-list article .metadata .title {
  margin-bottom: 0;
}
.post-list article .metadata .author {
  font-size: 18px;
  max-width: 70%;
  margin-bottom: 5px;
}
.post-list article .metadata .date {
  font-size: 18px;
}
.post-list article .metadata .download-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.post-list article .metadata .download-links .btn {
  margin: 0;
}
.post-list article img {
  width: 150px;
  height: min-content;
}
@media (max-width: 480px) {
  .post-list article img {
    display: none;
  }
}

/* importing specific pages */
.about-us .container {
  padding: 6em 3em;
}
@media (max-width: 1600px) {
  .about-us .container {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .about-us .container {
    padding: 3em 1.5em;
  }
}
.about-us .container .row {
  display: flex;
  gap: 2em;
  align-items: initial;
  margin-top: 1em;
}
@media (max-width: 1600px) {
  .about-us .container .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .about-us .container .row img {
    margin-top: 4.1rem;
  }
}
@media (max-width: 768px) {
  .about-us .container .row {
    grid-template-columns: 1fr;
  }
  .about-us .container .row img {
    margin-top: 2rem;
  }
}
.about-us .container .row .what-is-inclusive-involvement h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
.about-us .container .row .what-is-inclusive-involvement p {
  font-size: 21px;
  margin-bottom: 1em;
}
@media (max-width: 1600px) {
  .about-us .container .row .what-is-inclusive-involvement p {
    font-size: 18px;
  }
}
.about-us .container .row .what-is-inclusive-involvement .buttons {
  display: flex;
  gap: 1em;
}
.about-us .container .row .what-is-inclusive-involvement .buttons .btn {
  margin: 0;
}
.about-us .history-and-work {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 1600px) {
  .about-us .history-and-work {
    gap: 3rem;
  }
  .about-us .history-and-work img {
    width: 131px;
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .about-us .history-and-work {
    grid-template-columns: 1fr;
  }
}
.about-us .history-and-work .history, .about-us .history-and-work .current-work {
  display: flex;
  align-items: start;
  gap: 2rem;
}
@media (max-width: 768px) {
  .about-us .history-and-work .history, .about-us .history-and-work .current-work {
    flex-direction: column;
  }
}
.about-us .history-and-work .history:first-child, .about-us .history-and-work .current-work:first-child {
  border-right: 1px solid white;
  padding-right: 6rem;
}
@media (max-width: 768px) {
  .about-us .history-and-work .history:first-child, .about-us .history-and-work .current-work:first-child {
    border: none;
    padding-right: 0;
  }
}
.about-us .history-and-work .history h3, .about-us .history-and-work .current-work h3 {
  font-size: 24px;
  margin-bottom: 1em;
}
.about-us .history-and-work .history p, .about-us .history-and-work .current-work p {
  font-size: 21px;
  margin-bottom: 1em;
}
@media (max-width: 1600px) {
  .about-us .history-and-work .history p, .about-us .history-and-work .current-work p {
    font-size: 18px;
  }
}
.about-us .history-and-work .history p:last-child, .about-us .history-and-work .current-work p:last-child {
  margin-bottom: none;
}
.about-us .history-and-work .history a, .about-us .history-and-work .current-work a {
  color: white;
  text-decoration: underline;
}
.about-us .history-and-work .history a:hover, .about-us .history-and-work .current-work a:hover {
  text-decoration: none;
}
.about-us #achievements {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
.about-us #achievements .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5em;
}
@media (max-width: 1600px) {
  .about-us #achievements .container {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .about-us #achievements .container {
    grid-template-columns: 1fr;
    padding-left: 3rem;
  }
}
.about-us #achievements h3 {
  font-size: 24px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .about-us #achievements .our-impact ul {
    columns: 2;
    gap: 5em;
  }
}
.about-us #achievements li, .about-us #achievements strong {
  font-size: 21px;
  margin-bottom: 1rem;
}
@media (max-width: 1600px) {
  .about-us #achievements li, .about-us #achievements strong {
    font-size: 20px;
  }
}
.about-us #achievements strong {
  font-family: "Myriad Pro Semibold";
  font-weight: normal;
  margin-bottom: 1rem;
  display: block;
}
.about-us #achievements ul li::marker {
  color: #891E76;
}
.about-us #achievements .vision-mission-beliefs {
  max-width: 1088px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
}
@media (max-width: 768px) {
  .about-us #achievements .vision-mission-beliefs {
    grid-template-columns: 1fr;
  }
}
.about-us #achievements .vision-mission-beliefs h3 {
  font-size: 24px;
  margin-bottom: 1em;
}
.about-us #achievements .vision-mission-beliefs p {
  font-size: 21px;
  margin-bottom: 1em;
}
.about-us #achievements .vision-mission-beliefs ol {
  padding-left: 1em;
  list-style: none;
  counter-reset: teal-numbers;
}
@media (max-width: 768px) {
  .about-us #achievements .vision-mission-beliefs ol {
    padding-left: 0;
  }
}
.about-us #achievements .vision-mission-beliefs ol li {
  counter-increment: teal-numbers;
  margin-bottom: 0;
}
.about-us #achievements .vision-mission-beliefs ol li::before {
  content: counter(teal-numbers) ". ";
  color: #2F887F;
  font-weight: bold;
}

main.home .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  padding: 3em 6em;
  padding-top: 1rem;
}
@media (max-width: 1600px) {
  main.home .row {
    padding: 3rem;
    grid-template-columns: 3fr 2fr;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  main.home .row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
main.home .row .row2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  padding: 3em 6em;
  padding-top: 1rem;
  background: #2F887F;
  color: white;
}
@media (max-width: 1600px) {
  main.home .row {
    padding: 3rem;
    grid-template-columns: 3fr 2fr;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  main.home .row {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
main.home .row .hero {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-image: url("/wp-content/themes/shaping-our-lives/assets/img/home.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  main.home .row .hero {
    flex-direction: column;
    padding-top: 16em;
  }
}
main.home .row .hero .overlay {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 100%;
  position: relative;
  z-index: 1;
  grid-row: 1/2;
  color: white;
  justify-self: start;
  align-self: end;
  font-size: 32px;
  font-weight: bolder;
  padding: 1em;
  line-height: 1.4em;
  background-color: #000000d3;
}
@media (max-width: 768px) {
  main.home .row .hero .overlay {
    font-size: 21px;
    margin: 0;
  }
}
main.home .row .about {
  border: 1px solid #a7a595;
  padding: 2rem;
}
main.home .row .about.no-border {
  border: none;
}
main.home .row .about h2 {
  color: #2F887F;
  font-size: 24px;
}
main.home .row .about p {
  font-size: 18px;
  margin: 16px 0;
}
main.home .row .about .green-link {
  color: #2EB441;
}
main.home .row .about .btn {
  color: black;
  font-family: "Myriad Pro Semibold";
  border-radius: 7px;
  display: block;
  width: 322px;
  margin: 2rem auto;
  border: none;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
  text-align: center;
}
main.home .row .about .btn.yellow-green {
  background-color: #AECA0A;
}
main.home .row .about .btn.teal {
  background-color: #37B4AA;
}
main.home .row .about .btn.inline {
  margin: 1rem;
  display: inline-block;
}
@media (max-width: 1600px) {
  main.home .row .about .btn {
    height: unset;
    width: unset;
  }
}
main.home .row .about .cta {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  main.home .row .about .cta {
    margin-top: 1em;
  }
}
main.home .row .greenban {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  padding: 3em 6em;
  padding-top: 1rem;
  background: #2F887F;
  color: white;
}
@media (max-width: 1600px) {
  main.home .row .greenban {
    padding: 3rem;
    grid-template-columns: 3fr 2fr;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  main.home .row .greenban {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
main.home .newsletter {
  background: #2F887F;
  color: white;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main.home .newsletter {
    padding: 2em 1.5rem;
  }
}
main.home .newsletter-items {
  max-width: 1084px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
main.home .newsletter-items a {
  color: white;
}
@media (max-width: 768px) {
  main.home .newsletter-items {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  main.home .newsletter-items .description > p:nth-child(2) {
    margin-bottom: 0;
  }
}
main.home .newsletter-items #sign-up-form input[type=text],
main.home .newsletter-items #sign-up-form input[type=email] {
  display: block;
  background: transparent;
  color: white;
  border: 1px solid white;
  margin-bottom: 10px;
  width: 300px;
  padding: 2px 0 2px 10px;
}
main.home .newsletter-items #sign-up-form input[type=text].email,
main.home .newsletter-items #sign-up-form input[type=email].email {
  display: inline;
}
main.home .newsletter-items #sign-up-form input[type=text]::-webkit-input-placeholder,
main.home .newsletter-items #sign-up-form input[type=email]::-webkit-input-placeholder {
  color: white;
}
main.home .newsletter-items #sign-up-form .sign-up-btn {
  display: inline;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 3px 4px #00000029;
  color: #2F887F;
  border: none;
  font-weight: bold;
  font-size: 16px;
  padding: 2px 8px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
main.home .newsletter-items #sign-up-form .sign-up-btn:hover {
  box-shadow: 0 3px 9px 3px #00000029;
}
@media (max-width: 768px) {
  main.home .newsletter-items #sign-up-form .sign-up-btn {
    margin-bottom: 1em;
    margin-top: 5px;
  }
}
main.home .newsletter-items #sign-up-form .privacy-consent {
  display: block;
}
main.home .newsletter-items #sign-up-form .privacy-consent a {
  text-decoration: underline;
}
main.home .newsletter-items #sign-up-form .mc4wp-alert.mc4wp-success {
  margin-top: 1rem;
  margin-bottom: -2rem;
}
main.home .newsletter-items #sign-up-form .mc4wp-alert.mc4wp-success p {
  font-size: 18px;
}
main.home .who-what-news {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
  gap: 2rem;
  padding: 3rem 6rem;
  padding-top: 2rem;
  justify-content: center;
}
@media (max-width: 768px) {
  main.home .who-what-news {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
main.home .who-what-news h3 {
  font-size: 24px;
  color: #891E76;
}
@media (max-width: 1600px) {
  main.home .who-what-news h3 {
    font-size: 21px;
  }
}
main.home .who-what-news .who,
main.home .who-what-news .what {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main.home .who-what-news .who h2.what,
main.home .who-what-news .what h2.what {
  width: 175px;
  height: 149px;
  text-indent: -10000px;
  background-image: url("/wp-content/themes/shaping-our-lives/assets/img/board1.png");
  background-size: cover;
}
main.home .who-what-news .who h2.who,
main.home .who-what-news .what h2.who {
  width: 175px;
  height: 149px;
  text-indent: -10000px;
  background-image: url("/wp-content/themes/shaping-our-lives/assets/img/board2.png");
  background-size: cover;
  border: none;
}
main.home .who-what-news .who p,
main.home .who-what-news .what p {
  font-size: 21px;
}
@media (max-width: 1600px) {
  main.home .who-what-news .who p,
main.home .who-what-news .what p {
    font-size: 18px;
  }
}
main.home .who-what-news .who .read-more,
main.home .who-what-news .what .read-more {
  color: #2EB441;
}
main.home .who-what-news .who {
  border-right: 2px solid #a7a59542;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  main.home .who-what-news .who {
    padding: 2rem;
    border-right: none;
    border-bottom: 2px solid #a7a59542;
  }
}
@media (max-width: 768px) {
  main.home .who-what-news .what {
    padding: 0 2rem;
  }
}
main.home .who-what-news .news {
  border: 1px solid #a7a595;
  padding: 2rem;
}
main.home .who-what-news .news h2 {
  color: #2F887F;
}
main.home .who-what-news .news .news-item {
  padding: 12px 0;
  border-bottom: 1px solid #a7a595;
}
main.home .who-what-news .news .news-item:last-child {
  border-bottom: none;
}
main.home .who-what-news .news .news-item h3 {
  font-size: 21px;
}
@media (max-width: 1600px) {
  main.home .who-what-news .news .news-item h3 {
    font-size: 18px;
  }
}
main.home .who-what-news .news .news-item h3 a {
  color: #891E76;
  text-decoration: none;
}
main.home .who-what-news .news .news-item h3 a:hover {
  text-decoration: underline;
}
main.home .who-what-news .news .news-item time {
  font-size: 18px;
}
@media (max-width: 1600px) {
  main.home .who-what-news .news .news-item time {
    font-size: 16px;
  }
}

.page-id-48 article ul li::marker {
  color: #2F887F;
}
.page-id-48 article .card h2 {
  font-size: 18px;
}
.page-id-48 article .padded {
  padding: 0;
}
.page-id-48 article .entry-content {
  padding: 1.5em 6em;
}
@media (max-width: 1600px) {
  .page-id-48 article .entry-header {
    padding-left: 3em;
  }
  .page-id-48 article .entry-content {
    padding: 3em;
  }
  .page-id-48 article .btn {
    font-size: 18px;
    line-height: 1.2em;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .page-id-48 article .entry-header, .page-id-48 article .entry-content {
    padding: 1.5em;
  }
  .page-id-48 article .wp-block-media-text__content {
    padding: 0;
    margin-top: 3rem;
  }
}

.page-id-72 .entry-content {
  padding: 3em 0;
}
.page-id-72 .entry-content .teal-bg {
  padding: 2em 0;
}
.page-id-72 .entry-content .teal-bg h3 {
  font-size: 24px;
}
.page-id-72 .entry-content .what-we-offer {
  gap: 0;
}
.page-id-72 .entry-content .what-we-offer h4 {
  font-family: "Myriad Pro Semibold";
  color: #2F887F;
}
.page-id-72 .entry-content .what-we-offer h3 {
  color: #2F887F;
  font-size: 24px;
}
.page-id-72 .entry-content .what-we-offer .teal-bullets li::marker {
  color: #2F887F;
}
.page-id-72 .entry-content .magenta-bg {
  color: white;
  padding: 3em 6em;
}
@media (max-width: 768px) {
  .page-id-72 .entry-content .magenta-bg {
    padding: 3em;
  }
}
.page-id-72 .entry-content .magenta-bg h2 {
  color: white;
  margin-bottom: 1.5em;
}
.page-id-72 .entry-content .magenta-bg h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-id-72 .entry-content .magenta-bg .wp-block-columns {
    gap: 6rem;
  }
}
.page-id-72 .entry-content .magenta-bg .wp-block-column:first-child {
  border-right: 1px solid white;
  padding-right: 3em;
}
@media (max-width: 768px) {
  .page-id-72 .entry-content .magenta-bg .wp-block-column:first-child {
    padding-right: 0;
    border: none;
  }
}
.page-id-72 .entry-content .magenta-bg blockquote cite {
  font-style: normal;
}
.page-id-72 .entry-content .magenta-bg blockquote p:first-child {
  line-height: 1.5em;
}
.page-id-72 .entry-content .magenta-bg blockquote p:first-child:before {
  content: "“";
  font-size: 3em;
  position: relative;
  right: 26px;
  margin-right: -16px;
}
.page-id-72 .entry-content .we-have-worked-with {
  margin: 6em auto;
  margin-bottom: 0;
  max-width: 70%;
}
@media (max-width: 768px) {
  .page-id-72 .entry-content .we-have-worked-with {
    max-width: none;
  }
}
.page-id-72 .entry-content .we-have-worked-with h3 {
  font-size: 24px;
  color: #2EB441;
}
.page-id-72 .entry-content .funding-support {
  max-width: 85%;
  margin: 4em auto;
}
@media (max-width: 1600px) {
  .page-id-72 .entry-content p, .page-id-72 .entry-content ul {
    font-size: 18px;
  }
  .page-id-72 .entry-content h3, .page-id-72 .entry-content .what-we-offer h3, .page-id-72 .entry-content .magenta-bg h3, .page-id-72 .entry-content .we-have-worked-with h3 {
    font-size: 21px;
  }
}

@media (max-width: 1600px) {
  .page-template-template-report-list .entry-header {
    padding-left: 3em;
  }
  .page-template-template-report-list .entry-content {
    padding: 1em 3em;
  }
  .page-template-template-report-list .entry-content .wp-block-columns {
    gap: 0;
  }
  .page-template-template-report-list .entry-content .wp-block-columns .card p {
    font-size: 18px;
  }
  .page-template-template-report-list .entry-content .wp-block-columns .card h2 {
    font-size: 21px;
  }
  .page-template-template-report-list .entry-content .post-list {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .page-template-template-report-list .entry-content {
    padding: 1.5em;
  }
}
.page-template-template-report-list .search-container {
  padding: 0;
  padding-top: 1em;
}
.page-template-template-report-list .search-container .searchandfilter > div > ul {
  max-width: 500px;
}
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(2) {
  margin: 0;
  order: 3;
  margin-left: 1em;
}
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(2) select#ofreport-category {
  border: none;
  color: gray;
  font-size: 14px;
  width: 8em;
}
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-top: 0;
  order: 2;
  margin-left: -4.5em;
}
.page-template-template-report-list .search-container .searchandfilter > div > ul li:nth-child(3) .cat-item {
  font-size: 14px;
  color: gray;
}
.page-template-template-report-list .entry-content {
  margin-top: 2rem;
}
.page-template-template-report-list .entry-content .wp-block-columns {
  gap: 0;
}
@media (max-width: 768px) {
  .page-template-template-report-list .entry-content .wp-block-columns {
    gap: 3rem;
  }
}
.page-template-template-report-list .entry-content .wp-block-columns .card p {
  margin-bottom: 0;
}
.page-template-template-report-list .entry-content .post-list {
  margin-top: 3rem;
}
.page-template-template-report-list .categories {
  height: 100%;
}
.page-template-template-report-list .categories .category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.page-template-template-report-list .categories .category-buttons .btn {
  margin: 0;
}

.single-report .entry-header {
  padding-left: 3em;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .single-report .entry-header {
    padding-left: 1.5em;
  }
}
.single-report article {
  margin: 2em 0;
  display: flex;
}
@media (max-width: 768px) {
  .single-report article {
    display: block;
  }
}
.single-report article > img {
  width: 320px;
  height: min-content;
  margin-left: 3em;
  margin-top: 3em;
}
.single-report article .entry-content {
  padding: 3em;
}
.single-report article .entry-content div {
  margin-bottom: 1rem;
}
.single-report article .entry-content .btn {
  margin: 0;
}
.single-report .search-container {
  padding: 0;
  padding-top: 1em;
}
.single-report .search-container .searchandfilter > div > ul {
  max-width: 500px;
}
.single-report .search-container .searchandfilter > div > ul li:nth-child(2) {
  margin: 0;
  order: 3;
  margin-left: 1em;
}
.single-report .search-container .searchandfilter > div > ul li:nth-child(2) select#ofreport-category {
  border: none;
  color: gray;
  font-size: 14px;
  width: 8em;
}
.single-report .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-top: 0;
  order: 2;
  margin-left: -4.5em;
}
.single-report .search-container .searchandfilter > div > ul li:nth-child(3) .cat-item {
  font-size: 14px;
  color: gray;
}

.archive.tax-report-category .search-container {
  padding: 0;
  padding-top: 1em;
}
.archive.tax-report-category .search-container .searchandfilter > div > ul {
  max-width: 500px;
}
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(2) {
  margin: 0;
  order: 3;
  margin-left: 1em;
}
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(2) select#ofreport-category {
  border: none;
  color: gray;
  font-size: 14px;
  width: 8em;
}
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-top: 0;
  order: 2;
  margin-left: -4.5em;
}
.archive.tax-report-category .search-container .searchandfilter > div > ul li:nth-child(3) .cat-item {
  font-size: 14px;
  color: gray;
}

.page-template-template-user-led-organisations .search-container, .single-organisation .search-container {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media (max-width: 1600px) {
  .page-template-template-user-led-organisations .search-container, .single-organisation .search-container {
    padding: 0;
    padding-top: 1em;
  }
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul, .single-organisation .search-container .searchandfilter > div > ul {
  max-width: 500px;
}
@media (max-width: 1600px) {
  .page-template-template-user-led-organisations .search-container .searchandfilter > div > ul, .single-organisation .search-container .searchandfilter > div > ul {
    max-width: 438px;
  }
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul select, .single-organisation .search-container .searchandfilter > div > ul select {
  border: none;
  color: gray;
  font-size: 14px;
  width: 8em;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul .cat-item, .single-organisation .search-container .searchandfilter > div > ul .cat-item {
  font-size: 14px;
  color: gray;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(2), .page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(3), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(2), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-top: 0;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(2), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(2) {
  order: 3;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(3), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(3) {
  margin-right: 78px;
}
.page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(4), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(4) {
  order: 2;
  margin-right: 148px;
  position: relative;
  left: 33px;
}
@media (max-width: 1600px) {
  .page-template-template-user-led-organisations .search-container .searchandfilter > div > ul li:nth-child(4), .single-organisation .search-container .searchandfilter > div > ul li:nth-child(4) {
    margin-right: 86px;
    left: 0;
  }
}

.single-organisation #main-content {
  margin-top: 2em;
}

.email::before {
  content: "Email: ";
}

.tel::before {
  content: "Telephone: ";
}

.website::before {
  content: "Website: ";
}

.post::before {
  content: none !important;
}

address {
  font-style: normal;
  margin-top: 10px;
}

.user-led-organisations .entry-content {
  padding-bottom: 0;
}
.user-led-organisations .entry-content .wp-block-columns {
  gap: 0;
}
.user-led-organisations .entry-content .wp-block-columns .wp-block-column .card {
  height: 100%;
  padding-bottom: 0.5em;
}
.user-led-organisations .entry-content .wp-block-columns .wp-block-column .card a {
  color: #891E76;
}
.user-led-organisations nav.alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
  margin-top: 1em;
  font-size: 24px;
}
@media (max-width: 768px) {
  .user-led-organisations nav.alphabet {
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .user-led-organisations nav.alphabet {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.user-led-organisations nav.alphabet a {
  color: #2F887F;
}
.user-led-organisations nav.alphabet a.current {
  font-weight: bold;
}
.user-led-organisations .organisations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  column-gap: 6rem;
  row-gap: 4rem;
  padding: 3em 6em;
}
@media (max-width: 768px) {
  .user-led-organisations .organisations-grid {
    padding: 3em;
  }
}
@media (max-width: 768px) {
  .user-led-organisations .organisations-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
}
.user-led-organisations .organisations-grid .organisation h2, .user-led-organisations .organisations-grid .organisation p {
  margin-bottom: 10px;
}
.user-led-organisations .organisations-grid .organisation h2 a {
  text-decoration: underline;
}
.user-led-organisations .organisations-grid .organisation h2 a:hover {
  text-decoration: none;
}
@media (max-width: 1600px) {
  .user-led-organisations .organisations-grid .organisation h2 {
    font-size: 21px;
  }
  .user-led-organisations .organisations-grid .organisation p {
    font-size: 18px;
  }
}

.page-template-template-involvement-opportunities .wp-block-button__link {
  color: white;
  font-weight: bold;
  font-size: 21px;
  padding: 0.5em 1.3em;
  display: inline-block;
  margin: 1em;
  text-align: center;
  border-radius: 5px;
  line-height: 1em;
  background-color: #2F887F;
}
.page-template-template-involvement-opportunities .wp-block-button__link:hover {
  text-decoration: none;
}

.involvement-stories section.post-list {
  margin-top: 0;
}
.involvement-stories .top-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 768px) {
  .involvement-stories .top-columns {
    grid-template-columns: 1fr;
  }
}
.involvement-stories .top-columns img {
  height: 100% !important;
  object-fit: cover;
}
.involvement-stories .card {
  margin-bottom: 2em;
}
.involvement-stories .card:last-of-type {
  margin-bottom: 0;
}
.involvement-stories .quote {
  font-style: italic;
}

.single-involvement_opp {
  --accent-color: $magenta;
}

.single-event {
  --accent-color: $dark-teal;
}

.single-involvement_opp .entry-content, .single-event .entry-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6rem;
}
.single-involvement_opp .entry-content main h2, .single-involvement_opp .entry-content main .reference-number, .single-involvement_opp .entry-content main .title, .single-involvement_opp .entry-content main .date, .single-involvement_opp .entry-content main .location, .single-event .entry-content main h2, .single-event .entry-content main .reference-number, .single-event .entry-content main .title, .single-event .entry-content main .date, .single-event .entry-content main .location {
  color: var(--accent-color);
}
.single-involvement_opp .entry-content main section, .single-event .entry-content main section {
  border-bottom: 1px solid #A7A596;
  margin-bottom: 1rem;
}
.single-involvement_opp .entry-content main section:last-child, .single-event .entry-content main section:last-child {
  border: none;
}
.single-involvement_opp .entry-content main section h2, .single-event .entry-content main section h2 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: "Myriad Pro Semibold";
}
.single-involvement_opp .entry-content main section .description, .single-event .entry-content main section .description {
  font-size: 21px;
  margin: 10px 0 1em 0;
}
.single-involvement_opp .entry-content main .basic-details .metadata, .single-event .entry-content main .basic-details .metadata {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}
.single-involvement_opp .entry-content main .basic-details .metadata .lozenge, .single-event .entry-content main .basic-details .metadata .lozenge {
  background-color: var(--accent-color);
}
.single-involvement_opp .entry-content main .basic-details .title, .single-event .entry-content main .basic-details .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-involvement_opp .entry-content main .basic-details .date, .single-involvement_opp .entry-content main .basic-details .location, .single-event .entry-content main .basic-details .date, .single-event .entry-content main .basic-details .location {
  font-size: 16px;
  margin-bottom: 0;
}

.page-id-979 .intro {
  font-size: 24px;
  max-width: 54rem;
  margin-bottom: 2rem;
}
.page-id-979 .intro strong {
  font-weight: normal;
  font-family: "Myriad Pro Semibold";
}
@media (max-width: 1600px) {
  .page-id-979 .intro {
    font-size: 21px;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1600px) {
  .page-id-979 .staff-member-grid.wp-block-columns {
    gap: 1rem;
  }
}
.page-id-979 .staff-member-grid.wp-block-columns .staff-member {
  gap: 1rem;
}
.page-id-979 .staff-member-grid.wp-block-columns .staff-member .name, .page-id-979 .staff-member-grid.wp-block-columns .staff-member .title, .page-id-979 .staff-member-grid.wp-block-columns .staff-member .bio {
  margin-bottom: 0;
}
.page-id-979 .staff-member-grid.wp-block-columns .staff-member .title {
  font-weight: normal;
  font-family: "Myriad Pro Semibold";
  font-size: 21px;
  margin-bottom: 1rem;
}
@media (max-width: 1600px) {
  .page-id-979 .staff-member-grid.wp-block-columns .staff-member .title {
    font-size: 19px;
  }
}
@media (max-width: 1600px) {
  .page-id-979 .staff-member-grid.wp-block-columns .staff-member p {
    font-size: 18px;
  }
}
.page-id-979 .user-group-heading {
  margin-top: 2rem;
}
.page-id-979 .user-group-grid .wp-block-column:first-child {
  border-right: 1px solid gray;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-id-979 .user-group-grid .wp-block-column:first-child {
    border: none;
  }
}
.page-id-979 .user-group-grid .user-group-member {
  margin: 3rem 0;
}
.page-id-979 .user-group-grid .user-group-member p {
  max-width: 60ch;
}
.page-id-979 .user-group-grid .user-group-member .name {
  font-size: 24px;
  margin-bottom: 0;
}
.page-id-979 .user-group-grid .user-group-member .title {
  margin-bottom: 1rem;
}
.page-id-979 .user-group-grid .user-group-member .title strong {
  font-weight: normal;
  font-family: "Myriad Pro Semibold";
}
@media (max-width: 1600px) {
  .page-id-979 .user-group-grid .user-group-member .bio {
    font-size: 18px;
  }
}
@media (min-width: 2180px) {
  .page-id-979 .user-group-grid .user-group-member {
    width: max-content;
  }
}

.bank-details strong {
  font-weight: bold;
  color: #2F887F;
}
.bank-details .iban {
  font-family: monospace;
  letter-spacing: 2px;
  color: #32373c;
  background: #ededed;
  border-radius: 5px;
  display: inline-block;
  padding: 0 0.2em;
}

.site-map ul {
  counter-reset: item;
}
.site-map li {
  display: block;
}
.site-map li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}

.page-id-16 .card {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-id-16 .card {
    max-width: none;
  }
}
@media (max-width: 1600px) {
  .page-id-16 .card p {
    font-size: 18px;
  }
}
.page-id-16 .funding-support {
  margin-top: 3rem;
}

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