h1 {
	font: 20px/1.6em OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding-bottom: 1em;
	color: #636569;
	padding-top: 2em;
	padding-left: 1em;
}

h2 {
	font-size: 18px;
	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 1.6em;
	color: #636569;
	padding-left: 1em;
	padding-bottom: 1em;
	font-weight: normal !important;
	padding-top: 0;
	margin-top: 0;
}

p {
	font-size: 16px;
	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 1.5em;
	color: #636569;
	padding-left: 1em;
}

.small-print {
	font-size: 15px;
	padding-bottom:1em;
	padding-top:1em;
}

fieldset {
	background-color: #dfdcdc;
	border: none;
}

label {
    font-weight: bold !important;
}

.errors {
	color: #D52B1E;
	margin-left: 4px;
	font-weight: bold;
}

.error {
	color: #D52B1E;
	margin-left: 4px;
}

.submit input {
	font: OpenSans,Helvetica Neue,Helvetica,Arial,sans-serif;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.42857;
    margin-bottom: 0.5em;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color:#f3a62f;
	color: #ffffff;
	border:none;
	margin-top: 0.5em;
}

#notyou {
	font-size: 14px;
}

.tm-line {
	font-size: 10px;
    padding-top: 3em;
    padding-left: 2em;
}

#pardot-form input[name="piEmailPrefEmail"] {
    width: 370px !important;
    border-radius: 999px;
    border: none;
    height: 30px;
	text-indent: 10px;
	font-size: 16px;
}

.field-label {
	padding-right: 20px;
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 1px solid #888;
  padding: 1px;
  height: 20px;
  width: 20px;
}

input[type=checkbox]:checked {
  /* image: Picol.org, cc-by 3.0, https://commons.wikimedia.org/wiki/File:Accept_Picol_icon.svg */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M14 18L26 6l4 4-16 16L4 16l4-4z"/></svg>');
  background-size: 100%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width:480px) {
/* Styles */
	#pardot-form input[name="piEmailPrefEmail"] {
    width: 250px !important;
}
}

