@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;
}

.image-gallery .thumbnails, .grid {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.container {
  zoom: 1;
  max-width: 960px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.container.primary {
  max-width: 1020px;
}
.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%;
  }
}
/*  ==========================================================================
    Import Default Theme
    ========================================================================== */
.page-default-skin body {
  background-color: #c0c9ce;
}
.page-default-skin header {
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 999;
  margin: 0 0 50px;
  min-height: 100px;
}
.page-default-skin header h1 {
  letter-spacing: -0.05em;
  text-shadow: 0 1px 1px #fff;
  padding: 0.778em 0;
  font-size: 2.25em;
  margin: 0;
}
.is-mobile .page-default-skin header h1, .system-page .page-default-skin header h1 {
  font-size: 1.5em;
}

.qgiv-embed-container {
  max-width: none !important;
}

/*  ==========================================================================
    Import Variables from React App
    ========================================================================== */
/******************************************************************************
 * Layering
*******************************************************************************/
/******************************************************************************
 * Breakpoints
*******************************************************************************/
/******************************************************************************
 * Colors
*******************************************************************************/
/******************************************************************************
 * Sizes
*******************************************************************************/
/******************************************************************************
 * Typography
*******************************************************************************/
/******************************************************************************
 * Transitions/Animations/Easing
*******************************************************************************/
/******************************************************************************
 * CSS Custom Properties
*******************************************************************************/
/******************************************************************************
 * Background image urls
*******************************************************************************/
/* Background pattern from Toptal Subtle Patterns */
/*  ==========================================================================
    Import Loading Dots
    ========================================================================== */
.ui-loading-dots {
  animation: spinDots 1.1s infinite ease;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: scale(0.32);
}
.ui-loading-dots.light {
  animation: spinDotsLight 1.1s infinite ease;
}

@keyframes spinDots {
  0%, 100% {
    box-shadow: 0 -2.6rem 0 0 #66737d, 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2), 2.5rem 0 0 0 rgba(102, 115, 125, 0.2), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.2), 0 2.5rem 0 0 rgba(102, 115, 125, 0.2), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.2), -2.6rem 0 0 0 rgba(102, 115, 125, 0.5), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.7), 1.8rem -1.8rem 0 0 #66737d, 2.5rem 0 0 0 rgba(102, 115, 125, 0.2), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.2), 0 2.5rem 0 0 rgba(102, 115, 125, 0.2), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.2), -2.6rem 0 0 0 rgba(102, 115, 125, 0.2), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.5);
  }
  25% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.5), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.7), 2.5rem 0 0 0 #66737d, 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.2), 0 2.5rem 0 0 rgba(102, 115, 125, 0.2), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.2), -2.6rem 0 0 0 rgba(102, 115, 125, 0.2), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.2), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.5), 2.5rem 0 0 0 rgba(102, 115, 125, 0.7), 1.75rem 1.75rem 0 0 #66737d, 0 2.5rem 0 0 rgba(102, 115, 125, 0.2), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.2), -2.6rem 0 0 0 rgba(102, 115, 125, 0.2), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2);
  }
  50% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.2), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2), 2.5rem 0 0 0 rgba(102, 115, 125, 0.5), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.7), 0 2.5rem 0 0 #66737d, -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.2), -2.6rem 0 0 0 rgba(102, 115, 125, 0.2), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.2), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2), 2.5rem 0 0 0 rgba(102, 115, 125, 0.2), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.5), 0 2.5rem 0 0 rgba(102, 115, 125, 0.7), -1.8rem 1.8rem 0 0 #66737d, -2.6rem 0 0 0 rgba(102, 115, 125, 0.2), -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2);
  }
  75% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.2), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2), 2.5rem 0 0 0 rgba(102, 115, 125, 0.2), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.2), 0 2.5rem 0 0 rgba(102, 115, 125, 0.5), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.7), -2.6rem 0 0 0 #66737d, -1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(102, 115, 125, 0.2), 1.8rem -1.8rem 0 0 rgba(102, 115, 125, 0.2), 2.5rem 0 0 0 rgba(102, 115, 125, 0.2), 1.75rem 1.75rem 0 0 rgba(102, 115, 125, 0.2), 0 2.5rem 0 0 rgba(102, 115, 125, 0.2), -1.8rem 1.8rem 0 0 rgba(102, 115, 125, 0.5), -2.6rem 0 0 0 rgba(102, 115, 125, 0.7), -1.8rem -1.8rem 0 0 #66737d;
  }
}
@keyframes spinDotsLight {
  0%, 100% {
    box-shadow: 0 -2.6rem 0 0 #aab6bc, 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2), 2.5rem 0 0 0 rgba(170, 182, 188, 0.2), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.2), 0 2.5rem 0 0 rgba(170, 182, 188, 0.2), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.2), -2.6rem 0 0 0 rgba(170, 182, 188, 0.5), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.7), 1.8rem -1.8rem 0 0 #aab6bc, 2.5rem 0 0 0 rgba(170, 182, 188, 0.2), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.2), 0 2.5rem 0 0 rgba(170, 182, 188, 0.2), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.2), -2.6rem 0 0 0 rgba(170, 182, 188, 0.2), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.5);
  }
  25% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.5), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.7), 2.5rem 0 0 0 #aab6bc, 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.2), 0 2.5rem 0 0 rgba(170, 182, 188, 0.2), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.2), -2.6rem 0 0 0 rgba(170, 182, 188, 0.2), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.2), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.5), 2.5rem 0 0 0 rgba(170, 182, 188, 0.7), 1.75rem 1.75rem 0 0 #aab6bc, 0 2.5rem 0 0 rgba(170, 182, 188, 0.2), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.2), -2.6rem 0 0 0 rgba(170, 182, 188, 0.2), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2);
  }
  50% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.2), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2), 2.5rem 0 0 0 rgba(170, 182, 188, 0.5), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.7), 0 2.5rem 0 0 #aab6bc, -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.2), -2.6rem 0 0 0 rgba(170, 182, 188, 0.2), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.2), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2), 2.5rem 0 0 0 rgba(170, 182, 188, 0.2), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.5), 0 2.5rem 0 0 rgba(170, 182, 188, 0.7), -1.8rem 1.8rem 0 0 #aab6bc, -2.6rem 0 0 0 rgba(170, 182, 188, 0.2), -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2);
  }
  75% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.2), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2), 2.5rem 0 0 0 rgba(170, 182, 188, 0.2), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.2), 0 2.5rem 0 0 rgba(170, 182, 188, 0.5), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.7), -2.6rem 0 0 0 #aab6bc, -1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6rem 0 0 rgba(170, 182, 188, 0.2), 1.8rem -1.8rem 0 0 rgba(170, 182, 188, 0.2), 2.5rem 0 0 0 rgba(170, 182, 188, 0.2), 1.75rem 1.75rem 0 0 rgba(170, 182, 188, 0.2), 0 2.5rem 0 0 rgba(170, 182, 188, 0.2), -1.8rem 1.8rem 0 0 rgba(170, 182, 188, 0.5), -2.6rem 0 0 0 rgba(170, 182, 188, 0.7), -1.8rem -1.8rem 0 0 #aab6bc;
  }
}
/*  ==========================================================================
    SCSS Variables and Silent Classes
    ========================================================================== */
/*  ==========================================================================
    SCSS Silent Classes
    ========================================================================== */
.gallery-arrow {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faux-fb-comments {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*  ==========================================================================
    Global Classes
    ========================================================================== */
.cf, .grid {
  zoom: 1;
}
.cf:before, .grid:before, .cf:after, .grid:after {
  content: "";
  display: table;
}
.cf:after, .grid:after {
  clear: both;
}

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

.page-default-landing .container {
  max-width: 1120px;
}

.bg-facebook {
  background-color: #1877f2;
}
.page-default-landing .bg-facebook {
  background-color: #5b93fc;
}

.text-facebook, .faux-fb-comment .image-placeholder .fb-icon {
  color: #1877f2;
}

.bg-twitter {
  background-color: #000000;
}
.page-default-landing .bg-twitter {
  background-color: #2aa3ef;
}

.text-twitter {
  color: #000000;
}

/*  ==========================================================================
    Global Styles
    ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Proxima Nova", sans-serif;
  color: #333;
}
.is-mobile body, .system-page body {
  background-color: #eceff0;
}
.page-default-skin body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-default-landing body {
  color: #687680;
}

header,
footer {
  position: relative;
  margin: 0 auto;
}

footer {
  padding: 0 1em;
  font-size: 0.875em;
}
footer a {
  font-weight: bold;
}

/*  Header
    ========================================================================== */
.global-bar {
  background-color: #fff;
}

.logo {
  display: inline-block;
  margin: 1em auto 0.25em;
  max-width: 100%;
  max-height: 100px;
}

.header-logo {
  display: inline-block;
  margin: 1em auto;
  max-width: 50%;
  max-height: 150px;
}
@media only screen and (min-width: 480px) {
  .header-logo {
    max-width: 100%;
  }
}

.footer-logo {
  display: inline-block;
  margin: 1em auto;
  max-width: 200px;
  max-height: 100px;
}

.custom-logo {
  display: inline-block;
  margin: 1.5em 0;
  max-width: 100%;
}

.page-header {
  position: relative;
  z-index: 1;
  padding: 3.75em 15px 2.8125em;
  color: #fff;
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  .page-header {
    padding: 3.75em 0 2.8125em;
    font-size: 1em;
  }
}

.page-header-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 37.5em;
}
@media screen and (max-width: 1025px) {
  .page-header-background {
    height: 34.375em;
  }
}
@media screen and (max-width: 760px) {
  .page-header-background {
    height: 29.0625em;
  }
}
@media screen and (max-width: 480px) {
  .page-header-background {
    height: 23.4375em;
  }
}
@media screen and (max-width: 320px) {
  .page-header-background {
    height: 22.5em;
  }
}

.page-header-background-overlay {
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-footer {
  padding: 0 0 3.75em;
}
.page-footer--cms {
  margin-bottom: 500px;
}

.system-page .qgiv-form-container {
  max-width: 32em;
  margin: 0 auto;
}
.system-page .qgiv-form {
  min-height: 300px;
}

.page-default-skin .page-container {
  padding-top: 0;
  background-attachment: local;
}
.page-default-skin .page-container--light-bg {
  background-color: #fff;
}

.landing-page-container {
  min-height: 100vh;
}
.cms-enabled .landing-page-container .header-settings-container {
  top: 105px;
  z-index: 1000;
}
.landing-page-container .field-container.header-logo-upload-container {
  border-bottom: 1px dotted #97a7ad;
}
.landing-page-container .field-container.header-logo-upload-container .js-header-logo-upload {
  height: 2em;
}
.landing-page-container .header-text-color-swatch-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.landing-page-container .header-text-color-swatch-container label {
  display: inline-block;
}
.landing-page-container .header-text-color-swatch-container .text-color-container {
  display: inline-block;
}
.landing-page-container .header-settings-section {
  border-top: 1px dotted #97a7ad;
}
.landing-page-container .header-settings-section .color-display-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.landing-page-container .header-settings-section .display-color-label {
  margin-left: 0.5em;
}
.landing-page-container .header-settings-section .image-display-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.landing-page-container .header-settings-section .display-image-label {
  margin-left: 0.5em;
}
.landing-page-container .header-settings-section .display-image-settings {
  margin-left: 1.5em;
}
.landing-page-container .header-settings-section .header-setting-preview-images {
  display: flex;
  gap: 15px;
}
.landing-page-container .header-settings-section .header-setting-radio-buttons {
  display: flex;
  column-gap: 15px;
  margin-top: 5px;
}
.landing-page-container .header-settings-section .header-setting-radio-buttons label {
  margin-left: 0.5em;
}
.landing-page-container .header-settings-section .header-image-setting-description {
  margin-left: 25px;
  margin-top: 0;
}
.landing-page-container .header-settings-section .header-advanced-settings .advanced-settings-section {
  border-top: 1px dotted #97a7ad;
}
.landing-page-container .header-settings-section .js-banner-settings label {
  margin-left: 0.5em;
}
.landing-page-container .header-settings-section .banner-options-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.landing-page-container .upload-image-error {
  margin-bottom: 5px;
  font-size: smaller;
}
.landing-page-container .js-header-logo-container {
  text-align: center;
}
.landing-page-container .banner-header-content .page-title {
  text-align: center;
}
.landing-page-container .banner-header-content .page-description {
  text-align: center;
}
.landing-page-container .js-header-logo-upload.ui-custom-image-container::before,
.landing-page-container .js-header-background-upload.ui-custom-image-container::before {
  content: "Upload an Image";
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 0.75em;
  line-height: 2.75em;
}
.landing-page-container .page-header-background.no-image:before {
  content: attr(content);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.5em;
  margin-top: 25px;
  background-color: rgba(82, 94, 102, 0.75);
  text-align: center;
  display: flex;
  justify-content: center;
  height: 550px;
  color: #fff;
  width: 100%;
  padding-top: 25px;
}
.landing-page-container .banner-layout.banner-header-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
}
.landing-page-container .banner-layout.banner-header-content.hide-content, .landing-page-container .banner-layout.banner-header-content.print-only {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .landing-page-container .header-image-container {
    display: grid;
    grid-template-columns: auto 1200px auto;
    max-height: 465px;
    overflow: hidden;
  }
}
.landing-page-container .header-image-container .header-image {
  height: 100%;
  max-height: 465px;
}
.landing-page-container .header-image-container.hide-content, .landing-page-container .header-image-container.print-only {
  display: none;
}
.landing-page-container .header-image-container .trim {
  overflow: hidden;
}
.landing-page-container .header-image-container .image-blur {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-filter: blur(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: 0;
  display: inline;
}
@media only screen and (min-width: 1200px) {
  .landing-page-container .header-image-container .image-blur {
    grid-column: 1/span 3;
    grid-row: 1;
  }
}
.landing-page-container .header-image-container .header-background-upload {
  overflow: hidden;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
  height: 465px;
  background-color: rgba(82, 94, 102, 0.75);
}
@media only screen and (min-width: 1200px) {
  .landing-page-container .header-image-container .banner-image-container.event-header {
    grid-column: 2;
    grid-row: 1;
    z-index: 1;
    max-height: 465px;
  }
}
.landing-page-container .header-image-container .cms-enabled .banner-image-container {
  overflow: hidden;
  position: relative;
}
.landing-page-container .header-image-container .banner-image-container.no-image:before {
  content: attr(content);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1.5em;
  margin-top: -1em;
  background-color: rgba(82, 94, 102, 0.75);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 465px;
  color: #fff;
  width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .landing-page-container .banner-layout .header-image-container .image-blur {
    display: none;
  }
}

.banner-color-swatch {
  display: inline-block;
  margin-left: 5px;
}

.donation-form-container {
  max-width: 564px;
  margin: 0 auto;
}
.donation-form-container--new-standard-form {
  max-width: 630px;
}

.event-form-container {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  min-width: 100%;
  width: 100%;
  z-index: 100000;
}
.event-form-container.modal-closed {
  display: none;
}

.js-registration-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.donation-form-loading {
  padding: 0 5px;
}
.donation-form-loading--page {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  border: 1px solid #d0d7da;
  border-radius: 15px;
  background-color: #ffffff;
}
.donation-form-loading--animation-container {
  height: 88px;
  margin-top: 85px;
  margin-bottom: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation-form-loading--footer {
  display: flex;
  justify-content: center;
}
.donation-form-loading--powered-by-qgiv-logo {
  width: 125px;
  height: 25px;
  margin: 30px 0 15px;
}

.user-html-content {
  font-size: 0.875em;
  clear: both;
}
.user-html-content p {
  margin: 0 0 1em;
  line-height: 1.4em;
}
.user-html-content ul {
  margin: 1em 0 1.5em;
}
.user-html-content li {
  margin: 0 0 0.5em;
  line-height: 1.4em;
}
.user-html-content.text-size-larger {
  font-size: 1em;
}

.link, .user-html-content a {
  color: #06d;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  cursor: pointer;
  -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;
}
.link:hover, .user-html-content a:hover {
  color: rgb(17, 126.8461538462, 255);
  border-bottom-color: rgb(93.5, 168.0384615385, 255);
}

/*  Duplicates from P2P application.scss
        ========================================================================== */
/* Media Object */
.ui-media,
.ui-media .media-body {
  overflow: hidden;
}
.ui-media-flex-align-center,
.ui-media .media-body-flex-align-center {
  display: flex;
  align-items: center;
}
.ui-media-flex-align-center #dynamic-amounts-icon,
.ui-media .media-body-flex-align-center #dynamic-amounts-icon {
  color: #47ab42;
  font-size: 20px;
  align-self: baseline;
  display: inline;
  margin-right: 10px;
}
.ui-media .media-image {
  float: left;
  margin-right: 10px;
}
.ui-media .media-image img {
  display: block;
}
.ui-media .media-image-ext {
  float: right;
  margin-left: 10px;
}
.ui-media.no-gutter .media-image {
  margin-right: 0;
}
.ui-media.no-gutter .media-image-ext {
  margin-left: 0;
}

.ui-embedded-media-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.ui-embedded-media-wrapper .ui-embedded-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Slider */
.ui-slider {
  display: block;
  position: relative;
  height: 0.5em;
  background-color: rgb(199.6428571429, 210.7142857143, 217.3571428571);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.ui-slider-handle {
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: default;
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  outline: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-top: -0.625em;
  margin-left: -0.625em;
}

.ui-slider {
  margin: 0.5em;
}

.ui-slider-handle {
  margin: 0.5em;
  border: 1px solid rgb(169.2857142857, 186.4285714286, 196.7142857143);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Image Gallery */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
}

.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-gallery .main-image img {
  display: block;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}
.image-gallery .thumbnails {
  text-align: center;
}
.image-gallery .thumbnails li {
  color: rgb(231.9677419355, 234.6774193548, 236.0322580645);
  border-width: 4px;
  border-style: solid;
  display: inline-block;
  margin: 4px;
  padding-bottom: 12%;
  width: 14%;
  position: relative;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.image-gallery .thumbnails li a {
  display: block;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-gallery .thumbnails li a img {
  height: 100%;
  max-width: none;
  width: auto;
}
.large-column .image-gallery .thumbnails li, .extra-large-column .image-gallery .thumbnails li {
  padding-bottom: 9%;
  width: 10%;
}

.product-gallery .js-gallery-slide img {
  max-height: 350px;
  width: auto;
  margin: auto;
}

.gallery-container {
  position: relative;
  overflow: hidden;
}
.gallery-container[data-type=slideshow] {
  height: auto;
  overflow: visible;
}
.gallery-container[data-type=gallery] {
  height: auto;
}

.gallery-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.05);
}
.gallery-arrow:hover {
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.gallery-arrow .ui-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  font-size: 30px;
  user-select: none;
}

.arrow-previous {
  left: 0;
}

.arrow-next {
  right: 0;
}

.image-slideshow {
  position: relative;
  z-index: 1;
}
.image-slideshow.ui-loading-background {
  min-height: 150px;
}
.image-slideshow .js-gallery-slide {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.image-slideshow img {
  vertical-align: middle;
}

.slide-description {
  background: #000;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 0.875em;
  padding: 1em;
  -webkit-transition: bottom 0.3s linear;
  -moz-transition: bottom 0.3s linear;
  -o-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
}
.slide-description .description-title {
  margin: 0;
}
.slide-description .description-text {
  margin: 0.5em 0 0;
}
.ui-embedded-media-wrapper:hover + .slide-description, .ui-embedded-media-wrapper + .slide-description:hover {
  bottom: 2.5em;
}

.resume-slideshow .resume-slideshow-link {
  background: hsl(200, 9.6774193548%, 104.7647058824%);
  border: 1px solid rgb(238.9596774194, 240.8467741935, 241.7903225806);
  border-radius: 4px;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.5em 1em;
  position: relative;
  visibility: hidden;
  z-index: 0;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.resume-slideshow .resume-slideshow-link:hover {
  background: #fff;
}
.resume-slideshow .resume-slideshow-link.active {
  visibility: visible;
  -moz-transform: translateY(28%);
  -webkit-transform: translateY(28%);
  transform: translateY(28%);
}

/* Anchor */
.anchor-container {
  position: relative;
}

.anchor-element {
  position: absolute;
  left: 0;
  right: 0;
}

.anchor-top {
  top: 0;
}

.anchor-bottom {
  bottom: 0;
}

.anchor-left {
  left: 0;
}

.anchor-right {
  left: auto;
  right: 0;
}

/* Content Separator */
.content-operator {
  clear: both;
  margin: 1em auto 1.5em;
  background-color: #e6ebee;
  display: block;
  width: 4em;
  line-height: 4em;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.has-content-operator,
[data-content-operator] {
  position: relative;
}
.has-content-operator:after,
[data-content-operator]:after {
  content: attr(data-content-operator);
  clear: both;
  margin: 1em auto 1.5em;
  background-color: #e6ebee;
  display: block;
  width: 4em;
  line-height: 4em;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.grid .content-operator,
.grid [data-content-operator]:after {
  position: relative;
  left: 0.75em;
}

/* Typography */
.heading, .heading-gamma, .heading-beta, .heading-alpha {
  font-weight: bold;
  letter-spacing: -0.025em;
  margin: 0 0 1em;
}

.heading-alpha {
  font-size: 1.5em;
}

.heading-beta {
  color: inherit;
  font-size: 1.25em;
}

.heading-gamma {
  font-size: 1.125em;
  color: #444;
}

.heading-delta {
  font-weight: normal;
  font-size: 1.125em;
  letter-spacing: 0;
  color: #444;
  margin: 0 0 0.83em;
}

.heading-epsilon {
  font-weight: bold;
  font-size: 0.875em;
  color: #444;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

.heading-zeta {
  font-weight: normal;
  font-size: 0.875em;
  color: #444;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
}

.heading-with-option {
  display: inline-block;
  margin-right: 1em;
}

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

.heading-divider {
  position: relative;
  text-align: center;
}
.heading-divider:before {
  background: rgb(252.9435483871, 253.185483871, 253.3064516129);
  content: "";
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
}
.heading-divider span {
  background: #fff;
  display: inline-block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.heading-divider .heading-link {
  padding: 0 0 0 15px;
  float: right;
  font-size: 0.6875em;
  font-weight: normal;
  line-height: 2em;
  background: #fff;
  position: relative;
  z-index: 2;
}
.heading-divider.on-grey span {
  background: #f5f8f9;
}
.heading-divider.text-left {
  text-align: left;
}
.heading-divider.text-left span {
  padding-left: 0;
}

.page-title {
  display: inline-block;
  font-size: 2.625em;
  line-height: 1.14em;
  margin: 0 0 0.6em;
}

.page-description {
  display: inline-block;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 1em;
}

.page-sub-heading {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

/* Section Headings */
.section-header {
  line-height: 2.625em;
  zoom: 1;
}
.section-header:before, .section-header:after {
  content: "";
  display: table;
}
.section-header:after {
  clear: both;
}
.section-header .section-title {
  margin: 0;
}
.section-header .section-tools {
  text-align: center;
}
.section-header .section-tools .ui-button {
  font-size: 0.875em;
}
.section-header .ui-tabs {
  line-height: normal;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #737576;
}

.text-dark {
  color: #444444;
}

.static-content {
  margin: 0.75em 0;
  color: #737576;
  font-size: 0.875em;
  line-height: 1.5em;
}

/*  Content Callout Box
            ========================================================================== */
.content-callout {
  background-color: #f5f8f9;
}
.content-callout .content-callout-label {
  background-color: rgb(148.064516129, 160.6451612903, 166.935483871);
  text-align: center;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  vertical-align: middle;
  padding: 0.75em 0;
}
.content-callout.add-border {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.content-callout.rounded {
  border-radius: 10px;
}
.timeline-item .content-callout {
  background-color: #e6ebee;
}

.social-callout .content {
  padding: 1em 1.5em;
}
.social-callout .social-share-button {
  margin-bottom: 0;
  margin-top: 0.875em;
  width: 100%;
}

/*  Widget Embedding
            ========================================================================== */
.widget-embed-settings {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -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;
}

.embed-settings {
  display: none;
  background-color: #f1f5f7;
  padding: 1em 0.5em 0.5em;
  font-size: 0.875em;
}
.embed-settings-active .embed-settings {
  display: block;
}

.embed-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25em;
  background-color: #f1f5f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.embed-code-snippet {
  min-height: 150px;
}

/*  Widgets
            ========================================================================== */
.widget {
  position: relative;
  padding: 0 0.5em 1.125em;
}
.widget.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-default-skin .whole .widget {
  padding: 0 0 1.125em;
}
.widget:hover .widget-embed-settings, .widget.embed-settings-active .widget-embed-settings {
  filter: alpha(opacity=100);
  opacity: 1;
}
.widget.widget-static {
  position: static;
}

.widget-header {
  zoom: 1;
}
.widget-header:before, .widget-header:after {
  content: "";
  display: table;
}
.widget-header:after {
  clear: both;
}
.widget-header .widget-title {
  float: left;
  line-height: 1.75em;
  max-width: 75%;
}
.widget-header .widget-tools {
  float: right;
}

.widget-footer {
  clear: both;
  margin-top: 1em;
  zoom: 1;
}
.widget-footer:before, .widget-footer:after {
  content: "";
  display: table;
}
.widget-footer:after {
  clear: both;
}
.widget-footer .ui-button {
  font-size: 0.875em;
  margin-top: 0.5em;
  padding: 1em;
}
.widget-footer .ui-button:first-child {
  margin-top: 0;
}

.widget-frame {
  border: none;
  background-color: transparent;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.social-share-widget, .button-widget {
  text-align: center;
}

/* HTML Content Widget */
.html-widget {
  margin-bottom: 2em;
}
.html-widget .content {
  word-break: break-word;
  font-size: 0.875em;
}
.page-default-skin .html-widget {
  background: #fff;
  padding: 1.5em;
}

/* Page Title Widget */
.page-title-widget .has-sub-title {
  margin-bottom: 0.25em;
}
.page-title-widget .sub-title {
  color: rgb(89.25, 89.25, 89.25);
  font-size: 1.125em;
  margin-bottom: 1em;
}

/* Button Widget */
.button-widget .ui-button {
  width: 100%;
  padding: 1em;
  overflow: hidden;
  word-break: break-word;
}

/* Buttons*/
.ui-button {
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: 0 1px 1px rbga(#000, 0.5);
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1))); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* IE10+ */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* W3C */
  background-repeat: no-repeat;
}
.ui-button:hover, .ui-button:focus {
  background-image: none;
}
.ui-button.secondary, .ui-button.tertiary {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  text-shadow: none;
  padding: 0.875em 1em;
}
.ui-button.secondary:hover, .ui-button.tertiary:hover {
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.ui-button.tertiary {
  border: 1px solid rgb(176.0909090909, 198.6363636364, 209.9090909091);
  color: #444;
  letter-spacing: -0.01em;
  padding: 0.6153846154em 1em;
  font-size: 0.8125em;
}
.ui-button.tertiary:hover {
  background: rgba(241, 245, 247, 0.5);
  filter: alpha(opacity=100);
  opacity: 1;
}
.ui-button.quaternary {
  color: #444;
  letter-spacing: -0.01em;
  padding: 0.6153846154em 1em;
  font-size: 0.8125em;
  border-radius: 0px;
  padding: 1em;
  background: #eceff0;
}
.ui-button.quaternary:hover {
  background: rgba(241, 245, 247, 0.5);
  filter: alpha(opacity=100);
  opacity: 1;
}
.ui-button.alternate {
  background: none;
  color: #415a69;
  border: 2px solid hsl(200, 9.6774193548%, 101.7647058824%);
  text-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ui-button.alternate:hover {
  background-color: #eceff0;
}
.ui-button.no-border {
  border: 0;
}
.ui-button.no-border .button-text {
  text-decoration: underline;
}
.ui-button.no-border:hover .button-text {
  text-decoration: none;
}
.ui-button.ui-button-large {
  padding: 1.125em 3em;
}
.ui-button.ui-button-small {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 5px 10px;
}
.ui-button.ui-application-button {
  font-size: 0.9375em;
  padding: 0.75em 1.5em;
}
.ui-button.ui-application-button.secondary, .ui-button.ui-application-button.tertiary {
  padding: 0.625em 1.5em;
}
.ui-button.block-button {
  display: block;
}
.ui-button.font-normal {
  font-weight: normal;
}
.ui-button.appearance-disabled, .ui-button.appearance-disabled:hover {
  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;
}

.ui-simple-button {
  display: inline-block;
  cursor: pointer;
  background-color: #f1f5f7;
  border: 1px solid #f1f5f7;
  padding: 0.3125em 0.5em;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ui-simple-button:hover {
  background-color: hsl(200, 27.2727272727%, 100.6862745098%);
}

.button-group.block-group {
  margin-bottom: 2em;
}
.button-group.block-group .ui-button {
  border-radius: 0;
  margin: 0 0 -1px 0;
  padding: 1em;
}
.button-group.block-group .ui-button:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.button-group.block-group .ui-button:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.button-group .ui-button {
  display: block;
  margin: 0.5em 0;
}
.button-group .ui-button:first-child {
  margin-left: 0;
}

button.faux-link {
  background: none;
  border: none;
}
button.faux-link > span {
  color: #fff;
  padding-bottom: 0.1rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

/* Social Sharing Widget */
/* Social Sharing Widget */
.social-share-widget .social-share-button {
  font-size: 0.875em;
  margin-bottom: 0.75em;
  padding: 1em;
  width: 100%;
}
.social-share-widget .social-share-button:before {
  margin-right: 0.25em;
}
.small-column .social-share-widget .social-share-button {
  padding: 1em 0.25em;
  margin: 0.5em 0;
}

.social-share-button {
  cursor: pointer;
}

.social-callout {
  padding: 1em;
}
.small-column .social-callout .grid-unit {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .small-column .social-share-button {
    font-size: 0.8125em;
  }
  .medium-column .social-share-button, .large-column .social-share-button, .extra-large-column .social-share-button {
    margin: 0 0.25em 0.75em;
    width: auto;
  }
  .social-callout .grid-unit .social-share-button {
    margin: 0.5em 0;
    width: 100%;
  }
}
/* FB Comments */
.faux-fb-comment {
  font-size: 12px;
  padding: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #e9eaed;
}
.faux-fb-comment:first-child {
  background-color: rgba(190, 190, 190, 0.2);
}
.faux-fb-comment .image-placeholder {
  background-color: rgba(190, 190, 190, 0.5);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.faux-fb-field {
  background-color: #fff;
  padding: 3px;
  margin-bottom: 5px;
  border: 1px solid #899bc1;
  color: #777;
}
.faux-fb-field.fb-textarea {
  min-height: 40px;
}

.faux-fb-button {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #5b74a8;
  border: 1px solid #999;
  border-color: #2f477a #29447e #1a356e;
  line-height: 14px;
  padding: 4px 8px;
}

.faux-text-block {
  display: inline-block;
  background-color: #eceff0;
  padding: 0.5em 0;
  margin-right: 0.25em;
}
.faux-text-block.darker {
  background-color: #8e9da5;
}

.fb-comments iframe {
  min-height: 200px;
}

.social-icon {
  font-size: 1.75em;
  color: inherit;
  margin: 0 0.5em;
}

/* Facebook and Twitter Widgets
        ========================================================================== */
.page-default-skin .twitter-feed-widget,
.page-default-skin .facebook-likebox-widget,
.page-default-skin .button-widget {
  max-width: 564px;
  margin: 0 auto;
}
.page-default-skin .social-share-widget {
  max-width: 564px;
  margin: 1.5em auto;
}

/*  New Landing Page Overrides
        ========================================================================== */
.widget-wrapper {
  padding: 0 10px;
}

.page-default-landing {
  /* contained widget style */
}
.page-default-landing .widget {
  margin-bottom: 0;
}
.page-default-landing .donation-form-container {
  margin-bottom: 15px;
  max-width: 100%;
}
.page-default-landing .html-widget,
.page-default-landing .button-widget,
.page-default-landing .thermometer-widget,
.page-default-landing .video-widget,
.page-default-landing .image-gallery-widget,
.page-default-landing .social-share-widget,
.page-default-landing .facebook-likebox-widget,
.page-default-landing .twitter-feed-widget,
.page-default-landing .page-title-widget {
  background-color: #fff;
  border: 1px solid #d0d7da;
  border-radius: 15px;
  padding: 2em;
  margin: 0 auto 15px;
}
.page-default-landing .html-widget.no-border,
.page-default-landing .button-widget.no-border,
.page-default-landing .thermometer-widget.no-border,
.page-default-landing .video-widget.no-border,
.page-default-landing .image-gallery-widget.no-border,
.page-default-landing .social-share-widget.no-border,
.page-default-landing .facebook-likebox-widget.no-border,
.page-default-landing .twitter-feed-widget.no-border,
.page-default-landing .page-title-widget.no-border {
  border: none;
  padding: 0;
}
.page-default-landing .thermometer-widget .thermometer-content {
  max-width: 400px;
  margin: auto;
}
.page-default-landing .widget-title {
  font-size: 1.25em;
  color: #394146;
}
.page-default-landing .page-title-widget .widget-title {
  font-size: 2em;
}
.page-default-landing .page-title-widget .has-sub-title {
  margin-bottom: 0.5em;
}
.page-default-landing .html-widget .content {
  font-size: 1em;
}
.page-default-landing .social-share-widget .ui-button {
  background-image: none;
  text-shadow: none;
  font-size: 1.25em;
  padding: 0.75em 2em;
  margin-bottom: 0.5em;
}
.page-default-landing .social-share-widget .ui-button:before {
  margin-right: 0;
}
.page-default-landing .social-share-widget .ui-button .ui-button-label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-default-landing .social-share-widget .ui-button {
    margin-bottom: 0;
  }
}
.page-default-landing .button-widget .ui-button {
  background-image: none;
  text-shadow: none;
  font-weight: normal;
  font-size: 1.125em;
  overflow: hidden;
  position: relative;
}
.page-default-landing .button-widget .ui-button:hover:before {
  opacity: 0.5;
}
.page-default-landing .button-widget .ui-button:before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: #222222;
  opacity: 0;
  transition: opacity 150ms ease;
  will-change: opacity;
  z-index: 0;
}
.page-default-landing .button-widget .ui-button.ui-button--alternate:hover:before {
  opacity: 0.1;
}
.page-default-landing .button-widget .ui-button.ui-button--alternate:before {
  background-color: currentColor;
}
.page-default-landing .ui-button-text {
  z-index: 1;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .html-widget {
    margin-bottom: 2em;
  }
  .html-widget .content p {
    font-size: 1em;
  }
  .form-field,
  .label-is-placeholder .field-label,
  .inline-button .ui-button,
  .inline-button .ui-button.ui-application-button {
    padding: 0.75em 0.875em;
  }
  .chosen-container-single .chosen-single,
  .cssappearance .ui-select {
    padding: 0.75em 2em 0.75em 0.875em;
  }
  .field-with-affix .affix-label {
    padding: 0.75em 0;
  }
  .inline-button .ui-button {
    line-height: normal;
  }
}
/*  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;
}