@charset "UTF-8";
/*
Theme Name: Torch Trust v2.0
Author: Pete Joel Gibbons
Author URI: http://petejoelgibbons.com
Description: Torch Trust by Pete Joel Gibbons
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face {
  font-family: "FSMeRegular";
  src: url("fonts/FSMeWeb-Regular.eot");
  /* IE9 */
  src: url("fonts/FSMeWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/FSMeWeb-Regular.woff") format("woff");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FSMeBold";
  src: url("fonts/FSMeWeb-Bold.eot");
  /* IE9 */
  src: url("fonts/FSMeWeb-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FSMeWeb-Bold.woff") format("woff");
  /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FSMeHeavy";
  src: url("fonts/FSMeWeb-Heavy.eot");
  /* IE9 */
  src: url("fonts/FSMeWeb-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/FSMeWeb-Heavy.woff") format("woff");
  /* Modern Browsers */
  font-weight: bolder;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  z-index: 1;
  /*font-family: "FSMeRegular", sans-serif;*/
}

hr {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  text-decoration: none;
}

p,
a,
li,
button {
  /*font-family: "FSMeRegular", sans-serif;*/
  text-decoration: none;
}

p {
  color: #000000;
}
p a {
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  color: inherit;
  transition: all 0.3s;
  letter-spacing: 0.3px;
}
p a:hover {
  color: #6060ff;
}

a {
  color: #015c9a;
}

.page-wrapper {
  background-color: white;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
}

.page {
  background-color: #f4f4f8;
  padding-top: 128px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1180px) {
  .page {
    padding-top: 102px;
  }
}

.error-page {
  justify-content: center;
  min-height: 0;
}
.error-page h1 {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.vacancies-single .in-detail ul li, .shop-home-page .shop-splash-wrapper .shop-splash, .shop-home-page .shop-splash-wrapper, .story-wrapper .image, .landing-page .browse-resources .image,
.cards .card .images, .popout-form-wrapper, .max-menu-wrapper, .main-header .header-content .header-icons .header-icon, .main-header .header-content .header-icons, .main-header .header-content .main-menu .top-menu .top-menu-li .top-menu-item,
.main-header .header-content .main-menu .top-menu .top-menu-li, .main-header .header-content .main-menu, .button, .content-wrapper .image, .content-wrapper, .content .images, .breadcrumbs, .page-wrapper {
  display: flex;
  align-items: center;
}


.blue-footer .footer-content .footer-content-bottom .social-icons, .blue-footer .footer-content .footer-content-top .footer-content-top-right, .blue-footer .footer-content .footer-content-top .footer-content-top-left,
.blue-footer,.white-footer .footer-content .useful-links ul li a, .white-footer .footer-content .get-in-touch ul li a, .white-footer .footer-content .subscribe ul li a, .white-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
}

.news-card .image, .vacancy-preview-wrapper .vacancy-cards .vacancy-card .image, .vacancies-archive .vacancy-cards .vacancy-card .image, .account-menu .account-menu-details .account-profile-img, .team-section .team-cards .team-card .image, .story-wrapper, .image-card .image, .split-content-card .image-half, .mobile-menu-wrapper .shop-section, .mobile-menu-wrapper .donate-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex {
  display: flex !important;
}

.hidden {
  display: none !important;
}

.noscroll {
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  width: 100%;
  height: 100vh;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.max-400 {
  max-width: 400px;
}

.spacer {
  width: 100%;
}

.spacer-100 {
  height: 100px;
}

.spacer-40 {
  height: 40px;
}
.spacer-20 {
  height: 20px;
}

.full-width-img {
  width: 100%;
}

.breadcrumbs {
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin-top: 20px;
}
.breadcrumbs p {
  color: #a6a6b5;
}

.content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content ul,
.content ol {
  margin-bottom: 15px;
}
.content ul,
.content ol {
  padding-left: 20px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #004166;
}
.content h1 {
  font-size: 2rem;
}
@media (max-width: 850px) {
  .content h1 {
    font-size: 1.8rem;
  }
}
.content h2 {
  font-size: 1.5rem;
}
.content .small-text {
  color: #a6a6b5;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  
}
.content .images {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}
.content .images img {
  height: 30px;
  margin: 0 10px 10px 0;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text p {
  color: #ffffff;
}

.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text p {
  color: #000000;
}

.content-70 {
  width: 70%;
}
@media (max-width: 850px) {
  .content-70 {
    width: 100%;
  }
}

.content-60 {
  width: 60%;
}
@media (max-width: 850px) {
  .content-60 {
    width: 100%;
  }
}

.content-35 {
  width: 35%;
}
@media (max-width: 850px) {
  .content-35 {
    width: 100%;
  }
}

.content-25 {
  width: 25%;
}
@media (max-width: 850px) {
  .content-25 {
    width: 100%;
  }
}

.content-25.image {
  max-width: 300px;
}

.content-centred {
  justify-content: center;
  align-items: center;
}
.content-centred h2 {
  align-self: flex-start;
}
.content-centred h3,
.content-centred h2,
.content-centred p {
  text-align: center;
}
.content-centred h3 {
  font-size: 45px;
  color: #015c9a;
}
.content-centred .small-text {
  margin-top: 10px;
}
.content-centred .buttons {
  justify-content: center;
}

.content-wrapper {
  justify-content: space-between;
  width: 100%;
  flex-grow: 1;
  /*max-width: 1200px;*/
  padding: 0 40px;
  margin: 20px /*0*/;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-wrapper .content-half {
  width: 48%;
}
.content-wrapper .content-half h3 {
  font-size: 40px;
}
.content-wrapper .image img {
  width: 100%;
}
@media (max-width: 850px) {
  .content-wrapper {
    flex-direction: column;
  }
  .content-wrapper .content-half {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-wrapper .image img {
    max-width: 500px;
  }
}

.content-aligned-top {
  align-items: flex-start;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
}
.buttons .button {
  margin: 0 10px 10px 0;
}
.buttons .square-button {
  width: 150px;
  height: 150px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.buttons .square-button .fas {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.big-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.button {
  padding: 10px !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  /*font-family: "FSMeBold", sans-serif !important;*/
  font-weight: bold;
  font-size: 18px !important;
  transition: all 0.3s !important;
  border: solid 2px #004166 !important;
  background-color: #ffffff !important;
  color: #004166 !important;
  cursor: pointer;
}
.button .fas {
  font-size: 15px;
  margin-left: 20px;
  transition: margin 0.3s;
}

.button:hover {
  background-color: #ffffff !important;
  transform: scale(1.03);
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.16);
}
.button:hover .fas {
  margin-left: 10px;
  margin-right: 10px;
}

.big-button {
  width: 100%;
  max-width: 300px;
  min-height: 200px;
  margin: 0 20px 20px 0;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px !important;
}
.big-button .fas {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.purple-button {
  color: #ffffff !important;
  background-color: #6060ff !important;
  border-color: #6060ff !important;
}

.purple-button:hover {
  color: #6060ff !important;
}

.blue-button {
  color: #ffffff !important;
  background-color: #004166 !important;
  border-color: #004166 !important;
}

.blue-button:hover {
  color: #004166 !important;
}

.blue3-button {
  color: #ffffff !important;
  background-color: #015c9a !important;
  border-color: #015c9a !important;
}

.blue3-button:hover {
  color: #015c9a !important;
}

.white-purple-button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #6060ff !important;
}

.white-purple-button:hover {
  background-color: #6060ff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.white-blue-button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #004166 !important;
}

.white-blue-button:hover {
  background-color: #004166 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.white-blue3-button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #015c9a !important;
}

.white-blue3-button:hover {
  background-color: #015c9a !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.transparent-purple-button {
  background-color: transparent !important;
  border-color: #6060ff !important;
  color: #000000 !important;
}

.woocommerce {
  width: 90%;
}

.woocommerce-message {
  background-color: #ffffff;
}

.woocommerce-info {
  border-top-color: #015c9a;
  background-color: #ffffff;
}

.woocommerce-info::before {
  color: #015c9a;
}

.woocommerce-Button {
  padding: 10px;
  border-radius: 8px;
  color: #ffffff;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s;
  border: solid 2px;
}

.skip-to-main {
  width: 100%;
  background-color: #002736;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  z-index: 102;
  /* position: fixed;*/
  left: 0;
  top: 0;
}
.skip-to-main a {
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
}
.skip-to-main a .fas {
  margin-right: 2px;
}
.skip-to-main a:hover {
  color: #ff9933;
}

.main-header {
 /* position: fixed;*/
  width: 100%;
  top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 120px;
  border-bottom: solid 2px #ffffff;
  z-index: 102;
  background-color: #004166;
  transition: all 0.3s;
  box-sizing: border-box;
}
.main-header .spacer {
  display: none;
}
.main-header .header-content {
  width: 95%;
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .header-content .main-menu .logo {
  width: 170px;
  margin-right: 20px;
}
.main-header .header-content .main-menu .top-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0 10px;
}
.main-header .header-content .main-menu .top-menu .top-menu-li {
  padding: 0 10px;
  height: 101px;
  transition: all 0.3s;
  position: relative;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .top-menu-item {
  color: #ffffff;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  transition: all 0.3s;
  white-space: nowrap;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .top-menu-item .fas {
  height: 14px;
  margin-right: 8px;
  transition: transform 0.3s;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper {
  /* position: fixed;*/
  top: 127px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 0px;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  transition: all 0.5s;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu {
  background-color: #ffbe6c;
  width: 90%;
  max-width: 1800px;
  display: flex;
  border-radius: 0 0 8px 8px;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  position: relative;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul {
  width: 70%;
  background-color: #ffffff;
  list-style: none;
  margin-top: 20px;
  border-radius: 8px 0 0 0;
  padding: 25px;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li {
  margin: 20px 0;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a {
  color: #004166;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 25px;
  transition: all 0.2s;
  position: relative;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a .underline {
  width: 0;
  height: 3px;
  background-color: #6060ff;
  position: absolute;
  bottom: -7px;
  transition: all 0.2s;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a .fas {
  font-size: 20px;
  transition: margin 0.3s, opacity 0.3s;
  opacity: 0;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a:hover {
  color: #6060ff;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a:hover .underline {
  width: 100%;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu ul li a:hover .fas {
  opacity: 1;
  margin-left: 5px;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu .sub-menu-content {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
  padding: 30px;
  border-radius: 0 8px 0 0;
  background-color: #6060ff;
}
.main-header .header-content .main-menu .top-menu .top-menu-li .sub-menu-wrapper .sub-menu .sub-menu-content .content h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.main-header .header-content .main-menu .top-menu .top-menu-li:hover {
  background-color: #ffbe6c;
}
.main-header .header-content .main-menu .top-menu .top-menu-li:hover .top-menu-item {
  color: #000000;
}
.main-header .header-content .main-menu .top-menu .top-menu-li:hover .top-menu-item .fas {
  transform: rotateZ(180deg);
}
.main-header .header-content .main-menu .top-menu .top-menu-li:hover .sub-menu-wrapper .sub-menu-bg {
  background-color: #5b5b5b;
  opacity: 0.8;
  /* position: fixed;*/
  top: 128px;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.main-header .header-content .header-icons .header-icon {
  height: 40px;
  width: 40px;
  padding: 0 10px;
  margin: 0 5px;
  border: solid 2px #ffffff;
  color: #ffffff;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.3s;
}
.main-header .header-content .header-icons .header-icon img {
  height: 14px;
}
.main-header .header-content .header-icons .header-icon .fas {
  height: 14px;
}
.main-header .header-content .header-icons .header-icon-long {
  width: auto;
}
.main-header .header-content .header-icons .header-icon-long .fas {
  margin-left: 10px;
}
.main-header .header-content .header-icons .header-icon-white {
  background-color: #ffffff;
  color: #015c9a;
}
.main-header .header-content .header-icons .menu-icon {
  flex-direction: column;
  cursor: pointer;
}
.main-header .header-content .header-icons .menu-icon .menu-icon-piece {
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0.5px;
  margin: 1.5px 0;
  transition: all 0.3s;
}
.main-header .header-content .header-icons .mobile-menu-icon {
  display: none;
}
.main-header .header-content .header-icons .header-icon:hover {
  background-color: #ffffff;
  color: #015c9a;
}
.main-header .header-content .header-icons .header-icon:hover .menu-icon-piece {
  background-color: #015c9a;
}
.main-header .header-content .header-icons .header-icon-white:hover {
  background-color: #ffbe6c;
  border-color: #ffbe6c;
  color: #000000;
}
@media (max-width: 1180px) {
  .main-header {
    height: 75px;
    padding-top: 12.5px;
    justify-content: flex-start;
  }
  .main-header .header-content .main-menu .logo {
    width: 120px;
  }
  .main-header .header-content .main-menu .top-menu {
    display: none;
  }
  .main-header .header-content .header-icons .header-icon {
    display: none;
  }
  .main-header .header-content .header-icons .mobile-menu-icon {
    display: flex;
  }
}

.grey-blur-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 101;
}
@media (max-width: 1180px) {
  .grey-blur-bg {
    display: none !important;
  }
}

.max-menu-wrapper {
  width: 100%;
  height: 0;
  background-color: #ffffff;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
  overflow: scroll;
  justify-content: flex-start;
  flex-direction: column;
}
.max-menu-wrapper .max-menu-top {
  width: 90%;
  max-width: 1500px;
  border-bottom: solid 2px #002736;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.max-menu-wrapper .max-menu-top .content {
  margin: 0 5px;
  justify-content: space-between;
  width: calc(100% / 3);
}
.max-menu-wrapper .max-menu-top .content h3 {
  color: #6060ff;
  font-size: 1.25rem;
}
.max-menu-wrapper .max-menu-top .content ul {
  list-style: none;
  padding: 0;
}
.max-menu-wrapper .max-menu-top .content ul li {
  margin-bottom: 5px;
}
.max-menu-wrapper .max-menu-top .content ul li a {
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  color: #004166;
  font-size: 18px;
  transition: all 0.3s;
}
.max-menu-wrapper .max-menu-top .content ul li a span {
  margin-right: 5px;
  transition: margin 0.3s;
}
.max-menu-wrapper .max-menu-top .content ul li:hover a {
  color: #ff9933;
}
.max-menu-wrapper .max-menu-top .content ul li:hover a span {
  margin-right: 2px;
}
.max-menu-wrapper .max-menu-bottom {
  width: 90%;
  max-width: 1500px;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.max-menu-wrapper .max-menu-bottom .content {
  margin: 0 5px;
  width: calc(100% / 5);
}
.max-menu-wrapper .max-menu-bottom .content ul {
  list-style: none;
  padding: 0;
}
.max-menu-wrapper .max-menu-bottom .content ul li {
  margin-bottom: 10px;
}
.max-menu-wrapper .max-menu-bottom .content ul li a {
  color: #002736;
  transition: all 0.3s;
}
.max-menu-wrapper .max-menu-bottom .content ul li:hover a {
  color: #ffad57;
}

.max-menu-open {
  height: 100vh;
  padding: 128px 0 40px;
}

.max-menu-wrapper-open {
  background-color: #ffffff;
}
.max-menu-wrapper-open .header-content {
  justify-content: flex-end;
}
.max-menu-wrapper-open .header-content .main-menu {
  display: none;
}
.max-menu-wrapper-open .header-content .header-icons .header-icon {
  border: solid 2px #6060ff;
  color: #000000;
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon {
  background-color: #6060ff !important;
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon .menu-icon-piece {
  background-color: #ffffff;
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon .menu-icon-piece-1 {
  transform: rotate(135deg);
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon .menu-icon-piece-2 {
  display: none;
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon .menu-icon-piece-3 {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.max-menu-wrapper-open .header-content .header-icons .menu-icon:hover .menu-icon-piece {
  background-color: #ff9933;
}

.max-menu-wrapper-open.header-scroll {
  box-shadow: none !important;
}

.mobile-menu-open {
  z-index: 102;
  box-shadow: none !important;
}
.mobile-menu-open .header-content .header-icons .menu-icon {
  background-color: #ffffff;
}
.mobile-menu-open .header-content .header-icons .menu-icon .menu-icon-piece {
  background-color: #6060ff;
}
.mobile-menu-open .header-content .header-icons .menu-icon .menu-icon-piece-1 {
  transform: rotate(135deg);
}
.mobile-menu-open .header-content .header-icons .menu-icon .menu-icon-piece-2 {
  display: none;
}
.mobile-menu-open .header-content .header-icons .menu-icon .menu-icon-piece-3 {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.mobile-menu-open .header-content .header-icons .menu-icon:hover .menu-icon-piece {
  background-color: #ff9933;
}

.mobile-menu-wrapper {
  pointer-events: none;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  overflow-y: auto; /* Allows vertical scrolling */
  overflow-x: hidden; /* Hides horizontal overflow */
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 101;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.mobile-menu-wrapper .mobile-main-menu {
  width: 100%;
  margin: 20px 0;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li {
  width: 100%;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .main-menu-item {
  width: 100%;
  padding: 10px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
  text-transform: uppercase;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .main-menu-item .fa-plus {
  transition: all 0.3s;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .sub-menu-wrapper {
  height: 0;
    overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */

  background-color: #f4f4f8;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .sub-menu {
  width: 100%;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .sub-menu .sub-menu-li {
  width: 100%;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .sub-menu .sub-menu-li .sub-menu-link {
  padding: 10px 5% 10px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #000000;
  transition: all 0.3s;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li .sub-menu .sub-menu-li:hover .sub-menu-link {
  color: #6060ff;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-sub-menu-open .main-menu-item {
  color: #6060ff;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-sub-menu-open .main-menu-item .fa-plus {
  transform: rotate(-45deg);
}
.mobile-menu-wrapper .mobile-main-menu .mobile-sub-menu-open .sub-menu-wrapper {
  height: 100%;
}
.mobile-menu-wrapper .mobile-main-menu .mobile-main-menu-li:hover .main-menu-item {
  color: #6060ff;
}
.mobile-menu-wrapper .donate-section {
  width: 100%;
  background-color: #6060ff;
  padding: 5%;
  background-image: url(images/illustration/menu-donate-bg.svg);
}
.mobile-menu-wrapper .shop-section {
  width: 100%;
  background-color: #ffad57;
  padding: 5%;
  background-image: url(images/illustration/menu-shop-bg.svg);
}
.mobile-menu-wrapper .subscribe-section {
  width: 100%;
  padding: 5%;
}
.mobile-menu-wrapper .subscribe-section h3 {
  color: #6060ff;
}

.mobile-menu-wrapper-open {
  height: 100%;
  padding: 102px 0 20px;
  pointer-events: auto;
}

.shop-header {
  border-bottom: solid 2px #6060ff;
  background-color: #ffffff;
}
.shop-header .header-content .header-icons .header-icon {
  border: solid 2px #6060ff;
}

.header-scroll {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}

.shop-header.header-scroll {
  background-color: rgba(255, 255, 255, 0.96);
}

.back-to-top-arrow {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 8px;
  border: solid 2px #000000;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.back-to-top-arrow:hover {
  background-color: #6060ff;
  color: #ffffff;
  border-color: #ffffff;
}

.popout-form-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 30px;
  align-items: flex-start;
  overflow: scroll;
  display: none;
}
@media (max-width: 850px) {
  .popout-form-wrapper {
    padding: 20px;
  }
}
.popout-form-wrapper .popout-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
}
.popout-form-wrapper .popout {
  width: 100%;
  max-height: 95vh;
  max-width: 800px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: scroll;
  display: flex;
  scrollbar-width: thick;
  scrollbar-color: #ffad57 #e6e6ea;
}
.popout-form-wrapper .popout .content {
  padding: 30px;
  position: relative;
}
.popout-form-wrapper .popout .content h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.popout-form-wrapper .popout .content h3 {
  font-size: 1.25rem;
}
.popout-form-wrapper .popout .content .main {
  color: #6060ff;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  white-space: nowrap;
  transition: all 0.3s;
}
.popout-form-wrapper .popout .content .main:hover {
  color: #ff9933;
}
.popout-form-wrapper .popout .grey-bg h2 {
  color: #a6a6b5;
}
.popout-form-wrapper .popout .grey-bg h3,
.popout-form-wrapper .popout .grey-bg p {
  color: #000000;
}
.popout-form-wrapper .popout .side-content {
  width: 40%;
}
.popout-form-wrapper .popout .giving {
  background-color: #6060ff;
  width: 38%;
  margin: 2%;
  border-radius: 8px;
  position: relative;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(images/illustration/purple-park.svg);
}
.popout-form-wrapper .popout .giving h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.popout-form-wrapper .popout .exit-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  cursor: pointer;
  color: #ffffff;
  transition: all 0.3s;
}
.popout-form-wrapper .popout .exit-button:hover {
  color: #ffad57;
}
.popout-form-wrapper .popout .contact-popout-form {
  width: 60%;
  position: relative;
}
.popout-form-wrapper .popout .contact-popout-form .exit-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  cursor: pointer;
  color: #6060ff;
  transition: all 0.3s;
}
.popout-form-wrapper .popout .contact-popout-form .exit-button:hover {
  color: #ffad57;
}
.popout-form-wrapper .popout .contact-popout-form h2 {
  color: #a6a6b5;
  text-transform: uppercase;
}
.popout-form-wrapper .popout .contact-popout-form h3 {
  color: #6060ff;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 {
  width: 100%;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form {
  width: 100%;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-response-output {
  /*font-family: "FSMeRegular", sans-serif;*/
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .ajax-loader {
  display: none;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-text {
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #6060ff;
  border-radius: 8px;
  margin: 5px 0;
  height: 45px;
  font-size: 16px;
  padding: 10px 15px;
  /*font-family: "FSMeRegular", sans-serif;*/
  -webkit-appearance: none;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-text:-webkit-autofill,
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-text:-webkit-autofill:hover,
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  box-shadow: 0 0 0px 1000px #a6a6b5 inset;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control .wpcf7-list-item {
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px 0 0;
  text-align: left;
  color: #000000;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  width: 20px;
  padding: 0;
  margin: 0 5px 0 0;
  height: 20px;
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 2px #6060ff;
  display: inline-block;
  position: relative;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  padding: 0 3px;
  background-color: #6060ff;
  color: #ffffff;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 10px);
  margin-left: 5px;
}
.popout-form-wrapper .popout .contact-popout-form .wpcf7 form .wpcf7-submit {
  width: 200px;
  max-width: 100%;
  -webkit-appearance: none;
}
.popout-form-wrapper .popout .contact-popout-form .small {
  color: #a6a6b5;
  font-size: 12px;
}
@media (max-width: 850px) {
  .popout-form-wrapper .popout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .popout-form-wrapper .popout .exit-button {
    color: #6060ff;
  }
  .popout-form-wrapper .popout .giving,
.popout-form-wrapper .popout .contact-popout-form,
.popout-form-wrapper .popout .side-content {
    width: 100%;
  }
  .popout-form-wrapper .popout .giving {
    background-image: none;
    width: calc(100% - 40px);
  }
  .popout-form-wrapper .popout .giving .button {
    position: relative;
    bottom: auto;
    align-self: start;
  }
}
.popout-form-wrapper .popout::-webkit-scrollbar {
  width: 10px;
  border-radius: 50px;
}
.popout-form-wrapper .popout::-webkit-scrollbar:horizontal {
  display: none;
}
.popout-form-wrapper .popout::-webkit-scrollbar-track {
  background-color: lightgray;
}
.popout-form-wrapper .popout::-webkit-scrollbar-thumb {
  background-color: #ff9933;
}

.phone-popout-wrapper .popout .exit-button,
.email-popout-wrapper .popout .exit-button {
  color: #6060ff;
}

.slfc-registration-popout-wrapper .popout .exit-button:hover {
  color: #6060ff;
}
.slfc-registration-popout-wrapper .popout .content h3 {
  color: #015c9a;
}
.slfc-registration-popout-wrapper .popout .content .wpcf7 .wpcf7-text,
.slfc-registration-popout-wrapper .popout .content .wpcf7 textarea,
.slfc-registration-popout-wrapper .popout .content .wpcf7 input[type=checkbox] {
  border-color: #015c9a !important;
}
.slfc-registration-popout-wrapper .popout .content .wpcf7 input[type=checkbox]:checked:after {
  background-color: #015c9a !important;
}
.slfc-registration-popout-wrapper .popout .giving {
  background-color: #ffad57;
  background-image: url(images/illustration/slfc-registration-image.svg);
}
.slfc-registration-popout-wrapper .popout .giving h2,
.slfc-registration-popout-wrapper .popout .giving h3,
.slfc-registration-popout-wrapper .popout .giving p {
  color: #000000;
}

footer {
  width: 100%;
  z-index: 100;
}

.white-footer {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0;
}
.white-footer .footer-content {
  width: 90%;
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.white-footer .footer-content .useful-links,
.white-footer .footer-content .get-in-touch,
.white-footer .footer-content .subscribe {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.white-footer .footer-content .useful-links h2,
.white-footer .footer-content .get-in-touch h2,
.white-footer .footer-content .subscribe h2 {
  color: #6060ff;
  margin-bottom: 10px;
}
.white-footer .footer-content .useful-links p,
.white-footer .footer-content .get-in-touch p,
.white-footer .footer-content .subscribe p {
  margin-bottom: 10px;
}
.white-footer .footer-content .useful-links ul,
.white-footer .footer-content .get-in-touch ul,
.white-footer .footer-content .subscribe ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.white-footer .footer-content .useful-links ul li,
.white-footer .footer-content .get-in-touch ul li,
.white-footer .footer-content .subscribe ul li {
  margin-bottom: 5px;
}
.white-footer .footer-content .useful-links ul li a,
.white-footer .footer-content .get-in-touch ul li a,
.white-footer .footer-content .subscribe ul li a {
  color: #015c9a;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  transition: all 0.3s;
}
.white-footer .footer-content .useful-links ul li a .fas,
.white-footer .footer-content .get-in-touch ul li a .fas,
.white-footer .footer-content .subscribe ul li a .fas {
  width: 12px;
  margin-right: 10px;
  transition: margin 0.3s;
}
.white-footer .footer-content .useful-links ul li a:hover,
.white-footer .footer-content .get-in-touch ul li a:hover,
.white-footer .footer-content .subscribe ul li a:hover {
  color: #ff9933;
  padding-right: 5px;
}
.white-footer .footer-content .useful-links ul li a:hover .fas,
.white-footer .footer-content .get-in-touch ul li a:hover .fas,
.white-footer .footer-content .subscribe ul li a:hover .fas {
  margin-right: 5px;
}
.white-footer .footer-content .donate {
  width: 32%;
  background-color: #6060ff;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-position: 90% 100%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url(images/illustration/trees-purple.svg);
  position: relative;
}
.white-footer .footer-content .donate p {
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.white-footer .footer-content .donate img {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 28%;
}
@media (max-width: 900px) {
  .white-footer .footer-content {
    flex-direction: column;
    align-items: center;
  }
  .white-footer .footer-content .useful-links,
.white-footer .footer-content .get-in-touch,
.white-footer .footer-content .subscribe,
.white-footer .footer-content .donate {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
  .white-footer .footer-content .useful-links h2,
.white-footer .footer-content .useful-links p,
.white-footer .footer-content .get-in-touch h2,
.white-footer .footer-content .get-in-touch p,
.white-footer .footer-content .subscribe h2,
.white-footer .footer-content .subscribe p,
.white-footer .footer-content .donate h2,
.white-footer .footer-content .donate p {
    text-align: center;
  }
  .white-footer .footer-content .useful-links ul,
.white-footer .footer-content .get-in-touch ul,
.white-footer .footer-content .subscribe ul,
.white-footer .footer-content .donate ul {
    align-items: center;
  }
  .white-footer .footer-content .donate img {
    display: none;
  }
}

.blue-footer {
  width: 100%;
  background-color: #004166;
  padding: 30px 0;
}
.blue-footer .footer-content {
  width: 90%;
  max-width: 1800px;
}
.blue-footer .footer-content .footer-content-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 2px #ffffff;
  margin-bottom: 20px;
}
.blue-footer .footer-content .footer-content-top .footer-content-top-left {
  justify-content: flex-start;
}
.blue-footer .footer-content .footer-content-top .footer-content-top-left .torch-logo {
  width: 100px;
  margin-right: 20px;
}
.blue-footer .footer-content .footer-content-top .footer-content-top-left .copyright {
  width: calc(90% - 100px);
  color: #ffffff;
  font-size: 10px;
}
.blue-footer .footer-content .footer-content-top .footer-content-top-right img {
  height: 30px;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .blue-footer .footer-content .footer-content-top {
    flex-direction: column;
  }
  .blue-footer .footer-content .footer-content-top .footer-content-top-left {
    flex-direction: column;
    align-items: center;
  }
  .blue-footer .footer-content .footer-content-top .footer-content-top-left .torch-logo {
    margin: 0;
  }
  .blue-footer .footer-content .footer-content-top .footer-content-top-left .copyright {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .blue-footer .footer-content .footer-content-top .footer-content-top-right {
    margin-top: 10px;
  }
}
.blue-footer .footer-content .footer-content-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blue-footer .footer-content .footer-content-bottom .footer-links-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.blue-footer .footer-content .footer-content-bottom .footer-links-list li {
  margin-right: 10px;
}
.blue-footer .footer-content .footer-content-bottom .footer-links-list li a {
  color: #ffffff;
  font-size: 12px;
  transition: all 0.3s;
}
.blue-footer .footer-content .footer-content-bottom .footer-links-list li a:hover {
  color: #ff9933;
}
.blue-footer .footer-content .footer-content-bottom .social-icons a {
  margin-left: 15px;
  color: #ffffff;
}
.blue-footer .footer-content .footer-content-bottom .social-icons a .fab {
  font-size: 20px;
  transition: all 0.3s;
}
.blue-footer .footer-content .footer-content-bottom .social-icons a:hover {
  color: #ff9933;
}
@media (max-width: 500px) {
  .blue-footer .footer-content .footer-content-bottom {
    flex-direction: column;
    justify-content: center;
  }
  .blue-footer .footer-content .footer-content-bottom .footer-links-list {
    margin-bottom: 20px;
    justify-content: center;
  }
  .blue-footer .footer-content .footer-content-bottom .social-icons a {
    height: 20px;
    width: 20px;
    margin: 0 7px;
  }
}

.colored-bg-section {
  width: 100%;
  padding: 40px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.blue-bg {
  background-color: #015c9a;
}
.blue-bg .content-wrapper .content-half h2,
.blue-bg .content-wrapper .content-half h3,
.blue-bg .content-wrapper .content-half h4,
.blue-bg .content-wrapper .content-half p,
.blue-bg .content-wrapper .content-half li {
  color: #ffffff;
}
.blue-bg .split-content-card .blue-content-half {
  background-color: #004166;
}
.blue-bg .split-content-card .purple-content-half {
  background-color: #6060ff;
}
.blue-bg .team-section h2 {
  color: #ffffff;
}

.blue2-bg {
  background-color: #004166;
}
.blue2-bg .content-wrapper .content-half h3 {
  color: #ffffff;
}

.orange-bg {
  background-color: #ff9933;
}

.grey-bg {
  background-color: #e6e6ea;
}

.white-bg {
  background-color: #ffffff;
}

.content-card {
  padding: 30px;
  border-radius: 8px;
  margin: 40px 0;
}
.content-card h3,
.content-card h2,
.content-card p {
  margin-bottom: 15px;
}
.content-card h3 {
  color: #004166;
}
.content-card h2 {
  font-size: 16px;
  color: #a6a6b5;
  text-transform: uppercase;
}
.content-card .purpose-text {
  font-size: 24px;
  color: #6060ff;
  /*font-family: "FSMeBold", sans-serif;*/
  font-weight: bold;
}
.content-card .small-text {
  color: #a6a6b5;
  font-size: 14px;
}
@media (max-width: 850px) {
  .content-card {
    padding: 20px;
  }
}

.white-content-card {
  background-color: #ffffff;
}

.orange-content-card {
  background-color: #ff9933;
}

.orange2-content-card {
  background-color: #ffad57;
}

.orange-content-card h2,
.orange-content-card h3,
.orange-content-card h4,
.orange-content-card p,
.orange2-content-card h2,
.orange2-content-card h3,
.orange2-content-card h4,
.orange2-content-card p {
  color: #000000 !important;
}
.orange-content-card .content h2,
.orange-content-card .content h3,
.orange-content-card .content h4,
.orange-content-card .content p,
.orange2-content-card .content h2,
.orange2-content-card .content h3,
.orange2-content-card .content h4,
.orange2-content-card .content p {
  color: #000000 !important;
}

.split-content-card {
  width: 90%;
  max-width: 1200px;
  border-radius: 8px;
  margin: 40px 0;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  display: flex;
  flex-wrap: wrap;
}
.split-content-card .content-half {
  width: 50%;
  padding: 30px;
  position: relative;
}
.split-content-card .content-half h2,
.split-content-card .content-half p {
  margin-bottom: 25px;
}
.split-content-card .content-half h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.split-content-card .content-half h3 {
  font-size: 26px;
}
.split-content-card .content-half .image {
  width: 100%;
}
.split-content-card .content-half .image .image-full-width {
  position: absolute;
  bottom: 0;
  left: 0;
}
.split-content-card .content-half .bg-img {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 50%;
}
.split-content-card .content-with-bg-img {
  padding-bottom: 150px;
}
.split-content-card .white-content-half {
  background-color: #ffffff;
}
.split-content-card .white-content-half h2 {
  color: #a6a6b5;
}
.split-content-card .white-content-half h3 {
  color: #6060ff;
}
.split-content-card .purple-content-half {
  background-color: #6060ff;
}
.split-content-card .purple-content-half h2,
.split-content-card .purple-content-half h3,
.split-content-card .purple-content-half p,
.split-content-card .purple-content-half a {
  color: #ffffff;
}
.split-content-card .blue-content-half {
  background-color: #015c9a;
}
.split-content-card .blue-content-half h2,
.split-content-card .blue-content-half h3,
.split-content-card .blue-content-half p {
  color: #ffffff;
}
@media (max-width: 850px) {
  .split-content-card .content-half {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
  .split-content-card .content-half .image {
    min-height: 150px;
  }
  .split-content-card .content-half .bg-img {
    display: none;
  }
}

.cards {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}
.cards .card {
  width: 100%;
  max-width: 400px;
  min-height: 400px;
  margin: 0 15px 15px 0;
  padding: 30px;
  border-radius: 8px;
}
.cards .card h3,
.cards .card h2,
.cards .card p {
  margin-bottom: 15px;
}
.cards .card h3 {
  font-size: 24px;
}
.cards .card h2 {
  font-size: 16px;
  color: #a6a6b5;
  text-transform: uppercase;
}
.cards .card .two-images {
  display: flex;
  margin-bottom: 20px;
}
.cards .card .two-images img {
  height: 40px;
  margin-right: 10px;
}
.cards .card .donate-button-wrapper {
  display: flex;
  align-items: center;
}
.cards .card .donate-button-wrapper .button {
  margin-right: 10px;
}
.cards .card .donate-button-wrapper img {
  height: 35px;
}
.cards .card .images {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.cards .card .images img {
  height: 30px;
  margin: 0 10px 10px 0;
}
@media (max-width: 850px) {
  .cards .card {
    padding: 20px;
  }
}
.cards .small-card {
  max-width: none;
  min-height: 0;
}
.cards .white-card {
  background-color: #ffffff;
}
.cards .white-card h3 {
  color: #6060ff;
}
.cards .blue-card {
  background-color: #015c9a;
}
.cards .blue-card h3,
.cards .blue-card h2,
.cards .blue-card p {
  color: #ffffff;
}
.cards .blue2-card {
  background-color: #004166;
}
.cards .blue2-card h3,
.cards .blue2-card h2,
.cards .blue2-card p {
  color: #ffffff;
}
.cards .orange-card {
  background-color: #ffbe6c;
}
.cards .orange-card h2,
.cards .orange-card h3,
.cards .orange-card h4,
.cards .orange-card p {
  color: #000000;
}
.cards .orange2-card {
  background-color: #ff9933;
}
.cards .orange2-card h2,
.cards .orange2-card h3,
.cards .orange2-card h4,
.cards .orange2-card p {
  color: #000000;
}
@media (max-width: 850px) {
  .cards .card {
    max-width: none;
    min-height: 0;
  }
}

.three-cards {
  justify-content: space-between;
}
.three-cards .card,
.three-cards .image-card {
  max-width: calc(100% / 3 - 20px);
}
.three-cards .image-card {
  min-height: 600px;
}
@media (max-width: 850px) {
  .three-cards {
    align-items: center;
  }
  .three-cards .card,
.three-cards .image-card {
    max-width: none;
    margin: 0 0 20px !important;
  }
  .three-cards .image-card {
    min-height: 0;
  }
}

.two-cards {
  justify-content: space-between;
}
.two-cards .image-card {
  width: 100%;
  max-width: calc(100% / 2 - 20px);
}
@media (max-width: 850px) {
  .two-cards {
    align-items: center;
  }
  .two-cards .image-card {
    max-width: none;
    margin: 0 0 20px !important;
  }
}

.image-card {
  width: 100%;
  max-width: 400px;
  min-height: 450px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 20px 20px 20px 0;
  padding: 170px 30px 30px;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  position: relative;
  transition: all 0.3s;
}
.image-card .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url(images/stories/pam-bg.png);
}
.image-card .content h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #a6a6b5;
}
.image-card .content h3 {
  color: #6060ff;
  font-size: 24px;
}

.block-page .content-wrapper .content-wrapper,
.block-page .content-wrapper .split-content-card,
.block-page .content-wrapper .wp-block-columns {
  width: 100%;
}
.block-page .content-wrapper .image-card {
  max-width: none;
  min-height: 0;
}
.block-page .content-wrapper .image-card .content {
  width: 100%;
}
.block-page .content-wrapper .card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin: 0 10px 20px 10px;
  height: 600px;
  position: relative;
  overflow-x: hidden; /* Hides horizontal overflow if desired */
    overflow-y: auto;   /* Allows vertical scrolling */
  min-height: 400px;
  padding: 30px 30px 80px;
  border-radius: 8px;
  justify-content: flex-start;
}
.block-page .content-wrapper .card h2 {
  font-size: 40px;
}
@media (max-width: 850px) {
  .block-page .content-wrapper .card .overlay {
    background-color: #ffad57;
    opacity: 0.7;
    top: 0;
    left: 0;
  }
}
.block-page .content-wrapper .card .button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
.block-page .content-wrapper .card.white-card {
  background-color: #ffffff;
}
.block-page .content-wrapper .card.orange-card {
  background-color: #ffad57;
}
.block-page .content-wrapper .card.orange-card h2,
.block-page .content-wrapper .card.orange-card p {
  color: #000000;
}
.block-page .content-wrapper .card.blue-card {
  background-color: #015c9a;
}
.block-page .content-wrapper .card.blue-card h2,
.block-page .content-wrapper .card.blue-card p {
  color: #ffffff;
}
.block-page .content-wrapper .blue-section {
  background-color: #015c9a;
}
.block-page .content-wrapper .wp-block-columns {
  margin-bottom: 0;
}
.block-page .content-wrapper .wp-block-image {
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > h1,
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > h2,
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > h3,
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > h4,
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > ul,
.block-page .content-wrapper .blue-section > .wp-block-group__inner-container > p {
  color: #ffffff;
}
.block-page .content-wrapper .orange-section {
  background-color: #ff9933;
}
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > h1,
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > h2,
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > h3,
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > h4,
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > ul,
.block-page .content-wrapper .orange-section > .wp-block-group__inner-container > p {
  color: #000000;
}
.block-page .content-wrapper .orange-section,
.block-page .content-wrapper .blue-section {
  width: 100vw;
  align-self: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 5%;
}
.block-page .content-wrapper .orange-section .wp-block-group__inner-container,
.block-page .content-wrapper .blue-section .wp-block-group__inner-container {
  width: 100%;
  max-width: 1200px;
}
.block-page .content-wrapper .full-width-image {
  width: 100vw;
  align-self: center;
}


.cards-scroller-wrapper {
  position: relative;
}
.cards-scroller-wrapper .scroll-arrow {
  position: absolute;
  top: -30px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  background-color: #a6a6b5;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.3s;
}
.cards-scroller-wrapper .scroll-arrow:hover {
  background-color: #6060ff;
}
.cards-scroller-wrapper .next-arrow {
  right: 15px;
}
.cards-scroller-wrapper .prev-arrow {
  right: 60px;
}
.cards-scroller-wrapper .cards-scroller {
  width: 100%;
}
.cards-scroller-wrapper .cards-scroller .image-card {
  max-width: none;
  width: calc(100% / 3 - 20px);
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes offset {
  100% {
    stroke-dashoffset: 0;
  }
}
.m-scene .scene_element {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  transition-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.m-scene .fadein {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.m-scene .fadeinup {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.m-scene .fadeindown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.m-scene .fadeinright {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.m-scene .fadeinleft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.m-scene.is-exiting .scene_element {
  animation-direction: alternate-reverse;
}/*# sourceMappingURL=style.css.map */

.p-indent {
	margin: 0px 10px 10px 30px;
}