


/* Change the form background color, text color, and typeface */
.can_embed #can_embed_form,
.can_embed #donate_auto_modal {
	background-color: none !important;
	color: 414042 !important;
	font-family: oswald
}

/* Change Action Network width */

.can_embed {
width: 600px;
}

/* Change Action Network link color */
.can_embed #can_embed_form a,
.can_embed #donate_auto_modal a {
color: #8ec640 !important;
}

/* Welcome message background color */
.can_embed #can_embed_form #action_welcome_message #action_welcome_message_inner,
.can_embed #donate_auto_modal #action_welcome_message #action_welcome_message_inner {
background-color: none !important;
}

/* Remove action info */
.can_embed #action_info {
display: none !important;
}

/* Remove email sign up check marks */
.can_embed #d_sharing {
display: none !important;
}

/* Button Background Color */
.can_embed .can_button,
.can_embed #can_embed_form input[type="submit"],
.can_embed #can_embed_form .button,
.can_embed #donate_auto_modal input[type="submit"],
.can_embed #donate_auto_modal .button {
background-color: #8ec640 !important;
}

/* Do not display headings */
.can_embed #can_embed_form h1,
.can_embed #donate_auto_modal h1,
.can_embed #can_embed_form h2,
.can_embed #donate_auto_modal h2,
.can_embed #can_embed_form h3,
.can_embed #donate_auto_modal h3,
.can_embed #can_embed_form h4,
.can_embed #donate_auto_modal h4,
.can_embed #can_embed_form h5,
.can_embed #donate_auto_modal h5,
.can_embed #can_embed_form h6,
.can_embed #donate_auto_modal h6 {
display: none !important;
}

/* making blog post titles Oswald */
.wp-block-post-title a {
font-family: Oswald;
font-weight: 500;
}

/* making linked headers in home page boxes Oswald */
.wp-block-heading a {
font-family: Oswald;
font-weight: normal;
}

/* Fixes the Menu Font color in mobile view| 35606646-hc (AB) */
	.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content {
		color:#fff;
	}

.section {
        color: #ffffff;
        height: 75vh;
        margin: 0;
        scroll-margin-top: 1em;
}
    

/* adding don't wrap CSS | 35434008-hc zs */ .dontwrap { 
white-space:nowrap }

/* Remove white border on top of website | 35539708-HC (HP) */
body {
    margin-top: -20px;
}
/* END Remove white border on top of website | 35539708-HC (HP) */
	

	