/*-------------Custom Fonts--------------*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

h1, h2, h2, h3, h4, h5, h6, .contentTitle, .contentTitle a, .navContent ul li .navLabel,
.blockInnerContent b, .itemInnerContent b, .blockInnerContent strong, .itemInnerContent strong, .sidebar-button-block ul li a,
button, .button, input[type="submit"], .ctaNav .blockInnerContent a, .ctaNav .blockInnerContent, .wufoo .info h2{
  font-family: "Krub", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body, .navContent a, .wufoo .info div {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.items_b026c39d0e864b8c81e0bbe97b8c029c .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle + p {
    color: white !important;
    font-size: 14px !important;
}

/*Footer CTA Adjustments Start*/
/* Tighten gap between the two buttons — Home, About, Our Donation Partners, Our Nonprofit Network, FAQ */
.blockWrap_a330a9596ccc4866af3c651e8a6e4e83 .itemInnerContent p:first-child,
.blockWrap_c6d9b582921e4f4f8c319fb893ca1f12 .itemInnerContent p:first-child,
.blockWrap_eb5649f2c7a84df6a1fbb98019fc8eba .itemInnerContent p:first-child,
.blockWrap_b3feba809f324338acd784fbe5c09be4 .itemInnerContent p:first-child,
.blockWrap_b1ff3e2ef31b46c5a8ce82af545a198f .itemInnerContent p:first-child {
  padding-bottom: 10px !important;
}

/* Make Member Login visually distinct (outline style) on the same pages */
.blockWrap_a330a9596ccc4866af3c651e8a6e4e83 .itemInnerContent p:last-child a.button,
.blockWrap_c6d9b582921e4f4f8c319fb893ca1f12 .itemInnerContent p:last-child a.button,
.blockWrap_eb5649f2c7a84df6a1fbb98019fc8eba .itemInnerContent p:last-child a.button,
.blockWrap_b3feba809f324338acd784fbe5c09be4 .itemInnerContent p:last-child a.button,
.blockWrap_b1ff3e2ef31b46c5a8ce82af545a198f .itemInnerContent p:last-child a.button {
  background-color: transparent !important;
  color: #1C3D2A !important;
  border: 2px solid #1C3D2A !important;
  padding: 2px 16px !important;
}

.blockWrap_a330a9596ccc4866af3c651e8a6e4e83 .itemInnerContent p:last-child a.button:hover,
.blockWrap_c6d9b582921e4f4f8c319fb893ca1f12 .itemInnerContent p:last-child a.button:hover,
.blockWrap_eb5649f2c7a84df6a1fbb98019fc8eba .itemInnerContent p:last-child a.button:hover,
.blockWrap_b3feba809f324338acd784fbe5c09be4 .itemInnerContent p:last-child a.button:hover,
.blockWrap_b1ff3e2ef31b46c5a8ce82af545a198f .itemInnerContent p:last-child a.button:hover {
  background-color: #1C3D2A !important;
  color: #ffffff !important;
}

/*Footer CTA Adjustments Ends*/

/*-------NEWSLETTER BUTTON--------*/


.sidebar-button-block {
    position: fixed;
    right: 0;
    /*left: 50px;*/
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.sidebar-button-block ul {
    width: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -50px;
}
.sidebar-button-block ul li {
    height: 220px;
    width: 50px;
    line-height: 50px;
    position: relative;
    top: 0;
}
.sidebar-button-block ul li a {
    width: 220px;
    text-align: center;
    font-size: 16px;
    display: block;
    background-color: #d4a018;
    color: white;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    -o-transform-origin: left top 0;
    position: relative;
    z-index: 1;
    top: 250px;
}
.sidebar-button-block ul li a:hover {
    background-color: #2e6a50;
    color: #F5EDD4;
}
/*-------END NEWSLETTER BUTTON--------*/

/*--------------- SECONDARY NAV ---------------*/
.ctaNav {
    background: #D4A017;
    color: #ffffff;
    padding: 5px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: right;
    font-size: 16px;
}
.ctaNav .blockInnerContent a, .ctaNav .blockInnerContent p {color: #fff;}

.ctaNav .blockInnerContent a:hover {color: rgba(255,255,255,0.7);}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}

/*--------------- Footer ---------------*/
.trc-footer {
    font-size: 18px;
}

/*--------------- Contact Page ---------------*/
.blockWrap_a2a22b2fabcb4cc8ada8ac36347fc000 .blockText a,
.blockWrap_f12c05f59b264d639d5879fcb4c7cd71 .blockText a{
    color: #f5edd4;
}

.blockWrap_a2a22b2fabcb4cc8ada8ac36347fc000 .blockText a:hover,
.blockWrap_f12c05f59b264d639d5879fcb4c7cd71 .blockText a:hover{
    color: #d4a018;
}

@media only screen and (max-width: 480px) {
    .ctaNav .blockInnerContent, .ctaNav .blockInnerContent .button {
        font-size: 16px;
        text-align:center;
    }
}
/*------------END SECONDARY NAV ---------------*/


@media only screen and (max-width: 480px) {
    h1, h2, h2, h3, h4, h5, h6, .contentTitle, .contentTitle a {font-size: 28px !important;}
}