@font-face {
  font-family: "ArquitectaRegular";
  src: url("../fonts/Arquitecta/Arquitecta.eot");
  src: url("../fonts/Arquitecta/Arquitecta.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Arquitecta/Arquitecta.woff2") format("woff2"),
    url("../fonts/Arquitecta/Arquitecta.woff") format("woff"),
    url("../fonts/Arquitecta/Arquitecta.ttf") format("truetype"),
    url("../fonts/Arquitecta/Arquitecta.svg#Arquitecta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ArquitectaRegular";
  src: url("../fonts/Arquitecta/Arquitecta.eot");
  src: url("../fonts/Arquitecta/Arquitecta.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Arquitecta/Arquitecta.woff2") format("woff2"),
    url("../fonts/Arquitecta/Arquitecta.woff") format("woff"),
    url("../fonts/Arquitecta/Arquitecta.ttf") format("truetype"),
    url("../fonts/Arquitecta/Arquitecta.svg#Arquitecta") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArquitectaMedium";
  src: url("../fonts/Arquitecta/ArquitectaMedium.eot");
  src: url("../fonts/Arquitecta/ArquitectaMedium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Arquitecta/ArquitectaMedium.woff2") format("woff2"),
    url("../fonts/Arquitecta/ArquitectaMedium.woff") format("woff"),
    url("../fonts/Arquitecta/ArquitectaMedium.ttf") format("truetype"),
    url("../fonts/Arquitecta/ArquitectaMedium.svg#ArquitectaMedium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadWebPro";
  src: url("../fonts/MyriadWebPro/MyriadWebPro.eot");
  src: url("../fonts/MyriadWebPro/MyriadWebPro.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MyriadWebPro/MyriadWebPro.woff2") format("woff2"),
    url("../fonts/MyriadWebPro/MyriadWebPro.woff") format("woff"),
    url("../fonts/MyriadWebPro/MyriadWebPro.ttf") format("truetype"),
    url("../fonts/MyriadWebPro/MyriadWebPro.svg#MyriadWebPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MyriadWebPro_1";
  src: url("../fonts/MyriadWebPro/MyriadWebPro_1.eot");
  src: url("../fonts/MyriadWebPro/MyriadWebPro_1.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/MyriadWebPro/MyriadWebPro_1.woff2") format("woff2"),
    url("../fonts/MyriadWebPro/MyriadWebPro_1.woff") format("woff"),
    url("../fonts/MyriadWebPro/MyriadWebPro_1.ttf") format("truetype"),
    url("../fonts/MyriadWebPro/MyriadWebPro_1.svg#MyriadWebPro") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/************************************/
:root {
  --minColWidth: 15rem;
  --dark-color: 0, 18, 43; /*#00122B*/ /* rgba(var(--dark-color), 1.0); */
  --black-color: 0, 0, 0;
  --white-color: 255, 255, 255;
  /* --text-body: Arquitecta-Regular;
    --text-head: Arquitecta-Medium; */
  --text-body: "ArquitectaRegular", sans-serif;
  --text-head: "ArquitectaMedium", sans-serif;
  --text-myriad: "MyriadWebPro", "sans-serif";
  --font-size-base: 20px;
  /*--css-animation-trans: all .5s ease;*/
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 9. Create a root stacking context*/
#root,
#__next {
  isolation: isolate;
}

input[type="text"],
input[type="email"],
input[type="select"],
input[type="textarea"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0 !important;
}

/*@font-face {
      font-family: 'myriad_web_probold';
      src: url('/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-bold-webfont.woff2') format('woff2'),
           url('/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-bold-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'myriad_web_proitalic';
      src: url('/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-italic-webfont.woff2') format('woff2'),
           url('/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-italic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }*/
@font-face {
  font-family: "myriad_web_proregular";
  src: url("/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-webfont.woff2")
      format("woff2"),
    url("/web/20241006184526im_/https://fins4kids.org/css/webfonts/myriadwebpro-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}

/************************************/
* {
  box-sizing: border-box;
}
img,
object,
iframe {
  max-width: 100%;
}
a,
a:hover {
  text-decoration: none;
  outline: 0;
  color: rgba(var(--white-color), 1);
}
a {
}
a:hover {
}
/*:focus {outline: 0 !important}*/
a[rel="tel"] {
  cursor: default;
  text-decoration: none;
}
/************************************/

img,
iframe,
object {
  max-width: 100%;
}

/*html {font-size: 62.5%}*/
body {
  font-size: 1rem;
  line-height: normal;
  overflow-x: hidden;
  background-color: rgba(var(--dark-color), 1);
  font-family: var(--text-body), Segoe, "Segoe UI", "DejaVu Sans",
    "Trebuchet MS", Verdana, "sans-serif";
  font-weight: normal;
  font-style: normal;
  font-size: var(--font-size-base);
  color: rgba(var(--white-color), 1);
}

p {
  margin-bottom: 1.5rem;
}
p,
li,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
.break-word {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  line-height: calc(2px + 2ex + 2px);
  margin-bottom: 0.65em;
  font-family: var(--text-head);
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.padd {
  padding: 2rem;
}
.mb-0 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: calc(var(--font-size-base) * 1.4);
}
h2,
.h2 {
  font-size: calc(var(--font-size-base) * 1.15);
}
small {
  font-size: calc(var(--font-size-base) * 0.7);
}

.text-other {
  font-family: var(--text-myriad);
}
.text-center {
  text-align: center;
}
.m-auto {
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 100% !important;
}

.MainWrapDiv {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  text-align: justify;
  grid-template-areas:
    "g-header"
    "g-col-2" "g-col-1"
    "g-col-3" "g-col-4"
    "g-ourFounder"
    "g-col-5" "g-col-6"
    "g-footer";
}

.g-header {
  grid-area: g-header;
}
.g-col-1 {
  grid-area: g-col-1;
}
.g-col-2 {
  grid-area: g-col-2;
}
.g-col-3 {
  grid-area: g-col-3;
}
.g-col-4 {
  grid-area: g-col-4;
}
.g-ourFounder {
  grid-area: g-ourFounder;
}
.g-col-5 {
  grid-area: g-col-5;
}
.g-col-6 {
  grid-area: g-col-6;
}
.g-footer {
  grid-area: g-footer;
}

.g-header {
  position: relative;
}
.img-header {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 350px;
}
.LogoT {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.LogoT img {
  width: 96%;
  max-width: 312px;
}
.g-header-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.Donate-apply-div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  margin: 0 auto;
  gap: 2px;
  padding-bottom: 20px;
}
.Donate-apply-div span {
  margin: 5px;
}

.btn-style {
  padding: 8px 20px 6px;
  line-height: normal;
  text-align: center;
  border: 1px solid rgba(var(--white-color), 1);
  display: block;
  margin: 0 auto !important;
  font-family: var(--text-myriad);
  transition: var(--css-animation-trans);
}
.btn-style:hover {
  background-color: rgba(var(--white-color), 0.2);
  transition: var(--css-animation-trans);
}
.btn-style-wd1 {
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.brd-top {
  border-top: 2px solid rgba(var(--white-color), 1);
}
.brd-bottom {
  border-bottom: 2px solid rgba(var(--white-color), 1);
}

.flex-div {
  display: flex;
  align-items: center;
}

.g-ourFounder {
  position: relative;
}
.OurFounderDiv {
  width: 96%;
  max-width: 80%;
  margin: 0 auto;
  background-color: rgba(var(--dark-color), 0.78);
  padding: 20px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.OurFounderDivContent {
  width: 96%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 15px 0;
}

.Flex-Card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.Flex-Card-Image {
  position: relative;
}
.Flex-Card-Image .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 90%;
}
.Flex-Card-Text {
}
.Flex-Card-Footer {
  margin-top: auto !important;
}

.g-col-1 img,
.g-col-2 img,
.g-col-3 img,
.g-col-4 img,
.g-col-5 img,
.g-col-6 img {
  object-fit: cover;
  height: 100%;
}

.g-footer {
  background-color: rgba(var(--black-color), 1);
}

/****************** MAX ******************/
@media (max-width: 1199px) {
  .btn-style.h2 {
    font-size: calc(var(--font-size-base) * 0.8);
  }
  .g-ourFounder .img-header {
    min-height: 850px;
  }
  .OurFounderDiv {
    bottom: 25px;
    max-width: 90%;
  }
  .Flex-Card-Footer {
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .g-col-1 p:last-child,
  .g-col-2 p:last-child,
  .g-col-3 p:last-child,
  .g-col-4 p:last-child,
  .g-col-5 p:last-child,
  .g-col-6 p:last-child {
    margin-bottom: 3px;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4 {
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 400px) {
  .LogoT {
    left: 15px;
    transform: none;
    width: 100%;
    max-width: 180px;
    top: 25px;
  }
  .Donate-apply-div {
    padding-bottom: 10px;
  }
  .img-header {
    min-height: 278px;
    object-position: 90% 50%;
  }
  .g-header-content h1 {
    margin-bottom: 7px;
  }
}
/****************** MIN ******************/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .MainWrapDiv {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "g-header g-header"
      "g-col-1 g-col-2"
      "g-col-3 g-col-4"
      "g-ourFounder g-ourFounder"
      "g-col-5 g-col-6"
      "g-footer g-footer";
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    line-height: 1.3;
  }
  .LogoT {
    position: absolute;
    top: 15px;
    left: 2%;
    transform: none;
  }
  .Donate-apply-div {
    max-width: 70%;
    gap: 25px;
  }

  h1,
  .h1 {
    font-size: calc(var(--font-size-base) * 2.4);
  }
  h2,
  .h2 {
    font-size: calc(var(--font-size-base) * 1.8);
  }
  body {
    font-size: calc(var(--font-size-base) * 1.15);
  }
  .padd {
    padding: 3rem;
  }

  .g-col-5 {
    border-right: 1px solid rgba(var(--white-color), 1);
  }
  .g-col-6 {
    border-left: 1px solid rgba(var(--white-color), 1);
  }
}
/*
       FILE ARCHIVED ON 18:45:26 Oct 06, 2024 AND RETRIEVED FROM THE
       INTERNET ARCHIVE ON 23:28:27 May 29, 2025.
       JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
  
       ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
       SECTION 108(a)(3)).
  */
/*
  playback timings (ms):
    captures_list: 0.733
    exclusion.robots: 0.037
    exclusion.robots.policy: 0.023
    esindex: 0.013
    cdx.remote: 12.599
    LoadShardBlock: 145.95 (3)
    PetaboxLoader3.datanode: 104.624 (4)
    PetaboxLoader3.resolve: 136.769 (2)
    load_resource: 102.342
  */
