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,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 30, 2017 6:29 PM */
@font-face {
  font-family: "Gotham Rounded";
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.eot");
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.woff2")
      format("woff2"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.woff")
      format("woff"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.ttf")
      format("truetype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Bold.svg#GothamRounded-Bold")
      format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.eot");
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.eot?#iefix")
      format("embedded-opentype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.woff2")
      format("woff2"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.woff")
      format("woff"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.ttf")
      format("truetype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Book.svg#GothamRounded-Book")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Rounded";
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.eot");
  src: url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.eot?#iefix")
      format("embedded-opentype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.woff2")
      format("woff2"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.woff")
      format("woff"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.ttf")
      format("truetype"),
    url("//www.freal.com/assets/gecko-theme/fonts/GothamRounded-Light.svg#GothamRounded-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

body {
  padding: 1rem;
  background: #fff;

  color: #222;
  font-family: "Gotham Rounded", sans-serif;
}

body form {
  padding: 1.5rem;

  border: 1px solid #ee3a43;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

body form .form-field,
body form p.submit {
  display: block;
  margin: 0 0 1.5rem;
}
body form .form-field label.field-label {
  display: block;
  margin: 0 0 0.25rem;

  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  color: #222;
}
body form .form-field.required label.field-label::after {
  display: inline-block;
  margin: 0 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 300;
  content: "*";
  color: #ee3a43;
}
body
  form
  .form-field
  > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
body form .form-field > select,
body form .form-field > textarea {
  box-sizing: border-box;

  display: block;
  padding: 0.5rem;
  max-width: 100%;

  font-size: 1.2rem;
  /*font-weight: 700;*/

  border-radius: 0.25rem;
  border: 1px solid #095090;
}
body
  form
  .form-field
  > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
body
  form
  .form-field
  > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):active,
body form .form-field > select:focus,
body form .form-field > select:active,
body form .form-field > textarea:focus,
body form .form-field > textarea:active {
  border: 1px solid #ee3a43;
}
body
  form
  .form-field.error
  > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
body
  form
  .form-field.error
  > input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
body form .form-field.error > select,
body form .form-field.error > select,
body form .form-field.error > textarea,
body form .form-field.error > textarea {
  background-color: #fff5f6;
  border-color: red;
}

body form input[type="submit"] {
  display: inline-block;
  padding: 0.75rem 2.5rem;

  background-color: #ee3a43;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;

  border: 0;
  border-radius: 0.5rem;

  font-family: "Gotham Rounded", sans-serif;
  -webkit-appearance: none;
}

p.errors {
  display: block;
  margin: 0 auto 1.5rem;
  padding: 1rem;

  background-color: #fff;
  border-radius: 0.25rem;
  background-color: #fff5f6;

  font-weight: 700;
  font-size: 1.2rem;
  color: #ee3a43;
}

p.error {
  display: block;
  margin: -1rem 0 1.5rem;

  color: #ee3a43;
  font-size: 0.9rem;
  font-weight: 700;
}
