/** Shopify CDN: Minification failed

Line 170:20 Unexpected "{"
Line 170:29 Expected ":"

**/
/* Place any CSS overrides in this file. */

@font-face {
  font-family: 'Bakbak One';
  src: url('/cdn/shop/files/BakbakOne-Regular.ttf?v=1789478043') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/cdn/shop/files/Montserrat-VariableFont_wght.ttf?v=1789478043') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBH Hegarty';
  src: url('/cdn/shop/files/BBHHegarty-Regular.ttf?v=1786543487') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-blue: #263477;
}

h1{
  font-size: 56px!important;
}

h2{
  font-size: 48px !important;
}

.slideshow-title .homepage-sections--title{
  font-size: 64px!important;
  line-height: 90%!important;
}

h1,h2 {
  font-family: "BBH Hegarty", sans-serif;
  font-weight: 100;
  line-height: 100%!important;
}

h3 {
  font-family: 'BBH Hegarty';
  font-size: 32px;
  font-weight: 100;
  line-height: 1;
}

.homepage-gallery-grid-inner{
  border-radius: 20px;
}


h4,h5 {
  font-family: "Bakbak One", sans-serif!important;
  font-weight: 400 !imporant;
}

h4{
  text-transform: capitalize;
  font-size: 24px !important;
}
h5{
  font-size: 18px !important;
}

p, li{
  font-family: "Montserrat", sans-serif!important;
  font-weight: 500;
  font-size: 16px!important;
  line-height: 1.2 !important;
}

h5,
.h5 {
  font-weight: 400 !important;
}

button,
input[type="submit"],
input[type="button"],
a.button,
.button,
.btn,
[class*="btn"],
[class*="-button"] {
  border-radius: 10px !important;
}

.homepage-section-btn--secondary, 
.homepage-section-btn{
  color: #fff !important;
  border-color: #fff !important;
}

.homepage-section-btn--primary{
  color: #172956!important;
  background-color: #fff !important; 
}

.homepage-section-btn--primary:hover {
  color: #fff !important;
  background-color: #172956!important; 
}
.homepage-section-title {
  position:relative;
  top: 10px;
}

/* HERO_BANNER */



/* Desktop */
.homepage-featured-content-box-inner {
  width: 55% !important;
}
.sitewide--title-wrapper .homepage-sections--title {
  font-size: 48px !important;
  text-align: left;
} 

/* Mobile */
@media screen and (max-width: 767px) {
  .homepage-featured-content-box-inner {
    width: 100% !important;
  }
  .sitewide--title-wrapper .homepage-sections--title {
    font-size: 32px !important;
    text-align: center;
  }
  .rte featured-row__subtext{
    font-size: 12px !imporant;
  }
}
/*donation add on btns css */

.donation-addon {
    margin-bottom: 40px;
  }
 

/* custom subheading in info-col section */
.dynamic-section-subheading{
    margin:0 0 .5rem;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.08em;
}



/* custom subheading under image - gallery slideshow  */

  #shopify-section-{{ section.id }} .content-grid-item__description p {
    margin: 0;
    color: white;
  }

  /* text-with-image - custom inserting second img */
  .homepage-section--pre-subheading-image {
  margin-bottom: 16px;
  line-height: 0;
}

.pre-subheading-image {
  width: 220px;
  height: auto;
  object-fit: contain;
  display: inline-block;
}



/* gradient to img - gallery slideshow */
.content-grid-item__text {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 35%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.content-grid-item__text-inner {
  position: relative;
  z-index: 1;
}

.content-grid-item__description p{
  font-family: 'Manrope Bold';
  font-size: 18px !important;
  padding: 0 10rem;
 
}
.content-grid-item__description{
 margin-top: 0;
}

.content-grid-item__button a{
  border: 2px solid white;
}


/* about-us richtext custom section */

/* =========================================
   INTERACTIVE IMAGE
========================================= */

.interactive-image-block {
  position: relative;
  overflow: hidden;
}

.interactive-image-block > img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================================
   OVERLAY
========================================= */

.interactive-image-overlay {
  display: flex;
  position: absolute;
  inset: 0;  
  width: 100%;
  height: auto;
  min-height: 100%;
}



/* =========================================
   TWO EQUAL SIDES
========================================= */

.interactive-image-side {
  position: relative;

  width: 50%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}


/* =========================================
   TRIGGER HEADINGS
========================================= */

.interactive-trigger {
  position: relative;
  z-index: 3;

  margin: 0;

  cursor: pointer;

  color: #202d6b;

  padding: 0.5rem 1.5rem;

  border: 2px solid #202d6b;

  border-radius: 24px;

  transition: opacity 0.25s ease;
}

.interactive-trigger:hover{
  background-color: #202d6b;
  color: white;
}


/* =========================================
   CARD
========================================= */

.interactive-card {
  position: absolute;

  width: calc(100% - 40px);
  height: calc(100% - 40px);

  box-sizing: border-box;

  padding: 16px;

  background: #f5f1e3;

  opacity: 0;

  transition: opacity 0.35s ease;

  display: flex;
  flex-direction: column;

  text-align: left;

  z-index: 2;
  overflow: hidden;
}


/* Card image */

.interactive-card__image {
  width: 100% !important;
  height: 10rem;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}


/* Card heading */

.interactive-card__heading {
  margin: 20px 0 10px;
  text-align: left !important;
}


/* Card paragraph */

.interactive-card__text {
  margin: 0;
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 16px !important;
  font-weight: 100 !important;
}


/* =========================================
   HOVER INTERACTION
========================================= */

/*
   Hover NATURE
   → show PEOPLE card
*/
.interactive-image-side{
  overflow:visible;
}

.interactive-image-overlay:has(
  .interactive-image-side--left .interactive-trigger:hover
)
.interactive-image-side--right
.interactive-card {
  opacity: 1;
  z-index:10;
}


/*
   Hover PEOPLE
   → show NATURE card
*/

.interactive-image-overlay:has(
  .interactive-image-side--right .interactive-trigger:hover
)
.interactive-image-side--left
.interactive-card {
  opacity: 1;
  z-index:10;
}

/* h4 position */


  .interactive-card{
    width:calc(100%);
    padding-right: 1rem;

  }

.shopify-section.rich-text
.wrapper-spacing--v
.homepage-featured-rich-text__text-alignment-desktop--center
.interactive-card
* {
  text-align: left !important;
}