/**
 * #SETTINGS
 */
@font-face {
  font-family: "Halcyon Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Halcyon-Bold.eot");
  src: url("../fonts/Halcyon-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Halcyon-Bold.woff") format("woff"), url("../fonts/Halcyon-Bold.ttf") format("truetype"), url("../fonts/Halcyon-Bold.svg#Halcyon-Bold") format("svg");
}

@font-face {
  font-family: "Halcyon Semi Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Halcyon-SemiBold.eot");
  src: url("../fonts/Halcyon-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Halcyon-SemiBold.woff") format("woff"), url("../fonts/Halcyon-SemiBold.ttf") format("truetype"), url("../fonts/Halcyon-SemiBold.svg#Halcyon-SemiBold") format("svg");
}

@font-face {
  font-family: "Halcyon Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Halcyon-Medium.eot");
  src: url("../fonts/Halcyon-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Halcyon-Medium.woff") format("woff"), url("../fonts/Halcyon-Medium.ttf") format("truetype"), url("../fonts/Halcyon-Medium.svg#Halcyon-Medium") format("svg");
}

@font-face {
  font-family: "Halcyon Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Halcyon-Regular.eot");
  src: url("../fonts/Halcyon-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Halcyon-Regular.woff") format("woff"), url("../fonts/Halcyon-Regular.ttf") format("truetype"), url("../fonts/Halcyon-Regular.svg#Halcyon-Regular") format("svg");
}

/**
 * #TOOLS
 */
/**
 * #GENERIC
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
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.
 */
/* line 290, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
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.
 */
/* line 302, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 429, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_generic.normalize.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * #BASE
 */
/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
html {
  background: #402858;
  font-size: 1em;
  line-height: 1.4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
body {
  background: #fff;
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 46, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 57, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 63, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.page.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.type.scss */
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.type.scss */
h4:first-of-type {
  margin-top: 0;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.type.scss */
ul {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Base/_base.type.scss */
a {
  text-decoration: none;
}

/**
 * #OBJECTS
 */
/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.wrappers.scss */
.inner, .section--secondary {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.wrappers.scss */
  .inner, .section--secondary {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1437px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.wrappers.scss */
  .inner, .section--secondary {
    width: -webkit-calc(100% - 237px);
    width: calc(100% - 237px);
    padding: 0;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.lists.scss */
.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 7, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Objects/_objects.lists.scss */
.bulleted-list {
  list-style-type: disc;
  margin: 0;
  padding-left: 15px;
}

/**
 * #COMPONENTS
 */
/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.scss */
.chat-link {
  color: #448aff;
  font: 600 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 5, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.scss */
.chat-link img,
.chat-link svg {
  display: inline-block;
  height: 25px;
  margin-left: 6px;
  position: relative;
  top: 7px;
  width: 25px;
}

/* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.scss */
.donation-link {
  color: #14c767;
  font: 600 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.scss */
.donation-link img,
.donation-link svg {
  display: none;
}

@-webkit-keyframes bot-bounce-animation {
  0% {
    top: -5px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -5px;
  }
}

@keyframes bot-bounce-animation {
  0% {
    top: -5px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -5px;
  }
}

@-webkit-keyframes hand-bounce-animation {
  0% {
    -webkit-transform: translateZ(0) translateY(-5px);
            transform: translateZ(0) translateY(-5px);
  }
  50% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(0) translateY(-5px);
            transform: translateZ(0) translateY(-5px);
  }
}

@keyframes hand-bounce-animation {
  0% {
    -webkit-transform: translateZ(0) translateY(-5px);
            transform: translateZ(0) translateY(-5px);
  }
  50% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
  }
  100% {
    -webkit-transform: translateZ(0) translateY(-5px);
            transform: translateZ(0) translateY(-5px);
  }
}

@-webkit-keyframes hand-wave-animation {
  0% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateZ(0) rotate(3deg);
            transform: translateZ(0) rotate(3deg);
  }
  50% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateZ(0) rotate(3deg);
            transform: translateZ(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
}

@keyframes hand-wave-animation {
  0% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateZ(0) rotate(3deg);
            transform: translateZ(0) rotate(3deg);
  }
  50% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateZ(0) rotate(3deg);
            transform: translateZ(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(0deg);
            transform: translateZ(0) rotate(0deg);
  }
}

@-webkit-keyframes bot-shadow-animation {
  0% {
    width: 40px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 20px));
            transform: translateZ(0) translateX(calc(50% - 20px));
    background-color: rgba(101, 94, 130, 0.65);
  }
  50% {
    width: 30px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 10px)) scaleY(0.8);
            transform: translateZ(0) translateX(calc(50% - 10px)) scaleY(0.8);
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    background-color: #655e82;
  }
  100% {
    width: 40px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 20px));
            transform: translateZ(0) translateX(calc(50% - 20px));
    background-color: rgba(101, 94, 130, 0.65);
  }
}

@keyframes bot-shadow-animation {
  0% {
    width: 40px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 20px));
            transform: translateZ(0) translateX(calc(50% - 20px));
    background-color: rgba(101, 94, 130, 0.65);
  }
  50% {
    width: 30px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 10px)) scaleY(0.8);
            transform: translateZ(0) translateX(calc(50% - 10px)) scaleY(0.8);
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    background-color: #655e82;
  }
  100% {
    width: 40px;
    -webkit-transform: translateZ(0) translateX(-webkit-calc(50% - 20px));
            transform: translateZ(0) translateX(calc(50% - 20px));
    background-color: rgba(101, 94, 130, 0.65);
  }
}

@-webkit-keyframes charity-highlight-animation {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes charity-highlight-animation {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.buttons.scss */
.btn {
  background: #1FB479;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font: 400 18px/63px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 60px;
  margin: 0 auto;
  min-width: 180px;
  max-width: 420px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: 100%;
}

/* line 18, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.buttons.scss */
.no-touch .btn:hover {
  background: #402858;
}

/* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.buttons.scss */
.btn--alt {
  background: #8fddba;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 73, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.pull-right {
  float: right;
}

/* line 83, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.pull-left {
  float: left;
}

/* line 86, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

/* line 157, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 183, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 186, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 190, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form {
  max-width: 600px;
}

/* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__row {
  margin-bottom: 30px;
  text-align: left;
}

/* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__row--checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__row--messenger-btn {
  text-align: center;
}

/* line 17, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__row--messenger-btn .messenger-btn {
  background: #fff;
  border-radius: 25px;
  border: 2px solid #448aff;
  color: #448aff;
  display: inline-block;
  font: 500 20px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  padding: 10px 20px;
  text-align: center;
}

/* line 30, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__row--align-center {
  text-align: center;
}

/* line 35, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__group {
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  /* line 35, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
  .form__group {
    margin-bottom: 200px;
  }
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__group:last-of-type {
  margin-bottom: 0;
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-field:after {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}

/* line 57, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-indicator {
  background: #eaeaea;
  display: block;
  height: 2px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-text {
  background: transparent;
  color: #402858;
  border: 0 none;
  font: 400 20px/40px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 40px;
  letter-spacing: -0.5px;
  -webkit-transition: background 300ms ease-in;
  transition: background 300ms ease-in;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
  .form__input-text {
    letter-spacing: -0.5px;
    height: 40px;
  }
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-text:focus + .form__input-indicator {
  background: #402858;
}

/* line 89, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-text--muted {
  color: #c7c7c7;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 93, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-text--muted:focus {
  color: #402858;
}

/* line 99, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-password {
  color: #402858;
  border: 0 none;
  font: 800 20px/36px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 36px;
  letter-spacing: -0.5px;
  outline: none;
  -webkit-transition: background 300ms ease-in;
  transition: background 300ms ease-in;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 99, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
  .form__input-password {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 40px;
    height: 40px;
  }
}

/* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__input-password:focus + .form__input-indicator {
  background: #402858;
}

/* line 125, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__label {
  color: #7e8fa4;
  display: block;
  font: 500 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
}

/* line 131, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__label--check {
  color: #7e8fa4;
  cursor: pointer;
  font: 400 15px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin-top: 20px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

@media screen and (min-width: 1024px) {
  /* line 131, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
  .form__label--check {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__element-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 152, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  top: 10px;
  width: 40px;
}

/* line 161, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox-input {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 167, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox-input + label {
  background: #eaeaea;
  background: #fbfbfc;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  width: 40px;
  z-index: 2;
}

/* line 180, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox-input + label img,
.form__checkbox-input + label svg {
  left: 50%;
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  width: 60%;
}

/* line 192, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox-input:checked + label {
  border-color: rgba(64, 40, 88, 0.8);
}

/* line 195, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__checkbox-input:checked + label img, .form__checkbox-input:checked + label svg {
  opacity: 1;
}

/* line 201, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form__forgot-password {
  color: #1fb478;
  display: inline-block;
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 15px;
  text-align: center;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 210, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.no-touch .form__forgot-password:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 215, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.form .btn--login {
  background: #402858;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font: 400 22px/45px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 55px;
  margin-top: 20px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

/* line 226, /Users/chrisneal/Work/Ella/dashboard/src/sass/Components/_components.form.scss */
.no-touch .form .btn--login:hover {
  background: rgba(64, 40, 88, 0.9);
}

/**
 * Blocks
*/
/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.avatar {
  font-size: 0;
  margin: 0 auto 20px;
  opacity: 1;
  position: relative;
  z-index: 10;
  width: 120px;
}

@media screen and (min-width: 414px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
  .avatar {
    padding-right: 10px;
    width: 161px;
  }
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
  .avatar {
    margin: 60px auto 80px;
  }
}

/* line 18, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.greeting--visible .avatar {
  -webkit-animation: opacity 1s forwards;
          animation: opacity 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.avatar__bot {
  -webkit-animation: bot-bounce-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
          animation: bot-bounce-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
  height: 100%;
  position: relative;
  top: 0px;
  width: 100%;
}

/* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.avatar__shadow {
  -webkit-animation: bot-shadow-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
          animation: bot-shadow-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
  background-color: rgba(101, 94, 130, 0.65);
  border-radius: 50%;
  bottom: -16px;
  height: 8px;
  left: -webkit-calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: translateZ(0) translate(-webkit-calc(50% - 20px));
          transform: translateZ(0) translate(calc(50% - 20px));
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  position: absolute;
  width: 40px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  /* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
  .avatar__shadow {
    opacity: 1;
  }
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.avatar__hand {
  -webkit-animation: hand-bounce-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
          animation: hand-bounce-animation 3s cubic-bezier(0.8, 2, 1, 1) infinite;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 28px;
}

@media screen and (min-width: 768px) {
  /* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
  .avatar__hand {
    right: 0;
    width: 34px;
  }
}

/* line 63, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.avatar.scss */
.avatar__hand__graphic {
  -webkit-animation: hand-wave-animation 2s cubic-bezier(0.8, 2, 1, 1) infinite;
          animation: hand-wave-animation 2s cubic-bezier(0.8, 2, 1, 1) infinite;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 100%;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause {
  background: #402858;
  position: relative;
}

/* line 5, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #402858), to(rgba(64, 40, 88, 0.8)));
  background: -webkit-linear-gradient(left, #402858 40%, rgba(64, 40, 88, 0.8) 100%);
  background: linear-gradient(to right, #402858 40%, rgba(64, 40, 88, 0.8) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero {
  overflow: hidden;
  padding: 100px 40px;
  position: relative;
  width: 100%;
}

/* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero h1 {
  color: #fff;
  display: block;
  font: 400 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -1px;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__hero h1 {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero h1 .svg {
  display: inline-block;
  margin: 0 10px;
  max-width: 40px;
  position: relative;
  vertical-align: middle;
  top: -4px;
  width: 100%;
  z-index: 1;
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text {
  color: #402858;
  color: #7e8fa4;
  color: #fff;
  font: 400 20px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  margin-top: 50px;
  margin: 50px auto 0;
  max-width: 800px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__hero__text {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text p {
  margin-top: 0;
}

/* line 74, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text p:last-child {
  margin-bottom: 0;
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__hero img {
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 92, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__content {
  position: relative;
  z-index: 2;
}

/* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 40px;
}

@media screen and (min-width: 1300px) {
  /* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__info {
    padding: 45px 40px;
  }
}

/* line 116, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__inner {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

/* line 122, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text {
  color: #402858;
  color: #7e8fa4;
  font: 400 20px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  margin-top: 50px;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  /* line 122, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__text {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 36px;
  }
}

/* line 137, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text p {
  margin-top: 0;
}

/* line 140, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text p:last-child {
  margin-bottom: 0;
}

/* line 145, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text h2 {
  color: #402858;
  font: 400 20px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 768px) {
  /* line 145, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__text h2 {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    margin-top: 30px;
  }
}

/* line 159, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__quick-stats {
  background: #f8f8f8;
  margin: 80px 0 80px -40px;
  padding: 100px 40px;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
}

/* line 166, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__numbered-fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  max-width: 600px;
}

/* line 172, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__numbered-fact:nth-of-type(odd) .fact {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

/* line 179, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__numbered-fact:nth-of-type(odd) .number {
  border-right: 0 none;
  padding-right: 0;
  padding-left: 30px;
}

/* line 186, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__numbered-fact .number {
  color: #402858;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 400 30px/30px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px 20px 0;
}

@media screen and (min-width: 768px) {
  /* line 186, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__numbered-fact .number {
    font-size: 60px;
    line-height: 60px;
  }
}

/* line 200, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info__numbered-fact .fact {
  color: #7e8fa4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 400 15px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  /* line 200, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__numbered-fact .fact {
    font-size: 17px;
    line-height: 26px;
  }
}

/* line 216, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__info img {
  margin: 60px 0 60px -40px;
  position: relative;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
}

/* line 223, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities {
  background: #f8f8f8;
  padding: 40px 20px;
}

@media screen and (min-width: 375px) {
  /* line 223, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 223, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities {
    background: #f8f8f8;
    padding: 40px;
  }
}

/* line 247, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities__inner {
  margin: 0 auto;
  max-width: 1400px;
}

@media screen and (min-width: 600px) {
  /* line 247, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 259, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities h2 {
  color: #402858;
  font: 400 17px/23px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 259, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

/* line 271, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities .search-results__charities__list__item {
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 271, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities .search-results__charities__list__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 900px) {
  /* line 271, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities .search-results__charities__list__item {
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 271, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities .search-results__charities__list__item {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
  }
}

/* line 294, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities .search-results__charities__list__item .charities-list-item__thumbnail {
  border-radius: 4px 4px 0 0;
}

/* line 298, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__charities .search-results__charities__list__item .charities-list-item__info {
  background: #fff;
  border-radius: 0 0 4px 4px;
  margin-top: 0;
  padding: 10px 10px 0;
}

/* line 307, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause .cause-content {
  overflow: hidden;
  position: relative;
}

/* line 312, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts {
  margin: 60px auto;
  max-width: 1290px;
}

@media screen and (min-width: 768px) {
  /* line 312, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts {
    margin: 120px auto;
  }
}

@media screen and (min-width: 1500px) {
  /* line 312, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts {
    max-width: 1400px;
  }
}

/* line 324, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts h3 {
  color: #402858;
  font: 20px/22px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 329, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts__sources {
  margin-top: 20px;
  max-width: 700px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  /* line 329, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts__sources {
    margin-top: 20px;
  }
}

/* line 338, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts__sources li {
  color: #7e8fa4;
  font: 400 13px/17px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 338, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts__sources li {
    font-size: 15px;
    line-height: 20px;
  }
}

/* line 348, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts__sources li:last-child {
  margin-bottom: 0;
}

/* line 352, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.cause__facts__sources li a {
  color: #14c767;
  text-decoration: none;
}

/* line 356, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cause.scss */
.no-touch .cause__facts__sources li a:hover {
  text-decoration: underline;
}

/* line 2, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin: 20px auto 20px;
  max-width: 1300px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 768px) {
  /* line 2, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module {
    margin: 30px auto 60px;
  }
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-heading {
  color: #402859;
  font: 20px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  text-align: center;
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-heading span {
  color: #7D95B6;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-subheading {
  color: #7D95B6;
  font: 14px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 6px 0 0;
  text-align: center;
}

/* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-subheading span {
  color: #7D95B6;
}

/* line 36, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-text {
  color: #7D95B6;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  text-align: center;
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-text span {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 47, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__header {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 0;
}

/* line 53, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__header h1 {
  color: #402859;
  font: 400 18px/50px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 0;
}

/* line 68, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first__filter-options, .cd__module--overview .module-overview__first__date-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 74, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item,
.cd__module--overview .module-overview__first .date-filter-item {
  color: #7D95B6;
  font: 400 16px/50px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 81, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item:first-child,
.cd__module--overview .module-overview__first .date-filter-item:first-child {
  margin-left: 0;
}

/* line 82, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item:last-child,
.cd__module--overview .module-overview__first .date-filter-item:last-child {
  margin-right: 0;
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item:after,
.cd__module--overview .module-overview__first .date-filter-item:after {
  background: transparant;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  top: 1px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

/* line 95, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item--selected,
.no-touch .cd__module--overview .module-overview__first .filter-option-item:hover,
.cd__module--overview .module-overview__first .date-filter-item--selected,
.no-touch
.cd__module--overview .module-overview__first .date-filter-item:hover {
  color: #402858;
}

/* line 99, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item--selected:after,
.no-touch .cd__module--overview .module-overview__first .filter-option-item:hover:after,
.cd__module--overview .module-overview__first .date-filter-item--selected:after,
.no-touch
.cd__module--overview .module-overview__first .date-filter-item:hover:after {
  background: #402858;
}

/* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .filter-option-item span,
.cd__module--overview .module-overview__first .date-filter-item span {
  font-size: 15px;
}

/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .date-filter-item {
  margin: 0 5px;
}

/* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item {
  display: none;
  padding: 30px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module--overview .module-overview__second__item {
    border-right: 1px solid #e7e7e7;
    display: block;
    width: 33.333%;
  }
}

/* line 131, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item:first-child {
  display: block;
}

/* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item:last-child {
  border-right: 0 none;
}

/* line 139, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value {
  color: #7D95B6;
  font: 400 50px/50px "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 143, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value__icon {
  font-size: 30px;
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 147, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value__icon--positive {
  color: #4cbb3e;
}

/* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value__icon--negative {
  color: #ed2d3a;
}

/* line 157, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .key {
  color: #7D95B6;
  font: 400 14px/20px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.7px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 165, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .description {
  color: #7D95B6;
  font: 400 14px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 169, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .description span {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 176, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__third {
  height: 300px;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 184, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module--triple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 191, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third {
  padding: 30px;
}

@media screen and (min-width: 768px) {
  /* line 191, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module--triple .module-third {
    border-right: 1px solid #e7e7e7;
    display: block;
    width: 33.333%;
  }
}

/* line 200, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third:last-child {
  border-right: 0 none;
}

/* line 204, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third--stat {
  padding: 30px;
  text-align: center;
}

/* line 208, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third--stat .value {
  color: #7D95B6;
  font: 400 50px/50px "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 213, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third--stat .key {
  color: #7D95B6;
  font: 400 14px/20px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: 0.7px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 221, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third--stat--cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 60px;
}

/* line 231, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module--billing {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  /* line 231, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module--billing {
    padding: 20px;
  }
}

/* line 239, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list {
  margin: 0;
}

/* line 242, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item {
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 242, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item {
    padding: 10px 20px;
  }
}

/* line 257, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item--income {
  background: rgba(143, 221, 186, 0.2);
}

/* line 261, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item--billing {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 264, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item--billing .billing-item {
  font: 18px/60px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding-right: 20px;
}

/* line 269, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item--billing .billing-item:last-child {
  display: none;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  /* line 269, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item--billing .billing-item:last-child {
    display: block;
  }
}

/* line 280, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .info {
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  /* line 280, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  /* line 289, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .date {
    margin-right: 30px;
  }
}

/* line 295, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .date__month {
  color: #402858;
  display: inline-block;
  font: 17px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 295, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .date__month {
    display: block;
    font-size: 15px;
    letter-spacing: -0.375px;
    line-height: 17px;
  }
}

/* line 310, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .date__day {
  color: #402858;
  display: inline-block;
  font: 18px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  /* line 310, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .date__day {
    color: #7D95B7;
    display: block;
    font-size: 30px;
    font-family: "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -2.25px;
    line-height: 30px;
  }
}

/* line 326, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .description {
  color: #3a3a3a;
  font: 14px/20px "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  /* line 326, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 336, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .description span {
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 341, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .value {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #402858;
  text-align: right;
}

/* line 346, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .value__change {
  color: #402858;
  font: 30px/30px "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -1.5px;
}

/* line 352, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list .cd-module-list-item .value__remaining {
  color: #7D95B7;
  font: 17px/17px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities {
  margin: 60px auto 150px;
  padding: 0 20px;
}

@media screen and (min-width: 1100px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities {
    padding: 0 40px;
  }
}

/* line 18, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__options {
  margin: 0 0 40px;
}

/* line 21, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__options__item {
  color: #7e8fa4;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-right: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__options__item:hover {
  color: #402858;
}

/* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__options__item--current {
  color: #402858;
  font-weight: 500;
}

/* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities .js-charities-type {
  display: none;
}

/* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities .js-charities-type--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 46, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item {
    margin-bottom: 16px;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item {
    margin-bottom: 20px;
    width: -webkit-calc(33.3% - 13px);
    width: calc(33.3% - 13px);
  }
}

/* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__info {
  margin-bottom: 10px;
}

@media screen and (min-width: 650px) {
  /* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__info {
    bottom: 0;
    left: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__info__logo {
  background: #eaeaea;
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

@media screen and (min-width: 1200px) {
  /* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__info__logo {
    height: 36px;
    width: 36px;
  }
}

/* line 100, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__info__logo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

/* line 108, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__info__charity-name {
  color: #402858;
  display: inline-block;
  font: 500 16px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  vertical-align: middle;
}

@media screen and (min-width: 650px) {
  /* line 108, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__info__charity-name {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
  }
}

/* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__thumbnail {
  left: -20px;
  height: 0;
  padding-top: 56%;
  position: relative;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}

@media screen and (min-width: 600px) {
  /* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__thumbnail {
    left: initial;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__thumbnail {
    padding-top: 65%;
  }
}

/* line 136, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__thumbnail img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__thumbnail__overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  width: 100%;
}

/* line 158, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 168, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__grid__item:hover .charities-grid-item__thumbnail__overlay {
  opacity: 1;
}

/* line 175, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

/* line 182, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes__item {
  background: #f6f6f6;
  border-radius: 3px;
  color: #402858;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 19px;
  overflow: hidden;
  padding: 20px 20px 22px;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

@media screen and (min-width: 700px) {
  /* line 182, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__causes__item {
    min-height: 100px;
    margin-bottom: 10px;
    width: -webkit-calc(33% - 5px);
    width: calc(33% - 5px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 182, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__causes__item {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px);
  }
}

/* line 211, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__causes__item:hover {
  background: rgba(64, 40, 88, 0.8);
  color: #fff;
}

/* line 216, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes__item span {
  display: block;
  margin: 0 auto 6px;
  max-width: 50px;
}

/* line 221, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes__item span img,
.charities__causes__item span .svg {
  max-height: 35px;
  max-width: 50px;
  height: 100%;
  width: 100%;
}

/* line 232, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes__item .charities-causes-item__text {
  color: #402858;
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 232, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
  .charities__causes__item .charities-causes-item__text {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 245, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charities.scss */
.charities__causes__item .charities-causes-item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature {
  margin-bottom: 80px;
  min-height: 300px;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 500px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature {
    height: 0;
    min-height: inherit;
    padding-top: 52.5%;
  }
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1100px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature {
    height: 700px;
    padding-top: 0;
  }
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__image-overlay {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__inner {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1437px) {
  /* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__inner {
    width: -webkit-calc(100% - 237px);
    width: calc(100% - 237px);
  }
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content {
  color: #fff;
  max-width: 575px;
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__content {
    padding-bottom: 60px;
  }
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content__logo {
  margin-bottom: 10px;
  max-width: 80px;
  overflow: hidden;
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content__logo img {
  max-width: 100%;
}

/* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content__name {
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  /* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__content__name {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.75px;
    margin-bottom: 15px;
  }
}

/* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content__mini-bio {
  font: 400 18px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
}

/* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 30px;
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 768px) {
  /* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__cause {
    bottom: 60px;
    right: 40px;
  }
}

/* line 116, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause__icon {
  max-height: 34px;
  margin-right: 10px;
}

/* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause__icon img,
.charity-feature__cause__icon .svg {
  height: 100%;
}

/* line 126, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause__name {
  color: #fff;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-row.scss */
.charity-row {
  margin-top: 40px;
}

/* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-row.scss */
.charity-row__title {
  color: #402858;
  font: 400 23px/40px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.575px;
  margin: 0 auto 20px;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.charity-row.scss */
  .charity-row__title {
    padding: 0;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.chart.scss */
.chart--doughnut {
  height: auto !important;
  margin: 30px auto 40px;
  max-width: 70%;
  width: 100% !important;
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.chart.scss */
.chart--doughnut canvas + canvas {
  display: none !important;
}

/* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.chart.scss */
.chart--bar {
  height: auto !important;
  margin: 60px auto 40px;
  max-width: 100%;
  width: 100% !important;
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.chart.scss */
.chart--bar canvas + canvas {
  display: none !important;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data {
  width: 100%;
}

/* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data tr {
  border-bottom: 1px solid #e7e7e7;
}

/* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data tbody tr:last-child {
  border-bottom: 0 none;
}

/* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data th, .data td {
  color: #7D95B6;
  font: 400 14px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 15px 30px 12px 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  /* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
  .data th, .data td {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data th:nth-child(4), .data td:nth-child(4) {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  /* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
  .data th:nth-child(4), .data td:nth-child(4) {
    padding-right: 30px;
  }
}

/* line 35, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
.data th:last-child, .data td:last-child {
  display: none;
  padding-right: 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  /* line 35, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.data.scss */
  .data th:last-child, .data td:last-child {
    display: table-cell;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd {
  background: #402858;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100vw;
}

/* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 40px 60px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
  .dd__content {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
  .dd__content {
    width: 50%;
  }
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__inner {
  margin: 0 auto;
  max-width: 400px;
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__branding img,
.dd__content__branding .svg {
  width: 160px;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__char {
  margin: 0 auto;
  max-width: 140px;
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__char img,
.dd__content__char .svg {
  max-width: 100%;
}

/* line 49, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading {
  margin-bottom: 60px;
}

/* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading h1 {
  color: #402858;
  color: #7e8fa4;
  font: 300 22px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.55px;
  margin: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
  .dd__content__heading h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading p {
  color: #584858;
  margin: 0;
  text-align: left;
}

/* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading p a {
  color: #1fb478;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.no-touch .dd__content__heading p a:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 82, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content .form {
  /* Change Autocomplete styles in Chrome*/
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content .form input:-webkit-autofill,
.dd__content .form input:-webkit-autofill:hover,
.dd__content .form input:-webkit-autofill:focus input:-webkit-autofill,
.dd__content .form textarea:-webkit-autofill,
.dd__content .form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.dd__content .form select:-webkit-autofill,
.dd__content .form select:-webkit-autofill:hover,
.dd__content .form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #584858;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* line 101, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__footer {
  color: #acacac;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 60px;
}

/* line 107, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__content__footer a {
  color: #acacac;
  text-decoration: underline;
}

/* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__artwork {
  display: none;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  width: 40%;
}

@media screen and (min-width: 1024px) {
  /* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
  .dd__artwork {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
  .dd__artwork {
    width: 50%;
  }
}

/* line 128, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.dd.scss */
.dd__artwork img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.discover-bar.scss */
.discover-bar {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
}

/* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.discover-bar.scss */
.discover-bar__inner {
  margin: 0 auto;
  max-width: 1480px;
  padding: 12px 20px;
}

@media screen and (min-width: 768px) {
  /* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.discover-bar.scss */
  .discover-bar__inner {
    padding: 12px 40px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation {
  margin: 0 auto;
  padding: 40px 20px;
}

@media screen and (min-width: 700px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
  .donation {
    padding: 80px 40px;
  }
}

@media screen and (min-width: 900px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
  .donation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation--larger {
  padding: 0;
  position: relative;
  top: initial;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 10px;
  max-width: 420px;
  padding-left: 5px;
  text-align: left;
  width: 100%;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item {
  height: 40px;
  position: relative;
  width: 50%;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item__radio {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #1fb478;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  font-size: 0;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  vertical-align: middle;
  width: 26px;
  z-index: 1;
}

/* line 55, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item__radio i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

/* line 63, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item__label {
  color: #7e8fa4;
  font: 18px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  cursor: pointer;
}

/* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency input[type="radio"] {
  left: 4px;
  position: absolute;
  top: 4px;
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency input[type="radio"]:checked ~ label.donation__frequency__item__radio {
  border-color: #8fddba;
  background: #8fddba;
}

/* line 82, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid {
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
}

/* line 91, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__radio {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #1fb478;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  font-size: 0;
  position: relative;
  text-align: center;
  top: -1px;
  -webkit-transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  transition: background 300ms ease, color 300ms ease, border-color 300ms ease;
  vertical-align: middle;
  width: 26px;
  z-index: 1;
}

/* line 108, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__radio i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

/* line 116, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__label {
  color: #7e8fa4;
  cursor: pointer;
  font: 16px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  cursor: pointer;
}

/* line 123, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid input[type="checkbox"] {
  left: -30px;
  position: absolute;
  top: 4px;
}

/* line 128, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid input[type="checkbox"]:checked ~ label.donation__claim-giftaid__radio {
  border-color: #8fddba;
  background: #8fddba;
}

/* line 134, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__info {
  padding-left: 30px;
}

/* line 137, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__info a {
  color: #1fb478;
  font: 14px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: underline;
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
          box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 340px;
  min-height: 480px;
  padding: 40px 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
  .donation__form {
    padding: 40px;
  }
}

/* line 162, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation--larger .donation__form {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: initial;
  padding: 0;
}

/* line 169, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary {
  color: #7e8fa4;
  font: 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 174, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary strong {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 180, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary--thanks h3 {
  color: #402858;
  font: 24px/28px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 10px;
}

/* line 186, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary--thanks p {
  color: #7e8fa4;
  font: 17px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 193, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary a {
  color: #14c767;
  text-decoration: underline;
}

/* line 199, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__suggested-donations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 204, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item {
  display: block;
  height: 65px;
  margin: 0 2px;
  position: relative;
  width: 65px;
}

@media screen and (min-width: 768px) {
  /* line 204, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
  .donation__form__item {
    height: 85px;
    width: 85px;
  }
}

/* line 216, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item label {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  color: #1fb478;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 400 27px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -2.4px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  -webkit-transition: color 300ms ease, background 300ms ease, border-color 300ms ease;
  transition: color 300ms ease, background 300ms ease, border-color 300ms ease;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 237, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.no-touch .donation__form__item label:hover {
  background: #8fddba;
  border-color: #8fddba !important;
}

/* line 242, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item label span {
  padding: 0 4px;
}

/* line 245, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item label span input[type="number"] {
  background: transparent;
  border: 0 none;
  border-bottom: 2px solid #eaeaea;
  display: inline-block;
  outline: none;
  padding: 0 4px;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-appearance: none;
}

/* line 259, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item input[type="radio"] {
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
}

/* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item input[type="radio"]:checked ~ label {
  background: #8fddba !important;
  border-color: #8fddba !important;
}

/* line 273, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-amount {
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  color: #7e8fa4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px 0 30px;
  position: relative;
  margin: 20px 0;
  width: 100%;
}

/* line 288, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-amount .form__input-text {
  color: #7e8fa4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text::-webkit-input-placeholder {
  color: #dadada;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text:-moz-placeholder {
  color: #dadada;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text:-ms-input-placeholder {
  color: #dadada;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text.placeholder {
  color: #dadada;
}

/* line 296, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-amount .donation-amount-currency {
  color: rgba(126, 143, 164, 0.8);
  font: 28px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  left: 15px;
  position: absolute;
  top: 20px;
}

/* line 306, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-email {
  border: 2px solid #e8e8e8;
  border-radius: 6px;
  color: #7e8fa4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
}

/* line 321, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-email .form__input-text {
  color: #7e8fa4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text::-webkit-input-placeholder {
  color: #dadada;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text:-moz-placeholder {
  color: #dadada;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text:-ms-input-placeholder {
  color: #dadada;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text.placeholder {
  color: #dadada;
}

/* line 331, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__payment-details--bump {
  margin-top: 60px;
}

/* line 338, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row--card-no {
  border-top: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-radius: 6px 6px 0 0;
  color: #7e8fa4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
}

/* line 351, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row--card-no .form__input-text {
  color: #7e8fa4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row--card-no .form__input-text::-webkit-input-placeholder {
  color: #dadada;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row--card-no .form__input-text:-moz-placeholder {
  color: #dadada;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row--card-no .form__input-text:-ms-input-placeholder {
  color: #dadada;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row--card-no .form__input-text.placeholder {
  color: #dadada;
}

/* line 360, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 365, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--left {
  border-bottom: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 2px solid #e8e8e8;
  border-radius: 0 0 0 6px;
  color: #7e8fa4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 0 0 0;
  width: 100%;
}

/* line 379, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--left .form__input-text {
  color: #7e8fa4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--left .form__input-text::-webkit-input-placeholder {
  color: #dadada;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--left .form__input-text:-moz-placeholder {
  color: #dadada;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--left .form__input-text:-ms-input-placeholder {
  color: #dadada;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--left .form__input-text.placeholder {
  color: #dadada;
}

/* line 388, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--right {
  border-bottom: 2px solid #e8e8e8;
  border-right: 2px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-top: 2px solid #e8e8e8;
  border-radius: 0 0 6px 0;
  color: #7e8fa4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 0 0 0;
  width: 100%;
}

/* line 402, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--right .form__input-text {
  color: #7e8fa4;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--right .form__input-text::-webkit-input-placeholder {
  color: #dadada;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--right .form__input-text:-moz-placeholder {
  color: #dadada;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--right .form__input-text:-ms-input-placeholder {
  color: #dadada;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.donation__form__row .donation-form-row-half--right .form__input-text.placeholder {
  color: #dadada;
}

/* line 413, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__form__success {
  background: #8fddba;
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  line-height: 100px;
  height: 100px;
  margin: 20px auto 30px;
  text-align: center;
  width: 100px;
}

/* line 426, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__submit {
  background: #1FB479;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font: 400 18px/63px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 60px;
  margin: 0 auto 20px;
  min-width: 180px;
  max-width: 420px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: 100%;
}

/* line 443, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.no-touch .donation__submit:hover {
  background: #402858;
  color: #fff;
}

/* line 448, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donation.scss */
.donation__submit:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item {
  border-top: 2px solid transparent;
  -webkit-flex-basis: 140px;
      -ms-flex-preferred-size: 140px;
          flex-basis: 140px;
  opacity: 0.3;
  padding: 20px 30px 20px;
  -webkit-transition: border-top-color 300ms ease, background 300ms ease, opacity 300ms ease-in-out;
  transition: border-top-color 300ms ease, background 300ms ease, opacity 300ms ease-in-out;
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item--current,
.no-touch .donations-stats__header__item:hover {
  background: #fff;
  opacity: 1;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item--current {
  border-top-color: #14c767;
}

/* line 30, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item--align-right {
  position: absolute;
  right: 0;
}

/* line 36, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__key {
  color: #402858;
  font: 13px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 30px;
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__value {
  color: #402858;
  font: 400 40px/40px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 10px 0;
}

/* line 47, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__value span {
  font-size: 25px;
  font-weight: 400;
  position: relative;
  top: 4px;
  vertical-align: top;
}

/* line 56, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__change {
  color: #14c767;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__info {
  color: #7e8fa4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
  .donations-stats__donations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  /* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
  .donations-stats__donations__graph {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
  }
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__donations__graph .donations-graph-graphic {
  height: 500px;
  margin: 0 auto;
  padding: 30px 0;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

/* line 92, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__donations__today {
  background: #14c767;
}

@media screen and (min-width: 1024px) {
  /* line 92, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.donations-stats.scss */
  .donations-stats__donations__today {
    width: 320px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header {
  margin: 0 auto 60px;
  min-height: 75px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header {
    margin-bottom: 30px;
  }
}

/* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header--chdash {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 17, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.066);
          box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.066);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 20px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

/* line 30, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation--chdash {
  position: relative;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header--landing .header__navigation {
  background: transparent;
  height: 120px;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item {
  color: #402858;
  font: 400 18px/48px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media screen and (max-width: 769px) {
  /* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__item {
    display: none;
  }
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__item:hover {
  color: rgba(64, 40, 88, 0.8) !important;
}

/* line 55, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--alt {
  color: #8fddba;
}

/* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--button {
  background: transparent;
  border: 0 none;
  height: 48px;
  outline: none;
  padding: 0;
  vertical-align: middle;
  width: 20px;
}

@media screen and (max-width: 769px) {
  /* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__item--button {
    display: inline-block;
  }
}

/* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--button .svg {
  display: block;
  height: 20px;
  width: 20px;
}

/* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--button .svg * {
  fill: #402858;
}

/* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 91, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header--landing .header__navigation__first {
  display: block;
}

/* line 95, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a .branding-text {
  display: inline-block;
}

/* line 101, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a .branding-text .brand-name {
  font: 15px/14px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a .branding-text .brand-byline {
  color: #7e8fa4;
  font: 13px/14px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 111, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first img,
.header__navigation__first .svg {
  display: block;
  margin-right: 10px;
  width: 40px;
}

/* line 124, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__second {
  height: 48px;
  position: relative;
}

/* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__second:hover .header__navigation__item {
  color: rgba(64, 40, 88, 0.6);
}

/* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__third {
  height: 48px;
}

@media screen and (max-width: 520px) {
  /* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__third {
    display: none;
  }
}

/* line 143, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown {
  background: #fff;
  -webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
          box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
  opacity: 0;
  padding: 18px 26px;
  position: absolute;
  right: -26px;
  -webkit-transform: scale(0.8) translate(-7%, -7%);
      -ms-transform: scale(0.8) translate(-7%, -7%);
          transform: scale(0.8) translate(-7%, -7%);
  -webkit-transition: right 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), opacity 100ms ease-in-out, -webkit-transform 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6);
  transition: right 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), opacity 100ms ease-in-out, -webkit-transform 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6);
  transition: transform 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), right 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), opacity 100ms ease-in-out;
  transition: transform 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), right 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6), opacity 100ms ease-in-out, -webkit-transform 250ms cubic-bezier(0.26, 0.24, 0.017, 1.6);
  visibility: hidden;
  width: 195px;
  z-index: -1;
}

/* line 157, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown--active {
  opacity: 1;
  pointer-events: auto;
  right: 0;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
  visibility: visible;
}

/* line 165, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 7px;
  top: -7px;
  width: 0;
}

/* line 179, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown .navigation-dropdown__item {
  color: #402858;
  font: 400 16px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 186, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__dropdown .navigation-dropdown__item:hover {
  color: rgba(64, 40, 88, 0.6);
}

/* line 190, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown .navigation-dropdown__item--alt {
  color: rgba(64, 40, 88, 0.6);
  font-weight: 400;
}

/* line 194, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__dropdown .navigation-dropdown__item--alt:hover {
  color: #8fddba;
}

/* line 203, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__searchbar {
  max-width: initial;
  margin: 0 20px;
  max-width: 600px;
  position: relative;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}

@media screen and (min-width: 1024px) {
  /* line 203, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 214, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search {
  background: transparent;
  background: #F1F1F2;
  border: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #402858;
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 48px;
  outline: none;
  padding: 4px 35px 0 15px;
  -webkit-transition: border-color 300ms ease, min-width 300ms ease;
  transition: border-color 300ms ease, min-width 300ms ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 214, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .form__header-search {
    padding: 5px 48px 0 20px;
  }
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search::-webkit-input-placeholder {
  color: #7e8fa4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:-moz-placeholder {
  color: #7e8fa4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:-ms-input-placeholder {
  color: #7e8fa4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search.placeholder {
  color: #7e8fa4;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 238, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search:focus {
  border-color: #eaeaea;
}

@media screen and (max-width: 650px) {
  /* line 238, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .form__header-search:focus {
    min-width: 190px;
  }
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus::-webkit-input-placeholder {
  color: rgba(126, 143, 164, 0.5);
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus:-moz-placeholder {
  color: rgba(126, 143, 164, 0.5);
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus:-ms-input-placeholder {
  color: rgba(126, 143, 164, 0.5);
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus.placeholder {
  color: rgba(126, 143, 164, 0.5);
}

/* line 251, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .search-input-button {
  background: transparent;
  border: 0 none;
  height: 25px;
  padding: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* line 251, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .search-input-button {
    height: 30px;
    right: 0;
  }
}

/* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .search-input-button .svg {
  max-height: 25px;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  /* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .search-input-button .svg {
    max-height: 30px;
  }
}

/* line 277, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chat-link {
  display: none !important;
  font: 400 18px/48px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media screen and (min-width: 1024px) {
  /* line 277, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header .chat-link {
    display: inline-block;
    margin-left: 14px;
  }
}

/* line 288, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chat-link .svg {
  margin-left: 1px;
  top: 8px;
  width: 22px;
}

/* line 293, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chat-link .svg * {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

/* line 298, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header .chat-link:hover {
  color: #fff;
}

/* line 302, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header .chat-link:hover .svg * {
  fill: #fff !important;
}

/* line 309, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__byline {
  color: #fff;
  font: 30px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.75px;
  margin: 10px auto 0;
}

/* line 316, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary {
  padding-top: 75px;
  height: 129px;
  overflow: hidden;
  padding: 75px 10px 0;
}

/* line 323, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-flex-basis: content;
      -ms-flex-preferred-size: content;
          flex-basis: content;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

/* line 334, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul::-webkit-scrollbar {
  display: none;
}

/* line 338, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul li {
  border-radius: 0;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 4px;
  overflow: hidden;
  position: relative;
}

/* line 346, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul li:last-child {
  margin-right: 0;
}

/* line 350, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul li a {
  color: #402858;
  display: inline-block;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out, background 300ms ease-in-out;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
}

/* line 360, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__secondary ul li a:hover {
  color: rgba(64, 40, 88, 0.6);
}

/* line 370, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header__cause--selected a {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
}

/* line 376, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav {
  border-bottom: 1px solid #DAE1E9;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 20px 0;
}

@media screen and (min-width: 768px) {
  /* line 376, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header .chdash-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 387, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item {
  color: #7D95B6;
  font: 400 18px/50px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 10px;
}

/* line 392, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item:first-child {
  margin-left: 0;
}

/* line 393, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item:last-child {
  margin-right: 0;
}

/* line 395, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item:after {
  background: transparant;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  top: 1px;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

/* line 408, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected:after,
.no-touch .header .chdash-nav__item:hover:after {
  background: #402858;
}

/* line 413, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item img,
.header .chdash-nav__item .svg {
  display: inline-block;
  max-height: 20px;
  max-width: 20px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* line 413, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header .chdash-nav__item img,
  .header .chdash-nav__item .svg {
    margin-right: 5px;
  }
}

/* line 426, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item img *,
.header .chdash-nav__item .svg * {
  fill: #7D95B6;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

/* line 433, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .svg.dash-icon * {
  fill: none !important;
}

/* line 435, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .svg.dash-icon .dash-icon-inner {
  fill: #7D95B6 !important;
}

/* line 439, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing * {
  fill: none !important;
}

/* line 441, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing path {
  stroke: #7D95B6;
}

/* line 442, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing .mag-strip {
  fill: #7D95B6 !important;
}

/* line 445, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected {
  color: #402858;
}

/* line 449, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg * {
  fill: #402858;
}

/* line 455, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg.dash-icon * {
  fill: none !important;
}

/* line 457, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg.dash-icon .dash-icon-inner {
  fill: #402858 !important;
}

/* line 461, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing * {
  fill: none !important;
}

/* line 463, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing path {
  stroke: #402858;
}

/* line 464, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing .mag-strip {
  fill: #402858 !important;
}

/* line 468, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item span {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 468, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.header.scss */
  .header .chdash-nav__item span {
    display: inline-block;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.hero.scss */
.hero {
  background: #402858;
  height: 250px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 700px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.hero.scss */
  .hero {
    height: 350px;
  }
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.hero.scss */
.hero img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

@media screen and (min-width: 700px) {
  /* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.hero.scss */
  .hero img {
    left: 0;
    position: absolute;
    top: 0;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs {
  margin: 100px auto 0;
  max-width: 890px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs {
    margin-top: 200px;
  }
}

/* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__title {
  color: #402858;
  font: 36px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.9px;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 60px;
  }
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__list {
  list-style-type: none;
  margin: 60px 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list {
    margin: 100px 0;
  }
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__list__item {
  margin-bottom: 45px;
  padding-left: 35px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item {
    margin-bottom: 65px;
    padding-left: 45px;
  }
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__list__item:before {
  background: url('../../assets/img/icon.faqs.svg') no-repeat 0 0 transparent;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  /* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item:before {
    height: 30px;
    top: -5px;
    width: 30px;
  }
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__list__item .faq-question {
  color: #402858;
  font: 20px/24px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  /* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item .faq-question {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 28px;
  }
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
.faqs__list__item .faq-answer {
  color: #402858;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 768px) {
  /* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item .faq-answer {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
  .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item {
  border-bottom: 2px solid #eaeaea;
  padding: 45px 20px 60px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
  .features__item {
    padding: 75px 20px 100px;
    width: 50%;
  }
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item:nth-child(1n) {
  border-right: 1px solid #eaeaea;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item:nth-child(2n) {
  border-left: 1px solid #eaeaea;
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item__title {
  color: #402858;
  font: 36px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.9px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
  .features__item__title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item__text {
  margin: 0 auto 40px;
  max-width: 490px;
}

@media screen and (min-width: 768px) {
  /* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
  .features__item__text {
    margin-bottom: 50px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item__text p {
  color: #7e8fa4;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
  .features__item__text p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.features.scss */
.features__item .landing-intro__demo__video-container {
  height: 575px;
  width: 280px;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities {
  font-size: 0;
  margin: 0 auto;
  min-width: 100vw;
  padding: 40px 0 20px 0;
  text-align: center;
  white-space: nowrap;
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities--reduce-spacing {
  padding: 0;
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item {
  background: #eaeaea;
  display: inline-block;
  margin-right: 4px;
  max-width: 335px;
  min-width: 260px;
  position: relative;
  text-align: left;
  width: 20vw;
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item:before {
  content: "";
  display: block;
  padding-top: 164%;
}

/* line 29, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item:last-child {
  margin-right: 20px;
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__thumbnail {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__thumbnail .featured-charities-thumbnail-gradient {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__info {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

/* line 73, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__logo {
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 50px;
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__logo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

/* line 88, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__charity-name {
  color: #fff;
  font: 400 20px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
}

/* line 94, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__charity-mini-bio {
  color: #fff;
  font: 400 15px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-height: 0;
  letter-spacing: -0.375px;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
}

/* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__charity-mini-bio .mini-bio-inner {
  padding-bottom: 20px;
  padding-top: 20px;
  white-space: normal;
}

/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
  z-index: 4;
}

/* line 121, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.no-touch .featured-charities__item:hover .featured-charities__item__charity-mini-bio {
  max-height: 300px;
}

/* line 131, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.no-touch .featured-charities:hover .featured-charities__item__link {
  background: rgba(34, 34, 34, 0.4);
}

/* line 139, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.no-touch .featured-charities .featured-charities__item__link:hover {
  background: transparent;
}

/* line 147, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
.scrollable {
  margin: 0 auto;
  overflow: hidden;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  /* line 147, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.featured-charities.scss */
  .scrollable {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer {
  background: #fff;
  margin-top: 100px;
  width: 100%;
}

/* line 6, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer--landing {
  padding: 95px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 6, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
  .footer--landing {
    padding: 95px;
  }
}

/* line 15, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__branding {
  display: block;
  margin: 0 auto;
  width: 57px;
}

/* line 21, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__social {
  margin: 30px 0;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__social__item {
  color: #402858;
  font: 16px/27px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
  .footer__social__item {
    font-size: 18px;
    line-height: 30px;
  }
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__social__item i {
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

@media screen and (min-width: 768px) {
  /* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
  .footer__social__item i {
    font-size: 24px;
    margin-right: 10px;
    top: 3px;
  }
}

/* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__copy {
  color: #aaaaaa;
  font: 400 14px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
  .footer__copy {
    max-width: 100%;
  }
}

/* line 61, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.footer.scss */
.footer__copy a {
  color: #402858;
  text-decoration: underline;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown {
    max-width: 970px;
    padding: 80px 20px;
  }
}

@media screen and (min-width: 1437px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown {
    max-width: 970px;
    width: 100%;
  }
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
          box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}

@media screen and (min-width: 970px) {
  /* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown .gbb__item {
    min-height: 330px;
    margin-top: 0;
    max-width: 300px;
  }
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item--flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item--with-anchor {
  padding-bottom: 60px;
  position: relative;
}

/* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__value {
  background: #a2ace7;
  border-radius: 50%;
  color: #6372d4;
  height: 100px;
  font: 400 30px/100px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.75px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100px;
}

/* line 61, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__value--remaining {
  background: #8fddba;
  color: #1fb478;
}

/* line 66, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__value span {
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__heading {
  min-height: 45px;
}

/* line 79, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__heading .gbb-item__title {
  color: #402858;
  font: 400 18px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__heading .gbb-item__subtitle {
  color: #7e8fa4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 4px 0;
  text-align: center;
}

/* line 96, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__form .gbb-item__form-wrapper {
  margin-top: 40px;
  position: relative;
}

/* line 100, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__form .gbb-item__form-wrapper button {
  background: none;
  border: 0 none;
  color: #1fb478;
  font: 400 11px/11px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-transform: uppercase;
}

/* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.no-touch .giving-budget-breakdown .gbb__item__form .gbb-item__form-wrapper button:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 122, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table {
  width: 100%;
}

/* line 126, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table thead tr {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #402858;
}

/* line 130, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table thead tr th {
  color: #fff;
  color: #402858;
  font: 400 18px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding-bottom: 10px;
  text-align: left;
}

/* line 137, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table thead tr th:nth-child(2) {
  text-align: right;
  vertical-align: bottom;
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

/* line 149, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr:last-child {
  border: none;
}

/* line 153, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr td {
  color: #fff;
  color: #7e8fa4;
  font: 400 15px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 0 4px;
  text-align: left;
}

/* line 160, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr td:nth-child(2) {
  text-align: right;
  vertical-align: bottom;
}

/* line 167, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr:first-child td {
  padding-top: 30px;
}

/* line 176, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__anchor {
  bottom: 0;
  height: 36px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 184, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__anchor a {
  color: #a7a7a7;
  font: 400 13px/13px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 191, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.no-touch .giving-budget-breakdown .gbb__item__anchor a:hover {
  color: #78dc84;
  text-decoration: underline;
}

/* line 198, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button {
  margin-top: auto;
}

/* line 201, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button a.button {
  background: #8fddba;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font: 400 18px/63px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 60px;
  margin: 0 auto 20px;
  min-width: 180px;
  max-width: 420px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: 100%;
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.no-touch .giving-budget-breakdown .gbb__item__button a.button:hover {
  background: #402858;
  color: #fff;
}

/* line 222, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button a.button:last-child {
  margin-bottom: 0;
}

/* line 226, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button a.button span {
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  /* line 232, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown .gbb__item--remaining {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 240, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item--remaining table tr {
  border-bottom-color: rgba(17, 137, 73, 0.7) !important;
}

/* line 244, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item--remaining table th, .giving-budget-breakdown .gbb__item--remaining table td {
  color: rgba(17, 137, 73, 0.7) !important;
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter {
  border-bottom: 1px solid #f1f1f1;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item {
  color: #7e8fa4;
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 3px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media screen and (min-width: 768px) {
  /* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__filter__item {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item:first-child {
  margin-left: 0;
}

/* line 28, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item:last-child {
  margin-right: 0;
}

/* line 32, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__filter__item:hover, .giving-history__filter__item--current {
  color: #78dc84;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options {
  display: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0;
}

@media screen and (min-width: 500px) {
  /* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__options {
    padding: 20px 10%;
  }
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 400px;
}

/* line 55, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item {
  color: #b2b2b2;
  display: inline-block;
  font: 400 14px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.35px;
  margin: 0 20px;
  -webkit-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}

@media screen and (min-width: 375px) {
  /* line 55, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__options__item {
    font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.4px;
  }
}

/* line 68, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item--current {
  color: #14c767;
  font-weight: 500;
}

/* line 73, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item:first-child {
  margin-left: 0;
}

/* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item:last-child {
  margin-right: 0;
}

/* line 81, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__options__item:hover {
  color: #14c767;
}

/* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item--disabled {
  color: #f7f7f7;
}

/* line 88, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__options__item--disabled:hover {
  color: #f7f7f7;
}

/* line 95, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table {
  width: 100%;
}

/* line 99, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table thead th {
  color: #7e8fa4;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  padding: 40px 0 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 99, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table thead th {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.4px;
    padding: 80px 0 30px;
  }
}

/* line 113, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table thead th .giving-history-table__blank {
  width: 180px !important;
}

/* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table__heading-initial {
  padding: 40px 0 30px !important;
}

/* line 124, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table tbody tr {
  border-bottom: 1px solid #f1f1f1;
}

/* line 128, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table tbody td {
  color: #7e8fa4;
  font: 400 15px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  padding: 20px 0;
}

@media screen and (min-width: 1024px) {
  /* line 128, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table tbody td {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.4px;
    padding: 30px 0;
  }
}

/* line 143, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table {
  max-width: 900px;
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__brand {
  padding-right: 10px;
  width: 47px;
}

/* line 153, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__charity a {
  color: #402858;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 157, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__table .giving-history-table__charity a:hover {
  color: #78dc84;
}

/* line 163, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__category {
  display: none;
  width: 30px;
}

@media screen and (min-width: 1024px) {
  /* line 163, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__category {
    display: table-cell;
  }
}

/* line 171, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__category .category-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}

/* line 182, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__category img *,
.giving-history__table .giving-history-table__category .svg * {
  fill: #6fda81;
}

/* line 187, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__category .giving-history-table__blank {
  width: 20px !important;
}

/* line 192, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__donation-amount {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  /* line 192, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__donation-amount {
    text-align: left;
  }
}

/* line 200, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__donation-type {
  display: none;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  /* line 200, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__donation-type {
    display: table-cell;
  }
}

/* line 209, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__blank {
  background: #efefef;
  display: inline-block;
  height: 15px;
  margin: 0 auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__active-donation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 10px;
}

/* line 222, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__active-donation .form__checkbox {
  top: 0;
}

/* line 228, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .charity-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 37px;
  text-align: center;
  width: 30px;
}

/* line 237, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .charity-logo img,
.giving-history__table .charity-logo svg {
  max-width: 100%;
}

/* line 244, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data {
  display: none;
}

/* line 247, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data--current {
  display: inherit;
  padding-bottom: 150px;
}

/* line 252, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data--visible {
  display: inherit;
}

/* line 257, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history-table {
  max-width: 900px;
  width: 100%;
}

/* line 263, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history-table--no-data .giving-history-table__category, .giving-history-table--no-data .giving-history-table__donation-amount {
  text-align: center;
}

/* line 269, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history-table--no-data .giving-history-table__category .giving-history-table__blank {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}

/* line 276, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history-table--no-data .giving-history__table__heading-initial .giving-history-table__blank {
  width: 180px !important;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview {
  overflow: hidden;
}

/* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview h2 {
  color: #402858;
  font: 400 24px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.6px;
  margin: 0 auto 20px;
  max-width: 800px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 4, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
  }
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview h3 {
  color: #7e8fa4;
  font: 400 14px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview h3.giving-overview__subtext {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data {
  margin-top: 0 !important;
}

/* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data h2 {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 44, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview--data h2 {
    text-align: center;
  }
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data h2:last-child {
  margin-bottom: 0;
}

/* line 57, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview {
  color: #402858;
}

/* line 60, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview h3 {
  font: 400 18px/18px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview ul {
  margin: 0;
  padding: 0;
}

/* line 69, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview ul li {
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  /* line 69, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__overview ul li {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 18px;
  }
}

/* line 83, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__actions {
  margin: 50px 0 0;
  overflow: hidden;
  padding-bottom: 4px;
}

/* line 88, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__actions__item {
  color: #0a7261;
  clear: both;
  display: block;
  float: right;
  font: 400 14px/32px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  /* line 88, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__actions__item {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    float: none;
    margin-right: 20px;
    text-align: left;
  }
  /* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__actions__item:last-child {
    margin-right: 0;
  }
}

/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__actions__item:after {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__actions__item:after {
    top: 4px;
  }
}

/* line 126, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget {
  margin-top: 60px;
}

/* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget h2 {
  line-height: 36px;
}

@media screen and (min-width: 1024px) {
  /* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview--giving-budget h2 {
    font-size: 28px;
  }
}

/* line 137, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget .highlight-num {
  background: #d6dffd;
  color: #6372D5;
  padding: 0 15px;
  border-radius: 24px;
}

/* line 143, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget .highlight-num--alt {
  background: #f7f7f7;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-subscriptions.scss */
.giving-subscriptions {
  background: #fff;
  -webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
          box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.26);
  border-radius: 6px;
  margin: 100px auto;
  max-width: 900px;
  padding: 30px 20px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}

@media screen and (min-width: 600px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-subscriptions.scss */
  .giving-subscriptions {
    padding: 30px 50px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.giving-subscriptions.scss */
.giving-subscriptions .giving-history__table tbody tr:last-child {
  border-bottom: 0;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-feature {
  height: 600px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-feature {
    height: auto;
  }
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-feature__image {
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: center center;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-feature__title {
  color: #fff;
  font: 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.75px;
  margin: 0;
  position: absolute;
  padding: 9.23765% 7.4375vw;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-feature__title {
    font-size: 50px;
    letter-spacing: -1.25px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-feature__title {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-quote {
  background: #402858;
  padding: 90px 20px 50px;
  text-align: center;
}

/* line 49, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-quote blockquote {
  color: #fff;
  font: 20px/20px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin: 0 auto 40px;
  max-width: 750px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 49, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-quote blockquote {
    font-size: 25px;
    letter-spacing: -0.625px;
    line-height: 25px;
  }
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-quote .quoteby {
  color: #fff;
  font: 15px/20px "Halcyon Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  text-align: center;
}

/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-quote .quoteby:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 13px;
  position: relative;
  top: -3px;
  width: 18px;
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 20px;
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item {
  margin-bottom: 60px;
  max-width: 217px;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

@media screen and (min-width: 600px) {
  /* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
  .impact__donation-levels__item {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
  .impact__donation-levels__item {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

/* line 32, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-indicator__item {
  margin-right: 2px;
  width: 30px;
}

/* line 36, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-indicator__item:last-of-type {
  padding-right: 0;
}

/* line 40, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-indicator__item img,
.impact__donation-levels__item .donation-level-indicator__item svg {
  max-height: 30px;
  max-width: 100%;
}

/* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-description__amount {
  color: #402858;
  font: 400 22px/38px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.525px;
  margin-bottom: 6px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
  .impact__donation-levels__item .donation-level-description__amount {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 30px;
  }
}

/* line 64, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-description__info {
  color: #7e8fa4;
  font: 400 14px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 64, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.impact.scss */
  .impact__donation-levels__item .donation-level-description__info {
    font-size: 17px;
    letter-spacing: -0.425px;
    line-height: 21px;
  }
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
  padding: 70px 0;
  height: 800px;
}

/* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary .logo {
  display: block;
  margin: 0 auto 70px;
  width: 130px;
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary .logo * {
  fill: #fff !important;
}

/* line 18, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary hgroup {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
  text-align: center;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary__title {
  color: #402858;
  font: 700 40px/45px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -4px;
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
  .landing__primary__title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -5px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
  .landing__primary__title {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -6.5px;
  }
}

/* line 46, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__primary__blurb {
  color: #fff;
  font: 400 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 46, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
  .landing__primary__blurb {
    font-size: 20px;
    line-height: 27px;
  }
}

/* line 66, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__demo {
  margin: 0 auto;
  max-width: 375px;
  padding: 0 20px;
  position: relative;
  top: -180px;
}

@media screen and (min-width: 400px) {
  /* line 66, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
  .landing__demo {
    top: -200px;
  }
}

/* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__demo img,
.landing__demo .svg {
  width: 100%;
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__signup {
  margin: 0 auto;
  max-width: 490px;
  padding: 0 20px;
}

/* line 90, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing.scss */
.landing__footer {
  color: #c5c5c5;
  font: 400 15px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 160px;
  padding: 30px 30px 40px;
  text-align: center;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro {
  margin: 60px auto;
  max-width: 1140px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  /* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

/* line 21, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__content__title {
  color: #402858;
  display: inline-block;
  font: 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -1px;
  max-width: 480px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 21, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content__title {
    font-size: 46px;
    letter-spacing: -1.15px;
    line-height: 40px;
    margin: 0 0 60px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content__title {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 50px;
    margin: 0 0 84px;
  }
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__content__title:after {
  background: #655e82;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content__title:after {
    height: 8px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content__title:after {
    height: 10px;
  }
}

/* line 61, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__content__text p {
  color: #402858;
  font: 18px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 68, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  /* line 68, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo {
    padding: 0;
    width: 50%;
  }
}

/* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container {
  background: transparent;
  border: 4px solid #eaeaea;
  border-radius: 30px;
  display: block;
  height: -webkit-calc(100% + 55px);
  height: calc(100% + 55px);
  height: 625px;
  left: -10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  width: 302px;
}

@media screen and (min-width: 375px) {
  /* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container {
    left: initial;
  }
}

@media screen and (min-width: 768px) {
  /* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container {
    right: -20px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container {
    right: initial;
  }
}

@media screen and (min-width: 1200px) {
  /* line 76, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container {
    border-radius: 40px;
  }
}

/* line 106, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container img {
  width: 100%;
}

/* line 110, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container .landing-video {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 7px;
  width: -webkit-calc(100% - 13px);
  width: calc(100% - 13px);
}

@media screen and (min-width: 1200px) {
  /* line 110, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .landing-video {
    height: 100%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}

@media screen and (min-width: 1422px) {
  /* line 110, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .landing-video {
    top: 0;
    width: -webkit-calc(100% - 19px);
    width: calc(100% - 19px);
  }
}

/* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container .mobile-border {
  background: transparent;
  border: 7px solid #ffffff;
  border-radius: 30px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000;
}

@media screen and (min-width: 1200px) {
  /* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .mobile-border {
    border-radius: 40px;
    border-width: 7px;
  }
}

@media screen and (min-width: 1422px) {
  /* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .mobile-border {
    border-radius: 40px;
    border-width: 10px;
  }
}

/* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container .mobile-bar {
  background: #ffffff;
  border-radius: 0 0 15px 15px;
  height: 4%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  z-index: 100000;
}

@media screen and (min-width: 1200px) {
  /* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .mobile-bar {
    height: 5%;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal {
  margin: 60px auto 150px;
  max-width: 800px;
  padding: 0 20px;
}

@media screen and (min-width: 1100px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
  .legal {
    padding: 0 40px;
  }
}

/* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal h2 {
  color: #402858;
  font: 400 20px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
  .legal h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal p,
.legal li {
  color: #7e8fa4;
  font: 400 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
  .legal p,
  .legal li {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 36, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal p a,
.legal li a {
  color: #14c767;
  text-decoration: underline;
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal ul {
  list-style-type: none;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* line 47, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal ul li {
  position: relative;
}

/* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
.legal ul li:before {
  background: #402858;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  left: -15px;
  position: absolute;
  top: 7px;
  width: 6px;
}

@media screen and (min-width: 768px) {
  /* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.legal.scss */
  .legal ul li:before {
    top: 9px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login {
  background: #402858;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100vw;
}

/* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 40px 60px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
  .login__content {
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
  .login__content {
    width: 33.333%;
  }
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__inner {
  margin: 0 auto;
  max-width: 400px;
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__branding img,
.login__content__branding .svg {
  width: 160px;
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__char {
  margin: 0 auto;
  max-width: 140px;
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__char img,
.login__content__char .svg {
  max-width: 100%;
}

/* line 49, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__heading {
  margin-bottom: 60px;
}

/* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__heading h1 {
  color: #402858;
  color: #7e8fa4;
  font: 300 22px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.55px;
  margin: 40px 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
  .login__content__heading h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__heading p {
  color: #584858;
  margin: 0;
  text-align: left;
}

/* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__heading p a {
  color: #1fb478;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 75, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.no-touch .login__content__heading p a:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 82, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content .form {
  /* Change Autocomplete styles in Chrome*/
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content .form input:-webkit-autofill,
.login__content .form input:-webkit-autofill:hover,
.login__content .form input:-webkit-autofill:focus input:-webkit-autofill,
.login__content .form textarea:-webkit-autofill,
.login__content .form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.login__content .form select:-webkit-autofill,
.login__content .form select:-webkit-autofill:hover,
.login__content .form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #584858;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* line 101, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__footer {
  color: #acacac;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 60px;
}

/* line 107, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__content__footer a {
  color: #acacac;
  text-decoration: underline;
}

/* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__artwork {
  display: none;
  position: relative;
  width: 55%;
}

@media screen and (min-width: 1024px) {
  /* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
  .login__artwork {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
  .login__artwork {
    width: 66.666%;
  }
}

/* line 127, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.login.scss */
.login__artwork img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main {
  background: #fff;
  min-height: -webkit-calc(100vh - 10px);
  min-height: calc(100vh - 10px);
  margin: 6px auto;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main {
    min-height: -webkit-calc(100vh - 40px);
    min-height: calc(100vh - 40px);
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main {
    min-height: -webkit-calc(100vh - 40px);
    min-height: calc(100vh - 40px);
    margin: 20px auto 0;
  }
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main--full {
  margin: 0;
  width: 100%;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main--with-top:before {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
  content: "";
  display: block;
  height: 6px;
  left: -20px;
  position: relative;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
}

@media screen and (min-width: 768px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main--with-top:before {
    display: block;
  }
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main--chdash {
  background: #F4F7FA;
  margin: 0;
  min-height: 100vh;
  padding-top: 160px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .charitydash .main {
    background: #f6f9fc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100% !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 !important;
    width: 100% !important;
  }
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title {
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title {
    padding: 60px 20px;
  }
}

/* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title--no-top:before {
  display: none !important;
}

/* line 77, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title__logo {
  display: block;
  margin: 0 auto 20px;
  max-height: 80px;
  max-width: 400px;
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title h1 {
  color: #402858;
  font: 400 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -1px;
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title h1 {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}

/* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title h1 img,
.main__title h1 .svg {
  display: block;
  max-height: 40px;
  margin-bottom: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  /* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title h1 img,
  .main__title h1 .svg {
    margin-bottom: 30px;
    max-height: 50px;
  }
}

@media screen and (min-width: 768px) {
  /* line 113, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title__charity-name {
    margin-bottom: 40px !important;
  }
}

/* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title p {
  color: #7e8fa4;
  font: 400 17px/23px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 20px auto 0;
  max-width: 700px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 119, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title p {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 134, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title--search h1, .main__title--search p {
  margin: 0;
  text-align: left;
}

/* line 139, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title--search p {
  margin-top: 20px;
}

/* line 144, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title .btn {
  background: #fff;
  border: 2px solid rgba(64, 40, 88, 0.1);
  border-radius: 4px;
  color: #402858;
  display: block;
  font: 400 14px/42px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 45px;
  margin: 30px auto 0;
  padding: 0 10px;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
  width: 180px;
}

/* line 158, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.no-touch .main__title .btn:hover {
  background: rgba(64, 40, 88, 0.8);
  color: #ffffff;
}

/* line 164, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title__category {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: center;
}

/* line 169, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title__category a {
  color: #7e8fa4;
  display: inline-block;
  font: 400 14px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 169, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
  .main__title__category a {
    font-size: 17px;
    line-height: 23px;
    width: 300px;
  }
}

/* line 182, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.no-touch .main__title__category a:hover {
  color: #14c767;
}

/* line 187, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.main.scss */
.main__title__category img,
.main__title__category .svg {
  display: inline-block;
  max-height: 30px;
  max-width: 40px;
  vertical-align: middle;
}

@-webkit-keyframes messenger-item {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes messenger-item {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes messenger-item-fade {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0.7;
    top: 0;
  }
}

@keyframes messenger-item-fade {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0.7;
    top: 0;
  }
}

@-webkit-keyframes messenger-item-last {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0.4;
    top: 0;
  }
}

@keyframes messenger-item-last {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 0.4;
    top: 0;
  }
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation {
  background: #eee;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

/* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 41, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation__image {
    -webkit-filter: none;
            filter: none;
  }
}

/* line 56, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 525px;
  min-height: 800px;
  padding: 40px 0;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  /* line 56, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation__messenger {
    height: 100%;
    position: absolute;
    right: 7.1875vw;
    top: 0;
  }
}

/* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  opacity: 0;
  position: relative;
  top: -20px;
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(1) {
  -webkit-animation: messenger-item 300ms forwards;
          animation: messenger-item 300ms forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

/* line 85, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(2) {
  -webkit-animation: messenger-item 300ms forwards;
          animation: messenger-item 300ms forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* line 90, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(3) {
  -webkit-animation: messenger-item 300ms forwards;
          animation: messenger-item 300ms forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* line 95, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(4) {
  -webkit-animation: messenger-item 300ms forwards;
          animation: messenger-item 300ms forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

/* line 100, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(5) {
  -webkit-animation: messenger-item 300ms forwards;
          animation: messenger-item 300ms forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/* line 105, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(6) {
  -webkit-animation: messenger-item-fade 300ms forwards;
          animation: messenger-item-fade 300ms forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

/* line 110, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(7) {
  -webkit-animation: messenger-item-last 300ms forwards;
          animation: messenger-item-last 300ms forwards;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@media screen and (min-width: 1024px) {
  /* line 110, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(7) {
    margin-bottom: -20px;
  }
}

/* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__avatar {
  background: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  height: 36px;
  margin-right: 12px;
  position: relative;
  top: -6px;
  width: 36px;
}

/* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message {
  max-width: 70%;
}

/* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__name {
  color: #fff;
  font: 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 140, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__text {
  background: #fff;
  display: inline-block;
  font: 14px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 4px 0;
}

/* line 147, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message--charity-card {
  max-width: 250px;
}

/* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card {
  border-radius: 24px;
  overflow: hidden;
}

/* line 155, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-charity {
  background: #223974;
  padding: 10px;
}

/* line 159, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-charity img {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  width: 100%;
}

/* line 166, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-description {
  background: #fff;
  padding: 8px;
}

/* line 170, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-description__title {
  color: #222222;
  font: 13px/13px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 6px;
}

/* line 175, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-description__text {
  color: #444444;
  font: 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 181, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-action {
  background: #fff;
  border-top: 1px solid #e2e2e2;
  color: #448aff;
  font: 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 8px;
  text-align: center;
}

/* line 192, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--harriet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 196, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--harriet .messenger-item__avatar {
  background: url('../../assets/img/asset.harriet-profile.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 12px;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

/* line 205, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--harriet .messenger-item__message__name {
  text-align: right;
}

/* line 209, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--harriet .messenger-item__message__text {
  background: #fff;
  border-radius: 24px 0 24px 24px;
  color: #402858;
  padding: 10px 15px 6px;
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--ella {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 221, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--ella .messenger-item__avatar {
  background: url('../../assets/img/asset.ella-profile.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 227, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--ella .messenger-item__message__text {
  background: #402858;
  border-radius: 0 24px 24px 24px;
  color: #fff;
  padding: 10px 15px 6px;
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 30px;
}

@media screen and (min-width: 1024px) {
  /* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__inner {
    max-width: 1290px;
    padding: 0 40px;
  }
}

/* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  /* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar__category {
  color: #7e8fa4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.45px;
  margin: 0 auto 30px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__bar__category {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    width: auto;
  }
}

/* line 37, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar__category .icon {
  background: #eaeaea;
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  width: 40px;
}

/* line 46, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar__category .icon img,
.profile__bar__category .icon .svg {
  left: 50%;
  max-height: 25px;
  max-width: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

/* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 59, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__bar__actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 390px;
  }
}

/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bar__actions .chat-link:first-child {
  margin-right: 20px;
}

@media screen and (min-width: 1024px) {
  /* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__bar__actions .chat-link:first-child {
    margin: 0;
  }
}

/* line 83, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bio__heading {
  margin: 40px 0;
}

/* line 86, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bio__heading .charity-name {
  color: #402858;
  font: 400 24px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.6px;
  margin: 0;
}

/* line 93, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bio__heading a {
  color: #7e8fa4;
  font: 400 18px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
  text-decoration: none;
}

/* line 101, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bio__description {
  max-width: 690px;
}

/* line 104, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__bio__description p {
  color: #402858;
  font: 400 18px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 16px;
}

/* line 112, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__quote {
  overflow: hidden;
}

/* line 115, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__quote blockquote {
  color: #402858;
  font: 300 26px/34px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.65px;
  margin: 40px auto;
  padding: 0 20px;
  max-width: 800px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 115, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__quote blockquote {
    font-size: 36px;
    letter-spacing: -0.9px;
    line-height: 36px;
    margin: 0 auto 120px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 115, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__quote blockquote {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}

/* line 139, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__list {
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  /* line 139, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__list {
    margin-bottom: 150px;
  }
}

/* line 146, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__list__heading {
  margin: 0 auto 80px;
  max-width: 500px;
  text-align: center;
}

/* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__list__heading h2 {
  color: #402858;
  font: 400 21px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.525px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 151, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__list__heading h2 {
    font-size: 26px;
    letter-spacing: -0.65px;
    line-height: 50px;
  }
}

/* line 164, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__list__heading h4 {
  color: #7e8fa4;
  font: 400 17px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.425px;
}

/* line 173, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout {
  min-height: 500px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  /* line 173, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 900px) {
  /* line 173, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 173, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout {
    min-height: 700px;
  }
}

/* line 189, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__content {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 189, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px;
    text-align: left;
    width: 50%;
  }
}

/* line 203, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__content h2 {
  color: #402858;
  font: 500 20px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 20px;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  /* line 203, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout__content h2 {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 32px;
    max-width: 450px;
  }
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__content p {
  color: #7e8fa4;
  font: 400 15px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 20px;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  /* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout__content p {
    font-size: 18px;
    line-height: 24px;
    max-width: 450px;
  }
}

/* line 229, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__content p:last-child {
  margin-bottom: 0;
}

/* line 235, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__content--heading p {
  color: #7e8fa4;
  max-width: 500px;
}

/* line 242, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout--charity-heading {
  min-height: initial;
}

@media screen and (min-width: 768px) {
  /* line 242, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout--charity-heading {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  /* line 250, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout--charity-heading .profile__content-callout__content {
    padding-left: 0;
  }
}

@media screen and (min-width: 900px) {
  /* line 256, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout--charity-heading .profile__content-callout__image .donation {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__image {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout__image {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  /* line 274, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout--alt .profile__content-callout__image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 280, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__content-callout__image img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

@media screen and (max-width: 900px) {
  /* line 280, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__content-callout__image img {
    height: 300px;
  }
}

/* line 293, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile .financials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  text-align: center;
}

/* line 300, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile .financials__item {
  margin: 0 10px 40px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 300, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile .financials__item {
    margin: 0 20px 40px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 1300px) {
  /* line 300, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile .financials__item {
    width: -webkit-calc(25% - 40px);
    width: calc(25% - 40px);
  }
}

/* line 313, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile .financials__item__info {
  color: #7e8fa4;
  font: 400 15px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 313, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile .financials__item__info {
    font-size: 17px;
    line-height: 22px;
  }
}

/* line 325, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile .financials .chart {
  color: #402858;
  display: inline-block;
  font-size: 20px;
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 500;
  margin: 20px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

/* line 336, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile .financials .chart canvas {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 344, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline {
  margin: 0 auto 200px;
  max-width: 900px;
}

/* line 348, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

/* line 353, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content:before {
  background: #eaeaea;
  bottom: 0;
  content: '';
  height: 100%;
  height: -webkit-calc(100% + 80px);
  height: calc(100% + 80px);
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

@media screen and (min-width: 768px) {
  /* line 353, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* line 371, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 371, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list {
    margin-left: 0;
  }
}

/* line 378, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__item {
  margin-bottom: 40px;
  padding-left: 12px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 378, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  /* line 389, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item:nth-of-type(odd) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  /* line 396, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item__content {
    width: 45%;
  }
}

/* line 402, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__item__content h3 {
  color: #402858;
  font: 500 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  /* line 402, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item__content h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 413, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__item__content p {
  color: #7e8fa4;
  font: 400 15px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  /* line 413, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item__content p {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 423, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__item__content p:last-child {
  margin-bottom: 0;
}

/* line 429, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__item:before {
  background: #402858;
  border: 4px solid #f7f7f7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: -18px;
  position: absolute;
  top: -1px;
  width: 12px;
}

@media screen and (min-width: 768px) {
  /* line 429, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__item:before {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}

/* line 449, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__date {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
}

/* line 456, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.profile__timeline__content .timeline-list__date span {
  background: #402858;
  border-radius: 4px;
  color: #ffffff;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 6px 15px;
}

@media screen and (max-width: 767px) {
  /* line 456, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
  .profile__timeline__content .timeline-list__date span {
    left: -5px;
    position: relative;
  }
}

/* line 475, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.profile.scss */
.donation-footer {
  height: 400px;
  position: relative;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header {
  margin: 0 auto;
  max-width: 800px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 6, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__logo {
  background: #fff;
  border: 4px solid #f1f1f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  margin: -100px auto 0;
  position: relative;
  width: 200px;
}

/* line 18, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__logo img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__name {
  color: #402858;
  font: 40px/50px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
  .prelaunch-profile-header__name {
    font-size: 60px;
    line-height: 70px;
  }
}

/* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__bio {
  color: #7e8fa4;
  font: 400 20px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  margin-top: 50px;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.prelaunch.scss */
  .prelaunch-profile-header__bio {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* line 6, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item {
  margin-bottom: 60px;
  max-width: 217px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
}

@media screen and (min-width: 768px) {
  /* line 6, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
  .progress__item {
    margin-bottom: 0;
    width: -webkit-calc(30% - 20px);
    width: calc(30% - 20px);
  }
}

/* line 16, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item:last-of-type {
  margin-right: 0;
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item__icon {
  height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item__icon img,
.progress__item__icon .svg {
  max-height: 60px;
  max-width: 80px;
  width: 100%;
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item__stat {
  color: #402858;
  font: 400 32px/32px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
  .progress__item__stat {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px;
  }
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
.progress__item__description {
  color: #402858;
  color: #7e8fa4;
  font: 400 17px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.425px;
  padding: 0 12px;
  text-align: center;
}

@media screen and (min-width: 900px) {
  /* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.progress.scss */
  .progress__item__description {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 22px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results {
  margin: 60px auto 150px;
  padding: 0 20px;
}

@media screen and (min-width: 600px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1100px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results {
    padding: 0 20px;
  }
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results--discover {
  max-width: 1800px;
}

@media screen and (min-width: 1024px) {
  /* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--discover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  /* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes {
    width: 300px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--results .search-results__causes {
    width: 380px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--results .search-results__causes {
    width: 450px;
  }
}

/* line 39, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item {
  margin-bottom: 8px;
}

/* line 42, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item a {
  background: #53BBB4;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font: 16px/20px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 8px 10px 5px;
}

/* line 50, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item a span {
  display: inline-block;
  margin-right: 8px;
}

/* line 54, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item a span img,
.search-results__causes__list .cause-item a span .svg {
  max-height: 20px;
  max-width: 20px;
  vertical-align: middle;
  width: 100%;
}

/* line 61, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item a span img *,
.search-results__causes__list .cause-item a span .svg * {
  fill: #fff !important;
}

/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options {
  margin: 0 0 40px;
}

/* line 74, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options__item {
  color: #7e8fa4;
  font: 400 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-right: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__options__item:hover {
  color: #402858;
}

/* line 84, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options__item--current {
  color: #402858;
  font-weight: 500;
}

/* line 91, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results .js-charities-type {
  display: none;
}

/* line 94, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results .js-charities-type--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 1024px) {
  /* line 105, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--discover .search-results__charities {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
  }
}

/* line 111, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results--results .search-results__charities {
  width: 100%;
}

/* line 123, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

/* line 129, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list__item {
    margin-bottom: 20px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 1400px) {
  /* line 135, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list__item {
    margin-bottom: 20px;
    width: -webkit-calc(33.3% - 13px);
    width: calc(33.3% - 13px);
  }
}

@media screen and (min-width: 600px) {
  /* line 150, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list--flex-start .search-results__charities__list__item {
    margin-right: 20px;
  }
}

/* line 155, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list--flex-start .search-results__charities__list__item:last-child {
  margin-right: 0;
}

/* line 161, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}

/* line 170, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 80px;
}

/* line 178, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__logo img {
  max-height: 60px;
  max-width: 100%;
}

/* line 184, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__charity-info {
  padding-bottom: 40px;
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

/* line 188, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__charity-info .charity-name {
  color: #402858;
  font: 18px/30px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 193, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__charity-info .charity-description {
  color: #402858;
  color: #7e8fa4;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 201, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__thumbnail {
  border-radius: 4px;
  height: 0;
  overflow: hidden;
  padding-top: 56%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 201, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list__item .charities-list-item__thumbnail {
    padding-top: 55%;
  }
}

/* line 213, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__thumbnail img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 223, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__thumbnail__overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, transparent 40%, transparent 60%, rgba(0, 0, 0, 0.3));
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  width: 100%;
}

/* line 235, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 245, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__charities__list__item:hover .charities-list-item__thumbnail__overlay {
  opacity: 1;
}

/* line 251, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card {
  background: #53BBB4;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  text-align: center;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}

@media screen and (min-width: 700px) {
  /* line 251, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card {
    padding: 40px;
  }
}

/* line 266, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__icon {
  display: block;
  margin: 0 auto 10px;
}

/* line 270, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__icon .svg {
  max-height: 40px;
  max-width: 60px;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 270, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__icon .svg {
    max-height: 60px;
    max-width: 80px;
  }
}

/* line 280, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__icon .svg * {
  fill: #5d8b86 !important;
}

/* line 286, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__title {
  font: 24px/30px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  /* line 286, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 286, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__title {
    line-height: 48px;
  }
}

/* line 301, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__description {
  font: 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 600px) {
  /* line 301, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__description {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 310, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__charities__list .cause-card:hover {
  background: rgba(83, 187, 180, 0.9);
}

/* line 317, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-results h3 {
  color: #402858;
  color: #7e8fa4;
  font: 20px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 30px;
}

/* line 325, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-results.scss */
.search-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing {
  background: -webkit-linear-gradient(45deg, #3a2e47 0%, #4e3369 100%);
  background: linear-gradient(45deg, #3a2e47 0%, #4e3369 100%);
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__header {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__header {
    padding: 34px 7.3125vw;
    text-align: left;
  }
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__header img,
.search-landing__header .svg {
  display: inline-block;
  width: 80px;
}

@media screen and (min-width: 768px) {
  /* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__header img,
  .search-landing__header .svg {
    width: 105px;
  }
}

/* line 29, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__header img *,
.search-landing__header .svg * {
  fill: #fff !important;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__header h1 {
  color: #fff;
  font: 24px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.6px;
  margin: 10px auto;
  max-width: 90%;
}

@media screen and (min-width: 1024px) {
  /* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__header h1 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.7px;
    margin: 10px 0;
    max-width: initial;
  }
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100vh - 220px);
  height: calc(100vh - 220px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 57, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__wrapper {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 57, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__wrapper {
    margin: 0 auto 180px;
    max-width: 800px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item {
  position: absolute;
  width: 40px;
}

/* line 74, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item * {
  fill: #655e82;
}

/* line 79, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--ws {
  top: 4px;
  left: 62.2%;
  width: 16px;
}

/* line 86, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--dis {
  top: 20%;
  left: 20.2%;
  width: 24px;
}

/* line 91, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--dis * {
  stroke: #9087b1 !important;
  fill: none !important;
}

/* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--sports {
  top: 31%;
  left: 67.1%;
  width: 20px;
}

/* line 103, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--sports * {
  fill: #655e82 !important;
}

/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--ed {
  top: 56%;
  left: -1.8%;
  width: 32px;
}

/* line 114, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--ed * {
  fill: #52a368;
}

/* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--rel {
  top: 53%;
  left: 25.3%;
  width: 26px;
}

/* line 127, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--heart {
  top: 51%;
  left: 84.1%;
  width: 24px;
}

/* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--heart * {
  stroke: #9087b1 !important;
}

/* line 138, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--pub {
  top: 73%;
  left: 10%;
  width: 24px;
}

/* line 145, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--op {
  top: 66%;
  left: 70%;
  width: 40px;
}

/* line 150, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--op * {
  fill: #9087b1 !important;
}

/* line 156, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--cancer {
  top: 70%;
  left: 104%;
  width: 24px;
}

/* line 163, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--mr {
  top: 108.3%;
  left: 33.4%;
  width: 30px;
}

@media screen and (max-height: 680px) {
  /* line 163, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item--mr {
    display: none;
  }
}

/* line 174, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--vision {
  top: 116.3%;
  left: 53.4%;
  width: 40px;
}

/* line 179, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--vision * {
  fill: #52a368;
}

@media screen and (max-height: 690px) {
  /* line 174, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item--vision {
    display: none;
  }
}

/* line 189, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--dr {
  top: 137.3%;
  left: 61.6%;
  width: 24px;
}

@media screen and (max-height: 740px) {
  /* line 189, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item--dr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /* line 70, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* line 205, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__input {
  position: relative;
  margin: 0 auto;
  max-width: 678px;
  padding: 20px 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  /* line 205, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__input {
    padding: 0;
    width: 100%;
  }
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__input .search-input-large {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 none;
  color: #402858;
  border-radius: 4px;
  font: 20px/45px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 8px 50px 4px 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__input .search-input-large {
    font-size: 36px;
    height: 65px;
    line-height: 65px;
    max-width: 678px;
    padding: 8px 80px 4px 20px;
    width: 100%;
  }
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.search-landing__form__input .search-input-large::-webkit-input-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large::-webkit-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.search-landing__form__input .search-input-large:-moz-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-moz-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-moz-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.search-landing__form__input .search-input-large:-ms-input-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-ms-input-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-ms-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.search-landing__form__input .search-input-large.placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large.placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large.placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 252, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__input .search-input-button {
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 22px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
}

@media screen and (min-width: 768px) {
  /* line 252, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__input .search-input-button {
    height: 44px;
    width: 44px;
  }
}

/* line 272, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__to-the-features {
  bottom: 10px;
  color: #655e82;
  font: 18px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 281, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__to-the-features img, .search-landing__to-the-features .svg {
  display: block;
  height: 22px;
  margin: 20px auto;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 22px;
}

/* line 289, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__to-the-features img *, .search-landing__to-the-features .svg * {
  fill: #655e82;
}

/* line 3, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--primary {
  background: rgba(64, 40, 88, 0.02);
  padding: 40px 0 80px;
  position: relative;
}

/* line 8, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--primary:before {
  background: rgba(64, 40, 88, 0.02);
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0;
  position: absolute;
  height: 40px;
  top: -40px;
  width: 100%;
}

/* line 19, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--primary:after {
  background: #fff;
  bottom: 0;
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  left: 0;
  position: absolute;
  height: 40px;
  width: 100%;
}

/* line 30, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--primary .title {
  color: #402858;
}

/* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--primary .title--orphan {
  font: 400 24px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.6px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 33, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section--primary .title--orphan {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--secondary {
  margin: 40px auto;
  max-width: 1440px;
  padding: 0 30px;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section--secondary {
    margin-top: 100px;
    margin-bottom: 150px;
    max-width: 1290px;
    padding: 0 40px;
  }
}

/* line 65, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}

/* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--columns .mobile-order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 900px) {
  /* line 71, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section--columns .mobile-order-first {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

/* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section--without-heading {
  margin-top: 40px;
}

@media screen and (min-width: 900px) {
  /* line 80, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section--without-heading {
    margin-top: 100px;
  }
}

/* line 90, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__column__primary {
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 90, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__column__primary {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 90, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__column__primary {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
  }
}

/* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__column__secondary {
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__column__secondary {
    margin-bottom: 0;
    width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 102, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__column__secondary {
    margin-bottom: 0;
    width: 360px;
  }
}

/* line 118, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__column__heading {
  color: #402858;
  font: 400 25px/25px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.625px;
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  /* line 118, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__column__heading {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.625px;
  }
}

/* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__heading {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  /* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__heading {
    margin-bottom: 150px;
    margin-top: 0;
  }
}

/* line 141, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__heading h2 {
  color: #402858;
  font: 400 20px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin: 0 auto 10px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 141, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__heading h2 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.625px;
  }
}

/* line 156, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
.section__heading p {
  color: #7e8fa4;
  font: 400 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin: 0 auto 15px;
  max-width: 500px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 156, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.section.scss */
  .section__heading p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks {
  bottom: 0px;
  display: none;
  left: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1100;
}

/* line 10, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks--active {
  display: block;
}

/* line 14, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks__blocker {
  background: rgba(43, 49, 61, 0.99);
  bottom: 0px;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks--active .signup-thanks__blocker {
  -webkit-animation: opacity 1s forwards;
          animation: opacity 1s forwards;
}

/* line 29, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks__content {
  -webkit-animation: opacity 0.7s forwards;
          animation: opacity 0.7s forwards;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 60px auto 0px;
  max-width: 550px;
  opacity: 0;
  padding: 30px;
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 2;
}

/* line 40, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks__content__title {
  color: #fff;
  font: 400 22px/30px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.55px;
}

@media screen and (min-width: 600px) {
  /* line 40, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
  .signup-thanks__content__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

/* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks__content p {
  color: #fff;
  font: 400 15px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 600px) {
  /* line 52, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
  .signup-thanks__content p {
    padding-right: 50px;
  }
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks__content .btn {
  background: #fff;
  border-radius: 4px;
  border: 0;
  color: #402858;
  font: 400 14px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 300ms ease, -webkit-transform 300ms ease;
  transition: background 300ms ease, -webkit-transform 300ms ease;
  transition: background 300ms ease, transform 300ms ease;
  transition: background 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 180px;
}

/* line 74, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.signup-thanks.scss */
.no-touch .signup-thanks__content .btn:hover {
  background: #EDF2F8;
  color: #402858;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities {
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
  .suggested-charities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity {
  margin: 0 auto 100px auto;
  max-width: 375px;
  padding: 20px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
  .suggested-charities__charity {
    margin: 0;
  }
}

/* line 20, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__branding {
  background: #eaeaea;
  border-radius: 50%;
  height: 78px;
  position: relative;
  width: 78px;
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__branding img,
.suggested-charities__charity__branding .svg {
  left: 50%;
  position: absolute;
  max-height: 65px;
  max-width: 65px;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__name {
  color: #402858;
  font: 400 18px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
  text-align: left;
}

/* line 45, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__difference {
  color: #7e8fa4;
  font: 400 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: left;
}

/* line 54, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__donation-link {
  bottom: 20px;
  color: #14c767;
  font: 500 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  left: 20px;
  position: absolute;
  text-align: left;
  width: 100%;
}

/* line 63, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.suggested-charities.scss */
.no-touch .suggested-charities__charity__donation-link:hover {
  text-decoration: underline;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations {
  margin-top: 80px;
}

@media screen and (min-width: 900px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}

/* line 12, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.46);
          box-shadow: 0 4px 18px 0 rgba(189, 208, 223, 0.46);
  margin-top: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 970px) {
  /* line 12, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations .gbb__item {
    min-height: 330px;
    margin-top: 0;
    max-width: 300px;
  }
}

/* line 27, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item--with-anchor {
  padding-bottom: 60px;
}

/* line 31, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__value {
  background: #a2ace7;
  border-radius: 50%;
  color: #6372d4;
  height: 100px;
  font: 400 30px/100px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.75px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100px;
}

/* line 48, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__value--remaining {
  background: #8fddba;
  color: #1fb478;
}

/* line 53, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__value span {
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 62, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__heading {
  min-height: 45px;
}

/* line 66, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__heading .gbb-item__title {
  color: #402858;
  font: 400 18px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 72, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__heading .gbb-item__subtitle {
  color: #7e8fa4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 4px 0;
  text-align: center;
}

/* line 83, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__form .gbb-item__form-wrapper {
  margin-top: 40px;
  position: relative;
}

/* line 87, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__form .gbb-item__form-wrapper button {
  background: none;
  border: 0 none;
  color: #1fb478;
  font: 400 11px/11px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-transform: uppercase;
}

/* line 101, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.no-touch .upcoming-donations .gbb__item__form .gbb-item__form-wrapper button:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 109, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table {
  width: 100%;
}

/* line 113, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table thead tr {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid #402858;
}

/* line 117, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table thead tr th {
  color: #fff;
  color: #402858;
  font: 400 18px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding-bottom: 10px;
  text-align: left;
}

/* line 124, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table thead tr th:nth-child(2) {
  text-align: right;
  vertical-align: bottom;
}

/* line 133, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

/* line 136, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr:last-child {
  border: none;
}

/* line 140, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr td {
  color: #fff;
  color: #7e8fa4;
  font: 400 15px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 0 4px;
  text-align: left;
}

/* line 147, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr td:nth-child(2) {
  text-align: right;
  vertical-align: bottom;
}

/* line 154, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr:first-child td {
  padding-top: 30px;
}

/* line 163, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__anchor {
  bottom: 0;
  height: 36px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 171, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__anchor a {
  color: #a7a7a7;
  font: 400 13px/13px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 178, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.no-touch .upcoming-donations .gbb__item__anchor a:hover {
  color: #78dc84;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  /* line 185, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations .gbb__item--remaining {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

/* line 193, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item--remaining table tr {
  border-bottom-color: rgba(17, 137, 73, 0.7) !important;
}

/* line 197, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item--remaining table th, .upcoming-donations .gbb__item--remaining table td {
  color: rgba(17, 137, 73, 0.7) !important;
}

/* line 205, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__row {
  border-bottom: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  /* line 205, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__row {
    margin-bottom: 20px;
  }
}

/* line 217, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__title {
  color: #402858;
  font: 400 20px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.625px;
  margin: 0;
}

/* line 224, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__edit {
  color: #b2b2b2;
  display: inline-block;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.4px;
}

@media screen and (min-width: 1200px) {
  /* line 224, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__edit {
    font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.4px;
  }
}

/* line 235, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__edit:after {
  background: -webkit-gradient(linear, left top, right top, from(#14c767), to(#b3e895));
  background: -webkit-linear-gradient(left, #14c767 0%, #b3e895 100%);
  background: linear-gradient(to right, #14c767 0%, #b3e895 100%);
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 2px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 235, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__edit:after {
    top: 2px;
  }
}

/* line 250, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table {
  width: 100%;
}

/* line 255, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td {
  padding-bottom: 20px;
}

/* line 258, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td:nth-of-type(2) {
  text-align: right;
}

/* line 262, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td h3 {
  color: #402858;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin: 0 0 6px;
}

@media screen and (min-width: 1024px) {
  /* line 262, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__table tr td h3 {
    font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.4px;
  }
}

/* line 274, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td p {
  color: #9a9a9a;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  /* line 274, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__table tr td p {
    font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.4px;
  }
}

/* line 286, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td span {
  color: #402858;
  font: 400 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  /* line 286, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__table tr td span {
    font: 400 20px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.6px;
  }
}

/* line 301, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .upcoming-donation__no-upcoming-donations {
  color: #7e8fa4;
}

/* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list {
  margin: 60px auto;
  max-width: 678px;
  text-align: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

/* line 12, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list__icon {
  display: block;
  margin: 0 auto 10px;
  width: 69px;
}

@media screen and (min-width: 768px) {
  /* line 12, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__icon {
    width: 89px;
  }
}

/* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list h2 {
  color: #402858;
  font: 22px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 20px;
}

/* line 28, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list__form {
  position: relative;
  margin: 0 auto;
  max-width: 678px;
}

@media screen and (min-width: 768px) {
  /* line 28, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__form {
    padding: 0;
    width: 100%;
  }
}

/* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list__form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #655e82;
  border-radius: 4px;
  color: #402858;
  font: 20px/38px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 8px 50px 4px 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 38, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__form__input {
    font-size: 36px;
    height: 65px;
    line-height: 65px;
    max-width: 678px;
    padding: 8px 80px 4px 20px;
    width: 100%;
  }
}

/* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.waiting-list__form__input::-webkit-input-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input::-webkit-input-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 23, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input::-webkit-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.waiting-list__form__input:-moz-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-moz-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 24, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-moz-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.waiting-list__form__input:-ms-input-placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-ms-input-placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 25, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-ms-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
.waiting-list__form__input.placeholder {
  color: rgba(64, 40, 88, 0.26);
  font-size: 16px;
}

@media screen and (min-width: 375px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input.placeholder {
    font-size: 20px;
    line-height: 45px;
  }
}

@media screen and (min-width: 768px) {
  /* line 26, /Users/chrisneal/Work/Ella/dashboard/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input.placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 73, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.waiting-list__form__submit {
  background: #655e82;
  border-radius: 3px;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font: 16px/40px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 38px;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 70px;
}

@media screen and (min-width: 768px) {
  /* line 73, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__form__submit {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 90px;
  }
}

/* line 97, /Users/chrisneal/Work/Ella/dashboard/src/sass/Blocks/_blocks.waiting-list.scss */
.no-touch .waiting-list__form__submit:hover {
  background: #402858;
}

/**
 * #TRUMPS
 */
@media screen and (min-width: 768px) {
  /* line 1, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 7, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* line 13, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.no-scroll {
  overflow: hidden;
}

/* line 17, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.visually-hidden {
  visibility: hidden;
}

/* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.mbbr {
  display: none;
}

@media screen and (max-width: 400px) {
  /* line 22, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
  .mbbr {
    display: block;
  }
}

/* line 30, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.page-title {
  display: none;
}

/* line 34, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.landing {
  background: transparent;
}

/* line 43, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.scss */
.pixel-perfect__image {
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 115, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 120, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 124, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 132, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 138, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 144, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 148, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 153, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 161, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 168, /Users/chrisneal/Work/Ella/dashboard/src/sass/Trumps/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
