/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 */
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; }

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 400;
  src: url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Alternates Regular"), local("MontserratAlternates-Regular"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.woff2") format("woff2"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.woff") format("woff"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.ttf") format("truetype"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-regular.svg#MontserratAlternates") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Montserrat Alternates';
  font-style: normal;
  font-weight: 700;
  src: url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Montserrat Alternates Bold"), local("MontserratAlternates-Bold"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.woff2") format("woff2"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.woff") format("woff"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.ttf") format("truetype"), url("/static/mynte/fonts/montserrat-alternates-v9-latin-700.svg#MontserratAlternates") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url("/static/mynte/fonts/londrina-solid-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Londrina Solid Regular"), local("LondrinaSolid-Regular"), url("/static/mynte/fonts/londrina-solid-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/mynte/fonts/londrina-solid-v6-latin-regular.woff2") format("woff2"), url("/static/mynte/fonts/londrina-solid-v6-latin-regular.woff") format("woff"), url("/static/mynte/fonts/londrina-solid-v6-latin-regular.ttf") format("truetype"), url("/static/mynte/fonts/londrina-solid-v6-latin-regular.svg#LondrinaSolid") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Lobster';
  font-style: normal;
  font-weight: 400;
  src: url("/static/mynte/fonts/lobster-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Lobster Regular"), local("Lobster-Regular"), url("/static/mynte/fonts/lobster-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/mynte/fonts/lobster-v20-latin-regular.woff2") format("woff2"), url("/static/mynte/fonts/lobster-v20-latin-regular.woff") format("woff"), url("/static/mynte/fonts/lobster-v20-latin-regular.ttf") format("truetype"), url("/static/mynte/fonts/lobster-v20-latin-regular.svg#Lobster") format("svg");
  /* Legacy iOS */ }
.hidden {
  display: none !important; }

/*
 * HTML5 boilerplate .visuallyhidden 
 *
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden, .checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

.clearfix:after, .address-form:after, .person-form:after, .payment-form:after {
  content: '';
  display: table;
  clear: both; }

.clear {
  clear: both; }

.hvr-bounce-out, .pledgelevel-form__level-disabled-message.error {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-out:hover, .pledgelevel-form__level-disabled-message.error:hover, .hvr-bounce-out:focus, .pledgelevel-form__level-disabled-message.error:focus, .hvr-bounce-out:active, .pledgelevel-form__level-disabled-message.error:active, .hvr-bounce-out.active, .active.pledgelevel-form__level-disabled-message.error {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-bubble-top, .breadcrumb.active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .hvr-bubble-top:before, .breadcrumb.active:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 6px);
    top: 0;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent; }
  .hvr-bubble-top.active:before, .active.breadcrumb:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }

.container, .profile, .payment-form {
  box-sizing: border-box;
  padding: 0 1rem; }

@media only screen and (min-width: 768px) {
  .column, .column--half, .column--two-thirds, .column--one-third {
    float: left; } }

@media only screen and (min-width: 768px) {
  .column--half {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .column--two-thirds {
    width: 60%; } }

@media only screen and (min-width: 768px) {
  .column--one-third {
    width: 40%; } }

.copy, .slide-toggle__option, .header__nav ul, .header__nav-toggle, .footer__links a, .button, .button--small, .heading--left .button, .heading--right .button, .heading--toggle .button, .button--callout, .profile__save, .pledgelevel-form__catalog-choose, .pledge-form__save, .pledge-form__validate, .payment-form__submit, .catalog-picker__next-step, .catalog-picker__quick-next-step, .button--outline, .profile__view p, .payment-type__option, .ebilling-page, .ebilling__edit-order-link,
.ebilling__edit-order-warning, .ebilling__payments-list li,
.ebilling__pledge-list li,
.ebilling__orderstock-list li {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #000;
  font-size: 6vw;
  margin: 0;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .copy, .slide-toggle__option, .header__nav ul, .header__nav-toggle, .footer__links a, .button, .button--small, .heading--left .button, .heading--right .button, .heading--toggle .button, .button--callout, .profile__save, .pledgelevel-form__catalog-choose, .pledge-form__save, .pledge-form__validate, .payment-form__submit, .catalog-picker__next-step, .catalog-picker__quick-next-step, .button--outline, .profile__view p, .payment-type__option, .ebilling-page, .ebilling__edit-order-link,
    .ebilling__edit-order-warning, .ebilling__payments-list li,
    .ebilling__pledge-list li,
    .ebilling__orderstock-list li {
      font-size: 1.4rem; } }

.form__field {
  position: relative; }

.form__input, input {
  box-sizing: border-box;
  margin: 0.5rem 0;
  padding: 0.5rem; }
  .form__input:not([type=radio]):not([type=checkbox]):not(.pledge-form__amount-input):not(.select2-search__field), input:not([type=radio]):not([type=checkbox]):not(.pledge-form__amount-input):not(.select2-search__field) {
    border: 3px solid gray; }
  .form__input:focus, input:focus {
    background-color: #fffbb7; }

.form__label, label {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: block;
  text-transform: capitalize; }

.form__fieldset, fieldset {
  border: none;
  margin: 1rem 0;
  padding: 0.5rem 0;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700; }

.form__legend, legend {
  padding: 0.75rem;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #000;
  background: url(/static/img/header-bar-bg.svg);
  background-size: auto 100%; }

.form__select, select {
  box-sizing: border-box;
  margin: 0.5rem 0; }

.form__errorlist, .parsley-errors-list.filled, .errorlist {
  position: relative;
  top: -0.5rem;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  background: red;
  color: #fff;
  list-style-type: none; }

.checkbox-placeholder {
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid gray; }
  .checkbox-placeholder:after {
    opacity: 0;
    border: none;
    border-left: 0.35rem solid #006d00;
    border-bottom: 0.35rem solid #006d00;
    content: '';
    width: 1.25rem;
    height: 0.6rem;
    position: absolute;
    top: 0;
    left: 0.15rem;
    background: transparent;
    transform: rotate(-45deg); }

.checkbox:checked + .checkbox-placeholder {
  border: 3px solid #00ba00; }
  .checkbox:checked + .checkbox-placeholder:after {
    opacity: 1; }

.heading, .heading--alt, .pledge-form__heading, .catalog-picker__heading, .heading--bar, .payment-page__heading, .pledge-page__heading, .mc-console__heading, .footer__links a {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 1; }

.heading--alt, .pledge-form__heading, .catalog-picker__heading {
  font-family: "Londrina Solid", "Avenir Next Condensed", "Arial Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal; }

.heading--special, .heading--script {
  text-align: center;
  margin: 0 auto;
  padding: 2rem; }

.heading--script {
  font-family: "Lobster", cursive;
  font-weight: normal;
  color: #000; }

.heading--bar, .payment-page__heading, .pledge-page__heading, .mc-console__heading {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 0.86;
  text-align: center;
  color: #fff;
  background-color: #000;
  background: url(/static/img/header-bar-bg.svg);
  background-size: auto 100%;
  background-position-x: 20%;
  margin: 0;
  padding: 1.5rem; }
  @media only screen and (max-width: 420px) {
    .heading--bar, .payment-page__heading, .pledge-page__heading, .mc-console__heading {
      font-size: 9vw; } }
  @media only screen and (min-width: 768px) {
    .heading--bar, .payment-page__heading, .pledge-page__heading, .mc-console__heading {
      font-size: 2.5rem; } }

.heading--left {
  text-align: left;
  padding-left: 1rem;
  position: relative; }
  .heading--left .button--small, .heading--left .button, .heading--left .button--callout, .heading--left .profile__save, .heading--left .pledgelevel-form__catalog-choose, .heading--left .pledge-form__save, .heading--left .pledge-form__validate, .heading--left .payment-form__submit, .heading--left .catalog-picker__next-step, .heading--left .catalog-picker__quick-next-step, .heading--left .button--outline {
    position: absolute;
    top: 0.9rem;
    bottom: 0.8rem;
    right: 0.75rem;
    zoom: 0.5; }

.heading--right {
  text-align: right;
  padding-right: 1rem;
  position: relative; }
  .heading--right .button--small, .heading--right .button, .heading--right .button--callout, .heading--right .profile__save, .heading--right .pledgelevel-form__catalog-choose, .heading--right .pledge-form__save, .heading--right .pledge-form__validate, .heading--right .payment-form__submit, .heading--right .catalog-picker__next-step, .heading--right .catalog-picker__quick-next-step, .heading--right .button--outline {
    position: absolute;
    top: 0.9rem;
    bottom: 0.8rem;
    left: 0.75rem;
    zoom: 0.5; }

.heading--toggle {
  text-align: left;
  padding-left: 1rem;
  position: relative; }
  .heading--toggle .button--small, .heading--toggle .button, .heading--toggle .button--callout, .heading--toggle .profile__save, .heading--toggle .pledgelevel-form__catalog-choose, .heading--toggle .pledge-form__save, .heading--toggle .pledge-form__validate, .heading--toggle .payment-form__submit, .heading--toggle .catalog-picker__next-step, .heading--toggle .catalog-picker__quick-next-step, .heading--toggle .button--outline {
    position: absolute;
    top: 0.9rem;
    bottom: 0.8rem;
    right: 0.75rem;
    zoom: 0.5; }

.list, .list--striped, .ebilling__payments-list,
.ebilling__pledge-list,
.ebilling__orderstock-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .list li, .list--striped li, .ebilling__payments-list li,
  .ebilling__pledge-list li,
  .ebilling__orderstock-list li {
    padding: 0.5rem;
    margin: 0; }

.list--striped li:nth-child(even), .ebilling__payments-list li:nth-child(even),
.ebilling__pledge-list li:nth-child(even),
.ebilling__orderstock-list li:nth-child(even) {
  background-color: #e6e6e6; }

.slide-toggle {
  list-style-type: none;
  margin: 1rem auto;
  max-width: 20rem;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
  cursor: pointer; }
  .slide-toggle li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 50%;
    float: left; }

.slide-toggle__option {
  padding: 0.5rem 1rem;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 0.9rem; }

.slide-toggle__selected {
  background-color: #000;
  color: #fff; }

.header {
  height: 14vw;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 0;
  z-index: 1000; }
  @media only screen and (min-width: 768px) {
    .header {
      position: relative;
      max-width: 1024px;
      height: 8rem;
      margin: 0 auto;
      margin-bottom: 0.3rem; } }

.header__logo {
  width: 30vw;
  display: block;
  position: absolute;
  top: 2vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .header__logo {
      width: 16rem;
      top: 1rem; } }

.header__nav {
  position: absolute;
  top: 0;
  right: 0; }
  .header__nav ul {
    position: absolute;
    top: 14vw;
    right: 0;
    padding: 0;
    margin: 0;
    width: 100vw;
    text-align: right;
    background-color: #000;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 768px) {
      .header__nav ul {
        top: 6rem;
        width: 270px;
        border-radius: 0.5rem; } }
  .header__nav a {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    display: block;
    font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
    .header__nav a:hover {
      color: #000;
      background-color: #fff; }

.header__nav-toggle {
  line-height: 1;
  position: absolute;
  top: 2vw;
  right: 0;
  background: none;
  border: none;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  width: 31vw;
  padding: 2vw;
  outline: none; }
  @media only screen and (min-width: 768px) {
    .header__nav-toggle {
      top: 3rem;
      width: 10rem;
      padding: 1rem; } }

.header__nav-toggle--open {
  background-color: #000;
  border-top-left-radius: 2vw;
  padding-bottom: 10vw;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .header__nav-toggle--open {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      padding-bottom: 10rem; } }

.footer {
  background-color: #000;
  padding: 1rem; }

.footer__moo {
  display: block;
  width: 40vw;
  height: 24vw;
  margin: 1rem auto;
  position: relative;
  top: -2.5rem; }
  @media only screen and (min-width: 768px) {
    .footer__moo {
      width: 18rem;
      height: 11rem; } }

.footer__social {
  padding: 1rem 0;
  width: 80%;
  margin: 0 auto;
  margin-top: -2rem;
  list-style-type: none; }
  @media only screen and (min-width: 768px) {
    .footer__social {
      width: 16rem; } }
  .footer__social li {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 22.5%; }

.footer__icon {
  display: block;
  color: #999999;
  font-size: 7vw;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer__icon {
      font-size: 2rem; } }
  .footer__icon:hover {
    color: #fff; }

.footer__links {
  list-style-type: none;
  width: 100%;
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer__links li {
      display: inline-block;
      padding: 0 0.5rem; } }
  .footer__links a {
    color: #999999;
    padding: 0.15rem;
    text-decoration: none;
    display: block; }
    @media only screen and (min-width: 768px) {
      .footer__links a {
        font-size: 1rem; } }
    .footer__links a:hover {
      color: #fff; }

.footer__legal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #999999;
  font-size: 3vw;
  text-align: center;
  padding-top: 2rem; }
  @media only screen and (min-width: 768px) {
    .footer__legal {
      padding-top: 0;
      font-size: 0.8rem; } }

.button, .button--small, .heading--left .button, .heading--right .button, .heading--toggle .button, .button--callout, .profile__save, .pledgelevel-form__catalog-choose, .pledge-form__save, .pledge-form__validate, .payment-form__submit, .catalog-picker__next-step, .catalog-picker__quick-next-step, .button--outline {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #fff;
  background: #000;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 1rem 1.5rem;
  outline: none;
  display: block;
  margin: 0 auto; }

.button--inverted, .heading--left .button--small, .heading--left .button, .heading--left .button--callout, .heading--left .profile__save, .heading--left .pledgelevel-form__catalog-choose, .heading--left .pledge-form__save, .heading--left .pledge-form__validate, .heading--left .payment-form__submit, .heading--left .catalog-picker__next-step, .heading--left .catalog-picker__quick-next-step, .heading--left .button--outline, .heading--right .button--small, .heading--right .button, .heading--right .button--callout, .heading--right .profile__save, .heading--right .pledgelevel-form__catalog-choose, .heading--right .pledge-form__save, .heading--right .pledge-form__validate, .heading--right .payment-form__submit, .heading--right .catalog-picker__next-step, .heading--right .catalog-picker__quick-next-step, .heading--right .button--outline, .heading--toggle .button--small, .heading--toggle .button, .heading--toggle .button--callout, .heading--toggle .profile__save, .heading--toggle .pledgelevel-form__catalog-choose, .heading--toggle .pledge-form__save, .heading--toggle .pledge-form__validate, .heading--toggle .payment-form__submit, .heading--toggle .catalog-picker__next-step, .heading--toggle .catalog-picker__quick-next-step, .heading--toggle .button--outline {
  color: #000;
  background: #fff; }

.button--small, .heading--left .button, .heading--left .button--small, .heading--left .button--callout, .heading--left .profile__save, .heading--left .pledgelevel-form__catalog-choose, .heading--left .pledge-form__save, .heading--left .pledge-form__validate, .heading--left .payment-form__submit, .heading--left .catalog-picker__next-step, .heading--left .catalog-picker__quick-next-step, .heading--left .button--outline, .heading--right .button, .heading--right .button--small, .heading--right .button--callout, .heading--right .profile__save, .heading--right .pledgelevel-form__catalog-choose, .heading--right .pledge-form__save, .heading--right .pledge-form__validate, .heading--right .payment-form__submit, .heading--right .catalog-picker__next-step, .heading--right .catalog-picker__quick-next-step, .heading--right .button--outline, .heading--toggle .button, .heading--toggle .button--small, .heading--toggle .button--callout, .heading--toggle .profile__save, .heading--toggle .pledgelevel-form__catalog-choose, .heading--toggle .pledge-form__save, .heading--toggle .pledge-form__validate, .heading--toggle .payment-form__submit, .heading--toggle .catalog-picker__next-step, .heading--toggle .catalog-picker__quick-next-step, .heading--toggle .button--outline {
  font-size: 1rem;
  padding: 0.5rem 0.75rem; }

.button--callout, .profile__save, .pledgelevel-form__catalog-choose, .pledge-form__save, .pledge-form__validate, .payment-form__submit, .catalog-picker__next-step, .catalog-picker__quick-next-step {
  background: url(/static/img/button-bg.svg);
  background-size: 100% 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  width: 57vw;
  height: 14vw;
  line-height: 14vw; }
  @media only screen and (min-width: 768px) {
    .button--callout, .profile__save, .pledgelevel-form__catalog-choose, .pledge-form__save, .pledge-form__validate, .payment-form__submit, .catalog-picker__next-step, .catalog-picker__quick-next-step {
      width: 14rem;
      height: 3.5rem;
      line-height: 1; } }

.button--outline {
  width: 57vw;
  height: 14.5vw;
  line-height: 14.5vw;
  background: url(/static/img/button-bg-outline.svg);
  background-size: cover;
  padding: 0;
  margin: 0 auto;
  display: block; }
  @media only screen and (min-width: 768px) {
    .button--outline {
      width: 14rem;
      height: 3.6rem;
      line-height: 1; } }

.messages {
  list-style-type: none;
  padding: 0 1.5rem;
  margin: 0;
  position: relative;
  z-index: 99999;
  top: -0.3rem; }
  @media only screen and (max-width: 420px) {
    .messages {
      width: 100vw;
      padding: 0; } }

.messagelist li,
.message {
  padding: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 0.25rem; }

.messagelist .success,
.message.success {
  background-color: #26c64c; }

.messagelist .error {
  background-color: red; }

.message.error {
  background-color: red; }

.messagelist .info,
.message.info {
  background-color: #3936b4; }

.breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.breadcrumb {
  position: relative;
  display: block;
  background: none;
  border: none;
  color: gray;
  padding: 0.5rem 1rem;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  outline: none;
  border-radius: 0.3rem; }
  .breadcrumb .pip {
    background: gray;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -1.55rem; }
  .breadcrumb.visited:hover {
    text-decoration: underline; }
  .breadcrumb.visited {
    color: #fff; }
  .breadcrumb.active {
    background: #fff;
    color: #000; }
    .breadcrumb.active .pip {
      background: #fff; }
    .breadcrumb.active:hover {
      text-decoration: none; }

.loading-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 60vw;
  height: 22vw;
  margin: 1rem auto;
  background-image: url(/static/img/woofmoo.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8vw;
  font-weight: bold;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .loading-message.inverted {
    color: #fff; }

.stripe-credit-form__inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem; }

.stripe-credit-form__field {
  margin: 0.5rem 0;
  box-sizing: border-box; }
  .stripe-credit-form__field.stripe-cc {
    width: 100%; }
  .stripe-credit-form__field.stripe-zipcode {
    width: 48%; }
  .stripe-credit-form__field.stripe-cvc, .stripe-credit-form__field.stripe-exp {
    width: 25%; }
  .stripe-credit-form__field.stripe-cc, .stripe-credit-form__field.stripe-cvc {
    margin-right: 0.5rem; }

.stripe-credit-form__input {
  border: 3px solid gray;
  padding: 0.5rem; }

.modal__background {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s; }
  .modal__background.active {
    opacity: 1;
    height: 100%; }

.modal {
  color: #fff;
  position: absolute;
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .modal.big {
    bottom: initial; }
    @media only screen and (min-width: 768px) {
      .modal.big {
        top: 5%; } }
  @media only screen and (min-width: 768px) {
    .modal {
      max-width: 40rem; } }
  .modal .modal__content {
    background: #2FA0E2;
    position: relative;
    padding: 1rem; }
  .modal .buttons {
    background: #2FA0E2;
    text-align: right;
    padding: 1rem; }
  .modal button {
    font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    padding: 0.5em;
    background: #2FA0E2;
    color: #fff;
    margin: 1em 1em 0 0;
    border: 0; }
    .modal button.confirm {
      color: #2FA0E2;
      background: #fff; }

.profile {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.profile__view {
  padding-bottom: 2rem; }

.profile__save {
  display: inline-block;
  margin: 0 0.25rem; }

.profile__survey {
  display: block; }
  @media only screen and (min-width: 768px) {
    .profile__survey {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between; } }

.profile__listening-method {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .profile__listening-method label {
    padding-right: 0.75rem;
    flex-shrink: 0; }
  .profile__listening-method .parsley-errors-list.filled {
    position: absolute;
    top: -5rem;
    left: 0;
    width: 100%; }
    .profile__listening-method .parsley-errors-list.filled li {
      font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
      font-weight: bold; }

.profile__questions {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }
  .profile__questions input {
    margin-right: 0.25rem; }
  .profile__questions label {
    margin-bottom: 0.5rem; }

.profile__comments, .office__comments {
  flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  padding-bottom: 1rem;
  margin: 1rem 0;
  display: block; }
  @media only screen and (min-width: 768px) {
    .profile__comments, .office__comments {
      margin-top: 0; } }

.profile__comments-textarea, .office__comments-textarea {
  margin: 1rem auto;
  border: 3px solid gray;
  min-height: 10rem;
  width: 100%; }

.address-form input {
  width: 100%; }
.address-form select {
  height: 2.5rem;
  padding: 0 0.5rem;
  width: 100%; }
.address-form .form__field {
  padding: 0.25rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .address-form .form__field {
      padding-right: 0.75rem;
      float: left; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.street1 {
      width: 60%; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.street2 {
      width: 40%; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.city {
      width: 55%; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.subdivision_code {
      width: 45%; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.country_code {
      width: 55%; } }
  @media only screen and (min-width: 768px) {
    .address-form .form__field.zipcode {
      width: 45%; } }
.address-form label[for=billing_universal] {
  display: block;
  position: relative;
  top: 0.3rem;
  text-align: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .address-form label[for=billing_universal] {
      position: absolute;
      top: 0.35rem;
      right: 1rem;
      margin: auto;
      text-align: right;
      width: 30vw; } }
  .address-form label[for=billing_universal] input {
    width: initial; }

.address-form--shipping legend {
  position: relative; }

.person-form .form__field {
  padding: 0.25rem;
  width: 100%; }
  .person-form .form__field input {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .person-form .form__field {
      float: left;
      padding-right: 0.75rem;
      width: 50%; } }

.pledgelevel-form__levels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: top;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.pledgelevel-form__level {
  width: 100vw;
  min-height: 100vw; }
  .pledgelevel-form__level .pledgelevel-inner {
    padding-bottom: 20vw;
    -webkit-transition: 1s;
    transition: 1s; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__level {
      min-height: initial;
      margin: 1rem;
      max-width: 330px;
      flex: 1 25%; }
      .pledgelevel-form__level .pledgelevel-inner {
        padding-bottom: 1rem; } }

@keyframes flashred {
  from {
    background: darkred; }
  to {
    background: #000; } }
.pledgelevel-form__level-disabled-message {
  -webkit-animation: 1s flashred;
  animation: 1s flashred; }

.pledgelevel-form__level-heading {
  position: relative;
  z-index: 2;
  font-family: "Lobster", cursive;
  color: #ebeb00;
  font-size: 15vw;
  text-align: center;
  text-shadow: 1px 0 0 #000;
  margin: 0 auto;
  padding: 0 0.5rem;
  transform: rotateZ(-10deg); }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__level-heading {
      font-size: 1.8rem; } }

.pledgelevel-form__name {
  font-size: 0.75rem;
  text-align: center; }
  .pledgelevel-form__name.disabled {
    color: gray; }

.pledgelevel-form__item, .pledgelevel-form__catalog-item {
  text-align: center;
  padding: 0.5rem; }
  .pledgelevel-form__item label, .pledgelevel-form__catalog-item label {
    padding: 0 0.5rem; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__item, .pledgelevel-form__catalog-item {
      text-align: left; } }

.pledgelevel-form__catalog-selected {
  margin: 0.5rem 0;
  font-size: 0.8rem; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__catalog-selected {
      margin-bottom: 0.25rem; } }
  .pledgelevel-form__catalog-selected.disabled {
    color: gray; }

.pledgelevel-form__catalog-choose {
  line-height: 1;
  width: 40vw;
  height: 10vw;
  font-size: 4vw;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__catalog-choose {
      width: 5rem;
      height: 2rem;
      font-size: 0.8rem;
      margin: 0; } }
  .pledgelevel-form__catalog-choose.disabled {
    opacity: 0.5; }

.pledgelevel-form__item-title {
  display: inline;
  margin: 0;
  font-size: 5vw;
  padding: 0 0.1rem; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__item-title {
      font-size: 1rem;
      padding: 0 0.25rem; } }
  .pledgelevel-form__item-title.disabled {
    color: gray; }

.pledgelevel-form__item-image {
  width: 100vw;
  margin: 0 auto;
  max-height: 100%;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__item-image {
      max-width: 330px;
      flex: 1 25%; } }

.pledgelevel-form__item-input {
  width: initial;
  display: inline;
  margin: 0; }

.pledgelevel-form__item-select {
  display: block; }
  @media only screen and (max-width: 420px) {
    .pledgelevel-form__item-select {
      text-align: center;
      margin: 0 auto; } }

.pledgelevel-form__thumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100vw;
  min-height: 330px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__thumbnails {
      margin-bottom: 1rem;
      width: 330px;
      height: 379.5px; } }

.image-preview {
  display: flex;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.65);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }
  .image-preview .close-preview {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem;
    margin: 0;
    border: none;
    color: #000;
    background: #fff; }
  .image-preview .image-preview-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 90%;
    width: 60%;
    background-color: #fff;
    overflow: hidden; }
    .image-preview .image-preview-inner img {
      max-width: 100%;
      max-height: 80%; }
    .image-preview .image-preview-inner p {
      color: #000; }

.pledgelevel-form__level-disabled-message {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -3vw;
  right: 4vw;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.9);
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40vw;
  height: 40vw;
  transition: 0.25s;
  border: 0.25rem solid #fff; }
  .pledgelevel-form__level-disabled-message.error {
    background: rgba(255, 0, 0, 0.9); }
  @media only screen and (min-width: 768px) {
    .pledgelevel-form__level-disabled-message {
      width: 8rem;
      height: 8rem;
      top: 0.5rem;
      right: -0.5rem;
      border: none; } }
  .pledgelevel-form__level-disabled-message p {
    font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 5vw;
    padding: 2vw;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .pledgelevel-form__level-disabled-message p {
        font-size: 1rem;
        padding: 0.5rem; } }

.pledge-page {
  padding-bottom: 4rem; }

.pledge-form {
  padding: 2rem 0; }
  @media only screen and (min-width: 768px) {
    .pledge-form {
      padding: 2rem 1rem;
      padding-bottom: 0; } }

.pledge-form__options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5rem auto;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.pledge-form__amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0 20%;
  padding-bottom: 1.5rem;
  margin-top: 0.75rem;
  margin-right: 2rem;
  left: -0.5rem; }
  @media only screen and (min-width: 768px) {
    .pledge-form__amount {
      width: 17%;
      left: 0;
      padding: 0;
      padding-bottom: 1rem; } }

.pledge-form__recurring,
.pledge-form__onetime {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1rem; }

.pledge-form__recurring,
.pledge-form__onetime,
.pledge-form__amount {
  flex-shrink: 0; }

.pledge-form__pledge_amount_choices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5rem auto;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.pledge-form__pledge_amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  padding: .5rem; }

.pledge-form__allotments {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 1.5rem auto;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .pledge-form__allotments {
      max-width: 700px; } }

.pledge-form__allotall,
.pledge-form__allotshow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1rem; }

.pledge-form__allotshow {
  margin-left: 2rem; }

.pledge-form__allotment_select {
  justify-content: center;
  margin-top: 1rem;
  width: 70%; }

#allotments-select {
  width: 100%; }

.pledge-form__items-requested {
  text-align: center;
  width: 90vw;
  margin: 5vw auto; }
  @media only screen and (min-width: 768px) {
    .pledge-form__items-requested {
      max-width: 500px;
      margin: 2rem auto;
      margin-top: 0; } }
  .pledge-form__items-requested p, .pledge-form__items-requested input {
    display: inline; }
  .pledge-form__items-requested p {
    text-transform: none;
    font-size: 5vw; }
    @media only screen and (min-width: 768px) {
      .pledge-form__items-requested p {
        font-size: 0.8rem; } }

.pledge-form__recurring-selection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 1rem; }

.pledge-form__recurring-input,
.pledge-form__onetime-input {
  margin: 0.2rem 0.5rem;
  flex-shrink: 0; }

.pledge-form__notes {
  display: block;
  font-size: 0.75rem; }

.pledge-form__amount-label {
  display: block;
  position: relative;
  font-family: "Lobster", cursive;
  font-size: 1.5rem;
  text-align: right;
  font-weight: normal;
  flex-shrink: 0; }

.pledge-form__amount-input {
  display: inline-block;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  width: 100%;
  border: none;
  border-bottom: 3px solid #000; }

.pledge-form__currency {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding: 0 0.25rem;
  padding-left: 1rem; }

.pledge-form__recurring-total {
  position: absolute;
  font-size: 0.75rem;
  text-align: right;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .pledge-form__recurring-total {
      width: 125%;
      bottom: -1.5rem;
      right: 0;
      left: initial; } }

.pledge-form__heading {
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0; }

.pledge-form__validate {
  display: inline-block;
  margin: 0 0.25rem; }

.pledge-form__recurring-only {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }

.pledge-form__recurring-only-item {
  width: 100vw;
  padding-bottom: 2rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .pledge-form__recurring-only-item {
      width: 330px; } }
  .pledge-form__recurring-only-item select {
    margin: 1rem auto; }

.pledge-form__recurring-only-item-image {
  width: 100%; }

.pledge-form__recurring-only-item-title {
  font-size: 5vw; }
  @media only screen and (min-width: 768px) {
    .pledge-form__recurring-only-item-title {
      font-size: 0.8rem; } }

.pledge-summary__heading {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center; }

.pledge-summary__amount {
  text-align: center; }

.pledge-summary__items-wrapper p {
  text-align: center; }

.pledge-summary__items {
  width: 100%;
  margin: 1.5rem auto;
  padding: 0 2rem;
  text-align: center;
  list-style-type: none;
  line-height: 1.8; }
  .pledge-summary__items li:nth-child(odd) {
    background-color: #eee; }

.payment-form {
  padding-bottom: 2rem; }

.payment-form__submit {
  display: inline-block;
  margin: 0.25rem; }
  .payment-form__submit.disabled {
    opacity: 0.5; }

.payment-form__submit--paypal {
  clear: both;
  width: 20rem;
  height: 4rem;
  margin: 1rem auto;
  position: relative;
  top: 1.5rem; }

.payment-form__paypal-button {
  background: transparent;
  border: none;
  outline: none;
  margin: 0 auto;
  display: block; }
  .payment-form__paypal-button.disabled {
    opacity: 0.5; }

.payment-form__credit {
  max-width: 20rem;
  margin: 1rem auto;
  margin-top: 2rem; }

.payment-form__paypal {
  padding-top: 0.5rem; }
  .payment-form__paypal p {
    text-align: center; }

.payment-form__cc-number {
  width: 100%; }

.payment-form__exp {
  width: 60%;
  float: left;
  padding-right: 1rem; }

.payment-form__exp-input {
  width: 100%; }

.payment-form__cvc {
  float: left; }
  .payment-form__cvc .cvc {
    width: 100%; }

.paypal-button-widget {
  display: block;
  text-align: center; }

.payment-form__paypal-warning {
  font-size: 0.7rem;
  clear: both;
  padding-top: 1rem; }

.payment-type {
  list-style-type: none;
  margin: 1rem auto;
  max-width: 30rem;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
  cursor: pointer; }
  .payment-type li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border-left: 2px solid #000; }
    .payment-type li:first-of-type {
      border: none; }

.payment-type__option {
  padding: 0.5rem 1rem;
  display: block;
  margin: 0;
  text-align: center;
  font-size: 0.9rem; }

.payment-type__selected {
  background-color: #000;
  color: #fff; }

.catalog-picker {
  padding: 1rem;
  padding-bottom: 2rem; }

.catalog-picker__heading {
  text-align: center;
  font-size: 2.5rem;
  margin: 1rem 0; }

.catalog-picker__categories {
  margin-bottom: 2rem; }

.catalog-picker__items,
.catalog-picker__featured-items {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__items,
    .catalog-picker__featured-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      flex-wrap: wrap; } }

.catalog-picker__item {
  background-color: #eee;
  border-radius: 0.5rem;
  padding: 1rem;
  transition: all 0.5s ease;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__item {
      width: 31%;
      max-width: 31%;
      flex: 0 0 31%;
      margin: 0.5rem 1%; } }
  .catalog-picker__item.selected {
    background-color: #333;
    color: #fff; }
  .catalog-picker__item input {
    margin: 0; }
  .catalog-picker__item select {
    margin: 0;
    margin-top: 0.75rem; }

.catalog-picker__featured-item {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #eee;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__featured-item {
      width: 31%;
      max-width: 31%;
      flex: 0 0 31%;
      margin: 0.5rem 1%; } }
  .catalog-picker__featured-item.selected {
    background-color: #333;
    color: #fff; }
  .catalog-picker__featured-item img {
    margin-bottom: 1rem; }
  .catalog-picker__featured-item input {
    margin: 0; }
  .catalog-picker__featured-item select {
    margin: 0;
    margin-top: 0.75rem; }

.catalog-picker__featured-image {
  width: 100%;
  margin-bottom: 2vw; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__featured-image {
      margin-bottom: 1rem; } }

.catalog-picker__item-name {
  display: inline;
  line-height: 1.25;
  font-size: 5vw; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__item-name {
      font-size: 1rem; } }

.catalog-picker__item-description {
  width: 100%;
  display: block;
  font-size: 4vw;
  margin: 0;
  margin-top: 0.5vw; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__item-description {
      font-size: 0.8rem;
      margin-top: 0.5rem; } }

.catalog-picker__next-step {
  display: inline-block;
  margin: 0 0.25rem; }

.catalog-picker__status-message {
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  transition: all 0.5s ease;
  margin: 0; }
  .catalog-picker__status-message.sticky {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: fixed;
    top: 13.5vw;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      .catalog-picker__status-message.sticky {
        top: 1rem; } }

.catalog-picker__quick-next-step {
  display: none;
  width: 25vw;
  height: 8vw;
  position: fixed;
  top: 2.75vw;
  bottom: 0;
  right: 4vw;
  margin: 0;
  font-size: 2.5vw;
  line-height: 1;
  z-index: 1001;
  transition: all 0.5s ease; }
  @media only screen and (min-width: 768px) {
    .catalog-picker__quick-next-step {
      font-size: 1.2rem;
      height: 4.5rem;
      width: 14rem;
      top: 0.5rem;
      right: 2rem; } }
  .catalog-picker__quick-next-step.sticky {
    display: block; }

.payment-page .heading--bar, .payment-page .payment-page__heading, .payment-page .pledge-page__heading, .payment-page .mc-console__heading {
  margin-bottom: 1rem; }
@media only screen and (min-width: 768px) {
  .payment-page {
    max-width: 1024px;
    margin: 0 auto; } }

.payment-page__heading {
  margin: 1em  0.5em; }

.pledge-page {
  max-width: 1280px;
  margin: 0 auto; }

.pledge-page__heading {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .pledge-page__heading {
      padding-top: 2.75rem;
      font-size: 3.5rem; } }

.pledge-page__controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.pledge-page__squiggle {
  position: relative;
  top: -0.2rem; }

.pledge-page__profile {
  margin: 2rem 1rem; }

.pledge-page__back {
  color: #000;
  background: none;
  border: none;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: inline-block; }

.pledge-page__breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.5rem;
  position: relative; }

.ebilling-page {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.25rem; }
  .ebilling-page .heading, .ebilling-page .heading--alt, .ebilling-page .pledge-form__heading, .ebilling-page .catalog-picker__heading, .ebilling-page .heading--bar, .ebilling-page .payment-page__heading, .ebilling-page .pledge-page__heading, .ebilling-page .mc-console__heading, .ebilling-page .footer__links a, .footer__links .ebilling-page a {
    text-align: center; }
  .ebilling-page input[name=amount] {
    width: 9rem; }
  .ebilling-page label {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.15rem; }
  .ebilling-page .stripe-credit-form label {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem; }
  .ebilling-page .stripe-credit-form__field {
    margin: 0; }

.ebilling-sidebar {
  width: 35%;
  flex-shrink: 0; }
  .ebilling-sidebar button {
    margin: 0; }

.ebilling__edit-order-link,
.ebilling__edit-order-warning {
  font-weight: 800;
  color: #000;
  font-size: 1.25rem; }

.ebilling__edit-order-warning {
  font-weight: 200;
  color: #990000;
  margin-top: 0;
  padding-bottom: 1rem;
  font-size: 0.8rem; }

.ebilling__no-items {
  padding-top: 1rem; }

.ebilling__edit-order-link {
  display: block;
  padding-top: 1.5rem;
  margin-bottom: 0.25rem; }

.ebilling__payments-list,
.ebilling__pledge-list,
.ebilling__orderstock-list {
  margin: 1rem 0; }
  .ebilling__payments-list li,
  .ebilling__pledge-list li,
  .ebilling__orderstock-list li {
    text-align: left;
    font-size: 0.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }
    .ebilling__payments-list li .actions,
    .ebilling__pledge-list li .actions,
    .ebilling__orderstock-list li .actions {
      flex-shrink: 0;
      padding-left: 1rem; }
      .ebilling__payments-list li .actions button,
      .ebilling__pledge-list li .actions button,
      .ebilling__orderstock-list li .actions button {
        display: inline-block; }
    .ebilling__payments-list li p,
    .ebilling__pledge-list li p,
    .ebilling__orderstock-list li p {
      margin: 0; }
    .ebilling__payments-list li button,
    .ebilling__pledge-list li button,
    .ebilling__orderstock-list li button {
      margin: 0;
      margin-left: 1rem;
      font-size: 0.65rem;
      max-height: 1.75rem;
      background-color: gray; }
      .ebilling__payments-list li button:hover,
      .ebilling__pledge-list li button:hover,
      .ebilling__orderstock-list li button:hover {
        background-color: #000; }
      .ebilling__payments-list li button.ebilling__cancel-pledge,
      .ebilling__pledge-list li button.ebilling__cancel-pledge,
      .ebilling__orderstock-list li button.ebilling__cancel-pledge {
        background-color: #cc0000; }
      .ebilling__payments-list li button.ebilling__cancel-pledge:hover,
      .ebilling__pledge-list li button.ebilling__cancel-pledge:hover,
      .ebilling__orderstock-list li button.ebilling__cancel-pledge:hover {
        background-color: red; }

.ebilling__payment-form .button--callout, .ebilling__payment-form .profile__save, .ebilling__payment-form .pledgelevel-form__catalog-choose, .ebilling__payment-form .pledge-form__save, .ebilling__payment-form .pledge-form__validate, .ebilling__payment-form .payment-form__submit, .ebilling__payment-form .catalog-picker__next-step, .ebilling__payment-form .catalog-picker__quick-next-step {
  margin-top: 2rem; }

.ebilling__payment-form-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.ebilling__amount-section {
  flex-shrink: 0; }
  .ebilling__amount-section p {
    font-size: 0.9rem;
    margin: 0.25rem; }

.ebilling__s4l-toggle-section {
  flex-shrink: 0;
  padding-left: 1rem; }

.ebilling__s4l-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 2rem; }
  .ebilling__s4l-toggle p {
    padding-left: 0.5rem;
    font-size: 0.8rem;
    margin: 0;
    line-height: 2; }

.ebilling__details-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 1rem; }

.ebilling__pledges h3,
.ebilling__payments h3 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.5rem; }

.ebilling__payments {
  width: 45%;
  margin-left: 1rem;
  flex-shrink: 0; }

.ebilling__edit-contact-button {
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
  text-align: left;
  color: #000;
  padding: 0; }

.ebilling-profile {
  padding: 1rem;
  padding-top: 1.5rem;
  padding-left: 0;
  font-size: 0.8rem; }
  .ebilling-profile input {
    width: 100%; }
  .ebilling-profile label[for$=street1] {
    font-weight: bold;
    margin-top: 2rem; }
  .ebilling-profile label[for=id_billing_is_universal],
  .ebilling-profile input[name=billing_is_universal] {
    width: initial;
    display: inline; }
  .ebilling-profile select {
    height: 2.5rem;
    padding: 0 0.5rem;
    width: 100%; }
  .ebilling-profile address {
    font-style: normal;
    padding-bottom: 1.5rem; }

.ebilling-edit-totals button {
  display: inline-block; }
.ebilling-edit-totals label {
  display: inline-block; }
.ebilling-edit-totals .form-actions {
  text-align: center;
  padding: 2rem 0; }

.mc-console .heading, .mc-console .heading--alt, .mc-console .pledge-form__heading, .mc-console .catalog-picker__heading, .mc-console .heading--bar, .mc-console .payment-page__heading, .mc-console .pledge-page__heading, .mc-console .mc-console__heading, .mc-console .footer__links a, .footer__links .mc-console a {
  text-align: center; }
@media only screen and (min-width: 768px) {
  .mc-console {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 2rem; } }

.mc-console__shift-selector {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }

.mc-console__money, .mc-console__goal-summary span, .mc-console__shift-adjustments span, .mc-console__pledge-name span, .mc-console__pledge-name--thanked span {
  display: inline-block;
  position: relative;
  top: -0.1rem;
  padding: 0.15rem 0.5rem;
  border-radius: 0.1rem;
  background-color: #006d00;
  color: #fff; }

.mc-console__heading {
  font-size: 1.5rem;
  padding: 0.5rem; }

.mc-console__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 1rem 0; }
  .mc-console__nav .button, .mc-console__nav .button--small, .mc-console__nav .button--callout, .mc-console__nav .profile__save, .mc-console__nav .pledgelevel-form__catalog-choose, .mc-console__nav .pledge-form__save, .mc-console__nav .pledge-form__validate, .mc-console__nav .payment-form__submit, .mc-console__nav .catalog-picker__next-step, .mc-console__nav .catalog-picker__quick-next-step, .mc-console__nav .button--outline {
    font-size: 1.125rem;
    padding: 0.375rem;
    border: 3px solid #000; }
  .mc-console__nav .selected {
    color: #000;
    background: #fff; }

.mc-console__pledge-widget {
  display: block;
  width: 100%;
  margin: 1rem auto;
  height: 20vw; }
  @media only screen and (min-width: 768px) {
    .mc-console__pledge-widget {
      height: 7rem;
      width: 600px; } }

.mc-console__goal-summary {
  margin-bottom: 2rem;
  text-align: center; }

.mc-console__goal-form form {
  width: 300px;
  margin: 2rem auto; }
  .mc-console__goal-form form label[for=id_show_progress] {
    display: inline-block; }

.mc-console__pledge-info-wrapper {
  width: 100%; }

.mc-console__pledge-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between; }
  .mc-console__pledge-info > div {
    width: 45%;
    display: flex;
    align-items: center;
    margin-right: 1rem; }

.mc-console__pledge-name, .mc-console__pledge-name--thanked {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  font-size: 1.125rem; }
  .mc-console__pledge-name span, .mc-console__pledge-name--thanked span {
    margin-left: 0.5rem; }

.mc-console__pledge-address {
  font-size: 0.75rem;
  margin: 0;
  padding: 0 1rem; }

.mc-console__pledge-comment {
  font-size: 1.125rem;
  line-height: 1.4;
  padding: 0.25rem 0;
  margin: 0;
  margin-right: 1rem;
  margin-top: 0.25rem;
  text-align: left; }

.mc-console__pledge-list, .mc-console__pledge-list--thanked {
  list-style-type: none;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0; }
  .mc-console__pledge-list li, .mc-console__pledge-list--thanked li {
    background-color: #fff;
    color: #000; }
    .mc-console__pledge-list li:nth-child(even), .mc-console__pledge-list--thanked li:nth-child(even) {
      background-color: #e6e6e6; }
  .mc-console__pledge-list form, .mc-console__pledge-list--thanked form {
    padding: 0.5rem 0.75rem;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

.mc-console__pledge-list--thanked li {
  background-color: #8c8c8c;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 1rem; }
  .mc-console__pledge-list--thanked li:nth-child(even) {
    background-color: #a6a6a6; }

.mc-console__thank-button, .mc-console__thanked-toggle, .mc-console__unthank-button {
  font-family: "Montserrat Alternates", "Avenir Next Condensed", Impact, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: gray;
  color: #fff;
  outline: none;
  border: 0;
  padding: 0;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  width: 8rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0; }
  .mc-console__thank-button:before, .mc-console__thanked-toggle:before, .mc-console__unthank-button:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    z-index: -1;
    background-color: #262626; }
  .mc-console__thank-button:active, .mc-console__thanked-toggle:active, .mc-console__unthank-button:active {
    top: 0.25rem;
    left: 0.25rem;
    background-color: #fff; }

.mc-console__thanked-toggle {
  font-size: 0.8rem;
  margin: 1rem auto;
  display: block;
  width: 12rem;
  text-decoration: none;
  text-align: center; }

.mc-console__unthank-button {
  font-size: 0.8rem; }

.dashboard-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 10px; }
  .dashboard-page .row-1 {
    grid-row-start: 1; }
  .dashboard-page .row-2 {
    grid-row-start: 2; }
  .dashboard-page .row-3 {
    grid-row-start: 3; }
  .dashboard-page .col-1 {
    grid-column-start: 1; }
  .dashboard-page .col-2 {
    grid-column-start: 2; }
  .dashboard-page .col-3 {
    grid-column-start: 3; }
  .dashboard-page .w-1 {
    grid-column-end: span 1; }
  .dashboard-page .w-2 {
    grid-column-end: span 2; }
  .dashboard-page .w-3 {
    grid-column-end: span 3; }

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

body {
  padding-top: 14vw; }
  @media only screen and (min-width: 768px) {
    body {
      padding: 0; } }

/*# sourceMappingURL=main.css.map */
