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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
* === VARIABLES ===
*/
/*
* — Colors —
*/
/*
* — Flashes (Alerts) —
*/
/*
* — Structural —
*/
/*
* === MIXINS ===
*/
/*--------------------------------------------------------------
	VENDOR
--------------------------------------------------------------*/
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #0047bb;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #003996;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 3px solid rgba(0, 71, 187, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #0047bb; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 200ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #0047bb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 71, 187, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858c91; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 71, 187, 0.6);
  outline-offset: 2px; }

html {
  background-color: #f0f0f0;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #333f48;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1, .page-fundraiser__total h2,
h2,
h3,
h4,
h5,
h6,
#error_explanation h2 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #0047bb;
  text-decoration-skip: ink;
  transition: color 200ms ease; }
  a:hover {
    color: #00358c; }
  a:focus {
    outline: 3px solid rgba(0, 71, 187, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1, .fancybox-share .page-fundraiser__total h2, .page-fundraiser__total .fancybox-share h2 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*--------------------------------------------------------------
	BASE
--------------------------------------------------------------*/
/*
* === BASE ===
*/
html, body {
  height: 100%;
  min-height: 100vh; }

body {
  background-color: #f0f0f0;
  color: #333f48;
  padding-top: 72px;
  width: 100vw;
  overflow-x: hidden; }
  body::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 600px) {
    body.home {
      padding-top: 0; } }

::selection {
  background-color: #0047bb;
  color: #f0f0f0;
  text-shadow: none; }

/*
* === TYPOGRAPHY ===
*/
/*
* — Headers —
*/
h1, .page-fundraiser__total h2 {
  color: inherit;
  font-size: 2.48832em; }

h2 {
  color: inherit;
  font-size: 2.0736em; }

h3 {
  color: inherit;
  font-size: 1.728em; }

h4 {
  color: inherit;
  font-size: 1.44em; }

h5 {
  color: inherit;
  font-size: 1.2em; }

h6, #error_explanation h2 {
  color: inherit;
  font-size: 1em; }

/*
* — Body Copy —
*/
p {
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  widows: 3;
  orphans: 3; }
  p:last-child, p:only-child {
    margin-bottom: 0; }

ul, ol, dl {
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  widows: 3;
  orphans: 3;
  padding-left: 1.5em; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    padding-left: 1.5em;
    margin-bottom: 0; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

small {
  font-size: .75em;
  line-height: 1em; }

/*
* === LINKS ===
*/
a {
  outline: none;
  text-decoration: none;
  color: inherit;
  font-family: inherit; }
  a:hover, a:focus, a:active {
    color: inherit; }
  a:focus {
    outline: none; }

p a:not(.btn),
.dashboard a:not(.btn),
.account a {
  color: #0047bb;
  border-bottom: 1px #0047bb solid;
  font-weight: 700; }
  @media only screen and (min-width: 1024px) {
    p a:not(.btn),
    .dashboard a:not(.btn),
    .account a {
      position: relative;
      display: inline-block;
      border-bottom: none;
      padding-bottom: 2px;
      transition: color 200ms; }
      p a:not(.btn)::after,
      .dashboard a:not(.btn)::after,
      .account a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #0047bb;
        transform: scaleX(0);
        transition: transform 400ms; }
      p a:not(.btn):hover, p a:not(.btn):focus,
      .dashboard a:not(.btn):hover,
      .dashboard a:not(.btn):focus,
      .account a:hover,
      .account a:focus {
        color: #0047bb; }
        p a:not(.btn):hover::after, p a:not(.btn):focus::after,
        .dashboard a:not(.btn):hover::after,
        .dashboard a:not(.btn):focus::after,
        .account a:hover::after,
        .account a:focus::after {
          transform: scaleX(1); }
      .light_text p a:not(.btn)::after, .light_text
      .dashboard a:not(.btn)::after, .light_text
      .account a::after {
        background-color: #f0f0f0; }
      .light_text p a:not(.btn):hover, .light_text
      .dashboard a:not(.btn):hover, .light_text
      .account a:hover {
        color: #f0f0f0; }
      .page-callout p a:not(.btn), .page-callout
      .dashboard a:not(.btn), .page-callout
      .account a {
        color: #00b5e2; }
        .page-callout p a:not(.btn)::after, .page-callout
        .dashboard a:not(.btn)::after, .page-callout
        .account a::after {
          background-color: #f0f0f0; }
        .page-callout p a:not(.btn):hover, .page-callout
        .dashboard a:not(.btn):hover, .page-callout
        .account a:hover {
          color: #f0f0f0; } }

.report-link {
  margin-top: 15px; }
  .report-link a {
    color: #00b5e2; }
    .report-link a::after {
      background-color: #f0f0f0; }
    .report-link a:hover {
      color: #f0f0f0; }

.dashboard a:not(.btn) {
  display: inline; }

body.fundraisers .form .page-callout a:not(.btn)::after {
  background-color: #0047bb; }
body.fundraisers .form .page-callout a:not(.btn):hover {
  color: #0047bb; }

.account li:first-child a {
  font-weight: 700; }

/*
* === MEDIA ===
*/
/*
* — Images —
*/
img, picture {
  display: block;
  height: auto;
  width: auto; }

/*
* — Video —
*/
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden; }
  .video-responsive embed,
  .video-responsive object,
  .video-responsive iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

/*--------------------------------------------------------------
	LAYOUT / PARTIALS
--------------------------------------------------------------*/
/*
* === GRID ===
*/
/*
* === HEADER ===
*/
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #f0f0f0;
  box-shadow: 0 0 3px 0 rgba(18, 22, 25, 0.15);
  height: 72px;
  width: 100%;
  z-index: 10; }
  .home .site-header {
    position: fixed;
    top: 0; }
    @media (min-width: 600px) {
      .home .site-header {
        position: absolute;
        top: calc(100vh - 72px);
        opacity: 0;
        transition: opacity 200ms; } }
  .site-header.is-sticky {
    position: fixed;
    top: 0;
    opacity: 1; }

/*
* === FOOTER ===
*/
.site-footer {
  background-color: #e3e3e3;
  color: #333f48;
  border-top: 1px #cacaca solid;
  padding: 36px 0; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }
  .site-footer--left {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    margin-bottom: 18px; }
    @media (min-width: 900px) {
      .site-footer--left {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px;
        margin-bottom: 0; } }
  .site-footer--right {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    text-align: right; }
    @media (min-width: 900px) {
      .site-footer--right {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px; } }
    .site-footer--right ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      .site-footer--right ul li {
        margin: 0 10px; }
      .site-footer--right ul + ul {
        margin-top: 15px; }

/*
* === HERO ===
*/
/*
* — Banner —
*/
.page-banner {
  position: relative;
  background-color: #e3e3e3;
  height: 300px; }
  @media only screen and (min-width: 1024px) {
    .page-banner {
      height: 400px; } }
  @supports (object-fit: cover) {
    .page-banner__image {
      object-fit: cover; } }

/*
* — Page/Fundraiser Callouts —
*/
.page-callout {
  position: relative;
  background-color: rgba(18, 22, 25, 0.9);
  color: #f0f0f0;
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  margin-top: -72px;
  margin-bottom: 36px;
  padding-top: 36px;
  padding-bottom: 36px; }
  @media (min-width: 600px) {
    .page-callout {
      width: calc(66.66667% - 60px);
      float: left;
      margin-left: 36px;
      margin-left: calc(16.66667% - 42px + 72px); } }
  @media (min-width: 1200px) {
    .page-callout {
      margin-top: -200px; } }
  .page-callout__content::after {
    clear: both;
    content: "";
    display: block; }
  .page-callout__content--left {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 1200px) {
      .page-callout__content--left {
        width: calc(75% - 63px);
        float: left;
        margin-left: 36px; }
        .login .page-callout__content--left {
          width: calc(50% - 54px);
          float: left;
          margin-left: 36px; } }
  .page-callout__content--right {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 1200px) {
      .page-callout__content--right {
        width: calc(25% - 45px);
        float: left;
        margin-left: 36px;
        text-align: center; }
        .login .page-callout__content--right {
          width: calc(50% - 54px);
          float: left;
          margin-left: 36px;
          text-align: left; } }
    #sign-in .page-callout__content--right, #sign-up .page-callout__content--right {
      text-align: left; }
    .page-callout__content--right .btn, .page-callout__content--right .donation-amount-buttons .btn-group-item, .donation-amount-buttons .page-callout__content--right .btn-group-item {
      text-align: center;
      margin-bottom: 0.75em; }
      .page-callout__content--right .btn span, .page-callout__content--right .donation-amount-buttons .btn-group-item span, .donation-amount-buttons .page-callout__content--right .btn-group-item span {
        display: block;
        font-size: .5em; }
  .page-callout__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0;
    color: #f0f0f0;
    margin-bottom: 0.75em; }
    .page-callout__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
    .page-callout__total span {
      color: #cacaca; }
  .page-callout.login .page-callout__content--right .page-callout__title {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .page-callout.login .page-callout__content--right .page-callout__title {
        display: block;
        opacity: 0; } }
  .page-callout#after-donation {
    margin-top: 0;
    background-color: #f0f0f0;
    color: #333f48; }

/*
* — Parallax Effect —
*/
.parallax-window {
  position: relative;
  text-align: center;
  width: 100%;
  max-height: 30em;
  overflow: hidden; }

.parallax-background {
  position: absolute;
  top: -10em;
  left: 0;
  height: 60em;
  width: 100%;
  pointer-events: none; }

/*
* === PAGE ===
*/
/*
* — Global pages —
*/
.page::after {
  clear: both;
  content: "";
  display: block; }
.page-section {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  margin-top: 0;
  margin-bottom: 36px; }
  .page-section::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1200px) {
    .page-section {
      margin-bottom: 72px; } }
  .page-section.image-bg {
    background: no-repeat center center;
    background-size: cover;
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    width: 100%;
    min-height: 400px;
    margin-left: 0; }
    @media (min-width: 600px) {
      .page-section.image-bg {
        min-height: 450px; } }
    @media (min-width: 600px) {
      .page-section.image-bg {
        min-height: 500px; } }
    .page-section.image-bg .text-box {
      padding: 18px; }
      @media (min-width: 600px) {
        .page-section.image-bg .text-box {
          width: 50%;
          padding: 36px; } }
    @supports (display: flex) {
      .page-section.image-bg {
        display: flex;
        align-items: center; } }
  .page-section.image-text {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    .page-section.image-text img {
      margin-bottom: 18px; }
      @media (min-width: 900px) {
        .page-section.image-text img {
          width: calc(50% - 54px);
          float: left;
          margin-left: 36px;
          margin-bottom: 0; } }
    @media (min-width: 900px) {
      .page-section.image-text .text-box {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px; } }
    @supports (display: flex) {
      @media (min-width: 900px) {
        .page-section.image-text {
          display: flex;
          align-items: center; }
          .page-section.image-text:nth-of-type(odd) img {
            order: 1; }
          .page-section.image-text:nth-of-type(odd) .text-box {
            order: 2; }
          .page-section.image-text:nth-of-type(even) img {
            order: 2; }
          .page-section.image-text:nth-of-type(even) .text-box {
            order: 1; } } }
  .page-section.video-embed {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    .page-section.video-embed .video-overlay {
      position: relative;
      background: #e3e3e3 no-repeat center center;
      background-size: cover;
      height: 200px; }
      @media (min-width: 600px) {
        .page-section.video-embed .video-overlay {
          height: 300px; } }
      @media (min-width: 900px) {
        .page-section.video-embed .video-overlay {
          height: 400px; } }
      @media (min-width: 1200px) {
        .page-section.video-embed .video-overlay {
          height: 500px; } }
      @media (min-width: 1800px) {
        .page-section.video-embed .video-overlay {
          height: 600px; } }
      @supports (display: flex) {
        .page-section.video-embed .video-overlay {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .page-section.video-embed .video-overlay .fa {
        color: #f0f0f0;
        font-size: 72px;
        cursor: pointer;
        transition: color 200ms; }
        .page-section.video-embed .video-overlay .fa:hover, .page-section.video-embed .video-overlay .fa:focus {
          color: #cacaca; }
  .page-section.image-feature {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    .page-section.image-feature img {
      width: calc(100% - 72px);
      float: left;
      margin-left: 36px; }
  .page-section.text-feature {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    .page-section.text-feature .text-box {
      width: calc(100% - 72px);
      float: left;
      margin-left: 36px; }
  .page-section.light_text {
    color: #f0f0f0; }
.page-tagline {
  margin-left: -36px;
  margin-right: -36px;
  width: calc(100% + 72px);
  text-align: center;
  margin-bottom: 72px; }
  .page-tagline::after {
    clear: both;
    content: "";
    display: block; }
  .page-tagline p {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 600px) {
      .page-tagline p {
        width: calc(66.66667% - 60px);
        float: left;
        margin-left: 36px;
        margin-left: calc(16.66667% - 42px + 72px); } }

/*
* — Single Fundraiser —
*/
.page-fundraiser__main::after {
  clear: both;
  content: "";
  display: block; }
.page-fundraiser__info {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  text-align: center;
  margin-bottom: 36px; }
  @media (min-width: 1200px) {
    .page-fundraiser__info {
      width: calc(33.33333% - 48px);
      float: left;
      margin-left: 36px;
      margin-bottom: 0; } }
.page-fundraiser__content {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px; }
  @media (min-width: 1200px) {
    .page-fundraiser__content {
      width: calc(66.66667% - 60px);
      float: left;
      margin-left: 36px; } }
.page-fundraiser__image {
  background: transparent no-repeat center center;
  background-size: cover;
  height: 200px;
  width: 200px;
  margin-bottom: 18px;
  border-radius: 200px; }
  body.campaigns .page-fundraiser__image, body.teams .page-fundraiser__image {
    border-radius: 5px; }
  @media only screen and (min-width: 1024px) {
    .page-fundraiser__image {
      margin-bottom: 36px; } }
.page-fundraiser__progress {
  position: relative;
  display: inline-block;
  height: 210px;
  width: 210px;
  border-radius: 210px;
  background-color: transparent; }
  .page-fundraiser__progress::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    height: 200px;
    width: 200px;
    border-radius: 200px;
    background-color: #cacaca; }
  .page-fundraiser__progress::after {
    content: "";
    display: inline-block;
    height: 210px;
    width: 210px;
    border-radius: 210px;
    background-color: #0047bb; }
  .page-fundraiser__progress > .page-fundraiser__image {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0; }
.page-fundraiser__total {
  margin-bottom: 18px; }
  .page-fundraiser__total h2 {
    margin-bottom: 0; }
  .page-fundraiser__total span {
    display: block;
    color: #cacaca;
    font-size: .33em;
    line-height: 1.2em;
    text-transform: uppercase; }
.page-fundraiser__share {
  margin-bottom: 1.5em; }
  .page-fundraiser__share p {
    font-weight: 700;
    margin: 0; }
  .page-fundraiser__share a[class^="addthis_button"] {
    border: 0;
    text-align: center; }
    .page-fundraiser__share a[class^="addthis_button"]:nth-child(1) {
      margin-left: 10px; }
@media only screen and (min-width: 1024px) {
  .page-fundraiser__login {
    text-align: right; } }
.page-fundraiser#stepTwo {
  display: flex;
  justify-content: space-between; }

/*
* === FORMS ===
*/
.form-field {
  position: relative;
  display: block;
  margin-bottom: 0.75em; }
  .form-field.field-half, .form-field.field-one-third, .form-field.field-two-thirds, .form-field.field-quarter, .form-field.field-three-quarters, .form-field.field-full {
    width: 100%; }
  @media only screen and (min-width: 540px) {
    .form-field.field-half {
      width: calc(50% - 18px); } }
  @media only screen and (min-width: 540px) {
    .form-field.field-one-third {
      width: calc(50% - 18px); } }
  @media only screen and (min-width: 960px) {
    .form-field.field-one-third {
      width: calc(33.33% - 18px); } }
  @media only screen and (min-width: 540px) {
    .form-field.field-two-thirds {
      width: calc(50% - 18px); } }
  @media only screen and (min-width: 960px) {
    .form-field.field-two-thirds {
      width: calc(66.67% - 18px); } }
  @media only screen and (min-width: 540px) {
    .form-field.field-quarter {
      width: calc(50% - 18px); } }
  @media only screen and (min-width: 960px) {
    .form-field.field-quarter {
      width: calc(25% - 18px); } }
  @media only screen and (min-width: 540px) {
    .form-field.field-three-quarters {
      width: calc(50% - 18px); } }
  @media only screen and (min-width: 960px) {
    .form-field.field-three-quarters {
      width: calc(75% - 18px); } }
  .form-field.dollar-amount input {
    padding-left: 36px; }
  .form-field.dollar-amount span {
    position: absolute;
    top: 0;
    left: 0;
    color: #cacaca;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    height: 100%;
    width: 36px; }
.form-section {
  margin-bottom: 36px; }
  .form-section::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 1200px) {
    .form-section--left, .form-section--right {
      width: calc(50% - 54px);
      float: left;
      margin-left: 36px; } }
body.fundraisers .form .page-callout {
  margin-top: 0;
  padding: 0 18px;
  background-color: #f0f0f0;
  color: #333f48; }
body.fundraisers .form #stepTwo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 18px 18px; }
  body.fundraisers .form #stepTwo .form-section--left,
  body.fundraisers .form #stepTwo .form-section--right {
    width: 100%; }
    @media only screen and (min-width: 960px) {
      body.fundraisers .form #stepTwo .form-section--left,
      body.fundraisers .form #stepTwo .form-section--right {
        width: calc(50% - 36px); } }
body.fundraisers .form #stepThree {
  display: flex;
  flex-flow: row wrap;
  padding: 0 18px; }

.new_team,
.new_fundraiser,
.edit_user,
.edit_fundraiser {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px; }
  @media (min-width: 600px) {
    .new_team,
    .new_fundraiser,
    .edit_user,
    .edit_fundraiser {
      width: calc(83.33333% - 66px);
      float: left;
      margin-left: 36px;
      margin-left: calc(8.33333% - 39px + 72px); } }
  @media (min-width: 1200px) {
    .new_team,
    .new_fundraiser,
    .edit_user,
    .edit_fundraiser {
      width: calc(66.66667% - 60px);
      float: left;
      margin-left: 36px;
      margin-left: calc(16.66667% - 42px + 72px); } }
  .page-callout .new_team, .page-callout
  .new_fundraiser, .page-callout
  .edit_user, .page-callout
  .edit_fundraiser {
    width: 100%;
    margin: 0; }
  @supports (display: flex) {
    .new_team,
    .new_fundraiser,
    .edit_user,
    .edit_fundraiser {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; } }

#team_associated_campaign {
  display: none;
  color: #0047bb; }
  #team_associated_campaign span {
    font-weight: 700; }

.hwi-submit {
  text-align: right; }

#card-errors {
  color: inherit;
  font-size: 1em;
  line-height: 1.5;
  widows: 3;
  orphans: 3;
  color: #f44;
  font-weight: 700; }

#error_explanation h2 {
  color: #f44; }
#error_explanation p {
  font-weight: 700;
  color: #f44;
  margin: 0; }
#error_explanation ul {
  list-style-type: disc; }

/*
* — Form elements —
*/
input,
select,
textarea {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  border-radius: 0 !important; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  background-color: #f8f8f8;
  color: #333f48;
  border-color: #cacaca;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #0047bb;
    box-shadow: inset 0 0 3px 0 rgba(18, 22, 25, 0.05), 0 0 5px 0 rgba(0, 71, 187, 0.7); }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #cacaca; }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
  input[type="checkbox"] ~ span:not(.btn-group-item), input[type="checkbox"] ~ label,
  input[type="radio"] ~ span:not(.btn-group-item),
  input[type="radio"] ~ label {
    cursor: pointer; }
    input[type="checkbox"] ~ span:not(.btn-group-item)::before, input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ span:not(.btn-group-item)::before,
    input[type="radio"] ~ label::before {
      display: inline-block;
      margin-right: 0.75em;
      font-family: FontAwesome;
      text-align: left; }
  label input[type="checkbox"], label
  input[type="radio"] {
    margin-right: 15px; }

input[type="checkbox"] ~ span:not(.btn-group-item)::before,
input[type="checkbox"] ~ label::before {
  content: "\f096"; }

input[type="checkbox"]:checked ~ span:not(.btn-group-item)::before,
input[type="checkbox"]:checked ~ label::before {
  content: "\f046"; }

input[type="radio"] ~ span:not(.btn-group-item)::before {
  content: "\f10c"; }

input[type="radio"]:checked ~ span:not(.btn-group-item)::before {
  content: "\f05d"; }

textarea {
  margin-bottom: .75em;
  overflow: auto; }

select {
  margin-bottom: .75em; }

label {
  display: inline-block;
  font-size: .875em;
  font-weight: 700; }
  .new_user label {
    font-weight: 400; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

:-moz-placeholder {
  color: #cacaca; }

.donation-amount-buttons::after {
  clear: both;
  content: "";
  display: block; }
.donation-amount-buttons input {
  display: none; }
.donation-amount-buttons > label {
  display: block;
  margin: 0 10px 0 0;
  float: left; }
.donation-amount-buttons .btn-group-item {
  padding: 5px 10px !important; }
  .form .donation-amount-buttons .btn-group-item {
    color: #f0f0f0;
    background-color: transparent;
    border: 2px #f0f0f0 solid;
    margin: 0;
    transition: color 200ms, border-color 200ms; }
  body.fundraisers .donation-amount-buttons .btn-group-item {
    color: #0047bb;
    border: 2px #0047bb solid;
    margin: 0 0 15px; }
    body.fundraisers .donation-amount-buttons .btn-group-item:hover, body.fundraisers .donation-amount-buttons .btn-group-item:focus, body.fundraisers .donation-amount-buttons .btn-group-item:active {
      color: #0047bb;
      border-color: #0047bb; }
  .donation-amount-buttons .btn-group-item:hover, .donation-amount-buttons .btn-group-item:focus, .donation-amount-buttons .btn-group-item:active {
    color: #00b5e2;
    border-color: #00b5e2; }
.donation-amount-buttons input:checked + .btn-group-item {
  color: #f0f0f0;
  background-color: #0047bb;
  border-color: #0047bb; }

.donation-amount-title {
  font-size: 1em; }

#check_instructions {
  margin: 0 auto;
  max-width: 800px; }

/*
* — Stripe.js —
*/
.StripeElement {
  background-color: #f8f8f8;
  padding: .5em;
  border-radius: 0;
  border: 1px #cacaca solid;
  box-shadow: 0 0 3px 0 rgba(18, 22, 25, 0.05);
  transition: box-shadow 200ms; }
  .StripeElement--focus {
    border-color: #0047bb;
    box-shadow: inset 0 0 3px 0 rgba(18, 22, 25, 0.05), 0 0 5px 0 rgba(0, 71, 187, 0.7); }
  .StripeElement--invalid {
    border-color: #fa755a; }
  .StripeElement--webkit-autofill {
    background-color: #f8f8f8 !important; }

#loading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.9);
  z-index: 10; }

.payment-info {
  position: relative; }
  .payment-info__address {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }

/*--------------------------------------------------------------
	COMPONENTS / MODULES
--------------------------------------------------------------*/
/*
* === BUTTONS ===
*/
button, [type='button'], [type='reset'], [type='submit'],
.btn,
.donation-amount-buttons .btn-group-item {
  display: inline-block;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0; }

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover,
button:active, [type='button']:active, [type='reset']:active, [type='submit']:active {
  text-decoration: none;
  outline: none;
  background-color: transparent; }

.btn, .donation-amount-buttons .btn-group-item {
  font-size: 1em;
  text-align: center;
  padding: 0.75em 1.5em;
  margin: 0;
  border-radius: 1px;
  letter-spacing: 0.05em;
  cursor: pointer;
  white-space: normal; }
  @media only screen and (min-width: 1024px) {
    .btn, .donation-amount-buttons .btn-group-item {
      transition: background-color 200ms, color 200ms, border-color 200ms; } }

.btn-default {
  background-color: #e3e3e3 !important;
  color: #333f48 !important; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #333f48 !important;
    color: #fff !important; }

.btn-primary, .site-search input[type="submit"] {
  background-color: #0047bb !important;
  color: #f0f0f0 !important; }
  .btn-primary:hover, .site-search input[type="submit"]:hover, .btn-primary:focus, .site-search input[type="submit"]:focus, .btn-primary:active, .site-search input[type="submit"]:active {
    background-color: #00b5e2 !important;
    color: #fff !important; }

.btn-outline {
  background-color: transparent;
  color: #f0f0f0 !important;
  border: 1px rgba(240, 240, 240, 0.1) solid; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    background-color: #0047bb !important;
    border-color: #0047bb !important; }

/*
* === NAVIGATION ===
*/
/*
* — Main Navbar —
*/
.navbar {
  text-align: center;
  height: 72px;
  width: 100%;
  padding: 0 18px;
  z-index: 2; }
  .navbar::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 600px) {
    .navbar {
      padding: 0; } }
  .navbar__item {
    display: inline-block; }
    .navbar__item:nth-child(1) {
      text-align: left; }
    .navbar__item:nth-child(3) {
      text-align: right; }
    @media (min-width: 600px) {
      .navbar__item:nth-child(1), .navbar__item:nth-child(3) {
        background-color: #0047bb;
        color: #f0f0f0;
        text-align: center;
        width: calc(25% - 45px);
        float: left;
        margin-left: 36px;
        height: 72px;
        margin: 0;
        padding: 0;
        transition: background-color 200ms; }
        .navbar__item:nth-child(1):hover, .navbar__item:nth-child(3):hover {
          background-color: #00b5e2; }
        .navbar__item:nth-child(1) a, .navbar__item:nth-child(3) a {
          display: block;
          font-weight: 700;
          line-height: 72px;
          text-transform: uppercase;
          letter-spacing: 0.05em; } }
    @media (min-width: 1200px) {
      .navbar__item:nth-child(1), .navbar__item:nth-child(3) {
        width: calc(16.66667% - 42px);
        float: left;
        margin-left: 36px;
        margin: 0; } }
  .navbar__logo {
    position: relative;
    background: no-repeat center center;
    background-image: url("/assets/site-logo.png");
    background-size: 50px 50px;
    height: 72px;
    min-width: 50px;
    margin: 0 auto;
    height: 50px;
    width: 50px; }
    @media (min-width: 600px) {
      .navbar__logo {
        background-image: url("/assets/hope-water-project-logo.png");
        background-size: 165px 32px;
        height: 32x;
        width: 165px; } }
    .navbar__logo a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .navbar__logo a:focus {
        outline: none; }
  @supports (display: flex) {
    .navbar {
      display: flex;
      align-items: center; } }

/*
* — Sort Campaigns/Teams/Fundraisers —
*/
.see-all {
  margin-top: 36px;
  margin-bottom: 1.5em; }
  .see-all::after {
    clear: both;
    content: "";
    display: block; }
  .see-all > ul {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    padding: 0; }
    @media (min-width: 600px) {
      .see-all > ul {
        width: calc(66.66667% - 60px);
        float: left;
        margin-left: 36px;
        margin-left: calc(16.66667% - 42px + 72px); } }
    .see-all > ul li a {
      position: relative;
      display: block;
      color: #333f48;
      border-bottom: 1px #333f48 solid;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      padding: 0 5px;
      margin: 0 10px; }
      .see-all > ul li a.current {
        font-weight: 700;
        border-bottom: 3px #0047bb solid; }
      @media only screen and (min-width: 768px) {
        .see-all > ul li a {
          padding: 0 10px;
          margin: 0 18px; } }
      @media only screen and (min-width: 1024px) {
        .see-all > ul li a {
          transition: color 200ms, border-color 200ms; }
          .see-all > ul li a:hover, .see-all > ul li a:focus {
            color: #00b5e2;
            border-color: #00b5e2; }
          .see-all > ul li a.current {
            color: #445566;
            font-weight: 700; } }
    @supports (display: flex) {
      .see-all > ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-end; }
        .see-all > ul li {
          flex: 1 0 33.33333%; }
          @media (min-width: 600px) {
            .see-all > ul li {
              flex: 0 1 auto; } } }

/*
* === TEAMS ===
*/
.teams:not(body)::after {
  clear: both;
  content: "";
  display: block; }
.teams:not(body) .team {
  margin-bottom: 18px; }
  @media (min-width: 600px) {
    .teams:not(body) .team {
      margin-bottom: 36px; } }
  @media (min-width: 900px) {
    .teams:not(body) .team {
      width: calc(100% - 72px);
      float: left;
      margin-left: 36px; } }
  .teams:not(body) .team__main {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #e3e3e3;
    border-radius: 5px;
    z-index: 2; }
    .teams:not(body) .team__main::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (min-width: 960px) {
      .teams:not(body) .team__main {
        position: sticky;
        top: 108px; }
        .teams:not(body) .team__main::after {
          background-color: #f0f0f0; } }
    .teams:not(body) .team__main::after {
      content: "";
      position: absolute;
      top: -37px;
      left: 5px;
      height: 37px;
      width: calc(100% - 20px);
      z-index: -1; }
  .teams:not(body) .team__image {
    position: relative;
    background: #e3e3e3 no-repeat center center;
    background-size: cover;
    border-radius: 5px 5px 0 0;
    min-height: 150px;
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (max-width: 599px) {
      .teams:not(body) .team__image {
        width: 100%;
        margin: 0; } }
    @media (min-width: 900px) {
      .teams:not(body) .team__image {
        width: calc(25% - 45px);
        float: left;
        margin-left: 36px;
        border-radius: 5px 0 0 5px;
        margin-left: 0;
        padding-left: 36px; } }
  .teams:not(body) .team__title {
    font-weight: 700; }
  .teams:not(body) .team__content {
    position: relative;
    padding-top: 36px;
    padding-bottom: 36px;
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 600px) {
      .teams:not(body) .team__content {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px; } }
    @media (min-width: 900px) {
      .teams:not(body) .team__content {
        margin-right: 36px; } }
  .teams:not(body) .team__intro {
    margin-bottom: 0; }
  .teams:not(body) .team__join {
    padding-top: 36px;
    padding-bottom: 36px;
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 600px) {
      .teams:not(body) .team__join {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px;
        text-align: right; } }
    @media (min-width: 900px) {
      .teams:not(body) .team__join {
        width: calc(25% - 45px);
        float: left;
        margin-left: 36px; } }
  .teams:not(body) .team__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0; }
    .teams:not(body) .team__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
  .teams:not(body) .team__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .teams:not(body) .team__link:focus {
      outline: none; }
  .teams:not(body) .team__members {
    background-color: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: calc(100% - 36px);
    padding-top: 36px;
    padding-bottom: 36px;
    margin-left: 18px;
    margin-right: 18px; }
    .teams:not(body) .team__members::after {
      clear: both;
      content: "";
      display: block; }
    .teams:not(body) .team__members--only {
      margin: 0 36px; }
      @media only screen and (min-width: 1024px) {
        .teams:not(body) .team__members--only {
          margin: 0 54px; } }
  .teams:not(body) .team--individuals h3 {
    margin-bottom: 0; }
  @supports (display: flex) {
    .teams:not(body) .team__main {
      display: flex;
      flex-flow: row wrap; }
      @media only screen and (min-width: 960px) {
        .teams:not(body) .team__main {
          flex-flow: row nowrap; } }
    .teams:not(body) .team__members {
      display: flex;
      flex-flow: row wrap;
      align-items: flex-start; } }

.team-member {
  position: relative;
  width: calc(50% - 54px);
  float: left;
  margin-left: 36px;
  margin-bottom: 18px; }
  @media (min-width: 600px) {
    .team-member {
      width: calc(33.33333% - 48px);
      float: left;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media (min-width: 900px) {
    .team-member {
      width: calc(25% - 45px);
      float: left;
      margin-left: 36px; } }
  @media (min-width: 1200px) {
    .team-member {
      width: calc(16.66667% - 42px);
      float: left;
      margin-left: 36px; } }
  .team-member__photo {
    background: no-repeat center center;
    background-size: cover;
    border-radius: 72px;
    height: 72px;
    width: 72px;
    margin-right: 15px; }
  .team-member__details h5 {
    font-weight: 700;
    margin-bottom: 0; }
  .team-member__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0; }
    .team-member__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
  .team-member__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .team-member__link:focus {
      outline: none; }
  @supports (display: flex) {
    .team-member {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      width: calc(100% - 72px);
      float: left;
      margin-left: 36px; }
      @media (min-width: 600px) {
        .team-member {
          width: calc(50% - 54px);
          float: left;
          margin-left: 36px;
          margin-bottom: 36px; } }
      @media (min-width: 900px) {
        .team-member {
          width: calc(33.33333% - 48px);
          float: left;
          margin-left: 36px; } }
      @media (min-width: 1200px) {
        .team-member {
          width: calc(25% - 45px);
          float: left;
          margin-left: 36px; } }
      @media (min-width: 1800px) {
        .team-member {
          width: calc(16.66667% - 84px);
          float: left;
          margin-left: 72px; } }
      .team-member__photo {
        flex: 0 0 72px; }
      .team-member__details {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: flex-start; } }

.request-team {
  margin: 0 18px 36px; }
  @media only screen and (min-width: 768px) {
    .request-team {
      margin-left: auto;
      margin-right: auto;
      width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .request-team {
      display: flex;
      justify-content: center;
      width: 960px; } }
  @media only screen and (min-width: 1440px) {
    .request-team {
      width: 1024px; } }

/*
* === FUNDRAISERS ===
*/
.profiles::after {
  clear: both;
  content: "";
  display: block; }
.profiles .profile {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 18px;
  margin-bottom: 18px;
  transition: background-color 200ms; }
  @media screen and (min-width: 425px) {
    .profiles .profile {
      width: calc(50% - 54px);
      float: left;
      margin-left: 36px; } }
  @media (min-width: 600px) {
    .profiles .profile {
      width: calc(33.33333% - 48px);
      float: left;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media (min-width: 900px) {
    .profiles .profile {
      width: calc(25% - 45px);
      float: left;
      margin-left: 36px; } }
  @media (min-width: 1200px) {
    .profiles .profile {
      width: calc(16.66667% - 42px);
      float: left;
      margin-left: 36px;
      background-color: #f6f6f6;
      box-shadow: none;
      transform: translateY(0);
      transition: background-color 200ms, box-shadow 200ms, transform 200ms; }
      .profiles .profile:hover, .profiles .profile:focus {
        background-color: #fff;
        box-shadow: 0 1.5px 4px rgba(18, 22, 25, 0.24), 0 1.5px 6px rgba(18, 22, 25, 0.12);
        transform: translateY(-5px); } }
  .profiles .profile__header {
    font-size: 1.25em;
    font-weight: 700; }
  .profiles .profile__image {
    background: #f0f0f0 no-repeat center center;
    background-size: cover;
    border-radius: 200px;
    margin: 0 0 15px;
    height: 0;
    width: 100%;
    padding-top: 100%; }
  .profiles .profile__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0;
    margin-bottom: 0; }
    .profiles .profile__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
  .profiles .profile__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .profiles .profile__link:focus {
      outline: none; }
@supports (display: flex) {
  .profiles {
    display: flex;
    flex-flow: row wrap; }
    .profiles .profile {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      .profiles .profile__total {
        margin-top: auto; } }

/*
* === CARDS ===
*/
.cards::after {
  clear: both;
  content: "";
  display: block; }
.cards .card {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1.5px 4px rgba(18, 22, 25, 0.24), 0 1.5px 6px rgba(18, 22, 25, 0.12);
  margin-bottom: 18px;
  padding: 36px; }
  @media (min-width: 600px) {
    .cards .card {
      width: calc(50% - 54px);
      float: left;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media (min-width: 1200px) {
    .cards .card {
      width: calc(33.33333% - 48px);
      float: left;
      margin-left: 36px;
      background-color: #f6f6f6;
      box-shadow: none;
      transform: translateY(0);
      transition: background-color 200ms, box-shadow 200ms, transform 200ms; }
      .cards .card:hover, .cards .card:focus {
        background-color: #fff;
        box-shadow: 0 1.5px 4px rgba(18, 22, 25, 0.24), 0 1.5px 6px rgba(18, 22, 25, 0.12);
        transform: translateY(-5px); } }
  @media (min-width: 1800px) {
    .cards .card {
      width: calc(25% - 90px);
      float: left;
      margin-left: 72px; } }
  .cards .card__header {
    font-weight: 700; }
  .cards .card__image {
    background: #f0f0f0 no-repeat center center;
    background-size: cover;
    height: 15em;
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden; }
  .cards .card__copy {
    margin-bottom: 0.75em; }
  .cards .card__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0; }
    .cards .card__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
  .cards .card__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .cards .card__link:focus {
      outline: none; }
@supports (display: flex) {
  .cards {
    display: flex;
    flex-flow: row wrap; }
    .cards .card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      .cards .card__total {
        margin-top: auto; } }

/*
* === ACCORDION ===
*/
.archives {
  margin: 0 36px 1.5em; }
  @supports (display: flex) {
    @media screen and (min-width: 768px) {
      .archives {
        display: flex;
        align-items: flex-end; }
        .archives h3 {
          font-size: 1em;
          padding: 0.75em;
          margin-bottom: 0; } } }

.accordion {
  padding: 0; }
  .accordion ul {
    margin: 0;
    padding: 0; }
  .accordion .dropup {
    position: relative;
    border-bottom: 1px #e3e3e3 solid;
    margin-right: 5px; }
    .accordion .dropup > a {
      display: block;
      padding: 0.75em 0; }
    .accordion .dropup:last-child {
      border: 0; }
    @media screen and (min-width: 768px) {
      .accordion .dropup {
        border: 0; }
        .accordion .dropup > a {
          padding: 0.75em; }
        .accordion .dropup:focus, .accordion .dropup:hover {
          background-color: #fff; } }
  .accordion .submenu {
    display: none; }
    .accordion .submenu li {
      background-color: #f6f6f6; }
      .accordion .submenu li:first-child {
        border-top: 2px #0047bb solid; }
      @media screen and (min-width: 768px) {
        .accordion .submenu li:focus, .accordion .submenu li:hover {
          background-color: #0047bb;
          color: #f0f0f0; } }
      .accordion .submenu li > a {
        display: block;
        padding: 0.75em; }
  .accordion .is-expanded {
    display: block; }
  @supports (display: flex) {
    @media screen and (min-width: 768px) {
      .accordion {
        flex: 1;
        display: flex;
        margin-left: 36px; }
        .accordion li {
          flex: 0 1 auto; }
        .accordion .submenu {
          position: absolute;
          bottom: 100%;
          left: 0;
          width: 100%; } } }

/*
* === SEARCH ===
*/
/*
* — Searchbar —
*/
.site-search {
  position: relative;
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px; }
  @media (min-width: 600px) {
    .site-search {
      width: calc(66.66667% - 60px);
      float: left;
      margin-left: 36px;
      margin-left: calc(16.66667% - 42px + 72px); } }
  @supports (display: flex) {
    .site-search {
      display: flex; }
      .site-search input[type="search"] {
        margin-bottom: 0; } }

/*
* — Search Results —
*/
.search-results {
  margin: 18px 18px 0; }
  @media only screen and (min-width: 768px) {
    .search-results {
      margin-left: auto;
      margin-right: auto;
      width: 600px; } }
  @media only screen and (min-width: 1024px) {
    .search-results {
      width: 960px;
      padding: 36px; } }
  @media only screen and (min-width: 1440px) {
    .search-results {
      width: 1024px; } }
  .search-results__section {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 2px #cacaca solid; }
    .search-results__section:nth-of-type(3) {
      padding-bottom: 0;
      border-bottom: 0; }
  .search-results__content p {
    margin-bottom: 1.5em; }
  .search-results .search-again {
    font-size: 1em;
    text-align: center; }

/*
* === TABLES ===
*/
.table-minimal {
  background-color: #f0f0f0;
  color: #333f48;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 0.75em; }
  .table-minimal tbody tr:hover > td,
  .table-minimal tbody tr:hover > th {
    background-color: #fff; }
  .table-minimal tbody tr:first-child td {
    border-top: 2px solid #445566; }
  .table-minimal thead th {
    border-bottom: 0;
    padding: 5px 0;
    text-align: left; }
  .table-minimal tbody td {
    border-bottom: 0;
    border-top: 1px solid #cacaca;
    line-height: 1.2em;
    padding: 10px 5px;
    vertical-align: top; }
  .table-minimal img {
    max-height: 72px;
    width: auto;
    border-radius: 72px; }
  .table-minimal ul {
    margin: 0;
    list-style-type: square; }

/*
* === FLASHES / ALERTS ===
*/
.alert-alert {
  display: block;
  background-color: #ffbb33;
  color: #664b14;
  text-align: center;
  padding: 18px 36px; }
  .alert-alert a {
    color: #4d380f;
    font-weight: 700; }
    .alert-alert a:focus, .alert-alert a:hover {
      color: #1a1305; }
  @supports (transform: translateY(-150%)) {
    .alert-alert {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

.alert-danger {
  display: block;
  background-color: #ff4444;
  color: #661b1b;
  text-align: center;
  padding: 18px 36px; }
  .alert-danger a {
    color: #4d1414;
    font-weight: 700; }
    .alert-danger a:focus, .alert-danger a:hover {
      color: #1a0707; }
  @supports (transform: translateY(-150%)) {
    .alert-danger {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

.alert-error {
  display: block;
  background-color: #ff4444;
  color: #661b1b;
  text-align: center;
  padding: 18px 36px; }
  .alert-error a {
    color: #4d1414;
    font-weight: 700; }
    .alert-error a:focus, .alert-error a:hover {
      color: #1a0707; }
  @supports (transform: translateY(-150%)) {
    .alert-error {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

.alert-info {
  display: block;
  background-color: #00c851;
  color: #005020;
  text-align: center;
  padding: 18px 36px; }
  .alert-info a {
    color: #003c18;
    font-weight: 700; }
    .alert-info a:focus, .alert-info a:hover {
      color: #001408; }
  @supports (transform: translateY(-150%)) {
    .alert-info {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

.alert-notice {
  display: block;
  background-color: #00c851;
  color: #005020;
  text-align: center;
  padding: 18px 36px; }
  .alert-notice a {
    color: #003c18;
    font-weight: 700; }
    .alert-notice a:focus, .alert-notice a:hover {
      color: #001408; }
  @supports (transform: translateY(-150%)) {
    .alert-notice {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

.alert-success {
  display: block;
  background-color: #00c851;
  color: #005020;
  text-align: center;
  padding: 18px 36px; }
  .alert-success a {
    color: #003c18;
    font-weight: 700; }
    .alert-success a:focus, .alert-success a:hover {
      color: #001408; }
  @supports (transform: translateY(-150%)) {
    .alert-success {
      transform: translateY(-150%);
      animation: banner-slide-in 1s ease-in forwards; } }

@keyframes banner-slide-in {
  0% {
    transform: translateY(-150%); }
  100% {
    transform: translateY(0%); } }
/*
* === PROGRESS BAR ===
*/
.page-fundraiser__progress.progress--0::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(90deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--1::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(93.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--2::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(97.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--3::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(100.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--4::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(104.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--5::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(108deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--6::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(111.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--7::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(115.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--8::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(118.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--9::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(122.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--10::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(126deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--11::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(129.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--12::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(133.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--13::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(136.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--14::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(140.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--15::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(144deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--16::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(147.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--17::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(151.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--18::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(154.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--19::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(158.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--20::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(162deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--21::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(165.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--22::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(169.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--23::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(172.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--24::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(176.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--25::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(180deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--26::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(183.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--27::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(187.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--28::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(190.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--29::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(194.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--30::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(198deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--31::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(201.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--32::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(205.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--33::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(208.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--34::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(212.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--35::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(216deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--36::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(219.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--37::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(223.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--38::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(226.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--39::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(230.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--40::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(234deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--41::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(237.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--42::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(241.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--43::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(244.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--44::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(248.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--45::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(252deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--46::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(255.6deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--47::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(259.2deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--48::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(262.8deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--49::after {
  background-image: linear-gradient(90deg, #445566 50%, transparent 50%, transparent), linear-gradient(266.4deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--50::after {
  background-image: linear-gradient(-90deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--51::after {
  background-image: linear-gradient(-86.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--52::after {
  background-image: linear-gradient(-82.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--53::after {
  background-image: linear-gradient(-79.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--54::after {
  background-image: linear-gradient(-75.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--55::after {
  background-image: linear-gradient(-72deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--56::after {
  background-image: linear-gradient(-68.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--57::after {
  background-image: linear-gradient(-64.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--58::after {
  background-image: linear-gradient(-61.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--59::after {
  background-image: linear-gradient(-57.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--60::after {
  background-image: linear-gradient(-54deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--61::after {
  background-image: linear-gradient(-50.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--62::after {
  background-image: linear-gradient(-46.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--63::after {
  background-image: linear-gradient(-43.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--64::after {
  background-image: linear-gradient(-39.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--65::after {
  background-image: linear-gradient(-36deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--66::after {
  background-image: linear-gradient(-32.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--67::after {
  background-image: linear-gradient(-28.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--68::after {
  background-image: linear-gradient(-25.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--69::after {
  background-image: linear-gradient(-21.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--70::after {
  background-image: linear-gradient(-18deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--71::after {
  background-image: linear-gradient(-14.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--72::after {
  background-image: linear-gradient(-10.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--73::after {
  background-image: linear-gradient(-7.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--74::after {
  background-image: linear-gradient(-3.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--75::after {
  background-image: linear-gradient(0deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--76::after {
  background-image: linear-gradient(3.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--77::after {
  background-image: linear-gradient(7.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--78::after {
  background-image: linear-gradient(10.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--79::after {
  background-image: linear-gradient(14.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--80::after {
  background-image: linear-gradient(18deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--81::after {
  background-image: linear-gradient(21.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--82::after {
  background-image: linear-gradient(25.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--83::after {
  background-image: linear-gradient(28.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--84::after {
  background-image: linear-gradient(32.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--85::after {
  background-image: linear-gradient(36deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--86::after {
  background-image: linear-gradient(39.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--87::after {
  background-image: linear-gradient(43.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--88::after {
  background-image: linear-gradient(46.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--89::after {
  background-image: linear-gradient(50.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--90::after {
  background-image: linear-gradient(54deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--91::after {
  background-image: linear-gradient(57.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--92::after {
  background-image: linear-gradient(61.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--93::after {
  background-image: linear-gradient(64.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--94::after {
  background-image: linear-gradient(68.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--95::after {
  background-image: linear-gradient(72deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--96::after {
  background-image: linear-gradient(75.6deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--97::after {
  background-image: linear-gradient(79.2deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--98::after {
  background-image: linear-gradient(82.8deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--99::after {
  background-image: linear-gradient(86.4deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

.page-fundraiser__progress.progress--100::after {
  background-image: linear-gradient(90deg, #0047bb 50%, transparent 50%, transparent), linear-gradient(270deg, #0047bb 50%, #445566 50%, #445566); }

/*--------------------------------------------------------------
	PAGES
--------------------------------------------------------------*/
/*
* === HOME PAGE ===
*/
/*
* — Banner —
*/
.home-banner {
  position: relative;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #f0f0f0;
  text-align: center;
  height: auto;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  z-index: 2; }
  .home-banner::after {
    clear: both;
    content: "";
    display: block; }
  @media (min-width: 600px) {
    .home-banner {
      height: calc(100vh - 72px);
      margin-bottom: 0; } }
  .home-banner--left, .home-banner--right {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    height: 50%;
    padding-top: 36px;
    padding-bottom: 36px;
    z-index: 1; }
    @media (min-width: 600px) {
      .home-banner--left, .home-banner--right {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px;
        height: 100%; } }
  @supports (display: flex) {
    @media (min-width: 600px) {
      .home-banner {
        padding: 0; } }
    .home-banner--left, .home-banner--right {
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
      @media (min-width: 600px) {
        .home-banner--left, .home-banner--right {
          padding: 0; } }
    .home-banner--left > .btn .fa, .donation-amount-buttons .home-banner--left > .btn-group-item .fa {
      font-size: 0;
      opacity: 0;
      transition: opacity 200ms, padding 200ms; }
    .home-banner--left > .btn:hover .fa, .donation-amount-buttons .home-banner--left > .btn-group-item:hover .fa, .home-banner--left > .btn:focus .fa, .donation-amount-buttons .home-banner--left > .btn-group-item:focus .fa {
      font-size: 1em;
      opacity: 1;
      padding-right: 0.75em; }
    @media (min-width: 1200px) {
      .home-banner--left {
        align-items: flex-start; } }
    .home-banner--right > .btn .fa, .donation-amount-buttons .home-banner--right > .btn-group-item .fa {
      font-size: 0;
      opacity: 0;
      transition: opacity 200ms, padding 200ms; }
    .home-banner--right > .btn:hover .fa, .donation-amount-buttons .home-banner--right > .btn-group-item:hover .fa, .home-banner--right > .btn:focus .fa, .donation-amount-buttons .home-banner--right > .btn-group-item:focus .fa {
      font-size: 1em;
      opacity: 1;
      padding-left: 0.75em; }
    @media (min-width: 1200px) {
      .home-banner--right {
        align-items: flex-end; } } }
  .home-banner__title {
    font-size: 1.44em;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px; }
    @media (min-width: 600px) {
      .home-banner__title {
        font-size: 2.0736em; } }
    @media (min-width: 1200px) {
      .home-banner__title {
        margin-bottom: .5em;
        opacity: 1;
        transition: opacity 200ms; } }
  .home-banner__logo {
    display: none; }
    @media (min-width: 600px) {
      .home-banner__logo {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #f0f0f0;
        padding: 18px;
        transform: translate3d(-50%, -50%, 0);
        z-index: 1; } }
  @media (min-width: 600px) and (min-width: 1800px) {
    .home-banner__logo {
      padding: 36px; } }

    .home-banner__logo--image {
      height: 36px;
      width: 36px; }
      @media (min-width: 900px) {
        .home-banner__logo--image {
          height: 72px;
          width: 72px; } }
  .home-banner__play {
    display: none; }
    @media (min-width: 600px) {
      .home-banner__play {
        position: absolute;
        bottom: 3em;
        left: 50%;
        display: block;
        font-size: .75em;
        font-weight: 700;
        letter-spacing: 1px;
        white-space: nowrap;
        cursor: pointer;
        transform: translateX(-50%);
        z-index: 10; } }
  @supports (object-fit: cover) {
    .home-banner__bg {
      display: none; }
      @media (min-width: 600px) {
        .home-banner__bg {
          position: absolute;
          right: 0;
          bottom: 0;
          display: block;
          height: auto;
          width: auto;
          min-width: 100%;
          min-height: 100%;
          z-index: -1; } } }
  .home-banner .btn-outline {
    background-color: rgba(0, 0, 0, 0.2);
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px; }

/*
* — Bottom Promos —
*/
.promo-area::after {
  clear: both;
  content: "";
  display: block; }
@media (min-width: 1200px) {
  .promo-area {
    margin-bottom: 0; } }
@supports (display: flex) {
  .promo-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .promo-area::after {
      clear: both;
      content: "";
      display: block; } }
.promo-area .promo {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px;
  display: block;
  background-color: #f6f6f6;
  border-radius: 5px;
  box-shadow: 0 1.5px 4px rgba(18, 22, 25, 0.24), 0 1.5px 6px rgba(18, 22, 25, 0.12);
  padding: 36px; }
  @media (min-width: 600px) {
    .promo-area .promo {
      width: calc(50% - 54px);
      float: left;
      margin-left: 36px; } }
  @media (min-width: 1200px) {
    .promo-area .promo {
      box-shadow: none;
      transform: translateY(0);
      transition: background-color 200ms, box-shadow 200ms, transform 200ms; }
      .promo-area .promo:hover, .promo-area .promo:focus {
        background-color: #fff;
        box-shadow: 0 1.5px 4px rgba(18, 22, 25, 0.24), 0 1.5px 6px rgba(18, 22, 25, 0.12);
        transform: translateY(-5px); } }
  @supports (display: flex) {
    .promo-area .promo {
      align-self: stretch;
      width: auto;
      float: none;
      margin: 0 0 36px; }
      @media (min-width: 900px) {
        .promo-area .promo {
          margin-left: 18px;
          margin-right: 18px; } }
      .promo-area .promo--participate {
        flex: 1 1 40em; }
        @media (min-width: 1200px) {
          .promo-area .promo--participate {
            display: flex;
            align-items: flex-start; } }
      .promo-area .promo--donate {
        flex: 2 2 15em; }
        @media (min-width: 1200px) {
          .promo-area .promo--donate {
            display: flex;
            flex-direction: column;
            justify-content: space-between; } } }
  .promo-area .promo__image {
    flex: 2 2 50%;
    position: relative;
    margin-right: 18px;
    margin-bottom: 18px; }
    .promo-area .promo__image--featured {
      display: none; }
    @supports (object-fit: cover) {
      .promo-area .promo__image {
        height: 300px; }
        .promo-area .promo__image--image {
          height: 100%;
          width: 100%;
          object-fit: cover; }
        .promo-area .promo__image--featured {
          position: absolute;
          top: 100%;
          left: 0;
          display: block;
          background-color: #0047bb;
          color: #f0f0f0;
          font-size: .75em;
          font-weight: 700;
          text-align: center;
          text-transform: uppercase;
          letter-spacing: 1px;
          width: 300px;
          padding: 0.75em 0;
          white-space: nowrap;
          transform: rotate(-90deg);
          transform-origin: 0 0; } }
  .promo-area .promo__description {
    flex: 2 1 50%; }
    @media (min-width: 1200px) {
      .promo-area .promo__description {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; } }
  .promo-area .promo__total {
    color: #333f48;
    font-size: 2.48832em;
    margin-bottom: 0;
    margin-bottom: .25em; }
    .promo-area .promo__total span {
      display: block;
      color: #445566;
      font-size: .33em;
      text-transform: uppercase; }
  .promo-area .promo .btn, .promo-area .promo .donation-amount-buttons .btn-group-item, .donation-amount-buttons .promo-area .promo .btn-group-item {
    display: block;
    margin-top: auto; }

body.home .page-section .video-overlay {
  width: calc(100% - 72px);
  float: left;
  margin-left: 36px; }
body.home .page-section:nth-of-type(2) .text-box {
  padding: 72px; }
body.home .page-section:nth-of-type(4) {
  background: url("https://raw.github.com/Magnus-G/texture-mixin/gh-pages/textures/groovepaper.png");
  background-color: #00b5e2;
  color: #f0f0f0;
  width: 100%;
  padding: 0 36px;
  margin-left: 0;
  margin-right: 0; }
  body.home .page-section:nth-of-type(4) ul {
    list-style: disc; }
body.home .page-section:nth-of-type(6) p {
  font-size: 1.44em; }
@media (min-width: 900px) {
  body.home .page-section:nth-of-type(7) {
    text-align: center; }
    body.home .page-section:nth-of-type(7) img {
      max-width: 75%;
      margin: 0 12.5%; } }
body.home .page-section:nth-of-type(8) .text-box {
  padding: 72px; }
@media only screen and (min-width: 768px) {
  body.home .page-section:nth-of-type(8) {
    align-items: flex-start !important;
    color: #f0f0f0;
    text-shadow: 0 0 3px rgba(18, 22, 25, 0.15); } }

/*
* === ANNUAL REPORTS ===
*/
body.reports .page-section:nth-child(1) {
  margin-bottom: 0; }

/*
* === ERRORS ===
*/
.error .page {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }
  .error .page__error {
    margin: 18px 18px 0; }
    @media only screen and (min-width: 768px) {
      .error .page__error {
        margin-left: auto;
        margin-right: auto;
        width: 600px; } }
    @media only screen and (min-width: 1024px) {
      .error .page__error {
        width: 960px;
        padding: 36px; } }
    @media only screen and (min-width: 1440px) {
      .error .page__error {
        width: 1024px; } }

#errors {
  display: none; }

/*--------------------------------------------------------------
	ADMIN / DASHBOARD
--------------------------------------------------------------*/
/*
* === DASHBOARD ===
*/
.dashboard {
  width: 100%;
  margin: 0;
  padding-top: 36px; }
  @media (min-width: 900px) {
    .dashboard {
      padding-left: 36px;
      padding-right: 36px; } }
  .dashboard--left {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px;
    margin-bottom: 36px; }
    @media (min-width: 900px) {
      .dashboard--left {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px; } }
  .dashboard--right {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
    @media (min-width: 900px) {
      .dashboard--right {
        width: calc(50% - 54px);
        float: left;
        margin-left: 36px; } }
    .dashboard--right .btn, .dashboard--right .donation-amount-buttons .btn-group-item, .donation-amount-buttons .dashboard--right .btn-group-item {
      margin: 0 0 0.75em; }
  .dashboard__title {
    width: calc(100% - 72px);
    float: left;
    margin-left: 36px; }
  .dashboard .edit_user {
    width: 100%;
    margin-left: 0; }
