.bpl-form {
	margin-top: 24px;
}

.bpl-form__title {
	margin-top: 0;
}

.bpl-form__intro {
	margin-bottom: 24px;
}

.bpl-form__notice,
.bpl-form__error-summary {
	margin: 0 0 24px;
	padding: 16px 18px;
	border-left: 4px solid #777;
	background: #f5f5f5;
}

.bpl-form__notice--success {
	border-left-color: #64b927;
}

.bpl-form__notice--error,
.bpl-form__error-summary {
	border-left-color: #b00020;
}

.bpl-form__error-summary ul {
	margin-bottom: 0;
}

.bpl-form__error-summary button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #b00020;
	text-align: left;
	text-decoration: underline;
}

.bpl-form__field {
	margin-bottom: 22px;
}

.bpl-form__label {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.bpl-form__required {
	color: #b00020;
}

.bpl-form__helper {
	margin: 0 0 8px;
	color: #555;
	font-size: 14px;
	line-height: 1.45;
}

.bpl-form input[type="text"],
.bpl-form input[type="email"],
.bpl-form input[type="tel"],
.bpl-form input[type="url"],
.bpl-form textarea {
	width: 100%;
	max-width: 100%;
}

.bpl-form textarea {
	min-height: 120px;
	resize: vertical;
}

.bpl-form [aria-invalid="true"] {
	border-color: #b00020;
	box-shadow: 0 0 0 1px #b00020;
}

.bpl-form__error {
	margin: 6px 0 0;
	color: #b00020;
	font-size: 14px;
	line-height: 1.4;
}

.bpl-form__honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bpl-form__actions {
	margin-top: 28px;
}

.bpl-form__actions .btn[disabled] {
	cursor: wait;
	opacity: 0.75;
}
