html { scroll-behavior: smooth; }
.views-row {
      max-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
padding-top: 00px;
}
.views-row span {width: 100%;}
body {
  color:#4f4f4f;
    font-family: var(--secondary-font), serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
font-size: 1.1rem;
  line-height: 1.7;
  overflow-x:hidden;
}
.callout-p {
  color:#4f4f4f;
}
h1 span {
    font-family: var(--primary-font);
    color: var(--color-text-primary-medium);
}
p {line-height: 1.5;}
.views-view-responsive-grid__item {
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
  border-radius: 10px;
  padding: 20px 10%;
}
#fs-content-section-26 {position: relative;overflow: hidden;}
#fs-content-section-26:after {
background-image: url('/sites/kushalonfoundation/files/2024-09/kelly-sikkema-yl0l73I0sOg-unsplash.jpg');
  position: absolute;
  display:block;
  z-index: 1000;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  content: ' ';
  background-size: cover;
clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}
#fs-content-section-26:before {
background: #fdb714;
  position: absolute;
  display:block;
  z-index: 1001;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  content: ' ';
  background-size: cover;
clip-path: polygon(20% 0, 30% 0%, 10% 100%, 0% 100%);
  opacity: 0.7;
}
.button {
    display: inline-block;
    height: auto;
    margin-block: var(--sp1);
    margin-inline-start: 0;
    margin-inline-end: var(--sp1);
    padding-block: calc((var(--sp3) - var(--line-height-s)) / 2);
    padding-inline: var(--sp1-5);
    cursor: pointer;
  text-transform: uppercase; 
  letter-spacing: 2px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--color-text-primary-medium);
    border: solid 2px currentColor;
    border-radius: var(--border-radius);
    background-color: var(--color--white);
    font-family: var(--secondary-font);
    font-size: var(--font-size-l);
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
}
h2 {font-size: 3rem;}
h3 {font-size: 1.8rem;}
.views-view-responsive-grid__item-inner h3 {font-size: 1.3rem; line-height: 1.4; font-family: DM Sans; font-weight: bold;}
#fs-content-section-27 .fs-content-section-title, #fs-content-section-27 .fs-content-section-summary {
  text-align: center; 
  max-width: 900px;
  margin: auto;
}
footer {
  background: #4f4f4f !important;
  font-family: DM Sans !important;
}
.site-header__inner {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    width: calc(100vw - var(--content-left) - var(--drupal-displace-offset-left, 0px) - var(--drupal-displace-offset-right, 0px));
    background: rgba(255, 255, 255, 0.8)
}
    .site-branding__logo img {
        max-height: calc(var(--header-height-wide-when-fixed) - var(--sp));
        padding: 15px;
    }

.site-header__inner__container {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
}
.primary-nav__menu-item--level-1:last-child a span {
       cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: var(--color-text-primary-medium);
    border: 0;
    border-radius: var(--border-radius);
    background-color: #fdb714;
    font-family: var(--secondary-font);
    font-size: var(--font-size-l);
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    padding: 13px 23px;
    height: auto;
}
.primary-nav__menu-item--level-1:last-child:hover a span {
background: var(--color-text-primary-medium);
color: #fff;
}
.primary-nav__menu-item--level-1:last-child a:hover span:after {display:none !important;}
.form-item__label.form-required::after, .fieldset__label.form-required::after, .required-mark::after {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-inline: 0.3em;
    content: "*";
    vertical-align: text-top;
   background-image: none;
  color:red;
}
hr {
    color: rgba(255, 255, 255, 0.3);
    border: 0;
    border-bottom: 26px dotted;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
#fs-content-section-26:after {
    background-image: url(/sites/kushalonfoundation/files/2024-09/kelly-sikkema-yl0l73I0sOg-unsplash.jpg);
    position: relative;
    display: block;
    z-index: 1000;
    right: -30px;
    left: -30px;
    top: 0;
    bottom: 0;
    height: 300px;
    width: 130%;
    content: ' ';
    background-size: cover;
    clip-path: none;
}
  #fs-content-section-26:before {display:none;}
  #fs-content-section-26 p {max-width: 100% !important;}
  .views-view-responsive-grid {    --views-responsive-grid--column-count: 1 !important;}
  }
@media screen and (max-width: 767px) {
    .grid-full {
        padding: 0 35px;
    }
      .fs-content-section {
        padding: 70px 35px;
    }
  .page-node-type-webform .field--type-webform {
    border: 1px solid #ddd;
    padding: 30px;
    float: none !important;
    max-width: 100% !important;
  }
  h1 {
        letter-spacing: -0.01em;
        font-size: 3rem;
        line-height: 0.9;
    }
  h2 {font-size: 2.5rem;}
  .mob-hide {display:none !important;}
}
table.have-questions td:first-of-type {
    margin-right: 6% !important;
    vertical-align: middle;
    width: auto !important;
}
table.have-questions td:last-of-type {
    vertical-align: middle;
    width: auto;
}
table.have-questions td {vertical-align: middle;}
table.have-questions td .button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    min-width: 250px;
}
.site-footer .text-content * {
    color: inherit;
    text-align: left;
}