/* 
*    normalize.css v3.0.1 | MIT License | git.io/normalize 
*    UNCOMMENTED COMBINED WITH HTML5 BOILERPLATE STYLES 
*/
/* ==========================================================================
                    modernizr classes & information
===========================================================================*/
* {
  margin: 0;
}
html,
body {
  background-color: #fff;
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
body {
  min-width: 320px;
}
/* =======================================================================
                    HTML5 display definitions
========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/* ==========================================================================
                                Links
   ========================================================================== */
a {
  background: transparent;
  color: #FFFFFF;
}
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
                        Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn,
em,
i {
  font-style: oblique;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1em;
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
}
h1 {
  font-size: 5.5em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.15em;
}
h6 {
  font-size: 1em;
}
mark {
  background: #ff0;
  color: #000;
}
p {
  margin: 0 0 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
                        Selection highlight color
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
                            Embedded content
   ========================================================================== */
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
                            Grouping content
   ========================================================================== */
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  display: block;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 0;
  padding: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
/* ==========================================================================
                                    Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}
button {
  overflow: visible;
  width: auto;
}
button,
select {
  text-transform: none;
}
select {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  color: #59595c;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 14px;
  padding: 0 7px;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  width: auto;
}
button[disabled],
input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #dcdcdc;
  padding: 10px;
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
label.updated input,
label.updated select {
  border: 1px solid #259b24;
}
label {
  display: block;
  vertical-align: top;
  /* required, otherwise webkit breaks adjacent inline-block elements */
}
label a {
  color: #FFFFFF;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
select {
  display: inline-block;
}
textarea {
  overflow: auto;
  resize: vertical;
  width: auto;
}
label:before {
  content: " ";
  display: table;
}
label:after {
  content: " ";
  display: table;
  clear: both;
}
/* Shared Checkboxes and Radios */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  display: none;
  padding: 7px;
  height: 18px;
  width: 18px;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  color: #000000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-left: 29px;
  position: relative;
  vertical-align: middle;
}
input[type=checkbox].error + label span,
input[type=radio].error + label span {
  border: 2px solid #ec2327;
}
/* Checkboxes */
input[type=checkbox] + label span {
  border: 2px solid #0a6e4e;
  cursor: pointer;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
input[type=checkbox]:checked + label span {
  background-image: url("/assets/img/utils/checkbox-checked.png");
}
/* Radios */
input[type=radio] + label span {
  border: 2px solid #0a6e4e;
  border-radius: 0;
  background: transparent;
  height: 18px;
  width: 18px;
}
input[type=radio]:checked + label span:after {
  background-color: #0a6e4e;
  border-radius: 0;
  height: 14px;
  left: 2px;
  top: 2px;
  width: 14px;
}
button,
input[type="submit"] {
  background-color: #ec2327;
  border: none;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 6px 50px;
}
textarea {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding: 5px 7px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  background-color: #000000;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
textarea.error,
select.error,
div.error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
  border: 2px solid #ec2327 !important;
  margin-left: -1px;
}
::-webkit-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
::-moz-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}
.errors,
.success {
  display: none;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  text-align: left;
}
.errors {
  color: #ec2327;
}
.success {
  color: #0a6e4e;
}
/* ==========================================================================
                                    Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.15em;
  }
  h6 {
    font-size: 1em;
  }
}
