/* Live css */

@import url('http://127.0.0.1:5500/dist/clients/birminghamvoluntaryservicecoun/styles/main.css');


/* Local css */
/* @import url('//localhost:5757/clients/birminghamvoluntaryservicecoun/styles/main.css'); */
/* @import url('//localhost:5757/clients/birminghamvoluntaryservicecoun/styles/subsites/ageing-better/main.css'); */
/* @import url('//localhost:5757/clients/birminghamvoluntaryservicecoun/styles/subsites/community-development/main.css'); */

.cta-button.donate.persist:hover {
  color: white;
  background-color: #629839 !important;
}

ul.socialIcons li a.bluesky::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e671";
}

/* SF#67044152 SA - Mailchimp form */
.mc-field-group label {
    margin-bottom: 0;
}
.mc-field-group input {
    margin-bottom: 10px;
}
.mc-field-group.input-group {
    margin: 10px 0;
}

@media screen and (max-width: 576px){
	.footerBox2 {
		grid-column: 3 / span 6;
	}
	.footerBox3 {
		grid-column: 1 / span 12;
	}
}
