/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700i");
/* line 12, ../sass/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * Add the correct margin in IE 8.
 */
/* line 62, ../sass/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, ../sass/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../sass/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, ../sass/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, ../sass/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 179, ../sass/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, ../sass/normalize.scss */
sup {
  top: -0.5em;
}

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

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

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../sass/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../sass/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, ../sass/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, ../sass/normalize.scss */
textarea {
  overflow: auto;
}

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

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

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

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

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

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

/*
 * Add the correct display in all browsers.
 */
/* line 395, ../sass/normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, ../sass/normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, ../sass/normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, ../sass/normalize.scss */
[hidden] {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 16, ../sass/remodal.scss */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 25, ../sass/remodal.scss */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 32, ../sass/remodal.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 45, ../sass/remodal.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../sass/remodal.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 72, ../sass/remodal.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 80, ../sass/remodal.scss */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 90, ../sass/remodal.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 16, ../sass/remodal-default-theme.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 24, ../sass/remodal-default-theme.scss */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

/* line 28, ../sass/remodal-default-theme.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 36, ../sass/remodal-default-theme.scss */
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 41, ../sass/remodal-default-theme.scss */
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* line 48, ../sass/remodal-default-theme.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
/* line 54, ../sass/remodal-default-theme.scss */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

/* line 67, ../sass/remodal-default-theme.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 75, ../sass/remodal-default-theme.scss */
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

/* line 80, ../sass/remodal-default-theme.scss */
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* line 87, ../sass/remodal-default-theme.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* line 94, ../sass/remodal-default-theme.scss */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 118, ../sass/remodal-default-theme.scss */
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* line 123, ../sass/remodal-default-theme.scss */
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
/* line 142, ../sass/remodal-default-theme.scss */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 164, ../sass/remodal-default-theme.scss */
.remodal-confirm {
  color: #fff;
  background: #81c784;
}

/* line 169, ../sass/remodal-default-theme.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

/* line 174, ../sass/remodal-default-theme.scss */
.remodal-cancel {
  color: #fff;
  background: #e57373;
}

/* line 179, ../sass/remodal-default-theme.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 186, ../sass/remodal-default-theme.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 309, ../sass/remodal-default-theme.scss */
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
/* line 317, ../sass/remodal-default-theme.scss */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

/* line 321, ../sass/remodal-default-theme.scss */
.lt-ie9 .remodal {
  width: 700px;
}

/* Fonts */
@font-face {
  font-family: 'bignoodletitlingregular';
  src: url("../../fonts/big_noodle_titling-webfont.woff2") format("woff2"), url("../../fonts/big_noodle_titling-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Functions */
/* Mixins */
/* Flexbox */
/* Variables */
/*
 *  CSS-only animated bar charts
 *  @link https://codepen.io/baletsa/pen/oHcfr
 */
@-webkit-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
/* line 96, ../sass/graph.scss */
.bar-chart {
  position: relative;
  margin: 30px -15px;
  padding: 45px 10px 15px;
  background: #f6f6f6;
  /* Change direction for "down" */
}
@media (min-width: 530px) {
  /* line 96, ../sass/graph.scss */
  .bar-chart {
    margin: 30px -28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 106, ../sass/graph.scss */
.bar-chart * {
  box-sizing: border-box;
}
/* line 109, ../sass/graph.scss */
.bar-chart .graph {
  height: 283px;
  position: relative;
}
/* line 113, ../sass/graph.scss */
.bar-chart .bars {
  height: 253px;
  padding: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 120, ../sass/graph.scss */
.bar-chart .bar-group {
  display: block;
  height: 100%;
  position: relative;
  /* @include flex(1 0 0); */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* line 126, ../sass/graph.scss */
.bar-chart .bar-group .bar {
  visibility: hidden;
  height: 0;
  -webkit-animation: animate-height;
  -moz-animation: animate-height;
  animation: animate-height;
  animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  bottom: 0;
  height: 0;
  min-height: 5px;
  position: absolute;
  text-align: center;
  width: 90%;
  max-width: 130px;
  margin: 0 auto;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5515f+0,9f041b+100 */
  background: #f5515f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5515f 0%, #9f041b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5515f 0%, #9f041b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5515f 0%, #9f041b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5515f', endColorstr='#9f041b',GradientType=0 );
  /* IE6-9 */
}
/* line 144, ../sass/graph.scss */
.bar-chart .bar-group .bar span {
  margin-top: -32px;
  display: block;
  color: #A0051C;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 530px) {
  /* line 144, ../sass/graph.scss */
  .bar-chart .bar-group .bar span {
    font-size: 24px;
    margin-top: -38px;
  }
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-1 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-2 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-3 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-4 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-5 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-6 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-7 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-8 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-9 {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-10 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-11 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-12 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-13 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-14 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
/* line 157, ../sass/graph.scss */
.bar-chart .bar-group .bar-15 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
/* line 163, ../sass/graph.scss */
.bar-chart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 168, ../sass/graph.scss */
.bar-chart .x-axis {
  text-align: center;
  width: 100%;
  font-size: 15px;
  line-height: 1.25;
  font-weight: bold;
  color: black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 176, ../sass/graph.scss */
.bar-chart .x-axis li {
  /* @include flex(1 0 0); */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 7px;
}
@media (min-width: 530px) {
  /* line 176, ../sass/graph.scss */
  .bar-chart .x-axis li {
    padding: 3px 7px;
  }
}
/* line 183, ../sass/graph.scss */
.bar-chart .x-axis li span {
  max-width: 130px;
  display: inline-block;
}
/* line 189, ../sass/graph.scss */
.bar-chart .y-axis {
  position: absolute;
  text-align: right;
  width: 100%;
}
/* line 193, ../sass/graph.scss */
.bar-chart .y-axis li {
  border-top: 1px solid #4e5464;
  display: block;
  height: 63.25px;
  width: 100%;
}
/* line 198, ../sass/graph.scss */
.bar-chart .y-axis li span {
  display: block;
  font-size: 11px;
  margin: -10px 0 0 -60px;
  padding: 0 10px;
  width: 40px;
}
/* line 208, ../sass/graph.scss */
.bar-chart.down {
  padding: 15px 10px 55px;
}
@media (min-width: 530px) {
  /* line 208, ../sass/graph.scss */
  .bar-chart.down {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 214, ../sass/graph.scss */
.bar-chart.down .bar {
  bottom: auto;
  top: 0;
}
/* line 217, ../sass/graph.scss */
.bar-chart.down .bar span {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -32px;
  width: 100%;
}
@media (min-width: 530px) {
  /* line 217, ../sass/graph.scss */
  .bar-chart.down .bar span {
    margin-bottom: -38px;
  }
}

/* line 230, ../sass/graph.scss */
.footnote {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page 4 (Final Results) changes */
/* line 240, ../sass/graph.scss */
.page-4 .bar-chart .x-axis {
  color: #513191;
}
/* line 243, ../sass/graph.scss */
.page-4 .bar-chart .x-axis li span {
  max-width: 150px;
}
/* line 246, ../sass/graph.scss */
.page-4 .bar-chart .bar-group .bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8570ae+0,513191+100 */
  background: #8570ae;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8570ae 0%, #513191 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8570ae 0%, #513191 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8570ae 0%, #513191 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8570ae', endColorstr='#513191',GradientType=0 );
  /* IE6-9 */
}
/* line 253, ../sass/graph.scss */
.page-4 .bar-chart .bar-group .bar span {
  color: #513191;
}

/* line 71, ../sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 75, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  font: 17px/1.75 "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: #513191;
  color: black;
}

/* line 83, ../sass/style.scss */
.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 530px) {
  /* line 83, ../sass/style.scss */
  .container {
    padding: 0 28px;
  }
}

/* Header */
/* line 94, ../sass/style.scss */
header[role="banner"] {
  padding: 15px 0;
  background-color: #513191;
  /* background:$purple url('../../images/hands-bg.png') repeat-x top center;
  background-blend-mode:multiply; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Logo */
  /* Union Difference Calculator banner */
  /* Restart link within banner */
}
@media (min-width: 530px) {
  /* line 94, ../sass/style.scss */
  header[role="banner"] {
    padding-bottom: 230px;
  }
}
/* line 103, ../sass/style.scss */
header[role="banner"] .container {
  position: relative;
}
@media (min-width: 530px) {
  /* line 103, ../sass/style.scss */
  header[role="banner"] .container {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/* line 114, ../sass/style.scss */
header[role="banner"] a[target="_blank"] {
  display: inline-block;
  max-width: 102px;
}
/* line 117, ../sass/style.scss */
header[role="banner"] a[target="_blank"] img {
  width: 100%;
}
/* line 122, ../sass/style.scss */
header[role="banner"] a[rel="home"] {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 6px 10px 5px;
  background: #FFD516;
  color: #513191;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  font-weight: bold;
  text-align: right;
  max-width: 152px;
  overflow: hidden;
}
/* line 137, ../sass/style.scss */
header[role="banner"] a[rel="home"]:hover .restart {
  top: 0;
}
@media (min-width: 530px) {
  /* line 122, ../sass/style.scss */
  header[role="banner"] a[rel="home"] {
    right: 0;
    max-width: none;
    text-align: center;
  }
}
/* line 147, ../sass/style.scss */
header[role="banner"] .restart {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  background: #FFEA8B;
  padding: 6px 10px 5px;
  text-align: center;
  transition: all 0.3s;
}
/* line 159, ../sass/style.scss */
header[role="banner"] h1 {
  margin: 0;
  color: white;
  font: normal 25px/1 "bignoodletitlingregular", "Impact", "Arial Narrow", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
@media (min-width: 530px) {
  /* line 159, ../sass/style.scss */
  header[role="banner"] h1 {
    font-size: 38px;
    text-align: right;
  }
}

/* Main content area */
/* line 176, ../sass/style.scss */
main {
  background-color: #FFEA8B;
  /* background:$lightyellow url('../../images/hands-bg.png') repeat-x bottom center; */
  padding: 0;
  max-width: 100%;
}
/* line 181, ../sass/style.scss */
main .container {
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 530px) {
  /* line 181, ../sass/style.scss */
  main .container {
    position: relative;
    top: -200px;
  }
}

/* line 194, ../sass/style.scss */
p {
  margin: 0 0 15px;
}

/* line 197, ../sass/style.scss */
.intro {
  color: #513191;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 530px) {
  /* line 197, ../sass/style.scss */
  .intro {
    font-size: 26px;
  }
  /* line 204, ../sass/style.scss */
  .intro.intro-sm {
    font-size: 18px;
  }
}

/* line 209, ../sass/style.scss */
.intro-red {
  color: #A0051C;
}

/* line 212, ../sass/style.scss */
.btn-lg {
  background: #513191;
  transition: background 0.3s;
  color: #FFD516;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  text-align: left;
  width: 100%;
  border: 0;
  cursor: pointer;
  font: normal 24px/1 "bignoodletitlingregular", "Impact", "Arial Narrow", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 530px) {
  /* line 212, ../sass/style.scss */
  .btn-lg {
    font-size: 36px;
    padding: 20px 55px 20px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
  }
}
/* line 234, ../sass/style.scss */
.btn-lg:hover {
  background: #3c246b;
}
/* line 237, ../sass/style.scss */
.btn-lg:after {
  content: '\203a';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 46px;
}
@media (min-width: 530px) {
  /* line 237, ../sass/style.scss */
  .btn-lg:after {
    font-size: 86px;
    top: -4px;
    right: 25px;
  }
}

/* line 250, ../sass/style.scss */
.btn-skip {
  background: #FFD516;
  transition: background 0.3s;
  color: #513191;
  display: block;
  position: relative;
  padding: 10px 40px 10px 20px;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  border: 0;
  cursor: pointer;
  font: normal 23px/1 "bignoodletitlingregular", "Impact", "Arial Narrow", sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 530px) {
  /* line 250, ../sass/style.scss */
  .btn-skip {
    font-size: 30px;
    padding: 15px 55px 15px 30px;
  }
}
/* line 269, ../sass/style.scss */
.btn-skip:hover {
  background: #FFEA8B;
}
/* line 272, ../sass/style.scss */
.btn-skip:after {
  content: '\203a';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -22px;
  font-size: 46px;
}
@media (min-width: 530px) {
  /* line 272, ../sass/style.scss */
  .btn-skip:after {
    font-size: 50px;
    top: 5px;
    right: 25px;
    margin-top: 0;
  }
}

/* line 288, ../sass/style.scss */
ol {
  font-weight: bold;
  color: #A0051C;
}

/* Footer */
/* line 294, ../sass/style.scss */
footer[role="contentinfo"] {
  text-align: center;
  padding: 50px 15px;
  margin-top: 0;
  color: white;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #513191;
}

@media (min-width: 530px) {
  /* line 305, ../sass/style.scss */
  .page-benefits footer[role="contentinfo"], .page-sources footer[role="contentinfo"], .page-5 footer[role="contentinfo"] {
    margin-top: -100px;
  }
}

/* Take Action */
@media (min-width: 530px) {
  /* line 314, ../sass/style.scss */
  .page-5 header[role="banner"] h1 {
    font-size: 32px;
  }
}

/* line 319, ../sass/style.scss */
.take-action-links {
  list-style-type: none;
  padding: 0;
  margin: -15px -15px 0;
}
@media (min-width: 530px) {
  /* line 319, ../sass/style.scss */
  .take-action-links {
    margin: -15px -28px 0;
  }
}
/* line 326, ../sass/style.scss */
.take-action-links li {
  padding: 15px;
}
@media (min-width: 530px) {
  /* line 326, ../sass/style.scss */
  .take-action-links li {
    padding: 15px 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
  }
}
/* line 336, ../sass/style.scss */
.take-action-links li:nth-child(even) {
  background: #EBEBEB;
}
/* line 339, ../sass/style.scss */
.take-action-links strong {
  color: #513191;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 530px) {
  /* line 339, ../sass/style.scss */
  .take-action-links strong {
    -webkit-box-flex: 1 0 60%;
    -moz-box-flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
}
/* line 347, ../sass/style.scss */
.take-action-links .btn-sm {
  width: 100%;
}
@media (min-width: 530px) {
  /* line 347, ../sass/style.scss */
  .take-action-links .btn-sm {
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
  }
}
/* line 354, ../sass/style.scss */
.take-action-links form {
  width: 100%;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
/* line 360, ../sass/style.scss */
.take-action-links input[type="email"] {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 530px) {
  /* line 360, ../sass/style.scss */
  .take-action-links input[type="email"] {
    width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 530px) {
  /* line 371, ../sass/style.scss */
  .take-action-links li:first-child {
    align-items: baseline;
  }
  /* line 373, ../sass/style.scss */
  .take-action-links li:first-child strong {
    -webkit-box-flex: 1 0 30%;
    -moz-box-flex: 1 0 30%;
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  /* line 376, ../sass/style.scss */
  .take-action-links li:first-child .btn-sm {
    -webkit-box-flex: 1 0 70%;
    -moz-box-flex: 1 0 70%;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    max-width: 70%;
  }
}

/* line 383, ../sass/style.scss */
.btn-sm {
  background: #FFD516;
  color: #513191;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px 9px;
  text-align: center;
  transition: background 0.3s;
  border: 0;
  border-radius: 0;
}
/* line 397, ../sass/style.scss */
.btn-sm:hover {
  text-decoration: none;
  background: #FFEA8B;
}
/* line 401, ../sass/style.scss */
.btn-sm + .btn-sm {
  margin-top: 15px;
}

/* Benefits table */
/* line 407, ../sass/style.scss */
table {
  border: 0;
  border-collapse: collapse;
  margin: 0 -15px -15px;
}
@media (min-width: 530px) {
  /* line 407, ../sass/style.scss */
  table {
    margin: 0 -28px -15px;
  }
}

/* line 415, ../sass/style.scss */
th {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25;
  color: #513191;
  vertical-align: bottom;
}

/* line 422, ../sass/style.scss */
tr:nth-child(odd) td {
  background: #EBEBEB;
}

/* line 425, ../sass/style.scss */
td {
  border: 0;
  padding: 10px;
}

/* line 429, ../sass/style.scss */
.benefit {
  font-weight: bold;
  color: #513191;
  line-height: 1.25;
  font-size: 18px;
}

/* line 435, ../sass/style.scss */
.x-mark, .check-mark {
  text-align: center;
  vertical-align: center;
  font-weight: bold;
}

/* line 440, ../sass/style.scss */
.x-mark {
  font-size: 34px;
  color: #D0021B;
}

/* line 444, ../sass/style.scss */
.check-mark {
  font-size: 30px;
  color: #7ED321;
}

/* Disclaimer */
/* line 450, ../sass/style.scss */
.remodal {
  background: white;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 15px;
  text-align: left;
}
@media (min-width: 530px) {
  /* line 450, ../sass/style.scss */
  .remodal {
    padding: 28px;
  }
}
/* line 459, ../sass/style.scss */
.remodal h1 {
  margin: 0 0 15px;
  padding-right: 35px;
  font-size: 18px;
  line-height: 1;
  color: #513191;
  text-transform: uppercase;
}

/* line 468, ../sass/style.scss */
.remodal-confirm {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 475, ../sass/style.scss */
.remodal-close {
  color: #e5e5e5;
  left: auto;
  right: 10px;
  top: 10px;
  transition: color 0.3s;
}
/* line 481, ../sass/style.scss */
.remodal-close:before {
  font-size: 40px;
}
/* line 484, ../sass/style.scss */
.remodal-close:hover {
  color: #513191;
}
@media (min-width: 530px) {
  /* line 475, ../sass/style.scss */
  .remodal-close {
    right: 15px;
    top: 15px;
  }
}

/* Forms */
/* line 495, ../sass/style.scss */
.input-group {
  padding-bottom: 15px;
}
/* line 497, ../sass/style.scss */
.input-group:last-of-type {
  padding-bottom: 0;
}

/* line 502, ../sass/style.scss */
label {
  font-weight: bold;
  font-size: 18px;
  color: #513191;
}

/* line 508, ../sass/style.scss */
input[type=text], input[type=number], input[type=email], select, output {
  background: #EBEBEB;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0;
  color: black;
  font-size: 24px;
  line-height: 1.75;
  padding: 0;
  text-align: center;
  -webkit-appearance: none;
  /* IOS fix */
}

/* Format - Range */
/* line 524, ../sass/style.scss */
.format-range {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}
/* line 529, ../sass/style.scss */
.format-range label {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
/* line 532, ../sass/style.scss */
.format-range .rangeslider {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
/* line 536, ../sass/style.scss */
.format-range output {
  -webkit-box-flex: 0 0 53px;
  -moz-box-flex: 0 0 53px;
  -webkit-flex: 0 0 53px;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
}

/* line 540, ../sass/style.scss */
.range-before, .range-after {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  color: #4A4A4A;
  font-weight: normal;
}

/* line 546, ../sass/style.scss */
.range-before {
  margin-right: 5px;
}

/* line 549, ../sass/style.scss */
.range-after {
  margin: 0 10px 0 5px;
}

/* Format - Currency */
/* line 554, ../sass/style.scss */
.format-currency {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
/* line 559, ../sass/style.scss */
.format-currency label {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
/* line 564, ../sass/style.scss */
.format-currency label:after {
  content: '$';
  font-weight: normal;
  font-size: 24px;
  color: black;
  margin-right: 5px;
}
/* line 572, ../sass/style.scss */
.format-currency input {
  width: 95px;
  min-height: 40px;
}

/* Format - Select */
@media (min-width: 530px) {
  /* line 579, ../sass/style.scss */
  .format-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  /* line 585, ../sass/style.scss */
  .format-select label {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

/* line 590, ../sass/style.scss */
select {
  font-size: 20px;
  text-align: left;
  width: 100%;
  color: #4a4a4a;
  padding-left: 10px;
  height: 42px;
  margin-bottom: 20px;
  /* Removes the default <select> styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Positions background arrow image */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
@media (min-width: 530px) {
  /* line 590, ../sass/style.scss */
  select {
    width: 177px;
    margin-bottom: 0;
  }
}

/* line 614, ../sass/style.scss */
select::-ms-expand {
  display: none;
}

/* Remove numeric controls from Firefox */
/* line 619, ../sass/style.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* Remove controls from Safari and Chrome */
/* line 623, ../sass/style.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}

/* Style placeholders */
/* line 630, ../sass/style.scss */
::-webkit-input-placeholder {
  opacity: 0.5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

/* Chrome <=56, Safari < 10 */
/* line 631, ../sass/style.scss */
:-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 4-18 */
/* line 632, ../sass/style.scss */
::-moz-placeholder {
  opacity: 0.5;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}

/* FF 19-51 */
/* line 633, ../sass/style.scss */
:-ms-input-placeholder {
  opacity: 0.5;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

/* IE 10+ */
/* line 634, ../sass/style.scss */
::placeholder {
  opacity: 0.5;
  transition: opacity .5s;
}

/* Modern Browsers */
/* line 636, ../sass/style.scss */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */
/* line 637, ../sass/style.scss */
*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
/* line 638, ../sass/style.scss */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */
/* line 639, ../sass/style.scss */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */
/* line 640, ../sass/style.scss */
*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */
/* Errors */
/* line 643, ../sass/style.scss */
.errors {
  margin: 0 15px 15px;
  border: 1px solid #D8000C;
  background: pink;
  border-radius: 6px;
  padding: 15px;
  list-style-type: none;
  color: #D8000C;
  background-color: #FFBABA;
}
/* line 652, ../sass/style.scss */
.errors li {
  display: block;
  margin-bottom: 10px;
}
/* line 655, ../sass/style.scss */
.errors li:last-child {
  margin-bottom: 0;
}

/*
 * rangeslider.js
 */
/* line 664, ../sass/style.scss */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 675, ../sass/style.scss */
.rangeslider {
  background: #EBEBEB;
  position: relative;
}

/* line 680, ../sass/style.scss */
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
}

/* line 685, ../sass/style.scss */
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}

/* line 692, ../sass/style.scss */
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 697, ../sass/style.scss */
.rangeslider__fill {
  background: #4C2E89;
  position: absolute;
}

/* line 701, ../sass/style.scss */
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

/* line 705, ../sass/style.scss */
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

/* line 710, ../sass/style.scss */
.rangeslider__handle {
  background: white;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8570ae+0,513191+100 */
  background: #8570ae;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8570ae 0%, #513191 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8570ae 0%, #513191 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8570ae 0%, #513191 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8570ae', endColorstr='#513191',GradientType=0 );
  /* IE6-9 */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 729, ../sass/style.scss */
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-color: #513191;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 748, ../sass/style.scss */
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#513191+0,8570ae+100 */
  background: #513191;
  /* Old browsers */
  background: -moz-linear-gradient(top, #513191 0%, #8570ae 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #513191 0%, #8570ae 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #513191 0%, #8570ae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513191', endColorstr='#8570ae',GradientType=0 );
  /* IE6-9 */
}

/* line 758, ../sass/style.scss */
.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

/* line 763, ../sass/style.scss */
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/* line 769, ../sass/style.scss */
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
