html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 1px dotted #9b1b26;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html * {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-weight: 300;
  font-size: size em;
}
.InputfieldForm {
  margin: 20px !important;
}
.ui-widget {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 1.5em !important;
}
.ui-widget label {
  font-weight: 300 !important;
  margin-bottom: 0.5em !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  text-align: left !important;
  font-size: 14px !important;
}
.InputfieldHeader {
  display: none !important;
}
input,
textarea {
  padding: 0.25em 0.3em !important;
  border: 1px solid #ccc !important;
}
button {
  border: 0 !important;
  background: #333 !important;
  color: #fff !important;
  display: inline-block !important;
}
button .ui-button-text {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-weight: 300;
}
@media screen and (max-width:480px) {
  .Inputfield {
    width: 100% !important;
  }
}
.ui-state-highlight,
.ui-state-error {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 20px !important;
  background: #222 !important;
  color: #fff !important;
}
.ui-state-error {
  background: #f00 !important;
}
