







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
}





body {
  font-size: 1rem;
  font-weight: 400;
  font-family: Inter;
  color: rgba(51, 51, 51, 1.0);
}


p{
  color: rgba(51, 51, 51, 1.0);
  font-size: 1rem;
}


/* Anchors */

a {
  color: rgba(65, 64, 66, 1.0);
}

a:hover,
a:active {
  color: rgba(75, 149, 170, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Noto Serif Georgian;
  color: rgba(65, 64, 66, 1.0);
}

h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2 {
  font-size: 2.25rem;
  font-weight: 500;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

h4 {
  font-size: 1.75rem;
  font-weight: 500;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  font-size: 1.25rem;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(65, 64, 66, 1.0);
}










/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(65, 64, 66, 1.0);
}

/* Form label */

.hs-form label {
  color: rgba(65, 64, 66, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 1.0);
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 15px;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  /*   color: ; */
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background:  #333;
}

.fn-date-picker td .pika-button:hover {
  background-color:  #333 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: {color=#333, opacity=100, css=#333333};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(75, 149, 170, 1.0);
  border-color: rgba(75, 149, 170, 0.01);
  border-width: 1px;
  border-radius: 15px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(75, 149, 170, 1.0);
  border-color: rgba(75, 149, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(75, 149, 170, 1.0);
  border-color: rgba(75, 149, 170, 0.01);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}





.cst-heaader{
  background-image:url(//22102286.fs1.hubspotusercontent-na1.net/hubfs/22102286/raw_assets/public/TheSteppingstoneFoundation_October2022/images/texture.png);
}

.cst-header-middle .hs-menu-wrapper>ul>li>a{
  color: rgba(65, 64, 66, 1.0);
}
.cst-header-middle .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(75, 149, 170, 1.0);
}

.cst-header-middle .hs-menu-wrapper>ul>li>ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.cst-header-middle .hs-menu-wrapper>ul>li>ul>li>a,
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(65, 64, 66, 1.0);
}

.cst-header-middle .hs-menu-wrapper>ul>li>ul>li>a:hover,
.header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(75, 149, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.donate-btn a{
  background-color: rgba(75, 149, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.donate-btn a:hover{
  background-color: rgba(54, 115, 133, 1.0);
  color: rgba(255, 255, 255, 1.0);
}










.cst-ftr{
  background-color: rgba(45, 45, 45, 1.0);
}
.footer-section3-1 .hs-menu-wrapper>ul>li>ul>li>a, .footer-section3-2 .hs-menu-wrapper>ul>li>ul>li>a, .footer-section3-3 .hs-menu-wrapper>ul>li>ul>li>a,
.footer-section4 a{
  color: rgba(209, 209, 209, 1.0);
}

.footer-section3-1 .hs-menu-wrapper>ul>li>ul>li>a:hover, .footer-section3-2 .hs-menu-wrapper>ul>li>ul>li>a:hover, .footer-section3-3 .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-section4 a:hover{
  color: rgba(75, 149, 170, 1.0);
}

.phone-link a,.footer-section3-4 a, .footer-section3-5 a, .footer-section3-6 a{
  color: rgba(255, 255, 255, 1.0);
}


.phone-link a:hover,.footer-section3-4 a:hover, .footer-section3-5 a:hover, .footer-section3-6 a:hover{
  color: rgba(75, 149, 170, 1.0);
}

.sign-up-btn a{
  background-color: rgba(75, 149, 170, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.sign-up-btn a:hover{
  background-color: rgba(54, 115, 133, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-title p,.footer-section3-7 h6,.footer-section3-7 p,.footer-section5-left .widget-type-rich_text div,
.footer-section5-left .widget-type-rich_text p,.footer-section3-1 .hs-menu-wrapper>ul>li>a, .footer-section3-2 .hs-menu-wrapper>ul>li>a, .footer-section3-3 .hs-menu-wrapper>ul>li>a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-title p em{
  color: rgba(209, 209, 209, 0.9);
}
.footer-section5-left .widget-type-rich_text span#hs_cos_wrapper_copyright_ span{
  color: rgba(145, 145, 156, 1.0);
}















.blog-post{
  background-color: rgba(248, 250, 252, 1.0);
}
.blog-post__body p{
  color: rgba(0, 0, 0, 1.0);
}
h1.blog-post__title,
.blog-post__body h2,
.blog-related-posts h2{
  color: rgba(33, 37, 41, 1.0);
}

.post-featured-image {
  max-height: 300px;
}




.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}



.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  width:100%;
}
.dnd-section > .row-fluid,
.content-wrapper {
  padding-right: 16px;
  padding-left: 16px;
}
.cst-heaader .page-center{
  max-width: 1280px;
}
@media screen and (max-width: 767px){
  .dnd-section > .row-fluid,
  .content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hs-blog-listing .dnd-section {
    padding: 40px 0;
  }
}




html {
  font-size: calc(0.625rem + 0.41666666666666663vw);
}
@media screen and (max-width: 1920px){
  html {
    font-size: calc(0.625rem + 0.41666666666666674vw);
  }
}
@media screen and (max-width: 1440px){
  html {
    font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
  }
}
@media screen and (max-width: 479px){
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}