@charset "UTF-8";
/**
 * #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");
}

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

@font-face {
  font-family: "Droid Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/DroidSerif-Bold.eot");
  src: url("../fonts/DroidSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Bold.woff") format("woff"), url("../fonts/DroidSerif-Bold.ttf") format("truetype"), url("../fonts/DroidSerif-Bold.svg#DroidSerif-Bold") 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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

/* line 169, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

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

/* line 424, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 429, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_generic.normalize.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * #BASE
 */
/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
html {
  background: #2c3048;
  font-size: 1em;
  line-height: 1.4;
}

/* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
body {
  background: #fff;
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #8fddba;
  color: #fff;
  text-shadow: none;
}

/* line 29, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
::-moz-selection {
  background: #8fddba;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #8fddba;
  color: #fff;
  text-shadow: none;
}

/* line 35, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 44, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 55, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 61, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 69, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.page.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.type.scss */
body {
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  /* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.type.scss */
  body {
    font-weight: lighter !important;
  }
}

/* line 28, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.type.scss */
h4:first-of-type {
  margin-top: 0;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.type.scss */
ul {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Base/_base.type.scss */
a {
  text-decoration: none;
}

/**
 * #OBJECTS
 */
/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Objects/_objects.wrappers.scss */
  .inner, .section--secondary {
    padding: 0 40px;
  }
}

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

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Objects/_objects.lists.scss */
.inline-list {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* line 7, /Volumes/AR/projects/Ella/Ella/src/sass/Objects/_objects.lists.scss */
.inline-list__item {
  display: inline-block;
  vertical-align: top;
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Objects/_objects.lists.scss */
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

/* line 5, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.scss */
.donation-link {
  color: #14c767;
  font: 600 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 20, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.buttons.scss */
.no-touch .btn:hover {
  background: #402858;
}

/* line 22, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.buttons.scss */
.btn--alt {
  background: #8fddba;
}

/* FONT PATH
 * -------------------------- */
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

/* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 38, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-xs {
  font-size: .75em;
}

/* line 41, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-sm {
  font-size: .875em;
}

/* line 44, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-1x {
  font-size: 1em;
}

/* line 47, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 50, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 53, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 56, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 59, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-6x {
  font-size: 6em;
}

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-7x {
  font-size: 7em;
}

/* line 65, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-8x {
  font-size: 8em;
}

/* line 68, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-9x {
  font-size: 9em;
}

/* line 71, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-10x {
  font-size: 10em;
}

/* line 74, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 78, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 92, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 97, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 100, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 103, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 110, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 117, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 121, /Volumes/AR/projects/Ella/Ella/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(360deg);
    transform: rotate(360deg);
  }
}

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

/* line 141, /Volumes/AR/projects/Ella/Ella/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 146, /Volumes/AR/projects/Ella/Ella/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 151, /Volumes/AR/projects/Ella/Ella/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 156, /Volumes/AR/projects/Ella/Ella/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 161, /Volumes/AR/projects/Ella/Ella/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 166, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-flip-horizontal.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 171, /Volumes/AR/projects/Ella/Ella/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 179, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 187, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 194, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 197, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 200, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 208, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 212, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 215, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 218, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 221, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.font-awesome.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

/* line 5, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form {
  max-width: 600px;
}

/* line 8, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form--hero-search {
  margin: 0 auto;
  position: relative;
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form.inline-email {
  overflow: hidden;
  position: relative;
}

/* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form.inline-email .btn {
  color: #221741;
}

/* line 22, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__row {
  margin-bottom: 30px;
  text-align: left;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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 32, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__row--messenger-btn {
  text-align: center;
}

/* line 35, /Volumes/AR/projects/Ella/Ella/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 48, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__row--align-center {
  text-align: center;
}

/* line 53, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__group {
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  /* line 53, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__group {
    margin-bottom: 200px;
  }
}

/* line 60, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__group:last-of-type {
  margin-bottom: 0;
}

/* line 65, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__newsletter-label {
  left: -9999px;
  position: absolute;
}

/* line 70, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-field {
  -webkit-appearance: none !important;
}

/* line 73, /Volumes/AR/projects/Ella/Ella/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 82, /Volumes/AR/projects/Ella/Ella/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 90, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-text {
  -webkit-appearance: none !important;
  background: white;
  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 90, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__input-text {
    letter-spacing: -0.5px;
    height: 40px;
  }
}

/* line 111, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-text:focus + .form__input-indicator {
  background: #402858;
}

/* line 116, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-text--muted {
  color: #c7c7c7;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 120, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-text--muted:focus {
  color: #402858;
}

/* line 126, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__search {
  -webkit-appearance: none !important;
  background: rgba(241, 241, 242, 0.1);
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border: 1px solid white;
  border-radius: 3px !important;
  box-sizing: border-box;
  color: #fff;
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 58px;
  outline: none;
  padding: 4px 35px 0 15px;
  -webkit-transition: min-width 300ms ease, width 300ms ease;
  transition: min-width 300ms ease, width 300ms ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 126, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__search {
    padding: 5px 48px 0 20px;
  }
}

/* line 146, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.header--white .form__search {
  border: 1px solid #ececec;
  color: #1E1C41;
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.form__search::-webkit-input-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.form__search:-moz-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.form__search:-ms-input-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.form__search.placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 157, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form img,
.form .svg {
  display: block;
  margin-right: 10px;
  width: 40px;
}

/* line 164, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form img *,
.form .svg * {
  fill: #fff !important;
}

/* line 167, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.header--white .form img *, .header--white
.form .svg * {
  fill: #1E1C41 !important;
}

/* line 173, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form .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 173, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form .search-input-button {
    height: 30px;
    right: 0;
  }
}

/* line 188, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form .search-input-button .svg {
  max-height: 25px;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  /* line 188, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form .search-input-button .svg {
    max-height: 30px;
  }
}

/* line 196, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form .search-input-button .svg * {
  fill: #402858;
}

/* line 202, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-email {
  -webkit-appearance: none !important;
  background: white;
  color: #402858;
  border: 0 none;
  border-radius: 4px;
  font: 400 20px/40px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 45px;
  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 202, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__input-email {
    letter-spacing: -0.5px;
    height: 40px;
  }
}

/* line 224, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-email:focus + .form__input-indicator {
  background: #402858;
}

/* line 229, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-email--muted {
  color: #c7c7c7;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

/* line 233, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-email--muted:focus {
  color: #402858;
}

/* line 239, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-password {
  -webkit-appearance: none !important;
  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 239, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__input-password {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 40px;
    height: 40px;
  }
}

/* line 260, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__input-password:focus + .form__input-indicator {
  background: #402858;
}

/* line 266, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__label {
  color: #CCE6F4;
  display: block;
  font: 500 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.375px;
}

/* line 272, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__label--check {
  color: #CCE6F4;
  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 272, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
  .form__label--check {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

/* line 287, /Volumes/AR/projects/Ella/Ella/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 293, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__checkbox {
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  top: 10px;
  width: 40px;
}

/* line 302, /Volumes/AR/projects/Ella/Ella/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 308, /Volumes/AR/projects/Ella/Ella/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 321, /Volumes/AR/projects/Ella/Ella/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 333, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__checkbox-input:checked + label {
  border-color: rgba(64, 40, 88, 0.8);
}

/* line 336, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form__checkbox-input:checked + label img, .form__checkbox-input:checked + label svg {
  opacity: 1;
}

/* line 342, /Volumes/AR/projects/Ella/Ella/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 351, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.no-touch .form__forgot-password:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 356, /Volumes/AR/projects/Ella/Ella/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 367, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.no-touch .form .btn--login:hover {
  background: rgba(64, 40, 88, 0.9);
}

/* line 372, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.form .hidden-label {
  height: 0;
  left: 99999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

/* line 381, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.inline-email {
  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: 40px auto 0;
  max-width: 500px;
}

/* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.inline-email .form__input-email {
  height: 50px;
  font: 16px/55px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 0 15px;
  text-align: center;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.inline-email .form__input-email::-webkit-input-placeholder {
  color: #aeaeae;
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.inline-email .form__input-email:-moz-placeholder {
  color: #aeaeae;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.inline-email .form__input-email:-ms-input-placeholder {
  color: #aeaeae;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.inline-email .form__input-email.placeholder {
  color: #aeaeae;
}

/* line 399, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.inline-email .btn {
  background: #8fddba;
  min-width: 120px;
  font: 16px/50px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 50px;
  margin: 0;
  outline: none;
  text-transform: none;
  width: 120px;
}

/* line 409, /Volumes/AR/projects/Ella/Ella/src/sass/Components/_components.form.scss */
.no-touch .inline-email .btn:hover {
  background: #1FB479;
}

/**
 * Blocks
*/
/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article {
  background: #fff;
  position: relative;
  padding-bottom: 100px;
}

/* line 6, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero {
  padding-top: 120px;
  position: relative;
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__inner {
  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;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 740px;
  min-height: 300px;
  object-fit: cover;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
  .article__hero__inner {
    min-height: 400px;
  }
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}

/* line 54, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__image.loaded {
  opacity: 0;
}

/* line 59, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__content {
  position: relative;
}

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__content h1 {
  color: #fff;
  color: #2a275c;
  display: block;
  font: 400 36px/40px "Droid Bold", "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.9px;
  margin: 0 auto 30px;
  max-width: 800px;
  position: relative;
  text-align: left;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  /* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
  .article__hero__content h1 {
    font-size: 50px;
    letter-spacing: -1.25px;
    line-height: 50px;
  }
}

/* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__content h1 .svg {
  display: inline-block;
  margin: 0 10px;
  max-width: 40px;
  position: relative;
  vertical-align: middle;
  top: -4px;
  width: 100%;
  z-index: 1;
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__content h1 .svg * {
  fill: #fff !important;
}

/* line 97, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__meta {
  text-align: left;
}

/* line 100, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__meta time, .article__hero__meta span {
  color: #7e8fa4;
  display: inline-block;
  font: 400 17px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 105, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__meta time i, .article__hero__meta span i {
  font-style: normal;
  display: inline-block;
  line-height: 24px;
  margin: 0 6px;
  vertical-align: top;
}

/* line 113, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__meta time:last-child, .article__hero__meta span:last-child {
  margin-left: 10px;
}

/* line 117, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__hero__meta time {
  position: relative;
}

/* line 121, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content {
  color: #222;
  font: 400 18px/1.58 "Droid", "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.45px;
  margin: 30px auto 5px;
  max-width: 740px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 121, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
  .article__content {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 1.58;
    margin-top: 50px;
  }
}

/* line 136, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content p {
  margin-top: 0;
  margin-bottom: 29px;
}

/* line 140, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content p:last-child {
  margin-bottom: 0;
}

/* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content p a {
  color: #2a275c;
}

/* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content p + p span img,
.article__content p + p img {
  margin-top: 60px;
}

/* line 154, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content h2, .article__content h3 {
  color: #2a275c;
  font: 400 26px/30px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.75px;
  margin-bottom: 10px;
  margin-top: 60px;
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
  /* line 154, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
  .article__content h2, .article__content h3 {
    font-size: 34px;
    letter-spacing: 0px;
    line-height: 40px;
    margin-top: 80px;
    max-width: 75%;
  }
}

/* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content h2:first-child, .article__content h3:first-child {
  margin-top: 0;
}

/* line 175, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content h4 {
  color: #2a275c;
  font: 400 20px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-top: 60px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* line 175, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
  .article__content h4 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 34px;
    margin-top: 80px;
  }
}

/* line 190, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.article.scss */
.article__content img {
  margin-bottom: 60px;
  max-width: 100%;
  position: relative;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.avatar.scss */
  .avatar {
    padding-right: 10px;
    width: 161px;
  }
}

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

/* line 18, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.avatar.scss */
  .avatar__shadow {
    opacity: 1;
  }
}

/* line 51, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.avatar.scss */
  .avatar__hand {
    right: 0;
    width: 34px;
  }
}

/* line 63, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause {
  position: relative;
}

/* line 4, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero {
  position: relative;
}

/* line 7, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero:after {
  content: "";
  height: 25%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

/* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__inner {
  background: #1e1c40;
  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: 50vw;
  margin: 0 auto;
  min-height: 400px;
  max-height: 700px;
  object-fit: cover;
  padding: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}

/* line 48, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__image.loaded {
  opacity: 0.2;
}

/* line 53, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__content {
  position: relative;
}

/* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero h1 {
  color: #fff;
  display: block;
  font: 400 28px/36px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.7px;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
  z-index: 4;
}

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

/* line 74, /Volumes/AR/projects/Ella/Ella/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 84, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero h1 .svg * {
  fill: #fff !important;
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text {
  color: #fff;
  display: none;
  margin-bottom: 5px;
  margin-top: 50px;
  margin: 20px auto 0;
  max-width: 940px;
  position: relative;
  text-align: center;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  /* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__hero__text {
    display: block;
    font: 18px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

@media screen and (min-width: 1024px) {
  /* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__hero__text {
    font-size: 22px;
    line-height: 32px;
  }
}

/* line 111, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text h2 {
  margin-top: 60px;
}

/* line 115, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text p {
  margin-top: 0;
}

/* line 118, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__hero__text p:last-child {
  margin-bottom: 0;
}

/* line 125, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__content {
  position: relative;
  z-index: 2;
}

/* line 130, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}

@media screen and (min-width: 1300px) {
  /* line 130, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__info {
    padding: 45px 40px;
  }
}

/* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__inner {
  margin: 0 auto;
  max-width: 880px;
  width: 100%;
}

/* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text {
  color: #402858;
  color: #CCE6F4;
  font: 400 20px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  margin-top: 30px;
  max-width: 880px;
}

@media screen and (min-width: 768px) {
  /* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__text {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 36px;
    margin-top: 50px;
  }
}

/* line 160, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text .cause-introduction {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 160, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__text .cause-introduction {
    display: none;
  }
}

/* line 168, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text p {
  margin-top: 0;
}

/* line 171, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text p:last-child {
  margin-bottom: 0;
}

/* line 175, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text p a {
  color: #fff;
}

/* line 180, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__info__text h2 {
  color: #fff;
  font: 400 20px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 180, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__info__text h2 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 34px;
    margin-top: 80px;
  }
}

/* line 195, /Volumes/AR/projects/Ella/Ella/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 202, /Volumes/AR/projects/Ella/Ella/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 209, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__charities {
  padding: 40px 20px;
}

@media screen and (min-width: 375px) {
  /* line 209, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 209, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities {
    padding: 40px;
  }
}

/* line 216, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__charities__inner {
  margin: 0 auto;
  max-width: 1020px;
}

/* line 221, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__charities .search-results__charities__list__item {
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 221, /Volumes/AR/projects/Ella/Ella/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 221, /Volumes/AR/projects/Ella/Ella/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 221, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__charities .search-results__charities__list__item {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
  }
}

/* line 236, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__charities .search-results__charities__list__item .charities-list-item__thumbnail {
  border-radius: 4px 4px 0 0;
}

/* line 240, /Volumes/AR/projects/Ella/Ella/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 249, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause .cause-content {
  overflow: hidden;
  position: relative;
}

/* line 254, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts {
  margin: 60px auto;
  max-width: 880px;
}

@media screen and (min-width: 768px) {
  /* line 254, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts {
    margin: 120px auto;
  }
}

@media screen and (min-width: 1500px) {
  /* line 254, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts {
    max-width: 1020px;
  }
}

/* line 266, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts h3 {
  color: #7E8FA5;
  font: 20px/22px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 272, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts ol {
  margin-top: 20px;
  max-width: 700px;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  /* line 272, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts ol {
    margin-top: 20px;
  }
}

/* line 281, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts ol li {
  color: #CCE6F4;
  font: 400 13px/17px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 20px;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  /* line 281, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
  .cause__facts ol li {
    font-size: 15px;
    line-height: 20px;
  }
}

/* line 292, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts ol li:last-child {
  margin-bottom: 0;
}

/* line 296, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.cause__facts ol li a {
  color: #14c767;
  text-decoration: none;
}

/* line 300, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cause.scss */
.no-touch .cause__facts ol li a:hover {
  text-decoration: underline;
}

/* line 2, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
  .cd__module {
    margin: 30px auto 60px;
  }
}

/* line 13, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-heading span {
  color: #7D95B6;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-subheading span {
  color: #7D95B6;
}

/* line 36, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module .module-text span {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 47, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__first .date-filter-item {
  margin: 0 5px;
}

/* line 114, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item:first-child {
  display: block;
}

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

/* line 139, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value__icon--positive {
  color: #4cbb3e;
}

/* line 151, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--overview .module-overview__second__item .value__icon--negative {
  color: #ed2d3a;
}

/* line 157, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--triple .module-third {
  padding: 30px;
}

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

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

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

/* line 208, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module--billing {
  padding: 10px;
}

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

/* line 239, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
.cd__module__list {
  margin: 0;
}

/* line 242, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item {
    padding: 10px 20px;
  }
}

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

/* line 261, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item--billing .billing-item:last-child {
    display: block;
  }
}

/* line 280, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .date {
    margin-right: 30px;
  }
}

/* line 295, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.cd.scss */
  .cd__module__list .cd-module-list-item .description {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 336, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog {
  margin: -60px auto 0;
  max-width: 600px;
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 10;
}

/* line 9, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.unreleased-changelog-item {
  color: #fff;
  display: block;
  font: 400 17px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 5px 0;
}

@media screen and (min-width: 769px) {
  /* line 9, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
  .unreleased-changelog-item {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.unreleased-changelog-item:first-of-type:before {
  background: #00A7E1;
  background: #8789C0;
  border-radius: 20px;
  content: "Upcoming releases";
  display: table;
  font: 400 15px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 20px;
  margin-right: 10px;
  padding: 4px 12px 2px;
  position: relative;
  text-transform: capitalize;
}

/* line 34, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.unreleased-changelog-item:last-of-type {
  margin-bottom: 140px;
}

/* line 39, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item {
  border-bottom: 2px solid rgba(204, 230, 246, 0.1);
  color: #fff;
  margin: 0 0 60px;
  padding-bottom: 60px;
}

/* line 46, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag {
  border-radius: 20px;
  font: 400 15px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-right: 10px;
  padding: 4px 12px 2px;
  position: relative;
  text-transform: capitalize;
}

/* line 54, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag.tag--fix {
  background: #FF9B42;
}

/* line 55, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag.tag--improvement {
  background: #00D9C0;
}

/* line 56, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag.tag--update {
  background: #FFCF56;
}

/* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag.tag--removal {
  background: #FF4365;
}

/* line 58, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__tag.tag--feature {
  background: #2A9D8F;
}

/* line 61, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__meta__date {
  font: 400 15px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 67, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__info__title {
  color: #fff;
  font: 400 24px/34px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__info__description {
  color: #CCE6F6;
  font: 400 17px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 769px) {
  /* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
  .changelog-item__info__description {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 81, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__info__description a {
  color: #8fddba;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.no-touch .changelog-item__info__description a:hover {
  color: rgba(143, 221, 186, 0.8);
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.changelog.scss */
.changelog-item__info__image {
  margin-top: 30px;
  max-width: 100%;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities {
  margin: 60px auto 150px;
  padding: 0 20px;
}

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

/* line 18, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities__options {
  margin: 0 0 40px;
}

/* line 21, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities__options__item {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__options__item:hover {
  color: #402858;
}

/* line 31, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities__options__item--current {
  color: #402858;
  font-weight: 500;
}

/* line 38, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities .js-charities-type {
  display: none;
}

/* line 41, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities .js-charities-type--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 46, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 52, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.charities__grid__item .charities-grid-item__info {
  margin-bottom: 10px;
}

@media screen and (min-width: 650px) {
  /* line 72, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__info__logo {
    height: 36px;
    width: 36px;
  }
}

/* line 100, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
  .charities__grid__item .charities-grid-item__thumbnail {
    padding-top: 65%;
  }
}

/* line 136, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__grid__item:hover .charities-grid-item__thumbnail__overlay {
  opacity: 1;
}

/* line 175, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
.no-touch .charities__causes__item:hover {
  background: rgba(64, 40, 88, 0.8);
  color: #fff;
}

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

/* line 221, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charities.scss */
  .charities__causes__item .charities-causes-item__text {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 245, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards {
  margin: 0 auto;
  max-width: 1020px;
}

@media screen and (min-width: 600px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    -ms-grid-column-align: start;
        justify-items: start;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 20px;
  }
}

/* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards--uncapped {
  max-width: 100%;
}

/* line 21, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards img {
  max-width: 100%;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .impact-stories {
  padding: 100px 0;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .impact-stories {
    -ms-grid-column: span 2;
        grid-column: span 2;
  }
}

@media screen and (min-width: 1024px) {
  /* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .impact-stories {
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
}

/* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .impact-stories h2 {
  color: #fff;
  display: block;
  font: 28px/32px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .impact-stories h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* line 51, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .impact-stories p {
  color: #fff;
  font: 400 16px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 51, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .impact-stories p {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 64, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card {
  background: #1e1c40;
  border-bottom: 3px solid #8fddba;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 64, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .charity-card {
    margin-bottom: 0;
  }
}

/* line 78, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.no-touch .charity-cards .charity-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__branding {
  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: 0;
  padding-top: 120px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .charity-card__branding {
    margin-bottom: 0;
    padding-top: 50%;
  }
}

/* line 96, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__branding img {
  display: block;
  left: 50%;
  margin: 0 auto;
  max-height: 80%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 600px) {
  /* line 96, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .charity-card__branding img {
    height: auto;
    max-height: 100px;
  }
}

/* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info {
  color: white;
  font: 18px/22px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 20px 10px;
}

/* line 133, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info__finances {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

/* line 139, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info__finances .finance-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

/* line 143, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info__finances .finance-item__heading {
  background: #8fddba;
  color: #1e1c40;
  display: inline-block;
  font: 400 14px/14px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
  margin-right: 6px;
  height: 22px;
  padding: 6px 6px 2px;
}

/* line 154, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info__finances .finance-item__value {
  color: white;
  font: 400 30px/30px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  width: 50%;
}

/* line 160, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__info__finances .finance-item__value span {
  font-size: 15px;
}

/* line 168, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__permalink {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 177, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card__permalink span {
  left: -9999px;
  position: absolute;
}

/* line 183, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data {
  background: rgba(30, 28, 64, 0.95);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -5px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: -5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
}

@media screen and (min-width: 768px) {
  /* line 183, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .charity-cards .charity-card .perception-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 201, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row {
  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-bottom: 6px;
}

/* line 206, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row label {
  color: white;
  font: 16px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  width: -webkit-calc(55% - 10px);
  width: calc(55% - 10px);
}

/* line 212, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row .data-value {
  background: rgba(255, 255, 255, 0.3);
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: -webkit-calc(45% - 10px);
  width: calc(45% - 10px);
}

/* line 219, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row .data-value span {
  background: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 227, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row .data-value span.rating-good {
  background: #3fff8c;
}

/* line 231, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row .data-value span.rating-fair {
  background: #f9e784;
}

/* line 235, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.charity-cards .charity-card .perception-data__row .data-value span.rating-poor {
  background: #ff4759;
}

/* line 244, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.no-touch .charity-cards .charity-card:hover .perception-data {
  opacity: 1;
}

/* line 251, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 500px) {
  /* line 251, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
  .cause-card {
    margin-bottom: 0;
  }
}

/* line 261, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__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;
  padding: 20px 20px 20px 0;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

/* line 269, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__title {
  color: #fff;
  font: 30px/38px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 275, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__title a {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 281, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__title a:after {
  background: #8fddba;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 294, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.no-touch .cause-card__title a:hover:after {
  height: 65%;
}

/* line 300, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__description {
  color: #cce6f4;
  font: 17px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 305, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.cause-card__permalink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 315, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-cards.scss */
.no-touch .cause-card:hover .cause-card__content {
  background: rgba(64, 40, 88, 0);
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature {
    margin-bottom: 100px;
  }
}

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

/* line 24, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__inner {
    padding: 0 40px;
  }
}

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

/* line 65, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__content {
    padding-bottom: 60px;
  }
}

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

/* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__content__logo img {
  max-width: 100%;
}

/* line 85, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
  .charity-feature__cause {
    bottom: 60px;
    right: 40px;
  }
}

/* line 116, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause__icon {
  max-height: 34px;
  margin-right: 10px;
}

/* line 120, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-feature.scss */
.charity-feature__cause__icon img,
.charity-feature__cause__icon .svg {
  height: 100%;
}

/* line 126, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-row.scss */
.charity-row {
  margin-top: 40px;
}

/* line 4, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.charity-row.scss */
  .charity-row__title {
    padding: 0;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

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

/* line 9, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.chart.scss */
.chart--doughnut canvas + canvas {
  display: none !important;
}

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

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.chart.scss */
.chart--bar canvas + canvas {
  display: none !important;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
.data {
  width: 100%;
}

/* line 4, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
.data tr {
  border-bottom: 1px solid #e7e7e7;
}

/* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
.data tbody tr:last-child {
  border-bottom: 0 none;
}

/* line 16, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
  .data th, .data td {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 27, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
  .data th:nth-child(4), .data td:nth-child(4) {
    padding-right: 30px;
  }
}

/* line 35, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.data.scss */
  .data th:last-child, .data td:last-child {
    display: table-cell;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
  .dd__content {
    width: 60%;
  }
}

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

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__inner {
  margin: 0 auto;
  max-width: 400px;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__branding img,
.dd__content__branding .svg {
  width: 160px;
}

/* line 39, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__char {
  margin: 0 auto;
  max-width: 140px;
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__char img,
.dd__content__char .svg {
  max-width: 100%;
}

/* line 49, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading {
  margin-bottom: 60px;
}

/* line 52, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__heading h1 {
  color: #402858;
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
  .dd__content__heading h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

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

/* line 70, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.no-touch .dd__content__heading p a:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content .form {
  /* Change Autocomplete styles in Chrome*/
}

/* line 84, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
.dd__content__footer a {
  color: #acacac;
  text-decoration: underline;
}

/* line 114, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.dd.scss */
  .dd__artwork {
    display: block;
  }
}

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

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

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.discover-bar.scss */
  .discover-bar__inner {
    padding: 12px 40px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation {
  margin: 0 auto;
  padding: 40px 20px;
}

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

@media screen and (min-width: 900px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation--larger {
  padding: 0;
  position: relative;
  top: initial;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item {
  height: 40px;
  position: relative;
  width: 50%;
}

/* line 39, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item__radio i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

/* line 63, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__frequency__item__label {
  color: #CCE6F4;
  font: 18px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  cursor: pointer;
}

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

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

/* line 82, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__radio i {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

/* line 116, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__label {
  color: #CCE6F4;
  cursor: pointer;
  font: 16px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  cursor: pointer;
}

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

/* line 128, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__claim-giftaid__info {
  padding-left: 30px;
}

/* line 137, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
  .donation__form {
    padding: 40px;
  }
}

/* line 162, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary {
  color: #CCE6F4;
  font: 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

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

/* line 180, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary--thanks p {
  color: #CCE6F4;
  font: 17px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 193, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__summary a {
  color: #14c767;
  text-decoration: underline;
}

/* line 199, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
  .donation__form__item {
    height: 85px;
    width: 85px;
  }
}

/* line 216, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.no-touch .donation__form__item label:hover {
  background: #8fddba;
  border-color: #8fddba !important;
}

/* line 242, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item label span {
  padding: 0 4px;
}

/* line 245, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__item input[type="radio"]:checked ~ label {
  background: #8fddba !important;
  border-color: #8fddba !important;
}

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

/* line 288, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-amount .form__input-text {
  color: #CCE6F4;
}

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

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text:-moz-placeholder {
  color: #dadada;
}

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

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-amount .form__input-text.placeholder {
  color: #dadada;
}

/* line 296, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-amount .donation-amount-currency {
  color: rgba(204, 230, 244, 0.8);
  font: 28px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  left: 15px;
  position: absolute;
  top: 20px;
}

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

/* line 321, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__user-email .form__input-text {
  color: #CCE6F4;
}

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

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text:-moz-placeholder {
  color: #dadada;
}

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

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.donation__form__user-email .form__input-text.placeholder {
  color: #dadada;
}

/* line 331, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__payment-details--bump {
  margin-top: 60px;
}

/* line 338, /Volumes/AR/projects/Ella/Ella/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: #CCE6F4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 20px 0 0;
  width: 100%;
}

/* line 351, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row--card-no .form__input-text {
  color: #CCE6F4;
}

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

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

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

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.donation__form__row--card-no .form__input-text.placeholder {
  color: #dadada;
}

/* line 360, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 365, /Volumes/AR/projects/Ella/Ella/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: #CCE6F4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 0 0 0;
  width: 100%;
}

/* line 379, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--left .form__input-text {
  color: #CCE6F4;
}

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

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

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

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

/* line 388, /Volumes/AR/projects/Ella/Ella/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: #CCE6F4;
  height: 68px;
  line-height: 66px;
  padding: 0 20px;
  position: relative;
  margin: 0 0 0;
  width: 100%;
}

/* line 402, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__form__row .donation-form-row-half--right .form__input-text {
  color: #CCE6F4;
}

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

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

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

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

/* line 413, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.no-touch .donation__submit:hover {
  background: #402858;
  color: #fff;
}

/* line 448, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donation.scss */
.donation__submit:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

/* line 3, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item--current {
  border-top-color: #14c767;
}

/* line 30, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item--align-right {
  position: absolute;
  right: 0;
}

/* line 36, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__header__item .donations-stats-tab__info {
  color: #CCE6F4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 70, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donations-stats.scss */
  .donations-stats__donations__graph {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
  }
}

/* line 84, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.donations-stats.scss */
.donations-stats__donations__today {
  background: #14c767;
}

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

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.error.scss */
.data-not-found-error {
  background: #FE4A49;
  border-radius: 4px;
  margin: 60px auto;
  max-width: 600px;
  padding: 40px;
  text-align: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.error.scss */
.data-not-found-error h2 {
  color: #fff;
  font: 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 20px;
}

/* line 16, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.error.scss */
.data-not-found-error p {
  color: #fff;
  font: 17px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 16, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.error.scss */
  .data-not-found-error p {
    font-size: 20px;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.error.scss */
.data-not-found-error img {
  display: block;
  margin: 0 auto 50px;
  max-width: 100%;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-data-columns {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-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;
  }
}

@media screen and (min-width: 1200px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-columns {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-columns__col {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-columns__col {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  /* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-data-columns__col {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

/* line 32, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item {
  background: #ffffff;
  border: 1px solid #ececec;
  margin-bottom: 60px;
  padding: 20px;
}

@media screen and (min-width: 1400px) {
  /* line 32, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item {
    padding: 40px 30px;
  }
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item--fw {
  width: 100%;
}

/* line 46, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item--fw canvas {
  max-height: 300px !important;
  max-width: 650px;
}

/* line 52, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item h2 {
  color: #2a275c;
  font: 400 24px/24px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 6px;
  margin-top: 0;
}

/* line 61, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__header h2 {
  background: #8fddba;
  color: #1e1c40;
  display: inline-block;
  font: 400 16px/16px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 10px;
  padding: 6px 10px 2px;
}

/* line 69, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__header h3 {
  color: #2a275c;
  font: 400 40px/40px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* line 69, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__header h3 {
    font-size: 50px;
    line-height: 50px;
  }
}

/* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__header h3 span {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  /* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__header h3 span {
    font-size: 30px;
  }
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item p, .financial-history-item a {
  color: #2a275c;
  font: 400 16px/16px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 97, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

/* line 101, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__legend .key {
  color: #2a275c;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-right: 16px;
}

/* line 107, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__legend .key span {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 8px;
}

/* line 119, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__legend .key:first-child span {
  background: #3E92CC;
}

/* line 123, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__legend .key:nth-child(2) span {
  background: #E863A5;
}

/* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__graph {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  /* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  /* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__graph {
    display: block;
  }
}

@media screen and (min-width: 1600px) {
  /* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item canvas {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  /* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut {
    display: block;
  }
}

/* line 158, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__graph {
  margin: 0 auto;
  max-width: 300px;
  padding: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 158, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut__graph {
    margin: 0;
    max-width: 100%;
    max-width: 250px;
    padding: 60px 10px;
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 158, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut__graph {
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
  }
}

/* line 178, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__graph canvas {
  padding-left: 0 !important;
}

/* line 183, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__data {
  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;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 183, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut__data {
    margin: 0;
    padding: 0 20px;
    width: 55%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 183, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item__doughnut__data {
    width: 100%;
  }
}

/* line 200, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__data .legend {
  color: #2a275c;
  font: 400 18px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 206, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__data .legend__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

/* line 210, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__data .legend__item__key {
  width: 70%;
}

/* line 214, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item__doughnut__data .legend__item__value {
  text-align: right;
  width: 30%;
}

/* line 223, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item .data-attribution {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #2a275c;
  font: 400 12px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 30px 0 0;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  /* line 223, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item .data-attribution {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 223, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item .data-attribution {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1500px) {
  /* line 223, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
  .financial-history-item .data-attribution {
    margin-top: 0;
  }
}

/* line 243, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item .data-attribution aside {
  display: inline-block;
  max-width: 300px;
}

/* line 248, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.financial-history-item .data-attribution a {
  color: #8fddba;
  font: 400 12px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 252, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.financial-data.scss */
.no-touch .financial-history-item .data-attribution a:hover {
  text-decoration: underline;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header {
  margin: 0 auto;
  min-height: 75px;
  position: relative;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  z-index: 1000;
}

/* line 8, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--chdash {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .header-container {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  z-index: 1000;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header-container {
  background: #f8f8f8;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.cause-menu-active .header .header-container, .header--scrolled .header-container {
  background: #2a275c;
  background: #1e1c40;
}

/* line 40, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--static.header--scrolled .header-container {
  position: relative !important;
}

/* line 45, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--profile {
  display: none;
}

/* line 49, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation {
  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;
  margin: 0 auto;
  padding: 14px 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 59, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation--chdash {
  position: relative;
}

/* line 63, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--landing .header__navigation {
  background: transparent;
  height: 120px;
}

/* line 68, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 2px no-repeat;
  background: -webkit-linear-gradient(currentColor, currentColor) bottom/0 2px no-repeat;
  background: linear-gradient(currentColor, currentColor) bottom/0 2px no-repeat;
  color: #fff;
  font: 400 16px/48px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 10px;
  -webkit-transition: color 300ms ease,  background-size 300ms;
  transition: color 300ms ease,  background-size 300ms;
}

@media screen and (max-width: 769px) {
  /* line 68, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__item {
    display: none;
  }
}

/* line 79, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--current,
.no-touch .header__navigation__item:hover {
  color: #8fddba;
  border-bottom: 0;
  background-size: 100% 2px;
}

/* line 87, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.cause-menu-active .header__navigation__item.js-show-causes {
  color: #8fddba;
  border-bottom: 0;
  background-size: 100% 2px;
}

/* line 94, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__navigation__item {
  color: #1E1C41;
}

/* line 97, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header--white .header__navigation__item:hover {
  color: rgba(30, 28, 64, 0.6) !important;
}

/* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--alt {
  color: #8fddba;
}

/* line 106, /Volumes/AR/projects/Ella/Ella/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 106, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__item--button {
    display: inline-block;
  }
}

/* line 119, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--button .svg {
  display: block;
  height: 20px;
  width: 20px;
}

/* line 124, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__item--button .svg * {
  fill: #fff;
}

/* line 127, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__navigation__item--button .svg * {
  fill: #1E1C41 !important;
}

/* line 135, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  /* line 135, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__first {
    -webkit-flex-basis: 400px;
        -ms-flex-preferred-size: 400px;
            flex-basis: 400px;
  }
}

/* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--landing .header__navigation__first {
  display: block;
}

/* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

/* line 154, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first a.branding span {
  left: -9999px;
  position: absolute;
}

/* line 161, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first img,
.header__navigation__first .svg {
  display: block;
  margin-right: 10px;
  width: 40px;
}

/* line 169, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first img *,
.header__navigation__first .svg * {
  fill: #fff !important;
}

/* line 172, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__navigation__first img *, .header--white
.header__navigation__first .svg * {
  fill: #1E1C41 !important;
}

/* line 178, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first .strapline {
  color: #CCE6F4;
  display: none;
  font: 400 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-left: 10px;
  margin-top: 4px;
  max-width: 250px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media screen and (min-width: 680px) {
  /* line 178, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__first .strapline {
    display: block;
  }
}

/* line 191, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__first .strapline .shorten {
  display: none;
}

@media screen and (min-width: 1052px) {
  /* line 191, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__first .strapline .shorten {
    display: inline;
  }
}

/* line 199, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__navigation__first .strapline {
  color: #1e1c40;
}

/* line 205, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__second {
  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;
  height: 48px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}

@media screen and (min-width: 1024px) {
  /* line 205, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__second {
    width: 100%;
  }
}

/* line 218, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__third {
  height: 48px;
}

@media screen and (max-width: 520px) {
  /* line 218, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__navigation__third {
    display: none;
  }
}

/* line 226, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown {
  background: #fff;
  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 240, /Volumes/AR/projects/Ella/Ella/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 248, /Volumes/AR/projects/Ella/Ella/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 262, /Volumes/AR/projects/Ella/Ella/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 269, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__dropdown .navigation-dropdown__item:hover {
  color: rgba(64, 40, 88, 0.6);
}

/* line 273, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__navigation__dropdown .navigation-dropdown__item--alt {
  color: rgba(64, 40, 88, 0.6);
  font-weight: 400;
}

/* line 277, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__navigation__dropdown .navigation-dropdown__item--alt:hover {
  color: #8fddba;
}

/* line 286, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes {
  background: #1e1c40;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0;
  left: -100%;
  opacity: 0;
  overflow: scroll;
  padding: 30px 20px 20px;
  position: absolute;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  white-space: nowrap;
  width: 100%;
  z-index: -1;
}

/* line 301, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes--active {
  left: 0;
  opacity: 1;
  position: relative;
  z-index: 100;
}

/* line 308, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes__item {
  display: inline-block;
  font-size: 0;
  height: 200px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  width: 150px;
  white-space: initial;
}

/* line 318, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes__item:last-child {
  margin-right: 0;
}

/* line 322, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes__item img {
  opacity: 0.4;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

/* line 327, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes__item .cause-category-name {
  color: white;
  display: block;
  font: 18px/18px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 0 15px 0 0;
  position: absolute;
  top: -6px;
  width: 150px;
}

/* line 337, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__causes__item .cause-permalink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 347, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__causes__item:hover img {
  opacity: 0.7;
}

/* line 354, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar {
  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;
  max-width: initial;
  margin: 0;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 354, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar {
    margin: 0 20px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

/* line 369, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--narrow .header__searchbar {
  display: none;
}

/* line 373, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search-label {
  left: -9999px;
  position: absolute;
}

/* line 378, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search {
  -webkit-appearance: none !important;
  background: rgba(241, 241, 242, 0.1);
  border: 0 none;
  border-radius: 3px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 48px;
  outline: none;
  padding: 4px 35px 0 15px;
  -webkit-transition: min-width 300ms ease, width 300ms ease;
  transition: min-width 300ms ease, width 300ms ease;
  width: 340px;
}

@media screen and (min-width: 768px) {
  /* line 378, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .form__header-search {
    padding: 5px 48px 0 20px;
  }
}

/* line 397, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search:focus {
  width: 100%;
}

/* line 399, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar .form__header-search {
  border: 1px solid #ececec;
  color: #1E1C41;
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search::-webkit-input-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 408, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar .form__header-search::-webkit-input-placeholder {
  color: rgba(30, 28, 65, 0.6);
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:-moz-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 408, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar .form__header-search:-moz-placeholder {
  color: rgba(30, 28, 65, 0.6);
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:-ms-input-placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 408, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar .form__header-search:-ms-input-placeholder {
  color: rgba(30, 28, 65, 0.6);
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search.placeholder {
  color: rgba(204, 230, 244, 0.6);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 408, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar .form__header-search.placeholder {
  color: rgba(30, 28, 65, 0.6);
}

/* line 413, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar .form__header-search:focus {
  border-color: #eaeaea;
}

@media screen and (max-width: 650px) {
  /* line 413, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header__searchbar .form__header-search:focus {
    min-width: 190px;
  }
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus::-webkit-input-placeholder {
  color: rgba(204, 230, 244, 0.5);
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus:-moz-placeholder {
  color: rgba(204, 230, 244, 0.5);
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus:-ms-input-placeholder {
  color: rgba(204, 230, 244, 0.5);
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.header__searchbar .form__header-search:focus.placeholder {
  color: rgba(204, 230, 244, 0.5);
}

/* line 426, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar img,
.header__searchbar .svg {
  display: block;
  margin-right: 10px;
  width: 40px;
}

/* line 433, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__searchbar img *,
.header__searchbar .svg * {
  fill: #fff !important;
}

/* line 436, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header--white .header__searchbar img *, .header--white
.header__searchbar .svg * {
  fill: #1E1C41 !important;
}

/* line 443, /Volumes/AR/projects/Ella/Ella/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 443, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header .chat-link {
    display: inline-block;
    margin-left: 14px;
  }
}

/* line 454, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chat-link .svg {
  margin-left: 1px;
  top: 8px;
  width: 22px;
}

/* line 459, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chat-link .svg * {
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

/* line 464, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header .chat-link:hover {
  color: #fff;
}

/* line 468, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header .chat-link:hover .svg * {
  fill: #fff !important;
}

/* line 475, /Volumes/AR/projects/Ella/Ella/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 482, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__secondary {
  padding-top: 75px;
  height: 129px;
  overflow: hidden;
  padding: 75px 10px 0;
}

/* line 489, /Volumes/AR/projects/Ella/Ella/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 500, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul::-webkit-scrollbar {
  display: none;
}

/* line 504, /Volumes/AR/projects/Ella/Ella/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 512, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__secondary ul li:last-child {
  margin-right: 0;
}

/* line 516, /Volumes/AR/projects/Ella/Ella/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 526, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.no-touch .header__secondary ul li a:hover {
  color: rgba(64, 40, 88, 0.6);
}

/* line 536, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header__cause--selected a {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif !important;
}

/* line 542, /Volumes/AR/projects/Ella/Ella/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 542, /Volumes/AR/projects/Ella/Ella/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 553, /Volumes/AR/projects/Ella/Ella/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 558, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item:first-child {
  margin-left: 0;
}

/* line 559, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item:last-child {
  margin-right: 0;
}

/* line 561, /Volumes/AR/projects/Ella/Ella/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 574, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected:after,
.no-touch .header .chdash-nav__item:hover:after {
  background: #402858;
}

/* line 579, /Volumes/AR/projects/Ella/Ella/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 579, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header .chdash-nav__item img,
  .header .chdash-nav__item .svg {
    margin-right: 5px;
  }
}

/* line 592, /Volumes/AR/projects/Ella/Ella/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 599, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .svg.dash-icon * {
  fill: none !important;
}

/* line 601, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .svg.dash-icon .dash-icon-inner {
  fill: #7D95B6 !important;
}

/* line 605, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing * {
  fill: none !important;
}

/* line 607, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing path {
  stroke: #7D95B6;
}

/* line 608, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item .dash-billing .mag-strip {
  fill: #7D95B6 !important;
}

/* line 611, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected {
  color: #402858;
}

/* line 615, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg * {
  fill: #402858;
}

/* line 621, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg.dash-icon * {
  fill: none !important;
}

/* line 623, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .svg.dash-icon .dash-icon-inner {
  fill: #402858 !important;
}

/* line 627, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing * {
  fill: none !important;
}

/* line 629, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing path {
  stroke: #402858;
}

/* line 630, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item--selected .dash-billing .mag-strip {
  fill: #402858 !important;
}

/* line 634, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
.header .chdash-nav__item span {
  display: none;
}

@media screen and (min-width: 768px) {
  /* line 634, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.header.scss */
  .header .chdash-nav__item span {
    display: inline-block;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero-wrapper {
  position: relative;
}

/* line 5, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero-wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 23, 53, 0)), to(#191735));
  background: -webkit-linear-gradient(top, rgba(25, 23, 53, 0) 0%, #191735 100%);
  background: linear-gradient(to bottom, rgba(25, 23, 53, 0) 0%, #191735 100%);
  content: "";
  height: 25%;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 2;
}

/* line 22, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero {
  background: #191735;
  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: 250px;
  object-fit: cover;
  padding: 40px 15px;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 22, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero {
    padding: 40px;
  }
}

/* line 39, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero--charity {
  margin-top: 60px;
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero--smaller {
  height: 550px;
  max-width: 100%;
}

/* line 48, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__background {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}

/* line 59, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__background.loaded {
  opacity: 0.2;
}

@media screen and (min-width: 1024px) {
  /* line 64, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__content {
    margin: 200px auto;
    max-width: 1210px;
  }
}

/* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__branding__logo {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  max-width: 300px;
}

@media screen and (min-width: 1024px) {
  /* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__branding__logo {
    max-height: 150px;
    max-width: 400px;
  }
}

/* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__intro {
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__intro {
    margin: 100px auto 0;
    position: relative;
    max-width: 880px;
  }
}

/* line 94, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__intro h1,
.hero__intro h2 {
  color: #fff;
  display: block;
  font: 28px/32px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 94, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__intro h1,
  .hero__intro h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

/* line 108, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__intro h1 {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  /* line 108, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__intro h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* line 119, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__intro h2 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  /* line 119, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__intro h2 {
    display: inline;
    font-size: 36px;
    line-height: 40px;
    margin: 0;
  }
}

/* line 133, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
.hero__intro p {
  color: #fff;
  font: 400 16px/21px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 133, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.hero.scss */
  .hero__intro p {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs {
    margin-top: 200px;
  }
}

/* line 10, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 60px;
  }
}

/* line 24, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list {
    margin: 100px 0;
  }
}

/* line 33, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item {
    margin-bottom: 65px;
    padding-left: 45px;
  }
}

/* line 43, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item:before {
    height: 30px;
    top: -5px;
    width: 30px;
  }
}

/* line 62, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.faqs.scss */
  .faqs__list__item .faq-question {
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 28px;
  }
}

/* line 75, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.features.scss */
  .features__item {
    padding: 75px 20px 100px;
    width: 50%;
  }
}

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

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

/* line 27, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.features.scss */
  .features__item__title {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

/* line 41, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.features.scss */
.features__item__text {
  margin: 0 auto 40px;
  max-width: 490px;
}

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

/* line 50, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.features.scss */
.features__item__text p {
  color: #CCE6F4;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

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

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.features.scss */
.features__item .landing-intro__demo__video-container {
  height: 575px;
  width: 280px;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities--reduce-spacing {
  padding: 0;
}

/* line 13, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item:before {
  content: "";
  display: block;
  padding-top: 164%;
}

/* line 29, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
.featured-charities__item:last-child {
  margin-right: 20px;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
.no-touch .featured-charities__item:hover .featured-charities__item__charity-mini-bio {
  max-height: 300px;
}

/* line 131, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
.no-touch .featured-charities .featured-charities__item__link:hover {
  background: transparent;
}

/* line 147, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.featured-charities.scss */
  .scrollable {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer {
  background: #1e1c40;
}

/* line 6, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white {
  background: #fff;
}

/* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer__content {
  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: 1020px;
  padding: 60px 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--profile {
  display: none;
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer__column--info {
  max-width: 550px;
}

/* line 29, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .attribution {
  color: rgba(204, 230, 244, 0.7);
  font: 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .attribution a {
  color: #8fddba;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 38, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.no-touch .footer .attribution a:hover {
  color: #6A91C9;
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .attribution .branding {
  height: 25px;
  margin-right: 6px;
}

/* line 49, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .description {
  padding: 25px 0;
}

/* line 52, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .description p {
  color: rgba(204, 230, 244, 0.7);
  color: #cce6f4;
  font: 16px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 60, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info {
  color: #cce6f4;
  font: 15px/15px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 64, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info a {
  color: #cce6f4;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: bottom;
}

/* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info a span {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 75, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info a span:nth-child(2) {
  left: -9999px;
  position: absolute;
}

/* line 81, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info a:before {
  content: "•";
  margin: 0 6px;
}

/* line 87, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.no-touch .footer .copy-info a:hover span {
  color: white;
}

/* line 92, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer .copy-info a i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

/* line 100, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white {
  border-top: 1px solid #ececec;
}

/* line 104, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white .description p {
  color: #2a275c;
}

/* line 107, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white .attribution,
.footer--white .copy-info {
  color: #7e8fa4;
}

/* line 111, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white .attribution a,
.footer--white .copy-info a {
  color: #7e8fa4;
}

/* line 115, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.no-touch .footer--white .attribution a:hover span, .no-touch
.footer--white .copy-info a:hover span {
  color: #6A91C9;
}

/* line 122, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.footer--white .attribution .svg *,
.footer--white .copy-info .svg * {
  fill: #402858 !important;
}

/* line 130, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.minimal-footer {
  color: rgba(204, 230, 244, 0.6);
  font: 400 14px/18px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 60px;
  max-width: 600px;
  text-align: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.minimal-footer a {
  color: rgba(143, 221, 186, 0.9);
}

/* line 142, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.footer.scss */
.minimal-footer span {
  position: relative;
  top: 2px;
  margin: 0 4px;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown {
    max-width: 970px;
    width: 100%;
  }
}

/* line 19, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
  .giving-budget-breakdown .gbb__item {
    min-height: 330px;
    margin-top: 0;
    max-width: 300px;
  }
}

/* line 33, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item--with-anchor {
  padding-bottom: 60px;
  position: relative;
}

/* line 44, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__value--remaining {
  background: #8fddba;
  color: #1fb478;
}

/* line 66, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__heading {
  min-height: 45px;
}

/* line 79, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__heading .gbb-item__subtitle {
  color: #CCE6F4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 4px 0;
  text-align: center;
}

/* line 96, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table {
  width: 100%;
}

/* line 126, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

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

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

/* line 160, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item table tbody tr:first-child td {
  padding-top: 30px;
}

/* line 176, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button {
  margin-top: auto;
}

/* line 201, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-budget-breakdown.scss */
.giving-budget-breakdown .gbb__item__button a.button:last-child {
  margin-bottom: 0;
}

/* line 226, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__filter__item {
    font-size: 20px;
    line-height: 20px;
  }
}

/* line 24, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item:first-child {
  margin-left: 0;
}

/* line 28, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__filter__item:last-child {
  margin-right: 0;
}

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

/* line 39, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__options {
    padding: 20px 10%;
  }
}

/* line 48, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item--current {
  color: #14c767;
  font-weight: 500;
}

/* line 73, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item:first-child {
  margin-left: 0;
}

/* line 77, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item:last-child {
  margin-right: 0;
}

/* line 81, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__options__item:hover {
  color: #14c767;
}

/* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__options__item--disabled {
  color: #f7f7f7;
}

/* line 88, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__options__item--disabled:hover {
  color: #f7f7f7;
}

/* line 95, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table {
  width: 100%;
}

/* line 99, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table thead th {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table thead th .giving-history-table__blank {
  width: 180px !important;
}

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

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

/* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table tbody td {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table {
  max-width: 900px;
}

/* line 146, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__brand {
  padding-right: 10px;
  width: 47px;
}

/* line 153, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.no-touch .giving-history__table .giving-history-table__charity a:hover {
  color: #78dc84;
}

/* line 163, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__category {
    display: table-cell;
  }
}

/* line 171, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__category .giving-history-table__blank {
  width: 20px !important;
}

/* line 192, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__donation-amount {
    text-align: left;
  }
}

/* line 200, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
  .giving-history__table .giving-history-table__donation-type {
    display: table-cell;
  }
}

/* line 209, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .giving-history-table__active-donation .form__checkbox {
  top: 0;
}

/* line 228, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history__table .charity-logo img,
.giving-history__table .charity-logo svg {
  max-width: 100%;
}

/* line 244, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data {
  display: none;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data--current {
  display: inherit;
  padding-bottom: 150px;
}

/* line 252, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-data--visible {
  display: inherit;
}

/* line 257, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-history.scss */
.giving-history-table {
  max-width: 900px;
  width: 100%;
}

/* line 263, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview {
  overflow: hidden;
}

/* line 4, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: left;
  }
}

/* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview h3 {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview h3 {
    font-size: 16px;
    line-height: 22px;
  }
}

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

/* line 41, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data {
  margin-top: 0 !important;
}

/* line 44, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data h2 {
  text-align: center;
}

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

/* line 51, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--data h2:last-child {
  margin-bottom: 0;
}

/* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview {
  color: #402858;
}

/* line 60, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview__overview ul {
  margin: 0;
  padding: 0;
}

/* line 69, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__overview ul li {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 18px;
  }
}

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

/* line 88, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__actions__item:last-child {
    margin-right: 0;
  }
}

/* line 109, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
  .giving-overview__actions__item:after {
    top: 4px;
  }
}

/* line 126, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget {
  margin-top: 60px;
}

/* line 129, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget h2 {
  line-height: 36px;
}

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

/* line 137, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-overview.scss */
.giving-overview--giving-budget .highlight-num--alt {
  background: #f7f7f7;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-subscriptions.scss */
  .giving-subscriptions {
    padding: 30px 50px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

/* line 16, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.giving-subscriptions.scss */
.giving-subscriptions .giving-history__table tbody tr:last-child {
  border-bottom: 0;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.inspiration-feature.scss */
.inspiration-feature {
  height: 500px;
  position: relative;
}

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

/* line 9, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-feature__title {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -1.5px;
  }
}

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

/* line 49, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.inspiration-feature.scss */
  .inspiration-quote blockquote {
    font-size: 25px;
    letter-spacing: -0.625px;
    line-height: 25px;
  }
}

/* line 65, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.impact.scss */
  .impact__donation-levels__item {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-indicator__item {
  margin-right: 2px;
  width: 30px;
}

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

/* line 40, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.impact.scss */
.impact__donation-levels__item .donation-level-description__info {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/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 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 100px;
  position: relative;
}

/* line 8, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero {
  position: relative;
}

/* line 23, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50vw;
  margin: 0 auto;
  min-height: 400px;
  max-height: 700px;
  object-fit: cover;
  padding: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 40, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}

/* line 51, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__image.loaded {
  opacity: 0.2;
}

/* line 56, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__content {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__content h1 {
  color: #2a275c;
  display: block;
  font: 400 28px/36px "Droid Bold", "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.7px;
  margin: 0 auto 30px;
  position: relative;
  text-align: left;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  /* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
  .journal__hero__content h1 {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 68px;
  }
}

/* line 78, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__content h1 a {
  color: #2a275c;
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__content h1 span {
  position: relative;
}

/* line 85, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__content h1 span::after {
  background: #8fddba;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.no-touch .journal__hero__content h1:hover span:after {
  height: 30px;
}

@media screen and (min-width: 768px) {
  /* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
  .no-touch .journal__hero__content h1:hover span:after {
    height: 40px;
  }
}

/* line 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__meta {
  text-align: left;
}

/* line 117, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__meta time, .journal__hero__meta span {
  color: #7e8fa4;
  display: inline-block;
  font: 400 17px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 122, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__meta time i, .journal__hero__meta span i {
  font-style: normal;
  display: inline-block;
  line-height: 24px;
  margin: 0 6px;
  vertical-align: top;
}

/* line 130, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__meta time:last-child, .journal__hero__meta span:last-child {
  margin-left: 10px;
}

/* line 134, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__hero__meta time {
  position: relative;
}

/* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries {
  margin: 0 auto !important;
  margin: 30px auto 5px;
  max-width: 740px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  /* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
  .journal__entries {
    margin-top: 50px;
  }
}

/* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries__item {
  background: #2a275c;
  margin-bottom: 20px;
  padding: 40px 30px;
  position: relative;
  -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;
}

/* line 155, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries__item .journal-item-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  width: 100%;
}

/* line 167, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.no-touch .journal__entries__item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.no-touch .journal__entries__item:hover .journal-item-image {
  opacity: 0.5;
}

/* line 176, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries h1 {
  color: #fff;
  font: 400 20px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.5px;
  margin: 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  /* line 176, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
  .journal__entries h1 {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 36px;
  }
}

/* line 191, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries .journal-item-meta {
  position: relative;
  text-align: left;
  z-index: 2;
}

/* line 196, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries .journal-item-meta time, .journal__entries .journal-item-meta span {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font: 400 17px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 201, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries .journal-item-meta time:last-child, .journal__entries .journal-item-meta span:last-child {
  margin-left: 10px;
}

/* line 205, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries .journal-item-meta time {
  position: relative;
}

/* line 208, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.journal.scss */
.journal__entries .journal-item-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* line 3, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
.landing__primary .logo {
  display: block;
  margin: 0 auto 70px;
  width: 130px;
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
.landing__primary .logo * {
  fill: #fff !important;
}

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

/* line 25, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
  .landing__primary__title {
    font-size: 65px;
    line-height: 75px;
    letter-spacing: -6.5px;
  }
}

/* line 46, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
  .landing__primary__blurb {
    font-size: 20px;
    line-height: 27px;
  }
}

/* line 66, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
  .landing__demo {
    top: -200px;
  }
}

/* line 77, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing.scss */
.landing__demo img,
.landing__demo .svg {
  width: 100%;
}

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

/* line 90, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__content__title:after {
    height: 8px;
  }
}

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

/* line 61, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo {
  padding: 60px 0;
}

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

/* line 76, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container {
    left: initial;
  }
}

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

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

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

/* line 106, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
.landing-intro__demo__video-container img {
  width: 100%;
}

/* line 110, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .mobile-border {
    border-radius: 40px;
    border-width: 10px;
  }
}

/* line 151, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.landing-intro.scss */
  .landing-intro__demo__video-container .mobile-bar {
    height: 5%;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal {
  margin: 60px auto 150px;
  max-width: 1100px;
  padding: 0 20px;
}

@media screen and (min-width: 1100px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal {
    padding: 0 40px;
  }
}

/* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal__heading {
  margin-top: 100px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  /* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal__heading {
    margin-top: 200px;
    margin-bottom: 100px;
  }
}

/* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal__heading h1 {
  color: white;
  display: inline-block;
  font: 400 40px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  /* line 19, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal__heading h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

/* line 31, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal__heading h1:after {
  background: #6798E8;
  content: "";
  display: block;
  height: 8px;
  position: relative;
  top: 0px;
  width: 100%;
}

/* line 42, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal__heading p > span {
  color: white;
}

/* line 47, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal h2, .legal h3 {
  color: white;
  font: 400 20px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  /* line 47, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal h2, .legal h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal p,
.legal li {
  color: #CCE6F4;
  font: 400 15px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  /* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal p,
  .legal li {
    font-size: 20px;
    line-height: 36px;
  }
}

/* line 73, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal p a,
.legal li a {
  color: #14c767;
  text-decoration: underline;
}

/* line 79, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal ul {
  list-style-type: none;
  margin-left: 25px;
  margin-bottom: 20px;
}

/* line 84, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
.legal ul li {
  position: relative;
}

/* line 87, /Volumes/AR/projects/Ella/Ella/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 87, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.legal.scss */
  .legal ul li:before {
    top: 9px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
  .login__content {
    width: 45%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 8, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
  .login__content {
    width: 33.333%;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__inner {
  margin: 0 auto;
  max-width: 400px;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__branding img,
.login__content__branding .svg {
  width: 160px;
}

/* line 39, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__char {
  margin: 0 auto;
  max-width: 140px;
}

/* line 43, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__char img,
.login__content__char .svg {
  max-width: 100%;
}

/* line 49, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__heading {
  margin-bottom: 60px;
}

/* line 52, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__heading h1 {
  color: #402858;
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
  .login__content__heading h1 {
    font-size: 38px;
    line-height: 38px;
  }
}

/* line 65, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__heading p {
  color: #584858;
  margin: 0;
  text-align: left;
}

/* line 70, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.no-touch .login__content__heading p a:hover {
  color: rgba(31, 180, 120, 0.7);
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content .form {
  /* Change Autocomplete styles in Chrome*/
}

/* line 84, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__content__footer a {
  color: #acacac;
  text-decoration: underline;
}

/* line 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__artwork {
  display: none;
  position: relative;
  width: 55%;
}

@media screen and (min-width: 1024px) {
  /* line 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
  .login__artwork {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  /* line 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
  .login__artwork {
    width: 66.666%;
  }
}

/* line 127, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.login.scss */
.login__artwork img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main {
  background: #191735;
  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;
  min-height: -webkit-calc(100vh - 10px);
  min-height: calc(100vh - 10px);
  margin: -75px auto 0;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main {
    margin-top: -75px;
    min-height: -webkit-calc(100vh - 40px);
    min-height: calc(100vh - 40px);
  }
}

/* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main--full {
  margin: 0;
  width: 100%;
}

/* line 21, /Volumes/AR/projects/Ella/Ella/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 21, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main--with-top:before {
    display: block;
  }
}

/* line 37, /Volumes/AR/projects/Ella/Ella/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 45, /Volumes/AR/projects/Ella/Ella/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 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title {
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  /* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main__title {
    padding: 120px 20px 60px;
  }
}

/* line 67, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title--no-top:before {
  display: none !important;
}

/* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title__logo {
  display: block;
  margin: 0 auto 20px;
  max-height: 80px;
  max-width: 400px;
}

/* line 79, /Volumes/AR/projects/Ella/Ella/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 79, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main__title h1 {
    font-size: 60px;
    letter-spacing: -1.5px;
    line-height: 60px;
  }
}

/* line 93, /Volumes/AR/projects/Ella/Ella/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 93, /Volumes/AR/projects/Ella/Ella/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 108, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main__title__charity-name {
    margin-bottom: 40px !important;
  }
}

/* line 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title p {
  color: #CCE6F4;
  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 114, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main__title p {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 127, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title--search {
  margin: 0 auto;
  max-width: 1020px;
  padding-left: 0;
  padding-right: 0;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 134, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title--search h1 {
  color: #fff;
}

/* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title--search h1, .main__title--search p {
  margin: 0;
  text-align: left;
}

/* line 143, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title--search p {
  margin-top: 20px;
}

/* line 148, /Volumes/AR/projects/Ella/Ella/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 162, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.no-touch .main__title .btn:hover {
  background: rgba(64, 40, 88, 0.8);
  color: #ffffff;
}

/* line 168, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title__category {
  margin: 40px auto 0;
  max-width: 700px;
  text-align: center;
}

/* line 173, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.main__title__category a {
  color: #CCE6F4;
  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 173, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
  .main__title__category a {
    font-size: 17px;
    line-height: 23px;
    width: 300px;
  }
}

/* line 186, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.main.scss */
.no-touch .main__title__category a:hover {
  color: #14c767;
}

/* line 191, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation {
  background: #eee;
  min-height: 100vh;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
}

/* line 41, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation__image {
    -webkit-filter: none;
            filter: none;
  }
}

/* line 56, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation__messenger {
    height: 100%;
    position: absolute;
    right: 7.1875vw;
    top: 0;
  }
}

/* line 72, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
  .messenger-animation--visible .messenger-animation__messenger .messenger-item:nth-child(7) {
    margin-bottom: -20px;
  }
}

/* line 120, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message {
  max-width: 70%;
}

/* line 135, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message--charity-card {
  max-width: 250px;
}

/* line 151, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card {
  border-radius: 24px;
  overflow: hidden;
}

/* line 155, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-charity {
  background: #223974;
  padding: 10px;
}

/* line 159, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item__message__card .card-description {
  background: #fff;
  padding: 8px;
}

/* line 170, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.messenger-animation.scss */
.messenger-animation__messenger .messenger-item--harriet .messenger-item__message__name {
  text-align: right;
}

/* line 209, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found {
  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: -webkit-calc(100vh - 130px);
  height: calc(100vh - 130px);
  position: relative;
  width: 100vw;
}

/* line 9, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__image {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__info {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  z-index: 1;
}

/* line 27, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__info h1 {
  color: #ffffff;
  font: 600 50px/56px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__info p {
  color: #ffffff;
  font: 400 20px/24px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 40px 0;
}

/* line 38, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__info p a {
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 44, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found__info p a:after {
  background: #8fddba;
  bottom: -4px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 57, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.no-touch .not-found__info p a:hover:after {
  height: 65%;
}

/* line 64, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.not-found.scss */
.not-found + .minimal-footer {
  margin-bottom: 40px;
  padding-top: 40px;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 12, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.charity-profile {
  background: #fcc512;
}

@media screen and (min-width: 1200px) {
  /* line 12, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .charity-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: -webkit-calc(100vh + 75px);
    min-height: calc(100vh + 75px);
    overflow: hidden;
    padding-top: 75px;
    width: 100vw;
  }
}

/* line 27, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  position: absolute;
  padding: 3px 15px 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

@media screen and (min-width: 1024px) {
  /* line 27, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-host {
    border-bottom: 1px solid #eaeaea;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 49px;
    position: fixed;
  }
}

/* line 46, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host .claim-charity {
  color: #1e1c41;
  display: none;
  font: 16px/37px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 46, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-host .claim-charity {
    display: inline-block;
    margin-right: auto;
    line-height: 37px;
  }
}

/* line 58, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host .profile-header-item {
  color: #1e1c41;
  font: 16px/47px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {
  /* line 58, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-host .profile-header-item {
    display: inline-block;
    line-height: 37px;
    margin-right: 15px;
  }
}

/* line 69, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__branding {
  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;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
}

/* line 89, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__branding .svg {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  width: 25px;
}

/* line 94, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__branding .svg * {
  fill: #402858;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

/* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__menu {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  display: block;
  height: 19px;
  margin-left: 10px;
  width: 18px;
}

@media screen and (min-width: 1024px) {
  /* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-host__menu {
    margin-left: 0;
  }
}

/* line 113, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__menu .svg {
  width: 100%;
}

/* line 116, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__menu .svg * {
  fill: #402858;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

/* line 124, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .profile-host__menu:hover .svg * {
  fill: #8fddbb;
}

/* line 131, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__dropdown {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 1001;
}

@media screen and (min-width: 1024px) {
  /* line 131, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-host__dropdown {
    top: 40px;
  }
}

/* line 145, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__dropdown--active {
  -webkit-animation: fadeInUp 0.32s forwards;
          animation: fadeInUp 0.32s forwards;
  display: block;
  opacity: 0;
}

/* line 151, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-host__dropdown .dropdown-item {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) bottom/0 0.1em no-repeat;
  background: -webkit-linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em no-repeat;
  color: #402858;
  display: block;
  font: 16px/50px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 0 30px;
  text-align: center;
  -webkit-transition: color 300ms ease, background-size 300ms;
  transition: color 300ms ease, background-size 300ms;
}

/* line 161, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .profile-host__dropdown .dropdown-item:hover {
  color: #8fddbb;
  border-bottom: 0;
  background-size: 100% 0.1em;
}

/* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header {
  background: #f8f8f8;
  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;
  min-height: 700px;
  min-height: 70vh;
  padding-top: 240px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header {
    padding-top: 160px;
    width: 500px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header {
    width: 550px;
  }
}

@media screen and (min-width: 1441px) {
  /* line 170, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header {
    width: 600px;
  }
}

/* line 194, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header--reduced {
  height: auto;
  min-height: 500px;
}

/* line 199, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__bg {
  display: none;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 210, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header--reduced .profile-header__bg {
  display: none;
}

@media screen and (min-width: 1200px) {
  /* line 215, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__wrapper {
    position: absolute;
  }
}

/* line 221, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__content {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  /* line 221, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__content {
    position: fixed;
    max-width: 600px;
  }
}

/* line 232, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header--reduced .profile-header__content {
  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 237, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__content .charity-website {
  margin-top: 20px;
}

/* line 240, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__content .charity-website img {
  display: inline-block;
  height: 18px;
  margin-right: 8px;
}

/* line 246, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__content .charity-website a {
  color: inherit;
  display: inline-block;
  font-family: "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  position: relative;
  text-decoration: underline;
  vertical-align: middle;
}

/* line 257, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__logo {
  margin-bottom: 40px;
}

/* line 260, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__logo__img {
  display: block;
  margin: 0 30px 20px;
  max-height: 100px;
  max-width: 240px;
}

@media screen and (min-width: 1200px) {
  /* line 260, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__logo__img {
    margin: 0 0 50px;
    padding: 0 30px;
    max-width: 240px;
  }
}

/* line 274, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info {
  margin: 0;
  max-width: 600px;
  padding: 20px 30px 50px;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 274, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__info {
    margin: 0;
    padding-top: 0;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

/* line 287, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info h1 {
  display: inline-block;
  font: 24px/30px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.48px;
  margin: 0 10px 10px 0;
}

@media screen and (min-width: 1024px) {
  /* line 287, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__info h1 {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

/* line 301, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info .button {
  border: 1px solid #eaeaea;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 20px;
  background: white;
  color: #402858;
  display: inline-block;
  font: 14px/30px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 30px;
  margin-bottom: 30px;
  padding: 2px 20px 0 17px;
  position: relative;
  text-transform: uppercase;
  top: 3px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  vertical-align: super;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 319, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .profile-header__info .button:hover {
  -webkit-transform: perspective(1px) translateZ(0) scale(1.05);
          transform: perspective(1px) translateZ(0) scale(1.05);
}

/* line 323, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info .button .svg {
  display: inline-block;
  height: 10px;
  margin-right: 6px;
  position: relative;
  width: 10px;
}

/* line 332, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info__website {
  font: 400 16px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 40px 0 0;
}

@media screen and (min-width: 1024px) {
  /* line 332, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-header__info__website {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 341, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info__website a {
  color: #2b285e;
  color: #fff;
}

/* line 345, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .profile-header__info__website a:hover {
  text-decoration: underline;
}

/* line 351, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-header__info p {
  font: 400 16px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-wrapper {
  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;
}

@media screen and (min-width: 1024px) {
  /* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-wrapper {
    max-width: 100%;
    overflow: scroll;
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px);
  }
}

@media screen and (min-width: 1400px) {
  /* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-wrapper {
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
}

@media screen and (min-width: 1441px) {
  /* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-wrapper {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
  }
}

/* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile {
  background: #fff;
  border-left: 1px solid #ececec;
  border-top: 1px solid #ececec;
  overflow: scroll;
  padding: 80px 20px 40px;
  position: relative;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}

@media screen and (min-width: 600px) {
  /* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile {
    padding: 80px 40px;
  }
}

@media screen and (min-width: 788px) {
  /* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 1024px) {
  /* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile {
    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: 100px 0 0;
    max-width: 1060px;
    padding: 50px 60px 60px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 387, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile {
    padding: 110px 40px 60px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 418, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile__col {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 424, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile__primary {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 430, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile__secondary {
    padding-left: 40px;
    width: 300px;
  }
}

/* line 437, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content {
  color: white;
  width: 100%;
}

/* line 441, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content .profile-content-item {
  display: none;
  margin-bottom: 100px;
}

/* line 445, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content .profile-content-item:last-child {
  margin-bottom: 0;
}

/* line 449, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content .profile-content-item.current {
  display: block;
}

/* line 453, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content .profile-content-item > div {
  margin-bottom: 60px;
}

/* line 456, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile__content .profile-content-item > div:last-of-type {
  margin-bottom: 0;
}

/* line 464, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading {
  margin-bottom: 20px;
  max-width: 650px;
}

/* line 468, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading h2 {
  color: #2a275c;
  font: 26px/36px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 468, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 480, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading h2 strong {
  font-family: "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 484, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading h2 span.highlight {
  background: rgba(143, 221, 187, 0.6);
  font-family: "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding-top: 4px;
}

/* line 491, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading p {
  color: #7e8fa4;
  font: 18px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 auto 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 491, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-heading p {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 502, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading p strong {
  font-family: "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 506, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-heading p span.highlight {
  background: #f8f8f8;
  padding-top: 4px;
}

/* line 514, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.edit-action span {
  display: inline-block;
  font-size: 12px;
  margin-right: 4px;
  vertical-align: middle;
}

/* line 522, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.edit-scores {
  border: 0 none;
  color: #402858;
  font: 16px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* line 532, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.edit-scores:after {
  background: #8fddba;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 545, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .edit-scores:hover:after {
  height: 60%;
}

/* line 553, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-navigation-container {
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (min-width: 1200px) {
  /* line 553, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-navigation-container {
    height: 90px;
  }
}

/* line 567, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-navigation {
  border-bottom: 1px solid #eaeaea;
  height: 50px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  /* line 567, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-navigation {
    background: #fff;
    height: 50px;
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 582, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-navigation.fixed {
    position: fixed;
    top: 49px;
  }
}

/* line 589, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-navigation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 589, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
  .profile-navigation__inner {
    max-width: 100%;
  }
}

/* line 602, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.profile-navigation .profile-nav-item {
  border-right: 1px solid #eaeaea;
  color: #2a275c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 15px/15px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.375px;
  position: relative;
  padding: 9px 20px 5px;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease-in-out;
  transition: background 300ms ease, color 300ms ease-in-out;
}

/* line 616, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.no-touch .profile-navigation .profile-nav-item:hover {
  color: #8fddba;
}

/* line 622, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.saving-feedback {
  color: #402858;
  display: none;
  font: 16px/16px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  opacity: 0;
  padding: 10px;
  text-align: center;
}

/* line 630, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.add-perception-score .saving-feedback {
  display: inline-block;
}

/* line 634, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.saving .saving-feedback {
  -webkit-animation: saving 2s ease-out;
          animation: saving 2s ease-out;
}

/* line 638, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.saving-feedback i {
  -webkit-animation: blink 1.4s 0.2s infinite both;
          animation: blink 1.4s 0.2s infinite both;
  color: #402858;
  font: 16px/16px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-align: center;
}

/* line 644, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.saving-feedback i:before, .saving-feedback i:after {
  -webkit-animation: blink 1.4s infinite both;
          animation: blink 1.4s infinite both;
  content: ".";
  display: inline-block;
  font-size: 16px;
}

/* line 652, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile.scss */
.saving-feedback i:after {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

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

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

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

@keyframes saving {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 3, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates {
  max-width: 650px;
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  /* line 3, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates {
    padding-top: 0;
  }
}

/* line 11, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

/* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__brand {
  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;
  width: 0;
}

@media screen and (min-width: 768px) {
  /* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .add-update__brand {
    padding-right: 20px;
    width: 80px;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__brand img {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: none;
  height: 40px;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  width: 40px;
}

@media screen and (min-width: 768px) {
  /* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .add-update__brand img {
    display: block;
  }
}

/* line 42, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__form {
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 42, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .add-update__form {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

/* line 50, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__textarea {
  background: #f9f9f9;
  border: 2px solid #eaeaea;
  border-radius: 6px;
  min-height: 80px;
  outline: none;
  padding: 10px 20px;
  resize: none;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
  width: 100%;
  -webkit-appearance: none;
}

/* line 62, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__textarea:focus {
  border-color: rgba(64, 40, 88, 0.8);
}

/* line 67, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions {
  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: 10px 0;
  position: relative;
}

/* line 73, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions .upload-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  outline: none;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

/* line 82, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions .upload-file + label {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  outline: none;
  position: relative;
  top: 3px;
  vertical-align: middle;
}

/* line 91, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions .upload-file + label img,
.profile-updates .updates .add-update__actions .upload-file + label .svg {
  width: 20px;
}

/* line 95, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions .upload-file + label img *,
.profile-updates .updates .add-update__actions .upload-file + label .svg * {
  -webkit-transition: fill 100ms ease;
  transition: fill 100ms ease;
}

/* line 100, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.no-touch .profile-updates .updates .add-update__actions .upload-file + label:hover .svg * {
  fill: #8fddba;
}

/* line 110, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions .upload-file:focus + label .svg * {
  fill: #402858;
}

/* line 118, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions__submit {
  border: 0 none;
  color: #402858;
  font: 16px/26px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  outline: none;
  padding: 0;
  position: relative;
  text-align: center;
  -webkit-appearance: none;
  z-index: 1;
}

/* line 129, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .add-update__actions__submit:after {
  background: #8fddba;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 142, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.no-touch .profile-updates .updates .add-update__actions__submit:hover:after {
  height: 60%;
}

/* line 149, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

/* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__brand {
  padding-right: 20px;
  width: 50px;
}

@media screen and (min-width: 1024px) {
  /* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__brand {
    width: 80px;
  }
}

/* line 162, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__brand img {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: block;
  height: 40px;
  object-fit: cover;
  object-position: center center;
  overflow: hidden;
  width: 40px;
}

@media screen and (min-width: 768px) {
  /* line 162, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__brand img {
    height: 60px;
    width: 60px;
  }
}

/* line 179, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content {
  border-bottom: 1px solid #eaeaea;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  /* line 179, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}

/* line 188, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content__meta a {
  color: #7e8fa4;
  font: 14px/14px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  /* line 188, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content__meta a {
    font-size: 16px;
    line-height: 16px;
  }
}

/* line 200, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content p {
  color: #402858;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  /* line 200, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 200, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content p {
    padding-right: 40px;
  }
}

/* line 214, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content p:first-child {
  margin-top: 6px;
}

/* line 215, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content p:last-of-type {
  margin-bottom: 0;
}

/* line 217, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content p a {
  color: #8fddba;
}

/* line 222, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  /* two items */
  /* three items */
  /* four items */
}

/* line 229, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media:first-child {
  width: 100%;
}

/* line 231, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media img {
  max-width: 100%;
}

/* line 233, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media:before, .profile-updates .updates .update-item__content .update-media:after {
  content: "";
  display: table;
  width: 100%;
}

/* line 240, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin-bottom: 8px;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(1),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(1) ~ .update-media__item {
  width: -webkit-calc(100%)/1;
  width: calc(100%)/1;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2) ~ .update-media__item {
  width: -webkit-calc(100%)/2;
  width: calc(100%)/2;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3) ~ .update-media__item {
  width: -webkit-calc(100%)/3;
  width: calc(100%)/3;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4) ~ .update-media__item {
  width: -webkit-calc(100%)/4;
  width: calc(100%)/4;
}

/* line 252, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(1) {
  width: 100%;
}

/* line 257, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2) ~ .update-media__item {
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
}

@media screen and (min-width: 768px) {
  /* line 257, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2),
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(2) ~ .update-media__item {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

/* line 267, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3) ~ .update-media__item {
  width: -webkit-calc(33.3333% - 3px);
  width: calc(33.3333% - 3px);
}

@media screen and (min-width: 768px) {
  /* line 267, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3),
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(3) ~ .update-media__item {
    width: -webkit-calc(33.3333% - 4px);
    width: calc(33.3333% - 4px);
  }
}

/* line 277, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4),
.profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4) ~ .update-media__item {
  width: -webkit-calc(50% - 3px);
  width: calc(50% - 3px);
}

@media screen and (min-width: 768px) {
  /* line 277, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4),
  .profile-updates .updates .update-item__content .update-media__item:first-child:nth-last-child(4) ~ .update-media__item {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

/* line 287, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .video-embed {
  position: relative;
  width: 100%;
}

/* line 245, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.profile-updates .updates .update-item__content .video-embed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  width: 100%;
}

/* line 252, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
.profile-updates .updates .update-item__content .video-embed__media {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 292, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-feedback {
  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;
  padding: 30px 0 30px;
}

/* line 297, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-feedback a {
  color: #7e8fa4;
  margin: 0 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 302, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-feedback a i {
  vertical-align: middle;
}

/* line 304, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.profile-updates .updates .update-item__content .update-feedback a span {
  display: inline-block;
  font: 16px/16px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-left: 6px;
}

/* line 310, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.profile-updates.scss */
.no-touch .profile-updates .updates .update-item__content .update-feedback a:hover {
  color: #8fddba;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__logo img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.prelaunch.scss */
  .prelaunch-profile-header__name {
    font-size: 60px;
    line-height: 70px;
  }
}

/* line 38, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.prelaunch.scss */
.prelaunch-profile-header__bio {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.prelaunch.scss */
  .prelaunch-profile-header__bio {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
  .progress__item {
    margin-bottom: 0;
    width: -webkit-calc(30% - 20px);
    width: calc(30% - 20px);
  }
}

/* line 16, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
.progress__item:last-of-type {
  margin-right: 0;
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
.progress__item__icon {
  height: 80px;
  margin: 0 auto 20px;
  width: 80px;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
.progress__item__icon img,
.progress__item__icon .svg {
  max-height: 60px;
  max-width: 80px;
  width: 100%;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
  .progress__item__stat {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px;
  }
}

/* line 48, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
.progress__item__description {
  color: #402858;
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.progress.scss */
  .progress__item__description {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 22px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header {
  margin-bottom: 60px;
  text-align: center;
}

/* line 5, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header h2 {
  color: #2a275c;
  font: 34px/40px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto 20px;
  width: 100%;
}

/* line 12, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header h2 strong {
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header aside {
  margin-bottom: 20px;
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header aside span {
  margin: 0 8px;
  font-size: 34px;
}

/* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-header p {
  color: #7e8fa4;
  font: 18px/26px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 650px;
  margin: 0 auto 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 26, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores-header p {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 40, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores {
  max-width: 810px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 40, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores {
    background: #ffffff;
    border: 1px solid #ececec;
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
  }
}

@media screen and (min-width: 1630px) {
  /* line 40, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores {
    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;
    max-width: 100%;
  }
}

/* line 60, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .edit-score {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  border: 0 none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7e8fa4;
  display: none;
  font: 14px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 20px;
  outline: none;
  position: relative;
  z-index: 2;
}

/* line 72, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .edit-score.show {
  display: inline-block !important;
}

/* line 76, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .edit-score.editing {
  display: none !important;
}

/* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .edit-score:after {
  background: #8fddba;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
  width: 100%;
  z-index: -1;
}

/* line 93, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.no-touch .scores .edit-score:hover:after {
  height: 50%;
}

/* line 98, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item {
  background: transparent;
  border-bottom: 1px solid #ececec;
  max-height: 60px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-transition: border-bottom-color 300ms ease, max-height 300ms ease, padding 300ms ease, margin-bottom 300ms ease;
  transition: border-bottom-color 300ms ease, max-height 300ms ease, padding 300ms ease, margin-bottom 300ms ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 98, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item {
    padding: 15px 0;
  }
}

@media screen and (min-width: 1630px) {
  /* line 98, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

/* line 115, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item.add-perception-score {
  border-bottom-color: #ececec;
  cursor: default;
  max-height: 300px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 115, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item.add-perception-score {
    padding: 15px;
  }
}

/* line 126, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item:last-child {
  border-bottom: transparent;
}

@media screen and (min-width: 1630px) {
  /* line 128, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item:nth-last-child(2), .scores .scores-item:nth-last-child(3) {
    border-bottom: transparent;
  }
}

/* line 135, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__current-score {
  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;
  width: 100%;
}

/* line 142, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item.add-perception-score .scores-item__current-score .edit-score {
  display: block;
}

/* line 147, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item label {
  color: #2a275c;
  cursor: default !important;
  font: 15px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  width: -webkit-calc(65% - 5px);
  width: calc(65% - 5px);
}

@media screen and (min-width: 500px) {
  /* line 147, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item label {
    width: -webkit-calc(60% - 10px);
    width: calc(60% - 10px);
  }
}

@media screen and (min-width: 768px) {
  /* line 147, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item label {
    font: 16px/30px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    width: -webkit-calc(60% - 10px);
    width: calc(60% - 10px);
  }
}

/* line 163, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item .data-value {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  border: 1px solid #ececec;
  height: 23px;
  position: relative;
  vertical-align: middle;
  width: -webkit-calc(35% - 10px);
  width: calc(35% - 10px);
}

@media screen and (min-width: 500px) {
  /* line 163, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item .data-value {
    height: 25px;
    width: -webkit-calc(45% - 10px);
    width: calc(45% - 10px);
  }
}

@media screen and (min-width: 768px) {
  /* line 163, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item .data-value {
    height: 30px;
    width: -webkit-calc(45% - 10px);
    width: calc(45% - 10px);
  }
}

@media screen and (min-width: 1024px) {
  /* line 163, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item .data-value {
    height: 25px;
  }
}

/* line 185, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item .data-value span {
  background: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 193, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item .data-value span.rating-good {
  background: #3FFF8C;
  background: #9BCEAD;
  background: #83f896;
}

/* line 199, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item .data-value span.rating-fair {
  background: #F9E784;
}

/* line 204, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item .data-value span.rating-poor {
  background: #FF4759;
}

/* line 210, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info {
  margin-top: 20px;
  width: 100%;
}

/* line 214, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-description {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 214, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
  .scores .scores-item__info .score-description {
    margin-bottom: 0;
    width: 100%;
  }
}

/* line 224, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-description h2 {
  color: #7e8fa4;
  font: 16px/22px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 230, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-description p {
  color: #7e8fa4;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 237, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit {
  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-top: 2px;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* line 247, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit.submitted:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 260, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit__submit {
  padding: 15px 10px 0;
  text-align: center;
  width: 100%;
}

/* line 265, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit__submit--edited {
  display: none;
}

/* line 269, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit__submit--editing {
  display: block;
}

/* line 273, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit__submit .score-btn,
.scores .scores-item__info .score-submit__submit .add-score {
  background: #efefef;
  border: 0 none;
  border-radius: 20px;
  color: #2a275c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 15px/15px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.375px;
  margin-right: 10px;
  outline: none;
  position: relative;
  padding: 9px 20px 5px;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}

/* line 292, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.no-touch .scores .scores-item__info .score-submit__submit .score-btn:hover, .no-touch
.scores .scores-item__info .score-submit__submit .add-score:hover {
  background: #81CFAD;
  color: white;
}

/* line 297, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit__submit .score-btn.submitted,
.scores .scores-item__info .score-submit__submit .add-score.submitted {
  display: none;
}

/* line 303, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit label {
  font: 12px/12px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  width: 50px;
}

/* line 309, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit label:nth-of-type(2) {
  text-align: right;
}

/* line 314, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__info .score-submit .br-wrapper {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

/* line 320, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__edit {
  padding: 15px 10px 20px;
  text-align: center;
  width: 100%;
}

/* line 325, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item__edit button {
  background: #efefef;
  border: 0 none;
  border-radius: 20px;
  color: #2a275c;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font: 15px/15px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: -0.375px;
  margin-right: 10px;
  position: relative;
  padding: 9px 20px 5px;
  text-align: center;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}

/* line 342, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.no-touch .scores .scores-item__edit button:hover {
  background: #81CFAD;
  color: white;
}

/* line 350, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item.add-perception-score .data-value {
  display: none;
}

/* line 356, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores .scores-item.trust-score .data-value {
  display: block !important;
}

/* line 364, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-widget {
  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;
  white-space: nowrap;
}

/* line 370, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-widget a {
  background: rgba(255, 255, 255, 0.3);
  background: rgba(42, 39, 92, 0.1);
  display: block;
  height: 10px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  width: -webkit-calc(20% - 2px);
  width: calc(20% - 2px);
}

/* line 378, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-widget a.br-active, .br-wrapper .br-widget a.br-selected {
  background-color: #6798E8;
}

/* line 384, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-widget .br-current-rating {
  color: rgba(42, 39, 92, 0.9);
  display: block;
  font: 20px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 30px 0 10px;
  text-align: center;
  width: 100%;
}

/* line 395, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-readonly a {
  cursor: default;
}

/* line 399, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.br-wrapper .br-readonly .br-current-rating {
  color: #729bf8;
}

/* line 406, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.done-rating {
  display: none;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

/* line 412, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.scores-editable .done-rating {
  display: block;
}

/* line 416, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.done-rating .edit-action {
  text-align: center;
}

/* line 419, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.scores.scss */
.done-rating .edit-action span, .done-rating .edit-action .edit-scores {
  display: inline-block;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-header {
  background: #2a275c;
  padding-top: 63px;
}

/* line 6, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results {
  margin: 60px auto 150px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 10, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results--discover {
  max-width: 1020px;
}

/* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__heading {
  color: #CCE6F4;
  font: 24px/28px "Halcyon Semi Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.48px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /* line 15, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__heading {
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 46px;
  }
}

/* line 30, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes {
  margin: 0 0 100px;
}

@media screen and (min-width: 768px) {
  /* line 30, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes {
    margin: 60px 0 100px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--results .search-results__causes {
    width: 380px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results--results .search-results__causes {
    width: 450px;
  }
}

@media screen and (min-width: 600px) {
  /* line 47, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes__list {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-column-align: start;
        justify-items: start;
  }
}

@media screen and (min-width: 1024px) {
  /* line 47, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes__list {
    grid-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/* line 61, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item {
  background: #0E0F15;
  background-image: url('../../assets/img/sprite.causes.jpg');
  background-size: 100% auto;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 11px #2C304A;
          box-shadow: 0px 2px 11px #2C304A;
  display: table;
  margin-bottom: 15px;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* line 61, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes__list .cause-item {
    margin-bottom: 0;
    padding-top: 56%;
  }
}

/* line 83, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--climate-change {
  background-position: 0 -webkit-calc(100% / 14 * 0);
  background-position: 0 calc(100% / 14 * 0);
}

/* line 87, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--children-young-people {
  background-position: 0 -webkit-calc(100% / 14 * 12);
  background-position: 0 calc(100% / 14 * 12);
}

/* line 91, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--disaster-relief {
  background-position: 0 -webkit-calc(100% / 14 * 9);
  background-position: 0 calc(100% / 14 * 9);
}

/* line 95, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--education {
  background-position: 0 -webkit-calc(100% / 14 * 11);
  background-position: 0 calc(100% / 14 * 11);
}

/* line 99, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--health {
  background-image: url('../../assets/img/asset.health-tile.jpg');
  background-position: 0 0;
}

/* line 104, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--human-rights {
  background-image: url('../../assets/img/asset.human-rights-tile.jpg');
  background-position: 0 0;
}

/* line 109, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--learning-difficulties {
  background-position: 0 -webkit-calc(100% / 14 * 1);
  background-position: 0 calc(100% / 14 * 1);
}

/* line 113, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--medical-research {
  background-position: 0 -webkit-calc(100% / 14 * 4);
  background-position: 0 calc(100% / 14 * 4);
}

/* line 117, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--mental-health {
  background-position: 0 -webkit-calc(100% / 14 * 10);
  background-position: 0 calc(100% / 14 * 10);
}

/* line 121, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--ocean-preservation {
  background-position: 0 -webkit-calc(100% / 14 * 3);
  background-position: 0 calc(100% / 14 * 3);
}

/* line 125, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--poverty-hunger {
  background-position: 0 -webkit-calc(100% / 14 * 6);
  background-position: 0 calc(100% / 14 * 6);
}

/* line 129, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--vision {
  background-position: 0 -webkit-calc(100% / 14 * 2);
  background-position: 0 calc(100% / 14 * 2);
}

/* line 133, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--water-sanitation {
  background-position: 0 -webkit-calc(100% / 14 * 7);
  background-position: 0 calc(100% / 14 * 7);
}

/* line 137, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--lgbt {
  background-position: 0 -webkit-calc(100% / 14 * 8);
  background-position: 0 calc(100% / 14 * 8);
}

/* line 141, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--homelessness {
  background-position: 0 -webkit-calc(100% / 14 * 5);
  background-position: 0 calc(100% / 14 * 5);
}

/* line 145, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--physical-disabilities {
  background-position: 0 -webkit-calc(100% / 14 * 13);
  background-position: 0 calc(100% / 14 * 13);
}

/* line 149, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item--animals-wildlife {
  background-position: 0 -webkit-calc(100% / 14 * 14);
  background-position: 0 calc(100% / 14 * 14);
}

/* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__causes__list .cause-item a {
  background: rgba(30, 28, 64, 0.2);
  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;
  font: 16px/18px "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  width: 100%;
}

@media screen and (min-width: 375px) {
  /* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes__list .cause-item a {
    font-size: 17px;
    line-height: 19px;
  }
}

@media screen and (min-width: 500px) {
  /* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__causes__list .cause-item a {
    font-size: 18px;
    line-height: 20px;
  }
}

/* line 179, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__causes__list .cause-item a:hover {
  background: rgba(33, 33, 33, 0.1);
}

/* line 184, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__causes__list .cause-item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
  z-index: 10;
}

/* line 192, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options {
  margin: 0 0 40px;
}

/* line 195, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options__item {
  color: #CCE6F4;
  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 201, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__options__item:hover {
  color: #402858;
}

/* line 205, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__options__item--current {
  color: #402858;
  font-weight: 500;
}

/* line 212, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results .js-charities-type {
  display: none;
}

/* line 215, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results .js-charities-type--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 220, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities {
  width: 100%;
}

/* line 223, /Volumes/AR/projects/Ella/Ella/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 229, /Volumes/AR/projects/Ella/Ella/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 235, /Volumes/AR/projects/Ella/Ella/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 235, /Volumes/AR/projects/Ella/Ella/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 235, /Volumes/AR/projects/Ella/Ella/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 250, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list--flex-start .search-results__charities__list__item {
    margin-right: 20px;
  }
}

/* line 255, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list--flex-start .search-results__charities__list__item:last-child {
  margin-right: 0;
}

/* line 261, /Volumes/AR/projects/Ella/Ella/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 270, /Volumes/AR/projects/Ella/Ella/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 278, /Volumes/AR/projects/Ella/Ella/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 284, /Volumes/AR/projects/Ella/Ella/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 288, /Volumes/AR/projects/Ella/Ella/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 293, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list__item .charities-list-item__info__charity-info .charity-description {
  color: #402858;
  color: #CCE6F4;
  font: 16px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 301, /Volumes/AR/projects/Ella/Ella/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 301, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list__item .charities-list-item__thumbnail {
    padding-top: 55%;
  }
}

/* line 313, /Volumes/AR/projects/Ella/Ella/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 323, /Volumes/AR/projects/Ella/Ella/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 335, /Volumes/AR/projects/Ella/Ella/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 345, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__charities__list__item:hover .charities-list-item__thumbnail__overlay {
  opacity: 1;
}

/* line 351, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card {
  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 351, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card {
    padding: 40px;
  }
}

/* line 365, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__icon {
  display: block;
  margin: 0 auto 10px;
}

/* line 369, /Volumes/AR/projects/Ella/Ella/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 369, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__icon .svg {
    max-height: 60px;
    max-width: 80px;
  }
}

/* line 379, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results__charities__list .cause-card__icon .svg * {
  fill: #ffffff !important;
}

/* line 385, /Volumes/AR/projects/Ella/Ella/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 385, /Volumes/AR/projects/Ella/Ella/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 385, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__title {
    line-height: 48px;
  }
}

/* line 400, /Volumes/AR/projects/Ella/Ella/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 400, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
  .search-results__charities__list .cause-card__description {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 409, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results__charities__list .cause-card:hover {
  background: rgba(83, 187, 180, 0.9);
}

/* line 416, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results h3 {
  color: #CCE6F4;
  font: 20px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0 0 30px;
}

/* line 422, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results .results-not-found {
  color: #cce6f4;
  font: 20px/28px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 150px auto 0;
  max-width: 820px;
  text-align: center;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* line 430, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results .results-not-found strong {
  color: white;
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 435, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-results .results-not-found a {
  color: #8fddba;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* line 440, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.no-touch .search-results .results-not-found a:hover {
  color: #6A91C9;
}

/* line 447, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-results.scss */
.search-wrapper {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__header {
    padding: 34px 7.3125vw;
    text-align: left;
  }
}

/* line 20, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__header img,
  .search-landing__header .svg {
    width: 105px;
  }
}

/* line 29, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__header img *,
.search-landing__header .svg * {
  fill: #fff !important;
}

/* line 34, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item {
  position: absolute;
  width: 40px;
}

/* line 74, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item * {
  fill: #655e82;
}

/* line 79, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--dis * {
  stroke: #9087b1 !important;
  fill: none !important;
}

/* line 98, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--sports * {
  fill: #655e82 !important;
}

/* line 109, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--ed * {
  fill: #52a368;
}

/* line 120, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--heart * {
  stroke: #9087b1 !important;
}

/* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--pub {
  top: 73%;
  left: 10%;
  width: 24px;
}

/* line 145, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--op {
  top: 66%;
  left: 70%;
  width: 40px;
}

/* line 150, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--op * {
  fill: #9087b1 !important;
}

/* line 156, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__form__categories .search-landing-category-item--cancer {
  top: 70%;
  left: 104%;
  width: 24px;
}

/* line 163, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item--mr {
    display: none;
  }
}

/* line 174, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__categories .search-landing-category-item--vision {
    display: none;
  }
}

/* line 189, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__input {
    padding: 0;
    width: 100%;
  }
}

/* line 217, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large::-webkit-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 24, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-moz-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 25, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large:-ms-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .search-landing__form__input .search-input-large.placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 252, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
  .search-landing__form__input .search-input-button {
    height: 44px;
    width: 44px;
  }
}

/* line 272, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.search-landing.scss */
.search-landing__to-the-features img *, .search-landing__to-the-features .svg * {
  fill: #655e82;
}

/* line 3, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section--primary {
  background: rgba(64, 40, 88, 0.02);
  padding: 40px 0 80px;
  position: relative;
}

/* line 8, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section--primary .title {
  color: #402858;
}

/* line 33, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section--primary .title--orphan {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 51, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section--secondary {
    margin-top: 100px;
    margin-bottom: 150px;
    max-width: 1290px;
    padding: 0 40px;
  }
}

/* line 65, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section--without-heading {
  margin-top: 40px;
}

@media screen and (min-width: 900px) {
  /* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section--without-heading {
    margin-top: 100px;
  }
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section__column__primary {
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 90, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__column__primary {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
  }
}

/* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section__column__secondary {
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  /* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__column__secondary {
    margin-bottom: 0;
    width: 250px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 102, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__column__secondary {
    margin-bottom: 0;
    width: 360px;
  }
}

/* line 118, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__column__heading {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.625px;
  }
}

/* line 132, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section__heading {
  margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  /* line 132, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__heading {
    margin-bottom: 150px;
    margin-top: 0;
  }
}

/* line 141, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__heading h2 {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -0.625px;
  }
}

/* line 156, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
.section__heading p {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.section.scss */
  .section__heading p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks--active {
  display: block;
}

/* line 14, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.signup-thanks.scss */
.signup-thanks--active .signup-thanks__blocker {
  -webkit-animation: opacity 1s forwards;
          animation: opacity 1s forwards;
}

/* line 29, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.signup-thanks.scss */
  .signup-thanks__content__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
  }
}

/* line 52, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.signup-thanks.scss */
  .signup-thanks__content p {
    padding-right: 50px;
  }
}

/* line 62, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities {
  display: block;
}

@media screen and (min-width: 1024px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.suggested-charities.scss */
  .suggested-charities__charity {
    margin: 0;
  }
}

/* line 20, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__branding {
  background: #eaeaea;
  border-radius: 50%;
  height: 78px;
  position: relative;
  width: 78px;
}

/* line 27, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.suggested-charities.scss */
.suggested-charities__charity__difference {
  color: #CCE6F4;
  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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.suggested-charities.scss */
.no-touch .suggested-charities__charity__donation-link:hover {
  text-decoration: underline;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations {
  margin-top: 80px;
}

@media screen and (min-width: 900px) {
  /* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations .gbb__item {
    min-height: 330px;
    margin-top: 0;
    max-width: 300px;
  }
}

/* line 27, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item--with-anchor {
  padding-bottom: 60px;
}

/* line 31, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__value--remaining {
  background: #8fddba;
  color: #1fb478;
}

/* line 53, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__heading {
  min-height: 45px;
}

/* line 66, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__heading .gbb-item__subtitle {
  color: #CCE6F4;
  font: 400 12px/12px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 4px 0;
  text-align: center;
}

/* line 83, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item__form .gbb-item__form-wrapper {
  margin-top: 40px;
  position: relative;
}

/* line 87, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table {
  width: 100%;
}

/* line 113, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr {
  border-bottom: 1px solid #eaeaea;
}

/* line 136, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr:last-child {
  border: none;
}

/* line 140, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr td {
  color: #fff;
  color: #CCE6F4;
  font: 400 15px/20px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 10px 0 4px;
  text-align: left;
}

/* line 147, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .gbb__item table tbody tr:first-child td {
  padding-top: 30px;
}

/* line 163, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__row {
    margin-bottom: 20px;
  }
}

/* line 217, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
  .upcoming-donations__edit:after {
    top: 2px;
  }
}

/* line 250, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table {
  width: 100%;
}

/* line 255, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td {
  padding-bottom: 20px;
}

/* line 258, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations__table tr td:nth-of-type(2) {
  text-align: right;
}

/* line 262, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.upcoming-donations.scss */
.upcoming-donations .upcoming-donation__no-upcoming-donations {
  color: #CCE6F4;
}

/* line 1, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list {
    margin-bottom: 120px;
    margin-top: 120px;
  }
}

/* line 12, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__icon {
    width: 89px;
  }
}

/* line 22, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__form {
    padding: 0;
    width: 100%;
  }
}

/* line 38, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input::-webkit-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 24, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-moz-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 25, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input:-ms-input-placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 26, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Tools/_tools.mixins.scss */
  .waiting-list__form__input.placeholder {
    font-size: 36px;
    line-height: 65px;
  }
}

/* line 73, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Blocks/_blocks.waiting-list.scss */
  .waiting-list__form__submit {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 90px;
  }
}

/* line 97, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 7, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
  .hide-on-mobile {
    display: none !important;
  }
}

/* line 13, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.no-scroll {
  overflow: hidden;
}

/* line 17, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.visually-hidden {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.mbbr {
  display: none;
}

@media screen and (max-width: 400px) {
  /* line 25, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
  .mbbr {
    display: block;
  }
}

/* line 33, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.page-title {
  display: none;
}

/* line 37, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.landing {
  background: transparent;
}

/* line 46, /Volumes/AR/projects/Ella/Ella/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;
}

/* line 59, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.ph {
  background: #F9781D;
  bottom: 0;
  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: 100px;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

/* line 70, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.ph__inner {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #fff;
  font: 18px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 800px;
  padding: 20px 20px;
  text-align: center;
}

/* line 80, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.announcement {
  background: #E06919;
  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;
  height: 100px;
  width: 100%;
  z-index: 10000;
}

/* line 90, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.announcement__content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  color: #fff;
  font: 18px/22px "Halcyon Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-width: 800px;
  padding: 20px 20px;
  text-align: center;
}

/* line 98, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.scss */
.announcement__content a {
  color: #fff;
  font-family: "Halcyon Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 17, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 108, /Volumes/AR/projects/Ella/Ella/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, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 120, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 124, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 132, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 138, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 144, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 148, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 153, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 161, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 168, /Volumes/AR/projects/Ella/Ella/src/sass/Trumps/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
