button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.7em;
  transition: border-color;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}

a:active, a:focus, a:hover {
  color: #2c5999;
}

a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #313131;
  font-family: "HelveticaNeue";
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeue";
  line-height: 1.2;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.75em;
  font-family: "Akzidenz-Grotesk Std Bold", "HelveticaNeue", Helvetica, Arial, sans-serif;
  text-rendering: geometricPrecision;
  letter-spacing: -.5px;
  line-height: 1em;
}

@media screen and (min-width: 40em) {
  h1 {
    margin-bottom: 0.5em;
  }
}

h2 {
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.25em;
  text-rendering: geometricPrecision;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.875em;
  font-weight: 400;
  line-height: 1.25em;
}

h4 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.365em;
  text-transform: uppercase;
  letter-spacing: -.25px;
}

h5 {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 700;
}

h6 {
  font-size: 1.25em;
  line-height: 1.2222em;
}

p {
  color: #313131;
  font-size: 1.125em;
  line-height: 1.44444em;
}

p.small {
  font-size: 1em;
  line-height: 1.4375em;
}

p.blog {
  line-height: 1.4em;
}

p.lead {
  font-size: 1.375em;
  line-height: 1.36364em;
}

p a:hover {
  text-decoration: underline;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #1290d2;
  text-decoration: none;
}

a:hover {
  color: #1290d2;
}

a:active, a:focus {
  color: inherit;
  outline: none;
}

ul.default {
  list-style-type: square;
  margin-left: 1.25em;
}

ol.default {
  list-style-type: decimal;
  margin-left: 1.25em;
}

hr {
  border-bottom: 1px solid #f1f1f1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

.quote {
  color: #313131;
  font: 1.75em "Merriweather", serif;
  font-style: italic;
  margin: 1.5em 0;
  padding-left: 0.75em;
  text-align: center;
}

.quote-source {
  color: #313131;
  font-family: "Merriweather", serif;
  font-style: italic;
}

.quote-source:before {
  content: '\2014 \00A0';
}

fieldset {
  background-color: white;
  border: 1px solid #f1f1f1;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "HelveticaNeue";
  font-size: 1.25em;
}

input::-webkit-input-placeholder,
label::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  font-weight: 400;
}

input::-moz-placeholder,
label::-moz-placeholder,
select::-moz-placeholder {
  font-weight: 400;
}

input:-moz-placeholder,
label:-moz-placeholder,
select:-moz-placeholder {
  font-weight: 400;
}

input:-ms-input-placeholder,
label:-ms-input-placeholder,
select:-ms-input-placeholder {
  font-weight: 400;
}

label {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
  padding-left: 8px;
}

label.form-field__label, .form-field label.form-field__label--light {
  margin-bottom: 0.83333em;
}

label.required::after {
  content: '*';
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea,
select {
  background-color: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "HelveticaNeue";
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.7em;
  transition: border-color;
  outline: none;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #d7d7d7;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #999999;
  box-shadow: none;
  outline: none;
}

input[type="color"].eaFormTextfield, input[type="date"].eaFormTextfield, input[type="datetime"].eaFormTextfield, input[type="datetime-local"].eaFormTextfield, input[type="email"].eaFormTextfield, input[type="month"].eaFormTextfield, input[type="number"].eaFormTextfield, input[type="password"].eaFormTextfield, input[type="search"].eaFormTextfield, input[type="tel"].eaFormTextfield, input[type="text"].eaFormTextfield, input[type="time"].eaFormTextfield, input[type="url"].eaFormTextfield, input[type="week"].eaFormTextfield, textarea.eaFormTextfield,
select[multiple=multiple].eaFormTextfield,
textarea.eaFormTextfield,
select.eaFormSelect {
  padding: .875em 1.15em .75em 1.15em;
  width: 100%;
}

@media screen and (min-width: 40em) {
    input[type="color"].eaFormTextfield, input[type="date"].eaFormTextfield, input[type="datetime"].eaFormTextfield, input[type="datetime-local"].eaFormTextfield, input[type="email"].eaFormTextfield, input[type="month"].eaFormTextfield, input[type="number"].eaFormTextfield, input[type="password"].eaFormTextfield, input[type="search"].eaFormTextfield, input[type="tel"].eaFormTextfield, input[type="text"].eaFormTextfield, input[type="time"].eaFormTextfield, input[type="url"].eaFormTextfield, input[type="week"].eaFormTextfield, textarea.eaFormTextfield,
    select[multiple=multiple].eaFormTextfield,
    textarea.eaFormTextfield,
    select.eaFormSelect {
      min-width: 40%;
      padding: .875em 1.15em .75em 1.15em;
      margin-bottom: .5em;
      width: auto;
    }
}

input[type="color"].eaFormTextfield::-webkit-input-placeholder, input[type="date"].eaFormTextfield::-webkit-input-placeholder, input[type="datetime"].eaFormTextfield::-webkit-input-placeholder, input[type="datetime-local"].eaFormTextfield::-webkit-input-placeholder, input[type="email"].eaFormTextfield::-webkit-input-placeholder, input[type="month"].eaFormTextfield::-webkit-input-placeholder, input[type="number"].eaFormTextfield::-webkit-input-placeholder, input[type="password"].eaFormTextfield::-webkit-input-placeholder, input[type="search"].eaFormTextfield::-webkit-input-placeholder, input[type="tel"].eaFormTextfield::-webkit-input-placeholder, input[type="text"].eaFormTextfield::-webkit-input-placeholder, input[type="time"].eaFormTextfield::-webkit-input-placeholder, input[type="url"].eaFormTextfield::-webkit-input-placeholder, input[type="week"].eaFormTextfield::-webkit-input-placeholder, textarea.eaFormTextfield::-webkit-input-placeholder,
select[multiple=multiple].eaFormTextfield::-webkit-input-placeholder,
textarea.eaFormTextfield::-webkit-input-placeholder {
  color: #313131;
}

input[type="color"].eaFormTextfield::-moz-placeholder, input[type="date"].eaFormTextfield::-moz-placeholder, input[type="datetime"].eaFormTextfield::-moz-placeholder, input[type="datetime-local"].eaFormTextfield::-moz-placeholder, input[type="email"].eaFormTextfield::-moz-placeholder, input[type="month"].eaFormTextfield::-moz-placeholder, input[type="number"].eaFormTextfield::-moz-placeholder, input[type="password"].eaFormTextfield::-moz-placeholder, input[type="search"].eaFormTextfield::-moz-placeholder, input[type="tel"].eaFormTextfield::-moz-placeholder, input[type="text"].eaFormTextfield::-moz-placeholder, input[type="time"].eaFormTextfield::-moz-placeholder, input[type="url"].eaFormTextfield::-moz-placeholder, input[type="week"].eaFormTextfield::-moz-placeholder, textarea.eaFormTextfield::-moz-placeholder,
select[multiple=multiple].eaFormTextfield::-moz-placeholder,
textarea.eaFormTextfield::-moz-placeholder {
  color: #313131;
}

input[type="color"].eaFormTextfield:-moz-placeholder, input[type="date"].eaFormTextfield:-moz-placeholder, input[type="datetime"].eaFormTextfield:-moz-placeholder, input[type="datetime-local"].eaFormTextfield:-moz-placeholder, input[type="email"].eaFormTextfield:-moz-placeholder, input[type="month"].eaFormTextfield:-moz-placeholder, input[type="number"].eaFormTextfield:-moz-placeholder, input[type="password"].eaFormTextfield:-moz-placeholder, input[type="search"].eaFormTextfield:-moz-placeholder, input[type="tel"].eaFormTextfield:-moz-placeholder, input[type="text"].eaFormTextfield:-moz-placeholder, input[type="time"].eaFormTextfield:-moz-placeholder, input[type="url"].eaFormTextfield:-moz-placeholder, input[type="week"].eaFormTextfield:-moz-placeholder, textarea.eaFormTextfield:-moz-placeholder,
select[multiple=multiple].eaFormTextfield:-moz-placeholder,
textarea.eaFormTextfield:-moz-placeholder {
  color: #313131;
}

input[type="color"].eaFormTextfield:-ms-input-placeholder, input[type="date"].eaFormTextfield:-ms-input-placeholder, input[type="datetime"].eaFormTextfield:-ms-input-placeholder, input[type="datetime-local"].eaFormTextfield:-ms-input-placeholder, input[type="email"].eaFormTextfield:-ms-input-placeholder, input[type="month"].eaFormTextfield:-ms-input-placeholder, input[type="number"].eaFormTextfield:-ms-input-placeholder, input[type="password"].eaFormTextfield:-ms-input-placeholder, input[type="search"].eaFormTextfield:-ms-input-placeholder, input[type="tel"].eaFormTextfield:-ms-input-placeholder, input[type="text"].eaFormTextfield:-ms-input-placeholder, input[type="time"].eaFormTextfield:-ms-input-placeholder, input[type="url"].eaFormTextfield:-ms-input-placeholder, input[type="week"].eaFormTextfield:-ms-input-placeholder, textarea.eaFormTextfield:-ms-input-placeholder,
select[multiple=multiple].eaFormTextfield:-ms-input-placeholder,
textarea.eaFormTextfield:-ms-input-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea, input[type="date"].form-field__textarea, input[type="datetime"].form-field__textarea, input[type="datetime-local"].form-field__textarea, input[type="email"].form-field__textarea, input[type="month"].form-field__textarea, input[type="number"].form-field__textarea, input[type="password"].form-field__textarea, input[type="search"].form-field__textarea, input[type="tel"].form-field__textarea, input[type="text"].form-field__textarea, input[type="time"].form-field__textarea, input[type="url"].form-field__textarea, input[type="week"].form-field__textarea, textarea.form-field__textarea,
select[multiple=multiple].form-field__textarea,
textarea.form-field__textarea {
  font-size: 1.25em;
  padding: 1em 1.125em;
  margin-bottom: 0;
}

input[type="color"].form-field__textarea + .parsley-errors-list, input[type="color"].form-field__textarea ~ .form-field__label, .form-field input[type="color"].form-field__textarea ~ .form-field__label--light, input[type="date"].form-field__textarea + .parsley-errors-list, input[type="date"].form-field__textarea ~ .form-field__label, .form-field input[type="date"].form-field__textarea ~ .form-field__label--light, input[type="datetime"].form-field__textarea + .parsley-errors-list, input[type="datetime"].form-field__textarea ~ .form-field__label, .form-field input[type="datetime"].form-field__textarea ~ .form-field__label--light, input[type="datetime-local"].form-field__textarea + .parsley-errors-list, input[type="datetime-local"].form-field__textarea ~ .form-field__label, .form-field input[type="datetime-local"].form-field__textarea ~ .form-field__label--light, input[type="email"].form-field__textarea + .parsley-errors-list, input[type="email"].form-field__textarea ~ .form-field__label, .form-field input[type="email"].form-field__textarea ~ .form-field__label--light, input[type="month"].form-field__textarea + .parsley-errors-list, input[type="month"].form-field__textarea ~ .form-field__label, .form-field input[type="month"].form-field__textarea ~ .form-field__label--light, input[type="number"].form-field__textarea + .parsley-errors-list, input[type="number"].form-field__textarea ~ .form-field__label, .form-field input[type="number"].form-field__textarea ~ .form-field__label--light, input[type="password"].form-field__textarea + .parsley-errors-list, input[type="password"].form-field__textarea ~ .form-field__label, .form-field input[type="password"].form-field__textarea ~ .form-field__label--light, input[type="search"].form-field__textarea + .parsley-errors-list, input[type="search"].form-field__textarea ~ .form-field__label, .form-field input[type="search"].form-field__textarea ~ .form-field__label--light, input[type="tel"].form-field__textarea + .parsley-errors-list, input[type="tel"].form-field__textarea ~ .form-field__label, .form-field input[type="tel"].form-field__textarea ~ .form-field__label--light, input[type="text"].form-field__textarea + .parsley-errors-list, input[type="text"].form-field__textarea ~ .form-field__label, .form-field input[type="text"].form-field__textarea ~ .form-field__label--light, input[type="time"].form-field__textarea + .parsley-errors-list, input[type="time"].form-field__textarea ~ .form-field__label, .form-field input[type="time"].form-field__textarea ~ .form-field__label--light, input[type="url"].form-field__textarea + .parsley-errors-list, input[type="url"].form-field__textarea ~ .form-field__label, .form-field input[type="url"].form-field__textarea ~ .form-field__label--light, input[type="week"].form-field__textarea + .parsley-errors-list, input[type="week"].form-field__textarea ~ .form-field__label, .form-field input[type="week"].form-field__textarea ~ .form-field__label--light, textarea.form-field__textarea + .parsley-errors-list, textarea.form-field__textarea ~ .form-field__label, .form-field textarea.form-field__textarea ~ .form-field__label--light,
select[multiple=multiple].form-field__textarea + .parsley-errors-list,
select[multiple=multiple].form-field__textarea ~ .form-field__label, .form-field
select[multiple=multiple].form-field__textarea ~ .form-field__label--light,
textarea.form-field__textarea + .parsley-errors-list,
textarea.form-field__textarea ~ .form-field__label, .form-field
textarea.form-field__textarea ~ .form-field__label--light {
  bottom: 1.3em;
  margin: 0;
}

input[type="color"].form-field__textarea::-webkit-input-placeholder, input[type="date"].form-field__textarea::-webkit-input-placeholder, input[type="datetime"].form-field__textarea::-webkit-input-placeholder, input[type="datetime-local"].form-field__textarea::-webkit-input-placeholder, input[type="email"].form-field__textarea::-webkit-input-placeholder, input[type="month"].form-field__textarea::-webkit-input-placeholder, input[type="number"].form-field__textarea::-webkit-input-placeholder, input[type="password"].form-field__textarea::-webkit-input-placeholder, input[type="search"].form-field__textarea::-webkit-input-placeholder, input[type="tel"].form-field__textarea::-webkit-input-placeholder, input[type="text"].form-field__textarea::-webkit-input-placeholder, input[type="time"].form-field__textarea::-webkit-input-placeholder, input[type="url"].form-field__textarea::-webkit-input-placeholder, input[type="week"].form-field__textarea::-webkit-input-placeholder, textarea.form-field__textarea::-webkit-input-placeholder,
select[multiple=multiple].form-field__textarea::-webkit-input-placeholder,
textarea.form-field__textarea::-webkit-input-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea::-moz-placeholder, input[type="date"].form-field__textarea::-moz-placeholder, input[type="datetime"].form-field__textarea::-moz-placeholder, input[type="datetime-local"].form-field__textarea::-moz-placeholder, input[type="email"].form-field__textarea::-moz-placeholder, input[type="month"].form-field__textarea::-moz-placeholder, input[type="number"].form-field__textarea::-moz-placeholder, input[type="password"].form-field__textarea::-moz-placeholder, input[type="search"].form-field__textarea::-moz-placeholder, input[type="tel"].form-field__textarea::-moz-placeholder, input[type="text"].form-field__textarea::-moz-placeholder, input[type="time"].form-field__textarea::-moz-placeholder, input[type="url"].form-field__textarea::-moz-placeholder, input[type="week"].form-field__textarea::-moz-placeholder, textarea.form-field__textarea::-moz-placeholder,
select[multiple=multiple].form-field__textarea::-moz-placeholder,
textarea.form-field__textarea::-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea:-moz-placeholder, input[type="date"].form-field__textarea:-moz-placeholder, input[type="datetime"].form-field__textarea:-moz-placeholder, input[type="datetime-local"].form-field__textarea:-moz-placeholder, input[type="email"].form-field__textarea:-moz-placeholder, input[type="month"].form-field__textarea:-moz-placeholder, input[type="number"].form-field__textarea:-moz-placeholder, input[type="password"].form-field__textarea:-moz-placeholder, input[type="search"].form-field__textarea:-moz-placeholder, input[type="tel"].form-field__textarea:-moz-placeholder, input[type="text"].form-field__textarea:-moz-placeholder, input[type="time"].form-field__textarea:-moz-placeholder, input[type="url"].form-field__textarea:-moz-placeholder, input[type="week"].form-field__textarea:-moz-placeholder, textarea.form-field__textarea:-moz-placeholder,
select[multiple=multiple].form-field__textarea:-moz-placeholder,
textarea.form-field__textarea:-moz-placeholder {
  color: #313131;
}

input[type="color"].form-field__textarea:-ms-input-placeholder, input[type="date"].form-field__textarea:-ms-input-placeholder, input[type="datetime"].form-field__textarea:-ms-input-placeholder, input[type="datetime-local"].form-field__textarea:-ms-input-placeholder, input[type="email"].form-field__textarea:-ms-input-placeholder, input[type="month"].form-field__textarea:-ms-input-placeholder, input[type="number"].form-field__textarea:-ms-input-placeholder, input[type="password"].form-field__textarea:-ms-input-placeholder, input[type="search"].form-field__textarea:-ms-input-placeholder, input[type="tel"].form-field__textarea:-ms-input-placeholder, input[type="text"].form-field__textarea:-ms-input-placeholder, input[type="time"].form-field__textarea:-ms-input-placeholder, input[type="url"].form-field__textarea:-ms-input-placeholder, input[type="week"].form-field__textarea:-ms-input-placeholder, textarea.form-field__textarea:-ms-input-placeholder,
select[multiple=multiple].form-field__textarea:-ms-input-placeholder,
textarea.form-field__textarea:-ms-input-placeholder {
  color: #313131;
}

input[type="color"].parsley-error, input[type="date"].parsley-error, input[type="datetime"].parsley-error, input[type="datetime-local"].parsley-error, input[type="email"].parsley-error, input[type="month"].parsley-error, input[type="number"].parsley-error, input[type="password"].parsley-error, input[type="search"].parsley-error, input[type="tel"].parsley-error, input[type="text"].parsley-error, input[type="time"].parsley-error, input[type="url"].parsley-error, input[type="week"].parsley-error, textarea.parsley-error,
select[multiple=multiple].parsley-error,
textarea.parsley-error {
  border-color: #eb1e0d;
  color: #eb1e0d;
  box-shadow: inset 0 1px 0 #eb1e0d, inset 0 -1px 0 #eb1e0d, inset 1px 0 0 #eb1e0d, inset -1px 0 0 #eb1e0d;
}

textarea {
  resize: vertical;
}

.eaFullWidthContent {
    padding-top: .65em !important;
}

.eaFullWidthContent:before,
.eaFullWidthContent:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.eaFullWidthContent:after {
    clear: both;
}

.eaFullWidthContent {
    *zoom: 1;
}

.eaFormElementLabel, .eaQuestionLabel {
    width: 100%;
}

.eaFormElementLabel label {
    margin-left: 0;
    font-size: 18px;
}

.eaQuestionLabel label {
    margin-left: 0;
    font-size: 1.2em;
}

@media screen and (min-width: 40em) {
    .eaFormElementLabel, .eaQuestionLabel {
        width: 40%;
        float: left;
    }

    .eaFormField input {
        width: 40%;
    }

    .eaQuestionTextfieldFormFieldContainer input {
        width: 40%;
    }

    .eaQuestionSelectFormFieldContainer select {
        height: 45px;
        width: 40%;
    }
}

label[for="MASTER_HRC_SUBSCRIPTION_--_Opt-InY"] {
    float: none;
    margin-left: 20px;
    top: 0;
    width: auto;
}

input#MASTER_HRC_SUBSCRIPTION_--_Opt-InY {
    position: absolute;
    top: 6px;
    left: 0;
}

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  height: 45px;
  width: auto;
}

option {
  color: #000;
}

.form-field__label, .form-field .form-field__label--light {
  margin-bottom: 0.55556em;
  color: #1a1a1a;
}

.form-field {
  position: relative;
}

.form-field__combo {
  display: inline-block;
  vertical-align: top;
}

.form-field__combo:last-child {
  margin-left: 0px;
}

.form-field .icon-search {
  background: transparent;
  color: #313131;
  height: 100%;
  padding: 0 1.125em;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}

.form-field .icon-search:before {
  font-size: 1em;
  line-height: 3.22222em;
  right: 0.88889em;
  top: 0;
}

.picker, .picker--large,
.picker--text-only {
  display: inline-block;
  position: relative;
}

.picker .eaFormSelect, .picker--large .eaFormSelect,
.picker--text-only .eaFormSelect {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  opacity: 0;
  z-index: 99;
  -webkit-appearance: menulist-button;
}

.picker .eaFormSelect.parsley-error + .filled, .picker--large .eaFormSelect.parsley-error + .filled,
.picker--text-only .eaFormSelect.parsley-error + .filled {
  padding-top: 1.25em;
  margin-left: -0.75em;
}

.picker .parsley-errors-list.filled, .picker--large .parsley-errors-list.filled,
.picker--text-only .parsley-errors-list.filled {
  top: 3.4375em;
  left: 0;
}

.picker, .picker--large {
  background: #f1f1f1;
  padding: 0.875em 3.5em 0.875em 0.875em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

.picker:after, .picker--large:after {
  display: block;
  content: "\E600";
  font-family: "icomoon";
  font-size: 0.4375em;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}

.picker.parsley-error, .parsley-error.picker--large {
  box-shadow: inset 0 2px 0 #eb1e0d, inset 0 -2px 0 #eb1e0d, inset 2px 0 0 #eb1e0d, inset -2px 0 0 #eb1e0d;
}

.picker.parsley-error:after, .parsley-error.picker--large:after {
  color: #eb1e0d;
}

.picker.parsley-error .picker__label, .parsley-error.picker--large .picker__label {
  color: #eb1e0d;
}

.picker--right {
  float: right;
  height: 3.45em;
  margin-right: .60em;
}

.picker--underline {
  background: none;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 3em;
  margin-top: 2em;
  box-shadow: none;
}

.picker--large {
  display: block;
  font-size: 1.375em;
  padding: 0.81818em 2.54545em 0.81818em 0.81818em;
  margin: 0;
}

.picker--large:after {
  font-size: 0.5625em;
  top: 1.8rem;
}

.picker__label {
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}

.shade_picker {
  position: relative;
  color: #313131;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  width: 10em;
  margin: 0 auto;
  line-height: 1em;
}

@media screen and (min-width: 40em) {
  .shade_picker {
    display: inline-block;
    width: 7em;
    margin: 0;
  }
}

.shade_picker:hover {
  color: inherit;
}

.shade_picker .picker__label {
  float: left;
  white-space: normal;
  font-size: 1rem;
}

.shade_picker .icon-arrow-down {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.radiolist,
.checklist,
.eaFormRadio {
  padding: 0;
}

.radiolist .radiolist__item,
.checklist .checklist__item {
  margin: 0 auto;
  padding: 0.27778em 0;
  position: relative;
}

.radiolist .radiolist__item + .parsley-errors-list.filled,
.checklist .checklist__item + .parsley-errors-list.filled {
  display: none;
}

.radiolist .radiolist__item.parsley-error .form-field__label, .radiolist .radiolist__item.parsley-error .form-field .form-field__label--light, .form-field .radiolist .radiolist__item.parsley-error .form-field__label--light,
.checklist .checklist__item.parsley-error .form-field__label,
.checklist .checklist__item.parsley-error .form-field .form-field__label--light, .form-field
.checklist .checklist__item.parsley-error .form-field__label--light {
  color: #eb1e0d;
}

.radiolist .radiolist__item.parsley-error .form-field__label:before, .radiolist .radiolist__item.parsley-error .form-field .form-field__label--light:before, .form-field .radiolist .radiolist__item.parsley-error .form-field__label--light:before,
.radiolist .radiolist__item.parsley-error .checklist__item .form-field__label:before,
.radiolist .radiolist__item.parsley-error .checklist__item .form-field .form-field__label--light:before, .form-field
.radiolist .radiolist__item.parsley-error .checklist__item .form-field__label--light:before,
.checklist .checklist__item.parsley-error .form-field__label:before,
.checklist .checklist__item.parsley-error .form-field .form-field__label--light:before, .form-field
.checklist .checklist__item.parsley-error .form-field__label--light:before,
.checklist .checklist__item.parsley-error .checklist__item .form-field__label:before,
.checklist .checklist__item.parsley-error .checklist__item .form-field .form-field__label--light:before, .form-field
.checklist .checklist__item.parsley-error .checklist__item .form-field__label--light:before {
  background: #fcccc8;
  border: 1px solid #eb1e0d;
}

.radiolist__item .form-field__label, .radiolist__item .form-field .form-field__label--light, .form-field .radiolist__item .form-field__label--light,
.checklist__item .form-field__label,
.checklist__item .form-field .form-field__label--light, .form-field
.checklist__item .form-field__label--light {
  display: inline-block;
  position: relative;
  font-size: 1em;
  text-indent: 1.5625em;
  vertical-align: top;
  color: #222222;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.checklist .form-field__checkbox,
.radiolist .form-field__radiobtn,
.radiolist .form-field__label:before,
.radiolist .form-field .form-field__label--light:before, .form-field
.radiolist .form-field__label--light:before,
.checklist .form-field__label:before,
.checklist .form-field .form-field__label--light:before, .form-field
.checklist .form-field__label--light:before {
  width: 1em;
  height: 1em;
  top: 50%;
  left: 0;
  margin-top: -0.5625em;
  position: absolute;
  cursor: pointer;
}

.radiolist .form-field__label:after, .radiolist .form-field .form-field__label--light:after, .form-field .radiolist .form-field__label--light:after,
.checklist .form-field__label:after,
.checklist .form-field .form-field__label--light:after, .form-field
.checklist .form-field__label--light:after {
  content: '';
  width: .6em;
  height: .6em;
  top: .9375em;
  left: 0.1875em;
  margin-top: -0.5625em;
  position: absolute;
  cursor: pointer;
  display: none;
}

.checklist .form-field__checkbox,
.radiolist .form-field__radiobtn {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.radiolist__item .form-field__label:before, .radiolist__item .form-field .form-field__label--light:before, .form-field .radiolist__item .form-field__label--light:before,
.checklist__item .form-field__label:before,
.checklist__item .form-field .form-field__label--light:before, .form-field
.checklist__item .form-field__label--light:before {
  content: '';
  background: #f1f1f1;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.radiolist__item .form-field__label:before, .radiolist__item .form-field .form-field__label--light:before, .form-field .radiolist__item .form-field__label--light:before,
.radiolist .form-field__label:after,
.radiolist .form-field .form-field__label--light:after, .form-field
.radiolist .form-field__label--light:after {
  border-radius: 50%;
}

.checklist .form-field__checkbox:checked + .form-field__label:after, .checklist .form-field .form-field__checkbox:checked + .form-field__label--light:after, .form-field .checklist .form-field__checkbox:checked + .form-field__label--light:after,
.radiolist .form-field__radiobtn:checked + .form-field__label:after,
.radiolist .form-field .form-field__radiobtn:checked + .form-field__label--light:after, .form-field
.radiolist .form-field__radiobtn:checked + .form-field__label--light:after,
.checklist .form-field__checkbox[checked] + .form-field__label:after,
.checklist .form-field .form-field__checkbox[checked] + .form-field__label--light:after, .form-field
.checklist .form-field__checkbox[checked] + .form-field__label--light:after,
.radiolist .form-field__radiobtn[checked] + .form-field__label:after,
.radiolist .form-field .form-field__radiobtn[checked] + .form-field__label--light:after, .form-field
.radiolist .form-field__radiobtn[checked] + .form-field__label--light:after {
  display: block;
  background: #313131;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.checklist .form-field__checkbox:checked + .form-field__label:before, .checklist .form-field .form-field__checkbox:checked + .form-field__label--light:before, .form-field .checklist .form-field__checkbox:checked + .form-field__label--light:before,
.radiolist .form-field__radiobtn:checked + .form-field__label:before,
.radiolist .form-field .form-field__radiobtn:checked + .form-field__label--light:before, .form-field
.radiolist .form-field__radiobtn:checked + .form-field__label--light:before,
.checklist .form-field__checkbox[checked] + .form-field__label:before,
.checklist .form-field .form-field__checkbox[checked] + .form-field__label--light:before, .form-field
.checklist .form-field__checkbox[checked] + .form-field__label--light:before,
.radiolist .form-field__radiobtn[checked] + .form-field__label:before,
.radiolist .form-field .form-field__radiobtn[checked] + .form-field__label--light:before, .form-field
.radiolist .form-field__radiobtn[checked] + .form-field__label--light:before {
  opacity: 0.8;
}

#Donation_AmountField {
    margin-bottom: 30px;
}

#Donation_AmountDiv .eaFormElementLabel {
    display: block;
    width: 100%;
}

#Donation_AmountDiv .eaFormElementLabel label {
    margin-left: 0;
    margin-bottom: 5px;
    font-weight: bold;
}

.eaFormRadio input[type="radio"] + label {
    display: inline-block;
}

.eaSplitSelectfield {
    display: inline;
}

.form-field .form-field__label--light {
  color: #fff;
}

.form-field.form-field__newsletter .eaFormTextfield,
.form-field.form-field--footer .eaFormTextfield {
  padding: 0.275em 0.65em;
  font-size: 0.875em;
  background: transparent;
  border-color: #4e4e4e;
  color: #fff;
}

.form-field.form-field__newsletter .eaFormTextfield.zip,
.form-field.form-field--footer .eaFormTextfield.zip {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .form-field.form-field__newsletter .eaFormTextfield.zip,
  .form-field.form-field--footer .eaFormTextfield.zip {
    width: 7em;
  }
}

.form-field.form-field__newsletter .eaFormTextfield::-webkit-input-placeholder,
.form-field.form-field--footer .eaFormTextfield::-webkit-input-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .eaFormTextfield::-moz-placeholder,
.form-field.form-field--footer .eaFormTextfield::-moz-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .eaFormTextfield:-moz-placeholder,
.form-field.form-field--footer .eaFormTextfield:-moz-placeholder {
  color: #fff;
}

.form-field.form-field__newsletter .eaFormTextfield:-ms-input-placeholder,
.form-field.form-field--footer .eaFormTextfield:-ms-input-placeholder {
  color: #fff;
}

.form-field.form-field--footer .eaFormTextfield {
  padding: 0.5em 0.5625em;
  background: #7f7f7f;
  border-color: #7f7f7f;
}

.form-field.form-field--footer .form-field__combo {
  display: block;
  margin-bottom: 0.625em;
}

@media screen and (min-width: 40em) {
  .form-field.form-field--footer .form-field__combo {
    display: inline-block;
    margin-bottom: 0;
  }
}

.form-field.form-field--footer .form-field__combo:last-child {
  margin-left: 0;
  margin-top: 20px;
}

@media screen and (min-width: 40em) {
  .form-field.form-field--footer .form-field__combo:last-child {
    margin-left: 10px;
    margin-top: 0;
  }
}

.subfooter__newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.subfooter__newsletter:last-child {
  margin-right: 0;
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 78.67549%;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .subfooter__newsletter:last-child {
    margin-right: 0;
  }
}

.subfooter__newsletter p {
  color: #9f9f9f;
  font-size: 1em;
  line-height: 1.5625em;
  margin-bottom: 0.625em;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .subfooter__newsletter p {
    line-height: 2.375em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  .subfooter__newsletter p:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter p {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    text-align: left;
  }
  .subfooter__newsletter p:last-child {
    margin-right: 0;
  }
}

.subfooter__newsletter .form-field--footer {
  margin-top: 0;
}

@media screen and (min-width: 40em) {
  .subfooter__newsletter .form-field--footer {
    clear: left;
    margin: 0 auto;
    position: relative;
    width: 30em;
  }
}

@media screen and (min-width: 87.5em) {
  .subfooter__newsletter .form-field--footer {
    clear: none;
    float: right;
    margin-top: 0;
  }
}

.parsley-errors-list {
  position: absolute;
  bottom: -1em;
  opacity: 0;
}

.parsley-errors-list.filled {
  display: inline-block;
  opacity: 1;
  font-size: .7em;
  bottom: .35em;
  left: 1.3rem;
  -webkit-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  -moz-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
}

.parsley-errors-list.filled .parsley-type, .parsley-errors-list.filled .parsley-required {
  color: #eb1e0d;
  display: inline;
  margin-right: .5em;
}

.parsley-errors-list.filled + .form-field__label, .form-field .parsley-errors-list.filled + .form-field__label--light {
  opacity: 0;
}

[data-standin]
.form-field__label, [data-standin]
.form-field .form-field__label--light, .form-field [data-standin]
.form-field__label--light {
  position: absolute;
  bottom: -1rem;
  left: 1.3rem;
  display: block;
  z-index: 10;
  font-size: .7em;
  text-align: left;
  opacity: 0;
  color: #7f7f7f;
  -webkit-transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
  -moz-transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
  transition: opacity 0.1s ease-in, bottom 0.01s ease-out 0.2s, color 1s linear 1s;
}

[data-standin="filled"] .form-field__label, [data-standin="filled"] .form-field .form-field__label--light, .form-field [data-standin="filled"] .form-field__label--light {
  -webkit-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  -moz-transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  transition: opacity 0.15s ease-in 0.2s, bottom 0.35s ease-in;
  opacity: 1;
  bottom: -.35rem;
}

.cancelButton,
.eaResetButton,
.eaSubmitButton,
input[type="button"],
input[type="submit"] {
  border-radius: 0;
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.18;
  padding: 0.9375em 3em 0.9375em 3em;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 40em) {
    .cancelButton,
    .eaResetButton,
    .eaSubmitButton,
    input[type="button"],
    input[type="submit"] {
    width: auto;
  }
}

.cancelButton:before,
.eaResetButton:before,
.eaSubmitButton:before,
input[type="button"]:before,
input[type="submit"]:before {
  content: "\e602";
  font-family: 'icomoon';
  font-size: 0.61111em;
  line-height: 5.27273em;
  position: absolute;
  right: 1.81818em;
  top: 0;
}

.cancelButton,
.eaResetButton,
.eaSubmitButton,
input[type="button"],
input[type="submit"] {
  background-color: #FFDF1B;
  color: #313131;
}

.cancelButton:hover,
.eaResetButton:hover,
.eaSubmitButton:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #FFDF1B;
  color: #313131;
  text-decoration: none;
}

.cancelButton:focus,
.eaResetButton:focus,
.eaSubmitButton:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  background-color: #FFDF1B;
}

.btn--primary:hover,
.btn--primary[data-button]:hover {
  color: #313131;
  text-decoration: none;
}

.btn--primary-no-arrow,
.btn--primary-no-arrow[data-button] {
  background-color: #FFDF1B;
  color: #313131;
  padding: 1em 1.5em;
  text-align: center;
  width: 100%;
}

.btn--primary-no-arrow:hover,
.btn--primary-no-arrow[data-button]:hover {
  background-color: #FFDF1B;
}

.btn--primary-no-arrow:focus,
.btn--primary-no-arrow[data-button]:focus {
  background-color: #FFDF1B;
}

@media screen and (min-width: 40em) {
  .btn--primary-no-arrow,
  .btn--primary-no-arrow[data-button] {
    margin: 0;
    width: auto;
  }
}

.btn--primary-no-arrow:before,
.btn--primary-no-arrow[data-button]:before {
  display: none;
}

.btn--picker:hover {
  color: #313131;
}

.btn--picker:before {
  content: "\E600";
}

.btn--trend,
.btn--trend[data-button] {
  background-color: #eb1e0d;
  color: #fff;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.btn--trend:hover,
.btn--trend[data-button]:hover {
  background-color: #eb1e0d;
}

.btn--trend:focus,
.btn--trend[data-button]:focus {
  background-color: #eb1e0d;
}

.btn--trend:hover,
.btn--trend[data-button]:hover {
  background-color: #bc1204;
  -webkit-transition: background-color 0.15s ease-in;
  -moz-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}

.btn--secondary,
.btn--secondary[data-button] {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff;
}

.btn--secondary:hover,
.btn--secondary[data-button]:hover {
  background-color: transparent;
}

.btn--secondary:focus,
.btn--secondary[data-button]:focus {
  background-color: transparent;
}

.btn--empty,
.btn--empty[data-button] {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 2px 0 #222222, inset 0 -2px 0 #222222, inset 2px 0 0 #222222, inset -2px 0 0 #222222;
  font-size: 0.77778em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  -moz-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
}

.btn--empty:hover,
.btn--empty[data-button]:hover {
  background-color: transparent;
}

.btn--empty:focus,
.btn--empty[data-button]:focus {
  background-color: transparent;
}

.btn--empty:hover,
.btn--empty[data-button]:hover {
  -webkit-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  transition: background-color 0.15s ease-in, color 0.2s ease-in;
  background-color: #313131;
  color: #fff;
}

.btn--empty:before,
.btn--empty[data-button]:before {
  line-height: 4.47059em;
}

.btn__newsletter, .btn__newsletter--nav, .btn__newsletter--nav[data-button] {
  text-transform: uppercase;
}

.btn__newsletter[data-button], [data-button].btn__newsletter--nav {
  text-transform: uppercase;
}

.btn__newsletter--footer, .btn__newsletter--footer[data-button] {
  background-color: #222222;
  color: #fff;
  box-shadow: inset 0 2px 0 #fff, inset 0 -2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff;
  padding-right: 1em;
  font-size: 0.77778em;
  text-transform: uppercase;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  -webkit-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  -moz-transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
  transition: background-color 0.25s ease-out, color 0.2s ease-out 0.1s;
}

.btn__newsletter--footer:before, .btn__newsletter--footer[data-button]:before {
  content: "";
  display: none;
}

.btn__newsletter--footer:hover, .btn__newsletter--footer[data-button]:hover {
  background-color: #222222;
}

.btn__newsletter--footer:focus, .btn__newsletter--footer[data-button]:focus {
  background-color: #222222;
}

.btn__newsletter--footer:hover, .btn__newsletter--footer[data-button]:hover {
  -webkit-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  -moz-transition: background-color 0.15s ease-in, color 0.2s ease-in;
  transition: background-color 0.15s ease-in, color 0.2s ease-in;
  background-color: #fff;
  color: #313131;
}

@media screen and (min-width: 87.5em) {
  .btn__newsletter--footer, .btn__newsletter--footer[data-button] {
    width: auto;
  }
}

.btn__newsletter--nav, .btn__newsletter--nav[data-button] {
  background-color: #1290d2;
  color: #fff;
  padding-right: 1em;
  font-size: 0.61111em;
}

.btn__newsletter--nav:before, .btn__newsletter--nav[data-button]:before {
  content: "";
  display: none;
}

.btn__newsletter--nav:hover, .btn__newsletter--nav[data-button]:hover {
  background-color: #1290d2;
}

.btn__newsletter--nav:focus, .btn__newsletter--nav[data-button]:focus {
  background-color: #1290d2;
}

.btn--error,
.btn--error[data-button] {
  background-color: #eb1e0d;
  color: #fff;
}

.btn--error:hover,
.btn--error[data-button]:hover {
  background-color: #eb1e0d;
}

.btn--error:focus,
.btn--error[data-button]:focus {
  background-color: #eb1e0d;
}

.btn--warning,
.btn--warning[data-button] {
  background-color: #ffe965;
  color: #313131;
}

.btn--warning:hover,
.btn--warning[data-button]:hover {
  background-color: #ffe965;
}

.btn--warning:focus,
.btn--warning[data-button]:focus {
  background-color: #ffe965;
}

.btn--success,
.btn--success[data-button] {
  background-color: #58c026;
  color: #fff;
}

.btn--success:hover,
.btn--success[data-button]:hover {
  background-color: #58c026;
}

.btn--success:focus,
.btn--success[data-button]:focus {
  background-color: #58c026;
}

.btn__callout--header, .btn__callout--header[data-button] {
  background-color: #222222;
  color: #fff;
  font-weight: 300;
  font-size: 1.375em;
  text-align: left;
}

.btn__callout--header:hover, .btn__callout--header[data-button]:hover {
  background-color: #222222;
}

.btn__callout--header:focus, .btn__callout--header[data-button]:focus {
  background-color: #222222;
}

.btn__callout--header:hover, .btn__callout--header[data-button]:hover {
  background-color: #313131;
}

.btn--secondary:hover,
.btn--secondary[data-button]:hover {
  background-color: #313131;
}

.btn--close {
  display: block;
  background-color: #bb180a;
  text-align: center;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  align-self: stretch;
  -ms-flex-item-align: stretch;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4.0625em;
}

@media screen and (min-width: 40em) {
  .btn--close {
    min-width: 4.5em;
    max-width: 6.5em;
    min-height: 4.25em;
    max-height: 6.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.btn--close:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  float: left;
  display: inline;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}

.eaform {
    padding: 0px 30px 100px 30px;
}

@media screen and (min-width: 1400px) {
    .eaform {
        padding: 60px 30px 100px 30px;
    }
}

.eaSubmitResetButtonGroup {
    display: block;
    padding-top: 30px;
}

#Picture_Equality_App_Styles_for_Sign_Up_Forms_from_LuminateDiv,
#Picture_Equality_App_JavaScript_for_Sign_Up_Forms_from_LuminateDiv,
#Picture_Equality_App_Styles_for_Email_Sign-Up_FormDiv,
#Equality_Keyboard_App_Styles_for_Sign_Up_Forms_from_LuminateDiv,
#Equality_Keyboard_App_Styles_for_Email_Sign-Up_FormDiv,
#Equality_Keyboard_App_JavaScript_for_Sign_Up_Forms_from_LuminateDiv,
#HRC_Magazine_App_Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Email_Sign-Up_FormDiv,
#HRC_Magazine_App_Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_JavaScript_for_Sign_Up_Forms_from_LuminateDiv,
#HRC_Magazine_App_Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Sign_Up_Forms_from_LuminateDiv,
#Twitter_Cards_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Email_Sign-Up_FormDiv,
#Twitter_Cards_HRC.ORG_--_General_Email_Sign-Up_JavaScript_for_Sign_Up_Forms_from_LuminateDiv,
#Twitter_Cards_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Sign_Up_Forms_from_LuminateDiv,
#Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Email_Sign-Up_FormDiv,
#Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_JavaScript_for_Sign_Up_Forms_from_LuminateDiv,
#Facebook_Email_Sign_Up_HRC.ORG_--_General_Email_Sign-Up_Styles_for_Sign_Up_Forms_from_LuminateDiv {
    display: none;
}

.eaQuestionCheckboxFormFieldContainer {
    position: relative;
}

.eaErrorMessage {
    color: red;
}

.eaFormLabelLong {
		display: block;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 10px
}
