@media (max-width: 767px) {
	.bd_header {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
		padding-inline: 0.5rem;
	}
	
	.bd_header .img-fluid {
		width: 100%;
		max-width: 11.25rem;
	}

	.container {
		max-width: calc(100% - 3.125rem);
	}

	.bd_section_hero {
		padding-top: 1.875rem;
		padding-bottom: 4.375rem;
	}

	.bd_eyebrow {
		font-size: 1.25rem;
		letter-spacing: 0.0275rem;
		margin-bottom: 1.125rem;
		padding-bottom: 0;
	}

	.bd_h1 {
		font-size: 2.375rem;
		line-height: 130%;
	}

	.bd_h1 br {
		display: none;
	}

	.bd_section_hero_contact_page .bd_body_1 {
		max-width: 100%;
	}

	.bd_section_hero_contact_page .bd_body_1 p {
		font-size: 1.125rem;
		margin-bottom: 0.9375rem;
	}

	.bd_section_contact_form {
		width: calc(100% + 3.125rem);
		max-width: calc(100% + 3.125rem);
		margin-inline: -1.5625rem;
		margin-top: 1.5625rem;
		padding-top: 1.5625rem;
		padding-bottom: 1.875rem;
		padding-inline: 1.5625rem;
	}
	
	.bd_form_wrapper .bd_form .gform_body .gform_fields {
		row-gap: 1.25rem !important;
		column-gap: 1.25rem !important;
	}

	.bd_form .gform_body .gfield.gfield_error {
		padding-bottom: 1.25rem !important;
	}

	.bd_form .gform_body .gfield--type-name.gfield.gfield_error {
		padding-bottom: 2.1875rem !important;
	}

	.bd_form_wrapper .bd_form .gfield_label, 
	.bd_form .gform_body .gfield .ginput_container label {
		font-size: 1rem !important;
		margin-bottom: 0.625rem !important;
	}
	
	.bd_form_wrapper .bd_form .gfield:not(.gfield_contains_required) .gfield_label:after {
		font-size: 1rem !important;
	}

	.gform-theme--foundation .gform-grid-row {
		row-gap: 1.25rem !important;
	}

	.bd_form .gform_body .gfield input:not([type="submit"], [type="button"], [type="reset"], [type="radio"]) {
		height: 3.125rem !important;
		padding-inline: 0.9375rem !important;
		font-size: 1rem !important;
		line-height: 3rem !important;
	}

	.bd_form .gform_body .gfield .name_first input, 
	.bd_form .gform_body .gfield .name_last input {
		border-radius: 2px !important;
	}

	.bd_form .gform_body .gfield.gfield_error .gfield_validation_message {
		font-size: 0.625rem !important;
	}
	
	.bd_form .gform_footer input[type="submit"] {
		height: 3.375rem !important;
		padding-inline: 0.9375rem !important;
		margin-top: 1.184175rem !important;
		font-size: 1.25rem !important;
		letter-spacing: 0.0275rem !important;
		line-height: 3.375rem !important;
		margin-top: 1.875rem !important;
	}
	
	.bd_form .gform_confirmation_message {
		font-size: 1.5rem !important;
	}

	.bd_footer {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}

	.bd_tagline {
		margin-top: 0;
		margin-bottom: 1.25rem;
		padding: 0.9375rem;
		font-size: 1rem;
		width: calc(100% + 3.125rem);
		max-width: calc(100% + 3.125rem);
		margin-inline: -1.5625rem;
	}

	.bd_tagline span {
		display: block;
	}

	.bd_copyright_text {
		padding-top: 0;
		font-size: 0.875rem;
	}
}

@media (max-width: 766px) {
	.Trigger {
		display: none;
	}
}