/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

hr {
  border-top: 1px solid #68b030;
  margin: 40px auto;
  max-width: 106px;
}

html,
body,
input,
textarea {
  color: #4d4d50;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  font-size: 47px;
  letter-spacing: 2px;
  line-height: 50px;
  margin-bottom: 1%;
  margin-top: 0;
  text-transform: capitalize;
}

@media (min-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 991px) {
  h1 {
    font-size: 55px;
  }
}

h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1%;
  margin-top: 0;
}

@media (min-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1%;
  margin-top: 0;
}

h4 {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
  margin-bottom: 1%;
  margin-top: 0;
  text-transform: uppercase;
}

h5 {
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 1%;
  margin-top: 0;
  letter-spacing: 0.09px;
}

@media (min-width: 991px) {
  h5 {
    font-size: 22px;
  }
}

a {
  color: #7b4097;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #68b030;
}

b {
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.green {
  color: #68b030;
}

.light {
  font-weight: 200;
}

.email {
  font-weight: 700;
}

.small {
  font-size: 14px;
}

.strong {
  color: #7b4097;
  font-weight: 700;
}

.tiny {
  font-size: 12px;
}

.background-grey {
  color: #F1F1F3;
  font-size: 80px;
  font-weight: bold;
}

input[type="checkbox"] {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 4px;
}

input[type="text"],
textarea {
  border: 1px solid #848282;
  color: #4d4d50;
  font-size: 16px;
  height: 27px;
  margin: 9px;
  padding: 8px 12px;
}

input[type="text"].required,
textarea.required {
  border-color: #68b030;
}

input[type="text"].error,
textarea.error {
  border-color: red;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aeaeae;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aeaeae;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #aeaeae;
}

input[type="text"]:focus,
textarea:focus {
  border-color: #432368;
  color: #7b4097;
  outline: none;
}

textarea {
  width: 60%;
  height: 3em;
  display: block;
}

select {
  background: #fff;
  border: 1px solid #848282;
  color: #4d4d50;
  font-size: 16px;
  height: 45px;
  margin: 9px;
  padding: 8px 12px;
}

select.required {
  border-color: #68b030;
  color: #4d4d50;
}

select.error {
  border-color: red;
}

select:focus {
  border-color: #432368;
  color: #7b4097;
  outline: none;
}

.field-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 767px) {
  .field-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.required {
  color: #68b030;
}

.button {
  background-color: #fff;
  border: 1px solid #848282;
  border-radius: 5px;
  color: #4d4d50;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin: 7px;
  padding: 14px 10px;
  text-transform: uppercase;
  width: 90%;
}

.button.purple {
  background-color: #432368;
  color: #fff;
}

.button:hover {
  background-color: #68b030;
  color: #fff;
  cursor: pointer;
}

.button.selected {
  background-color: #68b030;
  color: #fff;
  cursor: default;
}

@media (min-width: 479px) {
  .button {
    width: auto;
  }
}

a.button {
  font-size: 16px;
  font-weight: normal;
  padding: 14px 10px;
  text-decoration: none;
}

@media (min-width: 767px) {
  a.button {
    font-size: 20px;
    width: auto;
  }
}

body {
  margin: 0;
}

.header-with-shadow {
  padding-bottom: 2px;
  position: relative;
}

.header-with-shadow .drop-shadow {
  position: absolute;
  right: -40px;
  width: 40%;
  height: 67%;
  bottom: -10%;
  z-index: -1;
  background: #7b4097;
}

.header-with-shadow .header {
  background-color: #432368;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4%;
  margin-right: 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 97%;
  position: relative;
}

@media (min-width: 767px) {
  .header-with-shadow .header {
    min-height: 400px;
  }
}

@media (min-width: 991px) {
  .header-with-shadow .header {
    background-position: 120% 29%;
  }
}

.header-with-shadow .header .content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.header-with-shadow .header .content-wrapper .header-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 7px 20px 7px;
  max-width: 728px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-with-shadow .header .content-wrapper .header-content em {
  font-style: normal;
  color: #68b030;
}

@media (min-width: 991px) {
  .header-with-shadow .header .content-wrapper .header-content {
    padding-bottom: 20px;
    max-width: 940px;
  }
}

.header-with-shadow .header .content-wrapper .header-content h1 {
  margin-top: 0;
  margin-bottom: 3%;
}

.header-with-shadow .header .content-wrapper .header-content h2 {
  margin-top: 0;
}

@media (min-width: 767px) {
  .header-with-shadow .header .content-wrapper .header-content .left-column {
    display: block;
    margin-right: 275px;
  }
}

.header-with-shadow .header .tor-campaign-logo {
  position: absolute;
  right: 0;
  width: 250px;
  height: auto;
  top: 0;
  display: none;
}

@media (min-width: 767px) {
  .header-with-shadow .header .tor-campaign-logo {
    display: block;
  }
}

.header-with-shadow .header .logo {
  width: 81px;
}

.header-with-shadow .header .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  width: 100%;
  max-width: 728px;
  margin: 0 auto auto auto;
  padding: 7px;
  top: 0;
}

@media (min-width: 991px) {
  .header-with-shadow .header .nav-bar {
    max-width: 940px;
  }
}

.header-with-shadow .header .nav-bar .nav-item {
  color: rgba(255, 255, 255, 0.49);
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-with-shadow .header .nav-bar .nav-item:hover {
  color: #68b030;
}

.content {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.content .fixed-width {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .content .fixed-width {
    max-width: 728px;
  }
}

@media (min-width: 991px) {
  .content .fixed-width {
    max-width: 940px;
  }
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px;
}

.footer-container .footer-txt-div {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: visible;
  padding-top: 10px;
  height: 100%;
  text-align: center;
}

@media (min-width: 767px) {
  .footer-container .footer-txt-div {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0;
    text-align: left;
  }
}

.footer-container .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (min-width: 767px) {
  .footer-container .footer-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
  }
}

.footer-container .footer-menu .footer-item {
  margin: 0 10px 0 10px;
}

.footer-container .footer-menu .footer-item a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.gr-stamp-container {
  display: block;
  text-align: center;
}

.campaign-totals-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign-totals-area .characters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  margin: 10px 30px;
}

.campaign-totals-area .characters .character {
  position: relative;
}

.campaign-totals-area .characters .character .cover {
  background: #68b030;
  bottom: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  right: 0;
  top: 0;
  z-index: 1;
}

.campaign-totals-area .characters .character.covered .cover {
  visibility: visible;
}

.campaign-totals-area .characters .character.resolved {
  color: #68b030;
}

.campaign-totals-area .label {
  font-size: 27px;
  text-align: center;
}

.donate-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 2%;
  width: 92vw;
}

.donate-options a {
  background-color: #fff;
  border: 2px solid #aeaeae;
  color: #aeaeae;
  font-weight: normal;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.donate-options a.once-button {
  border-radius: 5px 0 0 5px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 150px;
}

.donate-options a.monthly-button {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 160px;
}

.donate-options a.selected, .donate-options a:hover {
  background-color: #68b030;
  color: #fff;
}

.perk-intro {
  margin: 5% 5% 2% 5%;
}

.perk-title,
.perk-teaser {
  text-align: center;
}

#donationForm {
  margin: auto;
  max-width: 1024px;
}

.donation-selection-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto 2% auto 2%;
  max-width: 1024px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 767px) {
  .donation-selection-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.donation-selection-area .donate-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
}

@media (min-width: 767px) {
  .donation-selection-area .donate-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 5px;
  }
}

.donation-selection-area .donate-buttons a.price-btn {
  background-color: #432368;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 23px;
  font-weight: normal;
  margin: 5px;
  padding: 20px 0px;
  text-align: center;
  text-decoration: none;
  width: 120px;
}

@media (min-width: 767px) {
  .donation-selection-area .donate-buttons a.price-btn {
    font-size: 29px;
  }
}

.donation-selection-area .donate-buttons a.selected {
  background-color: #68b030;
}

.donation-selection-area .donate-buttons .other-amount-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donation-selection-area .donate-buttons .other-amount-field .error {
  color: red;
  display: block;
  text-align: center;
}

.donation-selection-area .donate-buttons .other-amount-field .perk-amt {
  background-color: #f1f1f3;
  font-size: 23px;
  font-weight: bold;
  height: 42px;
  margin: 5px;
  min-width: 80px;
  text-transform: capitalize;
  text-align: center;
  width: 94px;
}

.donation-selection-area .perks {
  -ms-flex-item-align: center;
      align-self: center;
  border-color: #aeaeae;
  border-style: solid;
  border-width: 1px 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (min-width: 767px) {
  .donation-selection-area .perks {
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.donation-selection-area .perks .perk {
  border-color: #aeaeae;
  border-style: solid;
  border-width: 0 1px 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk {
    border: 1px solid #aeaeae;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px 5px 20px 5px;
    position: relative;
    width: 30%;
    top: 0px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.donation-selection-area .perks .perk .slides {
  -ms-flex-item-align: center;
      align-self: center;
  display: none;
  height: 175px;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk .slides {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.donation-selection-area .perks .perk img {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  height: auto;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk img {
    width: 85%;
    max-width: none;
  }
}

.donation-selection-area .perks .perk .price-tag {
  margin: 20px;
  font-size: 21px;
  font-weight: 600;
  width: 10%;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk .price-tag {
    font-size: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.donation-selection-area .perks .perk .perk-label {
  font-size: 21px;
  font-weight: 700;
  margin: 20px;
  text-align: right;
  text-transform: uppercase;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk .perk-label {
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
    font-size: 27px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}

.donation-selection-area .perks .perk .perk-desc {
  font-size: 16px;
  font-weight: 300;
  display: none;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .perk .perk-desc {
    display: block;
    margin: 0 11px 0 11px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
  }
}

.donation-selection-area .perks .selected {
  background-color: #68b030;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.donation-selection-area .perks .selected .slides {
  display: block;
}

.donation-selection-area .perks .selected .perk-desc {
  display: block;
}

@media (min-width: 767px) {
  .donation-selection-area .perks .selected {
    background-color: #fff;
    -webkit-box-shadow: 8px 8px #68b030;
            box-shadow: 8px 8px #68b030;
    position: relative;
    top: -4px;
  }
}

.donation-selection-area .no-perk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px;
}

@media (min-width: 767px) {
  .donation-selection-area .no-perk-area {
    width: 100%;
  }
}

.donation-selection-area .totals-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4%;
  position: relative;
}

.donation-selection-area .totals-area, .donation-selection-area .totals-area div, .donation-selection-area .totals-area input {
  position: relative;
  z-index: 1;
}

.donation-selection-area .totals-area .fist-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: auto;
}

@media (min-width: 767px) {
  .donation-selection-area .totals-area {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}

.donation-selection-area .totals-area .matching-message {
  color: #432368;
  font-size: 35px;
  line-height: normal;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.donation-selection-area .totals-area .matched-amount {
  color: #432368;
  font-size: 100px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.payment-method-area,
.info-area {
  position: relative;
  z-index: 2;
}

.payment-method-area {
  border-bottom: 2px solid #aeaeae;
  border-top: 2px solid #aeaeae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4% 21px;
  text-align: center;
}

.payment-method-area .button {
  width: 160px;
  vertical-align: top;
}

.payment-method-area .button.paypal {
  padding-top: 8px;
  padding-bottom: 5px;
}

.payment-method-area .paypal-png {
  height: 32px;
}

.payment-method-area .payment-method-question {
  margin-bottom: 3%;
}

.payment-method-area .payment-option {
  margin-bottom: 2%;
}

.info-area {
  padding-top: 4%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}

.info-area #firstName {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #firstName {
    width: 50%;
  }
}

.info-area #lastName {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #lastName {
    width: 50%;
  }
}

.info-area #streetAddress {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #streetAddress {
    width: 80%;
  }
}

.info-area #extendedAddress {
  width: 20%;
}

.info-area #country {
  width: 100%;
}

.info-area #locality {
  width: 40%;
}

@media (min-width: 767px) {
  .info-area #locality {
    width: 33%;
  }
}

.info-area #region {
  width: 44%;
}

@media (min-width: 767px) {
  .info-area #region {
    width: 34%;
  }
}

.info-area #postalCode {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #postalCode {
    width: 33%;
  }
}

.info-area #email {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #email {
    width: 56%;
  }
}

.info-area .receipt {
  display: none;
}

@media (min-width: 767px) {
  .info-area .receipt {
    display: block;
  }
}

.info-area #mailingListOptIn {
  margin: 10px 4px 10px 10px;
}

.info-area #cardNumber {
  width: 100%;
}

@media (min-width: 767px) {
  .info-area #cardNumber {
    width: 56%;
  }
}

.info-area img.credit-cards {
  display: none;
}

@media (min-width: 767px) {
  .info-area img.credit-cards {
    display: block;
    height: 29px;
    vertical-align: middle;
  }
}

.info-area #expMonth {
  width: 39%;
}

@media (min-width: 767px) {
  .info-area #expMonth {
    width: 33%;
  }
}

.info-area #expYear {
  width: 39%;
}

@media (min-width: 767px) {
  .info-area #expYear {
    width: 33%;
  }
}

.info-area #cvc {
  width: 40%;
}

@media (min-width: 767px) {
  .info-area #cvc {
    width: 33%;
  }
}

.info-area #perk-fields {
  display: block;
  margin: 10px;
  text-align: left;
}

.info-area #perk-fields #selected-perk-fields-label {
  margin-top: 10px;
}

.info-area #perk-fields #perk-fit {
  margin-left: 0px;
}

.info-area .donate.button {
  background-color: #68b030;
  color: #fff;
  text-transform: uppercase;
  width: 300px;
}

#donate-comments-wrapper {
  margin: 10px;
  text-align: left;
}

.error-container {
  display: block;
  text-align: center;
  width: 100%;
}

.conclusion-container {
  display: none;
  padding-top: 3.5%;
  position: relative;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .conclusion-container {
    display: block;
  }
}

.conclusion-container .conclusion-shadow {
  background-color: #7b4097;
  height: 39vh;
  left: 0;
  margin-right: 50px;
  position: absolute;
  top: 0;
  width: 510px;
  z-index: -1;
}

.conclusion-container .conclusion {
  background-color: #432368;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45vh;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 3%;
  position: relative;
  right: 0px;
  width: 97%;
}

.conclusion-container .conclusion .contributions-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  width: 82%;
}

.conclusion-container .conclusion .contributions-flex .conclusion-header {
  font-size: 45px;
  width: 40%;
  margin: 21px 21px 21px 0;
}

.conclusion-container .conclusion .contributions-flex .conclusion-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.57px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog {
  background-color: #fff;
  text-align: center;
  z-index: 100;
}

.ui-dialog .loading-message {
  margin: 20px;
}

.ui-dialog .loading-dot-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-dialog .loading-circle {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-radius: 20px;
  background-color: #8cd621;
  opacity: 0.3;
}

.ui-dialog .loading-circle:nth-child(0n+1) {
  -webkit-animation-name: moving-dot;
          animation-name: moving-dot;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.ui-dialog .loading-circle:nth-child(0n+2) {
  -webkit-animation-name: moving-dot;
          animation-name: moving-dot;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.ui-dialog .loading-circle:nth-child(0n+3) {
  -webkit-animation-name: moving-dot;
          animation-name: moving-dot;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.ui-dialog .loading-circle:nth-child(0n+4) {
  -webkit-animation-name: moving-dot;
          animation-name: moving-dot;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.ui-dialog .loading-circle:nth-child(0n+5) {
  -webkit-animation-name: moving-dot;
          animation-name: moving-dot;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes moving-dot {
  from {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}

@keyframes moving-dot {
  from {
    opacity: 0.3;
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4d4d50;
  z-index: 99;
}

.donor-faq {
  margin: 40px auto;
  width: 90%;
}

@media (min-width: 991px) {
  .donor-faq {
    width: 80%;
  }
}

.donor-faq .questions {
  list-style-position: inside;
  padding-left: 0px;
}

.donor-faq .questions li {
  color: #432368;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

@media (min-width: 991px) {
  .donor-faq .questions li {
    font-size: 25px;
    line-height: 34px;
  }
}

.donor-faq .questions .question {
  color: #432368;
  display: inline;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 991px) {
  .donor-faq .questions .question {
    font-size: 25px;
  }
}

.donor-faq .questions .answer {
  color: #4d4d50;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.donor-faq .button-line {
  text-align: center;
  width: 100%;
}

.donate-match-container,
#company-profile-container,
#hepdata-no-results-message {
  text-align: center;
  margin-bottom: 60px;
}

.donate-match-container input,
.donate-match-container datalist,
.donate-match-container .input-and-loader {
  width: 300px;
}

.donate-match-container .input-and-loader {
  margin: auto;
  position: relative;
}

.donate-match-container .input-and-loader input {
  height: 30px;
  padding: 3px;
  border-style: solid;
  text-align: center;
  font-weight: 600;
}

.donate-match-container .input-and-loader .load-container {
  display: none;
  height: 30px;
  width: 30px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: -6px;
}

.donate-match-container .input-and-loader .load-container .loader,
.donate-match-container .input-and-loader .load-container .loader:before,
.donate-match-container .input-and-loader .load-container .loader:after {
  background: #432368;
  -webkit-animation: load1 1s infinite ease-in-out;
          animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.donate-match-container .input-and-loader .load-container .loader {
  color: #432368;
  text-indent: -9999em;
  margin: 10px auto;
  position: relative;
  font-size: 4px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.donate-match-container .input-and-loader .load-container .loader:before,
.donate-match-container .input-and-loader .load-container .loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.donate-match-container .input-and-loader .load-container .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.donate-match-container .input-and-loader .load-container .loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em;
  }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em;
  }
}

.donate-match-container #company-option-list {
  width: 300px;
  margin: 0 auto;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #F1F1F3;
  border: #7b4097 1px solid;
  display: none;
}

.donate-match-container #company-option-list .company-option {
  word-wrap: break-word;
  padding: 5px 2px;
}

.donate-match-container #company-option-list .company-option:hover {
  background-color: #68b030;
  color: #fff;
}

.donate-error-message {
  color: #aeaeae;
  padding: 0 10%;
  word-break: break-all;
  text-align: center;
}

#company-profile-container .profile {
  display: none;
  width: 75%;
  margin: auto;
}

#company-profile-container .profile .row {
  margin: 20px 0;
}

#company-profile-container .profile .row .company-property-label {
  width: 30%;
  text-align: right;
  font-weight: 700;
}

#company-profile-container .profile .row .company-property-value {
  text-align: left;
  width: 60%;
}

#company-profile-container .profile .row .company-property-value#summary-value {
  width: auto;
  font-size: 25px;
  line-height: 34px;
  text-align: center;
}

#company-profile-container .profile .row .company-property-value#summary-value .company {
  font-weight: 700;
  color: #7b4097;
}

#company-profile-container .profile .row .company-property-value#summary-value .percent {
  font-weight: 700;
  color: #68b030;
}

#company-profile-container .profile .row .company-property-value#summary-value .match-amount {
  font-weight: 700;
  color: #432368;
}

#company-profile-container .profile .row .company-property-value#matchingGiftForm-value {
  width: auto;
}

#company-profile-container .profile .row .company-property-value#lastUpdated-value {
  font-weight: 700;
  color: #aeaeae;
}

#company-profile-container .profile .row .company-property-value#matchingConditions-value .ratio {
  font-weight: 700;
  color: #432368;
}

#company-profile-container .profile .row .company-property-value#resources-value {
  width: auto;
}

#company-profile-container ul {
  margin-top: 0px;
}

#company-profile-container li {
  margin-bottom: 10px;
}

.privacy-policy {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.button-line {
  text-align: center;
}

.subscribe .fixed-width {
  max-width: 600px;
  text-align: center;
}

.subscribe .fixed-width #email {
  width: 100%;
}

.subscribe .fixed-width #firstName {
  width: 100%;
}

@media (min-width: 767px) {
  .subscribe .fixed-width #firstName {
    width: 50%;
  }
}

.subscribe .fixed-width #lastName {
  width: 100%;
}

@media (min-width: 767px) {
  .subscribe .fixed-width #lastName {
    width: 50%;
  }
}

.subscribe .fixed-width .join {
  width: 200px;
}

.subscribe .fixed-width .messages {
  color: red;
  text-align: left;
}

.header-content .thank-you {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.header-content .thank-you h1 {
  text-align: center;
  text-transform: none;
}

.header-content .thank-you h5 {
  text-align: center;
}

.header-content .thank-you img {
  width: 50px;
}

.header-content .thank-you p {
  margin-left: 6%;
}

.header-content .thank-you .share-icons {
  margin: 20px 10px 0px 10px;
  text-align: center;
}

.content {
  margin-top: 20px;
}

.content .thank-you h4 {
  text-align: center;
}

.content .thank-you .volunteer-desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
  text-align: center;
}

.content .thank-you .volunteer-desc .skills-text {
  margin-bottom: 20px;
}

.content .thank-you .button-line {
  margin-bottom: 40px;
}

/*# sourceMappingURL=../maps/style.css.map */
