@media (max-width: 767px) {
	
	.bd_header_logo {
		max-width: 100%;
	}
	
	.bd_footer_content_section h4 {
		text-align: center;
	}
	
	.bd_footer_logo_list li:not(:last-child) {
		border: none;
	}
	
	.bd_footer_logo_list {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}
	
	.bd_grant_post_box_content dl {
		flex-direction: column;
		gap: .3rem;
	}

	.bd_grant_post_box_content dl dt {
		max-width: inherit;
		flex: inherit;
	}
	
	.bd_grant_post_box_footer {
		padding: 0px;
	}

	.bd_grant_post_more_info {
		position: static;
		display: block;
		height: 2.7rem;
		line-height: 300%;
	}

	.bd_grant_post_box .bd_grant_post_box_footer dl {
		padding-inline: 1.439711rem;
	}
	
	.bd_grant_post_box_footer:before {
		content: none;
	}
	
	.bd_grant_post_box_footer:hover .bd_grant_post_more_info {
		background-color: var(--bdPopGreen);
	}
	
	.bd_form_checkbox_wrapper {
		padding: 0px;
		margin: 0px;
	}
	
	.gform_confirmation_message {
		font-size: 1.25rem !important;
	}
}

@media (max-width: 766px) {
	.bd_post_with_image {
		flex-direction: column;
	}

	.bd_post_image {
		height: 14.608281rem;
		flex-basis: 14.608281rem;
		width: 100%;
		max-width: 100%;
		border-radius: 2px 2px 0 0;
	}
	
	.bd_post_single_wrapper {
		padding: 1.579274rem 2.737821rem 1.750775rem 1.158547rem;
	}
	
	.bd_member_logos_list li {
		flex: 1 0 calc(50% - 1.184455rem);
		max-width: calc(50% - 0.884455rem);
	}
}