/* NPOS One Hundred — Community Nominations
 * Minimal styling so the host theme controls colours, fonts and link styles.
 * Layout, spacing and form element defaults only.
 */

.npos-nominations {
	max-width: 720px;
	margin: 0 auto;
	text-align: left;
}

.npos-nominations__title {
	margin: 0 0 0.25em 0;
}

.npos-nominations__headline {
	margin: 0 0 1.5em 0;
	font-size: 1.15em;
	line-height: 1.4;
	opacity: 0.85;
}

.npos-nominations__intro {
	margin-bottom: 2em;
	line-height: 1.6;
}

.npos-nominations__intro p:last-child {
	margin-bottom: 0;
}

.npos-nominations__notice {
	padding: 1.25em 1.5em;
	margin-bottom: 1.5em;
	background: rgba(0, 0, 0, 0.04);
	border-left: 4px solid currentColor;
}

.npos-nominations__notice p:last-child {
	margin-bottom: 0;
}

.npos-nominations__form-error {
	padding: 1em 1.25em;
	margin-bottom: 1.5em;
	background: rgba(176, 0, 32, 0.08);
	border-left: 4px solid #b00020;
	color: #b00020;
}

.npos-nominations__section {
	border: 0;
	padding: 0;
	margin: 0 0 2em 0;
}

.npos-nominations__section legend {
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 0.75em;
	padding: 0;
}

.npos-nominations__field {
	margin: 0 0 1.25em 0;
}

.npos-nominations__field > label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.npos-nominations__field--radio label {
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
	cursor: pointer;
}

.npos-nominations__field--radio input[type="radio"] {
	margin-right: 0.5em;
}

.npos-nominations__field input[type="text"],
.npos-nominations__field input[type="email"],
.npos-nominations__field input[type="tel"],
.npos-nominations__field input[type="number"],
.npos-nominations__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.6em 0.75em;
	border: 1px solid #bbb;
	border-radius: 4px;
	font: inherit;
	background: #fff;
	box-sizing: border-box;
}

.npos-nominations__field textarea {
	resize: vertical;
	min-height: 140px;
}

.npos-nominations__req {
	color: #b00020;
	margin-left: 0.15em;
}

.npos-nominations__error {
	display: block;
	margin-top: 0.35em;
	color: #b00020;
	font-size: 0.9em;
}

.npos-nominations__hint {
	display: block;
	margin-top: 0.35em;
	font-size: 0.85em;
	opacity: 0.7;
	font-weight: 400;
}

.npos-nominations__submit {
	margin-top: 1.5em;
}

.npos-nominations__submit button {
	font: inherit;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0.85em 2.25em;
	background: #000;
	color: #fff;
	border: 2px solid #000;
	border-radius: 999px;
	line-height: 1;
	transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.npos-nominations__submit button:hover,
.npos-nominations__submit button:focus {
	background: #fff;
	color: #000;
	outline: none;
}

.npos-nominations__submit button:active {
	transform: translateY(1px);
}
