/* FORMS */

/* @font-face {
	font-family: 'FuturaStd-Light';
	src: url("FuturaStd-Light.eot");
	src: url("FuturaStd-Light.eot?#iefix") format("embedded-opentype"), url("FuturaStd-Light.woff2") format("woff2"), url("FuturaStd-Light.woff") format("woff"), url("FuturaStd-Light.ttf") format("truetype");
} */


/* normalize */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5625;
	color: #333539;
	font-family: "FuturaStd-Light", sans-serif;
	height: 100%;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

b,
strong {
	font-weight: inherit;
	font-weight: bolder;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: "FuturaStd-Light", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

input {
	overflow: visible;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

textarea {
	overflow: auto;
}

[hidden],
template {
	display: none;
}

/* !normalize */

.c-pardot-form__field-holder {
	list-style: none;
	padding: 0;
	margin: 0;
}

.c-pardot-form__field {
	width: 100%;
	position: relative;
	margin-bottom: 2.8rem;
}

.c-pardot-form__field a {
	color: #333539;
}

.c-pardot-form__field.pd-hidden {
	margin-bottom: 0;
}

.c-pardot-form__field:not(.pd-checkbox) .field-label {
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	left: -99999px;
	width: 1px;
	word-wrap: normal !important;
}

.c-pardot-form__field select,
.c-pardot-form__field input,
.c-pardot-form__field textarea {
	outline: none;
	border: 0;
	border-bottom: 1px solid #26282B;
	width: 100%;
	color: #333539;
	line-height: 1.563rem;
	font-size: 1.125rem;
	padding: 0.3rem 0;
}

.c-pardot-form__field ::placeholder,
.c-pardot-form__field ::-moz-placeholder,
.c-pardot-form__field ::-webkit-input-placeholder {
	color: #666666;
}

.c-pardot-form__field p.error {
	color: #ff1e1e;
	margin: 1rem 0;
}


/* select */
.c-pardot-form__field select.select option {
	padding: 0;
}

.c-pardot-form__field .select-styled,
.c-pardot-form__field .select-options {
	display: none;
}


/* textarea */
.c-pardot-form__field.pd-textarea {
	margin-bottom: 2.1rem;
}

.c-pardot-form__field textarea {
	resize: none;
	height: 7rem;
}


/* checkbox */
.c-pardot-form__field.pd-checkbox {
	display: flex;
	margin-bottom: 2.1rem;
	flex-wrap: wrap;
}

.c-pardot-form__field.pd-checkbox .field-label {
	order: 1;
	padding-left: 1rem;
	margin-top: -0.35rem;
	font-size: 1rem;
	width: calc(100% - 1.2rem);
}

.c-pardot-form__field.pd-checkbox p.error {
	order: 2;
}

.c-pardot-form__field input[type='checkbox'] {
	appearance: none;
	outline: none;
	order: 0;
	width: 1.125rem;
	height: 1.125rem;
	border: 1px solid #D9D9D9;
	padding: 0;
}

.c-pardot-form__field input[type='checkbox']:checked {
	background-color: #D9D9D9;
}


/* submit */
.c-pardot-form__footer input[type='submit'] {
	border: 0;
	background: none;
	text-decoration: underline;
	padding: 0;
	outline: none;
	line-height: 1.563rem;
	font-size: 1.125rem;
	cursor: pointer;
}

/* FORMS */
