@charset "UTF-8";
/*  ==========================================================================
    Import Core Files
    ========================================================================== */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button:not(.cursor-not-allowed)[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  zoom: 1;
  max-width: 700px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container.primary {
  max-width: 760px;
}
.container.padded {
  padding: 1em 0;
}

.grid {
  border: none;
  margin-left: -30px;
}
.grid.tight-grid {
  margin-left: -15px;
}
.grid.no-spacing {
  margin-left: 0;
}
.grid-padding-10 {
  padding: 10px;
}

.grid-unit {
  width: 100%;
  padding-left: 30px;
  float: left;
}
.grid-unit.centered {
  margin: 0 auto;
  float: none;
}
.tight-grid .grid-unit {
  padding-left: 15px;
}
.no-spacing .grid-unit {
  padding-left: 0;
}
.grid-unit--flex {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap-reverse;
  row-gap: 5px;
}
.grid-unit--border-top {
  border-top: 1px solid rgb(207.5, 215, 217.5);
}
.grid-unit--border-bottom {
  border-bottom: 1px solid rgb(207.5, 215, 217.5);
}
.grid-unit > .visibility-hidden {
  visibility: hidden;
}

/* Whole */
.mobile-whole {
  width: 100%;
}

/* Halves */
.mobile-one-half, .mobile-six-twelfths, .mobile-three-sixths, .mobile-two-quarters {
  width: 50%;
}

/* Thirds */
.mobile-one-third, .mobile-four-twelfths, .mobile-two-sixths {
  width: 33.33333%;
}

.mobile-two-thirds, .mobile-eight-twelfths, .mobile-four-sixths {
  width: 66.66666%;
}

/* Quarters */
.mobile-one-quarter, .mobile-three-twelfths {
  width: 25%;
}

.mobile-three-quarters, .mobile-nine-twelfths {
  width: 75%;
}

/* Fifths */
.mobile-one-fifth {
  width: 20%;
}

.mobile-two-fifths {
  width: 40%;
}

.mobile-three-fifths {
  width: 60%;
}

.mobile-four-fifths {
  width: 80%;
}

/* Sixths */
.mobile-one-sixth, .mobile-two-twelfths {
  width: 16.66666%;
}

.mobile-five-sixths, .mobile-ten-twelfths {
  width: 83.33333%;
}

/* Twelfths */
.mobile-one-twelfth {
  width: 8.33333%;
}

.mobile-five-twelfths {
  width: 41.66666%;
}

.mobile-seven-twelfths {
  width: 58.33333%;
}

.mobile-eleven-twelfths {
  width: 91.66666%;
}

@media screen and (min-width: 480px) {
  /* Whole */
  .tablet-whole {
    width: 100%;
  }
  /* Halves */
  .tablet-one-half, .tablet-six-twelfths, .tablet-three-sixths, .tablet-two-quarters {
    width: 50%;
  }
  /* Thirds */
  .tablet-one-third, .tablet-four-twelfths, .tablet-two-sixths {
    width: 33.33333%;
  }
  .tablet-two-thirds, .tablet-eight-twelfths, .tablet-four-sixths {
    width: 66.66666%;
  }
  /* Quarters */
  .tablet-one-quarter, .tablet-three-twelfths {
    width: 25%;
  }
  .tablet-three-quarters, .tablet-nine-twelfths {
    width: 75%;
  }
  /* Fifths */
  .tablet-one-fifth {
    width: 20%;
  }
  .tablet-two-fifths {
    width: 40%;
  }
  .tablet-three-fifths {
    width: 60%;
  }
  .tablet-four-fifths {
    width: 80%;
  }
  /* Sixths */
  .tablet-one-sixth, .tablet-two-twelfths {
    width: 16.66666%;
  }
  .tablet-five-sixths, .tablet-ten-twelfths {
    width: 83.33333%;
  }
  /* Twelfths */
  .tablet-one-twelfth {
    width: 8.33333%;
  }
  .tablet-five-twelfths {
    width: 41.66666%;
  }
  .tablet-seven-twelfths {
    width: 58.33333%;
  }
  .tablet-eleven-twelfths {
    width: 91.66666%;
  }
}
@media screen and (min-width: 1025px) {
  .one-twelfth {
    width: 8.33333%;
  }
  .two-twelfths {
    width: 16.6666666667%;
  }
  .three-twelfths {
    width: 25%;
  }
  .four-twelfths {
    width: 33.3333333333%;
  }
  .five-twelfths {
    width: 41.6666666667%;
  }
  .six-twelfths {
    width: 50%;
  }
  .seven-twelfths {
    width: 58.3333333333%;
  }
  .eight-twelfths {
    width: 66.6666666667%;
  }
  .nine-twelfths {
    width: 75%;
  }
  .ten-twelfths {
    width: 83.3333333333%;
  }
  .eleven-twelfths {
    width: 91.6666666667%;
  }
  .whole {
    width: 100%;
    float: none;
    clear: both;
  }
  .grid-unit.push-left-one-twelfth {
    margin-left: 8.3333333333%;
  }
  .grid-unit.push-left-two-twelfths {
    margin-left: 16.6666666667%;
  }
  .grid-unit.push-left-three-twelfths {
    margin-left: 25%;
  }
  .grid-unit.push-left-four-twelfths {
    margin-left: 33.3333333333%;
  }
  .grid-unit.push-left-five-twelfths {
    margin-left: 41.6666666667%;
  }
  .grid-unit.push-left-six-twelfths {
    margin-left: 50%;
  }
  .grid-unit.push-right-one-twelfths {
    margin-right: 8.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  /* Whole */
  .super-whole {
    width: 100%;
  }
  /* Halves */
  .super-one-half, .super-six-twelfths, .super-three-sixths, .super-two-quarters {
    width: 50%;
  }
  /* Thirds */
  .super-one-third, .super-four-twelfths, .super-two-sixths {
    width: 33.33333%;
  }
  .super-two-thirds, .super-eight-twelfths, .super-four-sixths {
    width: 66.66666%;
  }
  /* Quarters */
  .super-one-quarter, .super-three-twelfths {
    width: 25%;
  }
  .super-three-quarters, .super-nine-twelfths {
    width: 75%;
  }
  /* Fifths */
  .super-one-fifth {
    width: 20%;
  }
  .super-two-fifths {
    width: 40%;
  }
  .super-three-fifths {
    width: 60%;
  }
  .super-four-fifths {
    width: 80%;
  }
  /* Sixths */
  .super-one-sixth, .super-two-twelfths {
    width: 16.66666%;
  }
  .super-five-sixths, .super-ten-twelfths {
    width: 83.33333%;
  }
  /* Twelfths */
  .super-one-twelfth {
    width: 8.33333%;
  }
  .super-five-twelfths {
    width: 41.66666%;
  }
  .super-seven-twelfths {
    width: 58.33333%;
  }
  .super-eleven-twelfths {
    width: 91.66666%;
  }
}
.lt-ie9 .one-twelfth {
  width: 8.33333%;
}
.lt-ie9 .two-twelfths {
  width: 16.6666666667%;
}
.lt-ie9 .three-twelfths {
  width: 25%;
}
.lt-ie9 .four-twelfths {
  width: 33.3333333333%;
}
.lt-ie9 .five-twelfths {
  width: 41.6666666667%;
}
.lt-ie9 .six-twelfths {
  width: 50%;
}
.lt-ie9 .seven-twelfths {
  width: 58.3333333333%;
}
.lt-ie9 .eight-twelfths {
  width: 66.6666666667%;
}
.lt-ie9 .nine-twelfths {
  width: 75%;
}
.lt-ie9 .ten-twelfths {
  width: 83.3333333333%;
}
.lt-ie9 .eleven-twelfths {
  width: 91.6666666667%;
}
.lt-ie9 .whole {
  width: 100%;
  float: none;
  clear: both;
}

@media print {
  .one-twelfth {
    width: 8.33333%;
  }
  .two-twelfths {
    width: 16.6666666667%;
  }
  .three-twelfths {
    width: 25%;
  }
  .four-twelfths {
    width: 33.3333333333%;
  }
  .five-twelfths {
    width: 41.6666666667%;
  }
  .six-twelfths {
    width: 50%;
  }
  .seven-twelfths {
    width: 58.3333333333%;
  }
  .eight-twelfths {
    width: 66.6666666667%;
  }
  .nine-twelfths {
    width: 75%;
  }
  .ten-twelfths {
    width: 83.3333333333%;
  }
  .eleven-twelfths {
    width: 91.6666666667%;
  }
  .whole {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  a[href^="#"]:after,
  .hide-print-link:after {
    content: "" !important;
  }
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  body {
    width: 100%;
    font-size: 12px;
    color: #000;
    background: #fff;
  }
  .print-only {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  .print-full {
    width: 100% !important;
    height: 100%;
  }
}
.ui-modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 320px;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ui-modal-container .close-modal-icon {
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  cursor: pointer;
}
.ui-modal-container button.close-modal-icon {
  background-color: #f1f5f7;
  line-height: normal;
  padding: 0.25em;
}
.ui-modal-container .reset-email-modal {
  width: 700px;
}
.ui-modal-container .ui-modal-content {
  display: block;
  visibility: visible;
}
.ui-modal-container .ui-modal-content.abandoned-gift-preview-modal {
  padding: 5px;
}
.ui-modal-container .overflow-auto {
  overflow: auto;
}
.ui-modal-container .max-height-90 {
  max-height: 90vh;
}
.ui-modal-container.modal-pinned {
  top: 1em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ui-modal-container.auto-width {
  min-width: 0;
}
.ui-modal-container.show-modal {
  z-index: 1003;
  filter: alpha(opacity=100);
  opacity: 1;
}
.ui-modal-container.show-modal + .ui-modal-background {
  zoom: 1;
  z-index: 1000;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.ui-modal-container.show-modal.light-bg + .ui-modal-background {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ui-modal-container.show-modal .ui-modal-content {
  z-index: 0;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.ui-modal-container.no-bg + .ui-modal-background {
  filter: alpha(opacity=0);
  opacity: 0;
}
.no-csstransforms .ui-modal-container {
  display: none;
  filter: none;
}
.no-csstransforms .ui-modal-container.show-modal {
  display: block;
  filter: none;
}
.no-csstransforms .ui-modal-container.show-modal + .ui-modal-background {
  display: block;
  filter: none;
}
.ui-modal-container #ca-modal {
  max-width: 440px;
}
.ui-modal-container #fraud-modal {
  max-width: 440px;
}

.ui-modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.no-csstransforms .ui-modal-background {
  display: none;
  zoom: 1;
}

.ui-modal-content {
  display: none;
  visibility: hidden;
  background-color: #fff;
  z-index: -1;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.modal-centered .ui-modal-content {
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transform: translateY(20%);
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.modal-pinned .ui-modal-content {
  -moz-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
.ui-modal-content .select-field .field-label {
  display: inline-block;
}

.ui-modal-title-bar {
  padding: 1em;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.ui-modal-title-bar .ui-modal-title {
  margin: 0;
  color: #fff;
  font-size: 1.125em;
}
.ui-modal-title-bar .close-modal-icon {
  color: #fff;
}

.ui-modal-message {
  padding: 2em;
}
.ui-modal-message-event-upgrade {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ui-modal-message-event-upgrade p {
  max-width: 500px;
}
.ui-modal-message-event-upgrade .ui-modal-actions .ui-button {
  width: auto;
}
.ui-modal-message p {
  font-size: 1em;
}
.ui-modal-message p.decrease-font-size {
  font-size: 0.875em;
}
.ui-modal-message .ui-modal-heading-text {
  text-align: center;
  font-weight: 500;
}

.ui-modal-actions {
  padding-top: 0.5em;
  text-align: center;
}
.ui-modal-actions-event-upgrade {
  display: flex;
  gap: 5px;
}
.ui-modal-actions .ui-button {
  margin: 0.25em 0;
  width: 100%;
}

.ui-modal-inline-actions {
  position: relative;
  margin-top: 1rem;
  zoom: 1;
}
.ui-modal-inline-actions:before, .ui-modal-inline-actions:after {
  content: "";
  display: table;
}
.ui-modal-inline-actions:after {
  clear: both;
}
.ui-modal-inline-actions .center-vertically {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.ui-modal-inline-actions .ui-button {
  margin-left: 0.5rem;
  float: right;
}

.ui-modal-actions-preview {
  width: 411px;
  margin: 0.5em auto 0;
}

.ui-icon, [data-icon-after]:after, [data-icon-bold-before]:before, [data-icon]:before {
  font-family: "qgiv-icons";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ui-icon--x-twitter:before {
  content: "𝕏";
  font-weight: 600;
}

[data-icon]:before {
  content: attr(data-icon);
  margin-right: 0.75em;
}
[data-icon][data-icon-tight]:before {
  margin-right: 0.375em;
}

[data-icon-bold-before]:before {
  content: attr(data-icon-bold-before);
  margin-right: 0.75em;
  font-weight: 600;
}

[data-icon-after]:after {
  content: attr(data-icon-after);
  margin-left: 0.75em;
}
[data-icon-after][data-icon-tight]:after {
  margin-left: 0.375em;
}

a[data-icon],
a[data-icon-after] {
  text-decoration: none;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Reg-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Reg-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Reg-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-RegIt-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-RegIt-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-RegIt-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-RegIt-webfont.svg#ProximaNovaRgRegularIt") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Light-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Light-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Light-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Light-webfont.svg#ProximaNovaLtLight") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-LightIt-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-LightIt-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-LightIt-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-LightIt-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-LightIt-webfont.svg#ProximaNovaLtLightIt") format("svg");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Sbold-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Sbold-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-SboldIt-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-SboldIt-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-SboldIt-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-SboldIt-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-SboldIt-webfont.svg#ProximaNovaLtSemiboldIt") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Bold-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Bold-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Bold-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-BoldIt-webfont.eot");
  src: url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-BoldIt-webfont.eot?#iefix") format("embedded-opentype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-BoldIt-webfont.woff") format("woff"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-BoldIt-webfont.ttf") format("truetype"), url("https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-BoldIt-webfont.svg#ProximaNovaRgBoldIt") format("svg");
  font-weight: 700;
  font-style: italic;
}
/*
@font-face {
    font-family: 'Proxima Nova';
    src: url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Xbold-webfont.eot');
    src: url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Xbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Xbold-webfont.woff') format('woff'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Xbold-webfont.ttf') format('truetype'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-Xbold-webfont.svg#ProximaNovaThExtrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-XboldIt-webfont.eot');
    src: url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-XboldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-XboldIt-webfont.woff') format('woff'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-XboldIt-webfont.ttf') format('truetype'),
         url('https://52e29141bae6f63d0cbe-e1e1c989550cb2c1f12c1f18a85bcbd5.ssl.cf2.rackcdn.com/ProximaNova-XboldIt-webfont.svg#ProximaNovaThExtraboldIt') format('svg');
    font-weight: 800;
    font-style: italic;
}
*/
@font-face {
  font-family: "qgiv-icons";
  src: url("/resources/core/fonts/qgiv-icons.eot?-90vsym");
  src: url("/resources/core/fonts/qgiv-icons.eot?#iefix-90vsym") format("embedded-opentype"), url("/resources/core/fonts/qgiv-icons.woff?-90vsym") format("woff"), url("/resources/core/fonts/qgiv-icons.ttf?-90vsym") format("truetype"), url("/resources/core/fonts/qgiv-icons.svg?-90vsym#qgiv-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*  ==========================================================================
    SCSS Silent Classes
    ========================================================================== */
/*  ==========================================================================
    SCSS Variables
    ========================================================================== */
/*  ==========================================================================
    Global Classes
    ========================================================================== */
.cf, .grid, .ui-modal-content {
  zoom: 1;
}
.cf:before, .grid:before, .ui-modal-content:before, .cf:after, .grid:after, .ui-modal-content:after {
  content: "";
  display: table;
}
.cf:after, .grid:after, .ui-modal-content:after {
  clear: both;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-primary-color {
  background-color: #8c70c6;
}

.ui-secondary-color {
  background-color: #4dc7aa;
}

.ui-white-background {
  background-color: #ffffff;
}

.ui-border-primary-color {
  border-color: #47ab42;
}

.ui-success-color {
  background-color: #47ab42;
}

.ui-error-color {
  background-color: #d03424;
}

.ui-money-color {
  color: #0ab40a;
}

.ui-application-primary-color {
  background-color: #47ab42;
}

.ui-application-text-primary-color {
  color: #47ab42;
}

.bg-facebook {
  background-color: #1877f2;
}

.text-facebook {
  color: #1877f2;
}

.bg-twitter {
  background-color: #000000;
}

.text-twitter {
  color: #000000;
}

/*  ==========================================================================
    Global Styles
    ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  /* overflow hack to allow for iframe scrolling */
}
html.is-embedded {
  height: 100%;
  overflow: auto;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Proxima Nova, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #292a2c;
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  font-size: 0.9375em;
  letter-spacing: -0.01em;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
}

/*  ==========================================================================
    Modules
    ========================================================================== */
/*  Typography
        ========================================================================== */
.heading, .heading-epsilon, .heading-delta, .heading-gamma, .heading-beta, .heading-alpha {
  display: block;
  font-weight: bold;
  max-width: 100%;
}

.heading-alpha {
  font-size: 1.875em;
  font-weight: 500;
  margin: 0 0 0.5em;
  letter-spacing: -0.025em;
  text-align: center;
}

.heading-beta {
  font-size: 1.125em;
  margin: 0 0 0.75em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgb(233.1630434783, 234.5, 235.8369565217);
  letter-spacing: -0.01em;
}

.heading-gamma {
  font-size: 0.8125em;
  font-weight: normal;
  color: #4e5052;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}

.heading-delta {
  font-size: 1em;
  margin: 0.5em 0;
}

.heading-epsilon {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin: 0 0 0.75em;
}

.heading-zeta {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #415a69;
  margin: 0 0 0.5em;
}

/*  Content Styles
        ========================================================================== */
.content {
  padding: 1em;
}

.copy-light {
  color: #797c7f;
}

/*  Messaging
        ========================================================================== */
.ui-message-container {
  z-index: 100;
}
.ui-message-container.pinned {
  position: absolute;
  top: 2em;
  width: 100%;
}
.ui-message-container.bottom-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ui-message-container .ui-message {
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-message,
.ui-message-static {
  padding: 0.75em;
  margin-bottom: 1em;
  background-color: #8e9da5;
  color: #fff;
  position: relative;
  z-index: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* Striped Warning Message */
  /* Modifier to prevent message from being full-width of container */
}
.ui-message.success,
.ui-message-static.success {
  background-color: rgb(99.5063291139, 193.1772151899, 94.8227848101);
}
.ui-message.error,
.ui-message-static.error {
  background-color: rgb(223.2786885246, 85.8196721311, 71.7213114754);
}
.ui-message.urgent,
.ui-message-static.urgent {
  background-color: rgb(244.2307692308, 137.3076923077, 95.7692307692);
  background-color: rgba(241, 102, 48, 0.85);
}
.ui-message.alert,
.ui-message-static.alert {
  background-color: rgba(32, 53, 65, 0.5);
}
.ui-message.alert p,
.ui-message-static.alert p {
  font-weight: normal;
}
.ui-message.alert a.understated-link,
.ui-message-static.alert a.understated-link {
  text-decoration: underline;
  color: inherit;
}
.ui-message.dark,
.ui-message-static.dark {
  background-color: #546068;
}
.ui-message.secondary,
.ui-message-static.secondary {
  background-color: #415a69;
}
.ui-message.has-icon,
.ui-message-static.has-icon {
  -ms-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  display: flex;
}
.ui-message.has-icon .ui-icon, .ui-message.has-icon [data-icon]:before, .ui-message.has-icon [data-icon-bold-before]:before, .ui-message.has-icon [data-icon-after]:after,
.ui-message-static.has-icon .ui-icon,
.ui-message-static.has-icon [data-icon]:before,
.ui-message-static.has-icon [data-icon-bold-before]:before,
.ui-message-static.has-icon [data-icon-after]:after {
  margin-right: 0.5rem;
}
.ui-message.has-icon.hide-content, .ui-message.has-icon.print-only,
.ui-message-static.has-icon.hide-content,
.ui-message-static.has-icon.print-only {
  display: none;
}
.ui-message.striped-warning,
.ui-message-static.striped-warning {
  color: #203541;
  background: #ffd966;
  background: repeating-linear-gradient(-55deg, #ffd966, #ffd966 15px, rgb(255, 209.4, 71.4) 15px, rgb(255, 209.4, 71.4) 30px);
}
.ui-message--fit-content,
.ui-message-static--fit-content {
  width: fit-content;
}

/*  Buttons
        ========================================================================== */
.ui-button {
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.0625em;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ui-button:hover, .ui-button:focus {
  background-image: none;
}
.ui-button:active {
  -webkit-transition: none 1s ease-in-out;
  -moz-transition: none 1s ease-in-out;
  -o-transition: none 1s ease-in-out;
  transition: none 1s ease-in-out;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.ui-button[disabled] {
  background: #e4e8ea;
  color: #333;
}
.ui-button.ui-application-button {
  background-color: #e4e8ea;
  color: #333;
}
.ui-button.small-button {
  padding: 0.6em 0.75em;
}
.ui-button.large-button {
  padding: 1em 2em;
}
.ui-button.simple {
  background: #e4e8ea;
  color: #333;
}
.ui-button.full {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.ui-button.reverse-button {
  background-color: #ffffff;
  color: #999999;
  border: 2px solid #999999;
  text-shadow: none;
}

.edit-gift-button {
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
  background-color: #eeeeee;
  color: #292a2c;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/*  Footer
        ========================================================================== */
.colophon {
  text-align: center;
}

/*  Donation Confirmation
        ========================================================================== */
.recurring-details {
  line-height: 1.3em;
  text-transform: capitalize;
}

.gift-details .heading-gamma {
  font-weight: bold;
}

.info-block {
  border-top: 1px solid #999999;
  padding-top: 1em;
}

.sticky-buttons-container {
  max-width: 668px;
}

.sticky-buttons {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 1em 2em 0 0;
  height: 103px;
  z-index: 2;
  background-color: #ffffff;
}

.sticky-buttons p {
  font-size: 12px;
}

.sticky-buttons:before {
  content: "";
  display: block;
  position: fixed;
  bottom: 103px;
  width: 100%;
  height: 30px;
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

/*  Layout Helpers
        ========================================================================== */
.width-5 {
  width: 5%;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

.width-10-hard {
  width: 10px;
}

.width-20-hard {
  width: 20px;
}

.width-30-hard {
  width: 30px;
}

.width-40-hard {
  width: 40px;
}

.width-50-hard {
  width: 50px;
}

.width-60-hard {
  width: 60px;
}

.width-70-hard {
  width: 70px;
}

.width-80-hard {
  width: 80px;
}

.width-90-hard {
  width: 90px;
}

.width-100-hard {
  width: 100px;
}

.width-125-hard {
  width: 125px;
}

.width-150-hard {
  width: 150px;
}

.width-175-hard {
  width: 175px;
}

.width-200-hard {
  width: 200px;
}

.width-225-hard {
  width: 225px;
}

.width-250-hard {
  width: 250px;
}

.width-275-hard {
  width: 275px;
}

.width-300-hard {
  width: 300px;
}

.width-325-hard {
  width: 325px;
}

.width-350-hard {
  width: 350px;
}

.width-375-hard {
  width: 375px;
}

.width-400-hard {
  width: 400px;
}

.width-450-hard {
  width: 450px;
}

.width-500-hard {
  width: 500px;
}

.width-550-hard {
  width: 550px;
}

.width-600-hard {
  width: 600px;
}

.width-700-hard {
  width: 700px;
}

.width-800-hard {
  width: 800px;
}

.width-900-hard {
  width: 900px;
}

.width-1000-hard {
  width: 1000px;
}

/* Ex: Used on Award Badge to prevent Chosen Select from cutting off */
.min-height-100 {
  min-height: 100px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-325 {
  min-height: 325px;
}

.max-width-500-hard {
  max-width: 500px;
}

.max-height-100 {
  max-height: 100px;
}

/* Ex: used to limit the height of a modal */
.max-screen-height-70 {
  max-height: 70vh;
}

.max-screen-height-80 {
  max-height: 80vh;
}

.max-screen-height-90 {
  max-height: 90vh;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-float {
  clear: both;
}

.display-flow-root {
  display: flow-root;
}

.block-centered {
  margin: 0 auto;
}

.list-item {
  margin-bottom: 1.5em;
}

.fix-element {
  position: fixed;
}

/* Margin/Padding */
.no-margin {
  margin: 0;
}

.margin-quarter {
  margin: 0.25em;
}

.margin-half {
  margin: 0.5em;
}

.margin-1x {
  margin: 1em;
}

.margin-2x {
  margin: 2em;
}

.margin-3x {
  margin: 3em;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-quarter {
  margin-top: 0.25em;
}

.margin-top-half {
  margin-top: 0.5em;
}

.margin-top-1x {
  margin-top: 1em;
}

.margin-top-2x {
  margin-top: 2em;
}

.margin-top-3x {
  margin-top: 3em;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.margin-bottom-quarter {
  margin-bottom: 0.25em;
}

.margin-bottom-half {
  margin-bottom: 0.5em;
}

.margin-bottom-1x {
  margin-bottom: 1em;
}

.margin-bottom-2x {
  margin-bottom: 2em;
}

.margin-bottom-3x {
  margin-bottom: 3em;
}

.no-margin-right {
  margin-right: 0;
}

.margin-right-quarter {
  margin-right: 0.25em;
}

.margin-right-half {
  margin-right: 0.5em;
}

.margin-right-1x {
  margin-right: 1em;
}

.margin-right-2x {
  margin-right: 2em;
}

.margin-right-3x {
  margin-right: 3em;
}

.no-margin-left {
  margin-left: 0;
}

.margin-left-quarter {
  margin-left: 0.25em;
}

.margin-left-half {
  margin-left: 0.5em;
}

.margin-left-1x {
  margin-left: 1em;
}

.margin-left-2x {
  margin-left: 2em;
}

.margin-left-3x {
  margin-left: 3em;
}

.no-padding {
  padding: 0;
}

.padding-quarter {
  padding: 0.25em;
}

.padding-half {
  padding: 0.5em;
}

.padding-1x {
  padding: 1em;
}

.padding-2x {
  padding: 2em;
}

.padding-3x {
  padding: 3em;
}

.no-padding-top {
  padding-top: 0;
}

.padding-top-quarter {
  padding-top: 0.25em;
}

.padding-top-half {
  padding-top: 0.5em;
}

.padding-top-1x {
  padding-top: 1em;
}

.padding-top-2x {
  padding-top: 2em;
}

.padding-top-3x {
  padding-top: 3em;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-bottom-quarter {
  padding-bottom: 0.25em;
}

.padding-bottom-half {
  padding-bottom: 0.5em;
}

.padding-bottom-1x {
  padding-bottom: 1em;
}

.padding-bottom-2x {
  padding-bottom: 2em;
}

.padding-bottom-3x {
  padding-bottom: 3em;
}

.no-padding-right {
  padding-right: 0;
}

.padding-right-quarter {
  padding-right: 0.25em;
}

.padding-right-half {
  padding-right: 0.5em;
}

.padding-right-1x {
  padding-right: 1em;
}

.padding-right-2x {
  padding-right: 2em;
}

.padding-right-3x {
  padding-right: 3em;
}

.no-padding-left {
  padding-left: 0;
}

.padding-left-quarter {
  padding-left: 0.25em;
}

.padding-left-half {
  padding-left: 0.5em;
}

.padding-left-1x {
  padding-left: 1em;
}

.padding-left-2x {
  padding-left: 2em;
}

.padding-left-3x {
  padding-left: 3em;
}

/* Borders */
.no-border {
  border: none;
}

/* Text Formatting */
.font-family-courier-new {
  font-family: "Courier New", Courier, monospace;
}

.super-text {
  vertical-align: super;
  font-size: 0.5em;
}

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

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

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

.text-strikethrough-red {
  font-weight: normal;
  color: #d03424;
  text-decoration: line-through;
  padding: 0 0.25em;
}

.font-weight-normal {
  font-weight: normal;
}

.increase-font-size {
  font-size: 1.5em;
}

.giant-icon {
  font-size: 7em;
}

.help-link {
  cursor: help;
  text-decoration: none;
}

.plain-link {
  text-decoration: none;
}

.button-print-page {
  cursor: pointer;
}

.break-word {
  word-break: break-word;
}

.nowrap {
  white-space: nowrap;
}

/* Display */
.hide-content, .print-only {
  display: none;
}

.show-content {
  display: block;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.-flex-shrink--0 {
  flex-shrink: 0;
}

/* Overflow */
.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Vertical Align */
.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.hidden-offscreen {
  position: absolute;
  left: -9999px;
}

.transparent-background {
  background-color: transparent;
}

.fade-in-content {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fade-out-content {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.appearance-disabled {
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.appearance-disabled--opacity-half {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.appearance-configurable {
  border: 1px dashed rgb(186.3196721311, 189.5901639344, 190.6803278689);
}

/* Images */
.image-thumbnail {
  max-width: 200px;
}
.image-thumbnail.float-right {
  margin: 1em 0 1em 1em;
}
.image-thumbnail.float-left {
  margin: 1em 1em 1em 0;
}

@media screen and (min-width: 480px) {
  .tablet-text-center {
    text-align: center;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-show-content {
    display: block;
  }
  .tablet-hide-content {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .desktop-text-center {
    text-align: center;
  }
  .desktop-text-left {
    text-align: left;
  }
  .desktop-text-right {
    text-align: right;
  }
  .desktop-show-content {
    display: block;
  }
  .desktop-hide-content {
    display: none;
  }
}
.lt-ie9 .tablet-text-center {
  text-align: center;
}
.lt-ie9 .tablet-text-left {
  text-align: left;
}
.lt-ie9 .tablet-text-right {
  text-align: right;
}
.lt-ie9 .desktop-text-center {
  text-align: center;
}
.lt-ie9 .desktop-text-left {
  text-align: left;
}
.lt-ie9 .desktop-text-right {
  text-align: right;
}
.lt-ie9 .tablet-show-content {
  display: block;
}
.lt-ie9 .tablet-hide-content {
  display: none;
}
.lt-ie9 .desktop-show-content {
  display: block;
}
.lt-ie9 .desktop-hide-content {
  display: none;
}