/* reduce top padding from entry content on front page | 28615961-hc eD */
.home .hentry {
	padding-top: 3em;
}
/* Move the menu location up on desktops / #29134068-HC JB */

@media screen and (min-width: 768px) {
.main-navigation {
    margin-top: -20px;
}
}
/* reduce height of homepage hero image #29134068-hc */
 .home .entry-hero {
  min-height: 60vh;
}
/*reduce padding between featured image and PayPal button on homepage #29134068-hc */
.home .hentry {
    padding-top: 0;
}
/* Change Background Color For Header | YH-29154540-hc */
header#masthead {
    background: #fff;
}
/* Sticky header | 3925769-zen (KK) */
@media screen and (min-width: 896px) {
.site-header {
    background: #fff;
}
.sticky-header .site-header {
    padding-bottom: 0.75em;
}
.site-branding {
    margin-top: 0.75em;
}
.main-navigation {
    margin-top: 0.75em;
}
}
/* Header content alignment / 3930616-zen (MI) */

.entry-hero-wrapper {
    align-self: flex-start;
    padding-top: 32px;
    margin-left: 32px;
}
.home 
element.style {
}
h1.entry-title {
    display: none;
}
/* Lower article top padding 29241032-hc - 29245129-hc */
 .page-id-97 article, .page-id-102 article, .page-id-307 article, .page-id-303 article {
	padding-top: 2rem !important;
}
/*reduce left margin for main content on homepage | RN -29245129-hc*/
@media screen and (min-width: 600px) {
.home .entry-hero-wrapper, .hentry-wrapper {
	margin-left: 2em;
	}
}
/*  hide black line above widgets -- 29245129-hc (DOC) */
.site-content-wrapper .widget-area {
  border-top: 0;
} 
/* make all pages match the margins of the front page | 4406736-hc eD */
@media screen and (min-width: 600px) {
    .page:not(.home) .site-content-wrapper {
        margin-top: 0;
        margin-left: 0;
    }

    .page:not(.home) .hentry {
        padding-top: 13px;
    }

    .page:not(.no-sidebar) .site-content-wrapper {
        width: calc(100% - 6em);
    }
}
/* Italiciz Font / hc-32568496 (DC) */
.entry-wrapper p {
    font-style: italic;
}
/* Special link colour / 32673040-hc JH */
a.money {
  color: #118C4F;
}
/* remove bottom margin from image blocks with alignment | 4530910-zen eD */
div.wp-block-image {
    margin-bottom: 0;
}

/* reset bottom margin on image block with center alignment | 4530910-zen eD */
div.wp-block-image .aligncenter {
    margin-bottom: 1em;
}

/* remove bottom margin on home page| 32823691-HC */
@media screen and (min-width: 1020px)
.wpnbha {
    margin-bottom: 0em;
}
/* remove bottom margin on home page| 32823691-HC */
.home article {
    padding-bottom: 0;
}