@charset "UTF-8";
/* DOCUMENT INFORMATION
	- Document: Website style sheet
	- Website: The Bowery Mission
	- Author: A. Wright
*/
/* CSS DIRECTORY
	1. =IMPORTS
	2. =GLOBAL
    3. =MENU
	4. =HOME
*/
/* ===IMPORTS=== */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  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 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 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 */
}

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #d9d8d7;
  font-family: "proxima-nova", "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 73.125rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima-nova", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #b22222;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #991d1d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 73.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: white;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: white;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 3px;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: white;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: white;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #b22222;
  color: white;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #971d1d;
  color: white;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #b22222;
  color: white;
}
.button.primary:hover, .button.primary:focus {
  background-color: #8e1b1b;
  color: white;
}
.button.secondary {
  background-color: #d87800;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #ad6000;
  color: #0a0a0a;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: white;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: white;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #b22222;
  color: white;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #b22222;
  color: white;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d87800;
  color: #0a0a0a;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: white;
}
.button.hollow {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #591111;
  color: #591111;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.hollow.primary {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #591111;
  color: #591111;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.hollow.secondary {
  border: 1px solid #d87800;
  color: #d87800;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #6c3c00;
  color: #6c3c00;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #d87800;
  color: #d87800;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #591111;
  color: #591111;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #591111;
  color: #591111;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #b22222;
  color: #b22222;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #d87800;
  color: #d87800;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #6c3c00;
  color: #6c3c00;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #d87800;
  color: #d87800;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: white transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #b22222;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #b22222;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #d87800;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: white;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #b22222;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: white;
  color: #333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #b22222 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #b22222 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #b22222;
  color: white;
}
.badge.primary {
  background: #b22222;
  color: white;
}
.badge.secondary {
  background: #d87800;
  color: #0a0a0a;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: white;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #b22222;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #b22222;
  color: white;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #8e1b1b;
  color: white;
}
.button-group.secondary .button {
  background-color: #d87800;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #ad6000;
  color: #0a0a0a;
}
.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: white;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: white;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #333;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #f8d9d9;
  color: #333;
}
.callout.secondary {
  background-color: #ffebd3;
  color: #333;
}
.callout.success {
  background-color: #e1faea;
  color: #333;
}
.callout.warning {
  background-color: #fff3d9;
  color: #333;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #333;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: white;
  box-shadow: none;
  overflow: hidden;
  color: #333;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #b22222;
  color: white;
}
.menu .active > a {
  background: #b22222;
  color: white;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  box-shadow: 0 7px 0 white, 0 14px 0 white;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: white;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: white;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #b22222;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #b22222;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b22222 transparent transparent;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b22222 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #d9d8d7;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #b22222 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
.dropdown.menu a {
  padding: 0.7rem 1rem;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu .is-active > a {
  background: transparent;
  color: #b22222;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b22222 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #b22222;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #b22222 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #b22222 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #b22222;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #b22222 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #b22222 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #b22222;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: white;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b22222 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #b22222;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #b22222;
  color: white;
}
.label.primary {
  background: #b22222;
  color: white;
}
.label.secondary {
  background: #d87800;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: white;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: white;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: white;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #b22222;
  color: white;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #b22222;
}
.progress.secondary .progress-meter {
  background-color: #d87800;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #b22222;
  border-radius: 3px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  border-radius: 3px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #b22222;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #971d1d;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: white;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 73.125rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 73.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 73.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 73.125rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: white;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #b22222;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: white;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #333;
}

tfoot {
  background: #f2f2f2;
  color: #333;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: white;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: white;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: white;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #b22222;
}
.tabs.primary > li > a {
  color: white;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #a92020;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #b22222;
}
.tabs-title > a:hover {
  background: white;
  color: #991d1d;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #b22222;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: white;
  color: #333;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px white;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(178, 34, 34, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: white;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
/*

// Make sure the charset is set appropriately
@charset "UTF-8";

// Behold, here are all the Foundation components.
@import
  "foundation/components/accordion",
  //"foundation/components/alert-boxes",
  "foundation/components/block-grid",
  "foundation/components/breadcrumbs",
  "foundation/components/button-groups",
  "foundation/components/buttons",
  "foundation/components/clearing",
  //"foundation/components/dropdown",
  //"foundation/components/dropdown-buttons",
  //"foundation/components/flex-video",
  "foundation/components/forms",
  "foundation/components/grid",
  "foundation/components/inline-lists",
  //"foundation/components/joyride",
  //"foundation/components/keystrokes",
  //"foundation/components/labels",
  //"foundation/components/magellan",
  "foundation/components/orbit",
  //"foundation/components/pagination",
  //"foundation/components/panels",
  //"foundation/components/pricing-tables",
  //"foundation/components/progress-bars",
  "foundation/components/reveal",
  //"foundation/components/side-nav",
  //"foundation/components/split-buttons",
  "foundation/components/sub-nav",
  //"foundation/components/switch",
  "foundation/components/tables",
  //"foundation/components/tabs",
  //"foundation/components/thumbs",
  //"foundation/components/tooltips",
  "foundation/components/offcanvas",
  "foundation/components/visibility";
*/
@font-face {
  font-family: "tbm";
  src: url("../fonts/tbm.eot");
  src: url("../fonts/tbm.eot?#iefix") format("embedded-opentype"), url("../fonts/tbm.ttf") format("truetype"), url("../fonts/tbm.woff") format("woff"), url("../fonts/tbm.svg#tbm") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=tbm-icon-], [class*=" tbm-icon-"] {
  font-family: "tbm";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tbm-icon-angle-right:before {
  content: "";
}

.tbm-icon-angle-left:before {
  content: "";
}

@font-face {
  font-family: "linecons";
  src: url("../fonts/linecons/linecons.eot");
  src: url("../fonts/linecons/linecons.eot?#iefix") format("embedded-opentype"), url("../fonts/linecons/linecons.woff") format("woff"), url("../fonts/linecons/linecons.ttf") format("truetype"), url("../fonts/linecons/linecons.svg#linecons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lineicon:before {
  font-family: "linecons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  margin-right: 0.6em;
  -webkit-font-smoothing: antialiased;
}

.lineicon-female:before {
  content: "";
}

.lineicon-male:before {
  content: "";
}

.lineicon-arrow-left:before {
  content: "";
}

.lineicon-arrow-left-2:before {
  content: "";
}

.lineicon-arrow-left-3:before {
  content: "";
}

.lineicon-arrow-left-4:before {
  content: "";
}

.lineicon-arrow-right:before {
  content: "";
}

.lineicon-arrow-right-2:before {
  content: "";
}

.lineicon-arrow-right-3:before {
  content: "";
}

.lineicon-arrow-right-4:before {
  content: "";
}

.lineicon-phone:before {
  content: "";
}

.lineicon-news:before {
  content: "";
}

.lineicon-photo:before {
  content: "";
}

.lineicon-shop:before {
  content: "";
}

.lineicon-wallet:before {
  content: "";
}

.lineicon-t-shirt:before {
  content: "";
}

.lineicon-heart:before {
  content: "";
}

.lineicon-cloud:before {
  content: "";
}

.lineicon-display:before {
  content: "";
}

.lineicon-diamond:before {
  content: "";
}

.lineicon-banknote:before {
  content: "";
}

.lineicon-data:before {
  content: "";
}

.lineicon-music:before {
  content: "";
}

.lineicon-location:before {
  content: "";
}

.lineicon-star:before {
  content: "";
}

.lineicon-tv:before {
  content: "";
}

.lineicon-eye:before {
  content: "";
}

.lineicon-megaphone:before {
  content: "";
}

.lineicon-study:before {
  content: "";
}

.lineicon-bubble:before {
  content: "";
}

.lineicon-sound:before {
  content: "";
}

.lineicon-video:before {
  content: "";
}

.lineicon-stack:before {
  content: "";
}

.lineicon-lab:before {
  content: "";
}

.lineicon-food:before {
  content: "";
}

.lineicon-cup:before {
  content: "";
}

.lineicon-trash:before {
  content: "";
}

.lineicon-user:before {
  content: "";
}

.lineicon-key:before {
  content: "";
}

.lineicon-fire:before {
  content: "";
}

.lineicon-clip:before {
  content: "";
}

.lineicon-mail:before {
  content: "";
}

.lineicon-search:before {
  content: "";
}

.lineicon-settings:before {
  content: "";
}

.lineicon-like:before {
  content: "";
}

.lineicon-calendar:before {
  content: "";
}

.lineicon-camera:before {
  content: "";
}

.lineicon-tag:before {
  content: "";
}

.lineicon-note:before {
  content: "";
}

.lineicon-clock:before {
  content: "";
}

.lineicon-lock:before {
  content: "";
}

.lineicon-vynil:before {
  content: "";
}

.lineicon-truck:before {
  content: "";
}

.lineicon-paperplane:before {
  content: "";
}

.lineicon-bulb:before {
  content: "";
}

.lineicon-pen:before {
  content: "";
}

.lineicon-params:before {
  content: "";
}

.lineicon-world:before {
  content: "";
}

/* ===GLOBAL=== */
@font-face {
  font-family: "downcomeregular";
  src: url("../fonts/downcome-webfont.eot");
  src: url("../fonts/downcome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/downcome-webfont.woff") format("woff"), url("../fonts/downcome-webfont.ttf") format("truetype"), url("../fonts/downcome-webfont.svg#downcomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "socialico";
  src: url("../fonts/socialico-webfont.eot");
  src: url("../fonts/socialico-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/socialico-webfont.woff") format("woff"), url("../fonts/socialico-webfont.ttf") format("truetype"), url("../fonts/socialico-webfont.svg#socialicoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "socialico_plusregular";
  src: url("../fonts/socialico_plus-webfont.eot");
  src: url("../fonts/socialico_plus-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/socialico_plus-webfont.woff2") format("woff2"), url("../fonts/socialico_plus-webfont.woff") format("woff"), url("../fonts/socialico_plus-webfont.ttf") format("truetype"), url("../fonts/socialico_plus-webfont.svg#socialico_plusregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-font-smoothing: antialiased;
}

.nowrap {
  white-space: nowrap;
}

.lock-scroll {
  -ms-touch-action: none;
  overflow: hidden;
}

h1 {
  font: 700 3.75rem/4.21875rem "proxima-nova", "Open Sans", Georgia, serif;
}

h2 {
  font: 700 3.125rem/3.515625rem "proxima-nova", "Open Sans", Georgia, serif;
}

h3 {
  font: 700 2.5rem/2.8125rem "proxima-nova", "Open Sans", Georgia, serif;
}

h4 {
  font: 700 1.875rem/2.109375rem "proxima-nova", "Open Sans", Georgia, serif;
}

h5 {
  font: 700 1.25rem/1.40625rem "proxima-nova", "Open Sans", Georgia, serif;
}

@media screen and (max-width: 39.9375em) {
  h1 {
    font-size: 2.44375rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 2.125rem;
    line-height: 2.4rem;
  }

  h3 {
    font-size: 1.80625rem;
    line-height: 2.2rem;
  }

  h4 {
    font-size: 1.4875rem;
    line-height: 1.85rem;
  }
}
h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
}

p,
ul,
ol {
  font-family: "proxima-nova", "Open Sans", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 20em) {
  p,
ul,
ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.help {
  color: #666666;
}

.cms-plugin h1, .cms-plugin h2, .cms-plugin h3, .cms-plugin h4 {
  margin-bottom: 30px;
}

.fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullwidth {
    min-width: 100%;
  }
}

.grid-x {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem;
}

.grid-x .grid-x {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.grid-x.fullwidth {
  max-width: none;
}

.grid-x.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

.page-sep {
  background-color: #e6e6e6;
  display: block;
  margin: 3.125rem 0;
  height: 1px;
}
.page-sep.final {
  margin-bottom: 0;
}

#home .page-sep {
  position: relative;
}
#home .page-sep span {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -34px;
  background: url("../images/tbm-sep-arrow.gif") no-repeat center bottom;
  height: 22px;
  width: 68px;
}

.underline {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.9375rem;
}

.small-offset-0_5 {
  margin-left: calc(100% * .5 / 12);
  margin-right: calc(100% * .5 / 12);
}

.small-offset-1_5 {
  margin-left: calc(100% * 1.5 / 12);
  margin-right: calc(100% * 1.5 / 12);
}

.small-offset-2_5 {
  margin-left: calc(100% * 2.5 / 12);
  margin-right: calc(100% * 2.5 / 12);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0_5 {
    margin-left: calc(100% * .5 / 12);
    margin-right: calc(100% * .5 / 12);
  }
}

@media print, screen and (min-width: 40em) {
  .medium-offset-1_5 {
    margin-left: calc(100% * 1.5 / 12);
    margin-right: calc(100% * 1.5 / 12);
  }
}

@media print, screen and (min-width: 40em) {
  .medium-offset-2_5 {
    margin-left: calc(100% * 2.5 / 12);
    margin-right: calc(100% * 2.5 / 12);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0_5 {
    margin-left: calc(100% * .5 / 12);
    margin-right: calc(100% * .5 / 12);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-1_5 {
    margin-left: calc(100% * 1.5 / 12);
    margin-right: calc(100% * 1.5 / 12);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-2_5 {
    margin-left: calc(100% * 2.5 / 12);
    margin-right: calc(100% * 2.5 / 12);
  }
}

@media print, screen and (min-width: 64em) {
  .extra-margin-large {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}

.button {
  font-size: 1rem;
  border-radius: 40px;
  letter-spacing: 1px;
  font-weight: bold !important;
  padding: 1rem 2.75rem;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .button {
    padding: 1rem 1.375rem;
  }
}
.button.postfix {
  padding: 0;
  line-height: 2.55556rem;
  height: 2.55556rem;
  border: none;
  width: 100%;
}

.more {
  font-size: 0.875rem;
}

label.error {
  display: block;
  background: rgba(255, 0, 0, 0.6);
  border: 1px solid red;
  color: white;
  padding: 5px;
  margin-top: -1px;
}

label.required,
.required label,
.label.required {
  position: relative;
}
label.required:before,
.required label:before,
.label.required:before {
  content: "*";
  color: red;
  margin-right: 3px;
  font-size: 10px;
}

.required label,
.label.required {
  padding-left: 0.625rem;
  font-weight: normal;
  font-size: 0.8125rem;
  font-style: italic;
}

/* ===MENU=== */
.container {
  position: relative;
  overflow: hidden;
}
.container .scroller,
.container .scroller .scroller-inner {
  position: relative;
}
.container .menu-trigger {
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.9em;
  margin-top: 1.875rem;
  float: right;
  width: 2.8125rem;
  height: 2.8125rem;
}
.container .menu-trigger:before {
  position: absolute;
  top: 0px;
  right: 0;
  width: 16px;
  height: 2px;
  background: #444;
  box-shadow: 0 2px #fff, 0 6px #444, 0 7px #fff, 0 12px #444;
  content: "";
}
@media print, screen and (min-width: 64em) {
  .container .menu-trigger {
    margin-top: 2.875rem;
  }
}

.mp-pusher {
  position: relative;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 39.9375em) {
  .mp-pusher {
    padding-top: 75px;
  }
}
.mp-pusher .mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  right: 0;
  z-index: 101;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 39.9375em) {
  .mp-pusher .mp-menu {
    margin-top: 75px;
  }
}
.mp-pusher .mp-menu .search-form input {
  margin: 1.2rem 0 1.2rem 0.83333rem;
  font-size: 1rem;
}
.mp-pusher .mp-menu .mp-level {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0.7) 0%, rgba(249, 249, 249, 0.7) 100%), url("../images/NYC-sketch-skyline-full.png") no-repeat;
  background-position: left calc(100vh - 228px);
  background-size: contain;
}
.mp-pusher .mp-menu .mp-level[data-level="1"] {
  z-index: 1;
}
.mp-pusher .mp-menu .mp-level[data-level="2"] {
  z-index: 2;
}
.mp-pusher .mp-menu .mp-level[data-level="3"] {
  z-index: 3;
}
.mp-pusher .mp-menu .mp-level[data-level="4"] {
  z-index: 4;
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: 8;
}

.mp-level::after {
  z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.mp-pusher,
.mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.mp-menu h2 {
  margin: 0;
  padding: 0.5em 1em;
  color: #333;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 1.4em;
}

.mp-menu.mp-overlap h2::before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.mp-menu ul li > a {
  display: block;
  color: #444;
  padding: 1.4em 1em 1.4em 1.5em;
  outline: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-weight: bold;
  font-family: "proxima-soft", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.2em;
}

.mp-menu li.donate {
  display: none;
}

.mp-menu li.home-link {
  order: 1;
}

.mp-menu li:not(.home-link) {
  order: 2;
}

.mp-menu .back-button,
.mp-menu a {
  display: block;
  float: left;
}

.mp-menu .back-button {
  background-color: #871a1a;
  cursor: pointer;
  width: 20%;
  height: 42px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.mp-menu .back-button:hover {
  background-color: #d87800;
}
.mp-menu .back-button:active {
  background-color: #bf6a00;
}
.mp-menu .back-button:before {
  position: absolute;
  text-align: center;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  line-height: 2.5;
  color: white;
}
.mp-menu .back-button.lowz {
  z-index: -1;
}

.mp-menu a {
  width: 80%;
}
.mp-menu a.full-width {
  width: 100%;
  padding-left: 0.9375rem;
}

.mp-level ul > li:first-child span {
  height: 43px;
}

.mp-menu ul li a:hover, .mp-menu ul li a:focus,
.mp-level > ul > li:first-child > a:hover, .mp-level > ul > li:first-child > a:focus,
.mp-menu ul li a.selected,
.mp-level > ul > li:first-child > a.selected {
  background: #b22222;
  color: white;
}

.mp-menu ul li a:active,
.mp-level > ul > li:first-child > a:active {
  background: #9d1e1e;
  color: white;
}

.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  width: 100% !important;
}
.mp-back::after {
  font-family: "linecons";
  position: absolute;
  content: "";
  right: 10px;
  font-size: 1.3em;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-menu,
.no-js .mp-menu {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .mp-pusher.open,
.no-js .mp-pusher.open {
  left: -300px;
}
.no-csstransforms3d .mp-pusher.open .mp-menu,
.no-js .mp-pusher.open .mp-menu {
  left: 0;
}
.no-csstransforms3d .mp-pusher.open header,
.no-js .mp-pusher.open header {
  left: -300px;
}
.no-csstransforms3d .mp-pusher.open:after,
.no-js .mp-pusher.open:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  ms-pointer-events: none;
  pointer-events: none;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}

@media print, screen and (min-width: 40em) {
  .special-campaign #logo {
    max-width: none !important;
    margin: 0 auto !important;
    padding: 2rem 0 1rem !important;
    height: 150px !important;
  }
}
.special-campaign #logo img {
  max-height: 80px !important;
  margin: 0 auto !important;
}
@media print, screen and (min-width: 40em) {
  .special-campaign #logo img {
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
}

.special-campaign .page-wrap header #logo {
  margin: 0.55556rem auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .special-campaign .page-wrap header #logo {
    margin: 1.66667rem auto;
  }
}

.special-campaign .page-wrap > footer .social {
  margin: 1rem auto 2rem;
}
.special-campaign .page-wrap > footer .footer-top {
  background-position: 50% 5%;
}
.special-campaign .page-wrap > footer .footer-top div:last-child {
  padding-bottom: 3rem;
}
.special-campaign .page-wrap > footer .member-list ul {
  margin-bottom: 1rem;
}

.special-campaign .row.inner {
  padding-top: 2rem;
}

.special-campaign__content .large-9.large-centered.columns {
  width: 100% !important;
}

/* ===HEADER=== */
.page-wrap {
  max-width: 81.25rem;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.page-wrap::before, .page-wrap::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.page-wrap::after {
  clear: both;
}

.container > header {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 81.25rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  background-color: #eee;
  z-index: 100;
  font-family: "proxima-nova", sans-serif;
}
.container > header::before, .container > header::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.container > header::after {
  clear: both;
}
@media print, screen and (min-width: 64em) {
  .container > header {
    display: flex;
  }
}
@media print, screen and (min-width: 40em) {
  .container > header {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.container > header #logo {
  padding: 0.75rem 0 0;
  position: relative;
  height: 75px;
}
@media print, screen and (min-width: 64em) {
  .container > header #logo {
    margin: 0.8125rem 0;
    max-width: 150px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1130px) {
  .container > header #logo {
    padding: 0 inherit;
  }
}
.container > header #logo img {
  max-width: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
  .container > header #logo img {
    max-width: 250px;
    max-height: 55px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container > header #logo img {
    width: 96px;
  }
}
.container > header .search-form .search-input {
  display: none;
}
.container > header .search-form .search-input.search-active {
  display: block;
}
.container > header .search-form .search-icon {
  padding: 0.2rem 1rem 0 0.4rem;
}
.container > header .search-form input {
  margin: 0;
}
.container > header .search-form #search-toggle {
  vertical-align: middle;
}
.container > header nav {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  .container > header nav {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    flex: 2 1 auto;
  }
}
.container > header nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin: 0;
  overflow: inherit;
  white-space: nowrap;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
}
[data-whatinput=mouse] .container > header nav > ul li {
  outline: 0;
}
.container > header nav > ul a,
.container > header nav > ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.container > header nav > ul input,
.container > header nav > ul select,
.container > header nav > ul a,
.container > header nav > ul button {
  margin-bottom: 0;
}
.container > header nav > ul input {
  display: inline-block;
}
.container > header nav > ul.search-active:first-child {
  overflow: auto;
  flex-shrink: 3;
}
@media screen and (min-width: 1130px) {
  .container > header nav > ul {
    font-size: 0.9375rem;
  }
}
.container > header nav > ul li {
  margin: 0 1rem 0 0;
}
.container > header nav > ul li:last-child {
  margin: 0;
}
.container > header nav > ul li:last-child > ul {
  right: -12px;
}
.container > header nav > ul li.selected a,
.container > header nav > ul li a.active:not(.button) {
  padding-top: 4px;
  border-bottom: 4px solid #b22222;
}
.container > header nav > ul li a:not(.button) {
  padding: 0;
  line-height: 1.875;
}
.container > header nav > ul li:before {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.container > header nav > ul li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.container > header nav > ul:last-child > li:nth-last-child(2) > a {
  padding: 0.5625rem 1.5rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.container > header nav > ul:last-child {
  font-size: 0.8125rem;
  text-transform: none;
  font-weight: normal;
}
.container > header nav > ul:last-child > li:nth-last-child(2) {
  margin: 0 0.625rem 0 0;
}
.container > header nav > ul:last-child > li:last-child {
  font-size: 1.25rem;
  flex-shrink: 0;
}
.container > header .mobile-nav {
  margin-top: 1.25rem;
  padding-right: 0;
  line-height: 2rem;
  font-size: 0.875rem;
}
.container > header .mobile-nav a {
  display: inline;
  padding: 8px 14px;
  background-color: #bbb;
  border-radius: 3px;
}
.container > header .mobile-nav a:first-child {
  background-color: #b22222;
  color: white;
}
.container > header .mobile-nav a:last-child {
  margin-left: 0.75rem;
}
.container > header a:not(.button) {
  color: #333;
  letter-spacing: 0.6px;
}

#subnav {
  background-color: #d9d8d7;
  display: none;
  padding: 0.375rem 0 0.75rem;
  position: absolute;
  top: 9.125rem;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  #subnav {
    position: relative;
    top: 0;
    padding: 0 !important;
  }
  #subnav ul {
    margin: 0;
    -webkit-column-width: 200px;
    -webkit-column-gap: 1.875rem;
    -moz-column-width: 200px;
    -moz-column-gap: 1.875rem;
    column-width: 200px;
    column-gap: 1.875rem;
  }
  #subnav ul li {
    float: none !important;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  #subnav ul li.selected a {
    color: #b22222;
  }
}
@media screen and (max-width: 1024px) and (max-width: 444px) {
  #subnav ul li {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #subnav ul li a {
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0.375rem 0;
  }
}
#subnav div {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
}
#subnav div::before, #subnav div::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
#subnav div::after {
  clear: both;
}
#subnav ul {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #subnav ul {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#subnav ul:last-child:not(:first-child) {
  float: right;
}
[data-whatinput=mouse] #subnav ul li {
  outline: 0;
}
#subnav ul a,
#subnav ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#subnav ul input,
#subnav ul select,
#subnav ul a,
#subnav ul button {
  margin-bottom: 0;
}
#subnav ul input {
  display: inline-block;
}
#subnav li {
  font-size: 0.75rem;
  text-transform: none;
  margin-top: 0.5rem;
  margin-left: 2rem !important;
}
#subnav li a {
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#subnav li a:hover {
  color: #b22222;
}

#children {
  background-color: #f5f5f5;
  padding: 0.375rem 0 0.75rem;
  z-index: 5;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1170px) {
  #children {
    padding-top: 9.125rem;
  }
}
@media screen and (max-width: 1024px) {
  #children {
    padding-top: 6.625rem;
  }
}
#children.closed {
  padding: 0;
}
@media screen and (max-width: 1170px) {
  #children.closed {
    padding-top: 9.125rem;
  }
}
@media screen and (max-width: 1024px) {
  #children.closed {
    padding-top: 6.625rem;
  }
}
#children div {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
}
#children div::before, #children div::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
#children div::after {
  clear: both;
}
#children ul {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  #children ul {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#children ul:last-child:not(:first-child) {
  float: right;
}
[data-whatinput=mouse] #children ul li {
  outline: 0;
}
#children ul a,
#children ul .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
#children ul input,
#children ul select,
#children ul a,
#children ul button {
  margin-bottom: 0;
}
#children ul input {
  display: inline-block;
}
#children li {
  font-size: 0.75rem;
  text-transform: none;
  margin-top: 0.5rem;
  margin-left: 2rem !important;
}
#children li a {
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#children li a:hover {
  color: #b22222;
}

#breadcrumb-wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  position: absolute;
  height: 1.75rem;
  font-weight: 700;
  z-index: 2;
}
#breadcrumb-wrapper .breadcrumbs {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.75rem;
}
#breadcrumb-wrapper .breadcrumbs::before, #breadcrumb-wrapper .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
#breadcrumb-wrapper .breadcrumbs::after {
  clear: both;
}
#breadcrumb-wrapper .breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}
#breadcrumb-wrapper .breadcrumbs > *:before {
  color: #667;
  font-weight: 500;
}
#breadcrumb-wrapper .breadcrumbs > *:first-child:before {
  content: "";
  margin: 0;
}
#breadcrumb-wrapper .breadcrumbs > * a {
  color: #b22222;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  #breadcrumb-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 39.9375em) {
  #breadcrumb-wrapper {
    display: none;
  }
}

.cms_toolbar-switcher #breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}

#content .inner:last-child {
  margin-bottom: 3.125rem;
}

#gift {
  background-color: whitesmoke;
  margin-bottom: 2.5rem;
  padding: 1.875rem 0;
}
#gift .columns {
  padding-left: 1.66666rem;
  padding-right: 1.66666rem;
}
#gift h2 {
  margin-bottom: 0;
  color: #b22222;
  font-size: 2.25rem;
  line-height: 1;
}
#gift p {
  margin: 2.5rem 0;
}
@media print, screen and (min-width: 40em) {
  #gift {
    padding: 3.75rem 0;
  }
  #gift .columns {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

.webp .page-wrap > footer .footer-top {
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0.93) 0%, rgba(234, 234, 234, 0.93) 100%), url("../images/TBM-skyline-sketch-bowery-building.webp") no-repeat bottom center;
}
@media screen and (max-width: 39.9375em) {
  .webp .page-wrap > footer .footer-top {
    background: linear-gradient(to bottom, rgba(234, 234, 234, 0.77) 0%, rgba(234, 234, 234, 0.77) 100%), url("../images/TBM-skyline-sketch-bowery-building.webp") no-repeat;
  }
}

.no-webp .page-wrap > footer .footer-top,
.no-js .page-wrap > footer .footer-top {
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0.93) 0%, rgba(234, 234, 234, 0.93) 100%), url("../images/TBM-skyline-sketch-bowery-building.png") no-repeat bottom center;
}
@media screen and (max-width: 39.9375em) {
  .no-webp .page-wrap > footer .footer-top,
.no-js .page-wrap > footer .footer-top {
    background: linear-gradient(to bottom, rgba(234, 234, 234, 0.77) 0%, rgba(234, 234, 234, 0.77) 100%), url("../images/TBM-skyline-sketch-bowery-building.png") no-repeat;
  }
}

.page-wrap > footer {
  padding-top: 6.25rem;
  margin-bottom: 4.6875rem;
  background: rgba(232, 232, 232, 0.93);
}
.page-wrap > footer h4 {
  text-transform: uppercase;
  font-size: 1rem;
}
.page-wrap > footer h4:after {
  content: " ›";
  text-transform: uppercase;
}
.page-wrap > footer .footer-top {
  background-size: 105% auto !important;
}
@media screen and (max-width: 39.9375em) {
  .page-wrap > footer .footer-top {
    padding-bottom: 3rem;
    background-size: 180% auto !important;
    background-position: 95% bottom !important;
  }
}
.page-wrap > footer .footer-bottom {
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .page-wrap > footer {
    margin-bottom: 0;
  }
}
.page-wrap > footer .footer-column:last-child {
  overflow: hidden;
}
.page-wrap > footer .footer-column ul {
  margin: 0 0 3.125rem;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 2.5;
}
@media screen and (max-width: 39.9375em) {
  .page-wrap > footer .footer-column {
    font-size: 0.6875rem;
    white-space: nowrap;
  }
  .page-wrap > footer .footer-column h4 {
    font-size: 0.9375rem;
  }
  .page-wrap > footer .footer-column ul {
    font-size: 0.75rem;
  }
}
.page-wrap > footer .footer-column a {
  color: #333;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.page-wrap > footer .footer-column a:hover {
  color: #b22222;
}
.page-wrap > footer .footer-column a:active {
  color: #5c1212;
}
.page-wrap > footer .member-list ul {
  margin: 4.375rem auto;
  list-style: none;
}
.page-wrap > footer .member-list ul li {
  flex: 1 1 auto;
  padding: 0 0.55556rem 1.11111rem;
}
.page-wrap > footer .member-list ul li:last-child {
  margin: 0 auto;
}
.page-wrap > footer .member-list a, .page-wrap > footer .member-list span {
  display: inline-block;
  vertical-align: top;
}
.page-wrap > footer .member-list a img, .page-wrap > footer .member-list span img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}
.page-wrap > footer .member-list a:hover img, .page-wrap > footer .member-list span:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.page-wrap > footer .social {
  margin: 1.125rem auto 7rem;
}
.page-wrap > footer .social a {
  font-family: "socialico";
  font-size: 2.125rem;
  margin-right: 1.25rem;
}
.page-wrap > footer .social a img {
  width: 1.375rem;
}
.page-wrap > footer .social a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 39.9375em) {
  .page-wrap > footer .social {
    margin: 1.25rem auto 5rem;
  }
}
.page-wrap > footer .nonprofit {
  font-size: 0.75rem;
  line-height: 1.8;
}
.page-wrap > footer .copyright {
  margin: 1.25rem 0 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.page-wrap > footer .copyright a {
  color: #333;
}
.page-wrap > footer .copyright a:hover, .page-wrap > footer .copyright a:active {
  color: black;
}
.page-wrap > footer .copyright .bullet {
  padding: 0 0.5rem;
}

.footer-logo img {
  max-width: 160px;
}

.circles {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 3.125rem;
  list-style: none;
}

a.rollover-image-with-link {
  position: relative;
  height: 9.6875rem;
  width: 9.6875rem;
  border-radius: 50%;
  float: left;
  margin: 0 1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(0);
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background: rgba(178, 34, 34, 0.6);
  border: none !important;
}
a.rollover-image-with-link:before {
  background: rgba(178, 34, 34, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.rollover-image-with-link:hover:before {
  background: rgba(178, 34, 34, 0.85);
}
a.rollover-image-with-link:hover h3:before {
  content: "";
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 19px;
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
}
a.rollover-image-with-link h3 {
  position: relative;
  color: #fff;
  line-height: 1;
  padding-top: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  height: 1.3rem;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  transition: none;
}

.webp a.rollover-image-with-link.ci-programs {
  background: url("../images/ci-programs.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-partnerships {
  background: url("../images/ci-partnerships.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-fundraising {
  background: url("../images/ci-fundraising.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-help {
  background: url("../images/ci-help.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-locations {
  background: url("../images/ci-locations.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-transformation {
  background: url("../images/ci-transformation.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-progress {
  background: url("../images/ci-progress.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-sustain {
  background: url("../images/ci-sustain.webp") no-repeat center center;
}
.webp a.rollover-image-with-link.ci-youth {
  background: url("../images/ci-youth.webp") no-repeat center center;
}

.no-webp a.rollover-image-with-link.ci-programs,
.no-js a.rollover-image-with-link.ci-programs {
  background: url("../images/ci-programs.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-partnerships,
.no-js a.rollover-image-with-link.ci-partnerships {
  background: url("../images/ci-partnerships.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-fundraising,
.no-js a.rollover-image-with-link.ci-fundraising {
  background: url("../images/ci-fundraising.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-help,
.no-js a.rollover-image-with-link.ci-help {
  background: url("../images/ci-help.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-locations,
.no-js a.rollover-image-with-link.ci-locations {
  background: url("../images/ci-locations.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-transformation,
.no-js a.rollover-image-with-link.ci-transformation {
  background: url("../images/ci-transformation.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-progress,
.no-js a.rollover-image-with-link.ci-progress {
  background: url("../images/ci-progress.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-sustain,
.no-js a.rollover-image-with-link.ci-sustain {
  background: url("../images/ci-sustain.jpg") no-repeat center center;
}
.no-webp a.rollover-image-with-link.ci-youth,
.no-js a.rollover-image-with-link.ci-youth {
  background: url("../images/ci-youth.jpg") no-repeat center center;
}

.circle {
  height: 9.6875rem;
  flex-grow: 1;
  margin-top: 1.25rem;
  border-radius: 50%;
  position: relative;
}
.circle a.rollover-image-with-link {
  position: absolute;
  left: 50%;
  float: none;
  margin: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 39.9375em) {
  .circle {
    width: calc(50% - 20px);
    height: 9.375rem;
  }
  .circle > a {
    height: 9.375rem;
    width: 9.375rem;
  }
}

/* ===HOME=== */
#intro,
#information,
#impact,
#volunteering {
  position: relative;
  padding: 0;
  margin: 0;
  max-width: none;
  background-size: contain;
}

#intro {
  min-height: 28.75rem;
  background-size: cover;
}
@media screen and (max-width: 39.9375em) {
  #intro {
    position: relative;
    display: inline-block;
    background-position: center bottom;
    background-size: contain;
  }
  #intro:after {
    position: absolute;
    height: 300px;
    width: 100%;
    top: 100%;
    content: "";
    display: block;
    z-index: 20;
    background-size: contain;
  }
}
@media screen and (max-width: 900px) and (min-width: 640px) {
  #intro {
    min-height: 0;
  }
}
@media print, screen and (min-width: 64em) {
  #intro {
    min-height: 32.5rem;
    background-position: left bottom, 108% 102%;
    background-size: 55% auto;
  }
}
@media print, screen and (min-width: 40em) {
  #intro.hero-full {
    height: 43.75rem;
    display: flex;
    flex-flow: column nowrap;
    background-size: cover;
    align-items: center;
    text-align: center;
  }
  #intro.hero-full .columns {
    width: 70%;
    left: auto;
    padding-top: 15.625rem;
    flex: 0 0 auto;
  }
  #intro.hero-full .columns h3 {
    color: white;
    font-size: 1.5rem;
  }
  #intro.hero-full a img {
    display: none;
  }
}
#intro > div {
  padding: 3.125rem 1.25rem;
}
#intro > div p {
  font-family: "adobe-caslon-pro", "Open Sans";
  font-size: 1.625rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 64em) {
  #intro > div p {
    margin-right: 3.125rem;
  }
}
@media screen and (min-width: 900px) {
  #intro > div {
    padding: 6.25rem 0 0 2.8125rem;
  }
}
#intro h3 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (min-width: 900px) {
  #intro h3 {
    margin-right: 3.125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #intro h3 {
    line-height: 1.66667;
    font-size: 1rem;
  }
}
#intro .arrows {
  width: 8.3333333333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  #intro .arrows {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#intro .arrows:last-child:not(:first-child) {
  float: right;
}
#intro .arrows span {
  cursor: pointer;
}
#intro .arrows .prev {
  float: left;
}
#intro .arrows .next {
  float: right;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #intro .arrows {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
  #intro .arrows {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #intro .arrows:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (max-width: 39.9375em) {
  #intro .arrows {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  #intro .arrows {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #intro .arrows:last-child:not(:first-child) {
    float: right;
  }
}
#intro h1 {
  margin-top: 5.625rem;
  font-size: 6rem;
  font-family: "downcomeregular", cursive;
  line-height: 1;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #intro h1 {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #intro h1 {
    font-size: 3.75rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 395px) {
  #intro h1 {
    font-size: 3rem;
  }
}
#intro a {
  font-size: 1.125rem;
}
@media screen and (max-width: 20em) {
  #intro a {
    padding: 0.875rem 0.625rem;
  }
}
#intro a img {
  display: inline-block;
  width: 18px;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
}

.webp #intro {
  background: linear-gradient(to top, rgba(249, 249, 249, 0.9) 0%, rgba(249, 249, 249, 0.9) 30%, rgba(249, 249, 249, 0.8) 100%), url("../images/intro-bg.webp") no-repeat top left;
}
@media screen and (max-width: 39.9375em) {
  .webp #intro {
    background: url("../images/NYC-sketch-skyline-full-flipped-light.webp") no-repeat;
  }
  .webp #intro:after {
    background: url("../images/intro-bg.webp") no-repeat;
  }
}
@media print, screen and (min-width: 64em) {
  .webp #intro {
    background: url("../images/intro-bg.webp") no-repeat, url("../images/NYC-sketch-skyline-full-flipped-light.webp") no-repeat;
  }
}
@media print, screen and (min-width: 40em) {
  .webp #intro.hero-full {
    background: linear-gradient(to bottom, rgba(25, 25, 25, 0.4) 0%, rgba(25, 25, 25, 0.4) 100%), url("../images/intro-bg-full.webp") no-repeat top left;
  }
}
@media print, screen and (min-width: 64em) {
  .webp #information {
    background: url("../images/find-hope.webp") no-repeat top right;
  }
}

.no-webp #intro,
.no-js #intro {
  background: linear-gradient(to top, rgba(249, 249, 249, 0.9) 0%, rgba(249, 249, 249, 0.9) 30%, rgba(249, 249, 249, 0.8) 100%), url("../images/intro-bg.jpg") no-repeat top left;
}
@media screen and (max-width: 39.9375em) {
  .no-webp #intro,
.no-js #intro {
    background: url("../images/NYC-sketch-skyline-full-flipped-light.png") no-repeat;
  }
  .no-webp #intro:after,
.no-js #intro:after {
    background: url("../images/intro-bg.jpg") no-repeat;
  }
}
@media print, screen and (min-width: 64em) {
  .no-webp #intro,
.no-js #intro {
    background: url("../images/intro-bg.jpg") no-repeat, url("../images/NYC-sketch-skyline-full-flipped-light.png") no-repeat;
  }
}
@media print, screen and (min-width: 40em) {
  .no-webp #intro.hero-full,
.no-js #intro.hero-full {
    background: linear-gradient(to bottom, rgba(25, 25, 25, 0.4) 0%, rgba(25, 25, 25, 0.4) 100%), url("../images/intro-bg-full.jpg") no-repeat top left;
  }
}
@media print, screen and (min-width: 64em) {
  .no-webp #information,
.no-js #information {
    background: url("../images/find-hope.jpg") no-repeat top right;
  }
}

#information {
  padding: 3.125rem 0 0;
}
@media only screen and (max-width: 64.063em) {
  #information {
    margin-top: 400px;
  }
}
@media only screen and (max-width: 30em) {
  #information {
    margin-top: 300px;
  }
}
@media print, screen and (min-width: 40em) {
  #information {
    min-height: 50rem;
  }
  #information .circle {
    width: calc(100% * (1/3) - 20px);
  }
}
@media print, screen and (min-width: 64em) {
  #information {
    background-size: 45% auto !important;
    min-height: 47.5rem;
  }
  #information .left-margin {
    padding-left: 1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  #information h1,
#information h2,
#information p {
    padding-left: 3.125rem;
  }
}
#information p {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  #information p {
    text-align: left;
  }
}
#information h1,
#information h2 {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  #information h1,
#information h2 {
    text-align: left;
  }
}

@media print, screen and (min-width: 40em) {
  #home #impact {
    margin-top: 6.25rem;
  }
}

@media screen and (max-width: 39.9375em) {
  #impact {
    margin-top: 1.5625rem;
  }
}
#impact img {
  width: 100px;
  margin-top: 3.125rem;
}
#impact h3 {
  margin: 3.125rem 0 0.75rem;
  font-size: 3.75rem;
  font-weight: normal;
}
@media screen and (max-width: 39.9375em) {
  #impact h3 {
    margin: 1.8rem 0 0.625rem;
    margin-top: 1.8rem;
    font-size: 2.875rem;
  }
}
#impact .label-impact {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}
#impact .button {
  margin-top: 6.25rem;
}
@media screen and (max-width: 39.9375em) {
  #impact .padding-small {
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
  }
}

#volunteering {
  margin-top: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  #volunteering {
    margin-bottom: 3.125rem;
    margin-top: 9.375rem;
  }
}
#volunteering h2 {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  #volunteering h2 {
    margin-bottom: 6.25rem;
  }
}
#volunteering .block-group {
  margin-top: 3.125rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 39.9375em) {
  #volunteering .block-group + .block-group {
    margin-top: 0;
  }
}
#volunteering .block-group__image.compat-object-fit {
  width: calc(100% - 2rem);
  height: 200px;
  padding: 0 1rem;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #volunteering .block-group__image.compat-object-fit {
    height: 170px;
  }
}
#volunteering .block-group > div {
  width: calc(100% * (1/3) - 1px);
  flex: 1 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 40em) {
  #volunteering .block-group > div {
    min-height: 21.875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #volunteering .block-group > div {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #volunteering .block-group > div {
    min-height: 22rem;
  }
}
#volunteering .block-group > div.no-image {
  justify-content: center;
}
#volunteering .block-group > div.no-image h3, #volunteering .block-group > div.no-image span, #volunteering .block-group > div.no-image a {
  margin: 1rem 0;
}
#volunteering .block-group > div.only-image img {
  height: auto;
  margin: 0 2rem;
}
#volunteering .block-group > div img {
  height: 10.625rem;
  object-fit: cover;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #volunteering .block-group > div img {
    height: 12.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #volunteering .block-group > div img {
    height: 12.5rem;
  }
}
#volunteering .block-group > div img.icon {
  max-width: 6.25rem;
  height: auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
}
#volunteering .block-group > div h3 {
  font-weight: bold;
  padding-top: 1rem;
}
@media print, screen and (min-width: 40em) {
  #volunteering .block-group > div h3 {
    font-size: 2rem;
  }
}
#volunteering .block-group > div span {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
#volunteering .block-group > div a.button {
  background: none;
  color: #b22222;
  margin-left: auto;
  margin-right: auto;
}
#volunteering .block-group > div[data-order="1"] {
  order: 1;
}
#volunteering .block-group > div[data-order="2"] {
  order: 2;
}
#volunteering .block-group > div[data-order="3"] {
  order: 3;
}
#volunteering .block-group > div[data-order="4"] {
  order: 4;
}
#volunteering .block-group > div[data-order="5"] {
  order: 5;
}
@media screen and (max-width: 39.9375em) {
  #volunteering .block-group > div[data-order="5"] {
    order: 6;
  }
}
#volunteering .block-group > div[data-order="6"] {
  order: 6;
}
@media screen and (max-width: 39.9375em) {
  #volunteering .block-group > div[data-order="6"] {
    order: 5;
  }
}
#volunteering .block-group.with-gutter img {
  padding: 0 1rem;
}
#volunteering .block-group.with-gutter .only-image img {
  padding: 0;
  margin: 0 4rem;
}

.sub-pages #content > div.row.inner > .columns > .info:nth-child(2) {
  padding-top: 0;
}

#programs h2,
#volunteer h2 {
  margin-bottom: 1.875rem;
}
#programs ul,
#volunteer ul {
  margin: 1.875rem 0 0.625rem;
  padding: 0;
}
#programs .button,
#volunteer .button {
  width: auto;
  margin: 0 auto;
}
#programs .box,
#volunteer .box {
  background-size: cover;
  background-position: center center;
  display: block;
  padding: 53% 6% 13%;
  margin-right: 0.625rem;
  position: relative;
  text-align: center;
}
#programs .box:before,
#volunteer .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#programs .box span,
#volunteer .box span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: auto;
  padding-bottom: 0.3125rem;
  position: relative;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

#programs {
  margin-bottom: 3.125rem;
  padding-right: 1.25rem;
}
#programs .box:before {
  background: rgba(216, 120, 0, 0.4);
}
#programs .box:hover:before {
  background: rgba(216, 120, 0, 0.1);
}
#programs .b_men {
  background-size: cover;
}
#programs .b_women {
  background-size: cover;
}
#programs .b_children {
  background-size: cover;
  margin-right: 0;
}

#volunteer {
  padding-left: 1.25rem;
}
#volunteer .box:before {
  background: rgba(60, 100, 141, 0.4);
}
#volunteer .box:hover:before {
  background: rgba(60, 100, 141, 0.1);
}
#volunteer .box.b_thanksgiving {
  background-size: cover;
  background-position: center;
}
#volunteer .box.b_group {
  background-size: cover;
  background-position: top;
}
#volunteer .box.b_church {
  background-size: cover;
  background-position: center 90%;
  margin-right: 0;
}

.webp #programs .b_men {
  background: url("../images/home-men.webp") no-repeat;
}
.webp #programs .b_women {
  background: url("../images/home-women.webp") no-repeat;
}
.webp #programs .b_children {
  background: url("../images/home-children.webp") no-repeat;
}
.webp #volunteer .box.b_thanksgiving {
  background: url("../images/home-thanksgiving.webp") no-repeat;
}
.webp #volunteer .box.b_group {
  background: url("../images/home-group.webp") no-repeat;
}
.webp #volunteer .box.b_church {
  background: url("../images/home-church.webp") no-repeat;
}

.no-webp #programs .b_men,
.no-js #programs .b_men {
  background: url("../images/home-men.jpg") no-repeat;
}
.no-webp #programs .b_women,
.no-js #programs .b_women {
  background: url("../images/home-women.jpg") no-repeat;
}
.no-webp #programs .b_children,
.no-js #programs .b_children {
  background: url("../images/home-children.jpg") no-repeat;
}
.no-webp #volunteer .box.b_thanksgiving,
.no-js #volunteer .box.b_thanksgiving {
  background: url("../images/home-thanksgiving.jpg") no-repeat;
}
.no-webp #volunteer .box.b_group,
.no-js #volunteer .box.b_group {
  background: url("../images/home-group.jpg") no-repeat;
}
.no-webp #volunteer .box.b_church,
.no-js #volunteer .box.b_church {
  background: url("../images/home-church.jpg") no-repeat;
}

.icon-grid li {
  text-align: center;
}
.icon-grid li a {
  color: #333;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.icon-grid li a img {
  display: block;
  margin: 0 auto;
}

#updates {
  margin-bottom: 3.125rem;
}
#updates h2 {
  margin-bottom: 2.5rem;
}
#updates .story-list {
  height: auto;
  min-height: 240px !important;
  max-height: 280px !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
#updates .story-list li {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  margin: 0;
  max-height: 300px !important;
}
#updates .story-list li::before, #updates .story-list li::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
#updates .story-list li::after {
  clear: both;
}
#updates .story-list li.active {
  z-index: 4;
}
#updates .story-list .photo {
  width: 33.3333333333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  #updates .story-list .photo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#updates .story-list .photo:last-child:not(:first-child) {
  float: right;
}
@media screen and (max-width: 25em) {
  #updates .story-list .photo {
    display: none;
  }
}
#updates .story-list .description {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  background: #fff;
}
@media print, screen and (min-width: 40em) {
  #updates .story-list .description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#updates .story-list .description:last-child:not(:first-child) {
  float: right;
}
#updates .story-list .description h4 {
  margin-bottom: 0;
}
#updates .story-list .description p {
  margin: 1.25rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 25em) {
  #updates .story-list .description a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #b22222;
    color: white;
    border-radius: 3px;
  }
  [data-whatinput=mouse] #updates .story-list .description a {
    outline: 0;
  }
  #updates .story-list .description a:hover, #updates .story-list .description a:focus {
    background-color: #971d1d;
    color: white;
  }
}
@media screen and (max-width: 25em) {
  #updates .story-list .description {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 25em) and (min-width: 40em) {
  #updates .story-list .description {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 25em) {
  #updates .story-list .description:last-child:not(:first-child) {
    float: right;
  }
}
#updates menu {
  max-width: 73.125rem;
  margin-right: auto;
  margin-left: auto;
  margin: 3.125rem 0 0 0;
  padding: 0;
}
#updates menu::before, #updates menu::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
#updates menu::after {
  clear: both;
}
#updates menu .orbit-bullets-container {
  width: 58.3333333333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  #updates menu .orbit-bullets-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#updates menu .orbit-bullets-container:last-child:not(:first-child) {
  float: right;
}
#updates menu .orbit-bullets-container li {
  background-color: rgba(178, 34, 34, 0.2);
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 21.875rem) {
  #updates menu .orbit-bullets-container li {
    margin-right: 0.625rem;
  }
}
#updates menu .orbit-bullets-container li:last-child {
  margin-right: 0;
}
#updates menu .orbit-bullets-container li:hover {
  background-color: rgba(178, 34, 34, 0.5);
}
#updates menu .orbit-bullets-container li:active {
  background-color: #5c1212;
}
#updates menu .orbit-bullets-container li.active {
  background-color: #b22222;
}
#updates menu .orbit-arrow-container {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  #updates menu .orbit-arrow-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
#updates menu .orbit-arrow-container:last-child:not(:first-child) {
  float: right;
}
#updates menu .orbit-arrow-container a {
  color: #b22222;
  font-family: "tbm";
  font-size: 2.5rem;
  position: relative;
  top: -4px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#updates menu .orbit-arrow-container a.tbm-icon-angle-right {
  margin-left: 1.5625rem;
}
@media screen and (max-width: 21.875rem) {
  #updates menu .orbit-arrow-container a.tbm-icon-angle-right {
    margin-left: 0.9375rem;
  }
}
#updates menu .orbit-arrow-container a:hover {
  color: rgba(178, 34, 34, 0.5);
}
#updates menu .orbit-arrow-container a:active {
  color: #5c1212;
}
#updates menu .orbit-arrow-container a.end {
  color: rgba(178, 34, 34, 0.2);
}

#meal {
  width: 100%;
  margin: 0;
  padding: 0;
}
#meal div {
  background: url("../images/starts-with-a-meal.jpg") no-repeat;
  background-size: cover;
  display: block;
  padding: 19% 5%;
  position: relative;
  text-align: center;
}
#meal div:after {
  content: "";
  background: rgba(60, 28, 15, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#meal div h2, #meal div a {
  position: relative;
  z-index: 2;
}
#meal div h2 {
  color: white;
  font-size: 3rem;
  font-style: italic;
  margin-bottom: 3.75rem;
}
#meal div a {
  padding: 1.125rem 5rem;
  font-size: 1.125rem;
  font-weight: 700 !important;
}
@media screen and (max-width: 25em) {
  #meal div a {
    padding: 1.125rem 1.25rem;
  }
}

.webp #meal div {
  background: url("../images/starts-with-a-meal.webp") no-repeat;
}

.no-webp #meal div,
.no-js #meal div {
  background: url("../images/starts-with-a-meal.jpg") no-repeat;
}

@media print, screen and (min-width: 64em) {
  body.programs section {
    padding: 3.125rem 0 1rem;
  }
}
body.programs h2 {
  padding-top: 3.125rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  body.programs h2 {
    font-size: 2rem;
    padding-top: 1.5625rem;
  }
}

@media print, screen and (min-width: 40em) {
  .programs .how-bowery-helps {
    padding-top: 1rem;
  }
  .programs .how-bowery-helps h2 {
    padding-top: 1rem;
  }
  .programs .how-bowery-helps p {
    font-size: 1.625rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 39.9375em) {
  .programs .how-bowery-helps p {
    padding: 0 1.1em;
  }
}

@media print, screen and (min-width: 40em) {
  #four-strategies {
    padding-top: 3.125rem;
  }
  #four-strategies h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #four-strategies {
    background-size: 200% auto;
    background-position: -20px 102%;
  }
}

#new-hope,
#transformation {
  background-color: #E9E9E9;
}

#new-hope {
  margin-bottom: 4rem;
}
#new-hope h2 {
  text-align: center;
}
@media screen and (min-width: 64em) {
  #new-hope h2 {
    white-space: nowrap;
  }
}
@media print, screen and (min-width: 40em) {
  #new-hope .grid-x {
    margin-bottom: 3.75rem;
  }
}
#new-hope .grid-x .cell {
  padding: 2rem 0.83333rem;
}
@media print, screen and (min-width: 64em) {
  #new-hope .grid-x .cell {
    padding: 0 0.83333rem;
  }
}
#new-hope span {
  display: block;
  padding: 1rem 0;
  font-size: 1.375rem;
  font-weight: bold;
}

#where-hope {
  padding-top: 0;
}
#where-hope h2 {
  margin-bottom: 3.125rem;
}
@media print, screen and (min-width: 64em) {
  #where-hope h2 {
    font-size: 3rem;
  }
}
#where-hope #map {
  height: 38rem;
}
@media screen and (max-width: 39.9375em) {
  #where-hope #map {
    height: 31.25rem;
  }
  #where-hope #map h4 {
    font-size: 20px;
  }
  #where-hope #map p {
    font-size: 16px;
  }
}
#where-hope #map p {
  margin-bottom: 0;
}
#where-hope .flex-columns {
  display: none;
  height: 38rem;
  padding-left: 1rem;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 64em) {
  #where-hope .flex-columns {
    display: flex;
  }
}
#where-hope .flex-columns .location {
  flex: 0 1 auto;
  width: 48%;
  height: calc(25% - 1rem);
  margin-bottom: 1rem;
}
#where-hope .flex-columns .location:hover {
  cursor: pointer;
}
#where-hope .flex-columns span strong.location-number {
  width: 2.5rem;
  margin-left: -2.5rem;
  color: #b22222;
  vertical-align: top;
  font-size: 1.75rem;
}
#where-hope .flex-columns span {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.265rem;
}
#where-hope .flex-columns p {
  line-height: 0.6;
  font-size: 0.9375rem;
}
#where-hope .flex-columns p.area {
  padding-top: 0.5rem;
  margin-bottom: 10px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
#where-hope .flex-columns p.area:empty {
  display: none;
}
#where-hope .flex-columns p.type {
  padding-left: 4rem;
  line-height: 1.4;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  #where-hope .flex-columns p.type {
    padding-left: 3rem;
  }
}
#where-hope .flex-columns p,
#where-hope .flex-columns span {
  padding-left: 2.5rem;
}

@media screen and (max-width: 39.9375em) {
  .gm-style > div {
    left: -105px !important;
  }
  .gm-style .gm-style-pbc {
    left: 105px !important;
  }
}

.gm-style .gm-style-iw {
  max-width: 70vw;
}

#transformation {
  padding-bottom: 3rem;
}
#transformation a.button {
  margin-top: 3.125rem;
}
#transformation h2 {
  text-align: center;
}
#transformation .img-grid li {
  border: none;
  list-style: none;
}
#transformation .img-grid a {
  width: 90%;
  right: 5%;
}

#rescue .headshot img {
  width: 200px;
  clip-path: circle(50% at center);
}
#rescue p:last-child {
  padding-bottom: 3.125rem;
}
#rescue .quote {
  font-size: 1.375rem;
  line-height: 1.6;
}
@media screen and (max-width: 39.9375em) {
  #rescue .quote {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/* ===SUB PAGES=== */
.donate.sub-pages h1 {
  margin-bottom: 3.125rem;
}

.sub-pages p:not(.copyright) a:not(.button),
.sub-pages p:not(.copyright) a:not(.button):visited,
.sub-pages .accordion-content ul li a:not(.button),
.sub-pages .accordion-content ul li a:not(.button):visited,
.sub-pages .accordion-content ol li a:not(.button),
.sub-pages .accordion-content ol li a:not(.button):visited,
.section ul li a:not(.button),
.section ul li a:not(.button):visited,
.section ol li a:not(.button),
.section ol li a:not(.button):visited,
#content ul li a:not(.button),
#content ul li a:not(.button):visited,
#content ol li a:not(.button),
#content ol li a:not(.button):visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b22222;
}

.sub-pages h1, .sub-pages h2, .sub-pages h3, .sub-pages h4, .sub-pages h5, .sub-pages h6 {
  padding-top: 2rem;
}

.accordion .accordion-title {
  color: #b22222 !important;
  border-bottom: none !important;
}

.donate-success {
  margin-top: 1.8em;
}

.sub-grids {
  margin: 3.125rem 0;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
}
.sub-grids li {
  padding: 3.75rem 0;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub-grids li .donate-icons {
  background: url("../images/donate-icon-sprite.png") no-repeat;
  display: block;
  height: 45px;
  width: 45px;
  margin: 1.25rem auto 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sub-grids li .donate-icons.goods {
  background-position: 0 0;
}
.sub-grids li .donate-icons.food {
  background-position: -45px 0;
}
.sub-grids li .donate-icons.clothes {
  background-position: -90px 0;
}
.sub-grids li .donate-icons.cash {
  background-position: -135px 0;
}
.sub-grids li:last-child {
  border-right: none;
}
.sub-grids li:hover {
  background-color: #b22222;
}
.sub-grids li:hover h2, .sub-grids li:hover h2 a, .sub-grids li:hover h2 span {
  color: white;
}
.sub-grids li:hover .donate-icons.goods {
  background-position: 0 -45px;
}
.sub-grids li:hover .donate-icons.food {
  background-position: -45px -45px;
}
.sub-grids li:hover .donate-icons.clothes {
  background-position: -90px -45px;
}
.sub-grids li:hover .donate-icons.cash {
  background-position: -135px -45px;
}
.sub-grids li:active, .sub-grids li:focus {
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.5);
}
.sub-grids h2, .sub-grids h2 a {
  display: inline-block;
  font-size: 3rem;
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.sub-grids h2 span, .sub-grids h2 a span {
  display: block;
  margin: 0 0 0.3125rem 0.3125rem;
  font-size: 1rem;
  font-family: "Open Sans";
  line-height: 1;
  color: #666666;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.row.donate-form-header {
  height: 18.75rem;
  padding-top: 9rem;
  margin: 1rem 0 6rem;
  background-size: 34.375rem auto;
  background-position: 60% bottom;
}
@media screen and (max-width: 39.9375em) {
  .row.donate-form-header {
    height: 12.5rem;
    padding-top: 3rem;
    background-size: 21.875rem auto;
    margin-bottom: 2rem;
  }
}
.row.donate-form-header h1 {
  font-size: 2rem;
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  .row.donate-form-header h1 {
    font-size: 2.8125rem;
  }
}
.row.donate-form-header h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.row.donate-form-header h1,
.row.donate-form-header h5 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #333;
}

.webp .row.donate-form-header {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url("../images/NYC-sketch-skyline-full.webp") no-repeat;
}

.no-webp .row.donate-form-header,
.no-js .row.donate-form-header {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url("../images/NYC-sketch-skyline-full.png") no-repeat;
}

.donate-form label,
.donate-form select,
.donate-form select:focus {
  font-size: 1.25rem;
}
.donate-form input {
  font-size: 1rem;
}
.donate-form select {
  padding: 0.22rem 1.5rem 0.22rem 0.8rem !important;
  -webkit-appearance: none;
}
@media screen and (max-width: 39.9375em) {
  .donate-form select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
  }
}
.donate-form fieldset legend {
  font-size: 1.75rem;
  font-weight: bold;
}
.donate-form fieldset {
  padding: 1rem;
  margin: 1rem 0;
}
.donate-form .row {
  padding-bottom: 1rem;
}
.donate-form fieldset .row .ctrlHolder.checkbox label {
  display: inline;
}
.donate-form .label {
  color: inherit;
  background-color: inherit;
}

.donate-form-slim .grid-padding-x > .cell {
  padding-left: 0;
}

input[name=donation-amount],
input#other,
input[name=other_amount],
input[name=other_amount_text] {
  padding-left: 1.5em;
}

input[name=donation-amount]:focus,
input#other:focus,
input[name=other_amount]:focus,
input[name=other_amount_text]:focus {
  padding-left: 1.5em !important;
}

input[name=donation-amount].focus::placeholder,
input#other.focus::placeholder,
input[name=other_amount].focus::placeholder,
input[name=other_amount_text].focus::placeholder {
  padding-left: 2em !important;
  color: #aaa !important;
}

input[name=other_amount_text]:focus::placeholder {
  opacity: 0;
}

#donate-choose h2, #donate-choose h1,
.donate-impact h2,
.donate-impact h1 {
  padding: 1rem 0;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  #donate-choose h2, #donate-choose h1,
.donate-impact h2,
.donate-impact h1 {
    font-size: 2.6rem;
    padding: 3.125rem 3.75rem 1rem 3.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  #donate-choose p,
.donate-impact p {
    padding: 0 3.125rem;
  }
}

#donate-choose {
  min-height: 46.875rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media print, screen and (min-width: 64em) {
  #donate-choose {
    height: 37.5rem;
  }
}
#donate-choose h2,
#donate-choose h1,
#donate-choose p {
  color: white;
}
@media screen and (max-width: 39.9375em) {
  #donate-choose h2,
#donate-choose h1,
#donate-choose p {
    padding-left: 0.833333rem;
    padding-right: 0.833333rem;
  }
}
#donate-choose h1 {
  margin-bottom: 0.5rem;
  font-size: 2.9375rem;
}
@media screen and (max-width: 39.9375em) {
  #donate-choose h1 {
    font-size: 2.2rem !important;
    padding: 3.125rem 1rem 1rem 1rem !important;
  }
}
@media screen and (max-width: 360px) {
  #donate-choose h1 {
    font-size: 1.9rem !important;
  }
}
@media screen and (max-width: 360px) {
  #donate-choose p {
    line-height: 1.2;
  }
}
#donate-choose .donate-form {
  max-width: 31.25rem;
  margin: 3.125rem 0;
  padding: 3.125rem 1rem;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 39.9375em) {
  #donate-choose .donate-form {
    background-color: white;
  }
}
@media screen and (max-width: 1025px) {
  #donate-choose .donate-form {
    clear: both;
    margin: 3.125rem auto 0;
    padding-bottom: 5.625rem;
  }
}
#donate-choose .donate-form h3 {
  font-size: 2rem;
  font-weight: bold;
}
#donate-choose .donate-form span {
  padding-bottom: 0.875rem;
  margin-top: 2rem;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  #donate-choose .donate-form span {
    margin-top: 0.625rem;
  }
}
#donate-choose .donate-form .buttons {
  margin: 0;
  list-style: none;
}
#donate-choose .donate-form .dollar-sign {
  margin-top: 12px;
  margin-left: -12px;
  font-weight: bold;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  #donate-choose .donate-form .dollar-sign {
    margin-top: 22px;
  }
}
#donate-choose .donate-form .donation-field {
  margin-bottom: 2rem;
}
#donate-choose .donate-form .buttons .cell,
#donate-choose .donate-form .cell:last-child {
  padding: 0 0.5rem;
}
#donate-choose .donate-form input[type=tel].focus {
  text-align: left;
  padding-left: 2rem;
}
#donate-choose .donate-form .button:not([type=submit]) {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  color: #333;
  background: transparent;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
  outline: 0;
  height: 4.375rem;
  width: 100%;
  padding: 1.25rem 0.375rem 0.875rem;
  font-size: 1.25rem;
  font-weight: bold !important;
  border: 2px solid #c1c1c1;
  border-radius: 10px;
}
[data-whatinput=mouse] #donate-choose .donate-form .button:not([type=submit]) {
  outline: 0;
}
#donate-choose .donate-form .button:not([type=submit]).focus {
  background-color: #333;
  color: white;
  border-color: #333;
}
#donate-choose .donate-form .button:not([type=submit]).focus::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
#donate-choose .donate-form .button:not([type=submit]).focus:-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
#donate-choose .donate-form .button:not([type=submit]).focus::-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
#donate-choose .donate-form .button:not([type=submit]).focus:-ms-input-placeholder {
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
#donate-choose .donate-form .button:not([type=submit])::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: left;
  padding-left: calc(50% - 20px - 10px);
  color: #333;
}
#donate-choose .donate-form .button:not([type=submit]):-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#donate-choose .donate-form .button:not([type=submit])::-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #333;
}
#donate-choose .donate-form .button:not([type=submit]):-ms-input-placeholder {
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #333;
}
@media screen and (max-width: 39.9375em) {
  #donate-choose .donate-form .button:not([type=submit]) {
    height: 3.25rem;
    padding: 0.875rem 0.125rem;
    font-size: 1rem;
    width: 75%;
  }
}
#donate-choose .donate-form input[type=submit].button {
  width: 100%;
}

.webp #donate-choose {
  background: url("../images/donate-choose.webp") no-repeat center center;
}
@media screen and (max-width: 39.9375em) {
  .webp #donate-choose {
    background: linear-gradient(rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.4)), url("../images/donate-choose.webp");
    background-size: 180% !important;
  }
}
@media screen and (min-width: 32em) and (max-width: 63.9375em) {
  .webp #donate-choose {
    background: linear-gradient(rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.4)), url("../images/donate-choose-med.jpg");
    background-size: 110% !important;
  }
}
@media screen and (max-width: 376px) {
  .webp #donate-choose {
    background-size: 220% !important;
  }
}
.webp .donate-impact {
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0.9) 0%, rgba(249, 249, 249, 0.8) 15%, rgba(249, 249, 249, 0) 20%, rgba(20, 20, 20, 0.5) 60%, rgba(20, 20, 20, 0.7) 100%), url("../images/donate-impact-bg.webp") no-repeat bottom center;
}
.webp .donate-impact .impact-boxes .box:nth-child(1) {
  background-image: url("../images/provide-meals.webp");
}
.webp .donate-impact .impact-boxes .box:nth-child(2) {
  background-image: url("../images/provide-vocation.webp");
}
.webp .donate-impact .impact-boxes .box:nth-child(3) {
  background-image: url("../images/provide-services.webp");
}
.webp #donate-top .donate-form {
  background: url("../images/donate-img.webp") no-repeat 65%;
}

.no-webp #donate-choose,
.no-js #donate-choose {
  background: url("../images/donate-choose.jpg") no-repeat center center;
}
@media screen and (min-width: 32em) and (max-width: 63.9375em) {
  .no-webp #donate-choose,
.no-js #donate-choose {
    background: linear-gradient(rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.4)), url("../images/donate-choose-med.jpg");
    background-size: 110% !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .no-webp #donate-choose,
.no-js #donate-choose {
    background: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.6)), url("../images/donate-choose.jpg");
    background-size: 200% !important;
  }
}
.no-webp .donate-impact,
.no-js .donate-impact {
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0.9) 0%, rgba(249, 249, 249, 0.8) 15%, rgba(249, 249, 249, 0) 20%, rgba(20, 20, 20, 0.5) 60%, rgba(20, 20, 20, 0.7) 100%), url("../images/donate-impact-bg.jpg") no-repeat bottom center;
}
.no-webp .donate-impact .impact-boxes .box:nth-child(1),
.no-js .donate-impact .impact-boxes .box:nth-child(1) {
  background-image: url("../images/provide-meals.jpg");
}
.no-webp .donate-impact .impact-boxes .box:nth-child(2),
.no-js .donate-impact .impact-boxes .box:nth-child(2) {
  background-image: url("../images/provide-vocation.jpg");
}
.no-webp .donate-impact .impact-boxes .box:nth-child(3),
.no-js .donate-impact .impact-boxes .box:nth-child(3) {
  background-image: url("../images/provide-services.jpg");
}
.no-webp #donate-top .donate-form,
.no-js #donate-top .donate-form {
  background: url("../images/donate-img.jpg") no-repeat 65%;
}

#donate-choose .donate-form .dollar-sign,
.gift-amount-widget .dollar-sign {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  color: white;
  z-index: 3;
  transition: all 0.3s ease-out;
}
#donate-choose .donate-form .dollar-sign.focus,
.gift-amount-widget .dollar-sign.focus {
  margin-left: 12px;
  visibility: visible;
  opacity: 1;
}

.donate-impact {
  background-size: cover !important;
  padding-top: 3.125rem;
}
@media print, screen and (min-width: 40em) {
  .donate-impact {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .donate-impact {
    padding: 0 1em 3.125rem;
  }
}
@media print, screen and (min-width: 40em) {
  .donate-impact a {
    margin-left: 3.125rem;
  }
}
.donate-impact img {
  margin-top: 3.125rem;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact img {
    max-width: 150px;
    margin: 1.5625rem 0;
  }
}
.donate-impact .impact-boxes {
  display: flex;
  flex-flow: row wrap;
  flex: 1 0 auto;
  padding: 6.25rem 3.125rem 3.125rem;
  justify-content: center;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes {
    padding: 3.125rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .donate-impact .impact-boxes {
    justify-content: space-between;
  }
}
.donate-impact .impact-boxes .box {
  height: 300px;
  width: 85%;
  max-width: 600px;
  display: flex;
  margin-top: 3.125rem;
  flex-flow: row nowrap;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box {
    height: 260px;
    width: 100%;
  }
  .donate-impact .impact-boxes .box:last-child {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .donate-impact .impact-boxes .box {
    width: 45%;
  }
  .donate-impact .impact-boxes .box:nth-child(2n-1) {
    margin-right: 4%;
  }
}
.donate-impact .impact-boxes .box:last-child {
  flex-flow: row wrap;
  align-items: center;
}
.donate-impact .impact-boxes .box:last-child p {
  padding: 0;
  color: white;
  font-size: 1.25rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.donate-impact .impact-boxes .box:last-child p:last-child {
  font-size: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box:last-child p {
    padding: 1.1em;
    margin: 0 auto;
  }
}
.donate-impact .impact-boxes .box:last-child img {
  margin: 0;
  clip-path: circle(30px at center);
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box:last-child img {
    display: block !important;
    margin: 0 auto;
  }
}
.donate-impact .impact-boxes .box span {
  height: 4.25rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #a49369;
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box span {
    font-size: 1.25rem;
  }
}
.donate-impact .impact-boxes .box span:first-child {
  text-align: center;
}
.donate-impact .impact-boxes .box span:last-child {
  background-color: white;
  color: #333;
  font-size: 0.9375rem;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box span:last-child {
    font-size: 0.75rem;
  }
}
.donate-impact .impact-boxes .box i.freq {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 0.875rem;
  font-style: normal;
}
@media screen and (max-width: 39.9375em) {
  .donate-impact .impact-boxes .box i.freq {
    font-size: 0.625rem;
    font-weight: normal;
  }
}

#donate-top {
  margin: 0 0 2.5rem;
}
#donate-top .donate-form {
  padding: 4.375rem 2.5rem;
  height: 28.125rem;
}
#donate-top .donate-form h2, #donate-top .donate-form h3 {
  color: white;
}
#donate-top .donate-form h2 {
  font-size: 3rem;
}
#donate-top .donate-form h3 {
  margin-top: 1.875rem;
  font-size: 1.875rem;
}
#donate-top .donate-form form {
  margin-top: 1.25rem;
}
#donate-top .donate-form form .donation-field,
#donate-top .donate-form form input[type=tel],
#donate-top .donate-form form select {
  display: inline-block;
  height: 3.75rem;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#donate-top .donate-form form .donation-field {
  margin-bottom: 0.88889em;
}
@media screen and (max-width: 39.9375em) {
  #donate-top .donate-form form .donation-field {
    width: 100%;
  }
}
#donate-top .donate-form form input[type=tel] {
  width: 12.5rem;
  margin-right: 2.5rem;
  font-size: 30px;
  text-align: center;
}
#donate-top .donate-form form .dollar {
  position: absolute;
  margin-top: 16px;
  margin-left: 10px;
  font-size: 30px;
}
#donate-top .donate-form form select {
  background-position-x: 95%;
  width: 16.25rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  vertical-align: top;
}
#donate-top .donate-form form input.button {
  display: block;
  margin-top: 1.25rem;
  padding: 1.25rem 5rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #donate-top .donate-form {
    background-size: cover;
  }
}
@media screen and (max-width: 39.9375em) {
  #donate-top .donate-form {
    padding: 2.5rem 1.25rem;
  }
  #donate-top .donate-form form input[type=tel],
#donate-top .donate-form form select {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #donate-top .donate-form h2 {
    font-size: 2.25rem;
  }
  #donate-top .donate-form h3 {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}
#donate-top .sub-grids {
  margin: 0;
}
#donate-top .sub-grids li {
  padding: 0;
  height: 224px;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 0;
}
#donate-top .sub-grids li:nth-child(2n+2) {
  border-right: 0;
}
#donate-top .sub-grids li:nth-child(3), #donate-top .sub-grids li:nth-child(4) {
  border-bottom: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #donate-top .sub-grids li {
    border-bottom: 0;
  }
  #donate-top .sub-grids li:nth-child(2n+2) {
    border-right: 1px solid #e6e6e6;
  }
  #donate-top .sub-grids li:last-child {
    border-right: 0;
  }
  #donate-top .sub-grids li h2 {
    font-size: 2.25rem;
  }
  #donate-top .sub-grids li h2 span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  #donate-top .sub-grids li {
    height: 150px;
  }
  #donate-top .sub-grids li h2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #donate-top .sub-grids li h2 span {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  #donate-top .sub-grids li .donate-icons {
    margin-top: 0;
  }
}
#donate-top .sub-grids li a {
  display: block;
  padding: 2.5rem 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#donate-top .sub-grids li a:hover span {
  color: white;
}
#donate-top .sub-grids li a .mini {
  color: gray;
  font-size: 0.75rem;
  position: absolute;
  top: 88%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media screen and (max-width: 39.9375em) {
  #donate-top .sub-grids li a .mini {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #donate-top .sub-grids {
    border-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #donate-top .sub-grids {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin: 0;
    border-width: 0 0 1px;
  }
}
@media screen and (max-width: 500px) and (min-width: 40em) {
  #donate-top .sub-grids {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 500px) {
  #donate-top .sub-grids:last-child:not(:first-child) {
    float: right;
  }
}
@media screen and (max-width: 500px) {
  #donate-top .sub-grids li {
    border: 1px solid #e6e6e6;
    border-width: 0 1px 1px 0;
    height: 180px;
  }
  #donate-top .sub-grids li:nth-child(2n+2) {
    border-right: 0;
  }
  #donate-top .sub-grids li:nth-child(3), #donate-top .sub-grids li:nth-child(4) {
    border-bottom: 0;
  }
}

.donation__preview {
  margin-bottom: 2em;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.donation__preview h5 {
  margin: 0;
  padding: 0.5em 1em;
  background: #ddd;
  border-radius: 3px 3px 0 0;
}
.donation__preview div.row {
  padding: 0.6em;
}
.donation__preview div.row:nth-child(odd) {
  background-color: #efefef;
}
.donation__preview strong {
  display: block;
  font-size: 0.75em;
}
.donation__preview p {
  margin: 0;
  line-height: 1;
}

.reveal-modal h2 {
  font-size: 1.2rem;
}
.reveal-modal ul,
.reveal-modal p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.6;
}

body.sub-pages.form .grid-x.inner {
  margin-top: 1.8em;
}

.addthis_default_style {
  clear: both;
  padding-top: 20px;
  text-align: center;
}

.addthis_default_style > a {
  float: none !important;
}

[class*=img-grid-]:after,
[class*=img-grid-]:before {
  content: " ";
  display: table;
}

.img-grid {
  max-width: none;
  margin: 3.125rem 0 0;
  list-style: none;
}
.img-grid .medium-6 {
  height: 25rem;
}
.img-grid .medium-4 {
  height: 18.75rem;
}
.img-grid .large-3 {
  height: 15.625rem;
}
.img-grid li {
  padding: 0;
  position: relative;
  border-right: 1px solid white;
}
.img-grid li:last-child {
  border-right: none;
}
@media screen and (max-width: 39.9375em) {
  .img-grid li {
    margin-bottom: 1rem;
    border-right: none;
  }
}
.img-grid a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
}
.img-grid a:before {
  background: rgba(178, 34, 34, 0.6);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-grid a:hover:before {
  background: rgba(178, 34, 34, 0.2);
}
.img-grid a h2 {
  position: relative;
  top: 50%;
  padding: 0 1.875rem;
  color: white;
  line-height: 1.2;
  font-size: 1.875rem;
  font-family: "proxima-nova";
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.webp .img-grid a#new-york-hope-partners {
  background-image: url("../images/Donate-NYHP.gif");
}
.webp .img-grid a#young-philanthropists {
  background-image: url("../images/donate-young_philanthropists.webp");
}
.webp .img-grid a#gift-catalog {
  background-image: url("../images/Donate-gift.webp");
}
.webp .img-grid a#fundraise-mission {
  background-image: url("../images/Donate-raisefunds.webp");
}
.webp .img-grid a#church-partnerships {
  background-image: url("../images/donate-church_partnerships.webp");
}
.webp .img-grid a#corporate-partnerships {
  background-image: url("../images/Donate-corporate.webp");
}
.webp .img-grid a#special-events {
  background-image: url("../images/donate-fundraise_for_the_mission.webp");
}
.webp .img-grid a#red-door-giving {
  background-image: url("../images/donate-red_door_giving_society.webp");
}
.webp .img-grid a#women-of-impact {
  background-image: url("../images/donate-women_of_impact.webp");
}

.no-webp .img-grid a#new-york-hope-partners,
.no-js .img-grid a#new-york-hope-partners {
  background-image: url("../images/Donate-NYHP.gif");
}
.no-webp .img-grid a#young-philanthropists,
.no-js .img-grid a#young-philanthropists {
  background-image: url("../images/donate-young_philanthropists.jpg");
}
.no-webp .img-grid a#gift-catalog,
.no-js .img-grid a#gift-catalog {
  background-image: url("../images/Donate-gift.jpg");
}
.no-webp .img-grid a#fundraise-mission,
.no-js .img-grid a#fundraise-mission {
  background-image: url("../images/Donate-raisefunds.jpg");
}
.no-webp .img-grid a#church-partnerships,
.no-js .img-grid a#church-partnerships {
  background-image: url("../images/donate-church_partnerships.jpg");
}
.no-webp .img-grid a#corporate-partnerships,
.no-js .img-grid a#corporate-partnerships {
  background-image: url("../images/Donate-corporate.jpg");
}
.no-webp .img-grid a#special-events,
.no-js .img-grid a#special-events {
  background-image: url("../images/donate-fundraise_for_the_mission.jpg");
}
.no-webp .img-grid a#red-door-giving,
.no-js .img-grid a#red-door-giving {
  background-image: url("../images/donate-red_door_giving_society.jpg");
}
.no-webp .img-grid a#women-of-impact,
.no-js .img-grid a#women-of-impact {
  background-image: url("../images/donate-women_of_impact.jpg");
}

.gift-amount-widget .ctrlHolder:last-child {
  float: left;
  margin-left: 1.1rem;
}
@media screen and (max-width: 39.9375em) {
  .gift-amount-widget .ctrlHolder:last-child {
    margin-left: 0;
  }
}
.gift-amount-widget ul.buttons {
  list-style-type: none;
}
.gift-amount-widget ul.buttons input[type=tel].focus {
  text-align: left;
  padding-left: 2rem;
}
.gift-amount-widget ul.buttons .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-transform: none;
  color: #333;
  background: transparent;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-out;
  outline: 0;
  height: 3.125rem;
  width: 80%;
  padding: 0.5rem 0.3125rem;
  font-size: 1.25rem;
  font-weight: normal !important;
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
[data-whatinput=mouse] .gift-amount-widget ul.buttons .button {
  outline: 0;
}
.gift-amount-widget ul.buttons .button.focus {
  background-color: #333;
  color: white;
  border-color: #333;
}
.gift-amount-widget ul.buttons .button.focus::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
.gift-amount-widget ul.buttons .button.focus:-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
.gift-amount-widget ul.buttons .button.focus::-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
.gift-amount-widget ul.buttons .button.focus:-ms-input-placeholder {
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  padding-left: 0;
  color: white;
}
.gift-amount-widget ul.buttons .button::-webkit-input-placeholder {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: left;
  padding-left: calc(50% - 20px - 10px);
  color: #333;
}
.gift-amount-widget ul.buttons .button:-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.gift-amount-widget ul.buttons .button::-moz-placeholder {
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #333;
}
.gift-amount-widget ul.buttons .button:-ms-input-placeholder {
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #333;
}
@media screen and (max-width: 39.9375em) {
  .gift-amount-widget ul.buttons .button {
    font-size: 1rem;
  }
}
.gift-amount-widget ul.buttons small {
  display: block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .gift-amount-widget ul.buttons li:nth-child(1n+1) {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .gift-amount-widget ul.buttons > li {
    padding: 0;
  }
}
.gift-amount-widget .dollar-sign {
  margin-top: 9px;
  margin-left: -12px;
  font-weight: normal;
  font-size: 1.25rem;
}

.form form select,
.form form input[type=text],
.form form input[type=tel],
.form form textarea {
  height: 2.5rem;
  padding: 0.42rem 0.8em;
  background-color: white;
  border: 1px solid #c1c1c1;
  border-radius: 6px;
  box-shadow: none;
}
@media print, screen and (min-width: 40em) {
  .form form .flex-row {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 39.9375em) {
  .form form fieldset {
    padding-left: 0;
    padding-right: 0;
  }
}

.frequency-widget .ctrlHolder.checkbox,
.frequency-label {
  display: block;
  margin-left: 1.1em;
}

.frequency-label {
  margin: 25px 20px 10px;
  padding-top: 5px;
}

.donation-impact {
  padding: 2rem 1rem;
  background-color: rgba(193, 193, 193, 0.35);
  font-weight: bold;
  font-family: "proxima-nova", "Open Sans", Georgia, serif;
  font-size: 1.375rem;
  transition: none;
}
.donation-impact.highlighted {
  background-color: rgba(193, 193, 193, 0.7);
}

.frequency-message {
  padding: 1.25rem 3.125rem;
  background-color: #e4e4e4;
  background-color: rgba(193, 193, 193, 0.35);
}
.frequency-message p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.frequency-message strong {
  display: block;
  color: #b22222;
  font-weight: 100;
  font-size: 1.75rem;
  font-family: "adobe-caslon-pro";
}
@media screen and (max-width: 39.9375em) {
  .frequency-message {
    margin-top: 0.625rem;
    padding: 0.625rem 0.75rem;
  }
  .frequency-message strong {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 40em) {
  .card-images {
    margin-top: 34px;
  }
  .card-images.no-margin {
    margin-top: 0;
  }
}
.card-images img {
  width: 34px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.35;
}
.card-images img.active {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.cvv-img {
  padding-left: 0;
}
.cvv-img img {
  margin-top: 9px;
}
@media screen and (max-width: 39.9375em) {
  .cvv-img img {
    margin-top: 23px;
  }
}

/* ===TEAM RAISER=== */
.dollar {
  position: absolute;
  margin-top: 8px;
  margin-left: 10px;
}

#goal-amount {
  padding-left: 20px;
}

.tr__register #content {
  background: url("/static/images/bowery.jpg") no-repeat top center;
  background-size: cover;
  -webkit-transition: all, 0.5s, ease-in-out;
  -moz-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
}
@media screen and (max-width: 39.9375em) {
  .tr__register #content {
    background: none;
    background-size: inherit;
  }
}
.tr__register .tr__r-pane {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 39.9375em) {
  .tr__register .tr__r-pane {
    background: none;
  }
}
.tr__register .tr__r-pic {
  margin-bottom: 20px;
}
.tr__register label, .tr__register .help {
  display: inline-block;
  vertical-align: baseline;
}
.tr__register .help {
  margin-left: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 39.9375em) {
  .tr__register label, .tr__register .help {
    display: block;
  }
  .tr__register .help {
    margin-left: 0;
    margin-top: 0px !important;
  }
}

.tr__personal .tr__p-title {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 3.125rem;
  padding-bottom: 2.5rem;
}
.tr__personal .tr__p-blurb {
  font-family: "Vollkorn";
  font-size: 1.6875rem;
  font-style: italic;
  line-height: 1.6;
}
.tr__personal .tr__p-heading {
  margin-top: 0;
  margin-bottom: 1.875rem;
}
.tr__personal .tr__p-form {
  background-color: #fcfcfc;
  border: 1px solid whitesmoke;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.9375rem 0;
}

/* ===CONTACT US=== */
.contact-us fieldset {
  padding: 0;
}
.contact-us fieldset > .row {
  margin-bottom: 1rem;
}
.contact-us input {
  margin-bottom: 0;
}
.contact-us textarea {
  min-height: 150px;
  width: 100% !important;
  resize: vertical;
  overflow: auto;
  margin-bottom: 0;
}

/* ===PRIVACY ALERT=== */
.privacy-alert {
  display: none;
  justify-content: center;
  width: 100%;
  position: fixed;
  padding: 10px 0;
  left: 0;
  bottom: 0;
  font-size: 15px;
  background-color: #ddd;
  box-shadow: 0 0px 4px 0 #999;
  z-index: 9999;
}

.privacy-alert.show {
  display: flex;
}

.privacy-text {
  padding: 0 4px;
  margin: 0;
  margin-right: 20px;
  width: calc(100% - 44px);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

.privacy-text a {
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  font-weight: 600;
}

.privacy-close {
  cursor: pointer;
  width: 60px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 0;
  margin-top: 4px;
}
@media screen and (max-width: 39.9375em) {
  .privacy-close {
    right: 0;
  }
}

.privacy-close:before,
.privacy-close:after {
  position: absolute;
  content: " ";
  height: 1.5rem;
  width: 0.125rem;
  background-color: #222;
  right: 20px;
  top: calc(50% - .75rem);
}

.privacy-close:before {
  height: 18px;
  width: 2px;
  margin-left: 12px;
  transform: rotate(45deg);
  z-index: 1;
}

.privacy-close:after {
  height: 18px;
  width: 2px;
  transform: rotate(-45deg);
  z-index: 2;
}

/* ===SEARCH RESULTS=== */
.pagination-search {
  margin: 1.25rem 0 2.5rem;
}
.pagination-search.first {
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.625rem;
}

.results {
  margin-bottom: 2.5rem;
}
.results .result {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #ddd;
}

.plugin_video {
  margin: 1.4em 0 0.5em;
}
.plugin_video.left {
  float: left !important;
  margin-right: 2rem;
}
.plugin_video.right {
  float: right !important;
  margin-left: 2rem;
}
.plugin_video.center {
  width: 100%;
  text-align: center;
}
.plugin_video.mobile-vid {
  float: none;
  margin-right: 0;
  min-width: 100% !important;
  min-height: auto !important;
}
.plugin_video.mobile-vid .video-js {
  max-width: 100%;
  height: auto !important;
}
.plugin_video.mobile-vid .video-js {
  margin: 0 auto;
}
.plugin_video.mobile-vid.theater {
  margin: 30px 0 10px;
}
.plugin_video.mobile-vid.theater video {
  position: inherit;
  display: block;
  width: 100%;
  height: auto;
}
.plugin_video.mobile-vid.theater .fluid-width-video-wrapper {
  height: auto;
  padding-top: inherit;
}
@media (min-width: 481px) {
  .plugin_video.mobile-vid.theater .fluid-width-video-wrapper {
    padding-top: 0 !important;
    height: calc(100vh - 75px);
  }
}
@media (min-width: 1024px) {
  .plugin_video.mobile-vid.theater .fluid-width-video-wrapper {
    height: calc(100vh - 146px);
  }
}
.plugin_video.mobile-vid.overflow-below {
  width: 100%;
}
.plugin_video.mobile-vid.full-bleed {
  width: calc(100% + (0.833333rem * 2));
  margin-left: -0.833333rem !important;
}
@media (min-width: 1170px) {
  .plugin_video.mobile-vid.full-bleed {
    padding-left: 2rem;
    padding-right: 2rem;
    width: calc(100% + ((100vw - 65rem) + 1.66666rem));
    margin-left: calc(((-100vw + 65rem) / 2) - .83333rem) !important;
    background-color: #000;
  }
}
@media (min-width: 1299.9996px) {
  .plugin_video.mobile-vid.full-bleed {
    width: calc(100% + 8.888888rem);
    margin-left: -4.444444rem !important;
  }
}

body.has-donation-popup:after {
  content: "";
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.donation-widget {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 1em 2em;
  min-width: 600px;
  border: solid white;
  border-width: 1.5em 0.5em 0.5em;
  pointer-events: none;
  opacity: 0;
  z-index: 101;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 14px 56px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 14px 56px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.donation-widget.is-visible {
  opacity: 1;
  pointer-events: all;
}

.donation-widget__close {
  position: absolute;
  top: -1.5em;
  right: 0;
  color: #333;
  cursor: pointer;
  font-size: 0.825em;
}

.donation-widget__close span {
  font-size: 1.2em;
  line-height: 0;
  position: relative;
  top: 2px;
}

.donation-widget__content {
  max-width: 65%;
}

.donation-widget__title {
  margin-bottom: 0.5em !important;
}

.donation-widget__content .double-button strong {
  font-size: 1.5em;
  line-height: 1;
}

.double-button {
  display: block;
  padding: 1em;
  width: 100%;
  text-transform: none;
}
.double-button > span {
  display: block;
}

.button--gray {
  background-color: #777;
}
.button--gray:hover {
  background-color: #999;
}

.popup-widget {
  position: fixed;
  bottom: 2em;
  right: 1em;
  max-width: 500px;
  max-height: 400px;
  padding: 1em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 14px 56px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.popup-widget.is-visible {
  opacity: 1;
  pointer-events: all;
}

.popup-widget.is-closed {
  max-width: 100px;
  max-height: 100px;
  text-align: center;
}

.popup-widget.is-closed .popup-widget__content {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.popup-widget__close {
  position: absolute;
  top: -12px;
  right: -12px;
  height: 30px;
  width: 30px;
  background-color: #333;
  border-radius: 50%;
  color: #fafafa;
  cursor: pointer;
  font-size: 24.75px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: background-color 0.25s ease, -moz-transform 0.25s ease;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.popup-widget__close:hover {
  background-color: #595959;
}

.popup-widget.is-closed .popup-widget__close {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-widget__content {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.popup-widget.has-icon .popup-widget__content {
  width: calc(100% - 4em);
}

.popup-widget__title {
  margin-top: 0;
  margin-bottom: 0.5em !important;
}

.popup-widget__content p {
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

.popup-widget form input[type=text],
.popup-widget form input[type=email],
.popup-widget form input[type=number] {
  width: 48%;
  display: inline-block;
}

.popup-widget form input[type=number] {
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
}

.popup-widget .button {
  margin-bottom: 0;
}

.popup-widget__content,
.popup-widget__icon {
  display: inline-block;
  vertical-align: top;
}

.popup-widget__icon {
  height: 40px;
  width: 40px;
  max-width: 40px;
  margin-left: 1em;
}

.popup-widget.is-closed .popup-widget__icon {
  margin-top: 10px;
  margin-left: 0;
}

/* ===REFRESH TEMPLATE=== */
.section .background-decoration {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  content: "";
  right: 0;
  bottom: -1px;
  background-repeat: no-repeat;
  background-position: center;
}

.section-title,
.section-next {
  display: flex;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-size: cover;
}
.section-title .section-copy h1,
.section-title .section-copy h2,
.section-title .section-copy h3,
.section-title .section-copy p,
.section-next .section-copy h1,
.section-next .section-copy h2,
.section-next .section-copy h3,
.section-next .section-copy p {
  padding: 0;
  margin: 0;
  color: white;
}
@media screen and (max-width: 39.9375em) {
  .section-title .section-copy h1,
.section-next .section-copy h1 {
    line-height: 1;
    padding-bottom: 0.875rem;
  }
}
.section-title .section-copy p,
.section-next .section-copy p {
  letter-spacing: 1px;
  text-transform: uppercase;
  font: 700 1.25rem/1.40625rem "proxima-nova", "Open Sans", Georgia, serif;
}

.section-title {
  min-height: 230px;
  margin-bottom: 0.75rem;
}

.section-next {
  min-height: 320px;
  margin-top: 3.125rem;
}
.section-next p {
  font-size: 1.0625rem !important;
  color: white;
}
.section-next .button {
  padding: 1rem 2.625rem;
  margin-top: 0.75rem;
  font-size: 1.1875rem;
}
@media screen and (max-width: 20em) {
  .section-next .button {
    padding: 0.875rem 1.25rem;
  }
}

.section-focus-text p {
  font-size: 1.5rem !important;
  font-family: "adobe-caslon-pro", "Open Sans";
  line-height: 2;
}
@media screen and (max-width: 39.9375em) {
  .section-focus-text p {
    line-height: 1.6;
  }
}

.section:empty {
  display: none;
}

.section-video {
  position: relative;
  margin: 3.125rem 0;
  z-index: 2;
}
.section-video .gold-background {
  position: absolute;
  top: 50%;
  height: 240px;
  width: 100%;
  margin-top: -120px;
  z-index: -1;
}
@media print, screen and (min-width: 64em) {
  .section-video .gold-background {
    background-color: #a49369;
  }
}
.section-video .gold-background:before {
  content: "";
  position: absolute;
  height: 115%;
  width: 100%;
  bottom: -1px;
  right: 0;
}
@media print, screen and (min-width: 64em) {
  .section-video .gold-background:before {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: 3% center;
  }
}
.section-video iframe {
  -webkit-box-shadow: 0 28px 17px -10px #ddd;
  -moz-box-shadow: 0 28px 17px -10px #ddd;
  box-shadow: 0 28px 17px -10px #ddd;
}

@media print, screen and (min-width: 64em) {
  .webp .section-video .gold-background:before {
    background-image: url("../../static/images/NYC-sketch-skyline-full-flipped-light.webp");
  }
}

@media print, screen and (min-width: 64em) {
  .no-webp .section-video .gold-background:before,
.no-js .section-video .gold-background:before {
    background-image: url("../../static/images/NYC-sketch-skyline-full-flipped-light.png");
  }
}

.section-refresh {
  padding: 3.125rem 0;
}
.section-refresh .section-copy h2.header-top {
  font-size: 1.8rem;
}
.section-refresh .section-copy h2:not(:first-child) {
  padding-top: 2rem;
  padding-bottom: 0;
}
.section-refresh .section-copy p a,
.section-refresh .section-copy p a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #b22222;
}
@media screen and (max-width: 39.9375em) {
  .section-refresh .circle {
    width: calc(100%);
  }
}

.slim-donation-form-background-image {
  background-image: url("https://tbm-media.s3.amazonaws.com/filer_public/ec/9f/ec9f658d-e726-4746-b839-694035f5eec9/ba_fy2020-125_1200.jpg");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-background-image {
    background: none;
  }
  .slim-donation-form-background-image > .grid-x > .small-12 {
    padding: 0;
  }
}

.slim-donation-form-background-image-thanksgiving {
  background-image: url("https://tbm-media.s3.amazonaws.com/images/thanksgiving-meal.jpg");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-background-image-thanksgiving {
    background: none;
  }
  .slim-donation-form-background-image-thanksgiving > .grid-x > .small-12 {
    padding: 0;
  }
}

.slim-donation-form-container {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.86);
  padding-left: 1.8333333333rem;
  padding-right: 1.8333333333rem;
  padding-top: 1.875rem;
  margin-top: 49px;
  max-width: 575px;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container {
    margin-top: 0;
  }
}
.slim-donation-form-container select[name="billing.address.state"] {
  padding-left: 25px !important;
  font-size: 18px;
}
.slim-donation-form-container div.billing-state {
  position: relative;
}
.slim-donation-form-container div.billing-state:before {
  content: "*";
  position: absolute;
  top: 16px;
  left: 19px;
  color: red;
  margin-right: 3px;
  font-size: 10px;
}
.slim-donation-form-container label.error {
  line-height: 1.1;
  margin-bottom: 8px;
  font-size: 16px !important;
  margin-top: -14px;
}
.slim-donation-form-container h1 {
  color: #b22222;
  margin-bottom: 30px;
  text-align: left !important;
  font-size: 2.1rem;
  line-height: 1.1;
  padding-right: 16px;
  padding-left: 16px;
}
.slim-donation-form-container .donate-success {
  padding-bottom: 1em;
}
.slim-donation-form-container .donate-success h1 {
  padding-left: 0;
  font-size: 3rem;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container .donate-success h1 {
    font-size: 2.4rem;
  }
}
.slim-donation-form-container > p {
  padding-right: 16px;
  padding-left: 16px;
}
.slim-donation-form-container .donate-form-slim fieldset > .grid-x > div,
.slim-donation-form-container .donate-form-slim .credit-card-info-fieldset > .grid-x > div {
  position: relative;
}
.slim-donation-form-container .donate-form-slim label:not(.error):not(.frequency) {
  position: absolute;
  top: 7px;
  left: 16px;
  font-size: 18px;
}
.slim-donation-form-container .donate-form-slim label.labelUp:not(.error):not(.frequency) {
  top: -2px;
  font-size: 12px;
}
.slim-donation-form-container .donate-form-slim .tribute-slim label {
  position: inherit !important;
}
.slim-donation-form-container .gift-amount-widget ul.buttons .button {
  background: white;
}
.slim-donation-form-container .impact-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding-right: 3em;
  padding-top: 10px;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container .impact-container {
    justify-content: center;
    padding-right: 0;
    flex-flow: column nowrap;
  }
}
.slim-donation-form-container .impact-container p {
  flex: 0 1 140px;
  font-size: 14px;
  padding-right: 6px;
  text-align: right;
  line-height: 1.4;
  color: #b22222;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container .impact-container p {
    flex: 0 1 100%;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
}
.slim-donation-form-container .impact-container img {
  width: 40px;
}
.slim-donation-form-container .dollar-sign {
  background: #e9ecef;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 50px;
  margin-top: 0px;
  line-height: 46px;
  color: #616161;
  padding: 1px 10px 0;
  margin-left: 0px !important;
  border: 1px solid #c1c1c1;
}
.slim-donation-form-container fieldset {
  padding: 0;
}
.slim-donation-form-container .frequency-widget {
  padding: 0;
  margin: 0;
}
.slim-donation-form-container .frequency-label {
  display: none;
}
.slim-donation-form-container .freq {
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 10px;
}
.slim-donation-form-container input[type=radio] {
  display: none;
}
.slim-donation-form-container input[type=radio] + label {
  width: 100%;
  height: 54px;
  margin: 0;
  line-height: 54px;
  border-radius: 8px;
  text-transform: none;
  font-size: 20px;
  font-weight: normal !important;
  background: #fff;
  border: 1px solid #c1c1c1;
  color: #333;
  text-align: center;
}
.slim-donation-form-container input[type=radio]:checked + label,
.slim-donation-form-container .gift-amount-widget ul.buttons .button.focus {
  background-color: #b22222;
  color: white;
  border: 1px solid #b22222;
}
.slim-donation-form-container .gift-amount-widget ul.buttons .button {
  width: calc(100% - 20px);
}
.slim-donation-form-container .card-images {
  position: absolute !important;
  right: 10px;
  margin-top: -20px;
  text-align: right;
  max-width: 50%;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container .card-images {
    position: inherit !important;
    right: auto;
    margin-top: -8px;
    margin-bottom: 26px;
    text-align: left;
    max-width: none;
  }
}
.slim-donation-form-container .cvv-img img {
  margin-top: -10px;
}
@media screen and (max-width: 39.9375em) {
  .slim-donation-form-container .cvv-img img {
    margin-top: 14px;
  }
}
.slim-donation-form-container .honorBox {
  background: #c7c7c7;
  border-radius: 8px;
  padding: 24px !important;
}
.slim-donation-form-container .honorBox label {
  font-size: 17px;
  display: inline;
  margin-right: 0;
  top: auto !important;
  left: auto !important;
}
.slim-donation-form-container .gift-amount {
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  padding: 0 !important;
  margin-top: 40px;
}
.slim-donation-form-container input[name=submit] {
  margin: 0 auto 2em;
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 250px;
}
.slim-donation-form-container .footerText {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* ===MEDIA QUERIES=== */
@media only screen and (max-width: 20em) {
  .icon-grid {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 20em) and (min-width: 40em) {
  .icon-grid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (max-width: 20em) {
  .icon-grid:last-child:not(:first-child) {
    float: right;
  }
}
@media only screen and (max-width: 20em) {
  #programs ul, #volunteer ul {
    margin: 1.25rem 0;
  }
}
@media only screen and (max-width: 30em) {
  .info {
    text-align: left;
  }
}
/* Define mobile styles */
@media screen and (max-width: 39.9375em) {
  .button {
    width: 100% !important;
  }

  #programs .box,
#volunteer .box {
    margin-right: 0;
    margin-bottom: 1.25rem;
    padding: 12% 6%;
    background-position: center;
  }
  #programs ul,
#volunteer ul {
    margin: 0.9375rem 0 0.625rem;
  }
  #programs ul li,
#volunteer ul li {
    line-height: 1;
  }
  #programs ul img,
#volunteer ul img {
    margin-bottom: 0.375rem;
  }
}
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* min-width 641px, medium screens */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 64.063em) {
  .page-wrap header #logo {
    margin: 1.375rem 0;
  }

  .page-wrap footer menu {
    -webkit-column-count: 0;
    -moz-column-count: 0;
    column-count: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .page-sep {
    margin: 5rem 0 6.25rem;
  }

  .info {
    padding: 5rem 0 0;
  }

  #programs ul, #volunteer ul {
    margin: 2.5rem 0 1.875rem;
  }

  #programs {
    margin-bottom: 0;
  }

  #updates {
    margin-bottom: 0;
    padding-right: 3.125rem;
  }

  #meal {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media only screen and (min-width: 64.063em) and (min-width: 40em) {
  #meal {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #meal:last-child:not(:first-child) {
    float: right;
  }
}
/* min-width 1025px, large screens */
/* Outdated Browser Modal */
#outdatedBrowserModal {
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}